@font-face {
	font-family: 'NOME';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FILE.woff) format('woff');
}



@font-face {
	font-family: 'Bryant-Regular';
	src: url(/site/fonts/Bryant-RegularCondensed.woff2) format('woff2'),
	url(/site/fonts/Bryant-RegularCondensed.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Bold';
	src: url(/site/fonts/Bryant-Bold.woff2) format('woff2'),
	url(/site/fonts/Bryant-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Medium';
	src: url(/site/fonts/Bryant-Medium.woff2) format('woff2'),
	url(/site/fonts/Bryant-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Bold-Condensed';
	src: url(/site/fonts/Bryant-BoldCondensed.woff2) format('woff2'),
	url(/site/fonts/Bryant-BoldCondensed.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Regular-Condensed';
	src: url(/site/fonts/Bryant-RegularCondensed.woff2) format('woff2'),
	url(/site/fonts/Bryant-RegularCondensed.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Light-Condensed';
	src: url(/site/fonts/Bryant-LightCondensed.woff2) format('woff2'),
	url(/site/fonts/Bryant-LightCondensed.woff) format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant-Medium-Condensed';
	src: url(/site/fonts/Bryant-MediumCondensed.woff2) format('woff2'),
	url(/site/fonts/Bryant-MediumCondensed.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}



html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}


button.v1{
	color: #fff;
	font-size: 14px;
	background: #64C7D2;
	border: 0;
	padding: 10px 30px;
	border-radius: 20px;
	font-family: 'Bryant-Regular';
	text-transform: uppercase;

	outline: none;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

button.v1:hover{
	background: #3C6B71;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.owl-controls {
	width: 100%;
	text-align: right;
	position: absolute;
}

.owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	border: 1px solid #fff;
	background: #c3c3c3;
}

.owl-dots .owl-dot.active {
	background: #64C7D2;
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding: 40px 0;
	width: 100%;
	z-index: 3;
}

.menu_holder2 img{
	width: 100%;
}

.menu_holder .navbar-header {
    float: unset !important;
}

.menu_holder .navbar-header img{
	width: 370px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	/* width: 35px; */
	top: -14px;
	right: -12px;
	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{
	text-align: left;
	margin-top: 3%;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
	margin: 0 25px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #1D1E22;
	font-size: 21px;
	font-family: 'Bryant-regular';
	text-decoration: none;
}

.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: #3C6B71;
	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;
}



#nav-icon3 {
	width: 60px;
	/* height: 45px; */
	position: absolute;
	/* margin: 50px auto; */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0;
	top: 30px;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 65%;
	background: #6fced8;
	/* border-radius: 9px; */
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}

#nav-icon3 span:nth-child(4) {
	top: 20px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}



@media screen and (max-width: 1400px) {

	.menu_holder {
		padding: 25px 0;
	}

	.menu_holder .navbar-header img {
		width: 300px;
	}

	.menu_holder .menu-nav .dropdown {
		display: inline-block;
		margin: 0 15px;
	}

	.menu_holder .padding_aux{
		padding: 0 100px;
	}

	.menu_holder .padding_aux .col-lg-6{
		padding: 0;
	}

	.menu_holder .menu-nav .dropdown a {
		font-size: 19px;
	}
	
}

@media screen and (max-width: 1200px) {

	.menu_holder .navbar-header img {
		width: 260px;
	}

}

@media screen and (min-width: 993px) {

	.menu_holder .menu {
		display: block !important;
	}

}

@media screen and (max-width: 992px) {

	.menu_holder .padding_aux {
		padding: 0 0px;
		position: relative;
	}

	.menu_holder .padding_aux .col-lg-6{
		position: unset;
	}

	.menu_holder .container {
		padding: 0 15px;
		width: 100%;
	}
	
	.menu_holder .navbar-header {
		top: -15px;
		text-align: left;
		padding: 10px 20px;
	}

	.menu_holder .navbar-header img {
		width: 300px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
		outline: none;
	}
	
	.menu_holder .menu {
		margin: 0px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
		text-align: left;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.menu_holder .navbar-header img {
		width: 205px;
	}

}

@media screen and (max-width: 315px) {
	.menu_holder .navbar-header img {
		width: 180px;
	}

}


/*==================================================================================================*/
/*MENU2*/
/*==================================================================================================*/


.menu_holder2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	padding: 30px 0;
	width: 100%;
	z-index: 3;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.menu_holder2.disabled{
	top:-1500px;
}

.menu_holder2 .navbar-header {
	float: unset !important;
}

.menu_holder2 .navbar-header img{
	width: 300px;
}

.menu_holder2 .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	top: -14px;
	right: 5px;
	cursor: pointer;

	display: none;
}

.menu_holder2 .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_holder2 .menu-toggler:hover span {
	background-color: #808b92;
}

.menu_holder2 .menu{
	margin-top: 20px;
}

.menu_holder2 .menu-nav{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu_holder2 .menu-nav .dropdown{
	display: inline-block;
	margin: 0 25px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder2 .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #1D1E22;
	font-size: 18px;
	font-family: 'Bryant-regular';
	text-decoration: none;
}

.menu_holder2 .menu-nav .dropdown.language a{
	color: #298e2a;
}

.menu_holder2 .menu-nav .dropdown a:hover,
.menu_holder2 .menu-nav li.active > a,
.menu_holder2 .menu-nav li.active:hover > a {
	color: #3C6B71;
	text-decoration: none !important;
}

.menu_holder2 .dropdown-menu {
	background-color: #333;
	cursor: default;
}
.menu_holder2 .dropdown-menu hr{
	width: 80%;
	margin: 8px auto;
	border-top: 1px solid #ccc;
}
.menu_holder2 .dropdown-menu a:hover{
	background-color: transparent;
}

.menu_holder2 .padding_aux{
	position: relative;
}

.menu_holder2 .padding_aux .col-lg-6{
	position: unset;
}


#nav-icon4 {
	width: 60px;
	/* height: 45px; */
	position: absolute;
	/* margin: 50px auto; */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0;
	top: 30px;
}

#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 65%;
	background: #6fced8;
	/* border-radius: 9px; */
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#nav-icon4 span:nth-child(1) {
	top: 0px;
}

#nav-icon4 span:nth-child(2),#nav-icon4 span:nth-child(3) {
	top: 10px;
}

#nav-icon4 span:nth-child(4) {
	top: 20px;
}

#nav-icon4.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon4.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon4.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}



@media screen and (max-width: 1400px) {

	.menu_holder2 {
		padding: 25px 0;
	}

	.menu_holder2 .navbar-header img {
		width: 380px;
	}



	.menu_holder2 .menu-nav .dropdown a {
		font-size: 19px;
	}

}

@media screen and (min-width: 993px) {

	.menu_holder2 .menu {
		display: block !important;
	}

}

@media screen and (max-width: 992px) {

	.menu_holder2 .container{
		padding: 0 0px;
		width: 100%;
	}

	.menu_holder2 .navbar-header {
		top: -15px;
		text-align: left;
		padding: 10px 20px;
	}

	.menu_holder2 .navbar-header img {
		width: 300px;
	}

	.menu_holder2 .menu-toggler{
		display:block;
		outline: none;
	}

	.menu_holder2 .menu {
		margin: 0px 0 0;
		text-align: left;
		width: 100%;
		display: none;
	}

	.menu_holder2 .menu-nav {
		padding: 0;
	}

	.menu_holder2 .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder2 .menu-nav .dropdown a {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.menu_holder2 .navbar-header img {
		width: 205px;
	}

}

@media screen and (max-width: 315px) {
	.menu_holder2 .navbar-header img {
		width: 180px;
	}

}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/

.fakebanner{
	height: 30px;
}

.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%;
	display: none !important;
}

.banner ul li{
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80vH;
	margin-top: 200px;
}
.banner.internas li {
    height: 260px;
	background-position: top center;
}

.banner #slider_home .owl-controls {
	width: 100%;
	text-align: right;
	position: absolute;
}

.banner #slider_home .owl-controls .owl-nav{
	position: absolute;
	right: 15%;
}

.banner #slider_home .owl-controls .owl-nav .owl-next{
	background: #64C7D2;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
}

.banner #slider_home .owl-controls .owl-nav .owl-next i{
	position: absolute;
	top: 7px;
	font-size: 25px;
	color: #fff;
	left: 17px;
}

.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 5px;
    border-radius: 100%;
	border: 1px solid #fff;
    background: #c3c3c3;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #64C7D2;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}


.banner .conteudo{
	position: relative;
	top: -210px;
	left: 0;
	right: 0;
	text-align: center;
	width: 80%;
	max-width: 1000px;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: -20px;
}

.banner .conteudo .nome{
	color: #fff;
	font-size: 44px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: 'Bryant-Medium';
	background-color: #64C7D2;
	width: fit-content;
	padding: 3px 5px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 25px;
}

.banner .conteudo .nome:last-child{
	margin-top: 25px;
}


.banner .conteudo .descricao{
	color: #fff;
	font-size: 44px;
	text-transform: uppercase;
	font-family: 'Bryant-Medium';
	background-color: #64C7D2;
	width: fit-content;
	padding: 0 15px;
	margin: 20px auto;
}

.banner .conteudo button{
}



@media screen and (max-width: 1400px) {

	.fakebanner {
		height: 30px;
	}


	.banner .conteudo .nome,
	.banner .conteudo .descricao{
		font-size: 34px;
	}

	.banner .conteudo {
		max-width: 770px;
		top: -170px;
	}

}

@media screen and (max-width: 1110px) {

	.banner .conteudo .nome,
	.banner .conteudo .descricao{
		font-size: 35px;
	}
}

@media screen and (max-width: 992px) {

	.fakebanner {
		height: 5px;
	}

	.banner{
		height:auto;
	}

	.banner ul li {
		height:350px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}

	.banner ul img{
		display: none;
	}
	.banner .conteudo {
		width: 100%;
	}
	.banner .conteudo .nome,
	.banner .conteudo .descricao{
		font-size: 25px;
	}

	.banner .conteudo{
		max-width: 550px;
	}

}

@media screen and (max-width: 550px) {

	.banner ul li {
		margin-top: 250px;
	}

	.banner .conteudo {
		top: -220px;
	}

}

@media screen and (max-width: 470px) {

	.banner .conteudo{
		width: 100%;
		max-width: 350px;
		padding: 0 5%;
		top: -240px;
	}

	.banner .conteudo .nome{
		font-size: 20px;
		color: #fff;
		margin-bottom: 0px;
		text-transform: uppercase;
		font-family: 'Bryant-Medium';
		background-color: #64C7D2;
		line-height: 34px;
		width: auto;
		padding: 5px 7px;
		position: relative;
		display: inline-block;
	}

	.banner .conteudo .descricao{
		font-size: 24px;
		margin: 12px auto 20px;
	}

	/*
	.banner .conteudo .nome:before{
		content: '';
		position: absolute;
		top: 0;
		right: 25px;
		width: 10px;
		height: 36px;
		background-color: #64C7D2;
		z-index: -1;

	}

	.banner .conteudo .nome:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: -40px;
		width: 10px;
		height: 36px;
		background-color: #64C7D2;
		z-index: -1;
	}
	*/

}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h1{
	font-size: 36px;
	color: #fff;
	font-family: 'Bryant-Bold';
	text-transform: uppercase;
	background: #64C7D2;
	width: fit-content;
	margin: 10px auto;
	padding: 5px 15px;
}

.bloco h2{
	font-size: 24px;
	color: #363636;
	font-family: 'Bryant-Bold';
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}

.bloco .texto{
	font-size: 16px;
	color: #363636;
	font-family: 'Bryant-Regular';
	text-align: center;
}


@media screen and (max-width: 1400px) {

	.bloco h1{
		font-size: 34px;
	}

	.bloco h2{
		font-size: 22px;
	}

	.bloco .texto{
		font-size: 16px;
	}
}

@media screen and (max-width: 1110px) {


}

@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 15px;
	}

	.bloco h1 {
		font-size: 22px;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {

	.bloco h1 {
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
.midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
.midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	.midder {
		height: 250px;
		background-attachment: initial;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.bloco_icons{

}

.bloco_icons .single_icon{
	display: inline-block;
	width: Calc(100% / 3);
	margin-left: -3px;
	text-align: center;
	padding: 0 25px;
	vertical-align: top;
}

.bloco_icons .single_icon .icon img{
	width: 109px;

}


.bloco_clinica{
	background: #FAFAFA;
}

.bloco_clinica .titulo{
	margin-bottom: 30px;
}

.bloco_background{
	height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.bloco_equipa{

}

.bloco_equipa .slider_equipa{
	margin-top: 80px;
}

.bloco_equipa .slider_equipa .owl-controls {
	width: 100%;
	position: unset;
}

.bloco_equipa .slider_equipa .owl-dots {
	position: relative;
	text-align: center;
	margin: 50px auto 0px;
}

.bloco_equipa .slider_equipa .single_equipa{
	text-align: center;
	padding: 0 100px;
}

.bloco_equipa .slider_equipa .single_equipa .imagem{
	width: 200px;
	margin: 0 auto;
}

.bloco_equipa .slider_equipa .single_equipa .imagem img{
	border-radius: 50%;
}

.bloco_equipa .slider_equipa .single_equipa .titulo h2{
	text-transform: uppercase;
	margin-bottom: 20px;
}

.bloco_equipa .slider_equipa.owl-carousel{

}

.bloco_equipa .slider_equipa .owl-nav{
}

.bloco_equipa .slider_equipa .owl-nav .owl-prev{
	background: #64C7D2;
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	position: absolute;
	top: 100px;
	left: 25%;
}

.bloco_equipa .slider_equipa .owl-nav .owl-prev i {
	position: relative;
	top: 3px;
	font-size: 25px;
	color: #fff;
	left: -11px;
}

.bloco_equipa .slider_equipa .owl-nav .owl-next{
	background: #64C7D2;
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	position: absolute;
	top: 100px;
	right: 25%;
}

.bloco_equipa .slider_equipa .owl-nav .owl-next i{
	position: relative;
	font-size: 24px;
	color: #fff;
	left: -9px;
	top: 1px;
}

.bloco_equipa .slider_equipa .owl-nav .owl-prev{
	display: none;
}



.bloco_servicos{
	background: #FAFAFA;
}

.bloco_servicos .holder_servicos{
	padding: 0 100px;
}

.bloco_servicos .holder_servicos .selectize-control.single .selectize-input .item:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	margin-left: 11px;
	font-size: 17px;
	vertical-align: bottom;
}

.filtros{
	text-align: center;
	margin-top: 80px;
	width: 230px;
	display: inline-block;
	vertical-align: top;
}

.filtros .single_filtro{
	display: block;
	text-align: center;
}

.filtros .single_filtro .texto{
	text-transform: uppercase;
	color: #858585;
	font-size: 14px;
	font-family: 'Bryant-Medium';
	margin-bottom: 10px;
}

.filtros .ou{
	display: inline-block;
	font-family: 'Bryant-Bold';
	font-size: 12px;
	text-transform: uppercase;
	color: #858585;
}


.bloco_servicos .filtros .single_filtro select{
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border-radius: 26px;
	padding: 15px;
	background: #64C7D2;
	border: none;
	color: #fff;
	font-family: 'Bryant-Regular';
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_servicos .filtros .single_filtro select.active{
	background: #3C6B71;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_servicos .filtros .single_filtro select:hover{
	background: #3C6B71;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.bloco_servicos .holder_informacao_servico{
	margin-top: 60px;
	width: Calc( 100% - 230px );
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}

.bloco_servicos .holder_informacao_servico .info_servico .texto{
	text-align: left;
}

.bloco_servicos .holder_informacao_servico .info_servico .imagem{
	margin-top: 60px;
}

.bloco_servicos .holder_informacao_servico .info_servico .imagem img{
	width: 100%;
}


.bloco_mapa .mapa{
	margin-top: 60px;
	overflow: hidden;
	margin-bottom: -5px;
}

.bloco_mapa .mapa.mobile {
	display: none;
}


.bloco_contactos .filtros{
	width: 100%;
}

.bloco_contactos .filtros .single_filtro{
	display: inline-block;
	width: 20%;
	text-align: center;
	line-height: 12px;
	margin: 0 25px;
	border-radius: 26px;
	padding: 16px 15px 15px 15px;
	background: #e8e9e8;
	border: none;
	color: #8b8b8b;
	font-family: 'Bryant-Medium';
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_contactos .filtros .single_filtro.active{
	background: #3C6B71;
	color: #fff;
	padding-right: 30px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.bloco_contactos .filtros .single_filtro.active:after {
	content: '';
	right: 32px;
	top: 13px;
	width: 7px;
	height: 13px;
	border: solid #fff;
	position: absolute;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bloco_contactos .filtros .single_filtro:hover{
	background: #3C6B71;
	color: #fff;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.bloco_contactos .formulario_marcacoes{
	display: none;
}

.bloco_contactos .formulario_contactos{
	display: none;
}

.bloco_contactos .formulario_marcacoes.active{
	display: block;
}

.bloco_contactos .formulario_contactos.active{
	display: block;
}


.bloco_contactos .holder_contactos{
	margin-top: 60px;
}


.bloco_contactos .formulario{
	width: 70%;
	margin: 0 auto;
}

.bloco_contactos .formulario label{
	font-family: 'Bryant-Bold';
	font-size: 16px;
	color: #858585;
}

.bloco_contactos .formulario .politicas{
	font-family: 'Bryant-Regular';
	font-size: 14px;
	margin: -10px 0;
	color: #858585;
}

.bloco_contactos .formulario .politicas a{
	font-family: 'Bryant-Regular';
	font-size: 14px;
	color: #858585;
	text-decoration: underline;
}

.bloco_contactos .formulario input[type=text],
.bloco_contactos .formulario input[type=email],
.bloco_contactos .formulario textarea,
.bloco_contactos .formulario select {
	width: 100%;
	outline: none;
	border-radius: 26px !important;
	padding: 12px 20px;
	border: none;
	background: #E5E5E5;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	font-family: 'Bryant-Regular';
}


.bloco_contactos .formulario .row {
	padding: 15px 0;
	overflow: unset;
}

.bloco_contactos .formulario textarea {
	resize: none;
}

.bloco_contactos .formulario .botao {
	text-align: center;
}


.bloco_contactos .formulario_marcacoes #form_data{
	position: relative;
}

.bloco_contactos .formulario_marcacoes #form_data .cal_btn{
	position: absolute;
	/* position: absolute; */
	top: 0;
	right: 0;
	/* transform: translateY(-50%); */
	/* border: none; */
	/* background: transparent; */
	left: 0;
	width: 100%;
	bottom: 0;
}

.bloco_contactos .formulario_marcacoes #form_data .cal_btn:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	margin-left: 11px;
	font-size: 17px;
	vertical-align: bottom;
	position: absolute;
	right: 18px;
	top: 13px;
	color: #000;
	z-index: 1;
}

.bloco_contactos .formulario_marcacoes #form_marcacao .selectize-control.single .selectize-input .item:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	margin-left: 11px;
	font-size: 17px;
	vertical-align: bottom;
	position: absolute;
	right: 18px;
	top: 13px;
	color: #000;
}

.bloco_contactos .formulario_marcacoes #form_data .cal_btn button{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: transparent;
	outline: none;
	z-index: 2;
}


.bloco_contactos .formulario_marcacoes #form_data .cal_btn .btn:active,
.bloco_contactos .formulario_marcacoes #form_data .cal_btn .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.bloco_contactos .selectize-input {
	background: #E5E5E5 !important;
}


.bloco_contactos .selectize-input.full {
	background-color: #E5E5E5;
	color: #858585;
	font-family: 'Bryant-Regular';
	font-size: 14px;
}

.bloco_contactos .selectize-dropdown [data-selectable].option {
	opacity: 1;
	color: #858585 !important;
	background: transparent;
	cursor: pointer;
	font-family: 'Bryant-Regular';
	font-size: 14px;
}

.bloco_contactos  .selectize-dropdown {
	background: #E5E5E5;
}


.bloco_servicos .fundo_ativo {
	background-color: #3B6C71 !important;
}


.fundo.fundo_cor{
	background: #fff !important;
	border: 1px solid #3C6B71 !important;
}

@media screen and (max-width: 992px){

	.bloco_servicos .holder_servicos{
		padding: 0 15px;
	}

	.bloco_icons .single_icon {
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 0 25px;
		margin: 60px 0;
	}

	.bloco_background {
		height: 60vh;
	}

	.bloco_equipa .slider_equipa .single_equipa {
		text-align: center;
		padding: 0 10px;
	}

	.filtros{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.filtros .single_filtro {
		display: block;
		text-align: center;
		margin: 20px auto;
	}

	.bloco_servicos .holder_informacao_servico{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.bloco_servicos .holder_informacao_servico .info_servico .titulo h2,
	.bloco_servicos .holder_informacao_servico .info_servico .texto {
		text-align: center;
	}

	.bloco_servicos .holder_informacao_servico .info_servico .imagem {
		margin-left: -15px;
		margin-right: -15px;
	}

	.bloco_mapa .mapa.desktop {
		display: none;
	}

	.bloco_mapa .mapa.mobile {
		display: block;
	}

	.bloco_contactos .filtros .single_filtro {
		display: block;
		width: 60%;
		margin: 20px auto;
	}

	.bloco_contactos .formulario {
		width: 100%;
	}

	.bloco_contactos .formulario .data {
		margin-bottom: 50px;
	}

	.bloco_contactos .formulario .row {
		padding: 0;
	}

	.bloco_contactos .formulario .col-md-12,
	.bloco_contactos .formulario .col-md-6,
	.bloco_contactos .formulario .col-md-4 {
		padding: 15px;
	}
}

@media screen and (max-width: 600px){

	.bloco_equipa .slider_equipa .owl-nav .owl-next {
		right: 15%;
	}

	.bloco_equipa .slider_equipa .owl-nav .owl-prev {
		left: 15%;
	}

}

@media screen and (max-width: 400px){
	.bloco_background {
		height: 30vh;
	}

	.filtros .single_filtro {
		width: 80%;
	}

	.bloco_contactos .filtros .single_filtro {
		width: 80%;
	}

	.bloco_equipa .slider_equipa .owl-nav .owl-next {
		right: 7%;
	}

	.bloco_equipa .slider_equipa .owl-nav .owl-prev {
		left: 7%;
	}

}




/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}


/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/




/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/



/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: relative;
	width: 100%;
	background: #3C6B71;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h3{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
	font-size: 13px;
	color: #aaa;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}


.footer .logotipo,
.footer .telefone_app{
	margin-bottom: 40px;
}

.footer .logotipo img{
	width: 405px;
}

.footer .link a{
	text-decoration: none;
	color: #64C7D2;
	font-family: 'Bryant-Medium';
	font-size: 20px;
	text-transform: uppercase;
}

.footer .titulo{
	text-decoration: none;
	color: #fff;
	font-family: 'Bryant-Medium';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer .single_contacto .icon{
	width: 20px;
}

.footer .single_contacto .icon,
.footer .single_contacto .info{
	display: inline-block;
	vertical-align: top;
}


.footer .single_contacto .icon img{
	width: 20px;
}

.footer .single_contacto{
	margin-bottom: 20px;
}

.footer .single_contacto .info a{
	text-decoration: none;
	color: #fff;
	font-family: 'Bryant-Regular';
	font-size: 16px;
}

.footer .single_contacto .info {
	padding-left: 10px;
}

.lower_footer {
	padding: 10px 0;
	background: #3C6B71;
}

.lower_footer p,
.lower_footer a{
	font-size: 14px;
	color: #fff;
	font-family: 'Bryant-Regular';
}

@media screen and (max-width: 1400px) {
	.footer .logotipo img {
		width: 300px;
	}

	.footer .telefone_app img {
		width: 230px;
	}
}

@media screen and (max-width: 992px) {
	.footer {
		text-align: center;
	}

	.footer .contactos {
		margin-top: 40px;
	}

	.footer .single_contacto .icon{
		width: unset;
	}

	.footer .single_contacto .icon, .footer .single_contacto .info {
		display: block;
	}

	.footer .single_contacto .icon{
		
		margin-bottom: 10px;
	}
}
