.whatsapp_futuante {
    position: fixed;
    right: 24px;
    bottom: 120px;
    z-index: 99;
}

.whatsapp_futuante a {
    z-index: 9999;
    position: relative;
    background: #02df73;
    border: 2px solid #02df73;
    box-shadow: 0 0 5px #00000036;
    width: 55px;
    height: 55px;
    line-height: 52px !important;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 30px;
    border-radius: 100%;
    transition: 0.3s all ease;
}

.whatsapp_futuante a:hover {
    transform: translateY(-5px);
    color: #FFF;
}

.whatsapp_futuante a i {
    font-size: 30px;
}

.whatsapp_futuante:before,
.whatsapp_futuante:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #02df73;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animatePulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.pulsaDelay:after {
    animation-delay: .5s;
}

@keyframes animatePulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Background fixo sem parallax */
.bg-fixed-no-parallax {
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.subfooter {
    font-size: 12px;
}

/* Ajustes de tamanho dos logos */
/* Logo no header */
.main-menu-three__logo img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Logo no sticky header (header fixo) */
.stricky-header .main-menu-three__logo img,
.stricky-header.main-menu-three .main-menu-three__logo img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Logo no footer */
.footer-widget-two__logo img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Logo no menu mobile */
.mobile-nav__content .logo-box img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Ajustes responsivos para logos */
@media (max-width: 991px) {
    .main-menu-three__logo img {
        max-width: 100px;
        max-height: 100px;
    }
    
    .stricky-header .main-menu-three__logo img,
    .stricky-header.main-menu-three .main-menu-three__logo img {
        max-width: 100px;
        max-height: 100px;
    }
    
    .footer-widget-two__logo img {
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 767px) {
    .main-menu-three__logo img {
        max-width: 90px;
        max-height: 90px;
    }
    
    .stricky-header .main-menu-three__logo img,
    .stricky-header.main-menu-three .main-menu-three__logo img {
        max-width: 90px;
        max-height: 90px;
    }
    
    .footer-widget-two__logo img {
        max-width: 90px;
        max-height: 90px;
    }
}

/* Ajuste do título do slider principal */
.main-slider-three__title {
    max-width: 50%;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* Ajuste do texto do slider principal */
.main-slider-three__text {
    max-width: 50%;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* Ajustes responsivos para o título e texto do slider */
@media (max-width: 991px) {
    .main-slider-three__title {
        max-width: 60%;
    }
    
    .main-slider-three__text {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        max-width: 80%;
    }
    
    .main-slider-three__text {
        max-width: 80%;
    }
}

/* Ajustes do container do slider para mobile */
@media (max-width: 767px) {
    .main-slider-three .container {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .main-slider-three__title {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }
    
    .main-slider-three__text {
        font-size: 16px !important;
        line-height: 26px !important;
        max-width: 100% !important;
    }
    
    .main-slider-three__sub-title {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    
    .main-slider-three__sub-title-box {
        padding-left: 10px !important;
        padding-right: 5px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    
    .main-slider-three__btn-box {
        margin-top: 30px !important;
    }
    
    .main-slider-three__btn-1 {
        font-size: 13px !important;
        padding: 12px 25px 11px !important;
    }
    
    /* Ajuste do overlay para mobile */
    .main-slider-three__overly-bg {
        width: 100% !important;
        background: linear-gradient(180deg, rgba(41, 33, 28, 0.85) 0%, rgba(41, 33, 28, 0.6) 50%, rgba(41, 33, 28, 0.3) 100%) !important;
    }
    
    /* Ocultar formas decorativas no mobile para melhor visualização */
    .main-slider__shape-2,
    .main-slider__shape-3 {
        display: none !important;
    }
    
    /* Ajuste da altura mínima do slide */
    .main-slider-three .swiper-slide {
        min-height: 400px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-slider-three .container {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    
    .main-slider-three__title {
        font-size: 48px !important;
        line-height: 58px !important;
        max-width: 70% !important;
    }
    
    .main-slider-three__text {
        font-size: 18px !important;
        line-height: 30px !important;
        max-width: 70% !important;
    }
    
    .main-slider-three__overly-bg {
        width: 100% !important;
    }
}

.main-slider-three .container {
    padding-top: 50px;
}

/* Alinhamentos de imagem do slider */
.image-layer-three.image-position-left {
    background-position: left center !important;
}

.image-layer-three.image-position-center {
    background-position: center center !important;
}

.image-layer-three.image-position-right {
    background-position: right center !important;
}

/* Ajustes específicos para mobile com diferentes alinhamentos */
@media (max-width: 767px) {
    .image-layer-three.image-position-left {
        background-position: left center !important;
        background-size: cover !important;
    }
    
    .image-layer-three.image-position-center {
        background-position: center center !important;
        background-size: cover !important;
    }
    
    .image-layer-three.image-position-right {
        background-position: right center !important;
        background-size: cover !important;
    }
    
    /* Ajuste do overlay para melhor legibilidade quando a pessoa está à direita */
    .swiper-slide.slide-image-right .main-slider-three__overly-bg {
        background: linear-gradient(90deg, rgba(41, 33, 28, 0.85) 0%, rgba(41, 33, 28, 0.6) 50%, rgba(41, 33, 28, 0.3) 100%) !important;
    }
    
    /* Ajuste do overlay para melhor legibilidade quando a pessoa está à esquerda */
    .swiper-slide.slide-image-left .main-slider-three__overly-bg {
        background: linear-gradient(270deg, rgba(41, 33, 28, 0.85) 0%, rgba(41, 33, 28, 0.6) 50%, rgba(41, 33, 28, 0.3) 100%) !important;
    }
    
    /* Ajuste do overlay para melhor legibilidade quando a pessoa está no centro */
    .swiper-slide.slide-image-center .main-slider-three__overly-bg {
        background: linear-gradient(180deg, rgba(41, 33, 28, 0.85) 0%, rgba(41, 33, 28, 0.6) 50%, rgba(41, 33, 28, 0.3) 100%) !important;
    }
}

/* Ajuste de legibilidade do texto de contato no footer */
.footer-widget-two__contact-info {
    color: #ffffff !important;
}

.footer-widget-two__contact-item {
    color: #ffffff !important;
}

.footer-widget-two__contact-item a {
    color: #ffffff !important;
}

.footer-widget-two__contact-item a:hover {
    color: #f0f0f0 !important;
    opacity: 0.9;
}

/* Rodapé fixo - sem parallax */
.site-footer-two__bg-one,
.site-footer-two__bg-two {
    background-attachment: fixed !important;
    background-position: center center !important;
}

/* Remover animações dos shapes do rodapé */
.site-footer-two .site-footer__shape-1.float-bob-x,
.site-footer-two .site-footer__shape-2.img-bounce,
.site-footer-two .site-footer__shape-3.float-bob-y,
.site-footer-two .site-footer__shape-4.img-bounce,
.site-footer-two .site-footer__shape-5.float-bob-x,
.site-footer-two .site-footer__shape-6.float-bob-y {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Avatar circular para depoimentos (inicial do nome) */
.testimonial-two__client-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.testimonial-avatar-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--corle-base, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
