.caja-admin {

    background-color: #fff;

    border: 1px solid #d1d1d1;

    border-radius: 3px;

    padding: 15px 25px;

    margin: 0 15px;

    cursor: pointer;

}



.caja-admin h4 {

    font-weight: 500;

    font-size: 0.8em;

}



.caja-admin p em {

    font-size: 14px;

    font-weight: 300;

}



.owl-stage-outer{

    z-index: 100;

}



.carousel-container {

    overflow-x: hidden;

}



.carrusel_videos_padre .owl-stage { display: flex; align-items: center; min-height: 350px; }

.carrusel_videos_padre .owl-stage-outer.owl-height { overflow: visible; height: 350px !important; }



.carrusel_videos_padre .elemento-video { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 6px; }



.carrusel_videos_padre .elemento-video img { width: 100%; object-fit: cover; object-position: center; transition: all ease-in .35s; visibility: hidden; aspect-ratio: 16 / 9; z-index: 100; }

.carrusel_videos_padre .elemento-video::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1000; }



.carrusel_videos_padre .owl-item { height: 100%; }



/* ************************************ AQUI PERRO DE FUEGO ************************************ */

.carrusel_videos_padre .owl-item.active.center { max-width: 540px;  min-height: 350px; height: 100%; transition: all ease-in-out .35s; }

.carrusel_videos_padre .owl-item.active.center .elemento-video{ min-height: 350px; }

.carrusel_videos_padre .owl-item.active.center .elemento-video img { min-height: 350px; }

.carrusel_videos_padre .owl-item.active .elemento-video img { position: relative; visibility: visible; transition: transform 350ms ease-in-out; min-height: 330px; }

/* ************************************ AQUI PERRO DE FUEGO ************************************ */


.carrusel_videos_padre .elemento-video:hover img { transform: scale(1.1); }



.carrusel_videos_padre .owl-item { position: relative; }



.carrusel_videos_padre .owl-item .elemento-video h3 {

    font-size: 21px;

    line-height: 25px;

    /*text-transform: lowercase;*/

    position: absolute;

    color: white;

    bottom: 12%;

    left: 7%;

    z-index: 10000;

    visibility: hidden;

}

.carrusel_videos_padre .owl-item.active.center .elemento-video h3 { visibility: visible; }



/*.carrusel_videos_padre .owl-item .elemento-video h3::first-letter { text-transform: uppercase; }*/



.carrusel_videos_padre .owl-item .elemento-video span i {

    color: white;

    background-color: rgba(0, 0, 0, 0.3);

    padding: 20px;

    border: 1px solid white;

    border-radius: 100px;

    position: absolute;

    bottom: 40%;

    left: 7%;

    font-size: 18px;

    line-height: 13px;

    display: flex;

    justify-content: center;

    align-items: center;

    visibility: hidden;

    z-index: 10000;

}

.carrusel_videos_padre .owl-item.active.center .elemento-video span i { visibility: visible; }



/* Flechas de navegación */



.next-video, .prev-video {

    position: absolute;

    top: 50%;

    z-index: 10;

    background-color: transparent;

    border: 0;

    font-size: 32px;

    color: white;

    opacity: 0.5;

    outline: none;

    margin: 0;

    transform: translateY(-50%);

    transition: 

        opacity 150ms ease-in-out,

        transform 150ms ease-in-out;

    cursor: pointer;

}

.next-video:focus, .prev-video:focus {

    outline: none;

}



.next-video:hover, .prev-video:hover {

    opacity: 1;

    transform: scale(1.05) translateY(-50%);

}



.prev-video { left: 20px; }

.next-video { right: 20px; }


@media only screen and (max-width: 1100px) {
    .carrusel_videos_padre .owl-item.active.center {
        max-width: none;
    } 

    .carrusel_videos_padre .owl-item .elemento-video span i {
        bottom: 24%;
    }

}

@media only screen and (max-width: 800px) {
    .carrusel_videos_padre .elemento-video img {
        aspect-ratio: 10 / 5;
    }
}