﻿@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/fuentelogo/MonumentExtended-Ultrabold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
}

.body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
    /* Media query para pantallas grandes de computadora (1920px en adelante) */
@media screen and (min-width: 1920px) {
    body {
        font-size: 18px;
    }
}
    /* Media query para iPhone SE */
@media screen and (max-width: 320px) and (max-height: 568px) {
    body {
        font-size: 14px;
    }
}
    /* Media query para iPhone 14 Pro Max */
@media screen and (max-width: 428px) and (max-height: 926px) {
    body {
        font-size: 16px;
    }
}
    /* Media query para Pixel 7 */
@media screen and (max-width: 411px) and (max-height: 822px) {
    body {
        font-size: 15px;
    }
}
    /* Media query para Galaxy S20 */
@media screen and (max-width: 360px) and (max-height: 740px) {
    body {
        font-size: 16px;
    }
}
    /* Media query para iPad Mini, iPad Pro, iPad Air */
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        body {
            font-size: 17px;
        }
    }
    /* Media query para Asus ZenBook Fold */
    @media screen and (min-width: 853px) and (min-height: 1280px) {
        body {
            font-size: 20px;
        }
    }
    /* Media query para Nest Hub */
    @media screen and (max-width: 1024px) and (max-height: 600px) {
        body {
            font-size: 14px;
        }
    }
    /* Media query para Nest Hub Max */
    @media screen and (min-width: 1280px) and (min-height: 800px) {
        body {
            font-size: 18px;
        }
    }



.container-fluid {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
}

.background {
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

.banner-large {
    display: none;
}

.banner-small {
    display: block;
}

@media (min-width: 1024px) {
    .banner-large {
        display: block;
    }

    .banner-small {
        display: none;
    }
}

.banner img {
    width: 100%;
    height: auto;
}




/* ICONOS DEL HEADER */
/*.iconospc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translateX(-50%);
}

.iconoscelular {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconos img {
    width: 80px;
    height: 80px;

}

.iconoscelular img {
    width: 50px;
    height: 50px;
}*/


/* Media queries para tamaños de pantallas más grandes de móviles */
/*@media (min-width: 360px) and (max-width: 373px) {
    .iconoscelular {
        top: 35%;
        gap: 25px;
    }

        .iconoscelular img {
            width: 55px;
            height: 55px;
        }
}

@media (min-width: 374px) and (max-width: 389px) {
    .iconoscelular {
        top: 40%;
        gap: 25px;
    }

        .iconoscelular img {
            width: 55px;
            height: 55px;
        }
}

@media (min-width: 390px) and (max-width: 411px) {
    .iconoscelular {
        top: 34%;
        gap: 25px;
    }

        .iconoscelular img {
            width: 55px;
            height: 55px;
        }
}

@media (min-width: 412px) and (max-width: 479px) {
    .iconoscelular {
        top: 33%;
        gap: 25px;
    }

        .iconoscelular img {
            width: 55px;
            height: 55px;
        }
}


@media (min-width: 480px) and (max-width: 767px) {
    .iconoscelular {
        top: 45%;
        gap: 25px;
    }

        .iconoscelular img {
            width: 55px;
            height: 55px;
        }
}

@media (min-width: 768px) and (max-width: 810px) {
    .iconoscelular {
        top: 180%;
        gap: 30px;
    }

        .iconoscelular img {
            width: 60px;
            height: 60px;
        }
}

@media (min-width: 811px) and (max-width: 910px) {
    .iconoscelular {
        top: 200%;
        gap: 30px;
    }

        .iconoscelular img {
            width: 60px;
            height: 60px;
        }
}


@media (min-width: 911px) and (max-width: 1023px) {
    .iconoscelular {
        top: 230%;
        gap: 30px;
    }

        .iconoscelular img {
            width: 60px;
            height: 60px;
        }
}*/



/*FIN ICONOS DEL HEADER*/

    @media (max-width: 1200px) {
        .background {
            background-size: 500% 500%; /* Ajuste para resoluciones medianas */
        }
    }

    @media (max-width: 992px) {
        .background {
            background-size: 600% 600%; /* Ajuste para tabletas y dispositivos más pequeños */
        }
    }

    @media (max-width: 768px) {
        .background {
            background-size: 800% 800%; /* Ajuste para dispositivos móviles en orientación horizontal */
        }
    }

    @media (max-width: 576px) {
        .background {
            background-size: 1000% 1000%; /* Ajuste para dispositivos móviles en orientación vertical */
        }
    }

    @media (max-width: 600px) {
        .background {
            background-size: 800% 800%; /* Ajusta el tamaño del fondo para dispositivos pequeños */
        }
    }

    @media (min-width: 601px) and (max-width: 960px) {
        .background {
            background-size: 600% 600%; /* Ajusta el tamaño del fondo para dispositivos medianos */
        }
    }

    @media (min-width: 961px) and (max-width: 1280px) {
        .background {
            background-size: 500% 500%; /* Ajusta el tamaño del fondo para dispositivos grandes */
        }
    }

    @media (min-width: 1281px) {
        .background {
            background-size: 400% 400%; /* Ajusta el tamaño del fondo para dispositivos extra grandes */
        }
    }








    /* Elementos del HEADER para animar */
    .lines::before,
    .lines::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.5); /* Color y transparencia de las líneas */
    }

    .lines::before {
        top: 25%;
        left: 0;
        transform: rotate(45deg);
        animation: lineMove 10s linear infinite;
    }

    .lines::after {
        bottom: 25%;
        right: 0;
        transform: rotate(-45deg);
        animation: lineMoveReverse 10s linear infinite;
    }

    .cube {
        position: absolute;
        top: 80vh;
        left: 45vw;
        width: 10px;
        height: 10px;
        border: solid 1px #D7D4E4;
        transform-origin: top left;
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        animation: cube 12s ease-in forwards infinite;
    }

        .cube:nth-child(2n) {
            border-color: #FFF;
        }

        .cube:nth-child(2) {
            animation-delay: 2s;
            left: 25vw;
            top: 40vh;
        }

        .cube:nth-child(3) {
            animation-delay: 4s;
            left: 75vw;
            top: 50vh;
        }

        .cube:nth-child(4) {
            animation-delay: 6s;
            left: 90vw;
            top: 10vh;
        }

        .cube:nth-child(5) {
            animation-delay: 8s;
            left: 10vw;
            top: 85vh;
        }

        .cube:nth-child(6) {
            animation-delay: 10s;
            left: 50vw;
            top: 10vh;
        }

    /* MEDIA de elementos animados del header, Para pantallas pequeñas (teléfonos) */
    @media (max-width: 600px) {
        .cube {
            width: 5px;
            height: 5px;
        }

            .cube:nth-child(2) {
                left: 20vw;
                top: 30vh;
            }

            .cube:nth-child(3) {
                left: 70vw;
                top: 40vh;
            }

            .cube:nth-child(4) {
                left: 85vw;
                top: 5vh;
            }

            .cube:nth-child(5) {
                left: 5vw;
                top: 70vh;
            }

            .cube:nth-child(6) {
                left: 45vw;
                top: 5vh;
            }
    }

    /* MEDIA de elementos animados del header, Para pantallas medianas (tabletas) */
    @media (min-width: 601px) and (max-width: 1024px) {
        .cube {
            width: 7px;
            height: 7px;
        }

            .cube:nth-child(2) {
                left: 22vw;
                top: 35vh;
            }

            .cube:nth-child(3) {
                left: 72vw;
                top: 45vh;
            }

            .cube:nth-child(4) {
                left: 88vw;
                top: 8vh;
            }

            .cube:nth-child(5) {
                left: 8vw;
                top: 78vh;
            }

            .cube:nth-child(6) {
                left: 48vw;
                top: 8vh;
            }
    }

    /* MEDIA de elementos animados del header, para pantallas grandes (escritorios) */
    @media (min-width: 1025px) {
        .cube {
            width: 10px;
            height: 10px;
        }

            .cube:nth-child(2) {
                left: 25vw;
                top: 40vh;
            }

            .cube:nth-child(3) {
                left: 75vw;
                top: 50vh;
            }

            .cube:nth-child(4) {
                left: 90vw;
                top: 10vh;
            }

            .cube:nth-child(5) {
                left: 10vw;
                top: 85vh;
            }

            .cube:nth-child(6) {
                left: 50vw;
                top: 10vh;
            }
    }

    /* Estilos de Header y Nav */

    header {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Logo */
    .logo {
        width: 35px;
        height: 35px;
        background: #EFEEF5;
        margin-left: 20px;
        margin-bottom: 20px 3%;
        float: left;
        transform: rotate(-30deg);
    }

        .logo span {
            color: #591BC5;
            font-size: 2em;
            line-height: 1.4;
            padding-left: 5px;
            font-weight: bold;
        }

    /* Secciones del NAVBAR */
    nav {
        color: #FFF;
        float: right;
        margin: 20px 2%;
        padding-right: 5%; /* Espaciado derecho para separar del logo */
    }

        nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            nav ul li {
                display: inline-block; /* Cambiado a inline-block para alinear horizontalmente */
                transition: .3s;
                margin-left: 10px;
                margin-right: 10px;
                align-items: center;
                justify-content: center;
            }

                nav ul li:first-child {
                    margin-left: 0;
                }

                nav ul li a {
                    text-decoration: none;
                    color: #ffffff;
                    transition: .5s;
                    font-size: 15px;
                    font-weight: bold;
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                }


                nav ul li:hover a {
                    color: #000000;
                }

                nav ul li:hover {
                    background: #EFEEF5;
                    transform: skew(15deg);
                }
/* Media query para dispositivos móviles */
@media (max-width: 768px) {
    nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        nav ul li {
            display: flex;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 8px; /* Margen vertical entre los botones */
            width: 30%; /* Ajusta el ancho para que quepan 3 elementos por fila */
            justify-content: center;
        }

            nav ul li a {
                display: block;
                text-align: center;
            }
}
    /* Titulo del HEADER */

    .header-content {
        margin-top: 5%;
        text-align: left;
        margin-left: 5%;
        max-width: 80%;
        display: flex;
        color: #EFEEF5;
    }

    @media (max-width: 768px) {
        .header-content {
            font-size: 10px;
            margin-top: 15px;
        }
    }


    .header-content h1 {
        font-family: 'MonumentExtended', sans-serif;
        font-weight: bold;
        display: inline-block;
        transform: skew(-4deg);
        font-size: 2.5em;
        animation: slide-in 2s ease-out forwards;
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .header-content h1 {
            font-size: 5em;
        }
    }

    @media screen and (min-width: 1000px) {
        .header-content h1 {
            font-size: 4em;
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1080px) {
        .header-content h1 {
            font-size: 5em;
        }
    }

    .larger-n {
        font-size: 1.1em; /* Tamaño de la letra 'n' más grande */
        line-height: 0.8; /* Ajuste opcional de la altura de línea para alinear la 'n' */
    }

    @keyframes slide-in {
        0% {
            transform: translateX(-100%) skew(-4deg);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translateX(0) skew(-4deg);
            opacity: 1;
        }
    }

    .pbk {
        font-size: 20px;
        margin-inline-end: 50px;
        font-family: 'Poppins', sans-serif;
        filter: drop-shadow(0px 0px 10px rgba(1, 1, 95, 5));
        animation: slide-in 2.5s ease-out forwards;
        color: white;
        padding: 10px;
    }

    .header-content button {
        width: 140px;
        margin: 20px 10px;
        color: #00aaff;
        font-size: 17px;
        border: 1px solid #EFEEF5;
        font-weight: bold;
        background: #ffff00;
        border-radius: 20px;
        padding: 10px;
        cursor: pointer;
        transition: .3s;
        font-family: Poppins, sans-serif;
        animation: slide-in 3s ease-out forwards;
        transform: translateX(-50%);
    }



    /* Mobile devices */
    @media (max-width: 375px) {
        .header-content button {
            margin-top: 250px;
            margin-left: 95px;
        }
    }

    @media (min-width: 376px) and (max-width: 414px) {
        .header-content button {
            margin-top: 300px;
            margin-left: 120px;
        }
    }

    @media (width: 390px) {
        .header-content button {
            margin-top: 270px;
            margin-left: 100px;
        }
    }

    @media (min-width: 415px) and (max-width: 430px) {
        .header-content button {
            margin-top: 320px;
            margin-left: 120px;
        }
    }

    @media (min-width: 431px) and (max-width: 768px) {
        .header-content button {
            margin-top: 600px;
            margin-left: 255px;
        }
    }

    @media (width: 768px) and (height: 1024px) {
        .header-content button {
            margin-top: 700px;
            margin-left: 305px;
        }
    }

    @media (width: 540px) and (height: 720px) {
        .header-content button {
            margin-top: 850px;
            margin-left: 335px;
        }
    }


    @media (width: 540px) {
        .header-content button {
            margin-top: 400px;
            margin-left: 150px;
        }
    }

    @media (width: 344px) {
        .header-content button {
            margin-top: 180px;
            margin-left: 85px;
        }
    }

    /* Tablets */
    @media (min-width: 769px) and (max-width: 1024px) {
        .header-content button {
            margin-top: 800px;
            margin-left: 315px;
            width: 1200px;
        }
    }

    /* Desktops */
    @media (min-width: 1024px) and (max-width: 1279px) {
        .header-content button {
            margin-top: 300px;
            margin-left: 315px;
            width: 800px;
        }
    }

    @media (min-width: 1024px) and (max-height: 1366px) {
        .header-content button {
            margin-top: 300px;
            margin-left: 385px;
            width: 800px;
        }
    }

    @media (min-width: 1280px) and (max-width: 1366px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 400px;
            }
    }

    @media (min-width: 1367px) and (max-width: 1430px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 450px;
            }
    }

    @media (min-width: 1431px) and (max-width: 1600px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 480px;
            }
    }

    @media (min-width: 1601px) and (max-width: 1800px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 560px;
            }
    }

    @media (min-width: 1801px) and (max-width: 1919px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 620px;
            }
    }

    @media (min-width: 1920px) and (max-width: 2100px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 15%;
                margin-left: auto;
                margin-right: auto;
                margin-top: 660px;
            }
    }

    @media (min-width: 2101px) and (max-width: 2200px) {
        .header-content {
            width: 100%;
            position: relative;
        }

            .header-content button {
                width: 10%; /* Ajusta el ancho del botón según sea necesario */
                margin-left: auto;
                margin-right: auto;
                margin-top: 700px; /* Ajusta la posición vertical según sea necesario */
            }
    }

    .header-content button:hover {
        border-radius: 0;
    }

    /* Keyframes y Animaciones */

    @keyframes Gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes cube {
        from {
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
            opacity: 1;
        }

        to {
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
            opacity: 0;
        }
    }

    @keyframes lineMove {
        0% {
            transform: rotate(45deg) translateY(-50%);
        }

        100% {
            transform: rotate(45deg) translateY(50%);
        }
    }

    @keyframes lineMoveReverse {
        0% {
            transform: rotate(-45deg) translateY(50%);
        }

        100% {
            transform: rotate(-45deg) translateY(-50%);
        }
    }



    /* Imagen del Header (tenista) */
    .tenista {
        width: 100%;
        max-width: 100%;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        margin-bottom: -10px;
    }
    /* Media query para pantallas más pequeñas que 768px (tablets y móviles) */
    @media (max-width: 767px) {
        .tenista {
            width: 450px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-right: 310px;
        }
    }
    /* Media query para pantallas entre 768px y 991px (tablets en orientación horizontal) */
    @media (min-width: 768px) and (max-width: 991px) {
        .tenista {
            width: 600px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }
    /* Media query para pantallas entre 992px y 1199px (tablets en orientación vertical y computadoras) */
    @media (min-width: 992px) and (max-width: 1199px) {
        .tenista {
            width: 100%;
            max-width: 100%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }
    /* Media query para pantallas de 1200px en adelante (computadoras de escritorio) */
    @media (min-width: 1100px) and (max-height: 1000px) {
        .tenista {
            width: 580px;
            max-width: 100%;
            margin-bottom: -10px;
            margin-left: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (min-height: 1366px) {
        .tenista {
            width: 970px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: -10px;
        }
    }

    @media screen and (min-width: 820px) and (min-height: 1180px) {
        .tenista {
            width: 780px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: -10px;
        }
    }

    @media (max-height: 990px) {
        .tenista {
            width: 650px;
            margin-left: -220px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .tenista {
            width: 800px;
            margin-left: -200px;
            max-width: 300%;
            height: 80vh;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .tenista {
            width: 500px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-left: -200px;
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .tenista {
            width: 790px;
            max-width: 400%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-left: -200px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .tenista {
            width: 1000px;
            height: auto;
            margin-bottom: 20px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .tenista {
            width: 1100px;
            margin-right: 650px;
            margin-bottom: -80px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .tenista {
            width: 800px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: -50px;
        }
    }

    @media screen and (min-width: 344px) and (max-height: 882px) {
        .tenista {
            width: 600px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            height: -20vh;
            margin-bottom: 20px;
        }
    }

    @media screen and (width: 1024px) and (height: 600px) {
        .tenista {
            width: 400px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-left: 30px;
        }
    }

    @media screen and (width: 853px) and (height: 1280px) {
        .tenista {
            width: 1000px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            height: 1000px;
            margin-bottom: 120px;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        .tenista {
            /* Estilos para pequeños notebooks */
            width: 650px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: 100px;
            margin-left: 80px;
        }
    }

    @media (min-width: 1024px) and (max-height: 800px) {
        .tenista {
            /* Estilos para notebooks medianos */
            width: 500px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: 40px;
            margin-left: 80px;
        }
    }

    @media (min-width: 1440px) and (max-height: 900px) {
        .tenista {
            /* Estilos para notebooks medianos */
            width: 700px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-bottom: 40px;
            margin-left: -60px;
        }
    }

    /* FIN tenista */



    /* Inicio pelotitas */

    .pelotita1 {
        width: 100px;
        max-width: 100%;
    }

    @media (min-width: 1200px) {
        .pelotita1 {
            width: 100px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 767px) {
        .pelotita1 {
            width: 65px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-height: 990px) {
        .pelotita1 {
            width: 110px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .pelotita1 {
            width: 140px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .pelotita1 {
            width: 60px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .pelotita1 {
            width: 150px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .pelotita1 {
            width: 200px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pelotita1 {
            width: 180px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pelotita1 {
            width: 150px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }


    .pelotita2 {
        width: 100px;
        max-width: 100%;
    }

    @media (min-width: 1200px) {
        .pelotita2 {
            width: 100px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 767px) {
        .pelotita2 {
            width: 65px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-height: 990px) {
        .pelotita2 {
            width: 110px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .pelotita2 {
            width: 140px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .pelotita2 {
            width: 60px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .pelotita2 {
            width: 150px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .pelotita2 {
            width: 200px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pelotita2 {
            width: 180px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pelotita2 {
            width: 150px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    .logoprincipal {
        margin-bottom: 15px;
        width: 10px;
        max-width: 20%;
    }

    @media (min-width: 1200px) {
        .logoprincipal {
            width: 250px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 767px) {
        .logoprincipal {
            width: 150px;
            max-width: 300%;
            margin-bottom: 20px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-height: 990px) {
        .logoprincipal {
            width: 220px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .logoprincipal {
            width: 140px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .logoprincipal {
            width: 100px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .logoprincipal {
            width: 300px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .logoprincipal {
            width: 400px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .logoprincipal {
            width: 180px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .logoprincipal {
            width: 300px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }


    .pelotita3 {
        width: 100px;
        max-width: 100%;
    }

    @media (min-width: 1200px) {
        .pelotita3 {
            width: 100px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 767px) {
        .pelotita3 {
            width: 65px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-height: 990px) {
        .pelotita3 {
            width: 110px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .pelotita3 {
            width: 140px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .pelotita3 {
            width: 60px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .pelotita3 {
            width: 150px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .pelotita3 {
            width: 200px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pelotita3 {
            width: 180px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pelotita3 {
            width: 150px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }


    .pelotita4 {
        width: 100px;
        max-width: 100%;
    }

    @media (min-width: 1200px) {
        .pelotita4 {
            width: 100px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 767px) {
        .pelotita4 {
            width: 150px;
            max-width: 300%;
            margin-bottom: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-height: 990px) {
        .pelotita4 {
            width: 110px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .pelotita4 {
            width: 140px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .pelotita4 {
            width: 60px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .pelotita4 {
            width: 150px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .pelotita4 {
            width: 200px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pelotita4 {
            width: 180px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pelotita4 {
            width: 150px;
            margin-bottom: 100px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1300px) and (max-height: 900) {
        .pelotita4 {
            width: 300px;
        }
    }


    .pelotitas-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Esto alinea las imágenes al lado derecho */
        justify-content: center; /* Esto centra las imágenes verticalmente */
        height: 100vh; /* Ajusta esto según el tamaño del contenedor que desees */
        position: absolute;
        right: 200px;
        top: 0;
    }

    @media (max-width: 376px) {
        .pelotitas-container {
            width: 10px;
            max-width: 300%;
            height: 70vh;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-right: -195px;
        }
    }

    @media (min-width: 377px) {
        .pelotitas-container {
            width: 50px;
            max-width: 300%;
            height: 70vh;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-right: -195px;
        }
    }

    @media (max-height: 990px) {
        .pelotitas-container {
            width: 100px;
            max-width: 300%;
            height: 80vh;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 750px) and (min-height: 1100px) {
        .pelotitas-container {
            width: 110px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media (max-width: 376px) {
        .pelotitas-container {
            width: 60px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 768px) and (max-height: 1030px) {
        .pelotitas-container {
            height: 90vh;
            width: 120px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 1366px) {
        .pelotitas-container {
            width: 200px;
            max-width: 300%;
            height: 90vh;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pelotitas-container {
            width: 500px;
        }
    }

    @media screen and (min-width: 1300px) and (max-height: 900) {
        .pelotitas-container {
            width: 100px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pelotitas-container {
            width: 160px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-right: -40px;
            margin-top: 50px;
        }
    }

    @media screen and (width: 1024px) and (height: 600px) {
        .pelotitas-container {
            width: 30px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-right: -130px;
            margin-top: 10px;
        }
    }

    @media (min-width: 1024px) and (max-height: 800px) {
        .pelotitas-container {
            /* Estilos para notebooks medianos */
            width: 200px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            margin-left: 80px;
            margin-top: 15px;
        }
    }

    .pelotitas-container img {
        margin: 10px 0; /* Ajusta el margen según tus necesidades */
    }

    @media (min-width: 1024px) and (max-height: 800px) {
        .pelotitas-container img {
            /* Estilos para notebooks medianos */
            width: 105px;
        }
    }

    @media (min-width: 1440px) and (max-height: 900px) {
        .pelotitas-container img {
            /* Estilos para notebooks medianos */
            width: 130px;
        }
    }


    .pancarta-container {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Esto centra las imágenes verticalmente */
        height: 110vh;
        position: absolute;
        width: 320px;
        top: 0;
        right: 500px;
    }

    @media (max-width: 1100px) {
        .pancarta-container {
            width: 0px;
        }
    }

    @media screen and (min-width: 750px) and (max-height: 1110px) {
        .pancarta-container {
            width: 0px;
            max-width: 300%;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pancarta-container {
            width: 600px;
            margin-right: -160px;
        }
    }

    @media screen and (min-width: 1023px) and (max-width: 1920px) {
        .pancarta-container {
            width: 380px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
        }
    }

    @media screen and (min-width: 1920px) and (max-height: 1200px) {
        .pancarta-container {
            width: 600px;
            margin-right: -160px;
        }
    }

    @media screen and (width: 1024px) and (height: 600px) {
        .pancarta-container {
            width: 220px;
            margin-right: -100px;
            margin-top: 35px;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        .pancarta-container {
            width: 0px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1279px) {
        .pancarta-container {
            /* Estilos para notebooks medianos */
            width: 0px;
        }
    }

    @media (min-width: 1300px) and (max-height: 632px) {
        .pancarta-container {
            /* Estilos para notebooks medianos */
            width: 280px;
        }
    }

    @media (min-width: 1440px) and (max-height: 900px) {
        .pancarta-container {
            /* Estilos para notebooks medianos */
            width: 400px;
            text-align: center;
        }
    }


    /* Fin pelotitas */



    /* Otros elementos del HEADER */
    .ball {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 40px;
        height: 40px;
        background-color: #FFF;
        border-radius: 50%;
        animation: bounce 3s infinite;
    }

    @keyframes bounce {
        0%, 100% {
            transform: translate(-50%, -50%) translateY(0);
        }

        50% {
            transform: translate(-50%, -50%) translateY(-100px);
        }
    }


    .blanco {
        color: black;
        padding: 20px;
        margin-top: 0px;
        width: 20%;
    }


    @media screen and (max-width: 768px) {
        .blanco {
            width: 160px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) contrast(1.5);
            transform: scaleX(1); /* Asegura que la orientación sea normal */
            position: absolute;
            top: 0;
            left: 0;
            margin: 20px;
        }
    }


    .botoncitos {
        width: 140px;
        margin: 20px 10px;
        color: #33a0ff;
        font-size: 17px;
        border: 1px solid #EFEEF5;
        font-weight: 500;
        background: #EFEEF5;
        border-radius: 20px;
        padding: 10px;
        cursor: pointer;
        transition: .3s;
        font-family: 'Poppins', sans-serif;
        justify-content: right;
        margin-right: -5px;
    }
    /* FIN elementos del HEADER */








    /* Presentación */
    .subhed h2 {
        text-transform: uppercase;
        font-size: 2.5em;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-align: center;
        margin-top: 80px;
        color: #0c77f2;
    }

    .subhed p {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        margin-top: 50px;
        padding: 0 90px;
        font-weight: normal;
        color: #666666;
    }

    @media (max-width: 1000px) {
        .subhed p {
            font-size: 12px;
            padding: 20px
        }
    }








    /* Sección TORNEOS/NOTICIAS */

    .card {
        display: block;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 5px 0 rgba(0, 42, 255, 0.16), 0 2px 10px 0 rgba(12, 0, 135, 0.12);
        transition: box-shadow .25s;
    }

        .card:hover {
            box-shadow: 0 8px 17px 0 rgba(0, 10, 125, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        }

    .img-card {
        width: 100%;
        height: 400px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block;
        overflow: hidden;
    }

        .img-card img {
            width: 110%;
            height: 400px;
            object-fit: cover;
            transition: all .25s ease;
        }

    .card-content {
        padding: 15px;
        text-align: left;
        font-family: 'Poppins', sans-serif;
    }

    .card-title {
        margin-top: 0px;
        font-weight: 400;
        font-size: 1.65em;
        color: #000000;
    }

        .card-title a {
            text-decoration: none !important;
        }

    .expandable {
        transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 150ms;
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }

    .remaining-content {
        display: none;
    }

    .morelink {
        cursor: pointer;
        color: rgb(0, 98, 255);
        text-decoration: none;
    }







    /* Títulos animados para la secciones */
    .noticias h2 {
        margin-top: 70px;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #0c77f2;
        display: inline-block; /* Necesario para aplicar transformación individual */
    }



    .sponsors h2 {
        margin-bottom: 20px;
        justify-content: center;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #0c77f2;
        display: inline-block;
    }

    @keyframes zoomIn {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    .animate-zoom {
        animation: zoomIn 2s ease-in-out infinite;
        display: inline-block;
        transform-origin: center;
    }
    /* FIN títulos animados para las secciones */







    /* Sección SPONSORS */

    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .logos {
        overflow: hidden;
        padding: 60px 0;
        background: white;
        white-space: nowrap;
        position: relative;
        margin-top: -50px;
    }

        .logos:before,
        .logos:after {
            position: absolute;
            top: 0;
            width: 250px; /* Ancho para dispositivos mayores a 1000px */
            height: 100%;
            content: "";
            z-index: 2;
        }

    @media (max-width: 1000px) {
        .logos:before,
        .logos:after {
            display: none; /* Oculta el gradiente en dispositivos con ancho máximo de 1000px */
        }
    }

    .logos:before {
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    }

    .logos:after {
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    }

    .logos:hover .logos-slide {
        animation-play-state: paused;
    }

    .logos-slide {
        display: inline-block;
        animation: 35s slide infinite linear;
    }

        .logos-slide img {
            height: 100px;
            margin: 0 40px;
        }







    /*INICIO FAQ*/

    .accordion {
        display: flex;
        flex-direction: column;
        font-family: "Poppins", sans-serif;
        max-width: 100%;
        width: 100%;
        margin: 50px auto;
        padding: 0 50px;
    }

        .accordion h2 {
            font-size: 30px;
            text-align: center;
            font-weight: bold;
            color: #0c77f2
        }

    .accordion-item {
        margin-top: 16px;
        border: 1px solid #fcfcfc;
        border-radius: 6px;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

        .accordion-item .accordion-item-title {
            position: relative;
            margin: 0;
            display: flex;
            width: 100%;
            font-size: 20px;
            cursor: pointer;
            justify-content: space-between;
            flex-direction: row-reverse;
            padding: 14px 20px;
            box-sizing: border-box;
            align-items: center;
            font-weight: normal;
            color: #000000;
        }

        .accordion-item .accordion-item-desc {
            display: none;
            font-size: 16px;
            line-height: 22px;
            font-weight: 300;
            color: #444;
            border-top: 1px dashed #ddd;
            padding: 10px 20px 20px;
            box-sizing: border-box;
        }

        .accordion-item input[type="checkbox"] {
            position: absolute;
            height: 0;
            width: 0;
            opacity: 0;
        }

            .accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
                display: block;
            }

            .accordion-item
            input[type="checkbox"]:checked ~ .accordion-item-title
            .icon:after {
                content: "-";
                font-size: 20px;
            }

            .accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
                content: "+";
                font-size: 20px;
            }

        .accordion-item:first-child {
            margin-top: 0;
        }

        .accordion-item .icon {
            margin-left: 14px;
        }

    @media screen and (max-width: 767px) {
        .accordion {
            padding: 0 16px;
        }

            .accordion h1 {
                font-size: 22px;
            }
    }









    /* FOOTER */
    .contenido2 {
        color: white;
        background: radial-gradient(circle, #0898ff, #2036f4, #44abff);
        background-size: 200% 200%;
        animation: waveAnimation 5s infinite;
        margin-top: 60px;
        font-family: 'Poppins', sans-serif;
    }

    @keyframes waveAnimation {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }


    .contenido2 h5 {
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .contenido2 p {
        color: white;
        font-size: 16px;
    }

    .contenido2 li {
        font-size: 16px;
        margin-left: -5px;
    }

    .contenido2 a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

        .contenido2 a::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: rgb(255, 255, 255);
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out;
        }

        .contenido2 a:hover::before {
            visibility: visible;
            transform: scaleX(1);
        }


    .subscribe-form {
        margin-top: 20px;
    }

        .subscribe-form .form-group {
            margin-bottom: 15px;
        }

        .subscribe-form input[type=email] {
            height: 40px;
        }

        .subscribe-form button {
            height: 40px;
            width: 100%;
            background-color: transparent;
            color: rgb(255, 255, 255);
            font-size: 15px;
            font-weight: bold;
            border: 1px solid;
            border-radius: 10px;
            transition: all 0.3s ease-in-out;
            margin-bottom: 20px;
        }

            .subscribe-form button:hover {
                background-color: rgb(0, 0, 0);
                transform: translateY(-2px);
            }


    .btn-contenido2 {
        background-color: rgb(39, 53, 255);
        color: rgb(255, 255, 255);
    }

    .logofooter {
        width: 50%;
        height: auto;
    }


    .social-icons a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 10px;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }


    .fa {
        color: white;
    }

        .fa:hover {
            transform: scale(1.2);
            opacity: 0.7;
        }

    /* FIN FOOTER */
