
    @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

    .number-box {
        padding: 6px;
        border-radius: 5px;
        justify-content: center;
    }

    .number-box span {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    @media screen and (min-width: 1024px) {
        .number-box {
            display: inline-block;
            border: 2px solid black;
            padding: 10px;
            border-radius: 5px;
        }
    }

    .linea-3 {
        color: white;

        font-family: sans-serif;
        font-weight: 700;
    }

    .expo {

        font-family: 'fuente_3';
        font-size: 2.5rem;
        color: rgb(244, 164, 15);
    }

    .titulo2 {
        font-family: fuente_1;
        font-size: 2.1rem;
        color: rgb(244, 164, 15);
    }

    .fecha {
        font-family: sans-serif;
        font-size: 1.1rem;
        color: rgb(244, 164, 15);
    }

    .campof {
        font-family: inherit;
        font-size: 1rem;
        color: rgb(255 255 255);
        padding: 11px 0px 13px 0;
    }



    .banner {
        /* background: linear-gradient(77deg, rgba(5, 130, 237, 1) 0%, rgba(9, 131, 235, 1) 17%, rgba(4, 127, 232, 1) 27%, rgba(4, 120, 219, 1) 37%, rgba(14, 100, 209, 1) 51%, rgba(15, 93, 194, 1) 58%, rgba(16, 84, 167, 1) 73%, rgba(11, 84, 173, 1) 85%, rgba(9, 81, 171, 1) 100%, rgba(29, 57, 168, 1) 100%); */
        background: linear-gradient(77deg, rgba(0, 66, 128, 1) 0%, rgba(0, 66, 128, 1) 23%, rgba(0, 81, 157, 1) 53%, rgba(0, 81, 157, 1) 67%, rgba(0, 92, 179, 1) 82%);
    }

    .section-one {
        overflow: hidden;
        /* padding-top: 4rem; */
        padding-bottom: 3rem;
    }

    @media (min-width: 1024px) {
        .section-one {
            padding-top: 6.9rem;
            padding-bottom: 7rem;
        }
    }

    @media (min-width: 1024px) {
        .light-right {
            position: relative;
        }
    }

    .items-center {
        align-items: center;
    }

    .w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .banner:before {
        opacity: .3;
        width: 60%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
        background: linear-gradient(203deg, #17335af0 -14%, hsla(0, 0%, 100%, 0) 68%);
    }

    @media (min-width: 1024px) {
        .light-right:before {
            content: "";
            right: 0;
            /* -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%); */
        }
    }

    @media (min-width: 1024px) {
        .light-right:before {
            pointer-events: none;
            position: absolute;
            top: 0;
            height: 100%;
            width: 56%;
            background-color: rgb(var(--neutral-text) / .1);
        }
    }

    @media (min-width: 1024px) {
        .lg\:gap-10 {
            gap: 2.5rem;
        }
    }

    @media (min-width: 1024px) {
        .lg\:flex-row {
            flex-direction: row;
        }
    }

    .gap-8 {
        gap: 2rem;
    }

    .items-center {
        align-items: center;
    }

    .flex-col-reverse {
        flex-direction: column-reverse;
    }

    @media (min-width: 1024px) {
        .lg\:flex-row {
            flex-direction: row;
        }
    }



    .w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .flex {
        display: flex;
    }

    @media (min-width: 1216px) {
        .envoltura {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .envoltura {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding-left: 1rem;
        padding-right: 1rem;
    }


    @media (min-width: 1024px) {
        .lg\:text-left {
            text-align: left;
        }
    }

    @media (min-width: 1024px) {
        .lg\:items-start {
            align-items: flex-start;
        }
    }

    .gap-4 {
        gap: 1rem;
    }

    .flex-col {
        flex-direction: column;
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(var(--white) / var(--tw-text-opacity));
    }

    .font-extrabold {
        font-weight: 800;
    }

    .font-raleway {
        font-family: var(--font-raleway), sans-serif;
    }

    @media (min-width: 1024px) {
        .biggest {
            font-size: 2.25rem;
            line-height: 1.4;
        }
    }



    @media (min-width: 1024px) {
        .banner-content_description {
            max-width: 31rem;
        }
    }

    @media (min-width: 1024px) {
        .lg\:pb-2 {
            padding-bottom: .5rem;
        }
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(var(--white) / var(--tw-text-opacity));
    }

    @media (min-width: 1024px) {
        .lg\:px-5 {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
    }

    /*IMAGEN*/
    @media (min-width: 1024px) {
        .banner_imagen {
            max-width: none;
        }
    }

    @media (min-width: 1024px) {
        .lg\:-my-28 {
            margin-top: -7rem;
            margin-bottom: -7rem;
        }
    }



    

   

    .notification{
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 40%;
        background-color: white;
        box-shadow: 0 2px 10px rgb(255 255 255 / 66%);
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
    }
    
    
    @media screen and (min-width: 1024px){
            .notification {
                position: fixed;
                bottom: 20px;
                right: 20px;
                width: 15%;
                background-color: white;
                box-shadow: 0 2px 10px rgb(255 255 255 / 66%);
                border-radius: 8px;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                align-items: center;
                z-index: 1000;
                }
    }



    .notification-img {
        width: 100%;
        height: auto;
    }

    .notification-text {
        padding: 15px;
        text-align: center;
    }

    .notification-text p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .notification-btn {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: orange;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .notification-btn:hover {
        background-color: darkorange;
    }

    .close-btn {
        /* position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer; */
        position: absolute;
        height: 15%;
        width: 15%;
        left: 80%;
        right: 100px;
        bottom: auto;
        top: 5px;
        padding: 0px;
        color: #ffffff;
        font-family: Arial;
        font-weight: 100;
        font-size: 24px;
        line-height: 23%;
        border: 2px solid #ffffff;
        border-radius: 26px;
        box-shadow: 0px 0px 15px 1px rgb(255 255 255);
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
        background-color: rgba(0, 0, 0, 1.00);
    }




    @media screen and (min-width: 771px) {
        .mostrar {
            display: none;
        }
    }


    @media screen and (max-width: 770px) {
        .ocultar {
            display: none;
        }
    }


    #animated-text {
        white-space: nowrap;
        overflow: hidden;
        border-right: .15em solid orange;
        /* La animación aparecerá como si el texto se estuviera escribiendo */
        animation: typing 2s steps(40, end), blink-caret .75s step-end infinite;
    }

    /* Animación de escritura */
    @keyframes typing {
        from {
            width: 0;
        }

        to {
            width: 100%;
        }
    }

    /* Animación del cursor de escritura */
    @keyframes blink-caret {

        from,
        to {
            border-color: transparent;
        }

        50% {
            border-color: #f8f9fa;
        }
    }

    /* Agrega una clase cuando la animación termine */
    #animated-text.finish::after {
        content: '';
        display: inline-block;
        width: 2px;
        /* Ancho del cursor */
        height: 1.1em;
        /* Altura del texto */
        background-color: transparent;
        animation: none;
        /* Detiene la animación del cursor */
    }

    /* Ocultar el texto en dispositivos móviles */
    @media only screen and (max-width: 600px) {
        .animated-text {
            display: none;
        }
    }



    .textCenter{
        text-align: center;
    }
    
    
    @media screen and (min-width: 1024px){
        .textCenter{
            text-align: left;
        } 
    }

