/**
 * @file
 * Subtheme specific CSS.
 */
.FullWidth {
    width: 100%;
}

.banner-video-fullwidth {
    margin: 0;
    height: 80vh;
}

.banner-video-fullwidth video {
    height: 100%;
    object-fit: cover;
}

.banner-fondo {
    width: 100%;
    background-color: var(--color-verde-transparent);
    color: white;
    position: relative;
    text-align: center;
    padding: 3rem 5vw;
    background-blend-mode: darken;
}

.banner-fondo figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}

.banner-fondo figure img {
    width: 100%;
    margin: 0;
}

.texto {
    max-width: 40rem;
    margin: 0 auto;
}

.banner-fondo .texto {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    z-index: 1;
    font-size: var(--font-size-large);
}

.comillas::after {
    content: '”';
}

.comillas::before {
    content: '“';
}

.comillas::after,
.comillas::before {
    font-size: 2rem;
    height: 1rem;
    display: block;
    line-height: 1;
}

.btn a {
    color: white;
}

.btn a,
.btn {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.btn {
    padding: .5rem 1rem;
    border: 2px solid white;
    transition: .3s;
    border-radius: 0;
}
.btn:hover {
    color: white;
}
.btnAdmisionBanner {
    margin: 1.2rem auto;
}

.HeroImage {
    margin: 0;
}

.HeroImage img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.HeroPortada {
    position: relative;
}

.TitleHeroPromocion {
    position: relative;
    top: -10rem;
    background-color: var(--color-crema);
    padding: 1rem 2rem;
}

.TextGreen {
    color: var(--color-verde);
}

.TextNaranja {
    color: var(--color-naranja);
}

.TitleHeroPromocion .TextGreen,
.TitleHeroPromocion .TextNaranja {
    font-size: 1.3rem;
    font-weight: bold;
}

.banner-imagen-texto {
    background-color: var(--color-amarillo);
}

.banner-imagen-texto .TextGreen {
    font-size: 1.2rem;
    padding: 2rem;
}

/* .HeroTitle{
    position: absolute;
    bottom: 0;
    padding: 1.2rem;
} */