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


/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #E79028; /* Background color for the entire website, including individual sections */
  --default-color: #555555; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #E79028; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #036dda; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.8);  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #555555; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #036dda; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}


.text-primary {
    color: #E79028;
}




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

.sub-menu-info::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}

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

body::-webkit-scrollbar-thumb {
    background: #E79028;
}

/* Correção de erro: "first-lette" -> "first-letter" */
h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter {
    text-transform: uppercase;
}

p {
    font-size: 18px;
	color: #515151;
	font-family: "Rubik", sans-serif;
}

li {
    font-size: 18px;
	color: #515151;
	font-family: "Rubik", sans-serif;
}

/* Correção de erro: "first-lette" -> "first-letter" */
p::first-letter {
    text-transform: uppercase;
}

hr {
    opacity: 0.2;
    max-width: 100px;
    margin-left: 0;
    margin-bottom: 32px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
	font-weight: 700;
    font-size: 2.5rem;
    color: #1a1a1a;
}

/*======================= Abertura Menu =======================*/
.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.65px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(231, 144, 40) !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: #E79028;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
	display: block;
	padding: 11px 28px;
}




.sub-menu-info a:hover {
    color: #1A1A1A;
    transition: all 0.6s;
}

/* Ajuste do dropdown */
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -133px;
    margin-top: 0.125rem;
    min-width: 325px;
    max-height: 400px;
    width: auto;
}

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

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

.dropdown-item {
    padding: 0;
}



/*======================= Abertura WhatsApp =======================*/


#form-popup h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}



#form-popup h3 strong {
	color:#03CC0B;
}


 @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;
}

#form-popup {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 320px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	z-index: 9999;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

#form-popup.hidden {
	display: none;
}

#form-popup input,
#form-popup select,
#form-popup textarea,
#form-popup button {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
	font-size: 14px;
	color: #999;
	
}

#form-popup::placeholder {
	color: #999;
}

#form-popup button {
	background: #E79028;
	color: #fff;
	border: 0;
	border-radius: 4px;
}

#form-popup textarea {
	resize: vertical;
	min-height: 60px;
}


.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: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
	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);
	}
}



.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;
}


/*======================= Back to Top Button =======================*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 0px;
    z-index: 996;
    background: #E79028;
    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 Caminho //=======================-->*/
#caminho {
    background-color: var(--background-color);
    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;
}

.superiores .bg-warning {
    background-color: #E79028 !important;
    float: left;
    margin-right: 19px !important;
}
/*<!--=======================// Fechamento Caminho //=======================-->*/

/*======================= Abertura Galeria =======================*/
#galeria {
	margin-top: 110px;
    padding-bottom: 50px;
}


#galeria h1 {
	color: #1A1A1A;
}

.modal-body {
    text-align: center !important;
}

#galeria button {
    border: 0;
    background: #1A1A1A;
    padding: 13px;
    color: #fff;
}

#galeria button:hover {
    background: #E79028;
    color: #fff;
	transition: all 0.9s;
}



#galeria img {
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
}

.modal-header button {
    background-color: #E79028 !important;
    color: #fff;
    border: 0;
    font-size: 23px;
    width: 24px;
    height: 23px;
    padding: 4px;
    line-height: 0;
    text-align: center;
}

.modal-header {
    border-bottom: 1px solid #E79028 !important;
}

.modal-footer button {
    background-color: #E79028 !important;
    border: 0;
}

/* Ajuste na galeria */
.lightbox {
    padding-top: 50px;
    position: fixed !important;
    top: 0 !important;
}

.photos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lightbox-gallery {
    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;
}


.gallery-title {
  color: green;
  font-weight: 500;
}

/* BOTÕES */
.filter-btns .btn {
  border: 1px solid green;
  color: green;
  margin: 5px;
  transition: 0.3s;
}

.filter-btns .btn.active,
.filter-btns .btn:hover {
  background-color: green;
  color: white;
}

/* GALERIA */
.gallery-item {
  transition: all 0.4s ease;
}

/* Estado escondido */
.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
}

/* Estado visível */
.show {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

/* IMAGEM */
.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.4s;
}

/* Hover bonito */
.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}


/*======================= Fechamento Galeria =======================*/
.dife-superior {
	padding-bottom: 50px;
}


.dife-superior .card-body {
	background-color: var(--background-color);
}

.dife-superior .card-title {
	
}

.dife-superior .card-title a {
    color: #fff;
    font-size: 18px;
}


.dife-superior .card {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
    border: 0;
}



.sobre-home h1 {
    font-size: 20px;
}


.sobre-home h1 strong {
	color: var(--heading-color);
	font-size: 32px;
}

.sobre-home p, a {
	color:#999;
	font-size: 18px;
}

.sobre-home li, a {
	color:#999;
	font-size: 18px;
}

.error-box .bi {
	color:Red;
}



/*======================= Slider Logos =======================*/

#logos {
    /* Adicione estilos específicos se necessário */
}

#logos .section-padding {
    padding: 17px 0;
}

#logos .brand-carousel {
    /* Adicione estilos específicos se necessário */
}

#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: #E79028 !important;
}

#logos .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    margin: 0 auto;
}



/*======================= Abertura Faq =======================*/


.faq {
	
}


.faq hr {
    float: left;
    width: 200px;
}

.faq .accordion {
    padding-top: 50px;
}


/*======================= Abertura Serviços carousels =======================*/

.servicos-cards {
	padding: 50px;
}


.servicos-cards h4 {
	text-align: center;
	color: var(--heading-color);
}

.servicos-cards hr {
    border: solid 2px rgba(0,90,191, 0.9);
    opacity: 9;
    max-width: 100px;
    margin: 0 auto;
}

.servicos-cards .carousel {
	padding-top: 30px;
}

/*======================= Abertura CTA =======================*/

#cta {
    background: #E79028;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 106px 0;
    position: relative;
    background-size: cover;
    font-family: "Rubik", sans-serif;
}

#cta strong {
    font-size: 22px;
}

#cta .btn {
    padding: 10px 44px;
    background: #fff;
    border: 0;
    width: auto;
}

#cta input, #cta select, #cta textarea {
    width: 100%;
    height: 44px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: solid 1px #ccc;
    margin-right: 8px;
}

#cta input::placeholder, #cta textarea::placeholder {
    color: #999;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
}

#cta select {
    margin-bottom: 16px;
    color: #777;
    font-family: "Rubik", sans-serif;
}

#cta textarea {
    min-height: 180px;
    padding: 12px;
    border-bottom: solid 1px #003056;
    color: #000;
}

#cta button {
    width: 230px;
    height: 50px;
    background: #E79028 !important;
    color: #fff !important;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-left: 12px;
    margin-top: 10px;
    border-radius: 16px;
}

.formulario-cta {
    
    padding: 44px 29px;
    border-radius: 20px;
}

.formulario-cta h5 {
    text-align: center;
    color: white ;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 32px;
}

.contatos-cta h4 {
    color: #e79028;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin-top: 51px;
    margin-bottom: 11px;
}

.contatos-cta p, .contatos-cta a {
    color: #fff;
}


/* Tipografia e cores */
.sobre-home-modern h1 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #1a1a1a;
}

.underline {
    width: 60px;
    height: 1px;
    background-color: #ccc;
    border-radius: 2px;
}

/* Lista */
.list-unstyled i {
    transition: transform 0.3s;
}

.list-unstyled li:hover i {
    transform: scale(1.2);
}

/* Botão */
.btn-primary {
    background: #E79028!important;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Imagem */
.hover-zoom {
    transition: transform 0.5s;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

/* Responsividade extra */
@media (max-width: 991px) {
    .sobre-home-modern {
        text-align: center;
    }
}

#cta2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(../image/cta2.jpg) top center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 106px 0;
    position: relative;
    background-size: cover;
}

#cta2 strong {
    font-size: 22px;
}

#cta2 .btn {
    padding: 10px 44px;
    /*background: #fff;*/
    border: 0;
    width: auto;
}



/*======================= Redes Sociais =======================*/

.jssocials-shares {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 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;
    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: 0;
    padding-top: 20px;
	background-color: var(--background-color);
}

.footer-top {
    padding: 50px;
}

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

footer h3,
footer h4 {
    color: #1A1A1A;
}

footer h4 {
    font-size: 23px;
    margin-bottom: 26px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.65px;
}

footer p,
footer a {
    color: #1A1A1A;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
}

footer a:hover {
    transition: color 0.3s ease-in-out;
    color: #1A1A1A;
}

footer li {
    line-height: 32px;
}


footer .sociais .fa-brands {
    background: #fff;
    padding: 12px;
    color: #1A1A1A;
    font-size: 18px;
    margin-right: 9px;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
}


footer .sociais .fab {
    background: #fff;
    padding: 12px;
    color: #1A1A1A;
    font-size: 18px;
    margin-right: 9px;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
}

.fa-solid, .fas {
	font-size: 16px !important;
}

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

.copyright {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
}

#assinatura {
    width: 100%;
    min-height: 50px;
    background: #1A1A1A;
	font-family: "Rubik", sans-serif;
}

#assinatura a {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
}

#assinatura strong {
    color: #E79028;
}

.assinatura-footer {
    color: #323232;
    margin: auto -15px;
}

.formulario-lateral {
    background: #E79028;
    color: #fff;
    padding: 20px 0;
}

footer input {
    border-radius: 4px;
    border: 0;
    height: 38px;
    padding: 12px 15px;
    font-size: 14px;
}

footer button {
    width: 100px;
    height: 50px;
    background: #E79028;
    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: left;
    font-family: "Rubik", sans-serif;
}



/*======================= Formularios =======================*/

input,
select,
textarea {
    overflow: visible;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
	
}

#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,
#formulario-contato select,
#formulario-contato textarea {
    width: 100%;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: 1px solid rgba(204,204,204,0.8);
    font-size: 14px;
}

#formulario-contato input {
    height: 45px;
}

#formulario-contato select {
    height: 45px;
    margin-bottom: 20px;
}

#formulario-contato textarea {
    min-height: 180px;
    color: #000;
}

#formulario-contato input::placeholder,
#formulario-contato textarea::placeholder {
    color: #999;
}

#formulario-contato button {
    width: 221px;
    height: 45px;
    background: #E79028;
    color: #fff;
    border: 0;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    border-radius: 21px;
}


#formulario-contato strong {
	color:red;
}

.check {
    max-width: 50px;
}

/*======================= Cookies =======================*/

#pjAcceptCookieBar {
    background: rgba(0, 0, 0, .9) !important;
	font-family: "Rubik", sans-serif;
}

#pjAcceptCookieBar .pjAcceptCookieBarBtn {
	background: #E79028!important;
	color:#000!important;
	font-weight: 600;
    letter-spacing: 0.30px;
}

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

/*<!--=======================// Fechamento Cokies //=======================-->*/
/*<!--=======================// Abertura Depoimentos //=======================-->*/
#depoimentos .carousel-control-next {
    width: 3%;
    height: 15%;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);

}

#depoimentos .card {
	width: 18rem; 
	border: 0;
	
}


#depoimentos .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
  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: #E79028;
    color: #fff !important;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
}
#menu-lateral h4 {
    margin-bottom: 0;
    background: #E79028;
    color: #fff !important;
    text-align: center;
}


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

#menu-lateral a:hover {
	background: #E79028;
    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-color: var(--background-color);
	line-height: 44px;
	font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.topbar a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.logo {
    max-width: 220px;
}

.background-topo{
	background: #fff;
	z-index: 999;
}


.contatos-topo .fa {
    padding: 1px;
    font-size: 14px;
    margin-left: 10px;
}


.sociais .fa-brands, .fab {
    padding: 13px;
    font-size: 14px;
}


/* ================= MENU NORMAL ================= */

#topo-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    transition: all .35s ease;
    box-shadow: 0px -1px 3px #000;
}

/* tamanho da logo */
#topo-menu .logo{
    max-height:70px;
    transition:all .35s ease;
}


/* ================= MENU AO ROLAR ================= */

#topo-menu.menu-scroll{
    position:fixed;
    background:#ffffff;
    padding:10px 0;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* logo menor */
#topo-menu.menu-scroll .logo{
    max-height:50px;
}

/*<!--==// Fechamento Topo //==-->*/
/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/
.footer-links a{
	color: #fff;
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
	text-decoration: none;
}


/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/
body {
	background: #F8F9FA;	
}


#home{
	background: #1A1A1A;
}

#home h1 {
	
}


#home h2 {
	
}



#home p {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

#home p strong {
	color: #E79028;
}


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


.projetos .card-title {
    margin-bottom: .5rem;
    font-size: 21px;
}



.numeros {
	width: 100%;
	margin-top: 50px;
	float: left;
}

.numeros .col-lg-2 {
    min-width: 252px;
}


.number {
   background: #01005E;
	padding: 50px;
}

.number p {
    color:#fff;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.number h4 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 900;
}



.numeros h4 {
    color: #01005E;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 24px;
    padding-left: 14px;
}




.numeros .card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease;
    padding: 36px 10px !important;
    background: none;
}

.numeros span {
    float: left;
    font-size: 42px;
    position: absolute;
    color: var(--heading-color);
    margin-left: 11%;
    font-weight: 900;
    top: 29px;
}


.numeros .card:hover {
  transform: scale(1.02);
}

.numeros .counter {
	font-size: 2.5rem;
	color: var(--heading-color);
	font-weight: 900;
	font-family: "Inter", sans-serif;
}

.numeros .label {
    font-size: 17px;
    color: var(--heading-color);
    font-family: "Jost", sans-serif;
}


.numeros .col-md-4 {
    max-width: 302px;
}

.numeros .col-md-2 {
    width: 244px;
}

.projetos img {
    width: 100%;
    height: 298px;
    object-fit: cover;
}

.projetos h5 {
    color: #E79028;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}

.projetos h5 a {
    color: #E79028!important;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}


.btn-primary {
    color: #1A1A1A;
    background-color: #FF9900;
    border-color: #FF9900;
    border-radius: 26px !important;
    font-family: "Rubik", sans-serif;
	font-size: 18px;
}
.btn-primary:hover  {
      background-color: #FF9900;
    border-color: #FF9900;
}


#banner-rotativo {
    position: relative;
	margin-top: 120px;
}

#banner-rotativo .carousel-item {
    height: 85vh;
}

#banner-rotativo .carousel-item img {
    object-fit: cover;
    height: 100%;
}



.projects-section {
      background-color: #f5f5f5;
      padding: 50px 0;
    }

    .projects-title {
      color: #1A1A1A;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .project-card {
      overflow: hidden;
      position: relative;
    }

    .project-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    /* Faixa verde lateral */
    .project-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 100%;
      background: rgba(0,0,0, 0.6);
      clip-path: polygon(0 0, 100% 0, 0 100%);
      z-index: 2;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
		filter: invert(0);
	}

    .carousel-indicators [data-bs-target] {
      background-color: #fff;
    }

    .carousel-indicators .active {
      background-color: rgba(231,144,40, 0.9);
    }





/* overlay escuro */
#banner-rotativo .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    top: 0;
    left: 0;
}


.list {
	list-style: none;
}


.list .bi {
    color: #31373D;
    font-size: 24px;
}

/* texto central */
.banner-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

/* subtitulo */
.banner-text .subtitulo {
    color: #ff9900;
    letter-spacing: 3px;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

/* titulo grande */
.banner-text h1 {
    color: #ff9900;
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 20px;
}

/* descrição */
.banner-text p {
    color: #ff9900;
    font-size: 20px;
    margin-bottom: 30px;
}

/* botão */
.btn-banner {
    border: 2px solid #ff9900;
    color: #ff9900;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 26px;
}

.btn-banner:hover {
    background: #ff9900;
    color: #ffffff;
	transition: all 0.9s;
}



.accordion-button:not(.collapsed) {
	font-family: "Rubik", sans-serif;
    color: #1A1A1A;
    background-color: #ff9900;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
	font-weight: bold;
}

.superiores h1 {
	color: #ff9900;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.superiores h2 {
	color: #ff9900;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}


/*<!--==// Abertura banner //==-->*/

.carousel-item {
	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: 600px;
	background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(00, 00, 00, 0.9)), url(../image/banner/banner.jpg) center center;
	background-size: cover;
	text-align: center;
}



#banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 200px;
    margin-bottom: 30px;
}


#banner p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

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


.botao-saiba {
    color: #1A1A1A;
    background-color: #FF9900;
    border-color: #FF9900;
    border-radius: 26px !important;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
}


.botao-saiba:hover {
    color: #1A1A1A;
}





/*<!--==// Abertura banner video //==-->*/

.banner-video {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

.banner-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.banner-video::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); 
  z-index: 1;
}

.texto {
  position: absolute;
  z-index: 10; /* aumentei para garantir que fique sempre no topo */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  padding: 0 20px;
  max-width: 90%;
}

.texto h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Questrial", sans-serif;
  font-size: 3rem;
}

.texto h1 strong {
  color: var(--heading-color);
}

.texto p {
  font-size: 1.5em;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 768px) {
  .texto h1 {
    font-size: 2rem;
  }
  .texto p {
    font-size: 1em;
  }
}

@media (max-width: 1920px) {
  .banner-video iframe {
    height: 120%;
  }
}

/*<!--==// Fechamento banner Fixo //==-->*/
#banner-rotativo .carousel-inner {
	max-height: 750px;
}

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

#banner-rotativo img {
	width: 100%;
    height: 700px;
    object-fit: cover;
}


#banner-rotativo .carousel-caption {
    color: #fff;
    top: 32%;
    max-height: 128px;
}


#banner-rotativo .carousel-caption h5 {
    font-size: 32px;
}



#banner-rotativo .carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 60px;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
}


#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: #E79028;
}

/*<!--==// Fechamento banner rotativo //==-->*/
/*<!--==// Abertura Arrows //==-->*/

.carousel-control-next, .carousel-control-prev {
	width: 50px !important;
	height: 50px !important;
	background: rgba(0, 0, 0, 0.9);
	top: 50% !important;
} 

/*<!--==// Fechamento Arrows //==-->*/

.btn-orca {
    background: #E79028;
    margin-left: 10px;
    padding: 10px 27px !important;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
    display: block;
    border-radius: 30px;
	
	color: #333!important;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.65px;
}


.compartilhe {
	padding-left: 0;
	
}

.compartilhe a {
	padding: 0;
	
}

.bg2 {
	background: rgba(204,204,204,0.1);
	
}



.contact-section {
      background-color: #1A1A1A;
      color: white;
      padding: 40px 0;
	 font-family: "Rubik", sans-serif;
    }
    .icon-box {
      width: 60px;
      height: 90px;
      border: 4px solid #E79028;
      border-radius: 10px;
      position: relative;
      margin-right: 20px;
    }
    .icon-box::after {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #E79028;
      border-radius: 50%;
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
    }
    .contact-title {
		color: #E79028;
		font-weight: bold;
		font-size: 2rem;
	}
    .btn-custom {
    background-color: #E79028;
    color: #1A1A1A;
    border: none;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 33px;
    padding: 12px 34px !important;
}
    .btn-custom:hover {
      background-color: #E79028;
    }





.about-section {
      background: #f8f9fa;
      padding: 60px 0;
    }

    .section-title {
		color: #1A1A1A;
		font-weight: 600;
		margin-bottom: 30px;
		font-family: "Rubik", sans-serif;
	}

    .about-img {
      position: relative;
      overflow: hidden;
    }

    .about-img img {
      width: 100%;
      height: auto;
    }

    /* faixa verde */
    .about-img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      clip-path: polygon(0 0, 100% 0, 0 100%);
      z-index: 2;
    }

    .about-text {
      font-size: 0.95rem;
      color: #555;
    }


    /* Accordion custom */
    .accordion-button {
    font-weight: 600;
    color: #E79028;
}

    .accordion-button:not(.collapsed) {
      background-color: rgba(26,26,26,0.9);
      color: #E79028;
    }

    .accordion-body {
      font-size: 0.95rem;
      color: #555;
    }

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

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

#sobre-nos {
	margin-top: 120px;
    padding-bottom: 50px;
	font-family: "Rubik", sans-serif;
}

#sobre-nos h1 {
    font-size: 32px;
    margin-bottom: 11px;
    color: #E79028;
	font-family: "Rubik", sans-serif;
}
#sobre-nos h2 {
	font-size: 30px;
	font-family: "Rubik", sans-serif;
}

#sobre-nos h3 {
	font-size: 28px;
	font-family: "Rubik", sans-serif;
}

#sobre-nos h4 {
	font-size: 22px;
	font-family: "Rubik", sans-serif;
}

#sobre-nos p {
	text-align: justify;
	font-family: "Rubik", sans-serif;
}


#sobre-nos p strong {
	color: #E79028;
}



#sobre-nos a {
	font-family: "Rubik", sans-serif;
}

#sobre-nos a:hover {
	
}



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

#enviado {
	margin-top: 120px;
	font-family: "Rubik", sans-serif;
}

#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;
	margin-top: 120px;
	padding-bottom: 50px;
	font-family: "Rubik", sans-serif;
}


#servicos h1 {
	font-size: 32px;
	margin-bottom: 20px;
	color:#E79028;
}

#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;
}





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

#contato {
    padding: 50px;
	margin-top: 120px;
	font-family: "Rubik", sans-serif;
}



#contato h1 {
	font-size: 32px;
    color:#E79028;
}

#contato h2 {
	margin-bottom: 20px;
	font-size: 30px;
	color:#E79028;
}

#contato h3 {
	font-size: 28px;
}

#contato h4 {
	font-size: 22px;
}



#contato p, a {
	color:#000;
}

#contato p strong {
	color: #E79028;
}


#contato a:hover {
	
}

#contato .fa-brands {
	color:#E79028;
}

.contatos .fa-solid, .fas {
	color:#E79028;	
}


.bg-warning {
    background-color: #E79028 !important;
}

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

#contato b {
    color: red;
}


#contato span strong {
    color: red;
}



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

#paginas-seo{
	margin-top: 120px;
	font-family: "Rubik", sans-serif;
}

#paginas-seo h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color:#E79028;
}

#paginas-seo h2 {
	font-size: 30px;
}

#paginas-seo h3 {
	font-size: 28px;
}

#paginas-seo h4 {
	font-size: 22px;
}

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


#paginas-seo p {
    color: #767676;
    font-size: 16px;
	text-align: justify;
}

#paginas-seo p strong {
	color: #E79028;
}

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

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

#paginas-seo li strong {
	color: #E79028;
}


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


.linkagen a {
	color: #E79028!important;
}

#paginas-seo a {
	
}

#paginas-seo a:hover {
	
}


#paginas-seo .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-seo {
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.30);
}




/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// Redes sociais SEO //=======================-->*/
.btn-instagram {
    background-color: #E4405F;
    color: white !important;
    border-color: #E4405F;
}

.btn-facebook {
    background-color: #1877F2;
    color: white !important;
    border-color: #1877F2;
}

.btn-linkedin {
    background-color: #0077B5;
    color: white !important;
    border-color: #0077B5;
}

.btn-tiktok {
    background-color: #000;
    color: white !important;
    border-color: #0077B5;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white !important;
    border-color: #25D366;
}

.btn-instagram:hover, .btn-facebook:hover, .btn-linkedin:hover, .btn-whatsapp:hover {
    opacity: 0.8;
}

/*<!--=======================// Redes sociais SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

#mapasite{
	
}

#mapasite h1 {
	color:#E79028;
}

#mapasite h2 {
	
}

#mapasite h3 {
	
}

#mapasite h4 {
	
}

#mapasite p {
	
}

#mapasite a {
	color: #2D2D2D;
}

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


/*<!--=======================// MAPA DO SITE //=======================-->*/
.text-success {
    color: #E79028 !important;
}
/*<!--=======================// 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{

	}

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

#botoes .fa-whatsapp {
	font-size: 25px;
}

.bts {
    width: 33.33%;
    margin-bottom: -1px;
}

.bt-1 {
	
	background: #01C854;
	color: #FFF;
	text-align: center;
}

.bt-2 {
	background: #E79028;
	color: #FFF;
	text-align: center;
}

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


/*==================== MOBILE L ====================*/

@media only screen and (min-width: 10px) and (max-width: 1400px) {

	
	
}


@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;
    }
    
    .contatos-topo span {
        width: 100%;
        float: left;
        display: none;
    }
    
    .topbar {
        padding-bottom: 7px;
    }
    
    .sociais .fab, .topbar .fas {
        padding: 6px 11px 12px 14px;
        font-size: 16px;
    }
    
    .contatos-topo a {
        color: #fff;
        text-decoration: none;
    }
    
    .img-sobre, .img-seo {
        max-width: 100%;
        height: auto;
    }
    
    footer {
        text-align: center;
    }
    
    .footer-top {
        padding: 21px;
    }
    
    #cta {
        text-align: center;
    }
    
    .navbar-nav {
        padding: 11px 17px;
    }
    
    footer h4 {
        font-size: 30px;
        margin-top: 28px;
    }
    
    .footer-contact p {
        text-align: center;
    }
    
    .botao-saiba {
        float: left;
        width: 100%;
    }
    
    /* Galeria */
    .lightbox {
        padding-top: 100px;
    }
    
    .lb-nav a.lb-next, .lb-nav a.lb-prev, .lb-nav a.lb-next:hover, .lb-nav a.lb-prev:hover {
        opacity: 1;
    }
    
    /* Geral */
    #home {
        text-align: center;
    }
    
    #home li {
        list-style: none;
    }
    
    #home .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 32px;
    }
    
    #cta input, #cta select, #cta button {
        max-width: 100%;
        width: 100%;
    }
    
    #cta button {
        width: 80%;
        margin: 10px auto;
        display: block;
    }
    
    /* Seções */
    #sobre-nos, #servicos, #informacoes, #contato, #paginas-seo, #mapasite {
        padding: 30px;
    }
	
	
	.btn-orca {
		margin-left: 0;
		width: 100%;
		float: left;
		margin-top: 10px;
		text-align: center;
	}
	
	#banner-rotativo .carousel-caption {
        top: 37%;
        max-height: 230px;
        padding: 53px 27px;
        width: 100%;
    }
	
	.container {
		padding: 20px !important;
	}


	
	.navbar-light .navbar-toggler {
		border-color: #E79028;
		background: #E79028;
	}
	
	.banner-text h1 {
		font-size: 39px;
	}
	
	.dife-superior .card-body {
    	margin-bottom: 24px;
	}
	
	.contatos-cta h4 {
		margin-top: 0;
	}
	
	.formulario-cta {
		border-radius: 0;
	}
	
    .botao-saiba {
        margin-bottom: 20px;
    }
	
	#depoimentos .carousel-control-next {
		width: 40px;
		height: 60px;
	}
	
	
	.numeros {
		margin-right: 0px;
		margin-left: 12px;
	}
	
	.servicos-cards {
		padding: 50px 15px;
	}

	
	 .dropdown-menu[data-bs-popper] {
        max-height: 100%;
        max-width: 353px;
        width: auto;
    }

	
	
	#paginas-seo {
		margin-top: 0;
	}
	
	#sobre-nos {
		margin-top: 0;
	}
	
	#mapa-site {
		margin-top: 0;
	}
	
	#contato {
		margin-top: 0;
	}
	
}

/*==================== MOBILE P ====================*/
@media only screen and (min-width: 10px) and (max-width: 355px) {
    .contatos-topo span {
        width: 100%;
        float: left;
    }
}
