@font-face {
    font-family: BebasNeue;
    src: url(BebasNeue-Regular.otf);
}
body {
    font-family: "BebasNeue";
    background-color: #0c0c0c;
    overflow-x: hidden;
}

/* 404 styles */
.title-not-found {
    text-align: center;
    font-size: 4rem;
    color: #ffe103;
}

.Loader__container {
    height: 100vh;
    overflow: hidden;
}
.Loader {
    margin: auto;
    position: absolute;
    top: 45%;
    left: 45%;
}
.navbar {
    background-color: #0c0c0c;
    z-index: 10;
    width: 100%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23ff0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fee003;
}
.navbar__scroll {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.8470588235294118);
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.45098039215686275);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.dropdown-menu.show {
    margin-top: 20px;
    border-radius: 0;
    transition: 0.5s;
}
.nav__item {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 9px 10px 0;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 1px;
    transition: 0.3s;
}
.nav__item:active {
    color: #ffe103;
}
.nav__item:hover {
    color: #ffe103;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    margin-left: 1.5%;
    margin-top: 1%;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.dropdown-item {
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffe103;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ffe103;
}
.navbar-light .navbar-brand {
    color: #ffe103;
    font-weight: 500;
}
.navbar__brand {
    color: #ffe103;
}
.navbar__brand:hover {
    text-decoration: none;
    color: #ffe103;
}
.banner {
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover !important;
}
.overlay__banner {
    width: 100%;
    height: 100%;
    background: #ffffff17;
    position: absolute;
}
.overlay__banner h2 {
    font-size: 90px;
    margin-bottom: auto;
    background-clip: content-box;
    color: #fff;
    text-shadow: 5px 5px 0px #00000057;
    letter-spacing: 5px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    margin-top: -50px;
}
.LectureNews {
    background-color: #fff;
    color: #000;
    box-shadow: #00000038 0px 15px 20px 20px;
}
.LectureNews__cover {
    height: 100vh;
    position: fixed;
    top: 5%;
    width: 100%;
    z-index: -1;
}
.LectureNews__cover > img {
    height: auto;
    object-fit: cover;
}
.boxed {
    margin: 0 !important;
    font-family: arial !important;
    font-size: 1rem !important;
}
.LectureNews__text {
    font-family: arial !important;
    font-size: 1rem !important;
}
.LectureNews__text p {
    font-family: arial !important;
    font-size: 1rem !important;
}
.LectureNews__text iframe {
    margin: auto !important;
}
.LectureNews__container {
    margin-top: 30%;
    z-index: 2;
    background: #fff;
}
.LectureNews__title {
    font-size: 4rem;
}
.LectureNews__container p {
    font-family: arial !important;
    font-size: 1rem !important;
    margin-top: 1.5% !important;
    margin-bottom: 1.5% !important;
}
video-container {
    display: block !important;
}
.LectureNews__container br {
    display: none;
}
.LectureNews__container img {
    width: 100%;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}
.LectureNews__divider {
    margin-top: 0;
    margin-bottom: 1.5%;
    border: 2px solid #000;
}
.Home,
.HomePrincipalNews {
    height: 90vh;
    position: relative;
}
.HomePrincipalNews__logo {
    position: relative;
    z-index: 1;
    width: 30%;
    top: 20%;
    left: 65%;
}
.HomePrincipalNews__title {
    font-size: 70px;
}
.HomePrincipalNews__subtitle {
    letter-spacing: 1px;
    font-size: 1.5rem;
}
.HomePrincipalNews__subtitle,
.HomePrincipalNews__title {
    text-align: center;
    color: #fff;
    text-shadow: rgb(0 0 0 / 45%) 4px 3px 0px;
}
.HomePrincipalNews__readMore {
    color: #fff;
    font-size: 2rem;
    text-shadow: rgb(0 0 0 / 45%) 4px 3px 0px;
}
.HomePrincipalNews__readMore:hover {
    text-decoration: underline;
}
.HomePrincipalNews__overlay__image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(
        0deg,
        #0c0c0c 2.5%,
        rgba(248, 216, 0, 0) 70%
    );
}
.HomePrincipalNews__title_container {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.HomePrincipalNews__image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}
.HomeNewsSection {
    width: 90%;
}
.CardNews {
    border: 0;
    border-radius: 0;
    background-color: #000;
    margin: 2.5% !important;
    box-shadow: #000 0px 0px 15px -5px, #ffff00b8 8px 8px 0px 0px, #ffff00b8 -8px -8px 0px 0px !important;
}
.CardNews__overlay {
    background-color: rgba(0, 0, 0, 0.199);
    z-index: 2;
    border-radius: 0;
}
.CardNews:hover {
    -webkit-backdrop-filter: (1.5px);
    backdrop-filter: (1.5px);
}
.CardNews__image__container {
    overflow: hidden;
    height: 250px;
}
.CardNews .CardNews__image {
    transition: all 0.5s ease-in-out;
}
.CardNews:hover .CardNews__image {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.CardNews__title {
    font-size: 25px;
    bottom: 5px;
    left: 0;
    background: hsla(0, 0%, 100%, 0.8509803921568627);
    color: #000;
    padding: 2%;
    max-width: 90%;
}
.CardNews__subtitle,
.CardNews__title {
    letter-spacing: 1.5px;
    position: absolute;
}
.CardNews__subtitle {
    margin: 0;
}
.CardNews__image {
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.HomeNosotrosSection__description {
    color: #fee003;
}
.HomeGallerySection {
    letter-spacing: 1.5px;
}
.HomeGallerySection .HomeGallerySection__hr__superior {
    border: 1px solid #fff;
    margin-top: 0;
    margin-left: 0;
    width: 74%;
}
.HomeGallerySection .HomeGallerySection__hr__inferior {
    border: 1px solid #fff;
    margin-top: 2%;
    margin-right: 1.5%;
    width: 72%;
}
.Shots {
    margin-top: 7%;
}
.Album {
    margin-top: 5%;
}
.Album img {
    cursor: pointer;
}
.Album__title {
    left: 5%;
    font-size: 80px;
}
.Album__description,
.Album__title {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    text-shadow: #000 0 0 5px;
}
.Album__description {
    right: 5%;
    text-align: right;
    font-size: 70px;
}
.CardAlbum {
    border: 0;
}
.CardAlbum__overlay {
    background-position: 50%;
    background-size: cover;
    z-index: 2;
    transition: 0.5s;
}
.CardAlbum .CardAlbum__overlay {
    display: block;
}
.CardAlbum:hover .CardAlbum__overlay {
    transition: 0.5s;
}
.CardAlbum__image__container {
    overflow: hidden;
}
.CardAlbum__image {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    border-radius: 0;
    z-index: 0;
    transition: 0.5s;
    width: 100%;
    object-fit: cover;
}
.CardAlbum:hover .CardAlbum__image {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: 0.5s;
}
.CardAlbum__title {
    position: absolute;
    font-size: 2.5rem;
    bottom: 5%;
    width: 100%;
    left: 0;
    padding: 2%;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5490196078431373) 0 0 4px;
}
.CardVideo {
    border: 0;
}
.Entrevistas {
    padding-top: 8%;
    width: 80%;
    margin: auto;
}
.Entrevista__principal {
    border: 0;
    border-radius: 0;
    background-color: #000;
}
.Entrevista__principal a {
    height: 100%;
}
.Entrevista__principal .CardNews__image__container {
    height: 500px;
}
.Entrevista__secundaria {
    border: 0;
    border-radius: 0;
    background-color: #000;
    padding: 1%;
}
.NewsByCategory {
    padding-top: 8%;
    background-size: cover;
    background-attachment: fixed;
}
.NewsByCategory__backdrop {
    height: 100vh;
    width: 100%;
    margin-top: -8%;
    background-color: #0c0c0c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 0;
}
.NewsByCategoryCard {
    overflow: hidden;
    height: auto;
    position: relative;
}
.NewsByCategoryCard:hover {
    z-index: 2;
}
.NewsByCategoryCard__image {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    width: 100%;
}
.NewsByCategoryCard__header {
    color: #fff;
    padding: 1em;
}
.content {
    position: absolute;
    bottom: 0;
    padding: 5%;
    width: 100%;
    transition: 0.5s;
}
.NewsByCategoryCard__author {
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #fff;
}
.NewsByCategoryCard__title {
    color: #fff;
    font-size: 1.5rem;
}
.Footer {
    background-color: #ffe103;
    z-index: 2;
    position: static;
    width: 100%;
    bottom: 0;
}
.Footer p {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #0c0c0c;
}
.Footer h4 {
    letter-spacing: 1.5px;
    margin-bottom: 0;
}
.Footer h4,
.footer svg,
a {
    color: #0c0c0c;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .Loader {
        margin: auto;
        position: absolute;
        top: 320px;
        left: 40%;
    }
    .navbar-brand {
        width: 20%;
    }
    .navbar-brand img {
        width: 80%;
    }
    .HomePrincipalNews__logo {
        top: 10%;
        left: 20%;
        width: 60%;
    }
    .HomePrincipalNews__readMore {
        left: 5%;
    }
    .HomePrincipalNews__title {
        text-align: left;
        font-size: 3.5rem;
        bottom: 38%;
        left: 5%;
        width: 95%;
    }
    .HomePrincipalNews__subtitle {
        text-align: left;
        font-size: 1rem;
        letter-spacing: 0.5px;
        left: 5%;
        width: 90%;
    }
    .CardNews {
        margin: 1%;
    }
    .LectureNews,
    .LectureNews__container {
        width: 100%;
        margin-top: auto;
    }
    .LectureNews__cover {
        height: auto;
        position: initial;
        top: 5%;
        width: 100%;
        z-index: -1;
    }
    .LectureNews__container {
        margin: 0;
    }
    .footer svg,
    a {
        color: #0c0c0c;
    }
    button.slick-arrow.slick-next,
    button.slick-arrow.slick-prev {
        display: none !important;
    }
}
