/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

b {
	color: red;
}

body::-webkit-scrollbar {
    width: 12px;

}

.sub-menu-info::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
	scrollbar-color: #0d6efd !important;

}

.sub-menu-info::-webkit-scrollbar-thumb {
    background: #00aeab;
}

body::-webkit-scrollbar-thumb {
    background: #2D394B;

}

h1, h2, h3, h4::first-lette {
	text-transform: uppercase;
	
}

p {
	color:rgb(152, 157, 167);
	font-family: "Lato", serif;
	font-weight: 400;
	font-size: 17px;
}

li {
	color:rgb(152, 157, 167);
	font-family: "Lato", serif;
	font-weight: 400;
	font-size: 17px;
}

p::first-lette {
	text-transform: uppercase;
}

hr {
    color: #2D394B;
    margin: 24px 2px;
}

.btn-orca {
    background: #00aeab;
    color: #fff !important;
    margin-left: 10px;
    padding: 10px 27px !important;
    border-radius: 21px;
}

/*<!--=======================// Abertura Menu //=======================-->*/
.navbar-light .navbar-nav .nav-link {
	color:#fff;
	font-family: "Lato", serif;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#fff !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   color: #00aeab !important;
}


.sub-menu-info {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    min-height: 40px;
    width: 250px;
    z-index: 7;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}

.sub-menu-info a {
    color: #2D394B;
	font-family: "Lato", serif;
	font-size: 12px;
}
.sub-menu-info a:hover {
    color:#fff;
	transition: all 0.6s;
}


.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -133px;
    margin-top: 0.125rem;
	min-width: 325px;
    max-height: 400px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #00aeab;
}


/*<!--=======================// Abertura whatsapp //=======================-->*/
.whatsapp-buttons {
	position: fixed;
	bottom: 5%;
	left: 2%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Estilo do botão do WhatsApp */
.whatsapp-button {
	width: 65px;
	aspect-ratio: 1;
	background-color: #25d366; /* Cor do botão do WhatsApp */
	color: white;
	font-size: 1.6em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	position: relative;
}

.whatsapp-button:hover {
	background-color: #128c7e;
}

.whatsapp-button i {
	margin: 0;
}



.whatsapp-buttons a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
}

.whatsapp-buttons .fa {
	color: #fff !important;
}

/* Estilo para o texto de identificação (SP ou BH) */
.whatsapp-button span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(15, 42, 76, 0.7);
    color: white;
    font-size: 0.7em;
    padding: 1px 8px;
    border-radius: 16px 5px 14px 5px;
    margin: -8px -21px;
}

/* Animação de pulso */
.whatsapp-button {
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


/*<!--=======================// Fechamento whatsapp //=======================-->*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 0px;
  z-index: 996;
  background: #2D394B;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*<!--=======================// Abertura Páginas internas //=======================-->*/

.portfolio-item {
	margin-bottom: 30px;
}

.regioes ul {
	list-style: none;
	text-align: left;
}

.regioes ul li {
	float: left;
	width: 160px;
}


.menu-mapa {
	list-style: none;
	padding-left: 20px;
    padding-bottom: 20px;
}
.menu-mapa ul{
	list-style: none;
	padding-left: 20px;
}

.img-seo {
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 14px #ccc;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}





.img-sobre {
	max-width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

#page-seo p {
	text-align: justify;
}


.card-body {
    border: 0 !important;
}





/*<!--=======================// Fechamento Páginas internas //=======================-->*/
/*<!--=======================// Abertura Caminho //=======================-->*/
#caminho {
    background: linear-gradient(45deg, #2D394B, #2D2D2D);
    padding: 24px 10px 9px 10px;
    margin-bottom: 30px;
}

.breadcrumb {
	padding: 0;
}

.breadcrumb a {
    color:#fff !important;
}

.breadcrumb .fas {
    color:#fff !important;
}


.breadcrumb-item+.breadcrumb-item::before {
    color:#fff;
}

.breadcrumb-item.active {
    color: #fff;
}



/*<!--=======================// Fechamento Caminho //=======================-->*/
/*<!--=======================// Abertura Galeria //=======================-->*/

#galeria {
	padding-bottom: 50px;
}

.modal-body {
    text-align: center !important;
}

#galeria button {
    border: 0;
    background: #fff;
    padding: 13px;
}

#galeria img {
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 7px #ccc;
}

.modal-header button {
    background-color: #2D394B !important;
    color: #fff;
    border: 0;
    font-size: 23px;
    width: 24px;
    height: 23px;
    padding: 4px;
    line-height: 0;
    text-align: center;
    padding-top: 0px;
}

.modal-header {
    border-bottom: 1px solid #2D394B !important;
}



.modal-footer button {
	background-color: #2D394B !important;
	border: 0;
}


.lightbox {
	padding-top: 50px;
    position: fixed !important;
    top:0 !important;
}

.photos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lightbox-gallery{
	/*background-image: linear-gradient(#4A148C, #E53935);
	background-repeat: no-repeat;*/
	color: #000;
	overflow-x: hidden
	}
	.lightbox-gallery p{color:#fff}
	.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}
	
	@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}
	
	.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}
	.lightbox-gallery .intro p{margin-bottom:0}
	.lightbox-gallery .photos{padding-bottom:20px}
	.lightbox-gallery .item{padding-bottom:30px}

/*<!--=======================// Fechamento Galeria //=======================-->*/
/*<!--=======================// Slider Logos //=======================-->*/

#logos {
	
}

#logos .section-padding {
	padding: 17px 0;
}
#logos .brand-carousel {

}

#logos .owl-dots {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1%;
}


#logos .owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
#logos .owl-dot.active {
	background-color: #2D394B !important;
}

#logos .owl-carousel .owl-item img {
	display: block;
	width: 150px !important;
	margin: 0 auto;
}



/*<!--=======================// Slider Logos //=======================-->*/
/*<!--=======================// Abertura CTA //=======================-->*/
#cta strong {
	font-size: 22px;
}

#cta {
	background: linear-gradient(rgba(40, 58, 90, 0.3), rgba(00, 00, 00, 0.5)), url(../image/banner/2.jpg) fixed center center;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 106px 0 106px 0;
    position: relative;
    background-size: cover;
}

#cta h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    font-size: 43px;
}

#cta .btn {
    padding: 10px 44px;
    background: #fff;
    border: 0;
    width: auto;
}

#cta input {
    max-width: 33%;
}

#cta button {
    background: #fff !important;
	color: #003056 !important;
}


#cta input {
    width: 31.9%;
    height: 44px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: 0;
    margin-right: 8px;
}

#cta input::placeholder {
    color:#777777;
	font-family: "Heebo", sans-serif;
	font-size: 14px;
}


#cta select {
    width: 31.9%;
    height: 44px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: 0;
    margin-right: 8px;
	color:#777777;
	font-family: "Heebo", sans-serif;
}

#cta textarea {
	min-height: 180px;
	padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border-bottom: solid 1px #003056;
    font-size: 14px;
    border-left: solid 1px #003056;
    border-right: 0;
    border-top: 0;
	color:#000;
	
}

#cta textarea::placeholder {
    color:#000;
}


#cta button {
    width: 31.9%;
    height: 45px;
    background: #102739 !important;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

/*<!--=======================// Fechamento CTA //=======================-->*/

.jssocials-shares p {
    font-size: 20px;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-shares {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.jssocials-shares p {
    font-size: 12px;
    margin: 11px 0 0 0;
    color: #444;
    font-weight: bold;
}

.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #fff !important;
    -webkit-transition: background 200ms ease-in-out,border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out,border-color 200ms ease-in-out;
}

.jssocials-share-link:hover {
    color: #fff;
}


.jssocials-share-whatsapp .jssocials-share-link {
    background: #25D366;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-linkdin .jssocials-share-link {
    background: #0077B0;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
	border-radius: 5px;
    padding: 8px 10.5px;
}

.jssocials-share-instagram .jssocials-share-link {
    background: url(../image/bg-insta.png);
    background-size: cover;
    border-radius: 5px;
    padding: 8px 10.5px;
}


/*<!--=======================// Abertura Footer //=======================-->*/

footer {
	color: #fff;
	padding-bottom: 0px;
	padding-top: 20px;
	background: #31404A;
}



.footer-top {
	padding: 50px;
}

.logo-footer {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    margin-top: 63px;
}


footer h3 {
	color: #adb8c0;
	font-family: "Lato", serif;
    font-size: 24px;
	font-weight: 700; 
    margin-bottom: 26px;
}

footer h4 {
    color: #adb8c0;
	font-family: "Lato", serif;
    font-size: 24px;
	font-weight: 700; 
    margin-bottom: 26px;
}

footer p {
	color: #adb8c0;
	font-size: 14px;
	font-family: "Lato", serif;
}

footer p a {
	color: #adb8c0;
	font-size: 14px;
	font-family: "Lato", serif;
}

footer a {
	color: #adb8c0;
	font-size: 18px;
	font-family: "Lato", serif;
}


footer a:hover {
	transition: all 0.3s;
	color: #00aeab;
}

footer .fa {
	color: #00AEAB;
}


.footer-text {
    margin-top: 105px;
}


footer ul {
	list-style: none;
	padding: 0;
}

#assinatura {
	width: 100%;
	min-height: 50px;
	background: #2E3844;
}

#assinatura a {
	color: rgb(130, 146, 156);
}

#assinatura strong {
	color: #00AEAB;
}



.assinatura-footer {
	color: rgb(130, 146, 156);	
    margin: auto -15px;
}


.formulario-lateral {
	background: #2D394B;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer input {
    border-radius: 4px;
    border: 0;
    height: 38px;
    padding: 12px 15px;
    font-size: 14px;
}


footer button {
    width: 100px;
    height: 50px;
    background: #2D394B;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.footer-contact {
    padding: 46px 31px;
}

.footer-contact p {
	text-align: justify;
}

/*<!--=======================// Fechamento Footer //=======================-->*/
/*<!--=======================// Abertura Formularios //=======================-->*/

input {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

selcet {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

textarea {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
}


#formulario-contato {
    text-align: left;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

#formulario-contato span {
    color:#2D2D2D;
    text-align: left;
    padding-bottom: 10px;
}




#formulario-contato input {
    width: 100%;
    height: 35px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #2D394B;
    font-size: 14px;
}



#formulario-contato input::placeholder {
    color:#000;
}


#formulario-contato select {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #2D394B;
    font-size: 14px;
}

#formulario-contato textarea {
	min-height: 180px;
	padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #2D394B;
    font-size: 14px;
	color:#000;
	
}

#formulario-contato textarea::placeholder {
    color:#000;
}


#formulario-contato button {
	background: #00aeab;
    width: 200px;
    height: 52px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: "Lato", serif;
    font-size: 17px;
    margin-left: 13px;
}



.check {
	max-width: 50px;	
}




/*<!--=======================// Fechamento Formularios //=======================-->*/
/*<!--=======================// Abertura Cokies //=======================-->*/

#pjAcceptCookieBar {
	background: #2D394B !important;
}


.pjAcceptCookieBarShell {
	
}

.pjAcceptCookieBarActions {
	
}

.pjAcceptCookieBarBtn {
	
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {
	background: #00aeab!important;
}


#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
    border-bottom: 4px solid #14428d;
    background: rgba(20, 66, 141, .3);
}

/*<!--=======================// Fechamento Cokies //=======================-->*/
/*<!--=======================// Abertura Depoimentos //=======================-->*/

#depoimentos .carousel-item {
	max-height: 150px;
	margin-bottom: 50px;
}


.testimonial_section {
	display: block;
	overflow: hidden;
}
.testimonial_section:after {
	display: block;
	clear: both;
	content: "";
}


.testimonial_section .about_content {
    background-color: #2D2D2D;
    padding-top: 23px;
    padding-right: 210px;
    padding-bottom: 36px;
    position: relative;
}



.testimonial_section .about_content .background_layer {
	background-color: #2D2D2D;
	margin-left: -200px;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.testimonial_section .about_content .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
	margin-bottom: 24px;
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
	display: block;
	clear: both;
	content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	margin-top: -5px;
	margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
	font-family: "Titillium Web";
	font-weight: 300;
	font-size: 25px;
	line-height: 50px;
	padding-bottom: 51px;
	margin-bottom: 0px;
	color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
	font-weight: 600 !important;
	width: 100%;
	font-size: 35px;
	display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
	transition: all 0.5s ease-in-out 0s;
	position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
	content: "";
	right: auto;
	left: 69px;
	position: absolute;
	bottom: 28px;
	width: 17px;
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
	content: "";
	left: 1%;
	margin-left: 0;
	position: absolute;
	bottom: 28px;
	width: 59px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2D394B;
}
.testimonial_section .about_content .layer_content .section_title p {
	color: #fff;
	margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
	font-size: 18px;
	vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
	color: #2D394B;
}
.testimonial_section .testimonial_box {
	margin-top: 60px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
	background-color: #2D394B;
	margin-left: -170px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
	background-color: #2D394B;
	width: auto;
	margin-right: -200px;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
	display: block;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 9px 0px 62px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 2px;
    margin-top: 29px;
    padding: 45px 40px 45px 35px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}


.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
	margin-bottom: 15px;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
	content: "";
	width: 30px;
	display: block;
	height: 2px;
	text-align: center;
	left: 46%;
	margin-top: 6px;
	background-color: #2D394B;
	position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
	padding-top: 0;
	margin-bottom: -5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	color: #2D2D2D;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
	font-size: 12px;
	color: #9f9f9f;
	margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #5d6576;
	font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
	border: none;
	position: absolute;
	top: 0;
	left: 55px;

}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 100px;
    margin-top: 15px;
    position: relative;
    z-index: 999;
    margin-left: -29px;
}


.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
	position: absolute;
	top: 73px;
	right: 42px;
	border-radius: 0;
	background: #2D394B;
	display: block;
	outline: 0;
	width: 34px;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
	background: #2D2D2D;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
	position: absolute;
	top: 73px;
	right: 5px;
	border-radius: 0;
	display: block;
	background: #2D394B;
	outline: 0;
	width: 34px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 23px;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
	background: #2D2D2D;
}

@media all and (max-width: 991px) {
	.testimonial_section .about_content {
	padding-right: 15px !important;
	}
	.testimonial_section .about_content .background_layer {
	width: 200% !important;
	}
	.testimonial_section .testimonial_box {
	margin-top: 0 !important;
	}
	.testimonial_section .testimonial_box .background_layer {
	width: 200% !important;
	margin-left: -200px;
	}
	.testimonial_section .testimonial_box .about_content {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 28% !important;
	}
	.testimonial_section .testimonial_box .testimonial_container {
	margin-left: -15px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials {
	margin: 0px 0 20px 0;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
	margin-left: -36px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
	display: none;
	}
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 57px;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px !important;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}




/*<!--=======================// Fechamento Depoimentos //=======================-->*/
/*<!--=======================// Abertura Carousel Logos //=======================-->*/

#carousel-logos .carousel-caption {
	bottom: 90px; 
}

#carousel-logos .carousel-item {
	height: auto;
}

#carousel-logos .logos {
	width: 100%;
	height: 120px;
}

#arrow-left {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

#arrow-right {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

/*<!--=======================// Fechamento Carousel Logos //=======================-->*/


				/*<!--=====// CSS ADICIONAL //=====-->*/

/*<!--=======================// GERAL //=======================-->*/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// GERAL //=======================-->*/
#menu-lateral {
	
}

#menu-lateral h3 {
    margin-bottom: 0;
    background: #00AEAB;
    color: #fff !important;
    text-align: center;
}

#menu-lateral h4 {
    margin-bottom: 0;
    background: #00AEAB;
    background: #00AEAB;
    color: #fff !important;
    text-align: center;
}


#menu-lateral a {
	color:#767676;
	font-size: 16px;
}

#menu-lateral a:hover {
	background: #2D394B;
    color: #fff;
	transition: background 0.3s ;
}

#menu-lateral #tag-whats {
    background: #28a745;
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
}

#menu-lateral #tag-ligacao {
    background: #414d5f;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#menu-lateral #tag-email {
    background: #383e3f;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.sublateral {
    height: 900px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0;
}


/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER TOPO //=======================-->*/

/*<!--==// Abertura Topo //==-->*/
.contatos-topo a {
	color: #fff;
	text-decoration: none;
}

.topbar {
	width: 100%;
	min-height: 50px;
	background: #2D394B;
	line-height: 44px;
}

.topbar a {
	color: #fff;
}

.logo {
    padding: 15px;
    max-width: 220px;
}

.background-topo{
	background: #3C4550;
	z-index: 999;
}


.background-topo2 {
    background: rgba(46, 56, 68, 0.3);
    z-index: 999;
    position: absolute;
    width: 100%;
}




.contatos-topo .fa {
    padding: 1px;
    font-size: 14px;
    margin-left: 10px;
}


#sociais .fa-brands {
    padding: 18px 7px;
    font-size: 14px;
}


/*<!--==// Fechamento Topo //==-->*/
/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/
.footer-links a{
	color: #fff;
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
	text-decoration: none;
}


/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/

#home{
	
}

#home h1 {
	
}


#home h2 {
	
}



#home p {
    color: #767676;
    font-size: 16px;
}

#home p strong {
	color: #2D394B;
}


#home li {
    color: #767676;
    font-size: 16px;
}


.title-home {
	color: #31404A;
	font-family: "Lato", serif;
	font-weight: 300;
	font-size: 42px;
	margin-bottom: 30px
	
}

.title-home strong {
	font-weight: 900;
	font-family: "Lato", serif;
}



.map iframe {
	width: 100%;
}


.map h4 {
	margin-top: 50px;
	font-size: 32px;
}


.map p {
	color:rgb(152, 157, 167);
	font-family: "Lato", serif;
	font-weight: 400;
	font-size: 17px;
}



.boxes {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 37px 0 30px 0;
    margin-bottom: 15px;
}

.boxes-form {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 34px 42px;
    margin-bottom: 15px;
}


.boxes-form input {
    height: 38px;
    border: 1px solid #ced4da;
    font-family: "Lato", serif;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
}


.boxes-form textarea {
    height: 100px;
	border: 1px solid #ced4da;
    font-family: "Lato", serif;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
}



.boxes-form button {
    background: #00aeab;
    width: 200px;
    height: 52px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: "Lato", serif;
    font-size: 17px;
    margin-left: 13px;
}


.boxes img {
    width: 52px;
}

.boxes h3 {
	
}

.boxes a {
	color: rgb(68, 68, 68);
	font-size: 14px;
	font-weight: 400;

		
}


.img1 {
    float: left;
    padding-bottom: 9px;
    padding-right: 28px;
}


.img2 {
	
}





/*<!--==// Abertura banner //==-->*/

.carousel-item {
	height: 65vh;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#banner {
    width: 100%;
    min-height: 750px;
	background: linear-gradient(rgba(00, 00, 00, 0.1), rgba(00, 00, 00, 0.2)), url(../image/banner/banner.jpg) center center;
	background-size: cover;
	text-align: center;
	padding-left: 180px;
}



#banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 281px;
    margin-bottom: 30px;
	font-family: "Lato", serif;
}

#banner p {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 600;
}

#banner a:hover {
    color: #fff;
}


.botao-saiba {
    background-color: #00aeab;
    border-color: #00aeab;
    text-align: center;
    color: #fff;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 18px 34px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 40px;
}


.botao-saiba:hover {
    color: #fff;
}




.box {
	background: #516CA9;
	color: #fff;
}

.box img {
    width: 72px;
	margin-bottom: 20px;
}


.box h4 {
    font-weight: bold;
	font-family: "Lato", serif;
	
}

.box p {
	font-family: "Lato", serif;
}


.numeros span {
	color:#CBD2DA;
	font-size: 32px;
	font-size: 70px;
	font-weight: 700;
}

.numeros p {
	color: rgb(46, 56, 68);
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 700;
	
}







/*<!--==// Fechamento banner Fixo //==-->*/


#banner-rotativo .carousel-item {
	min-height: 650px;
}


#banner-rotativo .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 200px;
}

#banner-rotativo .carousel-control-next, .carousel-control-prev {
    width: 3%;
    height: 15%;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
}

#banner-rotativo .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}

#banner-rotativo .carousel-indicators {
    height: 5px;
	margin-bottom: 30px;
}

#banner-rotativo .carousel-indicators .active {
    background-color: #fff;
}

/*<!--==// Fechamento banner rotativo //==-->*/
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#sobre-nos {
    padding-bottom: 50px;
}

#sobre-nos h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

#sobre-nos h2 {
	font-size: 30px;
}

#sobre-nos h3 {
	font-size: 28px;
}

#sobre-nos h4 {
	font-size: 22px;
}

#sobre-nos p {
	
}

#sobre-nos a {
	
}

#sobre-nos a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#enviado {
	
}

#enviado h1 {
	font-size: 32px;
}

#enviado h2 {
	font-size: 30px;
}

#enviado h3 {
	font-size: 28px;
}

#enviado h4 {
	font-size: 22px;
}

#enviado p {
	
}

#enviado a {
	
}

#enviado a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

#servicos{
	text-align: center;
	padding-bottom: 50px;
}


#servicos h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

#servicos h2 {
	font-size: 30px;
}

#servicos h3 {
	font-size: 28px;
}

#servicos h4 {
	font-size: 22px;
}

#servicos p {
	
}

#servicos a {
	
	
}

#servicos a:hover {
	
}

#servicos hr {
    margin: 50px 50px;
}


.on {
	display: none;
}	
	
.off {
	display: block;
}


/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

#contato {
    padding: 0;
}


#contato h1 {
	font-size: 32px;
	margin-bottom: 50px;
    color:#2D2D2D;
}

#contato h2 {
	margin-bottom: 50px;
	font-size: 30px;
}

#contato h3 {
	font-size: 28px;
}

#contato h4 {
	font-size: 22px;
}



#contato p {
	
}

#contato a {
	color:#000;
}

#contato a:hover {
	
}

#contato .fa {
	color: #2D394B;
}

#contato .fas {
	color: #2D394B;	
}


#contato iframe {
	width: 100% !important;
}


/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

#paginas-seo{
	
}

#paginas-seo h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

#paginas-seo h2 {
	font-size: 30px;
}

#paginas-seo h3 {
	font-size: 28px;
}

#paginas-seo h4 {
	font-size: 22px;
}

#paginas-seo .card-body a {
	color: #2D394B;
	font-size: 20px;
}


#paginas-seo p {
    color: #767676;
    font-size: 16px;
}

#paginas-seo p strong {
	color: #2D394B;
}

#paginas-seo a {
    color: #767676;
    font-size: 16px;
}

#paginas-seo li {
    color: #767676;
    font-size: 16px;
}

#paginas-seo li strong {
	color: #2D394B;
}


.title-veja {
	font-size: 20px;
	
}


.linkagen a {
	color: #2D394B;
}

#paginas-seo a {
	
}

#paginas-seo a:hover {
	
}


#paginas-seo .card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

#mapasite{
	
}

#mapasite h1 {
	
}

#mapasite h2 {
	
}

#mapasite h3 {
	
}

#mapasite h4 {
	
}

#mapasite p {
	
}

#mapasite a {
	color: #2D2D2D;
}

#mapasite a:hover {
	color:#2D394B;
    transition: all 0.3s;
}

/*<!--=======================// MAPA DO SITE //=======================-->*/

/*<!--=======================// RESPONSIVO //=======================-->*/

/*<!--===================// ABERTURA MOBILE L //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 991px) { 
/*<!--=======================// GERAL //=======================-->*/
	.img-seo {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		float:none;
	}
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER //=======================-->*/



/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/



/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
	
	#home{

	}
	.carousel.slide {
		display: none;
	}
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{

	}

/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{

	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{

	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

	#contato{

	}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{

	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{

	}

/*<!--=======================// MAPA DO SITE //=======================-->*/
}

#botoes {
    width: 100%;
    position: fixed;
    bottom: 0%;
    display: none;
    z-index: 999;
    margin: 0;
}

#botoes a {
    color: #FFF;
    font-size: 20px;
    padding: 16px 41px;
}

#botoes .fa, .fas, .fab, .far, .fa-solid {
	font-size: 25px !important;
}

#botoes .fa-whatsapp {
	font-size: 25px !important;
}

.bts {
    width: 33.33%;
    margin-bottom: -1px;
}

.bt-1 {
	
	background: #01C854;
	color: #FFF;
	text-align: center;
}

.bt-2 {
	background: #2D394B;
	color: #FFF;
	text-align: center;
}

.bt-3 {
	background: #000;
	color: #FFF;
	text-align: center;	
}



/*<!--===================// FECHAMENTO MOBILE L //===================-->*/
/*<!--===================// ABERTURA MOBILE M //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 455px) { 
/*<!--=======================// Topo //=======================-->*/
.footer-contact {
    padding: 0 31px;
}
	
	.icones-sociais {
		width: 100%;
		float: left;
	}	
	
#contato .row .p-5 {
	padding: 15px !important;
}
	
#botoes {
	display: block;
}
	
	
.bto-whats {
    display: none !important;
}

	
	
.contatos-topo span {
	width: 100%;
	float: left;
	display: none;
}

	
.topbar {
    padding-bottom: 7px;
}
	
#sociais .fab {
    padding: 6px 11px 12px 14px;
    font-size: 16px !important;
}
    
.topbar .fas {
    padding: 6px 11px 12px 14px;
    font-size: 16px !important;
}
    
.contatos-topo a {
	color: #fff;
	text-decoration: none;
}

.img-sobre {
	max-width: 100%;
}

.img-seo {
	max-width: 100%;
}
	
footer {
	text-align: center;
    
}
	
.footer-top {
    padding: 21px;
}
	
#cta {
    text-align: center;
}
	
	
#cta:hover {
    text-align: center;
}
	

.navbar-nav {
    padding: 11px 17px;
}	
	
footer h4 {
    font-size: 30px;
    margin-top: 28px;
}
    
.footer-contact p {
    text-align: center;
}
    
	
.navbar-light .navbar-toggler {
    background: #00aeab;
}
	
.background-topo2 {
    background: rgba(46, 56, 68, 0.8);
}
	
	
#banner h1 {
    padding-top: 231px;
}
	
#banner {
    min-height: 536px;
	padding-left: 35px;
}
	
.on {
	display: block;
}	
	
.off {
	display: none;
}
	
	
.botao-saiba {
	float: left;
	width: 100%;
}
	
	
.footer-text {
    margin-top: 30px;
}
/*<!--=======================// Topo //=======================-->*/
/*<!--=======================// Galeria //=======================-->*/  
.lightbox {
	padding-top: 100px;
}
	
.lb-nav a.lb-next {
    filter: alpha(Opacity=100) !important;
	opacity: 1 !important;
}


.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
}

.lb-nav a.lb-prev {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;	
}


.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;	
}
/*<!--=======================// Galeria //=======================-->*/
/*<!--=======================// Geral //=======================-->*/

	
	#home{
		text-align: center;
	}
	
	#home li {
		list-style: none;
	}
	
	#home .img-fluid {
		max-width: 100%;
		height: auto;
		margin-top: 32px;
	} 
	
	
	#cta input {
   		max-width: 100%;
		width: 100%;
	}
	
	#cta select {
   		max-width: 100%;
		width: 100%;
	}
	
	#cta button {
		width: 80%;
		margin-top: 10px;
	}
/*<!--=======================// Geral //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{
        padding: 30px;
	}

/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{
        padding: 30px;
	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{
        padding: 30px;
	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

    #contato {
        padding: 30px;
    }

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{
        padding: 30px;
	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{
        padding: 30px;
	}

/*<!--=======================// MAPA DO SITE //=======================-->*/
	
}
/*<!--===================// FECHAMENTO MOBILE M //===================-->*/
/*<!--===================// ABERTURA MOBILE P //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 355px) {
/*<!--=======================// GERAL //=======================-->*/
	
	.contatos-topo span {
		width: 100%;
		float: left;
	}
	
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER //=======================-->*/



/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/



/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
	
	#home{

	}
	
/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

	#sobre-nos{

	}
	
/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

	#servicos{

	}

/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

	#informacoes{

	}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

	#contato{

	}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

	#paginas-seo{

	}

/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

	#mapasite{

	}

/*<!--=======================// MAPA DO SITE //=======================-->*/	

}
/*<!--===================// FECHAMENTO MOBILE P //===================-->*/

/*<!--=======================// RESPONSIVO //=======================-->*/

				/*<!=====// CSS ADICIONAL //=====-->*/
