/* @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url("https://use.typekit.net/zmy5uha.css");


:root {
    --theme-color: #1d2d40;
    --theme-color-navbar: rgba(16, 29, 44, 0.9);
    --primary-color: #000000;
    --secondary-color: #e5630d;
    --text-color-inverse: #FFFDED;
    --text-color: #404040;
    --navbar-shallow-color: #676767;
    --menu-mobile-background-color: #000000;
    --text-color-navbar: #e0e0e0;
    --content-text: #0b1429;
    --content-text-hover: #e5630d;
    --image-foot-text: #6c6f72;
    --background-banner: #000000;
    --text-size-content: 20px;
    --text-size-title: 44px;
    --text-size-subtitle: 22px;
}

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'montserrat' !important; */

}

a {
    text-decoration: none;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.list{
    font-family: 'montserrat';
    margin-left: 20px;
    font-size: 20px;
}
.list li{
    line-height: 2;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    border: 0;
  }

  .images-f1{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;

  }
  .images-f1 img{
    /* margin: 0  20px; */
    height: 150px;

    @media (max-width: 500px) {
        height: 100px;
    }
  }

.container {
    margin-top: 70px;
    max-width: 1300px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1400px; /* Ajusta según tu diseño */
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.subtitle {
    font-family: 'montserrat';
    padding: 30px 10px;
    font-size: 25px;
}

/* banner principal y video */
.bannerPrincipal {
    display: flex;
    justify-content: center;
    background-color: black;
    height: auto;
    width: 100%;
    margin-top: 90px;

}

.bannerPrincipal2 {
    display: flex;
    justify-content: center;
    background-color: black;
    height: 500px;
    width: 100%;
    margin-top: 90px;
}

.bannerPrincipal img {
    width: 100%;

}

.bannerPrincipal2 img {
    width: 50%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Proporción de aspecto 16:9 (9/16 * 100) */
}

.video-container .youtube-video {
    pointer-events: none;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* noticias */

.noticias {
    display: block;

}

.noticias .nota .title {
    font-size: var(--text-size-title);
    padding: 40px;
    text-align: center;
}

.noticias .nota .content .bodyTips p {
    font-size: 25px;
    font-weight: 400;
    /* margin: 30px; */
    line-height: 2;
    color: var(--content-text);
    padding-bottom: 30px;
    font-family: 'montserrat';
}

.noticias .nota .title,
h2,
h3,
h4 {
    font-family: 'industry';
}

.nota {
    padding: 15px;
}

.noticias .nota .title p {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    font-family: 'montserrat';
}

.noticias .nota .content .body .image p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'montserrat';

    color: #979797 !important;

}

.noticias .nota .content .image {

    padding: 10px;
    text-align: center;

}

.noticias .nota .content .image img {

    max-width: 90%;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border-radius: 10px;



}

.noticias .nota .content .body h2 {
    padding: 20px 0;
    font-size: 30px;
}
.noticias .nota .content .body p {
    font-size: 20px;
    /* margin: 30px; */
    line-height: 2;
    color: var(--content-text);
    padding-bottom: 30px;
    font-family: 'montserrat';
}

.noticias .nota .content .body a {
    font-weight: 600;
    text-decoration: none;
    color: var(--content-text);
}

.noticias .nota .content .body a:hover {
    font-weight: 600;
    text-decoration: none;
    color: var(--content-text-hover);
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #000000;
    color: white;
    width: 100vw;
    /* height: 200px; */
    align-items: center;
    gap: 40px;
}

.footer .brand {
    display: block;
    text-align: center;

}

.footer .brand .image {
    width: 100px;

}

.footer .brand p {
    padding: 10px 0;
    margin-bottom: 0;
}

.footer .categories .categoriesList {
    display: flex;
    cursor: pointer;
    list-style-type: none;
    font-size: 18px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;


}


@media (max-width: 500px) {

    .footer .categories .categoriesList {
        flex-direction: column;
        align-items: center;

    }

    .categoriesList {
        padding-left: 0;
    }




}


.footer .categories .categoriesList li {
    padding: 5px;
    cursor: pointer;
    list-style-type: none;
    transition: all 0.15s ease-in-out;
}

.footer .categories .categoriesList li a {
    text-decoration: none;
    color: #e0e0e0;
    font-size: 18px;
}

.footer .categories .categoriesList li:hover {
    border-bottom: 1px solid var(--content-text-hover);
}

.footer .social .list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style-type: none;
    flex-wrap: wrap;
    padding-left: 0;
}

.footer .social .list li img {
    /* filter: drop-shadow(1px 1px 1px white); */
    transition: 0.15s all ease-in-out;
}

.footer .social .list li img:hover {
    /* filter: drop-shadow(1px 1px 1px white); */
    transform: scale(1.1);

}

.footer .brand p {
    padding: 10px 0;
}

.derechos {
    background-color: var(--theme-color);
    color: #6c6f72;
    padding: 10px;
    border-top: 1px solid #6c6f72;
}



.derechos p {
    margin-bottom: 0;
    font-family: 'industry';
}

/* nav */

.topheader {
    box-shadow: 0 4px 5px var(#404040);
    position: fixed;
    background-color: var(--theme-color-navbar);

    /* backdrop-filter: blur(10px); */
    font-family: 'montserrat' !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 980px;
    margin: 0 auto;
}

/* logo */

.nameNav {
    font-size: 24px;
    color: var(--text-color-navbar);

}

.logo {
    display: flex;
    align-items: center;
    /* filter: drop-shadow(1px 1px 0.5px #777777); */
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.saber-mas {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20px;



}












.logo img {
    padding: 0 15px;
}

/* menu */

.menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.menu li {
    padding: 0 15px;
}

.menu a {
    color: var(--text-color-navbar);
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: none;

    position: relative;
}

.menu a::after {
    content: "";
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    height: 4px;

    opacity: 0;
    transition: opacity 0.2s;
}

.menu a.selected::after,
.menu a:hover::after {
    opacity: 0.8;
}

.menu a:hover {
    color: var(--text-color-inverse);
}

.open-menu,
.close-menu {
    display: none;
}

.footer {
    display: flex;
    background-color: var(--theme-color);
    text-align: center;
    padding: 50px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'montserrat';
}




@media (max-width: 500px) {
    .footer {
        flex-direction: column;





    }


}


.footer img {
    width: 40px;
}


.footer p {
    color: var(--text-color-inverse);
    margin-bottom: 0;
}

.footer-title {
    text-align: left;
}

.footer-title a {
    font-size: 18px;
    color: var(--text-color-inverse);
}

.arrow {
    transition: all .2s ease-in-out;
}

.arrow:hover {
    transform: scale(1.05);
    filter: drop-shadow(0px 0px 3px var(--text-color-inverse));
}

/* main */
.container-eventos {
    text-align: center;

    height: 100%;
}

.container-eventos h2 {
    font-family: 'industry';
    font-size: 5rem;
    color: #e5630d;
    padding: 50px;
}





@media (max-width: 950px) {


    .container-eventos h2 {

        font-size: 3.5rem;


    }




}

.container-eventos .noticias {
    box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.5);
    width: 360px;
    margin-bottom: 50px;
    border-bottom-right-radius: 10px;

    background-color: #f7f7f7ad !important;


}

.container-eventos .noticias p {
    color: #3c3c3b;
    font-family: 'montserrat';
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.15s ease-in-out;
}

.container-eventos .noticias:hover p {
    transform: scale(1.02);
}

.container-eventos .noticias img {
    transition: all ease-in-out 0.15s;
    border-radius: 10px;
}

.container-eventos .noticias:hover img {
    transform: scale(1.02);
}

.container-noticias {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 40px;
}

/* media query */

@media (max-width: 950px) {
    .noticias .nota .content .image img {

        max-width: 100%;

    }

    .noticias .nota .content .body p {
        font-size: 14px;
        margin: 10px;

    }

    .noticias .nota .title {
        font-size: 20px;
        padding: 20px;
        text-align: center;
    }

    .bannerPrincipal {

        display: flex;
        justify-content: center;
        background-color: black;
        height: auto;
        width: 100%;
    }


    .bannerPrincipal img {
        width: 100%;
    }

    .bannerPrincipal2 {
        display: flex;
        justify-content: center;
        background-color: black;
        height: 250px;
        width: 100%;
    }

    .noticias .nota .content .body .image p {
        font-size: 12px;
        font-weight: 500;

        color: #979797 !important;

    }

    .menu {
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        align-items: center;
        background-color: var(--menu-mobile-background-color);
        height: 100%;
        overflow-y: auto;
        opacity: 0;

        pointer-events: none;
        transition: opacity 0.2s;

    }


    .menu li {
        padding: 0;
    }

    .menu a {
        color: var(--text-color-inverse);
        line-height: 60px;
        font-size: 20px;

    }

    .open-menu,
    .close-menu {
        display: block;
        border: none;
        background: none;
        cursor: pointer;
    }

    .close-menu {
        align-self: flex-end;
        padding: 20px 15px;
        margin: 0;
    }

    .menu_opened {
        opacity: 1;
        pointer-events: all;
    }


    .open-menu:focus:not(:focus-visible),
    .close-menu:focus:not(:focus-visible) {
        outline: none;
    }
}

@media (max-width: 450px) {}




