

html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}

.link_go_back a{
	color: #003b56;
	font-weight: bold;
}

.link_go_back a:hover{
	color: #599ec2;
}

.marg-top-40{
	margin-top: 40px;
}


/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,0.7);
	padding: 8px 2%;
    width: 100%;
    z-index: 3;
	border-bottom: 1px solid #53b2b4;
}

.menu_holder.white {
	background: rgba(255,255,255,1);
}

.menu_holder .navbar-header {
    
}

.menu_holder .navbar-header img{
    width: 145px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 15px;
	right: 2%;
    cursor: pointer;
    
	display: none;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #e3861d;
    margin-top: 5px;
    display: block;
	border-radius: 2px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
    background-color: #808b92;
}

.menu_holder .menu{
    display: inline-block;
	margin: 25px 0 0px 50px;
	float: left;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
}

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #003b56;
	font-size: 14px;
	font-weight: 700;
}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
}

.menu_holder .menu-nav .dropdown a:hover, 
.menu_holder .menu-nav li.active > a, 
.menu_holder .menu-nav li.active:hover > a {
	/*color: #599ec2;*/
	color: #53b2b4;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #333;
	cursor: default;
}
.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}

.pesquisa {
    position: absolute;
    right: 0;
    padding: 31px;
    top: 0;
    border-left: 1px solid #003b56;
}

.pesquisa i{
    color: #003b56;
	font-size: 16px;
}


@media screen and (min-width: 1096px) {
	
	.menu_holder .menu {
		display: inline-block !important;
	}
	
}

@media screen and (max-width: 1360px) {
	
	.menu_holder .menu {
		margin-left: 0px;
	}
	.menu_holder .menu-nav .dropdown {		
		margin: 0 8px;
	}
	.menu_holder .menu-nav .dropdown a {				
		font-size: 12px;
	}
}

@media screen and (max-width: 1095px) {
	
	.menu_holder {
		padding: 8px 10px;
		background: rgba(255,255,255,1);
	}
	
	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: -15px;
	}
	
	.menu_holder .navbar-header img{
		width: 70px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}
	
	.menu_holder .dp_input {
		top: initial;
		bottom: -75px;
	}
	
	.menu_holder .open-panel {
		visibility: hidden !important;
		opacity: 0 !important;
	}
	
	.pesquisa {
		position: relative;
		padding: 5px 15px;
		border: 0;
	}
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner ul img{
	width: 100%;
}

.banner ul li{
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.internas li {
    height: 400px;
	background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;	position: absolute;	bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,.banner #slider_home .owl-next img {    width: 32px !important;}


.banner .conteudo{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: left;
	width: 60%;
	margin: auto;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.banner.internas .conteudo{
    top: 45%;
	width: 100%;
	text-align: center;
}

.banner .conteudo .nome{
	color: #53b2b4;
	font-size: 3.5vW;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 800;
}

.banner .conteudo .descricao{
	color: #555;
	font-size: 19px;
	margin-bottom: 50px;
	font-weight: 300;
}

.banner .conteudo button{
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	background: #53b2b4;
	text-transform: uppercase;
	border: 0;
	padding: 15px 45px;
}

.banner .conteudo .banner_secundario{
	width: 90%;
	max-width: 450px;
}



@media screen and (max-width: 992px) {
	
	.banner,
	.banner ul li {
		height:350px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img{
		display: none;
	}
	.banner .conteudo {
	    top: 30%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 4vW;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.banner.internas .conteudo {
		top: 50%;
	}
}

@media screen and (max-width: 470px) {
	
	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.banner .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco.escuro{
	background: #53b2b4;
}

.bloco h2{
	font-size: 31px;
	color: #1e4c64;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.bloco.escuro h2{
	color: #fff;
}

.bloco h3{
	font-size: 22px;
	color: #53b2b4;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #555;
	font-weight: 300;
}

.bloco.escuro p{
	color: #fff;
}

.bloco button{
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	background: #53b2b4;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 15px 45px;
	margin-top: 25px;
	outline: none;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}


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

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 14px;
	}

	.bloco button{
		font-size: 11px;
		padding: 10px 45px;
	}
}


/*==================================================================================================*/
/*SERVICOS*/
/*==================================================================================================*/


.holder_servicos{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 -15px !important;
}

.holder_servicos .servico {
    margin: 20px 0;
	min-height: 380px;
}

.holder_servicos .servico img{
	width: 100%;
}

.holder_servicos .servico h3{
	color: #53b2b4;
	font-size: 21px;
	font-weight: 600;
}



/*==================================================================================================*/
/*CORPO CLINICO*/
/*==================================================================================================*/


.holder_corpo_clinico .coluna_esquerda{
	padding-right: 57px;
}

.holder_corpo_clinico .bordered{
	border-right: 2px solid #1e4c64;
	padding-right: 100px;
	padding-left: 0;
}

.holder_corpo_clinico .col-md-12{
	margin-bottom: 45px;
}

@media screen and (max-width: 992px) {
	
	.holder_corpo_clinico .bordered{
		border: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}


/*==================================================================================================*/
/*ACORDOS*/
/*==================================================================================================*/


.holder_acordos .acordo{
	width: 20%;
	display: inline-block;
	float: left;
	margin: 10px 0 60px;
}
.holder_acordos .acordo img{
	width: 100%;
	max-width: 240px;
}

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

	.holder_acordos .acordo{
		width: 100%;
	}
}


/*==================================================================================================*/
/*NOTICIAS*/
/*==================================================================================================*/


.single_noticia {
    margin: 25px 0;
}
.noticia {
	width: 100%;
	overflow: hidden;
}

.single_noticia img,
.noticia img{
    width: 100%;
}

.conteudo{
	height: 150px;
}

.single_noticia .conteudo h3{
	font-weight: bold;
}


@media screen and (max-width: 992px){
	.footer .conteudo{
		height: auto;
		margin-bottom: 20px;
	}

	.footer{
		text-align: center;
	}



}

/*==================================================================================================*/
/*PRÉ-MARCAÇÃO*/
/*==================================================================================================*/


.holder_marcacoes .marcacao .titulo{
    padding: 6px 12px;
	background: #53b2b4;
	font-weight: 400;
	color: #fff;
	margin: 5px 0;
	font-size: 16px;
	
	cursor: pointer;
}
.holder_marcacoes .marcacao .titulo .trigger_marcacao{
    float: right;
}

.holder_marcacoes .marcacao .conteudo{
    padding: 0 10px;
	margin: 15px 0;
	font-weight: 300;
	font-size: 14px;
	height:auto;
	
	display: none;
}

#form_marcacao .row{
	margin: 20px 0 !important;
}

#form_marcacao input,
#form_marcacao select {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #53b2b4;
    box-shadow: unset;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

#form_marcacao textarea {
	border-radius: 0;
	border: 0;
	border-left: 1px solid #53b2b4;
	border-bottom: 1px solid #53b2b4;
    box-shadow: unset;
    width: 100%;
    padding: 6px 12px;
}

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

	#form_marcacao .row{
		margin: 0 !important;
	}

	#form_marcacao input,
	#form_marcacao select,
	#form_marcacao textarea {
		margin: 15px 0 !important;
	}
}


/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/


#googleMap{
	height: 350px;
}

#form_contactos .row{
	margin: 20px 0 !important;
}

#form_contactos input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #53b2b4;
    box-shadow: unset;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

#form_contactos textarea {
	border-radius: 0;
	border: 0;
	border-left: 1px solid #53b2b4;
	border-bottom: 1px solid #53b2b4;
    box-shadow: unset;
    width: 100%;
    padding: 6px 12px;
}

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

	#form_contactos .row{
		margin: 0 !important;
	}

	#form_contactos input,
	#form_contactos textarea {
		margin: 15px 0 !important;
	}
}


/*==================================================================================================*/
/*PESQUISA*/
/*==================================================================================================*/


#pesq {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #53b2b4;
    box-shadow: unset;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}

.resultados_pesquisa {
    margin: 15px 0;
    text-align: left;
}

.resultados_pesquisa .titulo_resultados {
    margin: 15px 0;
}

.resultados_pesquisa .lista_resultados ul {
    list-style: none;
    padding: 0;
}

.resultados_pesquisa .lista_resultados ul a{
	font-size: 15px;
    color: #555;
    font-weight: 300;
}


/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: relative;
	width: 100%;
	background: #53b2b4;
}

.footer h2{
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 600;
}

.footer p,
.footer label,
.footer a{
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
}

.footer #form_newsletter .input-group {
    width: 100%;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 20px;
    width: 100%;
	height: 40px;
	outline: none;
}

.footer #form_newsletter button {
    background: #1A8787;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
	right: 0px;
    margin: 0;
    padding: 8px 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	font-weight: 300;
	font-size: 13px;
	height: 40px;
}

.footer .holder_noticias_footer .titulo {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer .holder_noticias_footer .conteudo {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	height: auto;
}

.footer .holder_noticias_footer .conteudo a{
	font-size: 13px;
	color: #000;
}

.footer .social {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
	border-radius: 4px;
}

.lower_footer {
    padding: 15px 0;
	border-top: 1px solid #53b2b4;
	background: #53b2b4;
}

.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #ffffff;
}

.escuro_footer{
	height: 435px;
}



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

}
