/* IMAGENES CABECERA */
/* http://www.upv.es/organizacion/servicios-universitarios/index-es.html */

@media (max-width: 599px) {
    .text-over-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        box-sizing: border-box;
        padding: 0;
        width: 75%;
        display: flex;
        justify-content: center;
        /*bottom: 200px;*/
        margin: 0!important;
    }
    #titular_over_img {
        font-size: 2.5em;
        margin-top: auto;
        margin-bottom: auto;
    }

    .div-grid-2 {
        display: block;
        margin-left: 1em;
        margin-right: 1em;
    }

    .div-grid-2-left {
        border-right-style: none;
    }
}

@media only screen and (min-width:600px) and  (max-width: 1024px) {
    .text-over-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        box-sizing: border-box;
        padding: 0;
        width: 75%;
        display: flex;
        justify-content: center;
        /*bottom: 500px;*/
        margin: 0!important;
    }
    #titular_over_img {
        font-size: 5em;
        margin-top: auto;
        margin-bottom: auto;
    }

    .div-grid-2 {
        display: block;
        margin-left: 1em;
        margin-right: 1em;
    }

    .div-grid-2-left {
        border-right-style: none;
    }
}

@media (min-width: 1025px) {
    .text-over-img {
        position: absolute;
        bottom: 5px;
        margin-left: 25px;
        /*margin-bottom: -25px;*/
    }
    /*.text-over-video-texto {
        max-width: calc(100% - 255px);
    }*/

    #titular_over_img {
        font-size: 10em;
        margin: 0;
    }

    .div-grid-2 {
        display: grid;
        margin: 0 auto;
    }

    .div-grid-2-left {
        border-right-width: medium;
        border-right-color: var(--marca-red);
        border-right-style: solid;
    }

    .txt-sobre-img {
        width: 100%;
    }
}

/*.video-cabecera video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}*/

.text-over-img h1 {
    font-weight: bold;
    font-family: "Poppins" ,sans-serif;
}

.text-over-img h1 {
    color: #fff;
}
/* FIN IMAGENES CABECERA */


.seccion-pagina-3 {
    margin-bottom: 2em;
}