/*
Theme Name: UNI
Theme URI: https://www.clinicauni.com.br
Author: Leonardo Grillo
Author URI: http://www.f5interativa.com.br
Description: Tema desenvolvido especialmento para o site da Cínica UNI
Version: 1.1
License: Proibida a reprodução parcial ou integral deste tema
License URI: 
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: uni


Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CONFIGURAÇÕES GERAIS --------------------------------------------------------------------------- */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot');
    src: url('fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body,html{
	color:#7d8283;
	margin: 0!important;
	padding:0!important;
}

ul li{
	color:#7d8283;
}

a{	color:#777777;}
a:hover{color:#059dbf;} 

.titu-geral{
	color: #03A696;
	font-size:2.4em;	
	font-weight: bold;
}

.titu-geral span{
	color:#91D9D2;
}

.titu-geral:after{
	content: "";
	width: 50px;
	height:2px;
	background: #a8cf45;
	display: block; 
	margin-top: 10px;
	margin-bottom: 30px;
}

.bt-geral{
	background: #b1d07c!important;
	color:#4a620c!important;
	font-weight: bold!important;
	display: inline-block!important;
	padding: 15px 30px!important;
	transition: all .25s linear!important;
	text-decoration: none!important;
	border:0!important;
	border-radius: 5px!important;
}


.bt-geral:hover{
	background: rgb(0, 170, 157);
	color: #fff;	
	text-decoration: none;
}


img{
	max-width: 100%;
	height: auto;
}

#main-header .contact-bar {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px 0 0 0;
}

#main-header .contact-bar li{
	color:#00ab9e;
	font-weight: bold;
	padding-left: 25px;
	margin: 0px 10px;
	
}

#main-header .contact-bar .tel-header{
	background: url("images/tel-header.png") left center no-repeat;
	background-size: 20px auto;
}

#main-header .contact-bar .whats-header{
	background: url("images/whats-header.png") left center no-repeat;
	background-size: 20px auto;
	cursor: pointer;
}

#main-header .bt-whatsapp li{
	float: none;
	font-weight: bold;
	padding-left: 25px;	
	color:#00ab9e;
}

#main-header .bt-whatsapp .tel-header{
	background: url("images/tel-header.png") left center no-repeat;
	background-size: 20px auto;
}

#main-header .bt-whatsapp .whats-header{
	background: url("images/whats-header.png") left center no-repeat;
	background-size: 20px auto;
}

@media(max-width:1024px){
		.bt-whatsapp{
			display: none;
		}
}

.breadcrumbs{
	font-size: 14px;
	padding: 0;
	position: relative;
	/*background: #059dbf;
	background: rgba(5, 157,191, .7);*/
	color:#fff;
	margin-top: -47px;
	margin-bottom: 10px;
 } 

 .breadcrumbs a{
 	color: #fff;
 }

 
 @media(max-width:768px){
	.breadcrumbs{
		padding-bottom: 50px;
		margin-top: -47px;		
 	} 

	 #main-header .contact-bar {
		justify-content: center;	
	}
	

	#main-header .contact-bar .link-politica{
		display: none;
	}
}


/* WPForms mobile */

@media(max-width:768px){
	div.wpforms-container-full .wpforms-form .wpforms-one-half{
	  float: none!important;
	  width: 100%!important;
	  margin-left:0!important;
	}	
}


/* Configurações botão whats */

.call-whats{
	background: #f76301 url("images/icon-whats.png") left center no-repeat;
	position: fixed;
	background-position-x: 25px;
	right: 15px;
	bottom: 5px;	
	color:#fff;
	border-radius: 5px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 30px;
	box-shadow: -1px -1px 5px rgba(0,0,0,0.4);
}
.call-whats .link{
	padding: 15px 25px 15px 80px;
}

.call-whats:hover{
	cursor: pointer;
}

.call-whats .closeW{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: -10px;
	top:-10px;
	background: #ccc url("images/close-whats.png") center center;
	border-radius: 14px;

}

 a{outline:none!important} /* código para remover pontilhado dos links*/


 /* Alinhamento de imagens padrão do wordpress */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 2em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Linhas de grade alternativa */

.my-row {
  margin-left: -10px;
  margin-right: -10px;
}


@media(min-width:1024px){
	.my-col{
		min-height: 1px;
		width: 25%;
		float:left;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(min-width:468px) and (max-width: 1023px){
	.my-col{
		min-height: 1px;
		width: 50%;
		float:left;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width: 467px){
	
	.my-row {
	  margin-left: 0;
	  margin-right: 0;
	}

	.my-col{
		min-height: 1px;
		width: 100%;
	}
}


/* Brandarea -------------------------------------------------------------------------------- */
.my-brand{
	margin: 15px 20px 0 0;
	margin-left: 15px;
	display: inline-block;
}

.brand{
	max-width: 160px;
	height: auto;
}

.info-clinica{
	margin-top: 20px;
	color: #059dbf;
}

.info-clinica .ico-info{
	margin-right: 15px;
}

.info-clinica .text-funcionamento{
	display: block;
	margin-top: 5px;
}

.info-clinica .text-consulta{
	display: block;
	margin-top: 5px;
}

.info-clinica .ddd-cod{
	font-size: 1em;
	font-weight: bold;
	margin-right: 8px;
}

.info-clinica .tel{
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}

.info-clinica .tel2{
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-left: 6px;
}

.info-clinica .tel2:before{
	content: ' / ';
}

@media(min-width: 960px) and (max-width: 1200px){
	.info-clinica .tel2{
		margin-left: 0;
   }

	.info-clinica .tel2:before{
		content: '';
	}
}

@media(max-width:1024px){
	.info-clinica{
		display: none;
	}
}

/* my-tab-nav ----------------------- */

.my-tab-nav{
	list-style: none;
	padding: 0!important;
	margin:0!important;
	font-size:1.5em;
	border-bottom: 1px solid #ccc;
}

.my-tab-nav li{
	margin:0!important;
	padding: 0!important;
	float:left;
	margin-right: 15px!important;
}

.my-tab-nav li a{
	padding: 5px 0;
	border-bottom: 4px solid transparent;	
	display: block;	
	text-decoration: none;
	color:#fff; 
}

.my-tab-nav li.tab-active{
	border-bottom: 4px solid #a8cf45;
}

.my-tab-nav li.tab-active a{
	color: #059dbf;
}

.my-tab-content{
	clear:both;
}

.my-tab-content .my-tab-pane{
	padding: 25px 0;
}


/* Barra de navegação ------------------------------------------*/

.navbar{
	height: 100px;
}

.menu-mob{
	margin:0;
	padding: 0;
}

.nav-geral{
	display: none;
}

.nav-geral h1{
	display:none;
}

.menu-left{
	float:left;
}

.menu-right{
	float:right;
	margin: 0;
	padding: 0;
	position: relative;
}

#main-header{}

#main-header .menu-secondary{
	text-align: right;
	padding: 7px 0 0 0;
	background: #e9f1f7;
}

@media(max-width: 768px){
	#main-header .menu-secondary{
		display: none;
	}
}

#main-header .menu-secondary .icon-tel{
	background: url(images/icon-tel.png) left top no-repeat; 
}

#main-header .menu-secondary .icon-mail{
	background: url(images/icon-mail.png) left top no-repeat;
	padding-left: 23px; 
}

#main-header .menu-secondary ul{
	list-style: none;
	padding: 0;
	margin:0;
	margin-right: 10px;

}

#main-header .menu-secondary ul li{
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	height: 24px;
}

.main-nav{
	list-style: none;
	margin: 0;	
	padding: 0 0 20px 0;
	margin-top: 40px;
}

.main-nav li{
	float:left;
}

.main-nav li:last-child{
	border-right: none;
}

.main-nav li a{
	display: block;
	padding: 0 10px;
	font-size: .95em;
}

.main-nav li a:hover{
	text-decoration: none;
	color: #00ab9e;
	background-color: #fff;
}

@media(max-width: 1024px){
	
	#wrapper-content{
		transform: translateX(0);
		overflow: hidden;
		transition: all .25s linear;
	}

	.wrapper-open{
		transform: translateX(-274px)!important;
	}

	.menu-mob{
		position: fixed;
		top:0;
		right:0;
		bottom: 0;
		z-index:999;
		transition: all .25s linear;
		transform: translateX(274px);
	}

	.menu-mob-open{
		transform: translateX(0px)!important;
	}

	.nav-default{
		display: none;
	}

	.nav-geral{
		background: #00aa9d;
		display: block;		
		overflow-y: auto;
		width: 274px;
		height: 100%;		
		box-shadow: inset 5px 0px 10px 0 rgba(0,0,0,.3);
	}

	.menu-mob .bt-mobile{
		width: 55px;
		background: #00aa9d;
		display: block;
		position: absolute;
		left:-40px;
		top: 25px;
		text-align: center;
		padding: 7px 9px;
		cursor: pointer;
		border-bottom-left-radius: 7px;
		border-top-right-radius: 7px;
	}

	.menu-mob .bt-mobile .bar{
		width: 25px;
		height: 3px;
		background: #fff;
		display: block;
		margin: 5px 0;
		border-radius:2px;
	}

	.nav-geral h1{
		display:block;
		padding: 15px;
		font-size: 2.3em;
		color:#fff;
		margin-top: 0;
	}

	.menu-left, .menu-right{
		float:none;
	}

	.main-nav li{
		float:none;
		border-right:0;
		border-bottom: 1px solid #00aa9d;
	}

	.main-nav li a{
		display: block;
		color: #fff;
		line-height: 45px;  
	}

	.main-nav li a:hover{
		text-decoration: none;
		color:#fff;
		background: #00aa9d;
	}

	.nav-geral .dropdown-menu,
	.nav-geral .dropdown-menu:active,
	.nav-geral .dropdown-menu:visited,
	.nav-geral .dropdown-menu:focus{
		position: relative;
		width: 100%;
		background: #00aa9d;
		text-decoration: none;
		box-shadow: none;;
	}	

	.nav-geral .dropdown-menu a{
		line-height: 30px;
		text-decoration: none;
		padding-left: 30px;
	}

	.main-nav li ul li{
		border-bottom: 0;
	}

	.nav .navbar-nav{
		display: none!important;
		visibility: hidden;
	}

	@media(max-width: 768px){
		.navbar-header{
			display: flex;
			justify-content: center;
		}
	}

	
}

/* Campo de pesquisa ------------------------------------------*/

.wrapper-busca{
	position: relative;
	margin:0;
	padding:0;	
}

.form-pesquisar{
	margin:0!important;
	padding: 0!important;
}

.busca{
	height: 40px;
	width: 30px;
	padding-left:40px;
	border:0;
	box-shadow: none; 
	background: #fff url(images/icon-lupa.png) 10px center no-repeat;	
	margin: 0;
	position: absolute;
	right: 0;
	top: 10px;	
}

.pesquisar-on{
	border:1px solid #ccc!important;
}

.pesquisar-danger{
	border:1px solid red!important;
}

.bt-busca{
	width: 23px;
	height: 23px;
	background: url(images/icon-lupa.png) center center no-repeat;
}

@media(max-width: 1024px){
	.busca{
		left: 0;
		right: unset;	
	}
}

/* Tarja novembro azul -----------------------------------------------------------------------------------  */

#novembro-azul{
	background: #1d92b0 url(images/fita_novembro-azul.png) left center repeat-x;
	background-size: 169px 25px;
	height: 50px;
}

/* SLIDER e BANNER MOBILE ---------------------------------------------------------------------------------------------------- */

.slider-top{
	/*background:url(images/slider-1.png) center top no-repeat;*/
	margin: 0 0 0 0;
	overflow:hidden;
}

.slider-top .flexslider{	
	margin-bottom: 0!important;
}
#banner-mobile{
	display: none;
}

@media(max-width: 468px){
	
	.slider-top{
		display: none;
	}

	#banner-mobile{
		display: block;
	}
}

/* Destaque realiza ------------------------------------------------------------------------ */
.sect-realiza{
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
} 

.sect-realiza .wrapper{
	display: flex;
	min-height: 90px;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.sect-realiza h1{
	height: 45px;
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.sect-realiza .ico-realiza{
	width:60px;
	height:45px;
	display: block;
}

.sect-realiza .ico-realiza.uro{
	background: url("images/icon-nefrologia.png") left center no-repeat;
}

.sect-realiza .ico-realiza.nefro{
	background: url("images/icon-nefrologia2.png") left center no-repeat;
	margin-top: -10px;
}

.sect-realiza .ico-realiza.bio{
	background: url("images/icon-bio.png") left center no-repeat;
}

@media(max-width: 764px){
	.sect-realiza .wrapper{
		flex-direction: column;
		margin: 20px auto;
	}

	.sect-realiza .ico-realiza.nefro{
		margin-top: 10px;
	}

	.sect-realiza .text-uro{
		margin-bottom: 20px;
	}

	.sect-realiza{
		margin-bottom: 0px;
	}
}


/* Destaque home ------------------------------------------------------------------------ */

.dest-home{
	margin-top: 0px;
}


.dest-home .dest{
	margin: 0;
	padding: 60px 0;
	padding: 0;
	min-height: 300px;
	color: #fff;	
}

.dest-home .dest.first{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.dest-home .dest.last{
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

.dest-home .contato{
	font-size: 1.6em;
	padding:5px 0 5px 40px;
	display: inline-block;
}
.dest-home .telefone{
	background: url(images/icon-tel.png) no-repeat left center;
	background-size: 30px;
}

.dest-home .whats{
	background: url(images/icon-whats.png) no-repeat left center;
	background-size: 30px;
}

.dest-home .dest table{
	border:0;
	width:100%;
}

.dest-home .dest table tr{
	border-bottom: 1px solid #fff;
}

.dest-home .dest table td:last-child{
	text-align: right;
}

.dest-home .dest table td{
	padding:12px 0;
}

.dest-home .dest table tr:last-child{
	border:0;
}



.dest-home .dest section{
	padding: 30px;
}

.dest-home .dest h1{
	margin-bottom: 30px;
	font-size: 1.5em;
	margin-top: 0;
}

.dest-home .dest a{
	text-decoration: none;
	color: #fff;

}

.dest-home .bt-mais-dest-home{
	background: none;
	border:1px solid #fff;
	padding:10px 20px;
	margin:15px 0 30px 0;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}

.dest-home .bt-mais-dest-home:hover{
	background-color: #fff;
	color:#03A696;
}

@media(max-width: 764px){
	.dest-home{
		margin-top: 0;
	}

	.dest-home .dest{
		min-height: 1px;	
	}

	.dest-home .dest.first{
		border-radius: 0;		
	}
	
	.dest-home .dest.last{
		border-radius: 0;
	}
}

/* Seção Chamada home -----------------------------------------------------------------*/

.sect-chamada {
	background-color: #00aa9d!important;
	padding: 40px;	
}

.sect-chamada .text-chamada{
	font-size: 1.8em;
	color: #fff!important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0!important;
	margin: 0 auto !important;
	font-weight: 300!important;
	text-align: center;
}

.sect-chamada .button-box{
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

.bt-agendamento{
	background: #f76301 url('images/icon-whats.png') 10px center no-repeat;
	background-size: 29px 29px;
	border-radius:5px;
	padding: 10px 15px 10px 49px;
	text-decoration:none;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border: none;	
}

@media(max-width: 764px){
	.text-chamada{
		font-size: 1.3em;
	}

	.bt-agendamento{
		margin-top:15px;
	}
}

/* Seção Empresa home -----------------------------------------------------------------*/
.sect-empresa-home{
	padding: 50px 0;
}

/* Arredondando cantos do slider */
.sect-empresa-home .flexslider .flex-viewport{
	border-radius: 5px;
}

.sect-empresa-home .content-empresa{
	padding:40px 0;
}

.sect-empresa-home .foto-empresa{
	display: none;
}

@media(max-width: 764px){
	.sect-empresa-home .content-empresa{
		padding:20px 0;
	}

	.sect-empresa-home .slider-empresa{
		display: none;
	}

	.sect-empresa-home .foto-empresa{
		display: block;
	}
}


/* Seção Especialistas ------------------------------------------------------------------------ */

.sect-especialistas{
	/*background: url(images/bg-especialistas.jpg) top center no-repeat;*/
	padding: 60px 0 70px 0;
}

.sect-especialistas .especialista{
	transition: all .25s linear;
	margin:16px 0;
	color: #fff;
	background-color: #03A696;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0;
	border-radius: 6px;
}

.sect-especialistas .especialista .nome-medico{
	font-size:1.2em;
	color:#fff;
}


.sect-especialistas .especialista:hover img{
	transform: scale(1.1,1.1);
}

.sect-especialistas .especialista:hover .link-curr{
	transform: translateY(0);
}

.sect-especialistas .especialista .img-espec{
	display: block;
	overflow: hidden;
	position: relative;
}

.especialista .img-espec img{
	transition: all .45s linear;
	max-width: 100%;
	height: auto;
}

.especialista .img-espec .link-curr{
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(30,167,155, .7);
	color: #fff;
	padding: 10px;
	transition: all .45s linear;
	transform: translateY(39px);
}

.especialista .info-medico{
	padding: 25px 20px;
	min-height: 100px;
	text-align: center;
}

.especialista . > img{
	width:100%;
	height: auto;
}

.wrapper-medico .wrapper-foto{
	position: relative;
	overflow: unset;
}

.wrapper-medico .wrapper-socials{
	position: absolute;
	left:25px;
	bottom: -20px;
	/*background: url(images/tarja_socials.png) left bottom repeat-x;*/
}

.especialista .info-medico h3{
	color: #fff;
	font-size:1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

.especialista .info-medico .espec{
	color: #fff;
	display: block;
}

.especialista .info-medico .resumo{
	color: #fff;
	display: block;
	padding: 15px 0;
}

.especialista .info-medico .resumo:hover{
	text-decoration: none;
	color:#ccc;
}

.especialista .info-medico .link{
	font-size: 1em;
	color: #03A696;
	font-weight: bold;
}

.socials{
	display: inline-block;
	width: 38px;
	height: 38px;
}

.facebook{
	background: url(images/socials2.png) -7px -1px no-repeat;
}

.instagram{
	background: url(images/socials2.png) -57px -1px no-repeat;
}

.linkedin{
	background: url(images/socials2.png) -107px -1px no-repeat;
}

@media(max-width:1024px){
	.sect-especialistas{
		padding: 60px auto;
	}

}

/* Seção Política de Privacidade ---------------------------------------------------------------------- */

.sub-privacidade{
	height: 250px;
	background-image: url(images/topo-privacidade.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: none;
}

@media(max-width: 768px){
	.sub-privacidade{
		margin-top: -33px;
	}
}


/* Seção Especialistas Interna ------------------------------------------------------------------------ */

.vitrine-especialistas{
	padding: 25px;
	background: #fff;
	border-radius:4px;
}

.vitrine-especialistas h3{
	font-weight: bold;
	margin-bottom: 15px;
}


.vitrine-especialistas .especialista-interna{
	padding: 10px;
}

.vitrine-especialistas .thumb{
	margin-right: 15px;
}

.vitrine-especialistas .thumb img{
	border-radius:5px;
}

.vitrine-especialistas .espec{
	color:#666;
}

.vitrine-especialistas .link{
	display: block;
	font-size:1.3em;
	line-height: 1em;
	margin-top: 10px;
}

.vitrine-especialistas .link:hover{
	text-decoration: none;
}

/* Artigos -------------------------------------------------------------------------------------- */

.sect-artigos{
	padding: 60px 0;
}

.sect-artigos .artigo{
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eaeaec;
	border-radius: 6px;
}

.sect-artigos .artigo a{
	color: #999;
}

.sect-artigos .artigo h2{
	font-size: 1.3em;
	color:#03A696;
}

.sect-artigos .artigo{
	margin: 15px 0 30px 0;
}

.sect-artigos .artigo .info{
	margin: 20px;
}


.sect-artigos .artigo .link:hover{
	text-decoration: none;
	color: #999;
}

@media(max-width:768px){
	.sect-artigos{
		padding: 30px 0;
		display: none;
	}

	.sect-artigos .artigo .info{
		margin: 20px 0px;
		text-align: center;
	}
}



/* Seção Empresa ------------------------------------------------------------------------ */

.sect-empresa{
	padding: 115px 0 115px 0;
	background: url(images/bg_quem-somos.jpg) top right no-repeat;	
}

.sect-empresa h2{
	font-size: 2.5em;
	font-weight: bold;
	color: #03A696;
}

@media(max-width:768px){
	.sect-empresa{
		padding: 60px 0;
		background: #eff4f6;	
	}

	.sect-empresa h2{
		font-size: 2.5em;
	}

	.sect-empresa h3{
		font-size: 1.5em;
	}
}

/* Destaque notícias home ------------------------------------------------------------------------ */
.dest-noticias{
	padding:50px 0;
	background:url(images/bg_noticias.jpg) center top no-repeat fixed;
	background-size:cover;	
}

.dest-noticias h2{
	font-weight:bold;
	color:#FFF;
	font-size:2.9em;	
}

.dest-noticias h4{
	color:#FFF;
	font-size:2em;
}

.dest-noticias .noticia{
	background:#fff;
	padding-bottom:20px;	
}

.dest-noticias .noticia .wrapper-foto{
	overflow:hidden;
	border-bottom:4px solid #e57e05;
	position:relative;
}

.dest-noticias .wrapper-foto .social-news{
	position:absolute;
	right:10px;
	bottom:0;
	transform:translate(0,16px);
	-moz-transform:translate(0,16px);
	-webkit-transform:translate(0,16px);
	-ms-transform:translate(0,16px);
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	
}

.dest-noticias .wrapper-foto .social-news a{
	padding:10px 15px;
	background:#e57e05;	
	display:inline-block;
}


.dest-noticias .wrapper-foto .social-news:hover{
	transform:translate(0,0);
	-moz-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
		
}


.dest-noticias .noticia .foto{
	background:#004689;	
	display:block;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	transform:scale(1.01, 1.01);
	-moz-transform:scale(1.01, 1.01);
	-webkit-transform:scale(1.01, 1.01);
	-ms-transform:scale(1.01, 1.01);	
}

.dest-noticias .noticia:hover .foto{
	transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);	
}

.noticia .foto img{
	max-width:100%;
	height:auto;	
}

.dest-noticias .noticia .titulo{
	font-size:1.5em;
	text-align: center;
	margin:20px 20px;
}

.dest-noticias .noticia h5:before{
	content:url(images/divisor.png);
	display:block;
	margin-bottom:10px;	
}

.dest-noticias .noticia .data{
	display:block;
	text-align:center;
	font-size:1em;
	color:#BDBBBB;
	margin:20px 0 0 0;	
}


.dest-noticias .btn{
	margin-top:30px;	
}

@media (max-width:1000px){
	.dest-noticias .noticia{
		margin:20px 0;	
	}
}



/*Footer ---------------------------------------------------------------------------------------------------- */

#main-footer{
	background:#00aa9d;	
	color:#fff;
	padding-top: 30px;
}

#main-footer .flexslider{
	margin-bottom: 0;
	padding-bottom: 0;
}

#main-footer h4{
	color:#fff;
	font-weight: bold;
	margin: 30px 0;
}

#main-footer a{
	color:#fff;
}

#main-footer ul{
	list-style:none;
	padding-left:0;
	margin: 20px 0;
}

#main-footer li{
	margin-bottom:5px;	
}

#main-footer .wrapper-end{
	clear: both;
	margin: 15px 0 20px 0;
}

#main-footer .ico-address{
	float:left;
	margin-right: 15px;
	margin-bottom: 30px;
}

#main-footer .tel{
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 5px 0;
}


#main-footer .creditos a{
	color:#fff;
	font-weight:bold;	
}

#main-footer .creditos{
	color:#fff;
	font-size:.9em;
	font-weight:normal;
	padding:15px 0 15px 0;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-color: #D8F2F0;
	border-top-style: solid;
	text-align: center;
}

#main-footer .creditos .direitos{
	text-align:center;
	margin: 0 auto 0 auto;
}

#main-footer .dest-artigo{
	margin: 15px 0;
}

#main-footer .dest-artigo .foto-artigo{
	float:left;
	margin-right: 15px;
	clear: both;
}

#main-footer .dest-artigo .info-artigo{
	float:left;
}

#main-footer .wrapper-sociais{
	text-align: right;
}

#main-footer .sociais{
	margin: 0 3px;
}

.dest-faq .faq-header{
	color:#0889a6;
	padding: 15px 45px 15px 15px;
	margin-top: 3px;
}


@media(max-width: 768px){	
	#main-footer .creditos{
		text-align:center;
	}

	#main-footer .slider-convenios{
		display: none;
	}

	#main-footer .wrapper-sociais{
		text-align: center;
	}
}


/*PÁGINAS INTERNAS ---------------------------------------------------------------------------------------------------------- 
-----------------------------------------------------------------------------------------------------------------------------*/

 .site-content {	
	background:#f6f6f6;
	padding-bottom:60px;
	margin-bottom:0;
}

.site-content .page-title{
	/*border-top:5px solid #00448c ;*/
	padding: 20px 0 50px 0;	
	background: #1ea79b;
	margin-top: 0px;	
}

.site-content .page-title h1{
	margin:0;
	font-size:2em;
	padding:10px;
	padding-left: 0;
	margin-right: 10px;
	font-family: 'open_sansregular', arial;
	color: #fff;
	font-weight: bold;
}

.site-content .entry-title{
	font-weight:bold;
	color:#1ea79b;
	margin-bottom:0px;
	padding-bottom:15px;
}

.site-content .entry-content p{
	margin:30px 0;
	color:#7d8283;
	line-height: 1.9em;	
}

@media(max-width: 768px){
	.site-content .page-title h1{
		font-size:2em;
	}
	
	.site-content .entry-title{
		font-size:1.5em;
	}
	
	.site-content .entry-content p{
		margin:20px 0;	
	}

}

.post post-page current-item{
	font-weight: bold!important;
}

/* EMPRESA ---------------------------------------------------------------------------------------------------------------- */

.info-empresa{
	margin-top:30px;
}

.det-empresa .box-emp{
	background: #1ea79b;
	color:#fff;
	padding: 20px;
	min-height: 300px;
}

.det-empresa .box-emp h3{	
	padding: 10px 10px 10px 0;
	margin-top: 0px;
}

.info-empresa .panel-title{
	font-size: 1.3em!important;
	color: #1ea79b;
}

.info-empresa .panel-title a{
	text-decoration: none!important;
}

.wrapper-gallery .foto-gallery{
	margin: 25px 0;
	background: #1ea79b;
}

.wrapper-foto{
	position: relative;
	overflow: hidden;
}

.wrapper-foto .ampliar{
	background: rgba(188,54,58,0) center center no-repeat;
	background-size: .1;
	position: absolute;	
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	transition: all .25s linear;
	transform: rotate(45deg);
}

.wrapper-foto:hover .ampliar{
	background: rgba(30,167,155,.5) url(images/icon-ampliar.png) center center no-repeat;
	transform: rotate(0deg);
	background-size: 1;
}


.wrapper-gallery .foto-gallery span{
	display: block;
	text-align: center;
	padding: 25px;
	color:#fff;
	font-weight: bold;
	font-size:1.6em;
}

@media(max-width: 768px){
	.det-empresa .box-emp{
		min-height: 1px;
	}

}

/* PÁGINA CONVÊNIOS ----------------------------------------------------------------------------------------------------- */

.logo-convenio{
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
}

/* SIDEBAR GERAL NEWS ----------------------------------------------------------------------------------------------------- */

.site-content .last-news{	
	margin-top:30px;
	padding: 20px;
	background: #fff;		
}

.site-content #sidebar .last-news h3{
	margin-top:0;
	font-weight:bold;
	color:#515050;
	padding-left: 10px;
	border-left: 5px solid #9dc43a;	
	line-height: 35px;
}

.site-content .last-news .news{
	margin: 20px 0;
	padding-bottom:5px;
}

 .last-news .news .thumb{
	margin-right:15px;
}

.last-news .news .thumb img{
	border-radius: 4px;
}

.last-news .news .link{
	display:block;
	line-height:1em;
	font-size: 1.2em;
}

.last-news .news .link:hover{
	text-decoration: none;
}

.last-news .news .data-news{
	font-size:.9em;
	display: inline-block;
	color: #666;
	margin-top: 7px;
}


/* SINGLE ---------------------------------------------------------------------------------------------------------------- */
.content-area{
	margin-top:20px;
}

.content-area article img{
	max-width:100%;
	height:auto;	
}

.content-area article .data{
	font-size:0.9em;
}

.content-area article h1{
	color:#03A696;
	font-size: 2.6em;
	font-weight: bold;
}


.content-area article h2{
	color:#03A696;
	font-size: 2.1em;
	font-weight: bold;
}

.content-area article h3{
	color:#03A696;
	font-size: 1.7em;
	font-weight: bold;
}

.content-area article h4{
	color:#03A696;
	font-size: 1.6em;
	font-weight: bold;
}

.content-area article h5{
	color:#03A696;
	font-size: 1.5em;
	font-weight: bold;
}

/* CATEGORY ---------------------------------------------------------------------------------------------------------------- */

.category-page .post .wrapper-post{
	background:#fff;
	padding:15px;
	margin-bottom:30px;	
}


.category-page .post .titulo{
	font-size:1.3em;
}


/* PÁGINA DE BUSCA --------------------------------------------------------------------------------------------------------- */

#search-page .titu-busca{
	color:#03A696;
}

#search-page .termo {
    background: #03A696;
    padding: 20px;
    color: #FFF;
    margin-bottom: 20px;
}

#search-page .posts{
	/*border-bottom: 1px solid #C3BEBE;*/
	padding: 20px;
	background:#fff;
	margin-bottom:15px;	
}

#search-page .posts .titu-post-busca{
	margin:0;	
}

#search-page .posts .foto{
	margin-right:15px;
	display:inline-block;
	width:100px;
	height:100px;	
}

@media(max-width: 468px){
	
	#search-page .titu-busca{
		font-size:1.6em;
		margin-top:0;
	}
	#search-page .posts .titu-post-busca{
		font-size:1em;
	}
	
	#search-page .posts .foto{
		margin-right:10px;
		display:inline-block;
		width:70px;
		height:70px;	
	}
	
	#search-page .posts .data-post{
		display:none;	
	}		
}

/* PÁGINA DE CONTATO ----------------------------------------------------------------------------------- */

#contact-page{
	margin-top: 60px;
}

#contact-page .info-contato{}

#contact-page .info-contato h3{
	margin:20px 0 20px 0;
	font-weight:bold;
	font-size:1.7em;
	color: #1ea79b;
}

/* FORMULÁRIOS DO SITE ----------------------------------------------------------------------------------- */

form{
	margin:40px 0;
}

.form-control{
	background:#fff;
	border:1px solid #03A696;
	height:60px;	
	border-radius: 0;
	margin-bottom:20px;
}

.form-control:focus{
	box-shadow:none;
	border: 1px solid #03A696;

}

.bt-form-blue{
	padding:15px 35px;
	font-weight:bold;
	border:none;
	background: #e57e05;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
		
}

/* PÁGINA DETALHE ESPECIALISTA ------------------------------------------------------------------ */

.page-especialista .wrapper-medico{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}

.page-especialista .info-medico{
	padding: 20px 30px 20px 0px;
}

.page-especialista .info-medico h1{
	margin-top: 0;
	font-size: 2.3em;
	font-weight: bold;
}

.page-especialista .desc-curriculo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-especialista .desc-curriculo ul li{
	margin: 5px 0;
	background: #A9D9D4 url(images/bullet.png) 10px center no-repeat;
	padding: 10px 10px 10px 30px;
	
}

.page-especialista .subtitle-medicos{
	font-size: 1em;
	padding: 0;
	margin: 5px;
}

/* PÁGINA 404 ----------------------------------------------------------------------------------- */

.bg-404{
	background:#03A696;
}

.page-404{
	color:#fff;
	text-align:center;
	padding-top:50px;
}

.page-404 p, .page-404 a {
	color:#fff!important;	
}

.page-404 .not-found h1{
	font-size:20em;
	font-weight:bold;	
	margin-bottom:0;
}

.page-404 .not-found h3{
	font-weight:bold;
	font-size:2.4em;
	margin-top:10px;	
}

.page-404 .form-control{
	border:none;		
	padding-right:160px;
}

.page-404 form .wrapper-input{
	position:relative;
}

.page-404 form .bt-pesquisa{
	background:#e57e05;
	color:#fff;
	font-weight:bold;
	border:none;
	padding:10px 30px;
	position:absolute;
	right:5px;
	top:5px;	
}

@media (max-width: 468px){
	.page-404 .not-found h1{
		font-size:10em;
	}
	
	.page-404 .form-control{	
		padding-right:15px;	
	}
	
	.page-404 form .bt-pesquisa{
		background:#e57e05;
		color:#fff;
		font-weight:bold;
		border:none;
		padding:10px 10px;
		position:relative;
		right:5px;
		top:5px;	
	}	
}

/* PAGINAÇÃO --------------------------------------------------------------------------------------------- */

#content .paginator{
	margin-top:30px;	
}

#content .paginator a, #content .paginator .pages {
	background:#03A696;
	color:#FFFFFF;
	border:none;
	padding: 10px 14px!important;
	border: 2px solid #fff;	
}

#content .paginator .current{
	background:#a8cf45;
	color:#fff;
	border:none;
	padding: 10px 14px;
	border-bottom: 2px solid #a8cf45;
	border-top: 2px solid #a8cf45;
}

/* POSTS E PÁGINAS FORMATAÇÃO ---------------------------------------------------------------------------- */

.entry-content ul{
	padding-left:15px;	
}

.entry-content ul li{
	margin:15px 0;	
}

.entry-content h3{
	margin-top: 40px;
}













