/*!
 * 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)
 */

body::-webkit-scrollbar {
    width: 12px;

}

.sub-menu-info::-webkit-scrollbar {
    width: 8px;
    background: #fff;
	scrollbar-color: #0d6efd !important;
	

}

.sub-menu-info::-webkit-scrollbar-thumb {
    background: #523832;
}

body::-webkit-scrollbar-thumb {
    background: #5A5F41;

}

h1, h2, h3, h4::first-lette {
	text-transform: uppercase;
}


p::first-lette {
	text-transform: uppercase;
}

hr {
    color: #5A5F41;
    margin: 24px 2px;
}


.fab {
	font-size: 16px!important;
}


p {
	font-family: "Archivo Narrow", sans-serif;
	color: #1e2a23;
}

a {
	font-family: "Archivo Narrow", sans-serif;
}





/*<!--=======================// Abertura Menu //=======================-->*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.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: #1e2125 !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: #fff;
    font-size: 13px;
    font-family: "League Spartan", sans-serif;
}


.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;
	background: rgba(0,0,0, 0.8);
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #5A5F41;
}



/* Container das redes sociais */
.topo-social .sociais{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

/* Links das redes */
.topo-social .sociais a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
}

/* Pinterest */
.topo-social .sociais a.facebook {
    color: #5A5F41;
    border: solid 2px;
}

/* Linkedin */
.topo-social .sociais a.linkedin{
    color: #5A5F41;
    border: solid 2px;
}

/* Hover */
.topo-social .sociais a:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    opacity: .9;
}

/*<!--=======================// Abertura whatsapp //=======================-->*/
 @keyframes tremor-suave {
  0% { transform: translate(0, 0); }
  25% { transform: translate(1px, -1px); }
  50% { transform: translate(0, 1px); }
  75% { transform: translate(-1px, 0); }
  100% { transform: translate(0, 0); }
}

#whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    animation: tremor-suave 1.5s infinite;
}


.btn-seo  {
	background: #03CC0B;
    color: #fff !important;
    margin-left: 10px;
    padding: 10px 27px !important;
    border-radius: 5px;
	margin-bottom: 10px;
}

.btn-seo .fa {
    background: #03CC0B;
    color: #fff !important;
    border: 0;
    box-shadow: 0px 0px 0px;
}



.bto-whats {
    width: 55px;
    aspect-ratio: 1;
    position: fixed;
    bottom: 5%;
    left: 2%;
    color: #fff;
    font-size: 20px!important;
    display: block;
    text-align: center;
    border: none;
    border-radius: 50%;
    background: #01C854;
    cursor: pointer;
    z-index: 9999;
    animation: pulse 1.5s infinite;
}

.bto-whats:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bto-whats:hover {
    animation: none;
    color: #fff;
}
.bto-whats a {
    text-decoration: none;
    color: #fff !important;
}



.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(88, 95, 65, 0.9);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../image/seta.png");
    transform: rotate(-180deg);
}


.accordion {
    font-family: "Archivo Narrow", sans-serif;
}




.faq {
	
}

.faq h2 {
    color: #523832;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}


/*<!--=======================// Fechamento whatsapp //=======================-->*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #5A5F41;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #523832;
  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: #5A5F41;
  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;
}


#dife-superior h2 {
	color:#523832;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
}



#dife-superior .card {
	background: none;
	border: 0;
}

#dife-superior .card-title a {
	color:#523832;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/*<!--=======================// 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;
}


.topicos h4 {
	font-size: 15px;
	text-align: center;
	font-family: "League Spartan", sans-serif;
	font-weight: bold;
	color:#523832;
}



.topicos img {
    padding: 10px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
    color: #1e2a23;
}

/*<!--=======================// Fechamento Páginas internas //=======================-->*/
/*<!--=======================// Abertura Caminho //=======================-->*/
#caminho {
    padding: 24px 10px 9px 10px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 0px rgba(153, 153, 153, 0.2);
	font-family: "League Spartan", sans-serif;
}

.breadcrumb {
	padding: 0;
}

.breadcrumb a {
    color: #575E43 !important;
}

.breadcrumb .fas {
    color: rgba(0,0,0,0.8)!important;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(0,0,0,0.8);
}

.breadcrumb-item.active {
    color: rgba(0,0,0,0.8);
}


.logo {
    margin-bottom: 0px;
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*<!--=======================// Fechamento Caminho //=======================-->*/
/*<!--=======================// Abertura Galeria //=======================-->*/

#galeria {
	padding-bottom: 50px;
}

#galeria h1 {
	font-size: 32px;
	font-family: "League Spartan", sans-serif;
	color: #523832;
}

.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: #5A5F41 !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 #5A5F41 !important;
}



.modal-footer button {
	background-color: #5A5F41 !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: #5A5F41 !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(00, 00, 00, 0.4), rgba(00, 00, 00, 0.8)), url(../image/cta.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-weight: 600;
    font-size: 32px;
    font-family: "League Spartan", sans-serif;
}

#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: #523832 !important;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    font-family: "League Spartan", 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;
    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: 2px;
    background: #fff;
	box-shadow: 0px 0px 14px rgba(153,153,153,0.2);
}



.footer-top {
	padding: 50px;
}

.logo-footer {
    width: 100%;
    margin-bottom: 20px;
    max-width: 200px;
}

footer h3 {
	color: #fff;
	font-family: "League Spartan", sans-serif;
}

footer h4 {
    color: #fff;
    margin-bottom: 26px;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}

footer p {
	color: #fff !important;
	font-family: "Archivo Narrow", sans-serif;
}

footer a {
	color: #fff;
	font-family: "Archivo Narrow", sans-serif;
}


footer a:hover {
	transition: all 0.3s;
	color:#fff;
}


footer .fa {
	font-size: 16px!important;
}

footer .fab {
	
}



footer ul {
	list-style: none;
	padding: 0;
}

#assinatura {
    width: 100%;
    min-height: 50px;
    background: #fff;
}

#assinatura a {
	color: rgba(0,0,0,0.8);
}

#assinatura strong {
	color: #5A5F41;
}



.assinatura-footer {
	color: rgba(0,0,0,0.8);	
    margin: auto -15px;
	font-family: "League Spartan", sans-serif;
}
.assinatura-footer .fa {
	color: #809365;
}

.formulario-lateral {
	background: #5A5F41;
	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: #5A5F41;
    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;
}

#contato span strong {
    color: red;
}



#formulario-contato input {
    width: 100%;
    height: 45px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px rgba(153,153,153,0.7);
    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 rgba(153,153,153,0.7);
    font-size: 14px;
	
}

#formulario-contato textarea {
	min-height: 180px;
	padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border: solid 1px rgba(153,153,153,0.7);
    font-size: 14px;
	color:#000;
	
}

#formulario-contato textarea::placeholder {
    color:#000;
}


#formulario-contato button {
    width: 200px;
    height: 40px;
    background: #5A5F41;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    float: right;
}

.check {
	max-width: 50px;	
}




/*<!--=======================// Fechamento Formularios //=======================-->*/
/*<!--=======================// Abertura Cokies //=======================-->*/

#pjAcceptCookieBar {
	background: #000 !important;
	font-family: "Archivo Narrow", sans-serif;
}


.pjAcceptCookieBarShell {
	
}

.pjAcceptCookieBarActions {
	
}

.pjAcceptCookieBarBtn {
	
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {
	background: #fff!important;
	color: #000!important;
	font-weight: bold;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
}


#pjAcceptCookieBar .pjAcceptCookieBarBtn:after {
    border-bottom: 0px solid #14428d!important;
    background: rgba(20, 66, 141, .0)!important;
}

/*<!--=======================// 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: #5A5F41;
}
.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: #5A5F41;
}
.testimonial_section .testimonial_box {
	margin-top: 60px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
	background-color: #5A5F41;
	margin-left: -170px !important;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
	background-color: #5A5F41;
	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: #5A5F41;
	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: #5A5F41;
	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: #5A5F41;
	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: rgba(0,0,0,0.90);
    color: #fff !important;
    text-align: center;
}

#menu-lateral h4 {
    margin-bottom: 0;
    background: #5A5F41;
    color: #fff !important;
    text-align: center;
}


#menu-lateral a {
	color:#1e2a23;
	font-size: 16px;
}

#menu-lateral a:hover {
	background: rgba(0,0,0,0.8);
    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: #5A5F41;
	line-height: 44px;
}

.topbar a {
	color: #fff;
}

.logo {
    padding: 15px 0px;
    max-width: 220px;
    margin-bottom: -50px;
}

.background-topo{
	background: rgba(236,235,232,0.0);
	z-index: 999;
}

body {
	background: #f3f1eb;
}


.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 h2 {
	
}



#home p {
    color: #1e2a23;
    font-size: 16px;
}

#home p strong {
	color: #5A5F41;
}


#home li {
    color: #1e2a23;
    font-size: 16px;
}

.home h1 {
	color:#523832;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}


.home p {
	color:#523832;
	font-family: "Archivo Narrow", sans-serif;;
	font-size: 16px;
}


/*<!--==// 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: 700px;
	background: linear-gradient(rgba(00, 00, 00, 0.3), rgba(00, 00, 00, 0.7)), url(../image/banner/banner.jpg) center center;
	background-size: cover;
	text-align: left;
}



#banner h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 230px;
    margin-bottom: 30px;
    font-family: "League Spartan", sans-serif;
}


#banner p {
    color: #fff;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#banner a:hover {
    color: #fff;
}


.botao-saiba {
    background: #01C854;
    text-align: center;
    color: #fff;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 19px 34px;
    text-transform: uppercase;
    border-radius: 24px;
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    border: 0!important;
}


.botao-saiba:hover {
    color: #fff;
}




/*<!--==// Fechamento banner Fixo //==-->*/
#banner-rotativo .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

#banner-rotativo .carousel-fade .carousel-item.active {
  opacity: 1;
}

#banner-rotativo .carousel-item img{
  transform: scale(1.02);
  transition: transform 8s ease;
}

#banner-rotativo .carousel-item.active img{
  transform: scale(1);
}




#banner-rotativo .carousel-item {
    min-height: 800px;
}


#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 //==-->*/


.portfolio-card{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.portfolio-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform .6s ease;
}

.portfolio-card:hover img{
    transform: scale(1.08);
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:25px;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color:white;
    transition:0.3s;
}

.overlay h5,
.overlay h6{
    margin:0;
    font-weight:600;
}

.overlay span{
    font-size:14px;
    opacity:.8;
}
/*<!--=======================// HOME //=======================-->*/

/*<!--=======================// SOBRE NÓS //=======================-->*/

#sobre-nos {
    padding-bottom: 50px;
	min-height: 600px;
}

#sobre-nos h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#sobre-nos h2 {
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#sobre-nos h3 {
	font-size: 28px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#sobre-nos h4 {
	font-size: 22px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#sobre-nos p {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
	text-align: justify;
}

#sobre-nos a {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#sobre-nos a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#equipe {
    padding-bottom: 50px;
}

#equipe h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#equipe h2 {
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#equipe h3 {
	font-size: 28px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#equipe h4 {
	font-size: 22px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#equipe p {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;	
	text-align: justify;
}

#equipe img {
	border-radius: 10px;
}


#equipe a {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#equipe a:hover {
	
}


.img-superior img {
	width: 100%;
    height: 400px;
    object-fit: cover;
}


.img-inferior img {
	width: 100%;
    height: 270px;
    object-fit: cover;
}




/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#enviado {
	
}

#enviado h1 {
	font-size: 32px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#enviado h2 {
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#enviado h3 {
	font-size: 28px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#enviado h4 {
	font-size: 22px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#enviado p {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#enviado a {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#enviado a:hover {
	
}



/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

#servicos{
	text-align: center;
	padding-bottom: 50px;
}


#servicos h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
	font-weight: 600;
}

#servicos h2 {
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#servicos h3 {
	font-size: 28px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#servicos h4 {
	font-size: 22px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#servicos p {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#servicos a {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
}

#servicos a:hover {
	
}

#servicos hr {
    margin: 50px 50px;
}





/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

#contato {
    padding: 50px;
}


#contato h1 {
	font-size: 32px;
	margin-bottom: 20px;
    color:#523832;
	font-family: "League Spartan", sans-serif;
}

#contato h2 {
	margin-bottom: 20px;
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#contato h3 {
	font-size: 28px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#contato h4 {
	font-size: 22px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}



#contato p {
	font-size:16px;
	font-family: "Archivo Narrow", sans-serif;	
	max-width: 400px;
}

#contato a {
	color:#1e2a23;
	font-size:16px;
	font-family: "Archivo Narrow", sans-serif;
	max-width: 400px;
}

#contato a:hover {
	
}

#contato .fa {
	color: #5A5F41;
}

#contato .fas {
	color: #5A5F41;	
}


#contato iframe {
	width: 100% !important;
}


.contact-links {
	font-size:16px;
	font-family: "Archivo Narrow", sans-serif;
}


.icon-circle{
    width:40px;
    height:40px;
    border:1px solid #ccc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5A5F41;
    background:#fff;
	
}


.icon-circle .fab {
    font-size:16px!important;
}

.icon-circle .far {
    font-size:16px!important;
}

.contact-links span{
    font-size:14px;
    color:#333;
}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/

#paginas-seo{
	
}

#paginas-seo h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#paginas-seo h2 {
	font-size: 30px;
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#paginas-seo h3 {
    font-size: 25px;
    font-weight: 400;
    padding: 11px 0px;
    margin-top: 10px !important;
	font-family: "League Spartan", sans-serif;
}

#paginas-seo h4 {
	font-family: "League Spartan", sans-serif;
	font-size: 22px;
}

#paginas-seo .card-body a {
	color: #5A5F41;
	font-size: 20px;
}


#paginas-seo p {
    color: #1e2a23;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 16px;
}

#paginas-seo p strong {
	color: #5A5F41;
}

#paginas-seo a {
    color: #1e2a23;
    font-size: 16px;
}

#paginas-seo li {
    color: #1e2a23;
    font-size: 16px;
}

#paginas-seo li strong {
	color: #5A5F41;
}


.title-veja {
	font-size: 20px;
	
}


.linkagen a {
	color: #5A5F41;
}

#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 {
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#mapasite h2 {
	color:#523832;
	font-family: "League Spartan", sans-serif;
}

#mapasite h3 {
	font-family: "League Spartan", sans-serif;
}

#mapasite h4 {
	font-family: "League Spartan", sans-serif;
}

#mapasite p {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 16px;
	
}

#mapasite a {
	color: #2D2D2D;
}

#mapasite a:hover {
	color:#5A5F41;
    transition: all 0.3s;
}


    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-top: -10px;
        margin-bottom: 20px;
    }
/*<!--=======================// 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: #5A5F41;
	color: #FFF;
	text-align: center;
}

.bt-3 {
	background: #000;
	color: #FFF;
	text-align: center;	
}

	.onn {
		display: none;
	}
	
	.off {
		display: block;
	}



/*<!--===================// FECHAMENTO MOBILE L //===================-->*/
/*<!--===================// ABERTURA MOBILE M //===================-->*/
@media only screen and (min-width: 10px) and (max-width: 455px) { 
/*<!--=======================// Topo //=======================-->*/
.footer-contact {
    padding: 0 31px;
}
	
	.onn {
		display: block;
	}
	
	.off {
		display: none;
	}
	
	
	.icones-sociais {
		width: 100%;
		float: left;
	}	

	.home {
		margin-bottom: 50px;
		text-align: center;
	}

	.home .botao-saiba {
		margin-bottom: 50px !important;
        float: left;
        width: 100%;
	}
	
	
#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;
}
    
    
/*<!--=======================// 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 //=====-->*/
