@font-face {
	font-family: 'Bree';
	src: url('/site/fonts/Bree-Oblique.woff2') format('woff2'),
	url('/site/fonts/Bree-Oblique.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	display: swap;
}

@font-face {
	font-family: 'Bree';
	src: url('/site/fonts/Bree-Regular.woff2') format('woff2'),
	url('/site/fonts/Bree-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	display: swap;
}

@font-face {
	font-family: 'Bree';
	src: url('/site/fonts/Bree-Light.woff2') format('woff2'),
	url('/site/fonts/Bree-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	display: swap;
}

@font-face {
	font-family: 'Bree';
	src: url('/site/fonts/Bree-Thin.woff2') format('woff2'),
	url('/site/fonts/Bree-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	display: swap;
}

@font-face {
	font-family: 'Bree';
	src: url('/site/fonts/Bree-Bold.woff2') format('woff2'),
	url('/site/fonts/Bree-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	display: swap;
}

html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
	font-family: 'Lato', sans-serif;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}

.custom_container{
	width: 70%;
	margin: 0 auto;
	padding: 0 15px;
}

.btn1{
	background: #9DCA4B;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	outline: none;
}
.btn2{
	background: #fff;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-size: 16px;
	color: #3E3E3E;
	letter-spacing: 0;
	font-weight: 400;
	outline: none;
}


.breadcrumbs{
	padding: 15px 0;
	font-weight: 400;
	font-size: 17px;
	color: #5A5A5A;
	letter-spacing: 0;
	background: #E9E9E9;
	text-decoration: none;
}

.breadcrumbs a{
	font-weight: 400;
	font-size: 17px;
	color: #5A5A5A;
	letter-spacing: 0;
	text-decoration: none;
}

.breadcrumbs strong{
	font-weight: 700;
}

.fakebanner{
	height: 160px;
}

/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}



.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: 100%;
	margin-right: -95px;
	padding: 0px 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	background: white;
	border: 1px #FFFFFF solid;
	position: relative;
	width: 75px;
	height: 30px;
	color: #494e54;
	font-weight: bold;
	cursor: pointer;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}


@media screen and (max-width: 1450px){
	.fakebanner{
		height: 130px;
	}
}
@media screen and (max-width: 1200px){
	.fakebanner{
		height: 120px;
	}
}

@media screen and (max-width: 992px){
	.btn1 {
		padding: 10px 25px;
	}

	.btn2 {
		padding: 10px 25px;
	}


	.breadcrumbs{
		font-size: 15px;
	}

	.breadcrumbs a{
		font-size: 15px;
	}

	.fakebanner{
		height: 68px;
	}
}
/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
    width: 100%;
    z-index: 3;
}

.menu_holder .menu_topo{
    background: #fff;
	padding: 30px 0;
}

.menu_holder .menu_menus {
    background: #9DCA4B;
	padding: 10px 0;
}

.menu_holder .navbar-header {
	float: unset;
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	vertical-align: middle;
}

.menu_holder .redes_sociais {
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	text-align: right;
	padding-right: 40px;
	vertical-align: middle;
}

.menu_holder .redes_sociais a i{
	font-size: 30px;
	margin: 0 5px;
	color: #fff;
}

.menu_holder .redes_sociais a{
	color: #9DCA4B;
	text-decoration: none;
}

.menu_holder .navbar-header img{
	width: 227px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 20px;
	right: 45px;
	cursor: pointer;
	outline: none;

	display: none;
}

.menu_holder .menu-toggler span {
    height: 3px;
    width: 100%;
    background-color: #9DCA4B;
    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: 0;
	float: unset;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
	/* margin: 0 -3px 0 0; */
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	width: Calc(100% / 6);
	margin-right: -4px;
	text-align: center;
}

.menu_holder .menu-nav .dropdown.pesquisa_mobile{
	display: none;
}

.menu_holder .menu-nav #m2{
	text-align: left;
}

.menu_holder .menu-nav .dropdown a{
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}

.menu_holder .menu-nav .dropdown.language a{
	color: #053902;
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav li.active > a,
.menu_holder .menu-nav li.active:hover > a {
	color: #053902;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
	background-color: #9DCA4B;
	cursor: default;
	text-align: center;
	border-radius: 0;
	border: none;
	left: 50%;
	top: 15px;
	min-width: 260px;
	-webkit-box-shadow: none;
	box-shadow: none;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding: 20px 0;
}

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
}

#nav-icon4 {
	width: 30px;
	height: 35px;
	position: relative;
	margin: 0 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;
}

#nav-icon4 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	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.aberto {
	background: #9DCA4B;
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 8px;
}

@media screen and (min-width: 993px) {
	
	.menu_holder .menu {
		width: 100%;
	}
	
}

@media screen and (max-width: 1450px) {

	.menu_holder .menu_topo{
		padding: 15px 0;
	}


}

@media screen and (max-width: 1200px){
	.menu_holder .menu-nav .dropdown a {
		font-size: 13px;
	}
}



@media screen and (max-width: 992px) {

	.container>.navbar-header, .container>.navbar-collapse {
		margin-left: 0;
	}
	.menu_holder .container{
		padding: 0 15px;
		width: 90%;
	}


	.menu_holder .menu_menus {
		background: #fff;
		padding: 0;
	}

	.menu_holder .menu-nav {
		margin: 0;
	}

	.menu_holder .navbar-header {
		top: -15px;
	}
	
	.menu_holder .navbar-header img{
		width: 150px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: left;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 16px;
		color: #9DCA4B;
		font-weight: 700;
	}

	.menu_holder .menu-nav .dropdown.pesquisa_mobile{
		display: block;
	}

	.menu_holder .redes_sociais {
		display: none;
	}

	.menu_holder .dropdown-menu {
		background-color: transparent;
		text-align: left;
		border-radius: 0;
		border: none;
		left: unset;
		top: unset;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		padding: 0;
		float: unset;
		position: relative;
	}

	.dropdown-menu>li>a {
		padding: 3px 0;
		font-weight: 400 !important;
	}
}



/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	height: Calc(100vH - 165px)
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	height: Calc(100vH - 165px)
}

.banner ul img{
	width: 100%;
}

.banner ul li{
	width: 100%;
	height: Calc(100vH - 165px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner ul li video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.banner #slider_home .owl-thumbs {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	text-align: left;
}

.banner #slider_home .owl-thumbs .owl-thumb-item {
	position: relative;
	background: transparent;
	text-align: left;
	width: Calc(100% / 4);
	border: 0;
	margin-right: -3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	outline: none;
	color: #fff;
}

.banner #slider_home .owl-thumbs .owl-thumb-item:hover {
	text-decoration: underline;
}

.banner #slider_home .owl-thumbs .owl-thumb-item:nth-child(1) {
	animation: 4s ease-in-out 0s initBottomTopLoad;
	animation-fill-mode: forwards;
	position: relative;
}

.banner #slider_home .owl-thumbs .owl-thumb-item .nome {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	min-height: 55px;
}

.banner #slider_home .owl-thumbs .owl-thumb-item .descricao {
	color: #fff;
	font-weight: 200;
	font-family: 'Bree';
	font-size: 16px;
	letter-spacing: 0;
}

.banner.internas {
    height: 260px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner.internas.video_interno {
    height: 60vH;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner.internas.video_interno video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.banner.internas.video_interno .video-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 56.66%;
}

.banner.internas.video_interno .video-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.banner.internas.fundo {
	height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner.internas.fundo .botao{
	margin-top: 40px;
}

.banner.internas .conteudo{
    text-align: center;
}

.banner.internas .conteudo .nome{
	font-weight: 700;
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.banner.internas .conteudo .descricao{
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

.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;
	display: none !important;
}

.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: 40%;
	left: 0;
	right: 0;
	text-align: left;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px;

}
.banner .conteudo .nome{
	margin-bottom: 5px;
	font-size: 55px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;

}

.banner .conteudo .descricao{
	margin-bottom: 15px;
	font-size: 23px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 200;
	font-family: 'Bree';
}

.banner .conteudo button{
	background: #fff;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-size: 16px;
	color: #3E3E3E;
	letter-spacing: 0;
	font-weight: 400;
	outline: none;
}


.banner.video_interno .conteudo button.btn1{
	background: #9DCA4B;
	border: 0;
	padding: 10px 45px;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	outline: none;
}

.banner.video_interno .conteudo .botao{
	margin-top: 30px;
}

@media (min-width: 992px){

	.banner .conteudo,
	.banner #slider_home .owl-thumbs {
		max-width: 970px;
		margin: 0 auto;
	}


	.banner.internas .conteudo .descricao {
		font-size: 16px;
	}
}

@media (min-width: 768px){
	.banner .conteudo,
	.banner #slider_home .owl-thumbs {
		max-width: 750px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px){
	.banner .conteudo,
	.banner #slider_home .owl-thumbs {
		max-width: 1170px;
		margin: 0 auto;
	}

}







@media screen and (max-width: 1200px) {

	.banner #slider_home .owl-thumbs {
		display: none;
	}
}

@media screen and (max-width: 992px) {

	.banner,
	.banner ul li {
		height: 100vH;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}


	.banner.internas .conteudo .nome{
		font-size: 34px;
	}

	.banner ul img{
		display: none;
	}
}

@media screen and (max-width: 470px) {
	.banner .conteudo .nome {
		font-size: 50px;
	}
}

@media screen and (max-width: 370px) {
	.banner .conteudo .nome {
		font-size: 45px;
	}
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h1{
	font-weight: 700;
	font-size: 36px;
	color: #9DCA4B;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

.bloco h2{
	font-weight: 700;
	font-size: 36px;
	color: #9DCA4B;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-family: 'Lato', sans-serif;
}

.bloco h4{
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
}

.bloco p{
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}

.bloco img{
	width: 100%;
}


@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco h1 {
		font-size: 28px;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 16px;
	}
}


/*==================================================================================================*/
/*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;
	padding: 6vH 0;
}

.midder .conteudo {
	width: 100%;
    top: 20%;
    left: 0;
    text-align: left;
    position: relative;
	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 {
		background-attachment: initial;
		background-position: right;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}


@media screen and (max-width: 800px) {

}

/*@media screen and (max-width: 470px) {
	
	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.monsanto_pet{

}


.monsanto_pet .cao{
	position: relative;
}

.monsanto_pet .cao img{
	position: absolute;
	width: 400px;
	right: 50%;
}

.monsanto_pet .holder_monsantopet{
	margin-top: 40px;
}

.monsanto_pet .holder_monsantopet .single_monsantopet{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 20px 0 20px -3px;
}

.monsanto_pet .holder_monsantopet .single_monsantopet .icon{
	display: inline-block;
	margin-left: -3px;
	vertical-align: top;
	border-radius: 50%;
	text-align: center;
	position: relative;
	width: 60px;
}

.monsanto_pet .holder_monsantopet .single_monsantopet .icon.profissionalismo{
	background: #9DCA4B;
	width: 60px;
	height: 60px;
	position: relative;
}

.monsanto_pet .holder_monsantopet .single_monsantopet .icon.profissionalismo img{
	height: 35px;
	width: unset;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.monsanto_pet .holder_monsantopet .single_monsantopet .icon img{
	height: 35px;
	width: unset;
}

.monsanto_pet .holder_monsantopet .single_monsantopet .info{
	display: inline-block;
	width: Calc(100% - 60px);
	margin-left: -3px;
	vertical-align: top;
	padding: 0 30px;
}

.monsanto_pet .holder_monsantopet .single_monsantopet .info .nome{
	font-size: 23px;
	color: #212121;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 20px;
}


.servicos .holder_servicos .single_servico{
	display: inline-block;
	width: Calc(100% / 3);
	margin-left: -3px;
	vertical-align: top;
	padding: 15px;
}

.servicos .holder_servicos .single_servico a{
	text-decoration: none;
}

.servicos .holder_servicos .single_servico .holder_single_servico{
	border-bottom: 2px solid #9DCA4B;
	padding: 40px 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.servicos  .holder_servicos .single_servico .holder_single_servico:hover{
	box-shadow: 0px 4px 9px rgba(0,0,0,0.3);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.servicos .holder_servicos .single_servico .holder_single_servico .icon img{
	width: 175px;
	margin: 0 auto;
}

.servicos .holder_servicos .single_servico .holder_single_servico .nome{
	font-weight: 700;
	font-size: 23px;
	color: #212121;
	letter-spacing: 0;
	margin: 20px 0;
}

.servicos .holder_servicos .single_servico .holder_single_servico .descricao{
	font-weight: 400;
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
	text-align: center;
	height: 145px;
}

.servicos .botao{
	margin-top: 60px;
}

.homepage_meio .nome{
	font-weight: 900;
	font-size: 46px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.homepage_meio .descricao{
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.homepage_meio .descricao h4{
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.homepage_meio .botao{
	margin: 40px 0;
}


.homepage_meio .video{
	width: 35%;
}

.homepage_meio .video video{
	width: 100%;
	outline: none;
}


.homepage_meio .video .iframe_holder {
	position: relative;
	padding-bottom: 53.35%;
	padding-top: 25px;
	height: 0;
}

.homepage_meio .video .iframe_holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.equipa{

}

.equipa .holder_equipa .single_equipa{
	display: inline-block;
	width: Calc(100% / 3);
	margin-left: -3px;
	vertical-align: bottom;
	padding: 15px;
}

.equipa .holder_equipa .single_equipa a{
	text-decoration: none;
}

.equipa .holder_equipa .single_equipa .holder_single_equipa{
	border-bottom: 2px solid #9DCA4B;
	padding: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.equipa .holder_equipa .single_equipa .holder_single_equipa:hover{
	box-shadow: 0px 4px 9px rgba(0,0,0,0.3);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.equipa .holder_equipa .single_equipa .holder_single_equipa .icon img{
	width: 215px;
	margin: 0 auto;
}

.equipa .holder_equipa .single_equipa .holder_single_equipa .nome{
	font-weight: 700;
	font-size: 18px;
	color: #212121;
	letter-spacing: 0;
	margin: 15px 0 0 0;
}

.equipa .holder_equipa .single_equipa .holder_single_equipa .descricao{
	font-weight: 400;
	font-size: 14px;
	color: #9DCA4B;
	letter-spacing: 0;
	text-align: center;
	line-height: 20px;
	min-height: 40px;
}

.equipa .botao{
	margin-top: 60px;
}

a.home_fundo{
	text-decoration: none;
}

.homepage_fundo{
	padding: 10vH 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.homepage_fundo .conteudo .logo{
	width: 27%;
	margin-bottom: 30px;
}

.homepage_fundo .conteudo .logo img{
	width: 100%;
}

.homepage_fundo .conteudo .nome{
	font-weight: 900;
	font-size: 63px;
	color: #9DCA4B;
	letter-spacing: 0;
	width: 50%;
}

.testemunhos{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testemunhos .slider_testemunhos {
	margin-top: 40px;
}


.testemunhos .slider_testemunhos .icon{
	text-align: center;
	height: 100px;
}

.testemunhos .slider_testemunhos .icon img{
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid #1D528F;
}

.testemunhos .slider_testemunhos .holder_nome{
	margin-bottom: 60px;
}
.testemunhos .slider_testemunhos .holder_nome .nome{
	font-weight: 400;
	font-size: 19px;
	color: #9DCA4B;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
}

.testemunhos .slider_testemunhos .holder_nome .traco{
	width: 15px;
	height: 3px;
	background: #9DCA4B;
	border-radius: 20%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 5px;
}


.testemunhos .slider_testemunhos .descricao{
	font-weight: 700;
	font-size: 25px;
	color: #5A5A5A;
	letter-spacing: 0;
	width: 70%;
	margin: 20px auto;
	font-style: italic;
}

.testemunhos .slider_testemunhos .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.testemunhos .slider_testemunhos .owl-dots {
	position: absolute;
	bottom: -30px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.testemunhos .slider_testemunhos .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	border: none;
	background: #BDBDBD;
}

.testemunhos .slider_testemunhos .owl-dots .owl-dot.active {
	background: #9DCA4B;
	width: 29px;
	border-radius: 3px;
}


#homepage p.descricao{
	margin-top: 30px;
}

@media screen and (max-width: 1450px){
	.monsanto_pet .cao img{
		position: absolute;
		width: 400px;
		right: 30%;
	}

	.homepage_meio .nome {
		font-size: 40px;
	}

	.homepage_meio .descricao h4 {
		font-size: 20px;
	}

	.homepage_meio .botao {
		margin: 25px 0;
	}

	.homepage_fundo .conteudo .nome {
		font-size: 50px;
		width: 55%;
	}

}




@media screen and (max-width: 1200px){
	.monsanto_pet .cao img {
		position: absolute;
		width: 400px;
		right: 0%;
	}

	.servicos .holder_servicos .single_servico .holder_single_servico .descricao{
		height: 170px;
	}
}


@media screen and (max-width: 992px){
	.monsanto_pet .cao img {
		display: none;
	}

	.homepage_meio{
		background: #F8F8F8;
		background-image: none !important;
	}

	.homepage_meio .nome {
		font-size: 43px;
		color: #9DCA4B;
	}

	.homepage_meio .video {
		width: 400px;
	}

	.homepage_meio .btn2 {
		background: #9DCA4B;
		color: #fff;
	}

	.homepage_meio .descricao {
		color: #5A5A5A;
	}

	.homepage_meio .descricao h4{
		color: #5A5A5A;
	}

	.monsanto_pet .holder_monsantopet .single_monsantopet .info .nome{
		font-size: 20px;
		margin-bottom: 10px;
	}


	.servicos .holder_servicos .single_servico .holder_single_servico .nome{
		font-size: 20px;
	}

	.equipa .holder_equipa .single_equipa .holder_single_equipa .icon img {
		width: 100%;
		margin: 0 auto;
	}

	.equipa .holder_equipa.left {
		text-align: center;
	}

	.equipa .holder_equipa .single_equipa {
		width: 300px;
		margin: 0 auto;
	}


	.servicos .holder_servicos .single_servico .holder_single_servico {
		padding: 30px 15px;
	}

	.servicos .holder_servicos .single_servico {
		padding: 0 15px 15px 15px;
	}

	.servicos .holder_servicos .single_servico .holder_single_servico .descricao{
		height: 270px;
	}
}


@media screen and (max-width: 800px){
	.monsanto_pet .holder_monsantopet .single_monsantopet {
		display: block;
		width: 100%;
		vertical-align: top;
		margin: 20px 0 20px 0;
	}

	.servicos .holder_servicos .single_servico {
		display: block;
		width: 100%;
		margin-left: 0;
	}


	.homepage_meio .video {
		width: 70%;
	}

	.homepage_fundo{
		display: none;
	}

	.testemunhos .slider_testemunhos .descricao {
		font-size: 18px;
		width: 100%;
	}

	.servicos .holder_servicos .single_servico .holder_single_servico .descricao{
		height: auto;
	}
}


@media screen and (max-width: 600px){

	.homepage_meio .conteudo {
		text-align: center;
	}

	.homepage_meio .nome {
		font-size: 39px;
	}
	.homepage_meio .descricao h4 {
		font-size: 20px;
	}

	.homepage_meio .video {
		width: 100%;
	}
}


@media screen and (max-width: 400px){


	.equipa .holder_equipa .single_equipa {
		width: 100%;
	}

}


/*==================================================================================================*/
/*QUEM SOMOS*/
/*==================================================================================================*/

.bloco_quem_somos .info{
	margin-top: 40px;
}

.bloco_quem_somos .info .botao{
	margin-top: 40px;
}

@media screen and (max-width: 992px){
	.bloco_quem_somos .info .botao{
		text-align: center;
	}
}
/*==================================================================================================*/
/*DETALHE EQUIPA*/
/*==================================================================================================*/

.bloco_membro_equipa{

}

.bloco_membro_equipa .imagem{
	display: inline-block;
	width: Calc(100%/3);
	margin-right: -3px;
	vertical-align: top;
}

.bloco_membro_equipa .info{
	display: inline-block;
	width: Calc((100%/3)*2);
	margin-right: -3px;
	vertical-align: top;
	padding-left: 20px;
}
.bloco_membro_equipa .botao{
	margin-top: 40px;
}



.bloco_membro_equipa .imagem{
	border-bottom: 2px solid #9DCA4B;
	padding: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.bloco_membro_equipa .imagem .icon img{
	width: 215px;
	margin: 0 auto;
}

.bloco_membro_equipa .imagem .nome{
	font-weight: 700;
	font-size: 18px;
	color: #212121;
	letter-spacing: 0;
	margin: 15px 0 0 0;
}

.bloco_membro_equipa .imagem .descricao{
	font-weight: 400;
	font-size: 14px;
	color: #9DCA4B;
	letter-spacing: 0;
	text-align: center;
	line-height: 20px;
	min-height: 40px;
}


.bloco_membro_equipa .info .nome h2{
	font-size: 25px;
	color: #212121;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 5px;
}

.bloco_membro_equipa .info .descricao{
	font-weight: 400;
	font-size: 16px;
	color: #9DCA4B;
	letter-spacing: 0;
}

.bloco_membro_equipa .info .content{
	margin-top: 20px;
}

@media screen and (max-width: 800px){
	.bloco_membro_equipa .imagem {
		display: block;
		width: 300px;
		margin: 0 auto;
	}

	.bloco_membro_equipa .info {
		display: block;
		width: 100%;
		margin: 40px auto 0 auto;
		padding: 0;
	}

	.bloco_membro_equipa .info .nome,
	.bloco_membro_equipa .info .descricao {
		display: none;
	}

	.bloco_membro_equipa .imagem .descricao {
		min-height: unset;
	}
}

@media screen and (max-width: 400px){
	.bloco_membro_equipa .imagem {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

}
/*==================================================================================================*/
/*INSTALAÇÕES*/
/*=================================================================================================*/

.bloco_instalacoes{

}

.bloco_instalacoes .galeria_fotos{
	margin-top: 40px;
}

.bloco_instalacoes .galeria_fotos .single_imagem{
	width: Calc(100% / 3);
	display: inline-block;
	margin-right: -3px;
	padding: 6px;
	position: relative;
}

.bloco_instalacoes .galeria_fotos .single_imagem .conteudo_hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	opacity: 0;
	margin: 6px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}

.bloco_instalacoes .galeria_fotos .single_imagem .conteudo_hover img{
	width: 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}


.bloco_instalacoes .galeria_fotos .single_imagem:hover .conteudo_hover{
	background: rgba(0,0,0,0.5);
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}


@media screen and (max-width: 750px){

	.bloco_instalacoes .galeria_fotos .single_imagem{
		width: 400px;
		display: block;
		margin: 0 auto;
		padding: 6px;
		position: relative;
	}
}

@media screen and (max-width: 440px){

	.bloco_instalacoes .galeria_fotos .single_imagem{
		width: 100%;
	}
}


/*==================================================================================================*/
/*TESTEMUNHOS*/
/*==================================================================================================*/

.bloco_testemunhos h2{
	margin-bottom: 60px;
}

.bloco_testemunhos.formulario_testemunhos{
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.bloco_testemunhos .form_testemunhos{
	width: 65%;
	margin: 0 auto;
}

.bloco_testemunhos .form_testemunhos input[type=text],
.bloco_testemunhos .form_testemunhos input[type=email],
.bloco_testemunhos .form_testemunhos textarea{
	width: 100%;
	resize: none;
	background: #fff;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 10px;
	font-size: 15px;
	outline: none;
	color: #B0AFAF;
	margin: 5px 0;
	font-weight: 300;
	position: relative;
}


.bloco_testemunhos .form_testemunhos .input_file{
	width: 100%;
	resize: none;
	background: #fff;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 15px;
	outline: none;
	color: #B0AFAF;
	margin: 5px 0;
	font-weight: 300;
	position: relative;
	text-align: left;
}

.bloco_testemunhos .form_testemunhos .input_file input[type=file]{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.bloco_testemunhos .form_testemunhos .input_file .inserir_ficheiro{
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 140px;
}

.bloco_testemunhos .form_testemunhos .input_file button{
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 2px 6px;
	outline: none;
	color: #B0AFAF;
	font-size: 15px;
	font-weight: 300;
}

.bloco_testemunhos .form_testemunhos .input_file .inserir_ficheiro label{
	color: #B0AFAF;
	font-size: 15px;
	font-weight: 300;
}


.bloco_testemunhos .form_testemunhos input[type=text]::placeholder,
.bloco_testemunhos .form_testemunhos input[type=file]::placeholder,
.bloco_testemunhos .form_testemunhos input[type=email]::placeholder,
.bloco_testemunhos .form_testemunhos textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #B0AFAF;
	opacity: 1; /* Firefox */
}

.bloco_testemunhos .form_testemunhos input[type=text]:-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos input[type=file]:-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos input[type=email]:-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #B0AFAF;
}

.bloco_testemunhos .form_testemunhos input[type=text]::-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos input[type=file]::-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos input[type=email]::-ms-input-placeholder,
.bloco_testemunhos .form_testemunhos textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #B0AFAF;
}


.bloco_testemunhos .form_testemunhos .botao {
	margin-top: 20px;
}

.bloco_testemunhos .form_testemunhos label {
	font-weight: 300;
	color: #5A5A5A;
	font-size: 15px;
}

.bloco_testemunhos .form_testemunhos label a {
	font-weight: 300;
	color: #5A5A5A;
	font-size: 15px;
}

@media screen and (max-width: 700px){
	.bloco_testemunhos .form_testemunhos {
		width: 100%;
	}
}
@media screen and (max-width: 360px){
	.bloco_testemunhos .form_testemunhos .input_file button{
		font-size: 11px;
	}

	.bloco_testemunhos .form_testemunhos .input_file .inserir_ficheiro label{
		font-size: 14px;
	}

	.bloco_testemunhos .form_testemunhos .input_file .inserir_ficheiro{
		left: 110px;
	}

	.bloco_testemunhos .form_testemunhos .input_file {
		padding: 9px 10px;
	}
}
/*==================================================================================================*/
/*PLANO DE SAUDE*/
/*==================================================================================================*/

.bloco_plano_de_saude li{
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
}

.bloco_plano_de_saude h1{
	margin-bottom: 40px;
}

.bloco_plano_de_saude h2{
	font-size: 25px;
	color: #212121;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 992px){
	.bloco_plano_de_saude h2 {
		font-size: 22px;
	}
}
/*==================================================================================================*/
/*CONDICOES GERAIS*/
/*==================================================================================================*/


.bloco_condicoes_gerais .condicoes{
	margin-top: 40px;
}


.bloco_condicoes_gerais .single_condicao,
.bloco_condicoes_gerais .single_condicao li{
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
	line-height: 24px;
}

.bloco_condicoes_gerais .single_condicao ul,
.bloco_condicoes_gerais .single_condicao ol{
	padding-inline-start: 20px;
}


.bloco_condicoes_gerais .single_condicao .titulo{
	background-image: url("/site/imagens/fundo_titulo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	padding: 15px 50px 15px 20px;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}

.bloco_condicoes_gerais .single_condicao .titulo i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 30px;
}

.bloco_condicoes_gerais .single_condicao .informacao{
	display: none;
	padding: 30px 10px;
}


@media screen and (max-width: 992px){
	.bloco_condicoes_gerais .single_condicao .titulo {
		font-size: 18px;
		padding: 10px 50px 10px 20px;
	}

	.bloco_condicoes_gerais .single_condicao .titulo i {
		font-size: 24px;
	}

	.bloco_condicoes_gerais .single_condicao .informacao {
		padding: 10px;
	}
}
/*==================================================================================================*/
/*CAMPANHAS*/
/*==================================================================================================*/

.campanhas{
	min-height: 490px;
}


.campanhas .filtro{
	text-align: center;
}


.campanhas .filtro .single_filtro{
	display: inline-block;
	margin: 0 5px;
}

.campanhas{
	margin-top: 30px;
}


.campanhas .holder_campanhas .single_campanha{
	margin: 30px 0 30px -3px;
	display: inline-block;
	width: Calc(100%/3);
	padding: 0 15px;
	vertical-align: top;
}
.campanhas .holder_campanhas .single_campanha a{
	text-decoration: none;
}

.campanhas .holder_campanhas .single_campanha .holder_single_campanha{
	border-bottom: 2px solid #9DCA4B;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.campanhas .holder_campanhas .single_campanha:hover .holder_single_campanha{
	box-shadow: 0px 4px 9px rgba(0,0,0,0.3);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.campanhas .holder_campanhas .single_campanha .icon img{
	width: 100%;
}


.campanhas .holder_campanhas .single_campanha .nome{
	font-weight: 700;
	font-size: 23px;
	color: #212121;
	letter-spacing: 0;
	margin: 20px 0 10px 0;
	padding: 0 10px;
	height: 60px;
}

.campanhas .holder_campanhas .single_campanha .descricao{
	padding: 0 10px;
	height: 95px;
}


.selectize-input {
	border: 1px solid #9DCA4B;
	padding: 8px 35px 10px 10px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	/* max-width: 250px; */
	height: 44px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	border-radius: 0 !important;
}

.selectize-input.full {
	background-color: #9DCA4B;
	color: #fff;
}


@media screen and (max-width: 992px){

	.campanhas .holder_campanhas .single_campanha .nome {
		font-size: 20px;
		height: auto;
	}

	.campanhas .holder_campanhas .single_campanha {
		margin: 40px auto;
		display: block;
		width: 300px;
		padding: 0;
	}

	.campanhas .holder_campanhas .single_campanha .descricao {
		padding: 10px;
		height: auto;
	}
}

@media screen and (max-width: 400px){

	.campanhas .holder_campanhas .single_campanha {
		margin: 40px auto;
		display: block;
		width: 100%;
	}

}
/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}


/*==================================================================================================*/
/*DETALHE SERVICO*/
/*==================================================================================================*/

.servico{

}

.servico .holder_categorias a{
	text-decoration: none;
}

.servico .holder_categorias .single_categoria{
	background: #E9E9E9;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #212121;
	letter-spacing: 0;
	border: 1px solid #fff;
}

.servico .holder_categorias .single_categoria.active{
	background: #9DCA4B;
	color: #fff;
}

.servico .icon{
	text-align: center;
	margin-bottom: 90px;
}

.servico .icon img{
	width: 30%;
	margin: 0 auto;
}

.servico .holder_info_servico .single_servico {
	margin: 60px 0;
}

.servico .holder_info_servico .single_servico .nome{
	font-weight: 700;
	font-size: 22px;
	color: #212121;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 20px;
}

.servico .holder_info_servico .single_servico h3{
	font-weight: 700;
	font-size: 22px;
	color: #212121;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: none;
}

.servico .holder_info_servico .single_servico {
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
}


.servico .holder_info_servico .single_servico a{
	font-weight: 700;
	font-size: 16px;
	color: #9DCA4B;
}

.servico .holder_info_servico .single_servico .descricao p a{
	font-weight: 700;
	font-size: 16px;
	color: #9DCA4B;
}

@media screen and (max-width: 992px) {
	.servico .icon img {
		width: 200px;
		margin: 0 auto;
	}

	.servico .holder_info_servico .single_servico {
		margin: 30px 0;
	}
}


/*==================================================================================================*/
/*PRE-MARCACAO*/
/*==================================================================================================*/
.bloco_pre_marcacao{

}

.bloco_pre_marcacao label.titulos_form{
	margin: 30px 0 15px 0;
	font-size: 16px;
	color: #5A5A5A;
}

.bloco_pre_marcacao .file_input span.label-aux{
	padding-top: 10px;
	display: block;
	margin-bottom: 5px;
}

.bloco_pre_marcacao input[type=text],
.bloco_pre_marcacao input[type=email],
.bloco_pre_marcacao input[type=file],
.bloco_pre_marcacao textarea{
	width: 100%;
	resize: none;
	background: #F7F7F7;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	outline: none;
	color: #B0AFAF;
}

.bloco_pre_marcacao input[type=text]::placeholder,
.bloco_pre_marcacao input[type=email]::placeholder,
.bloco_pre_marcacao textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #B0AFAF;
	opacity: 1; /* Firefox */
}

.bloco_pre_marcacao input[type=text]:-ms-input-placeholder,
.bloco_pre_marcacao input[type=email]:-ms-input-placeholder,
.bloco_pre_marcacao textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #B0AFAF;
}

.bloco_pre_marcacao input[type=text]::-ms-input-placeholder,
.bloco_pre_marcacao input[type=email]::-ms-input-placeholder,
.bloco_pre_marcacao textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #B0AFAF;
}

.bloco_pre_marcacao .inputs_form{
	position: relative;
	margin: 10px 0;
}

.bloco_pre_marcacao .inputs_form span.obrigatorio{
	position: absolute;
	top: 24px;
	right: 25px;
	color: #9E0303;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bloco_pre_marcacao .radio_cliente label{
	margin-bottom: 0;
}

.bloco_pre_marcacao .radio_cliente span{
	font-size: 13px;
	margin-bottom: 15px;
	display: inline-block;
}

.select2-container .select2-choice,
.select2-container .select2-choices {
	display: block;
	height: auto;
	padding: 7px 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #D5D5D5;
	white-space: nowrap;
	line-height: 26px;
	color: #B0AFAF;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #F7F7F7;
	background-image: none;
	filter: none;
	outline: none;
}

.select2-container-multi .select2-choices .select2-search-field input{
	padding: 0;
	outline: none;
	color: #B0AFAF !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.select2-container-multi.select2-container-active .select2-choices{
	border: 1px solid #D5D5D5;
	box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	border-left: none;
	border-radius: 0;
	background-clip: padding-box;
	background: transparent;
	background-image: none;
	filter: none;
	padding-top: 6px;
}


.select2-results .select2-highlighted {
	background: #9DCA4B;
	color: #fff;
}


.select2-drop-active {
	border: 1px solid #D5D5D5;
	border-top: none;
}

.select2-drop {
	width: 100%;
	margin-top: -4px;
	position: absolute;
	z-index: 2;
	top: 100%;
	background: #F7F7F7;
	color: #B0AFAF;
	border: 1px solid #D5D5D5;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 10px;
}

.select2-drop-mask{
	z-index: 1;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	width: 100%;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: #fff;
}

.bloco_pre_marcacao .condicoes_gerais {
	margin-top: 20px;

}
.bloco_pre_marcacao .rgpd {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: 300;
}

.bloco_pre_marcacao .rgpd label{
	font-weight: 300;
}

.bloco_pre_marcacao .rgpd a{
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: 300;
}

.bloco_pre_marcacao .newsletter_check{
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: 300;
}

.bloco_pre_marcacao .newsletter_check label{
	font-weight: 300;
}

.bloco_pre_marcacao .info,
.bloco_pre_marcacao .info a{
	font-size: 16px;
	color: #5A5A5A;
	font-weight: 400;
}

.bloco_pre_marcacao .condicoes span{
	color: #9E0303;
}

.bloco_pre_marcacao .condicoes label{
	font-size: 15px;
	margin-bottom: 20px;
	color: #5A5A5A;
}

.bloco_pre_marcacao .botao {
	margin-top: 20px;
	text-align: center;
}

.bloco_pre_marcacao .info_campo{
	font-size: 13px;
	display: inline-block;
}

.bloco_pre_marcacao .inputs_form .position-relative span.obrigatorio{
	right: 10px;
}

.position-relative{
	position: relative;
}

.destaque_valor_pagar{
	font-weight: bold;
	font-size: 20px;
}

@media screen and (min-width: 993px){

	.bloco_pre_marcacao .inputs_form.col-md-4{
		display: inline-block;
		width: 33.33333333333333%;
		margin-right: -4px;
		vertical-align: top;
		float: none;
	}

	.bloco_pre_marcacao .inputs_form.col-md-6{
		display: inline-block;
		width: 50%;
		margin-right: -4px;
		vertical-align: top;
		float: none;
	}

}

@media screen and (max-width: 992px){
	.bloco_pre_marcacao .inputs_form {
		margin: 0 0 10px 0;
	}

	.bloco_pre_marcacao .container{
		padding: 0;
	}
}

/*==================================================================================================*/
/*LOJAS*/
/*==================================================================================================*/

.bloco_lojas{

}

.bloco_lojas .single_loja{
	margin-bottom: 90px;
}

.bloco_lojas .single_loja .info_loja{
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
	padding-right: 40px;
}

.bloco_lojas .single_loja .nome h2{
	margin-top: 0;
}

.bloco_lojas .single_loja .info_loja .content img{
	width: 30px;
}

.bloco_lojas .single_loja .info_loja .content iframe{
	height: 143px;
}

.bloco_lojas .single_loja .info_loja .content table{
	width: 100%;
}

.bloco_lojas .single_loja .info_loja .content table tr.redes img{
	height: 27px;
	width: unset;
	margin-right: 15px;
}

.bloco_lojas .single_loja .info_loja .content table td{
	padding: 15px 0;
	font-size: 16px;
}

.bloco_lojas .single_loja .info_loja .content table td a{
	color: #5A5A5A;
}

.bloco_lojas .single_loja .info_loja .content table td:nth-child(2){
	padding-left: 15px;
}

.bloco_lojas .single_loja .imagem_loja{
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
}

.bloco_lojas .single_loja .imagem_loja img{
	width: 100%;
}


@media screen and (min-width: 1200px){
	.container{
		width: 1070px;
	}
}

@media screen and (max-width: 1220px){
	.bloco_lojas .single_loja .info_loja {
		width: 40%;
	}

	.bloco_lojas .single_loja .imagem_loja {
		width: 60%;
		padding-top: 20px;
	}


	.bloco_lojas .single_loja .info_loja .content iframe {
		height: 173px;
	}
}

@media screen and (max-width: 992px){
	.bloco_lojas .single_loja .info_loja {
		width: 100%;
		display: block;
		padding: 0;
	}

	.bloco_lojas .single_loja .imagem_loja {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 767px){
	.bloco_lojas .container {
		padding-right: 0;
		padding-left: 0;
	}

	.bloco_lojas .single_loja .info_loja {
		padding: 0 15px;
	}

	.bloco_lojas .single_loja .nome {
		padding: 0 15px;
	}

	.bloco_lojas .single_loja .info_loja .content img {
		width: 25px;
	}

	.bloco_lojas .single_loja .info_loja .content table tr.redes img {
		height: 23px;
	}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.bloco_contactos{

}

.bloco_contactos .info {
	margin: 40px -10px;
}

.bloco_contactos .info .single_contacto{
	display: inline-block;
	width: Calc(100% / 4);
	margin-right: -4px;
	vertical-align: top;
	padding: 10px;
}

.bloco_contactos .info .single_contacto .background_contacto{
	background: #FAFAFA;
	border-bottom: 2px solid #9DCA4B;
	padding: 30px 10px;
}

.bloco_contactos .info .single_contacto .icon{
	height: 80px;
}

.bloco_contactos .info .single_contacto .icon img{
	width: 50px;
}

.bloco_contactos .info .single_contacto .nome{
	font-size: 24px;
	color: #5A5A5A;
	height: 50px;
}

.bloco_contactos .info .single_contacto .content{
	height: 80px;
	font-size: 15px;
	color: #5A5A5A;
	margin: 10px 0;
}
.bloco_contactos .info .single_contacto .content a{
	height: 80px;
	font-size: 15px;
	color: #5A5A5A;
	margin: 10px 0;
}

.bloco_contactos .redes_sociais{
	margin-top: 40px;
}


.bloco_contactos .redes_sociais .lista_redes_sociais a{
	color: #9DCA4B;
	font-size: 30px;
	margin: 0 10px;
	text-decoration: none;
}


.bloco_contactos .formulario_contactos{
	margin-top: 80px;
}

.bloco_contactos .formulario_contactos h2{
	margin-bottom: 40px;
}

.bloco_contactos .formulario_contactos p{
	margin-bottom: 40px;
}


.bloco_contactos input[type=text],
.bloco_contactos input[type=email],
.bloco_contactos textarea{
	width: 100%;
	resize: none;
	background: #F7F7F7;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 10px;
	font-size: 15px;
	outline: none;
	color: #B0AFAF;
	margin: 5px 0;
	font-weight: 300;
	position: relative;
}

.bloco_contactos input[type=text]::placeholder,
.bloco_contactos input[type=email]::placeholder,
.bloco_contactos textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #B0AFAF;
	opacity: 1; /* Firefox */
}

.bloco_contactos input[type=text]:-ms-input-placeholder,
.bloco_contactos input[type=email]:-ms-input-placeholder,
.bloco_contactos textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #B0AFAF;
}

.bloco_contactos input[type=text]::-ms-input-placeholder,
.bloco_contactos input[type=email]::-ms-input-placeholder,
.bloco_contactos textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #B0AFAF;
}

.bloco_contactos .inputs_form{
	position: relative;
	margin: 10px 0;
}

.bloco_contactos .inputs_form span.obrigatorio{
	position: absolute;
	top: 60%;
	right: 35px;
	color: #9E0303;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bloco_contactos .inputs_form.textarea span.obrigatorio{
	position: absolute;
	top: 10px;
	right: 35px;
	color: #9E0303;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

.bloco_contactos .rgpd {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: 300;
}

.bloco_contactos .rgpd label{
	font-weight: 300;
}

.bloco_contactos .rgpd a{
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
	font-weight: 300;
}

@media screen and (max-width: 992px){

	.bloco_contactos .container{
		padding: 0;
	}

	.bloco_contactos .container_mobile{
		padding: 0 15px;
	}


	.bloco_contactos .info .single_contacto{
		width: 50%;
	}

	.bloco_contactos .inputs_form {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.bloco_contactos .info .single_contacto .nome {
		font-size: 20px;
		height: 35px;
	}

	.bloco_contactos .formulario_contactos {
		margin-top: 60px;
	}

	.bloco_contactos .formulario_contactos h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px){
	.bloco_contactos .info .single_contacto{
		display: block;
		width: 300px;
		margin: 0 auto;
	}
}

/*==================================================================================================*/
/*PESQUISA*/
/*==================================================================================================*/

.bloco_pesquisa #lista_resultados{
	margin-top: 20px;
	color: #5A5A5A;
}

.bloco_pesquisa .input_pesq{
	width: 100%;
	resize: none;
	background: #F7F7F7;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	outline: none;
	color: #B0AFAF;
}

.bloco_pesquisa #lista_resultados a{
	color: #5A5A5A;
}


.bloco_pesquisa #lista_resultados .lista_resultados{
	margin-top: 20px;
}

/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

.aba_lateral{
	position: fixed;
	top: 50%;
	z-index: 9999999;
	background: #9DCA4B;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.aba_lateral a{
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.aba_lateral .single_aba {
	margin: 30px 0;
}

.aba_lateral .icon img{
	height: 55px;
	margin: 0 auto;
}

.newsletter{
	padding: 60px 0;
	background: #9DCA4B;
}


.newsletter .frase{
	display: inline-block;
	width: 60%;
	margin-right: -3px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;
	vertical-align: top;
}

.newsletter .formulario_newsletter{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-right: -3px;
	padding-right: 3px;
}

.newsletter .formulario_newsletter .input-group {
	width: 100%;
	position: relative;
}

.newsletter .formulario_newsletter .input-group input{
	width: 100%;
	outline: none;
	background: #fff;
	padding: 10px 20px;
	border-radius: 26px;
	border: none;

	font-size: 14px;
	color: #ACACAC;
	font-weight: 300;
}

.newsletter .formulario_newsletter .input-group button{
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 9px 20px;
	background: #9DCA4B;
	border: none;
	border-radius: 26px;
	outline: none;
}

.newsletter .formulario_newsletter .input-group button img{
	width: 30px;
}

.newsletter .formulario_newsletter label, .newsletter .formulario_newsletter label a{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 300;
}

.footer{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer .conteudo_multiply{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #9DCA4B;
	mix-blend-mode: multiply;
}

.footer .logo {
	margin-bottom: 25px;
}

.footer .logo img{
	width: 270px;
}

.footer .single_contacto {
	margin: 10px 0px;
}

.footer .single_contacto .icon{
	display: inline-block;
	width: 30px;
	font-size: 25px;
	color: #fff;
	vertical-align: top;
	margin-right: -3px;
	padding-right: 10px;
}

.footer .single_contacto .icon img{
	width: 100%;
	vertical-align: top;
	margin-top: 5px;
}

.footer .single_contacto .info{
	display: inline-block;
	width: Calc(100% - 30px);
	margin-right: -3px;
	vertical-align: top;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h4{
	margin-bottom: 30px;
	margin-top: 35px;
	font-weight: 600;
}

.footer h5{
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
	margin-top: 30px;
	font-weight: 600;
}

.footer p,
.footer label,
.footer a{
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.lower_footer {
	padding: 25px 0;
	border-top: 1px solid #ccc;
	background: #fff;
}

.lower_footer p,
.lower_footer a{
	font-size: 16px;
	color: #5A5A5A;
	letter-spacing: 0;
	font-weight: 700;
}

.lower_footer .redes_sociais{
	text-align: right;
}

.lower_footer .redes_sociais a{
	color: #9DCA4B;
	font-size: 20px;
	margin-left: 20px;
}


@media screen and (max-width: 1450px) {

	.aba_lateral {
		padding: 0 5px;
	}

	.aba_lateral .icon img {
		height: 40px;
	}

	.aba_lateral a {
		font-size: 13px;
	}
}


@media screen and (max-width: 1200px) {

	.aba_lateral {
		display: none;
	}
}



@media screen and (max-width: 650px) {
	.newsletter .frase {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.newsletter .formulario_newsletter {
		display: block;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width: 992px) {

	.newsletter .frase {
		font-size: 22px;
	}



	.footer .logo img {
		width: 200px;
	}

	.footer h4 {
		font-size: 20px;
	}

	.footer p, .footer label, .footer a {
		color: #fff;
		font-size: 14px;
		letter-spacing: 0;
	}

	.lower_footer{
		text-align: center;
	}

	.lower_footer p,
	.lower_footer a{
		font-size: 14px;
	}

	.lower_footer .redes_sociais{
		text-align: center;
	}

	.lower_footer .redes_sociais a{
		font-size: 18px;
	}
}


#topcontrol{
	bottom: 65px !important;
}

@media screen and (max-width: 992px){
	#topcontrol{
		bottom: 85px !important;
	}

}


@media screen and (max-width: 760px){
	.lower_footer p{
		margin: 0 0 30px 0;
	}

}
@media screen and (max-width: 400px){
	.lower_footer p {
		margin: 0 0 45px 0;
	}

}