/*Estilos Próprios*/
.owl-theme .owl-nav [class*=owl-]{
	width: 25px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100% !important;
}

.row{
	width: 100%;
	padding:0;
	margin:0;
}

.maxwidth{
	width: 100%;
	max-width: 1300px;
	margin:auto;
}

@media screen and (min-width: 992px){
	.hidden-lg{
		display: none !important;
	}
}

@media screen and (max-width: 992px){
	.hidden-md{
		display: none !important;
	}

	.hidden-lg{
		display: block !important;
	}
}

@media screen and (max-width: 600px){
	.hidden-sm{
		display: none !important;
	}
}

.hidden{
	display: none !important;
}

/*Fontes*/
@font-face {
  font-family: 'montserrat-light';
  src: url('../fonts/Montserrat-Light.woff2');
}

@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/Montserrat-Medium.woff2');
}

@font-face {
  font-family: 'montserrat-semibold';
  src: url('../fonts/Montserrat-SemiBold.woff2');
}

@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/Montserrat-Bold.woff2');
}

*{
font-family: 'montserrat-light', serif;
}

.bg-sucesso, .btn-sucesso{
	background-color: #59BB54;
	color: #FFF;
}

.bg-erro, .btn-erro{
	background-color: #cb3d47; 
	color:#FFF;
}

.txt-sucesso{
	color: #59BB54;
}

.txt-erro{
	color: #cb3d47;
}

.txt-preto{
	color: #222;
}

.strong{
	font-weight: bold;
}

/* Modal Apresentação */
#modalApresentacaoFundo{
	background-color: #F7F7F7;
	position: fixed;
	top: 0;
	transform: translateX(-120vw);
	z-index: 9999;
	width: 100%;
	height: 100vh;
	transition: 1s transform;
	overflow-x: hidden;
	overflow-y: auto;
}


#modalApresentacaoFechar{
	color: #222;
	font-size: 2.8em;
	position: fixed;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 99;
	text-decoration: none;
}

#modalApresentacaoFechar:hover{
  -webkit-animation: girar 1s ease-in-out;
  -moz-animation: girar 1s ease-in-out;
  animation: girar 1s ease-in-out;
  opacity: 0.8;
}

#modalApresentacaoFundo.active{
	transform: translateX(0vw);
	visibility: visible;
	transition: 1s transform;
}

#modalApresentacaoFundo div.maxwidth{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

#modalApresentacaoFundo div.conteudo div.barrasuperior{
	width: 100%;
	height: 5px;
	background: rgb(78,80,81);
	background: linear-gradient(90deg, rgba(78,80,81,1) 0%, rgba(27,29,30,1) 100%);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
  -moz-animation: gradient 10s ease infinite;
  animation: gradient 10s ease infinite;
}

#modalApresentacaoFundo div.texto{
	width: 65%;
	padding: 50px;
	max-height: calc(100vh - 5px);
	overflow: auto;
}

/* -----------  ScrollBar Lateral Direita ------------*/
#modalApresentacaoFundo div.texto::-webkit-scrollbar-button{
  display: none;
}

#modalApresentacaoFundo div.texto::-webkit-scrollbar-track {
    background-color: #EEE;
    width: 5px;
}

#modalApresentacaoFundo div.texto::-webkit-scrollbar {
    width: 5px;
    background-color: #EEE;
}

#modalApresentacaoFundo div.texto::-webkit-scrollbar-thumb {
    background-color: #DDD;
    width: 5px;
    border-radius: 4px;
}


#modalApresentacaoFundo div.texto h2{
	color: #1B1D1E;
	font-size: 1.6em;
	line-height: 35px;
	max-width: 300px;
	font-family: "montserrat-semibold";
}

#modalApresentacaoFundo div.texto p{
	font-size: 1em;
	color: #4E5051;
	text-align: justify;
	margin-top: 25px;
	line-height: 30px;
	max-width: 1000px;
}


#modalApresentacaoFundo div.imagem{
	width: 35%;
	height: 100vh;
	overflow: hidden;
	margin-top: -5px;
}

#modalApresentacaoFundo div.imagem img{
	height: 100vh;
	object-fit: cover;
  -webkit-animation: imagemVideo 20s ease infinite;
  -moz-animation: imagemVideo 20s ease infinite;
  animation: imagemVideo 20s ease infinite;	
}

@media screen and (max-width: 992px){
	#modalApresentacaoFundo div.texto{
		padding: 50px 16px;
		overflow: hidden;
		height: auto;
		max-height: initial;
	}

	#modalApresentacaoFundo div.texto,
	#modalApresentacaoFundo div.imagem{
		width: 100%;
		margin: 0 auto;
		min-height: 300px;
	}

	#modalApresentacaoFundo div.imagem{
		height: auto;
	}

	#modalApresentacaoFundo div.texto p{
		font-size: 1.1em;
		margin-bottom: 0;
	}

	#modalApresentacaoFundo div.imagem img{
		height: auto;
		max-height: 400px;
		width: 100%;
	}
}

/* Owl Dots Color */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #4E5051 !important;
}

.owl-theme .owl-dots .owl-dot span{
	background: #EBEBEB !important;
}

.depoimentos .owl-theme .owl-dots .owl-dot.active span, .depoimentos .owl-theme .owl-dots .owl-dot:hover span{
	background: #FFF !important;
}

/* Modal Mensagem */
.modal-dialog{
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

.modal-content{
	border:none;	
	border-radius: 15px;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1)
}

.modal-body,
.modal-header{
	font-family: 'montserrat-light' !important;
}

.modal-header{
	color: #FFF;
	border:none;	
	height: 30px;
}

.modal-header span{
	color: #FFF;
}

.modal-body{
	text-align: center;
	border:none;	
	font-size: 1em;
	font-weight: bold;
	/*max-width: 300px;*/
	margin: auto;
}

.modal-body span{
	display: block;
	font-size: 3em;
	margin: auto;
	margin-bottom: 10px;
}

.modal-footer{
	padding-top: 0;
	padding-bottom: 1.5rem;
	border:none;
}

.modal-footer button{
	font-size: .9em;
	display: block;
	margin: auto;
	padding: 7px 30px;
	border-radius: 50px;
	transition: 0.2s all ease-in-out;
}

.modal-footer button:hover,
.modal-footer button:focus{
	transform: scale(1.15);
	color: #FFF;
	outline: none;
	box-shadow: none;
	/*border: none;*/
}

.modal-header .close:focus{
	outline: none;
}

.modal-header .close span{
	color: #AAA;
}

div.fixed-bottom{
	z-index: 999999;
}

/* Aceitar Políticas */
div.aceitarpolitica{
	background-color: rgba(27,29,30, .95);
	padding: 5px;
	visibility: hidden;
}

div.aceitarpolitica div.maxwidth{
	max-width: 1300px;
	padding: 0 15px;
	visibility: hidden;
}

div.aceitarpolitica div.maxwidth p{
	color: #DDD;
	text-align: justify;
	font-size: 0.9em;
}

div.aceitarpolitica div.maxwidth p a{
	color: #DDD;
	text-decoration: underline;
}

div.aceitarpolitica div.maxwidth p a:hover{
	color: #AAA;
}

div.aceitarpolitica div.maxwidth button{
	font-size: 0.9em;
	color: #DDD;
	cursor: pointer;
	background-color: transparent;
	border-color: #AAA;
	border-radius: 40px;
	background-image: linear-gradient(to left, transparent, transparent 50%, #1B1D1E 50%, #1B1D1E);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: 0.5s;
	padding: 5px 15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

div.aceitarpolitica div.maxwidth button:hover{
	color: #FFF;
	border-color: #1B1D1E;
	background-position: 0 0;
	transition: 0.5s;
}

div.aceitarpolitica div.maxwidth button:active:not(:disabled):not(.disabled):active,
div.aceitarpolitica div.maxwidth button:focus{
	box-shadow: none;
}


@media screen and (max-width: 992px) {
	div.aceitarpolitica{
		padding-top: 15px;
	}
	
	div.aceitarpolitica div.maxwidth p{
		font-size: 0.8em;
	}
	
	div.aceitarpolitica div.maxwidth button{
		margin: auto;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
/* Aceitar Políticas */

/*Nav Topo*/
/*
div.sticky-top{
	display: none;
}*/

div.sticky-top nav.menutop{
	transition: 1.5s background-color;
	background-color: #EBEBEB;
	flex-wrap: wrap;
	padding: 0px;
	margin-bottom: 0px;
	z-index: 9;
	transition: 0.3s all ease-in-out;
	/*box-shadow: 0px 2px 10px 5px rgba(0,0,0,.2);*/
}

div.sticky-top nav.menutop.active{
	box-shadow: 0px 2px 10px 5px rgba(0,0,0,.2);
}

nav.menutop div.navmenu{
	padding: 0px 16px;
	overflow: hidden;
}

nav.menutop div.navbar-controls, nav.menutop a.navbar-brand, nav.menutop div.telefones{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

nav.menutop div.navbar-controls, nav.menutop a.navbar-brand, nav.menutop div.telefones a{
	color: #221F20;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.4);*/
}

nav.menutop div.linkgrupo{
	background-color: #222;
	width: 100%;
	padding: 3px;
}

nav.menutop div.linkgrupo a{
	text-decoration: none;
	color: #FFF;
	font-size: .8em;
	background-color: #BD1C21;
	padding: 3px 10px;
	border-radius: 20px;
}


nav.menutop div.navbar-controls{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
	width: 75%;
}

nav.menutop div.navbar-controls div.menupc{
	width: 100%;
}


nav.menutop a.navbar-brand{
	display: flex;
	width: 25%;
} 

nav.menutop div.telefones{
	width: 100%;
	margin-top: 0px;
	padding: 5px;
	background-color: #4E5051;
	background-image: url("../imgs/fundo-telefones.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

nav.menutop div.telefones div.maxwidth{
	padding: 0px 8px;
}

nav.menutop div.telefones a{
	font-size: 0.8em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	color: #FFF;
}

nav.menutop div.telefones a:hover{
	color: #FFF;
}

nav.menutop div.telefones a span.fa,
nav.menutop div.telefones a span.fab{
	margin-right: 5px;
	font-size: 1.1em;
}

nav.menutop div.navbar-toggler{
	border:0;
	outline:none;
	font-size: 1.4em;
	color: #221F20;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

nav.menutop div.navbar-toggler small{
	font-size: 0.7em;
	margin-left: 5px;
}


nav.menutop div.navbar-toggler.active{
	color: #221F20;
  animation: navbar-control .8s;
}

nav.menutop .navbar-nav{
	justify-content: flex-end;
	align-items: center;
}

nav.menutop li.nav-item a{
	font-family: "montserrat-regular";
	cursor: pointer;
	font-size: 0.85em;
	color: #4E5051;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px !important;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
	text-decoration: none;
	line-height: 30px;
	z-index: 5;
}

nav.menutop li.nav-item a::after{
	content: '';
	display: block;
	height: 2px;
	width: 0px;
	background-color: #4E5051;
	opacity: 0.7;
	margin-bottom: -6px;
	transition: 0.3s all ease-in-out;
}

nav.menutop li.nav-item:last-child a::after{
	display: none;
}

nav.menutop li.nav-item a:hover,
nav.menutop li.nav-item a.active{
	color: #1B1D1E;
}

nav.menutop li.nav-item a.active::after,
nav.menutop li.nav-item a:hover::after{
	width: 100%;
}

nav.menutop li.nav-item a.btn-orcamentogratis{
	font-size: .8em;
	font-family: "montserrat-semibold";
	background-color: #59BB54;
	color: #FFF;
	margin-right: 0;
	margin-left: 10px;
	border-radius: 50px;
	padding: 10px 15px !important;
	line-height: initial;
	transition: all 0.2s ease-in-out;
}

nav.menutop li.nav-item a.btn-orcamentogratis span{
	margin-right: 3px;
}

div.sticky-top nav.menutop figure figcaption{
	display: none;
}

div.sticky-top nav.menutop figure{
	display: flex;
	align-items: center;
	margin:auto 0px;
	padding: 0;
	height: 100px;
	transition: 0.3s all ease-in-out;
}

div.sticky-top nav.menutop.active figure{
	height: 80px;
}

div.sticky-top nav.menutop figure img{
	padding: 15px 0px;
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: left;
	transition: 0.3s all ease-in-out;
}

div.sticky-top nav.menutop.active figure img{
	width: 205px;
	height: 80px;
	object-fit: cover;
	object-position: left;
	transition: 0.3s all ease-in-out;
	padding: 10px 0;
}

@media screen and (max-width: 992px){
	div.sticky-top nav.menutop figure img{
		width: 210px;
		height: 80px;
		object-fit: cover;
		object-position: left;
		transition: 0.3s all ease-in-out;
		padding: 10px 0;
	}
}

nav.menutop .fecharmenu{
	position: relative;
	right: -100px;
	transition: 0.2s;
}

/* Menu Celular */
div.fundomenu{
	visibility: hidden;
	background-color: transparent;
	padding-top: 25px;
	width: 100vw;
	height: 105vh;
  position: fixed;
	z-index: 999;
	transition: 1.5s visibility, background-color 0.5s;
}

div.fundomenu.active{
	visibility: visible;
	background-color: #EBEBEB;
	transition: 0.3s all ease-in-out;
}

div.fundomenu nav{
	width: 100%;
	height: 102vh;
	position: absolute;
	right:-100vw;
    /*top: 100px;*/
    /*padding: 5%;*/
    padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s;
}

div.fundomenu nav div.menucelulartotal{
	max-width: 1300px;
	margin: auto;
}

div.fundomenu.active nav{
	right:0px;	
	transition: all 0.5s;
}

div.fundomenu nav hr{
	border:0.5px solid #FFF;
	background: #FFF;
	margin-bottom: 0px;
	width: 100%;
}

div.fundomenu nav li.nav-item a{
	font-size: 1.3em;
	cursor: pointer;
	color: #221F20 !important;
	/*padding-left: 8px;*/
	padding-right: 8px;
	padding-bottom: 2px;
	/*text-transform: uppercase;*/
	margin-top: 5px;
	line-height: 30px;
	transition: all 0.5s;
}

div.fundomenu nav li.nav-item a span{
	margin-right: 5px;
	margin-left: 5px;
}


div.fundomenu nav li.nav-item.socialicones{
	font-size: 1.4em;
	margin-top: 15px;
	position: absolute;
	width: 100%;
	max-width: 1300px;
}

div.fundomenu nav li.nav-item.socialicones a{
	border-right: 2px solid #222;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 1.3em;
}

div.fundomenu nav li.nav-item.socialicones a:last-child{
	border-right: none;
}

div.fundomenu nav li.nav-item.socialicones .fa-whatsapp{
	/*font-size: 1.2em;*/
	/*margin-top: -5px;
	margin-bottom: 5px;*/
}

@media screen and (max-width: 992px){
	nav.menutop{
		z-index: 1000 !important;
    display: block;
    /*position: absolute;*/
    width: 100%;
	}

	nav.menutop a.navbar-brand,
	nav.menutop div.navbar-controls{
		width: 100%;
		align-items: flex-end;
	}
	
	nav.menutop div.navbar-controls .navbar-toggler{
		display: flex;
	}
	
	nav.menutop div.menupc{
		display: none;
	}
	
	
	nav.menutop div.telefones{
		flex-direction: row;
	}
	/*
	nav.menutop div.telefones a:nth-last-child(3){
		display: none;
	}
*/
	nav.menutop div.telefones a{
		color: #FFF;
		margin: 0 auto !important;
		padding: 5px;
		font-size: 1em;
	}

	nav.menutop div.telefones a span.texto{
		display: none;
	}
	
	nav.menutop div.telefones a span.fa,
	nav.menutop div.telefones a span.fab{
		font-size: 1.4em;
	}
	
	nav.menutop div.telefones a span.fa{
		margin-right: 15px;
		font-size: 1.2em;
	}
	
	div.fundomenu nav div.menucelulartotal{
		padding: .5rem 1rem;
	}
	
	div.fundomenu nav li.nav-item a{
		cursor: pointer;
		font-size: 1em;
	}
	
	div.fundomenu nav li.nav-item.socialicones{
		bottom: 175px;
		padding: .5rem 1rem;
	}
}


/*Carousel PC*/
header{
	overflow: hidden;
}

header .carousel{
	max-width: 1600px;
	margin: auto;
	display: block;
}

header .carousel-item{
	display: block;
	margin:auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

header .carousel-item .slideshow{
	width: 100%;
	position: absolute;
	overflow: hidden;
	height: 100%;
	top: 0;
	z-index: -1;
}

header .carousel-item .slideshow img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	min-height: 300px;
	max-height: 600px;
  -webkit-animation: imagemVideo 20s ease infinite;
  -moz-animation: imagemVideo 20s ease infinite;
  animation: imagemVideo 20s ease infinite;	
}

header .carousel-item .slideshow img:first-child{
	width: 100%;
	height: 600px;
	object-position: 0 -200px;
}

header .carousel .carouselconteudo{
	margin:auto;
	/*margin-top: 125px;*/
	z-index: 2 !important;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: linear-gradient(90deg, rgba(27,29,30,.6) 0%, rgba(27,29,30,.4) 70%, rgba(27,29,30,.2) 100%);
}

header .carousel .carouselconteudo .bannertotal{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

header .carousel .carouselconteudo .bannertotal.maxwidth{
	max-width: 1300px;
	width: 100%;
	padding-bottom: 50px;
}

header .carousel .carouselconteudo .bannertotal .formulario{
	width: 35%;
	padding: 25px;
}

header .carousel .carouselconteudo .bannertotal .formulario form{
	background-color: #EBEBEB;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 5px rgba(0,0,0,.2);
}

header .carousel .carouselconteudo .bannertotal .formulario form h2{
	color: #FFF;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	font-size: 1.2em;
	line-height: 30px;
	margin-bottom: 20px;
}

header .carousel .carouselconteudo .bannertotal .formulario form h2 span{
	font-family: "montserrat-bold";
	display: block;
	font-size: 1.9em;
}

header .carousel .carouselconteudo .bannertotal .formulario form label{
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	margin-bottom: 2px;
	font-size: .9em;
	color: #EEE;
}

header .carousel .carouselconteudo .bannertotal .formulario form input{
	border: 0;
	padding: 22px 10px;
	background-color: #F7F7F7;
}

header .carousel .carouselconteudo .bannertotal .formulario form input::placeholder{
	color: #222;
	opacity: .4;
}

header .carousel .carouselconteudo .bannertotal .formulario form input:hover,
header .carousel .carouselconteudo .bannertotal .formulario form input:focus,
header .carousel .carouselconteudo .bannertotal .formulario form input:active{
	border: none;
	box-shadow: none;
}

header .carousel .carouselconteudo .bannertotal .formulario button{
	font-family: "montserrat-semibold";
	width: 100%;
	max-width: 235px;
	color: #FFF;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 1em;
	border-color: transparent;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	display: block;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	background-color: #59BB54;
	transition: all 0.2s ease-in-out;
}


header .carousel .carouselconteudo .bannertotal .bannerescrito{
	width: 100%;
	padding: 50px 16px;
	color: #FFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h2{
	font-family: "montserrat-regular";
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: .8em;
	color: #FFF;
	background-color: #4E5051;
	max-width: 220px;
	text-align: center;
	padding: 10px;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
	font-family: "montserrat-light";
	text-align: left;
	font-size: 2em;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFF;
  max-width: 500px;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito h1 span{
	font-size: 1.4em;
	line-height: 55px;
	font-family: "montserrat-semibold";
	font-weight: bold;
	text-align: center;	
	color: #EBEBEB;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito p{
	font-family: "montserrat-light";
	font-size: 1.1em;
	color: #FFF;
	line-height: 25px;
	margin-bottom: 20px;
	max-width: 450px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

header .carousel .carouselconteudo .bannertotal .bannerescrito a{
	width: 100%;
	max-width: 300px;
	text-decoration: none;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito button{
	font-family: "montserrat-regular";
	width: 100%;
	max-width: 235px;
	color: #EEE;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 1em;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	display: block;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
	transition: all 0.2s ease-in-out;
	border: 1px solid #CCC;
}

header .carousel .carouselconteudo .bannertotal .bannerescrito button:hover{
	background-color: #EBEBEB;
	border-color: #EBEBEB;
	color: #000;
	text-shadow: none;
}
	

/*Carousel Tablet*/
@media screen and (max-width: 992px){	
	header .carousel-item .slideshow img{
		object-position: top right !important;
	}

	header .carousel .carouselconteudo{
		background-image: linear-gradient(90deg, rgba(27,29,30,.5) 0%, rgba(27,29,30,.5) 70%, rgba(27,29,30,.5) 100%);
	}
	header, .carousel-inner{
		overflow: initial;
	}

	header .carousel .carouselconteudo .bannertotal.maxwidth{
		padding-bottom: 0;
	}

	header .carousel-item{
	  background-repeat: no-repeat;
	  /*background-attachment: fixed;*/
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito{
		width: 100%;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito h2{
		margin: auto;
		margin-bottom: 10px;
		font-size: .8em;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito h1{
		font-size: 1.6em;
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 15px;
		line-height: 35px;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito h1 span{
		font-size: 1.3em;
		line-height: 40px;
	}


	header .carousel .carouselconteudo .bannertotal .bannerescrito p{
		font-size: .95em;
		text-align: center;
		line-height: 20px;
		margin: auto;
		margin-bottom: 15px;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito a{
		margin: auto;
	}

	header .carousel .carouselconteudo .bannertotal .bannerescrito button,
	header .carousel .carouselconteudo .bannertotal .formulario button{
		font-family: "montserrat-bold";
		padding: 10px 0px;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1em;
		max-width: 200px;
		text-shadow: none;
		display: block;
		margin: auto;
	}

	header .carousel .carouselconteudo .bannertotal .formulario{
		width: 100%;
		max-width: 500px;
		padding: 16px;
		margin-bottom: -100px;
	}

	header .carousel .carouselconteudo .bannertotal .formulario form h2{
		font-size: 1.1em;
		line-height: 27px;
		text-align: center;
	}

	header .carousel .carouselconteudo .bannertotal .formulario form h2 span{
		font-family: "montserrat-bold";
		display: block;
		font-size: 1.8em;
	}
}

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


/* Porque Escolher */
section.porqueescolher{
	overflow: hidden;
	display: block;
	margin: auto;
	margin-top: -135px;
	margin-bottom: -135px;
	position: relative;
	z-index: 1;
}

section.porqueescolher div.maxwidth{
	padding: 20px 32px;
	max-width: 1600px;
}

section.porqueescolher div.titulo{
	max-width: 300px;
}

section.porqueescolher div.titulo img{
	max-width: 30px;
	position: relative;
	display: block;
} 

section.porqueescolher div.titulo .square-left{
	margin-bottom: -10px;
	margin-right: auto;
}
section.porqueescolher div.titulo .square-right{
	margin-top: -10px;
	margin-left: auto;
}

section.porqueescolher div.titulo h2{
	line-height: 30px;
	font-family: "montserrat-bold";
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 0;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

section.porqueescolher div.titulo h3{
	line-height: 20px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.4em;
	margin: auto;
	color: #222;
  font-family: 'montserrat-light';
	padding: 0px 20px;
}

section.porqueescolher div.titulo p{
  font-family: 'montserrat-light';
	margin: 0 auto;
	display: block;
	font-size: 1.1em;
	margin-top: 20px;
	line-height: 20px;
	text-align: justify;
}

section.porqueescolher div.itensporque{
	width: 100%;
	max-width: 1200px;
	border-radius: 10px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 5px rgba(0,0,0,.2);
	background-color: #1B1D1E;
}

section.porqueescolher div.itensporque div.itemporque{
	justify-content: center;
	width: 33.33%;
	padding: 20px;
	transition: transform 0.25s ease-in-out;
	background-color: #1B1D1E;
}

section.porqueescolher div.itensporque div.itemporque:first-child{
	border-radius: 10px 0px 0px 10px;
	background-color: #1B1D1E;
}

section.porqueescolher div.itensporque div.itemporque:last-child{
	border-radius: 0px 10px 10px 0px;	
	background-color: #1B1D1E;
}


section.porqueescolher div.itensporque div.itemporque span{
	font-size: 2em;
	color: #FFF;
	width: 65px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100px;
	margin-right: 15px;
	opacity: 0.8;
	transition: border 0.5s ease-in-out;
}

/*section.porqueescolher div.itensporque div.itemporque:first-child span{
	color: #070707;
}*/

/*section.porqueescolher div.itensporque div.itemporque:hover span{
	border: 3px dashed #222;
}

section.porqueescolher div.itensporque div.itemporque:hover{
	transform: scale(1.03);
}
*/
section.porqueescolher div.itensporque div.itemporque div.texto{
	max-width: 250px;
}

section.porqueescolher div.itensporque div.itemporque div.texto h4{
	font-family: "montserrat-regular";
	color: #FFF;
	font-size: 1.1em;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}


/*section.porqueescolher div.itensporque div.itemporque:first-child div.texto h4{
	color: #000;
}*/

section.porqueescolher div.itensporque div.itemporque div.texto p{
	min-width: 200px;
	color: #FFF;
	font-size: .9em;
	line-height: 20px;
	margin: 0;
	margin-top: 3px;
	min-height: 80px;
}

/*section.porqueescolher div.itensporque div.itemporque:first-child div.texto p{
	color: #222;
}*/


section.porqueescolher div.itensporque div.itemporque div.texto p i{
	font-style: normal;
	padding: 5px 0px;
	border-bottom: 1px solid rgba(151,151,151,.3);
}

section.porqueescolher div.itensporque div.itemporque div.texto p small{
	font-size: 1em;
}

section.porqueescolher div.itensporque div.itemporque div.texto a{	
	font-family: "montserrat-regular";
	margin-top: 15px;
	height: 42px;
	text-align: center;
	width: 100%;
	max-width: 190px;
	color: #4E5051;
	border-radius: 50px;
	padding: 9px 15px;
	font-size: 1em;
	border-color: transparent;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	display: block;
	text-decoration: none;
	background-color: #FFF;
	transition: all 0.2s ease-in-out;
}

section.porqueescolher div.itensporque div.itemporque:nth-last-child(2) div.texto a{	
	color: #FFF;
	padding-left: 0;
	background-color: transparent;
	box-shadow: none;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-shadow: none;
}

section.porqueescolher div.itensporque div.itemporque:nth-last-child(2) div.texto a i{
	background-color: #59BB54;
	padding: 7px;
	border-radius: 100%;
	font-size: 1.2em;
	margin-right: 5px;
	width: 33px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}	


@media screen and (max-width: 992px){
	section.porqueescolher{
		padding: 50px 0px;
		margin: 0 auto;
		z-index: 0;
		width: 100%;
		background-color: #EBEBEB;
	}

	section.porqueescolher div.maxwidth{
		padding: 0px 16px;
	}

	section.porqueescolher div.titulo h2{
		font-size: 1.6em;
	}
	
	section.porqueescolher div.titulo h3{
		font-size: 1.2em;
	}

	section.porqueescolher div.itensporque{
		border-radius: 10px;
		overflow: hidden;
		max-width: 500px;
	}

	section.porqueescolher div.itensporque div.itemporque{
		width: 100%;
		margin-bottom: 0px;
		padding: 30px 16px;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-radius: 0 !important;
	}

	section.porqueescolher div.itensporque div.itemporque span{
		margin-bottom: 20px;
	}

	section.porqueescolher div.itensporque div.itemporque div.texto{
		max-width: 225px;
	}

}

/* Quem Somos */
section.quemsomos{
	padding: 25px 0;
	overflow: hidden;
}

section.quemsomos div.maxwidth{
	padding: 0;
	max-width: 1600px;
}

section.quemsomos div.maxwidth div.imagem,
section.quemsomos div.maxwidth div.texto{
	width: 50%;
}

section.quemsomos div.maxwidth div.texto:nth-child(3){
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section.quemsomos div.maxwidth div:nth-child(3) img{
	box-shadow: none !important;
}

section.quemsomos div.maxwidth div.texto{
	padding: 25px;
	padding-right: 50px;
}

section.quemsomos div.maxwidth div:nth-child(4){
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.quemsomos div.maxwidth h2{
	margin-bottom: 0;
	color: #1B1D1E;
	line-height: 30px;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #4E5051;
}

section.quemsomos div.maxwidth h2 strong{
	font-weight: normal;
	font-size: 1.4em;
	color: #4E5051;
	font-family: "montserrat-semibold";
}

section.quemsomos div.maxwidth small{
	color: #999;
}

section.quemsomos div.maxwidth h3{
	font-size: 1em;
	margin-top: 15px;
	color: #4E5051;
	line-height: 27px;
}

section.quemsomos div.maxwidth div.texto h3 a{
	text-decoration: none;
	color: #1B1D1E;
	font-size: 0.9em;
}

section.quemsomos div.maxwidth div.texto h3 a div{
	font-family: "montserrat-regular";
	margin-top: 25px;
}

section.quemsomos div.maxwidth div.texto h3 a div i{
	margin-left: 5px;
	transition: 0.3s all ease-in-out;
}

section.quemsomos div.maxwidth div.texto h3 a:hover i{
	margin-left: 8px;
}

section.quemsomos div.maxwidth div.texto p{
	color: #4E5051;
	font-size: .95em;
	margin-top: 15px;
	text-align: justify;
	line-height: 27px;
}

section.quemsomos div.maxwidth ul{
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

section.quemsomos div.maxwidth ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4em;
}

section.quemsomos div.maxwidth div.texto div.timeline{
	position: relative;
}

section.quemsomos div.maxwidth div.texto div.timeline::before,
section.quemsomos div.maxwidth div.texto div.timeline::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 20px;
	background-color: transparent;
	background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	margin-top: 65px;
	z-index: 1;
}

section.quemsomos div.maxwidth div.texto div.timeline::after{
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1) 100%);
	right: 0;	
	margin-top: -50px;
}

section.quemsomos div.maxwidth div.texto div.timeline div.time{
	overflow-y: auto;
	padding: 10px 0px;
	position: relative;
}

/* -----------  ScrollBar Inferior ------------*/

section.quemsomos div.maxwidth div.texto div.timeline div.time::-webkit-scrollbar-button{
  display: none;
}

section.quemsomos div.maxwidth div.texto div.timeline div.time::-webkit-scrollbar-track {
    background-color: transparent;
    height: 5px;
}


section.quemsomos div.maxwidth div.texto div.timeline div.time::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
}


section.quemsomos div.maxwidth div.texto div.timeline div.time::-webkit-scrollbar-thumb{
    background-color: transparent;
    height: 5px;
    border-radius: 4px;
}

section.quemsomos div.maxwidth div.texto:hover div.timeline div.time::-webkit-scrollbar{
  background-color: #EEE;
	display: block;
}

section.quemsomos div.maxwidth div.texto:hover div.timeline div.time::-webkit-scrollbar-thumb{
	background-color: #DDD;
}


section.quemsomos div.maxwidth div.texto div.timeline div.time div.item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	min-width: 250px;
	padding: 0;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
	border-bottom: 3px solid #EBEBEB;
}

section.quemsomos div.maxwidth div.texto div.timeline div.time div.item::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #1B1D1E;
	margin: auto;
	margin-right: 0px;
	bottom: 27px;
}

section.quemsomos div.maxwidth div.texto div.timeline div.time div.item span{
	color: #1B1D1E;
	font-family: "montserrat-regular";
	padding: 0 10px;
}

section.quemsomos div.maxwidth div.titulos{
	margin-top: 25px;
	width: 100%;
	display: block;
}

section.quemsomos div.maxwidth div.titulos ul{
	margin-top: 15px;
}

section.quemsomos div.maxwidth div.titulos ul li{
	color: #4E5051;
  font-size: .95em;
  text-align: justify;
  line-height: 27px;
}


section.quemsomos div.maxwidth div.texto div.mvv{
	width: 100%;
	margin-top: 30px;
}

section.quemsomos div.maxwidth div.texto div.mvv div.mvvdiv{
	margin-top: 20px;
}

section.quemsomos div.maxwidth div.texto div.mvv h3{
	font-family: "montserrat-semibold";
	padding: 0;
	margin: 0;
	color: #4E5051;
}

section.quemsomos div.maxwidth div.texto div.mvv p{
	margin-top: 5px;
}

section.quemsomos div.maxwidth div.texto div.mvv span{
	font-size: 2.5em;
	margin-right: 25px;	
	color: #EBEBEB;
}

section.quemsomos div.maxwidth div.imagem{
	padding: 25px;
}

section.quemsomos div.maxwidth div.imagem img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
}


section.quemsomos div.maxwidth div.imagem:first-child img:first-child{
	object-position: right;
	width: 100%;
	min-height: 500px;
}

section.quemsomos div.maxwidth div.imagem:first-child img:nth-child(2){
	position: relative;
	display: block;
	height: 300px;
	width: 300px;
	margin-right: -25px;
	margin-top: -100px;
	float: right;
}

section.quemsomos div.maxwidth div.imagem:first-child div.certificado{
	width: 100%;
	max-width: 300px;
	display: flex;
	flex-direction: column;
}

section.quemsomos div.maxwidth div.imagem:first-child div.titulos{
	margin-top: 50px;
}

section.quemsomos div.maxwidth div.imagem:first-child div.certificado small{
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	max-width: 200px;
	color: #999;
}

section.quemsomos div.maxwidth div.imagem:first-child div.certificado img{
	max-width: 150px;
	display: block;
	margin: auto;
	margin-top: 15px;
	height: auto;
	position: initial;
}

section.quemsomos div.maxwidth div.imagem:nth-child(3){
	display: none;
}

section.quemsomos div.maxwidth div.imagem:nth-child(3) img:first-child{
	min-height: initial;
	height: 700px;
}

section.quemsomos div.maxwidth div.crisalix{
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

section.quemsomos div.maxwidth div.crisalix div.celular{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

section.quemsomos div.maxwidth div.crisalix div.celular:last-child{
	display: none;
}

section.quemsomos div.maxwidth div.crisalix img{
	box-shadow: none;
	min-width: 180px;
	max-width: 180px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	object-fit: contain;
}

section.quemsomos div.maxwidth div.crisalix video{
	width: 130px;
	position: absolute;
}

section.quemsomos div.maxwidth div.crisalix .botao-tempo{
	width: 130px;
	position: absolute;
	bottom: 30px;
	display: flex;
	justify-content: center;
}

section.quemsomos div.maxwidth div.crisalix .botao-tempo span{
	font-family: "montserrat-regular";
	font-size: .8em;
	padding: 5px;
	cursor: pointer;
	color: #555;
}

section.quemsomos div.maxwidth div.crisalix .botao-tempo span:hover{
	color: #000;
}

section.quemsomos div.maxwidth div.crisalix .botao-tempo span.active{
	color: #2189A7;
}

section.quemsomos div.maxwidth div.crisalix div.celular:nth-last-child(3) video,
section.quemsomos div.maxwidth div.crisalix div.celular:nth-last-child(3) .botao-tempo{
	width: 150px;
}


section.quemsomos div.maxwidth div.crisalix div.celular:nth-last-child(3) .botao-tempo span{
	font-size: .9em;
}

section.quemsomos div.maxwidth div.crisalix div.celular:nth-last-child(3) img{
	min-width: 220px;
	max-width: 220px;
	display: block;
}

@media screen and (max-width: 992px){
	section.quemsomos{
		padding-top: 50px;
	}

	section.quemsomos div.maxwidth{
		flex-direction: column;
	}

	section.quemsomos div.maxwidth div{
		width: 100% !important;
	}

	section.quemsomos div.maxwidth div.titulos ul li{
		font-size: 1.1em;
		line-height: 30px;
		margin-bottom: 20px;
	}

	section.quemsomos div.maxwidth div.texto{
		padding: 25px 16px 15px 16px;		
	}

	section.quemsomos div.maxwidth div:nth-child(4){
		padding-bottom: 0;
	}

	section.quemsomos div.maxwidth div.texto h2{
		font-size: 1em;
		line-height: 27px;
	}

	section.quemsomos div.maxwidth div.texto h2 strong{

	}

	section.quemsomos div.maxwidth div.texto h3{
		text-align: justify;
		font-size: 1.1em;
		padding: 5px 0px;
	}

	section.quemsomos div.maxwidth div.texto p{
		font-size: 1.1em;
		text-align: justify;
		padding: 0;
	}

	section.quemsomos div.maxwidth div.texto div.timeline div.time div.item span{
		padding: 0;
	}

	section.quemsomos div.maxwidth div.texto div.mvv{
		margin-bottom: 35px;
	}

	section.quemsomos div.maxwidth div.texto div.mvv div.mvvdiv{
		flex-wrap: wrap;
	}

	section.quemsomos div.maxwidth div.texto div.mvv span{
		margin-right: auto;
		margin-bottom: 10px;
	}

	section.quemsomos div.maxwidth div.texto div.mvv h3{
		margin-bottom: 15px;
	}

/*	section.quemsomos div.maxwidth div.texto ul li{
		font-size: 1.1em;
	}
*/
	section.quemsomos div.maxwidth div.imagem{
		padding: 0;
		display: block;
	}

	section.quemsomos div.maxwidth div.imagem img{
		width: 100%;
		border-radius: 0;
		display: block;
		margin: auto;
		box-shadow: none;
	}

	section.quemsomos div.maxwidth div.imagem:first-child img:first-child{
		padding: 0px 16px;
		min-height: initial;
		height: 700px;
		object-position: top;
	}

	section.quemsomos div.maxwidth div.imagem:first-child img:nth-child(2){
		display: none;
	}

	section.quemsomos div.maxwidth div.crisalix{
		margin-top: 25px;
		padding-bottom: 25px;
	}

	section.quemsomos div.maxwidth div.crisalix img,
	section.quemsomos div.maxwidth div.crisalix video{
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100px !important;
	}

	section.quemsomos div.maxwidth div.crisalix .botao-tempo{
		width: 100% !important;
		bottom: 35px;
		border-radius: 70px;
		background-color: #EBEBEB;
		max-width: 170px;
	}
	
	section.quemsomos div.maxwidth div.crisalix .botao-tempo span{
		font-size: 1em !important;
		width: 100%;
		text-align: center;
		border-radius: 70px;
		padding: 10px 0px;
		transition: 0.3s all ease-in-out;
	}

	section.quemsomos div.maxwidth div.crisalix .botao-tempo span.active{
		background-color: #D6ECF3;
	}

	section.quemsomos div.maxwidth div.crisalix video{
		padding: 40px;
	}

	section.quemsomos div.maxwidth div.imagem:first-child div.certificado{
		display: none;
	}

	section.quemsomos div.maxwidth div.imagem:nth-child(3){
		display: block;
	}

	section.quemsomos div.maxwidth div.imagem:nth-child(3) div.certificado{
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		background-color: #EBEBEB;
		padding: 10px;
		border-bottom: #EEE 1px solid;
	}

		section.quemsomos div.maxwidth div.imagem:nth-child(3) div.certificado small{
		width: 150px;
		padding: 0;
		margin: 0 10px;
		text-align: center;
		display: flex;
		align-items: center;
	}

		section.quemsomos div.maxwidth div.imagem:nth-child(3) div.certificado img{
		width: 120px;
		object-fit: contain;
		margin: 0;
		height: 50px;
	}

}

@media screen and (max-width: 600px){
	section.quemsomos div.maxwidth div.imagem:first-child img:first-child,
	section.quemsomos div.maxwidth div.imagem:nth-child(3) img:first-child{
		height: 320px;
	}

	section.quemsomos div.maxwidth div.crisalix div.celular{
		display: none;
		max-width: 250px;
	}

	section.quemsomos div.maxwidth div.crisalix .botao-tempo{
		bottom: 35px;
	}

	section.quemsomos div.maxwidth div.crisalix div.celular:nth-last-child(1){
		display: flex;
	}
}

/* Serviços */
section.servicos{
	/*border-top: #EEE 1px solid;*/
	/*border-bottom: #EEE 1px solid;*/
	background-image: url("../imgs/world_dots.png");
	background-size: cover;
	background-position: top;
	background-color: #F7F7F7;
	padding: 50px 25px;
}

section.servicos div.titulo{
	max-width: 500px;
	margin: auto;
}

section.servicos div.titulo img{
	max-width: 30px;
	position: relative;
	display: block;
} 

section.servicos div.titulo .square-left{
	margin-bottom: -10px;
	margin-right: auto;
}
section.servicos div.titulo .square-right{
	margin-top: -10px;
	margin-left: auto;
}

section.servicos div.titulo h2{
	line-height: 30px;
	color: #4E5051;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 0;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

section.servicos div.titulo h2 strong{
	font-weight: normal;
	font-size: 1.2em;
	font-family: "montserrat-semibold";
	color: #4E5051;
}

section.servicos div.titulo h3{
	line-height: 27px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.1em;
	margin: auto;
	margin-top: 25px;
	color: #4E5051;
	padding: 0px 20px;
}

section.servicos h5{
	font-family: "montserrat-regular";
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	margin: auto;
	margin-top: 50px;
	color: #4E5051;
}

section.servicos div.servicolista{
	padding-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

section.servicos div.servicolista a.item{
	color: #4E5051;
	text-decoration: none;
	margin: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 282px;
	height: 200px;
	background-color: #FFF;
	padding: 38px 40px 16px;
	border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	transition: 0.3s all ease-in-out;
}

section.servicos div.servicolista a.item img{
	/*visibility: hidden;*/
	margin-left: -40px;
	position: absolute;
	width: inherit;
	height: inherit;
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
	margin-top: -20px;
	opacity: 0;
	padding: 0px 0px 3px 0px;
	transition: 0.3s opacity, 2s margin-top;
}

section.servicos div.servicolista a.item span{
	color: #EBEBEB;
	font-size: 2.3em;
	margin-bottom: 25px;
	transition: 0.1s all ease-in-out;
}

section.servicos div.servicolista a.item span.icone{
	margin-bottom: 15px;
}

section.servicos div.servicolista a.item span.icone svg{
	width: 70px;
	height: 70px;
	margin-top: -30px;
	margin-bottom: 0;
	transition: 0.1s all ease-in-out;
	opacity: .8;
}

section.servicos div.servicolista a.item h4{
	font-family: "montserrat-regular";
	font-size: 1.1em;
	min-height: 30px;
	line-height: 25px;
	max-width: 150px;
	margin-bottom: 12px;
}

section.servicos div.servicolista a.item div.botaoseta{
	position: absolute;
	border: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin-bottom: -175px;
	background-color: #4E5051;
	transition: 0.1s all ease-in-out;
	opacity: 0;
}

section.servicos div.servicolista a.item div.botaoseta i{
	font-size: 1em;
	color: #FFF;
}

section.servicos div.servicolista a.item:hover{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

section.servicos div.servicolista a.item:hover span{
	opacity: 0;
}

section.servicos div.servicolista a.item:hover div.botaoseta{
	opacity: 1;
	transition-delay: 0.3s;
}

section.servicos div.servicolista a.item:hover div.botaoseta:hover{
	transform: rotate(90deg);
}

section.servicos div.servicolista a.item:hover img{
	margin-top: -240px;
	opacity: 1;
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.1);
	transition: 0.3s opacity, 0.05s margin-top;
	transition-delay: 0.2s;
}


@media screen and (max-width: 992px){
	section.servicos div.titulo h2{
		font-size: 1.4em;
		line-height: 25px;
	}

	section.servicos div.titulo h3{
		padding: 5px 0px;
		line-height: 25px;
		font-size: 1em;
	}

	section.servicos div.servicolista a.item{
		width: 100%;
		max-width: 250px;
		height: auto;
	}

	section.servicos div.servicolista a.item img{
		display: none;
	}

	section.servicos div.servicolista a.item span.icone svg{
		margin-top: -15px;
	}

	section.servicos div.servicolista a.item div.botaoseta,
	section.servicos div.servicolista a.item span{
		opacity: 1 !important;
	}

	section.servicos div.servicolista a.item div.botaoseta{
		position: initial;
		margin: initial;
	}
}

@media screen and (max-width: 650px){
	section.servicos div.servicolista a.item{
		width: 100%;
		max-width: 100%;
		margin: 15px 0px;
	}
}


/* Equipe */
section.equipe{
  align-items: center;
  display: flex;
}

section.equipe .maxwidth{
    margin-top: 50px;
}

section.equipe div.titulo{
	max-width: 500px;
	margin: auto;
}

section.equipe div.titulo img{
	max-width: 30px;
	position: relative;
	display: block;
} 

section.equipe div.titulo .square-left{
	margin-bottom: -10px;
	margin-right: auto;
}
section.equipe div.titulo .square-right{
	margin-top: -10px;
	margin-left: auto;
}

section.equipe div.titulo h2{
	line-height: 30px;
	color: #4E5051;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 0;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

section.equipe div.titulo h2 strong{
	font-weight: normal;
	font-size: 1.2em;
	font-family: "montserrat-semibold";
	color: #4E5051;
}

section.equipe div.titulo h3{
	line-height: 27px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.1em;
	margin: auto;
	margin-top: 25px;
	color: #4E5051;
	padding: 0px 20px;
}

section.equipe owl-stage{
	width: 100% !important;
}

section.equipe .owl-theme{
	margin-bottom: 50px;
}

section.equipe .col-sm-12{
	padding: 0;
}

section.equipe .owl-carousel .owl-stage-outer{
	padding: 25px 0px 0px 0px;
}

section.equipe .owl-carousel.owl-drag .owl-item{
	padding: 25px 16px;
}

section.equipe .owl-theme div.itemtotal{
	max-width: 500px;
	width: 100%;
	margin: auto;
	border-radius: 10px;
	transition: 0.15s all ease-in-out;
	overflow: hidden;
}

section.equipe .owl-theme div.itemtotal:hover,
section.equipe .owl-theme div.big div.itemtotal{
	box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.1);
}


section.equipe .owl-theme img{
	/*filter: grayscale(100%);*/
	width: 100%;
	height: 300px;
  object-fit: cover;
  object-position: top;
	border-radius: 10px;
  margin: auto;
  transition: 0.2s all ease-in-out;
}

section.equipe .owl-theme .owl-item:hover img{
	border-radius: 10px 10px 0px 0px;
	filter: grayscale(0);
}

section.equipe .owl-theme div.texto{
	padding: 25px;
}

section.equipe .owl-theme h4{
	color: #4E5051;
  font-size: 1.2em;
  font-family: "montserrat-semibold";
}

section.equipe .owl-theme h5{
  font-family: "montserrat-regular";
	color: #4E5051;
	font-size: 1em;
	line-height: 25px;
	min-height: 50px;
}

section.equipe .owl-theme h6{
  font-size: .9em;
  text-align: justify;
  min-height: 110px;
  width: 100%;
  line-height: 25px;
  max-width: 500px;
  margin: auto;
  margin-bottom: 15px;
  color: #221F20;
}

section.equipe .owl-theme div.midias{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
}

section.equipe .owl-theme div.texto::after{
	content: "";
	width: 0;
	height: 3px;
	background-color: #4E5051;
	opacity: 0;
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: -25px;
	transition: 0.3s all ease-in-out;
	transition-delay: .2s;
	border-radius: 10px;
}

section.equipe .owl-theme .owl-item:hover div.texto::after,
section.equipe .owl-theme div.big div.texto::after{
	width: 50%;
	opacity: 1;
}

section.equipe .owl-theme div.midias a{
	opacity: 0;
	color: #FFF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	padding: 5px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #4E5051;
	margin: 5px;
	transition: 0.3s all ease-in-out;
}

section.equipe .owl-theme div.midias a:nth-child(2){
	background-color: #4E5051;
	transition: 0.6s all ease-in-out;
}

section.equipe .owl-theme div.midias a:nth-child(3){
	background-color: #4E5051;
	transition: 0.9s all ease-in-out;
}

section.equipe .owl-theme .owl-item:hover div.midias a{
	opacity: 0.8;
}

section.equipe .owl-theme .owl-item:hover div.midias a:hover,
section.equipe .owl-theme div.big div.midias a{
	opacity: 1;
}

@media screen and (max-width: 992px){
	section.equipe .owl-theme img{
		height: 250px;
	}

	section.equipe div.titulo h2{
		font-size: 1.4em;
		line-height: 25px;
	}

	section.equipe div.titulo h3{
		padding: 5px 0px;
		line-height: 25px;
		font-size: 1em;
	}

	section.equipe .maxwidth{
	    padding-bottom: 0px;
	}

	section.equipe .owl-theme div.itemtotal{
		box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1) !important;
	}

	section.equipe .owl-theme div.midias a{
		opacity: 1 !important;
	}

	section.equipe .owl-theme div.texto::after{
		opacity: 1;
		width: 50%;
	}
}


/* Locais */
section.locais{
  align-items: center;
}

section.locais hr{
	width: 100%;
	max-width: 50%;
}

section.locais .maxwidth{
  padding: 50px 16px;
}

section.locais div.titulo{
	max-width: 500px;
	margin: auto;
}

section.locais div.titulo img{
	max-width: 30px;
	position: relative;
	display: block;
} 

section.locais div.titulo .square-left{
	margin-bottom: -10px;
	margin-right: auto;
}
section.locais div.titulo .square-right{
	margin-top: -10px;
	margin-left: auto;
}

section.locais div.titulo h2{
	line-height: 30px;
	color: #4E5051;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 0;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

section.locais div.titulo h2 strong{
	font-weight: normal;
	font-size: 1.2em;
	font-family: "montserrat-semibold";
	color: #4E5051;
}

section.locais div.titulo h3{
	line-height: 27px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.1em;
	margin: auto;
	margin-top: 25px;
	color: #4E5051;
	padding: 0px 20px;
}

section.locais div.locaisarea{
	margin-top: 25px;
}

section.locais div.locaisarea div.local{
	width: 100%;
	max-width: 300px;
	margin: 15px;
	box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.1);
	padding: 25px 15px;
	border-radius: 10px;
}

section.locais div.locaisarea div.local img{
	padding: 15px;
}

section.locais div.locaisarea div.local h2{
	text-align: center;
	color: #4E5051;
	font-size: 1em;
	font-family: "montserrat-regular";
}

section.locais div.locaisarea div.local h2 span{
	margin-right: 5px;
	color: #EBEBEB;
}

section.locais div.locaisarea div.local i{
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #777;
}

section.locais div.locaisarea div.local p{
	color: #4E5051;
	font-size: 0.9em;
	text-align: center;
	line-height: 27px;
	display: none;
}

section.locais div.locaisarea div.local div.midias{
	display: flex;
	justify-content: center;
}

section.locais div.locaisarea div.local div.midias a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	width: 100%;
	background-color: #4E5051;
	font-size: 1.1em;
	padding: 12px 15px;
	border-radius: 50px;
	max-width: 235px;
	transition: 0.3s all ease-in-out;
}

section.locais div.locaisarea div.local div.midias a:hover{
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
}

section.locais div.locaisarea div.local div.midias a span{
	margin-right: 10px;
	margin-top: -2px;	
}


@media screen and (max-width: 992px){
	section.locais div.titulo h2{
		font-size: 1.4em;
		line-height: 25px;
	}

	section.locais div.titulo h3{
		padding: 5px 0px;
		line-height: 25px;
		font-size: 1em;
	}

	section.locais div.locaisarea div.local{
		max-width: 500px;
		box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1) !important;
	}
}


/* Contato */
section.contato{
	padding: 50px 16px 200px 16px;
	background-color: #4E5051;
	background-image: linear-gradient(90deg, rgba(78,80,81, 1) 0%, rgba(78,80,81,.94) 70%, rgba(78,80,81,.98) 100%), url("../imgs/banner-contato.jpg");
  background-size: cover;
  overflow: hidden;
}

section.contato div.formulariocontato{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0px 16px;
}

section.contato div.formulariocontato div.formulario{
	width: 100%;
	max-width: 600px;
	padding: 50px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.1);
	overflow: hidden;
}

section.contato div.formulariocontato div.formulario h2{
	font-family: "montserrat-semibold";
	font-size: 1.4em;
	color: #4E5051;
}

section.contato div.formulariocontato div.formulario p{
	font-size: .9em;
	line-height: 25px;
	color: #AAA;
	margin-top: 15px;
}

section.contato div.formulariocontato div.formulario label{
	font-size: 0.8em;
	color: #888;
	margin-bottom: 4px;
}

section.contato div.formulariocontato div.formulario input,
section.contato div.formulariocontato div.formulario textarea{
	border: 2px solid #EEE;
	box-shadow: none;
	padding: 22px 20px;
	border-radius: 25px;
}

section.contato div.formulariocontato div.formulario input:focus,
section.contato div.formulariocontato div.formulario textarea:focus{
	border-color: #EBEBEB;
	box-shadow: 0px 0px 10px 2px rgba(78,80,81,0.1);
}

section.contato div.formulariocontato div.formulario textarea{
	min-height: 150px;
}

section.contato div.formulariocontato div.formulario button{
	font-family: "montserrat-semibold";
	margin-top: 15px;
	text-align: center;
	width: 100%;
	max-width: 250px;
	color: #FFF;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 1em;
	border-color: transparent;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	display: block;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
	text-decoration: none;
	background-color: #59BB54;
	transition: all 0.2s ease-in-out;
}

section.contato div.formulariocontato address{
	width: 100%;
	max-width: 600px;
	color: #FFF;
	padding: 0px 50px;
}

section.contato div.formulariocontato address h2{
	font-family: "montserrat-semibold";
	font-size: 1.8em;
	max-width: 380px;
	line-height: 40px;
}

section.contato div.formulariocontato address p{
	font-size: 1.1em;
	line-height: 27px;
	margin-top: 15px;
}

section.contato div.formulariocontato address div.contatos{
	margin-top: 25px;
}

section.contato div.formulariocontato address div.contatos div.contato{
	margin: 25px 0;
}

section.contato div.formulariocontato address div.contatos h5{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.2em;
	font-family: "montserrat-regular";
}

section.contato div.formulariocontato address div.contatos a{
	color: #EBEBEB;
}

section.contato div.formulariocontato address hr{
	border-color: #FFF;
	opacity: .3;
	margin-top: 50px;
	position: relative;
}

section.contato div.formulariocontato address div.depoimentos{
	padding: 25px 0px;
	position: relative;
}

section.contato div.formulariocontato address div.depoimentos img{
	width: 70px;
	height: 70px;
	object-fit: cover;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

section.contato div.formulariocontato address div.depoimentos h3{
	font-size: 1.1em;
	text-align: center;
	font-family: "montserrat-regular";
}

section.contato div.formulariocontato address div.depoimentos p{
	text-align: center;
	padding: 0px 50px;
}

section.contato div.formulariocontato address div.depoimentos p span{
	padding: 0px 25px;
	display: block;
	font-size: .8em;
}

section.contato div.formulariocontato address div.depoimentos p::after,
section.contato div.formulariocontato address div.depoimentos p::before{
	content: '';
	width: 30px;
	height: 30px;	
	filter: invert(89%);
	background-image: url("../imgs/aspas.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	font-size: 4em;
	position: absolute;
	right: 0;
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 0;
	transform: rotate(180deg);
}

section.contato div.formulariocontato address div.depoimentos p::before{
	left: 0;
	right: initial;
	margin-bottom: 0px;
	margin-top: -20px;
	margin-left: 20px;
	margin-right: 0px;
	transform: rotate(0deg);
}

@media screen and (max-width: 992px){
	section.contato{
		background-position: right;
		padding: 50px 16px;
	}

	section.contato div.formulariocontato{
		flex-direction: column;
		padding: 0;
	}

	section.contato div.formulariocontato div.formulario{
		width: 100%;
		max-width: 100%;
		padding: 25px 16px;
	}

	section.contato div.formulariocontato div.formulario div.d-flex{
		flex-direction: column;
	}

	section.contato div.formulariocontato div.formulario h2{
		font-size: 1.4em;
	}

	section.contato div.formulariocontato div.formulario button{
		margin: auto;
	}

	section.contato div.formulariocontato address{
		padding: 0px;
		margin-top: 25px;
		width: 100%;
		max-width: 100%;
	}

	section.contato div.formulariocontato address h2{
		font-size: 1.5em;
	}

	section.contato div.formulariocontato address div.depoimentos p{
		padding: 0;
	}

	section.contato div.formulariocontato address div.depoimentos p::before{
		margin-left: 0
	}

	section.contato div.formulariocontato address div.depoimentos p::after{
		margin-right: 0;
	}

}

/* Mapa */
section.maps iframe{
	width: 100%;
	height: 300px;
	padding: 0;
}

/* Footer */
footer{
	background-color: #444;
	background-image: url("../imgs/world_dots.png");
	background-size: cover;
	background-position: top;
	background-position: center;
	background-repeat: no-repeat;	
	overflow: hidden;
}

footer .maxwidthrodape{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 200px 0px 100px 0px;
	/*border-top: 2px solid #F5F5F5;*/
}

footer .maxwidthrodape .logofooter{
	position: relative;
}

footer .maxwidthrodape .logofooter img{
	padding: 0px 16px;
}

footer .maxwidthrodape .logofooter div.certificados{
	position: absolute;
	bottom: 0;
}

footer .maxwidthrodape .logofooter div.certificados img{
	max-width: 140px !important;
	margin-top: 25px;
}

footer .maxwidthrodape .logofooter a{
	text-decoration: none;
}

footer .maxwidthrodape .logofooter p{
	font-size: .85em;
	line-height: 25px;
	margin-top: 25px;
	color: #999;
}

footer .maxwidthrodape .logofooter button{
	font-family: "montserrat-semibold";
	margin-top: 15px;
	text-align: center;
	color: #FFF;
	border-radius: 50px;
	padding: 5px 0px;
	font-size: .85em;
	border-color: transparent;
	outline: none;
	display: block;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
}

footer .maxwidthrodape .logofooter button span{
	font-size: .85em;
	margin-left: 5px;
	transition: all 0.2s ease-in-out;
}

footer .maxwidthrodape .logofooter button:hover,
footer .maxwidthrodape .logofooter button:hover span{
	color: #EBEBEB;
}

footer .maxwidthrodape .logofooter button:hover span{
	margin-left: 7px;
}


footer .maxwidthrodape a{
	color: #222;
	text-decoration: underline;
}

footer .maxwidthrodape h5{
	font-family: "montserrat-semibold";
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #EBEBEB;
}

footer .maxwidthrodape div:last-child h5{
	color: #4E5051;
}

footer .maxwidthrodape nav{
	clear: both;
	display: flex;
	/*padding-top: 25px;*/
}

footer .maxwidthrodape span{
	color: #FFF;
	font-size: 1.6em;
	padding-right: 10px;
	/*font-weight: bold;*/
}

footer .maxwidthrodape iframe{
	width: 100%;
	border:0; 
	overflow:hidden;
	background-color: #FFF;
	padding: 3px;
	border-radius: 5px;
	min-height: 215px;
}

footer .maxwidthrodape nav ul li,.fb_iframe_widget{
	width:100%;
	clear: both;
}

footer .maxwidthrodape nav ul li a{
	cursor: pointer;
	color: #999;
	font-size: 0.8em;
	line-height: 30px;
	text-decoration: none;
}

footer .maxwidthrodape nav ul li a:hover{
	color: #FFF;
}

footer .maxwidthrodape div.areamidias{
	background-color: #FFF;
	height: 100%;
	border-radius: 10px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 2px 10px 5px rgba(0,0,0,.1);
}

footer .maxwidthrodape div.areamidias::before{
	content: '';
	position: absolute;
	height: 40%;
	width: 3px;
	background-color: #EBEBEB;
	left: 15px;
}

footer .maxwidthrodape div.areamidias div.area{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

footer .maxwidthrodape div.areamidias a.destaque{
	color: #4E5051;
	font-family: "montserrat-semibold";
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 15px;
}

footer .maxwidthrodape div.areamidias a.destaque span{
	color: inherit;
	font-size: inherit;
	padding: 0;
	margin-right: 5px;
}

footer .maxwidthrodape div.midias a{
	border-right: 2px solid #EEE;
	padding: 5px;
	padding-left: 12px;
	min-width: 40px;
	text-align: center;
	margin-top: 5px;
}

footer .maxwidthrodape div.midias a span{
	color: #999;
}

footer .maxwidthrodape div.midias a span:hover,
footer .maxwidthrodape div.areamidias a.destaque:hover{
	color: #1B1D1E;
}

footer div.identificacao{
	padding: 20px 16px;
	line-height: 20px;
	font-size: 0.9em;
	background-color: #333;
}

footer div.identificacao span{
	color: #FFF; 
	font-size: 1em;
	padding: 0;
	margin: 2px;
	margin: auto;
}

footer div.identificacao p{
	color: #FFF;
	font-size: 0.7em;
	margin-bottom: 0;
}

footer div.identificacao p.desenvolvimento{
	color: #AAA;
}

footer div.identificacao p.copy{
	font-size: 1em;
}

footer div.identificacao p.copy span{
	color: #AAA;
}

footer div.identificacao img{
	width: 100%;
	max-width: 90px;
}

@media screen and (max-width: 992px){
	footer .maxwidthrodape{
		padding: 50px 16px;
	}

	footer .maxwidthrodape .logofooter div.certificados{
		position: initial;
		justify-content: center !important;
	}

	footer .maxwidthrodape .logofooter img{
		margin: auto;
		margin-bottom: 25px;
		display: block;
		max-width: 300px;
	}

	footer .maxwidthrodape .logofooter div.certificados img{
		max-width: 125px;
		width: 100%;
	}

	footer .maxwidthrodape .logofooter p{
		margin-bottom: 25px;
		font-size: .9em;
	}

	footer .maxwidthrodape .logofooter a button{
		font-size: 1em;
	}

	footer .maxwidthrodape div.col-md-12{
		padding-top: 50px;
	}

	footer .maxwidthrodape div.col-md-12:first-child{
		padding-top: 0;
	}
	
	footer .maxwidthrodape h4{
		margin-top: 25px;
		text-align: left;
	}

	footer .maxwidthrodape nav ul li a{
		font-size: 0.9em;
	}
	
	footer div.identificacao{
		padding: 50px 16px;
	}

	footer div.identificacao div.maxwidth div{
		width: 100%;
	}

	footer div.identificacao span{
		display: block;
		margin-bottom: 5px;
	}

	footer div.identificacao span.traco{
		display: none;
	}	

	footer div.identificacao p{
		margin-top: 25px;
		font-size: 1em;
	}
}

footer .maxwidthrodape div.midias a:last-child{
	border:none;
	padding-right: 0;
}




/* Página Padrão */
section.paginapadrao{
	padding: 50px 16px;
	padding-bottom: 200px;
	background-color: #FFF;
}

section.paginapadrao ol.breadcrumbpagina{
	background-color: transparent;
	padding-left: 0;
}

section.paginapadrao ol.breadcrumbpagina a{
	color: #222;
}

section.paginapadrao ol.breadcrumbpagina a:hover{
	text-decoration: none;
}

section.paginapadrao div.titulo h1{
	font-size: 1em;
	line-height: 27px;
	color: #222;
	text-align: center;
}

section.paginapadrao div.titulo h1 strong{
	color: #222;
	font-size: 2em;
	font-family: "montserrat-bold";
}

section.paginapadrao div.titulo hr{
	width: 100%;
	display: block;
	max-width: 100px;
	margin-top: 15px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	height: 1px;
}

section.paginapadrao div.texto{
	padding-top: 25px;
	display: flex;
}

section.paginapadrao div.texto p{
	font-size: 1em;
	color: #222;
}

@media screen and (max-width: 992px){
	section.paginapadrao{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	
	section.paginapadrao div.titulo h1{
		margin-bottom: 0px;
	}

	section.paginapadrao div.titulo h1{
		font-size: .8em;
	}

	section.paginapadrao div.titulo h1 strong{
		font-size: 2.3em;
		line-height: 30px;
	}

	section.paginapadrao div.titulo hr{
		margin-top: 10px;
	}
}

/* Blog */
section.blog{
	/*border-top: #EEE 1px solid;*/
	/*border-bottom: #EEE 1px solid;*/
	/*background-image: url("../imgs/world_dots.png");*/
	background-size: cover;
	background-position: top;
	background-color: #F7F7F7;
	padding: 50px 25px;
	/*padding-top: 175px;*/
	padding-bottom: 200px;
}

section.blog div.titulo{
	max-width: 500px;
	margin: auto;
}

section.blog div.titulo img{
	max-width: 30px;
	position: relative;
	display: block;
} 

section.blog div.titulo .square-left{
	margin-bottom: -10px;
	margin-right: auto;
}
section.blog div.titulo .square-right{
	margin-top: -10px;
	margin-left: auto;
}

section.blog div.titulo h2{
	line-height: 30px;
	color: #4E5051;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 0;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

section.blog div.titulo h2 strong{
	font-weight: normal;
	font-size: 1.2em;
	font-family: "montserrat-semibold";
	color: #4E5051;
}

section.blog div.titulo h3{
	line-height: 27px;
	width: 100%;
	max-width: 950px;
	text-align: center;
	font-size: 1.1em;
	margin: auto;
	margin-top: 25px;
	color: #4E5051;
	padding: 0px 20px;
}

section.blog h5{
	font-family: "montserrat-regular";
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	margin: auto;
	margin-top: 50px;
	color: #4E5051;
}

section.blog div.bloglista{
	padding-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

section.blog div.bloglista a.item{
	color: #4E5051;
	text-decoration: none;
	margin: 15px;
	display: flex;
	flex-direction: column;
	width: calc(30%);
	height: auto;
	min-height: 300px;
	background-color: #FFF;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	transition: 0.3s all ease-in-out;
}

section.blog div.bloglista a.item:hover{
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);	
}

section.blog div.bloglista a.item span{
	font-size: .8em;
	font-weight: bold;
	color: #4e5051;
	margin-bottom: 15px;
}

section.blog div.bloglista a.item h4{
	font-size: 1.3em;
	min-height: 50px;
}

section.blog div.bloglista a.item p{
	margin: 15px auto;
	width: 100%;
	color: #777;
	font-size: .9em;
	min-height: 80px;
}

section.blog div.bloglista a.item div.autor{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

section.blog div.bloglista a.item div.autor div.foto img{
	width: 100%;
	max-width: 50px;
	border-radius: 100%;
}

section.blog div.bloglista a.item div.autor time{
	padding: 0 16px;
}

section.blog div.bloglista a.item div.autor h6{
	display: block;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

section.blog div.bloglista a.item div.autor span{
	width: 100%;
	color: #777;
	font-size: .8em;
	font-weight: 100;
}


@media screen and (max-width: 992px){
	section.blog{
		padding: 50px 16px;
		/*padding-top: 200px;*/
	}

	section.blog div.titulo h2{
		font-size: 1.4em;
		line-height: 25px;
	}

	section.blog div.titulo h3{
		padding: 5px 0px;
		line-height: 25px;
		font-size: 1em;
	}

	section.blog div.bloglista a.item{
		width: 100%;
		height: auto;
		min-height: initial;
	}

	section.blog div.bloglista a.item h4,
	section.blog div.bloglista a.item p{
		min-height: initial;
	}
}


@media screen and (max-width: 650px){
	section.blog div.bloglista a.item{
		width: 100%;
		max-width: 100%;
		margin: 15px 0px;
	}
}

/* Paginação */
section.paginacao{
	padding: 25px 16px;
	width: 100%;
}

section.paginacao .page-link,
section.paginacao .page-link:hover,
section.paginacao .page-link:focus{
 box-shadow: none;
 outline: none;
 border: none;
 z-index: 1;
}

section.paginacao .page-link{
	color: #1B1D1E;
}

section.paginacao .page-item.active .page-link{
	background-color: #1B1D1E;
	color: #FFF;
}


/* Página Padrão Titulo */
section.titulopaginapadrao{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-image: linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.7) 100%), url(../imgs/banner01.jpg);
}

section.titulopaginapadrao div.maxwidth{
	padding: 0px 16px;
	margin: auto;
}

section.titulopaginapadrao div.titulo{
	padding: 100px 0px;
}

section.titulopaginapadrao div.titulo h1{
	font-size: 1.2em;
	color: #AAA;
	line-height: 30px;
	max-width: 500px;
}

section.titulopaginapadrao div.titulo h1 strong{
	font-size: 1.5em;
	color: #FFF;
	line-height: 40px;
}

section.titulopaginapadrao div.titulo small{
	color: #999;
	font-weight: bold;
}

section.titulopaginapadrao .breadcrumb{
	background-color: transparent;
	margin: 0;
}

section.titulopaginapadrao nav{
	font-size: .9em;
	background-color: rgba(0,0,0, .4) !important;
}

section.titulopaginapadrao nav .breadcrumb-item+.breadcrumb-item::before{
	content: ">";
	color: #969696;
}

section.titulopaginapadrao nav a{
	color: #EEE;
}

section.titulopaginapadrao nav .breadcrumb-item.active{
	color: #969696;
}



@media screen and (max-width: 992px){
	section.titulopaginapadrao div.titulo{
		padding: 50px 0px;
	}

	section.titulopaginapadrao div.titulo h1{
		font-size: 1em;
	}

	section.titulopaginapadrao{
		background-attachment: initial;
		background-position: right;
	}
}

section.paginapadrao div.texto div.postagemtexto{
	width: 60%;
	padding-left: 16px;
	padding-right: 25px;	
}


section.paginapadrao div.texto div.postagemtexto h2 span,
section.paginapadrao div.texto div.postagemtexto h2{
	font-size: 1.4em;
	color: #333;
	font-family: "montserrat-regular" !important;
	line-height: 40px;
	margin-bottom: 0;
}

section.paginapadrao div.texto div.postagemtexto h3,
section.paginapadrao div.texto div.postagemtexto h3 span{
	font-size: 1.2em;
	font-family: "montserrat-regular" !important;
	line-height: 40px;
	margin-bottom: 25px;
	color: #333;
}

section.paginapadrao div.texto div.postagemtexto iframe{
	width: 100%;
	display: block;
}


section.paginapadrao div.texto div.postagemdestaque{
	width: 40%;
	padding-left: 50px;
}


section.paginapadrao div.texto div.postagemdestaque div.postagens{
	position: sticky;
	top: 200px;
}

section.paginapadrao div.texto div.postagemdestaque div.postagens h4{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 40px;
	color: #333;
}

section.paginapadrao div.texto div.postagemdestaque a{
	position: relative;
	padding-left: 16px;
	display: inline-block;
	font-size: 1em;
	line-height: 27px;
	margin-bottom: 10px;
	color: #777;
	text-decoration: none;
	width: 100%;
}

section.paginapadrao div.texto div.postagemdestaque a::before{
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	color: #999;
}

section.paginapadrao div.texto div.postagemdestaque a:hover{
	filter: brightness(0.8);
}

@media screen and (max-width: 992px){
	section.paginapadrao div.titulo h1{
		margin-bottom: 0px;
	}

	section.paginapadrao div.titulo h1 strong{
		font-size: 2em;
		line-height: 30px;
	}

	section.titulopaginapadrao .breadcrumb{
		padding-left: 0;
	}

	section.paginapadrao div.titulo hr{
		margin-top: 10px;
	}

	section.paginapadrao div.texto.postagemindividual{
		display: block;
	}

	section.paginapadrao div.texto div.postagemtexto,
	section.paginapadrao div.texto div.postagemdestaque{
		width: 100%;
		padding: 0;
	}

	section.paginapadrao div.texto div.postagemtexto{
		margin-bottom: 25px;
	}

	section.paginapadrao div.texto div.postagemtexto h2{
		font-size: 1.4em;
		line-height: 30px;
	}

	section.paginapadrao div.texto div.postagemtexto h3{
		font-size: 1.2em;
		line-height: 30px;
	}
}



/* Chamada para converter */
section.formchamada{
	z-index: 1 !important;
	position: fixed;
	bottom: -1px;
	right: 10px;
	width: 100%;
	max-width: 350px;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #DDD;
	background-color: #DDD;
	box-shadow:0 0 0.2rem 0.1rem rgba(89,187,84,0.3);
  	animation: pulsesombra 1s infinite;
}

section.formchamada:hover{
	animation: none;
}

section.formchamada .chamadatitulo{
	font-size: 1.1em;
	background-color: #59BB54;
	color:#FFF;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	/*text-shadow: 1px 0px 2px #222;*/
	padding: 8px 15px 5px 15px;
	cursor: pointer;
	border:none;
	width: 100%;
	outline-color: transparent;
}

section.formchamada .chamadatitulo span{
	margin-right: 7px;
}

section.formchamada .chamadacorpo{
	color:#222;
	background-color: #FFF;
	display: none;
	padding: 15px;
}

section.formchamada .chamadacorpo p{
	margin-bottom: 5px;
}

section.formchamada .chamadacorpo form input:focus,
section.formchamada .chamadacorpo form textarea:focus{
	border-color: #59BB54;
	box-shadow:0 0 0 0.1rem rgba(89,187,84,0.3);
}


section.formchamada .chamadacorpo .botaochamada{
	background-color: #59BB54;
	border-color: #59BB54;
}

section.formchamada .chamadacorpo .fecharchamada{
	font-size: 0.8em;
	color:#999;
	margin-top: 5px;
	margin-bottom: -10px;
	cursor: pointer;
}

@media screen and (max-width: 600px){
	section.formchamada{
		z-index: 99999;
		max-width: 100%;
		width: 100%;
		right: 0;
		border:0;
	}
	section.formchamada .chamadatitulo{		
		padding: 8px 5px 5px 5px;
		border-radius: 0;
	}
}


@media screen and (max-width: 350px){
	section.formchamada .chamadatitulo{
		font-size: 1.1em;
	}
}


/* Chamada Whatsapp */
section.formchamadawpp{
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999999;
	visibility: hidden;
} 
section.formchamadawpp a{
	z-index: 999999;
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	/*border:2px solid #FFF;*/
	background-color: #59BB54;
	box-shadow:0 0 0.2rem 0.1rem rgba(83,174,78,0.3);
  animation: pulsesombra 1.5s infinite;
}

section.formchamadawpp a:hover{
	animation: none;
}

section.formchamadawpp a{
	color: #FFF;
	text-decoration: none;
	font-size: 2.2em;
}
	
section.formchamadawpp img{
	max-width: 350px;
  	animation: pulsechamada 0.9s infinite;
}

section.formchamadawpp a div{
	display: none !important;
}

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

	section.formchamadawpp a{
		width: 100%;
		border-radius: 0px;
		right: 0;
		bottom: 0;
	}

	section.formchamadawpp img{
		max-width: 230px;
	}

	section.formchamadawpp a div{
		display: flex !important;
		margin-left: 5px;
	}

	section.formchamadawpp a div p,
	section.formchamadawpp a div h4{
		padding: 0;
		margin: 0;
	}

	section.formchamadawpp a div h4{
		font-weight: bold;
		font-size: .3em;
		margin-bottom: -3px;
	}

	section.formchamadawpp a div p{
		font-family: "montserrat-bold";
		font-size: .65em;
	}
}


section.formchamadawpp .chamadawpp{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	background-color: #59BB54;
	color:#FFF;
	text-align: center;
	border-radius: 1000px;
	/*text-shadow: 1px 0px 2px #000;*/
	padding: 12px 15px 14px 15px;
	cursor: pointer;
	border:none;
	outline-color: transparent;
}

section.formchamadawpp .chamadanome{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	flex-direction: column;
	font-size: 20px;
	font-weight: bolder;
}


section.formchamadawpp .chamadanome i:nth-of-type(1){
	font-style: normal;
}

section.formchamadawpp .chamadanome i:nth-of-type(2){
	font-style: normal;
	font-weight: normal;

}


/* Animation Chamada */
@-webkit-keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}
@keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}


/* Animation Fade */
@-webkit-keyframes fade{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@-webkit-keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(89,187,84, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(89,187,84, 0) }
  }
  
@keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(89,187,84, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(89,187,84, 0) }
}

@-webkit-keyframes navbar-control {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-200px);}
  100% { transform: translateY(0px); }
  }

@keyframes navbar-control {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-200px);}
  100% { transform: translateY(0px); }
}



@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-webkit-keyframes girar {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(100deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-moz-keyframes girar {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(100deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes girar {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(100deg);
	}
	100% {
		transform: rotate(0deg);
	}
}



@-webkit-keyframes imagemVideo {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes imagemVideo {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes imagemVideo {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}





*{
	line-height: 1.4;
}

body{
	background-color: #000;
	color: #FFF;
}

h1, h2, .btn{
	color: #FFF !important;
	font-size: 25px;
	line-height: 1.5;
}

@media screen and (max-width: 992px){
	h1, h2{
		font-size: 18px;
	}
}

.maxwidth{
	max-width: 1000px;
}

.btn{
  	font-family: 'montserrat-semibold';
	background-color: #002E48;
	padding: 15px;
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	color: #000;
	letter-spacing: 4px;
	text-transform: uppercase;
	outline: none;
	border: none;
	box-shadow: none;
}
.agendamentoNovo{
	background: linear-gradient(180deg, #EBEBEB, #FFF, #EBEBEB); /* Gradiente dourado */
}


.agendamentoNovo .btn {
    background: linear-gradient(45deg, #387D8A, #7ABAB9); /* Gradiente dourado */
    color: #FFF !important;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(56,125,139, 0.6);
    transition: all 0.3s ease;
    margin: auto;
    display: block;
    max-width: 400px;
}

.agendamentoNovo .btn:hover {
    background: linear-gradient(45deg, #7ABAB9, #387D8A); /* Inverte o gradiente */
    box-shadow: 0 8px 20px rgba(122,186,185, 0.8);
    transform: scale(1.05);
}




.agendamentoNovo .btnAlt {
    background: linear-gradient(45deg, #000, #333); /* Gradiente dourado */
    color: #FFF !important;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(55, 55, 55, 0.6);
    transition: all 0.3s ease;
    margin: auto;
    display: block;
    max-width: 400px;
    text-decoration: none;
    text-align: center;
}

.agendamentoNovo .btnAlt:hover {
    background: linear-gradient(45deg, #333, #000); /* Inverte o gradiente */
    box-shadow: 0 5px 15px rgba(55, 55, 55, 0.7);
    transform: scale(1.05);
}


@media screen and (max-width: 992px){
	.btn{
		font-size: 14px;
	}

	.agendamentoNovo .btn{
		font-size: 16px;
		letter-spacing: 0.25px;
	}
}



@media screen and (max-width: 375px){
	.agendamentoNovo .btn{
		font-size: 13px;
		letter-spacing: 0.25px;
	}
}

hr{	
	border:0;
	height: 1px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(15,15,15,1) 10%, rgba(15,15,15,1) 50%, rgba(15,15,15,1) 90%, rgba(0,0,0,0) 100%);
}

.agendamentoNovo hr{
	background: #DDD !important;
	border-color: #DDD !important;
}

header{
	padding: 50px 16px;
	padding-bottom: 0;
}

header.obrigado{
	min-height: 100vh;
	padding: 50px 16px;
}


header.obrigado .avatar{
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center;
	margin-top: 50px;
	border-radius: 100%;
}

header img{
	max-width: 220px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 992px){
	header img{
		max-width: 200px;
	}
}


header h1{
  	font-family: 'montserrat-semibold';
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;  
	text-align: center;	
	max-width: 550px;
	display: block;
	margin: 25px auto;
	margin-top: 50px;
}

header h1 strong{
  	font-family: 'montserrat-semibold';
  	color: #7AB9B8;	
}

header h2{
  	font-family: 'montserrat-regular';
  	letter-spacing: 1px;
  	text-align: center;
  	font-size: 18px;
  	margin-bottom: 25px;

}

header .bannerInicial{
	width: 100%;
	max-width: 75%;
	margin-bottom: 30px;
	border-radius: 15px;
}

header video{
	object-fit: contain;
	width: 100%;
  max-width: 500px;
  min-height: 500px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
	border: 3px solid #DDD;
	border-radius: 15px;
	background-color: #DDD;
}

header .fotoinicial{
	width: 100%;
	max-width: 600px;
	margin-top: 50px;
	border-radius: 15px;
}

.agendamentoNovo header video{
	border-color: transparent;
}

.agendamentoNovo header h1,
.agendamentoNovo header h2,
.agendamentoNovo header p{
	color: #333 !important;
}


@media screen and (max-width: 992px){
	header video{
		min-height: auto;
	}

	.agendamentoNovo header h1{
		font-size: 25px;
	}
}

.owl-carousel .owl-nav.disabled{
	display: block !important;
}

#localcarousel img{
	width: 100%;
	max-width: 100%;
	height: auto !important;
	max-height: 600px;
	object-fit: cover;
}

#localcarousel a{
	width: 100%;
	display: block;
}


@media screen and (max-width: 375px){
	.agendamentoNovo header h1{
		font-size: 20px;
	}
}



header .btn{
	margin: auto;
	display: block;
	max-width: 400px;
}

header p{
	display: block;
	margin-top: 100px;
	text-align: center;
  	font-family: 'montserrat-regular';
  	font-size: 14px;
  	/*line-height: 1.6;*/
  	letter-spacing: 2px;
	/*text-transform: uppercase;  */
	max-width: 600px;
	margin: auto;
}

header hr{
	margin-top: 50px;
}


/* Serviços */
section.servicos{
	padding: 50px 16px;
/*	padding-bottom: 0;*/
	background-color: initial;
}

section.servicos .d-flex{
	padding: 0px 200px;
}

@media screen and (max-width: 992px){
	section.servicos .d-flex{
		padding: 0px 65px;
	}
}

section.servicos h2{
	margin-bottom: 25px;
	text-align: center;
  	font-family: 'montserrat-bold';
  	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;  
	margin: auto;
}

section.servicos a.servico{
	width: 32.3%;
	margin: .5%;
	position: relative;
	text-decoration: none;
	color: #FFF;
/*	padding: 5px;*/
	overflow: hidden;
	cursor: pointer;
}

section.servicos a.servico span{
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 15px;
	transition: .5s all ease-in-out;
}

section.servicos a.servico svg{
	width: 80px;
	height: auto;
	transition: .5s all ease-in-out;
}

section.servicos a.servico h4{
	padding: 16px;
  	font-family: 'montserrat-semibold';
	opacity: .6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

section.servicos a.servico:hover h4{
	opacity: 1;
}

section.servicos a.servico:hover span{
	opacity: .7;
	filter: brightness(100%) invert(100%);
	z-index: 1;
	bottom: 15px;
}

@media screen and (max-width: 475px){
	section.servicos a.servico{
		width: 100%;
		margin-top: 25px;
/*		margin: 1%;*/
	}

	section.servicos a.servico h4{
		font-size: 14px;
	}

	section.servicos a.servico svg{
		width: 40px;
	}
}

section.servicos p{
	margin-top: 25px;
	text-align: center;
  	font-family: 'montserrat-regular';
  	font-size: 14px;
  	letter-spacing: 2px;
	text-transform: uppercase;  
}


section.servicos .btn{	
	margin: auto;
	margin-top: 25px;
	display: block;
	max-width: 400px;
}

section.servicos hr{
	margin-top: 50px;
}

/* Agendamento */
.formularioAgendamento {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #111;
  padding: 25px;
  border-radius: 15px;
}

@media screen and (max-width: 992px){
	.formularioAgendamento {
		padding: 25px 15px;
	}
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #111;
  outline-color: transparent;
}

section.agendamento button{	
	outline: none;
	border: 0;
  	font-family: 'montserrat-semibold';
    background: linear-gradient(45deg, #387D8A, #7ABAB9); /* Gradiente dourado */
    color: #FFF !important;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(56,125,139, 0.6);
    transition: all 0.3s ease;
    margin-top: 25px;
    max-width: initial;
    width: 100%;
}


section.agendamento button:hover {
    background: linear-gradient(45deg, #7ABAB9, #387D8A); /* Inverte o gradiente */
    box-shadow: 0 8px 20px rgba(122,186,185, 0.8);
    transform: scale(1.05);
}


@media screen and (max-width: 992px){
	section.agendamento button{	
		font-size: 16px;
		letter-spacing: 0.25px;
	}
}



@media screen and (max-width: 375px){
	section.agendamento button{	
		font-size: 13px;
		letter-spacing: 0.25px;
	}
}



section.agendamento{
	padding: 50px 16px;
	background-color: #070707;
}

section.agendamento h2{
	margin-bottom: 25px;
	text-align: center;
  	font-family: 'montserrat-bold';
  	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;  	
}

.agendamentoNovo section.agendamento h2{
	font-size: 30px;
	margin-bottom: 10px;
}

section.agendamento p{
	text-align: center;
}



.agendamentoNovo section.agendamento h1,
.agendamentoNovo section.agendamento h2,
.agendamentoNovo section.agendamento p{
	color: #333 !important;
}



/* Depoimentos */

.agendamentoNovo section.depoimentos h1,
.agendamentoNovo section.depoimentos h2,
.agendamentoNovo section.depoimentos p{
	color: #333 !important;
}

section.depoimentos{
	padding: 50px 16px;
/*	padding-bottom: 0;*/
	background-color: initial;
}

section.depoimentos .d-flex{
	padding: 0px 200px;
}

@media screen and (max-width: 992px){
	section.depoimentos .d-flex{
		padding: 0px 65px;
	}
}

section.depoimentos h2{
	font-size: 35px;
	margin-bottom: 25px;
	text-align: center;
  	font-family: 'montserrat-bold';
  	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;  
	margin: auto;
	background-color: #002E48 !important;
	width: initial;
	max-width: 225px;
}

.agendamentoNovo section.depoimentos h2{
	font-size: 80px;
	max-width: 500px;
	padding: 0;
	margin-top: 40px;
	line-height: .25;
	background-color: transparent !important;
}

@media screen and (max-width: 992px){
	.agendamentoNovo section.depoimentos h2{
		font-size: 50px;
	}
}

.agendamentoNovo section.depoimentos h2 span {
  font-family: 'montserrat-bold';
  background: linear-gradient(45deg, #387D8A, #7ABAB9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

section.depoimentos p{
	text-align: center;  
	margin: auto;
	font-size: 25px;	
	margin-bottom: 50px;
}

section.depoimentos img,
section.depoimentos video{
	width: 100%;
	object-fit: contain;
	height: 260px;
  background: linear-gradient(45deg, #387D8A, #7ABAB9);
}

.agendamentoNovo section.depoimentos p{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.agendamentoNovo section.depoimentos .owl-theme{
	margin-top: 50px;
	padding: 25px;
}

section.depoimentos .owl-theme .owl-nav [class*=owl-]{
	background: transparent;
	font-size: 30px;
	opacity: .5;
}

section.depoimentos .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	left: -50px;
	bottom: calc(50% + 15px);
	color: #333;
}

section.depoimentos .owl-carousel .owl-nav .owl-next{
	position: absolute;
	right: -50px;
	bottom: calc(50% + 15px);
	color: #333;
}

section.depoimentos .owl-theme .owl-dots .owl-dot span{
	background: #555 !important;
}

section.depoimentos .owl-theme .owl-dots .owl-dot.active span{
	background: #002E48 !important;
}

.agendamentoNovo section.depoimentos .owl-theme .owl-dots .owl-dot.active span{
	background: #222 !important;
}


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

	section.depoimentos .owl-theme .owl-nav [class*=owl-]{
		opacity: .7;
	}

	section.depoimentos .owl-carousel .owl-nav .owl-prev{
		position: absolute;
		left: 15px;
		bottom: calc(50% + 15px);
	}

	section.depoimentos .owl-carousel .owl-nav .owl-next{
		position: absolute;
		right: 15px;
		bottom: calc(50% + 15px);
	}
}

.depoimentos .depoimentolista{
	display: flex;
	flex-wrap: wrap;
	/*padding: 50px;*/
	margin: 50px auto;
}

.depoimentos .depoimentolista .item{
	padding: 15px;
	width: 50%;
}


.depoimentos .depoimentolista .item img,
.depoimentos .depoimentolista .item video{
	padding: 5px;
}


@media screen and (max-width: 992px){
	.depoimentos .depoimentolista .item{
		width: 100%;
	}
}



/*Crisalix*/
section.quemsomos{
	padding: 50px 16px;
}
section.quemsomos div.maxwidth div.texto{
	margin: auto;
}

section.quemsomos h2{
	margin-bottom: 15px;
	text-align: center;
  	font-family: 'montserrat-bold';
  	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;  
	margin-bottom: 25px;
	width: 100%;
}

section.quemsomos .btn{
	display: block;
	margin: auto;
	margin-top: 25px;
	max-width: 400px;
}

/* Sobre */
section.sobre{
	padding: 50px 16px;
	background-color: #050505;
}

.agendamentoNovo section.sobre{
	background-color: transparent;
}


section.sobre h2{
	font-size: 35px;
	margin-bottom: 25px;
	text-align: center;
  	font-family: 'montserrat-bold';
  	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;  
	margin: auto;
	background-color: #002E48 !important;
	width: initial;
	max-width: 225px;
}

.agendamentoNovo section.sobre h2{
	font-size: 40px;
	max-width: 500px;
	padding: 0;
	line-height: 1.1;
	background-color: transparent !important;
	margin-bottom: 50px;
}

section.sobre p{
	text-align: center;  
	margin: auto;
	font-size: 25px;	
	margin-bottom: 50px;
}


.agendamentoNovo section.sobre h1,
.agendamentoNovo section.sobre h2,
.agendamentoNovo section.sobre p{
	color: #333 !important;
}


.agendamentoNovo section.sobre p{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

section.sobre img.dhibrasil{
	display: block;
	margin: auto;
	max-width: 400px;
}

section.sobre .texto p{
	letter-spacing: .5px;
	line-height: 1.6;
	font-size: 15px;
	padding-left: 15px;
	text-align: justify;
}

.agendamentoNovo section.sobre .texto p{
	margin-bottom: 15px;
}

.agendamentoNovo section.sobre img.dhibrasil{
	max-width: 500px;
	width: 100%;
}


section.sobre .texto img{
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-top: 25px;
}

@media screen and (max-width: 992px){
	section.sobre .d-flex{
		flex-direction: column;
	}

	section.sobre .texto p{
		padding: 0;
	}

	section.sobre .texto{
		margin-top: 25px;
	}
}

/* FAQ */
section.faq{
	padding: 0;
	/*background-color: #000;*/
}

section.faq h2{
	color: #FFF !important;
	font-family: "montserrat-semibold";
	margin-top: 50px;
	text-align: center;
}

section.faq p{
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}

section.faq .locaiscompleto{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 25px 0;

}

section.faq .locaiscompleto div.local{
	width: 33.33%;
	padding: 25px;
	margin: 5px;
	background-color: rgba(255, 255, 255, .25);
	border-radius: 5px;
	min-height: 200px;
}

section.faq div.local{
	color: #FFF;
	font-size: 15px;
	margin-bottom: 15px;
	max-width: 300px;
}

section.faq .locaiscompleto div.local strong{
	margin-bottom: 15px;
	font-size: 18px;
}


section.faq div.local i{
	color: #002E48;
	margin-right: 5px;
}

section.faq .accordion,
section.faq .card{
	border: none;
	background-color: initial;
}

section.faq .accordion{
	margin-top: 25px;
}

section.faq .card-body{
	background-color: #111;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 25px;
	border: 2px solid #002E48;
	border-radius: 0 0 10px 10px;
}

section.faq .localizacao,
section.faq .perguntas{
	width: 100%;
}


section.faq .localizacao{
}

.mundotodo{
	background-color: #111;
	width: 100%;
	color: #FFF;
	border-radius: 5px;
	padding: 15px;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 992px){
	.mundotodo{
		font-size: 12px !important;
	}


	section.faq .locaiscompleto div.local{
		width: 100%;
		margin: auto;
		margin-bottom: 15px;
	}
}

section.faq .localizacao .onde{
	width: 100%;
	margin: auto;
	background-color: #387D8B;
	padding: 50px;
}

section.faq .localizacao .imagem{
	width: 50%;
	background-color: #070707;
	border-right: 1.5px solid #002E48;
	border-bottom: 1.5px solid #002E48;
	border-top: 1.5px solid #002E48;
	border-radius: 0 20px 20px 0px;
	overflow: hidden;
	position: relative;
}

section.faq .localizacao .imagem img{
	width: 100%;
	border-radius: 0 20px 0px 20px;
}

section.faq .cirurgiahospital{
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}

a{
	color: #7ABAB9;
	font-weight: bold;
}

a:hover{
	color: #357784;
	text-decoration: none;
}

@media screen and (max-width: 992px){
	section.faq .localizacao .onde{
		width: 100%;
		padding: 50px 10px;
		/*background-color: transparent;*/
/*		border-radius: 0;*/
/*		border: none;*/
	}
	
	section.faq .locaiscompleto{
		flex-wrap: wrap;
		display: block !important;
	}

	section.faq .locaiscompleto .local{
		width: 100%;
		max-width: 100%;
	}

	section.faq .localizacao .imagem{
		width: 100%;
		margin-top: -15px;
		border-radius: 0;
		border: 0;
		border-radius: 20px !important;
	}

	section.faq .localizacao .imagem p{
		padding: 15px;
	}


	section.faq .cirurgiahospital{
		margin-top: 50px;
		margin-bottom: -25px;
		font-size: 9.5px;
	}
}

h3 div{
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-family: "montserrat-semibold";
	color: #FFF !important;
}

section.faq .perguntas{
	max-width: 700px;
	margin: auto;
}
section.faq .perguntas .card-header{
	background-color: #002E48;
	margin-top: 10px;
}

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

	section.faq .localizacao,
	section.faq .perguntas{
		width: 100%;
	}
}

/* Formulário */

.formulario{
	padding: 25px;
/*	min-height: 400px;*/
/*	background: red;*/
}

.agendamentoNovo .agendamento{
	background-color: transparent;
	padding: 50px 5px;
}


.formulario iframe{
	width: 100%;
	min-height: 500px;
	border: 0;
	border-radius: 20px;
	max-width: 1400px;
	display: block;
	margin: auto;
}


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

	.formulario{
		padding: 25px 16px;
	}
	
	.formulario iframe{
		min-height: 500px;
	}
}