/* Show it is fixed to the top */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@font-face {
            font-family: 'DM_Sans';
            src: url('../fonts/DM_Sans/DMSans-Regular.ttf') format('truetype');
            font-style: normal;
            font-weight: normal;
        }
@font-face {
            font-family: 'DM_Sans';
            src: url('../fonts/DM_Sans/DMSans-Bold.ttf') format('truetype');
            font-style: normal;
            font-weight: normal;
        }
body {
    min-height: 75rem;
    background: url(../images/Fondo_RF.png);
    background-size: 100% 100%;
    font-family: 'DM Sans', sans-serif;
    padding-top: 70px;
}

.bg-dark {
    background-color: #2125295e !important;
    background-size: cover;
}

.img-brand {
    width: 200px;
}

.cont {
    position: relative;
    z-index: 2;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 600px;
    top: 30%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img_slide {
    width: 200px;
}

.bg-texture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    opacity: .025;
    background: url(../images/texture.gif);
}


.titulo-region h2::before {
    display: flex;
    content: "";
    background-image: none;
    width: 1.5rem;
    height: 3px;
    background-color: currentColor;
    margin-bottom: 10px;
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
    box-shadow: 4px 1px 4px 0px #00000033;
}
.berry {
    background-image: linear-gradient(to right top, #041a75, #690072, #a2005d, #c7003b, #d61602);
}

.bg-noche {
      left: 0;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 0;
    background: url(../images/reticula-.png);
    background-size: contain;
    opacity: 0.25;
}
.text-yellow
{
    color: #f5fe04;
}
.embed-container {
    position: relative;
    height: 16rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.frame-video {
    position: relative;
    height: 20rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.responsive-iframe-ev {
    position: relative;
    height: 35.1rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.responsive-iframe {
    position: relative;
    height: 14.1rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}



.Thumbnail p {
    width: auto;
    margin: 0;
    overflow: hidden;
    height: auto;
    text-align: center;
    position: relative;
    top: 5px;
}

p {
    color: #fff;
    font-size: 13px;
    padding: 0px 20px;
    text-align: center;
    font-family: 'DM_Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media only screen and (max-width: 1024px) {

    .Thumbnail p {
        margin: 0px 0px 20px 0px;
    }


}

@media only screen and (max-width: 768px) {
    .stories {
        padding: 0px;
    }

    .stories {
        display: block;
        height: auto;
    }
    .responsive-iframe-ev {
    position: relative;
    height: 29.5rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
    .bg-noche {
    left: 0;
    width: 100%;
    height: 1050px;
    position: absolute;
    z-index: 0;
    background: url(../images/reticula-.png);
    background-size: contain;
    opacity: 0.25;
}
}