.color-orange {
    color: #D3A32C;
}

.header-logo-2 img {
    max-width: 270px;
}

.hero-1 .hero-content {
    margin-top: 0px;
}

.hero-1 .hero-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
}

.hero-1 .hero-content p {
    font-size: 17px;
    max-width: 400px;
    margin: 0 0 20px 0;
    text-align: left;
}

.footer-logo img {
    max-width: 270px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items {
    align-items: center;
}

.footer-content p {
    font-size: 14px;
}

.footer-content h4 {
    font-size: 16px;
    margin: 0 !important;
}

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

.swal2-popup {
    font-size: 15px !important;
}


@media screen and (max-width:991px) {
    .hero-1 .hero-image-2 {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .hero-1 .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-1 .hero-content p {
        text-align: center;
        max-width: 100%;
    }
}

.slider-principal img,
.slider-mobile img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.single-team-items .team-image {
    border-radius: 0 !important;
}

.testimonial-wrapper .testimonial-items .icon img {
    width: 38px;
    top: -4px;
    padding: 0;
    margin: 0;
    position: relative;
}