.caf_apertura_fullimage .jumbotron {
    padding: 0px !important;
    border-radius: 0rem;
}

.caf_apertura_fullimage {
    border-radius: 0px;
    color: #ffffff;
    overflow: hidden;
    font-size: 45px;
    font-size: min(max(30px, 3vw), 45px);
    line-height: 1.3;
    position: relative;
}

.caf_entrada {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
}

.caf_entrada li {
    font-size: 14px;
    font-size: min(max(12px, 1vw), 20px);
    font-family: Playfair Display, serif;
    font-weight: 700;
    padding: 0em 1.5em 0em 1em;
    text-transform: uppercase;
}

.caf_entrada li:not(:last-child) {
    border-right: 1px solid #fff;
}

.caf_entrada li a {
    color: #fff;
}

.caf_tit__apertura {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 8%;
}

@media (max-width: 991.98px) {
    .caf_tit__apertura {
        width: 100%;
        padding: 8%;
    }

    .caf_apertura_wrap {
        height: 65vw;
    }
}

@media (max-width: 630px) {
    #caf_menu ul {
        margin-top: 115px;
    }

    .caf_menu_uno {
        margin-right: 20px !important;
    }
}

@media (min-width: 992px) {
    .caf_tit__apertura {
        width: 85%;
        padding: 8%;
    }

    .caf_apertura_wrap {
        height: 46vw;
        /*height: 50vw;*/
        /*height: 56vw;*/
    }
}

.caf_apertura_wrap {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*position: relative;*/
}

/* APERTURA VIDEO */

.caf_video_apertura {
    position: absolute;
    /*left: 0;*/
    /*width: 105%;*/
    opacity: .7;
}

.caf_video_container iframe {
    height: 68vw;
    width: 120%;
}
