#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-image {
    width: 350px;
    /* Ajusta el tamaño según necesites */
    height: auto;
}

.root {
    --bz-color-theme-primary: #004084 !important;
}

.promo-item .bg-items .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 40, 28, 0)), color-stop(58.48%, #004084));
    background: linear-gradient(180deg, rgba(236, 40, 28, 0) 0%, #004084 58.48%);
}

.promo-item .bz-primary-btn,
.promo-item .bz-primary-btn {
    color: var(#fff) !important;
}

.promo-item .bg-items .overlay-2 {
    background: rgba(0, 64, 132, 0.45);
}

.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger {
    background: rgba(0, 64, 132, 0.1);
}

.service-item-3 .service-thumb .icon,
.about-content-3 .about-list li .number {
    background: #EEF4FE;
}

.footer-widget .widget-header.header-2 .footer-logo:before,
.footer-widget .widget-header.header-2 .widget-title:before {
    background: linear-gradient(270deg, rgba(236, 40, 28, 0) 0%, #004084 42.5%);
}

.team-card .hover-content-wrap .hover-content .team-social li a {
    color: #EEF4FE;
}

/* Estilo ORIGINAL (se mantiene para Quick Links) */
.footer-widget .footer-list li a:before {
    color: var(--rr-color-common-white);
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 700;
    content: "\f061";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Estilo ANULADO para la segunda columna (Contact) */
.footer-widget .custom-contact-list li a:before {
    content: none !important;
    /* Elimina el icono de flecha */
    display: none !important;
    /* Asegura que no se muestre */
}

/* Ajustes para los iconos de contacto (teléfono, email, reloj) */
.footer-widget .custom-contact-list li {
    position: relative;
    padding-left: 0px;
    /* Espacio para los iconos */
}

.footer-widget .custom-contact-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bz-color-theme-primary);
    padding-left: 0px;
    /* Espacio para los iconos */
}

.process-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}

.process-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    background: none;
    border-radius: 12px;
}


.service-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.testimonial-section-3 {
    padding-top: 70px;
}

.team-card .team-member img {
    filter: none;
}

/*Whatsapp Widget*/

.whatsapp-widget {
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 9999;
    animation: pulse 2s infinite;
}

.whatsapp-widget a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #28A71A;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    text-align: center;
    line-height: 60px;
    transition: all 0.3s ease;
}

.whatsapp-widget a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-widget img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.team-member-6 .team-wrapper .team-thumb .plus,
.team-member-6 .team-wrapper .team-thumb .team-social,
.bz-primary-btn,
.contact-content .contact-list .list-item:hover .icon {
    background: #004084;
}

.team-member-6 .team-wrapper .team-content div .team-position,
.contact-content .contact-list .list-item .icon {
    color: #004084;
}

/* Heading */
.section-heading.red-content .sub-heading {
    color: #008ACC !important;
}

.section-heading.red-content .sub-heading .left-shape,
.left-shape::after {
    background: #008ACC !important;
}

/* Span Tag */
#team .line span {
    left: -30px;
}

#form-messages {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#form-messages.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#form-messages.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/* Estilos para el scroll vertical en hover */
.hover-scroll {
    max-height: 330px; /* Altura máxima antes de aparecer scroll */
    overflow-y: auto;
    padding-right: 10px; /* Espacio para el scroll */
    margin-bottom: 15px;
}

/* Estilo del scrollbar */
.hover-scroll::-webkit-scrollbar {
    width: 5px;
}

.hover-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.hover-scroll::-webkit-scrollbar-thumb {
    background: #004083;
    border-radius: 10px;
}

.hover-scroll::-webkit-scrollbar-thumb:hover {
    background: #003366;
}