
/* CSS-RESET */
* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family: 'PT SANS';
	color: #fff;
	letter-spacing: 1px;
}

ul {
	list-style:none;}

a {
	text-decoration:none;
}

.content-align {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	z-index: 2000
}

body > .content-align {
	overflow: inherit;

}

header {
	background:#133630;
	position: relative;
	z-index: 999
}

header #filete {
	width: 100%;
	background:#133630;
	position: fixed;
}

header #filete .content-align {
	display: flex;
	height: 180px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s
}

header #filete #logo {
	display: block;
	width: 257px;
	height: 51px;
	float: left;
}


header .default {
	position: fixed;
	transition: 0.5s;
	left: 0;
	top: 0;
}

header .fixed {
	position: fixed;
	background-color: rgba(0,51,102, 0.95);
	box-shadow: 1px 1px 50px 1px #000;
	transition: 0.5s;
	background:#133630;
	left: 0;
	top: 0;
}

header .fixed .content-align {
	height: 80px !important;
}

header .topo-right {
	float: right;
	display: flex;
	align-items: center;
}

header .topo-right .redes-sociais {
	float: left;
	margin-right: 30px;
}

header .topo-right .redes-sociais ul li {
	float: left; margin: 0 10px;
}

header #menu-mobile #control-nav, header #menu-mobile label {
	display: none;
}

header #menu-mobile nav {
	float: right;
}

header #menu-mobile nav ul li {
	float: left;
}


header #menu-mobile nav ul li a {
	color: #c8ad70;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 15px;
	border-radius: 15px;
	font-weight: bold;
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

header #menu-mobile nav ul li a:hover, header #menu-mobile nav ul li a.actived {
	box-shadow: 0 0 40px 40px #fff inset;
}


header #menu-mobile nav ul li a.agende {
	background: url(../images/icones/calendar.png) no-repeat 20px center #fff;
	border-radius: 10px;
	margin-left:15px;
	padding: 15px 20px 15px 55px;
	color: #133630;
	transition: 0.3s;
	-webkit-transition:0.3s;
	box-shadow: inherit !important;
}

header #menu-mobile nav ul li a.agende:hover {
	box-shadow: inherit;
	background-color: #0F2824;
	color: #fff;
	transition: 0.3s;
	box-shadow: inherit;
}


#banner-principal {
	margin-top: 180px;
	height: 643px;
	overflow: hidden;
}

#banner-principal .content-left {
	width: 27%;
	float: left;
	margin-top: 30px;
}

#banner-principal .content-left h1 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
  	-webkit-animation-name: slide_h;
  	-moz-animation-name: slide_h;
  	-o-animation-name: slide_h;
  	animation-name: slide_h;
}

#banner-principal .content-left h2 {
	font-size: 52px;
	letter-spacing: 1px;
	width: 100%;
	text-transform: uppercase;
	margin: 30px 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
  	-webkit-animation-name: slide_hh;
  	-moz-animation-name: slide_hh;
  	-o-animation-name: slide_hh;
  	animation-name: slide_hh;
}

#banner-principal .content-left h2 span {
	color: #c8ad70;
}

#banner-principal .content-left p {
	font-size: 20px;
	font-weight: bold;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
  	-webkit-animation-name: slideint;
  	-moz-animation-name: slideint;
  	-o-animation-name: slideint;
  	animation-name: slideint;
  	width: 100%
}

#banner-principal .content-left a {
	color: #133630;
	background-color: #c8ad70;
	padding: 20px;
	text-align: center;
	border-radius: 15px;
	display:block;
	margin: 35px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
  	-webkit-animation-name: slideint;
  	-moz-animation-name: slideint;
  	-o-animation-name: slideint;
  	animation-name: slideint;
  	transition: 0.3s;
}

#banner-principal .content-left a:hover {
	background: #fff;
	transition: 0.3s;
}

#banner-principal img {
	display: block;
	float: right;
	max-width: 66%;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
  	-webkit-animation-name: slideintt;
  	-moz-animation-name: slideintt;
  	-o-animation-name: slideintt;
  	animation-name: slideintt;
}

@keyframes slideintt {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}

@keyframes slideint {
  from {
    margin-left: -200%;
  }

  to {
    margin-left: 0%;
  }
}
@keyframes slide_h {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

@keyframes slide_hh {
  from {
    margin-left: -200%;
  }

  to {
    margin-left: 0%;
  }
}

/* CONTEÚDO */

section {
	padding: 80px 0;
	width:100%;
	float: left;

}

section h3 {
	font-size: 50px;
	background: url(../images/icones/clifemme.png) no-repeat top center;
	padding-top: 25px;
	text-align: center;
}

section#sobre {
	padding-bottom: 0;
}

section#sobre h3 {
	color: #c8ad70;
}

section#sobre p.texto-sobre {
	text-align: center;
	color: #333;
	line-height: 30px;
	margin: 25px 0 60px 0;
}

section#sobre p.texto-sobre strong {
color: #c8ad70;
}

section#sobre .profissionais {
	height: 516px;
	background: url(../images/profissionais.jpg) no-repeat center center;
	width: 100%
}

section#sobre .profissionais div {
	width: 250px;
	padding: 15px;
	border-bottom: 1px solid #c8ad70;
}

section#sobre .profissionais div p {
	text-align: center;
	color: #666;
	margin-bottom: 7px;
}


section#sobre .profissionais div:first-child{
	float: left;
	margin-left: 12%;
}

section#sobre .profissionais div:last-child {
	margin-right: 8%;
	float:right;
}

section#sobre .profissionais .nome {
	color:#c8ad70;
	font-size: 22px;
	font-weight: bold;
}

section#sobre .profissionais .area {
	font-size: 16px;
	font-weight: bold;
}

section#sobre .profissionais .registro {
	font-size: 12px;
}

section#atuacao {
	background: #133630;
}

section#atuacao h3 {
	background: url(../images/icones/clifemme-br.png) no-repeat top center;
}

section#atuacao a {
	margin: 30px auto;
	width: 22%;
	display: block;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	transition: 0.5s;
}

section#atuacao a:hover {
	transition: 0.5s;
	width: 25%;
	color: #c8ad70;
	border-bottom: 1px solid #c8ad70;
}

section#atuacao .boxes-atuacao {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

section#atuacao .boxes-atuacao div {
	width: 33%;
	padding: 0px 0 0 170px;
}

section#atuacao .boxes-atuacao div:nth-child(1){
	background: url(../images/ginecologia.png) no-repeat top left 20px;
}

section#atuacao .boxes-atuacao div:nth-child(2){
	background: url(../images/obstetricia.png) no-repeat top left;
}

section#atuacao .boxes-atuacao div:nth-child(3){
	background: url(../images/exames.png) no-repeat top left;
}

section#atuacao .boxes-atuacao h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}

section#atuacao .boxes-atuacao p {
	line-height: 25px;
	color: #fff;
	font-size: 13px;
}
/*)
section#clinica {
	padding: 0
}*/

section#clinica .content-align {
	display: flex;
	align-items: center;
}

section#clinica h3 {
	color: #c8ad70
}

section#clinica .content-left {
	width: 49%;
	float: left;
}

section#clinica .content-left p {
	width: 70%;
	text-align: center;
	display: block;
	margin: auto;
	line-height: 28px;
	color: #333;
	margin-top: 30px;
}

section#clinica .content-right {
	width: 49%;
	float: right;
	position: relative;
}

section#clinica .owl-buttons {
	display: block !important;
}

section#clinica .owl-pagination {
	display: none !important;
}

 section#clinica .owl-theme .owl-controls {
 	margin-top: 0
 }

section#clinica .owl-controls .owl-buttons div {
	display: inline-block !important;
	position: absolute;
	top: 0;
	line-height: 55vh;

}
section#clinica .owl-theme .owl-controls .owl-buttons div {
	  background: none !important;
    opacity: 1;
}

section#clinica .owl-theme .owl-controls .owl-buttons div img {
	width: 100%;
	text-shadow: 1px 1px #000;
	-webkit-filter: drop-shadow(2px 2px 2px #222);
  	filter: drop-shadow(2px 2px 2px #222);
}

section#clinica .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 5%;
	padding: 0;
}

section#clinica .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 5%;
	padding: 0
}

section#clinica .content-right img {
	width: 100%;

}

section#dicas {
	background: #c8ad70;
}
section#dicas .owl-buttons {
	display: none;
}

section#dicas .title-section p {
	color: #133630;
	text-align: center;
}

section#dicas .boxes-posts {
	margin: 30px 0;
}

section#dicas .boxes-posts .box-post {
	margin: 0 15px;
}

section#dicas .boxes-posts .box-post img {
	width: 98%;
	border-radius: 30px;
	border:10px solid #fff;
}

section#dicas .texto-dicas {
	width: 25%;
	display: block;
	text-align: center;
	margin: auto;
	color: #133630;
	line-height: 30px;
	font-size: 22px;
}

section#dicas .texto-dicas a {
	color: #133630;
	text-decoration: underline;
}

section#dicas .title-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

section#dicas h3 {
	padding-top: 0;
	padding-left: 55px;
	background: url(../images/icones/instagram-content.png) no-repeat center left;
	color: #133630;
}

section#agende {
	padding: 0;
}

section#agende .map {
	float: left;
	width: 48%;
	margin-right: 2%
}


section#agende .map iframe {
	width: 100%;
	height: 650px;
}

section#agende .contatos {
	float: left;
	width: 590px;
	padding: 50px 5px 
}

section#agende .contatos > p {
	text-align: center;
	color: #133630;
	font-size: 40px;
	margin-bottom: 30px;
}

section#agende .contatos form .campos {
	display: flex;
	justify-content: space-between;
}

section#agende .contatos form input, section#agende .contatos form textarea {
	padding: 3%;
	width: 42%;
	border:1px solid #133630;
	color: #333;
}

section#agende .contatos form textarea {
	width: 94%;
	margin: 25px 0;
}

section#agende .contatos form input[type='submit']{
	display: block;
	margin: auto;
	background: #133630;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(45deg, #c8ad70 50%, transparent 50%);
	background-image: linear-gradient(45deg, #c8ad70 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	border:0;
}

section#agende .contatos form input[type='submit']:hover {
	background-position: 0;
}


section#agende .contatos .boxes-contato {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0 0
}

section#agende .contatos .boxes-contato div {
	width: 32.5%;
	padding-top: 80px;
}

section#agende .contatos .boxes-contato div address, section#agende .contatos .boxes-contato ul li, section#agende .contatos .boxes-contato p {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-style: normal;
	line-height: 25px;
}

section#agende .contatos .boxes-contato div span {
	font-size: 10px;
	color: #333;
}

section#agende .contatos .boxes-contato div:nth-child(1){
	background:url(../images/icones/localizacao.png) no-repeat top center;
}

section#agende .contatos .boxes-contato div:nth-child(2){
	background:url(../images/icones/telefone.png) no-repeat top center;
}

section#agende .contatos .boxes-contato div:nth-child(3){
	background:url(../images/icones/horario.png) no-repeat top center;
}

.return-ok {
	background-color: #008C46;
	color: #fff;
	width: 100%;
	padding:15px 0;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 40px;
}

.return-erro {
	background-color: #FF4D4D;
	color: #fff;
	width: 100%;
	padding:15px 0;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 40px;
}

footer {
	padding: 25px 0;
	display: flex;
	justify-content: center;
	float: left;
	width: 100%;
}

section#agende .contatos {
	float: left;
}

#whatsapp-float-desktop {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 60px;
	z-index: 99999;
	background: url(../images/icones/whatsapp.png) no-repeat 15px center;
	background-color: #28954c;
	padding: 15px 10px 15px 50px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	display: block;
}

#whatsapp-float-mobile {
	display: none;
}

#popup-whatsapp {
	padding: 15px;
	top: inherit;
	right: 30px;
	bottom: 100px;
	left: inherit;
	width: 300px;
	background-color:transparent;
	height: inherit;
	overflow: hidden;height: 
}

#popup-whatsapp .close {
	color: #c8ad70;
	text-shadow: 1px 1px 3px #000;
}

#popup-whatsapp img  {
	width: 85%;
	margin: auto;
	display: block;
}

#popup-whatsapp p {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	font-size: 12px;
	color: #333;
}

#popup-whatsapp a  {
	text-decoration: underline;
	font-size: 12px;
}

#popup-whatsapp .modal-content {
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	width: 150px;
}

/*TABLET*/

@media only screen and (max-width: 1100px){
	.content-align {
		width: 960px;
	}

	header .topo-right nav ul li a {
		font-size: 16px;
		padding: 10px
	}

	#banner-principal .content-left h2 {
		font-size: 40PX;
	}

	#banner-principal .content-left h1 {
		font-size: 16px;
	}

	#banner-principal .content-left a {
		font-size: 16px;
		padding: 15px;
	}

	#banner-principal {
		height: 500px
	}

	section#sobre .profissionais div:last-child {
		margin-right:0 !important;
	}
	section#sobre .profissionais div:first-child {
		margin-left:5% !important;
	}

	section#atuacao .boxes-atuacao div {
		padding-left: 15%;
		background-size: 35% !important
	}

	section#agende .contatos {
		width: 47%
	}

	section#dicas .texto-dicas {
		width: 60%
	}

	section#agende .contatos .boxes-contato div address, section#agende .contatos .boxes-contato ul li, section#agende .contatos .boxes-contato p {
		font-size: 12px;
	}

}

/* NOTEBOOK */

@media only screen and (max-width: 1400px) {


#banner-principal {
	margin-top: 140px;
	z-index: 9999
}

header #filete .content-align {
	height: 140px;
}

	
}