:root{
    --zc-gulf-blue: #000F58;
    --zc-blue: #0000F8;
    --zc-alto-grid: #d9d9d9;
    --zc-alto-grid-300: #B0B0B0;
    --zc-wild-sand: #F3F4F6;
    --zc-chicago: #5D5D5D;
    --zc-dove-gray: #6D6D6D;
}

body, html {
    height: 100%;
    margin: 0;
}

/* Header Styles */
header {}
.nav-link{
    color: var(--zc-gulf-blue);
    font-size: 0.875rem;
    font-weight: 500;
}

.hero-section {
    background-image: linear-gradient(135deg, rgba(128, 128, 128, 0.5) 0%, rgba(166, 174, 181, 0.3) 47%), url('/assets/img/back-home-fondo.png');
    background-position: center center, 65% 0%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    /* Otros estilos de la sección */
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-section{
    display: flex;
    justify-content: center;
    align-content: end;
    align-items: center;
}
.top-35{top: 35%;}
.top-25{top: 25%;}
.top-15{top: 15%;}
.top-75px{
    top: 75px !important;
}
.hero-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    z-index: 2;
}
.hero-left {
    background-image: url('/assets/img/mujer_2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-awards{
    background-image: url('/assets/img/bg-awards.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-alto-grid{
    background: var(--zc-alto-grid);
}
.bg-wild{background: var(--zc-wild-sand);}
.hero-message {
    animation: moveImage 1s ease-in-out infinite alternate;
}

@keyframes moveImage {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.card img.awards {
    transition: transform 0.5s ease; /* Suaviza la transición */
}

.card img.awards:hover {
    transform: scale(1.1); /* Aumenta el tamaño de la imagen al 110% */
}

@media (min-width: 1400px) { 
    .top-lg-35{top: 35%;}
    .top-lg-25{top: 25%;}
    .top-lg-15{top: 15%;}
}

@media (min-width: 1920px) {
    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxxl-2 {
        order: 2;
    }
    .p-xxl-28{padding: 7rem !important;}
    /* Para pantallas de kiosko, puedes ajustar estos valores como prefieras */
    .hero-section {
        background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 5%), url('/assets/img/bg-xxl.png');
        background-position: center center, 65% 0%;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        
    }
    .d-xxxl-none{
        display: none !important;
    }
}


.text-gulf-blue{color: var(--zc-gulf-blue);}
.text-blue{color: var(--zc-blue);}
.text-label{color: var(--zc-alto-grid-300);}
.text-dove{color: var(--zc-dove-gray);}
.text-chicago{color: var(--zc-chicago);}
.fs-xs{font-size: 0.675rem;}
.fs-sm{font-size: 0.875rem;}
.form-control{border: 1px solid var(--zc-alto-grid-300);}
.form-control:focus{
    box-shadow: none !important;
}
/* Contenedor de confetti */
.confetti-container {
    position: relative;
    overflow: hidden;
}

/* Estilos de confetti */
.confetti {
    position: absolute;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    animation: confetti-fall 2s infinite ease-in-out;
    z-index: 10;
    opacity: 0; /* Inicia invisible */
}

/* Confetti con posiciones y tamaños aleatorios */
.confetti:nth-child(1)  { left: 5%;   animation-delay: 0s;   background-color: #ff4757; }
.confetti:nth-child(2)  { left: 10%;  animation-delay: 0.2s; background-color: #ffa502; }
.confetti:nth-child(3)  { left: 15%;  animation-delay: 0.4s; background-color: #2ed573; }
.confetti:nth-child(4)  { left: 20%;  animation-delay: 0.6s; background-color: #1e90ff; }
.confetti:nth-child(5)  { left: 25%;  animation-delay: 0.8s; background-color: #eccc68; }
.confetti:nth-child(6)  { left: 30%;  animation-delay: 1s;   background-color: #ff6348; }
.confetti:nth-child(7)  { left: 35%;  animation-delay: 1.2s; background-color: #ff4757; }
.confetti:nth-child(8)  { left: 40%;  animation-delay: 1.4s; background-color: #2ed573; }
.confetti:nth-child(9)  { left: 45%;  animation-delay: 1.6s; background-color: #ffa502; }
.confetti:nth-child(10) { left: 50%;  animation-delay: 1.8s; background-color: #1e90ff; }
.confetti:nth-child(11) { left: 55%;  animation-delay: 2s;   background-color: #ff4757; }
.confetti:nth-child(12) { left: 60%;  animation-delay: 2.2s; background-color: #eccc68; }
.confetti:nth-child(13) { left: 65%;  animation-delay: 2.4s; background-color: #ffa502; }
.confetti:nth-child(14) { left: 70%;  animation-delay: 2.6s; background-color: #1e90ff; }
.confetti:nth-child(15) { left: 75%;  animation-delay: 2.8s; background-color: #ff6348; }
.confetti:nth-child(16) { left: 80%;  animation-delay: 3s;   background-color: #2ed573; }
.confetti:nth-child(17) { left: 85%;  animation-delay: 3.2s; background-color: #ffa502; }
.confetti:nth-child(18) { left: 90%;  animation-delay: 3.4s; background-color: #ff4757; }
.confetti:nth-child(19) { left: 95%;  animation-delay: 3.6s; background-color: #2ed573; }
.confetti:nth-child(20) { left: 100%; animation-delay: 3.8s; background-color: #1e90ff; }

/* Tamaños y velocidades aleatorias */
.confetti:nth-child(odd) {
    width: 6px;
    height: 12px;
    animation-duration: 2.5s;
}
.confetti:nth-child(even) {
    width: 4px;
    height: 8px;
    animation-duration: 1.5s;
}
.cursor-pointer{cursor: pointer;}
.form-check-input{
    border: 1px solid var(--zc-blue);
}
.form-check-input:checked{
    background-color: var(--zc-blue);
    border-color: var(--zc-blue);
}
/* Animación del confetti */
@keyframes confetti-fall {
    0% {
        top: -10%;
        transform: rotate(0deg);
        opacity: 1; /* Aparece en movimiento */
    }
    100% {
        top: 110%;
        transform: rotate(720deg); /* Rotación más rápida */
        opacity: 0; /* Se desvanece al final */
    }
}


/* Animación del confetti */
@keyframes confetti-fall {
    0% {
        opacity: 1; /* El confetti será visible desde el principio */
        top: -10%; /* Posición inicial */
        transform: rotate(0deg);
    }
    100% {
        top: 110%; /* Confetti sale de la pantalla */
        transform: rotate(360deg);
        opacity: 0; /* Se desvanece */
    }
}

.btn-custom {
    background-color: #6D6D6D;
    color: white;
    border: none;
    /* padding: 10px 20px; */
    /* font-size: 16px; */
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Efecto hover (al pasar el mouse sobre el botón) */
.btn-custom:hover {
    color: white;
    background-color: #0000F8;
}

/* Efecto active (cuando el botón es presionado) */
.btn-custom:active {
    color: white;
    background-color: #0000F8;
    transform: scale(0.98);
}

/* Efecto focus (cuando el botón está enfocado, con tab o clic) */
.btn-custom:focus {
    color: white;
    outline: none;
    background-color: #0000F8;
    box-shadow: none !important;
}
#fieldsUpdate {
    display: none; /* Ocultar por defecto */
}

/* Footer Styles */
footer {
    background-color: #00105C;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer p {
    margin: 0;
}

footer .btn {
    background-color: #6699FF;
    color: #000F58;
    border: 2px solid #0000F8;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}