/* Estrutura Whasapp fixed */
.topo-whats-estrutura {

}

ul {
	margin: 0;
	padding: 0;
  list-style-type: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.topo-whats {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	justify-content: flex-end;
	width: 80px;
}
  
.top-whats-content a {
	width: fit-content;
}


.topo-whats-animation {
	width: 100%;
}

.topo-whats:hover img {
	opacity: .7;
}

.logo{
    width: 130px
}

.logo-banner{
    width: 300px;
    margin-bottom: 20px
}

.logo-fotter{
    width: 200px
}

.menu-principal-estrutura{
    padding: 10px 0 10px 0 !important;
    width: 95% !important
}

.mobile-menu-btn{
    display: none !important
}

.container {
    max-width: 100% !important;
}

.container-footer{
    max-width: 90% !important;
}

.sessao-nossos-servicos{
    margin: 20px 0 80px 0;
}

.sessao-nossos-clientes-dizem{
    margin: 20px 0 80px 0;
}

.sessao-cta{
    padding: 150px 0 80px 0 !important;
}

.sessao-inscreva-se{
    padding: 80px 0 110px 0 !important;
}

@media (max-width: 1020px) {

.mobile-menu-btn{
    display: initial !important
}

.slider-arrow{
    display: none !important;
}

}

:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Poppins', sans-serif;
color: #333;
}
.slider {
position: relative;
overflow: hidden;
height: 700px;
margin-top: -15px !important;
}
.slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.slide.active {
opacity: 1;
}
.slide-content {
position: relative;
z-index: 10;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 5rem;
}
.slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.slider-dots {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 20;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background-color 0.3s ease;
}
.dot.active {
background-color: #fff;
}
.slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(210, 180, 140, 0.7);
color: white;
border-radius: 50%;
cursor: pointer;
z-index: 20;
transition: background-color 0.3s ease;
}
.slider-arrow:hover {
background-color: rgba(210, 180, 140, 0.9);
}
.slider-arrow.prev {
left: 20px;
}
.slider-arrow.next {
right: 20px;
}
.cat-divider {
position: relative;
height: 30px;
margin: 40px 0;
text-align: center;
}
.cat-divider::before {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background-color: #DEB887;
}
.cat-icon {
position: relative;
display: inline-block;
background-color: white;
padding: 0 15px;
}
input:focus, button:focus {
outline: none;
}
.service-card:hover {
transform: translateY(-5px);
}
.cat-decoration {
position: absolute;
opacity: 0.1;
z-index: 0;
}
@media (max-width: 768px) {
.slide-content {
padding: 0 2rem;
}
.desktop-menu {
display: none;
}
.mobile-menu-btn {
display: block;
}
}
@media (min-width: 769px) {
.desktop-menu {
display: flex;
}
.mobile-menu-btn {
display: none;
}
.mobile-menu {
display: none;
}
}