/*CSS OBRAS*/
.contenedor-ficha-obra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.contenedor-obra {
    width: 50%;
}

/*Responsive*/
@media (max-width:767px) {
   .contenedor-obra {
    width: 100%;
} 
}

.contenedor-titulo-obra {
    text-align: start;
    
}

.contenedor-obra .elementor-element.elementor-element-8213981.elementor-widget.elementor-widget-heading {
    margin-bottom: 0;
}

.contenedor-ficha-obra p {
    margin: 0;
}

.contenedor-imagen-obra img.attachment-large.size-large {
    object-fit: contain;
    width: 400px;
    height: 400px;
}

.contenedor-imagen-obra {
    width: 400px;
    height: 400px;
}

.contenedor-widget-obra{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contenedor-titulo-obra h2.elementor-heading-title.elementor-size-default {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
/*
*
*
*
END CSS OBRAS*/


/*CSS POSTS*/

.contenedor-imagen-post img.attachment-medium.size-medium {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.contenedor-custom-post {
    margin: 0px 5px 20px 5px;
}
.contenedor-custom-post .elementor-post__card {
    min-height: 640px;
}
/*
*
*
*
*END CSS POSTS*/

/*CSS PUBLICACIONES*/
.contenedor-publicacion .jet-listing-grid__items.grid-col-desk-3 {
    --columns: 1;
}
.contenedor-publicacion {
    width: 33%;
}

.contenedor-publicacion h2.elementor-heading-title.elementor-size-default {
    font-size: 20px;
}
.contenedor-publicacion h3.elementor-heading-title.elementor-size-default {
    font-size: 18px;
    font-family: 'Muli',sans-serif;
    color: #7e7e7e;
}
.contenedor-publicacion .elementor-element.elementor-element-efa67da.elementor-widget.elementor-widget-heading {
    margin-bottom: 5px;
}

/*Tablet */
@media (max-width:1024px) {
    .contenedor-publicacion {
        width: 50%;
    }
}
/*Mobile */
@media (max-width:767px) {
    .contenedor-publicacion {
        width: 100%;
    }
}

.jet-listing-grid.jet-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*END CSS PUBLICACIONES*/

/*CSS MULTIMEDIA*/
.contenedor-multimedia h2.elementor-heading-title.elementor-size-default {
    display: none;
}

.contenedor-multimedia a.elementor-icon.elementor-animation- {
    font-size: 30px;
    color: white;
}

.contenedor-multimedia-izq {
    background: black;
    margin: 0;
    padding: 5% 5% 0 5%;
    width: 50%;
}
.contenedor-multimedia h3.elementor-icon-box-title {
    font-family: 'Muli',sans-serif;
    color: white;
    font-size: 20px;
}

.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-16617f5 {
    width: 100%;
}

.contenedor-multimedia-der {
    width: 50%;
}
.contenedor-multimedia-der i.fab.fa-youtube {
    position: absolute;
    left: 45%;
    top: 9vw;
    color: #c4302bba;
}
.contenedor-multimedia-der i.fab.fa-youtube:hover {
    color: #c4302b;
}

.contenedor-multimedia-der img.attachment-full.size-full {
    object-fit: cover;
    height: 300px;
}

@media (max-width:767px) {
    .contenedor-multimedia-der {
        width: 100%;
    }
    .contenedor-multimedia-izq {
        width: 100%;
    }
    .contenedor-multimedia-der i.fab.fa-youtube {
        left: 42%;
        top: 34vw;
    }

}
    


/**************** CSS EXPOSICIONES*****************/
