.elementor-242 .elementor-element.elementor-element-fba8dd8{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--border-radius:8px 8px 8px 8px;box-shadow:0px 15px 35px 0px rgba(25, 39.000000000000036, 77, 0.08627450980392157);--margin-top:-1em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:3em;--padding-bottom:4em;--padding-left:3em;--padding-right:3em;}.elementor-242 .elementor-element.elementor-element-fba8dd8:not(.elementor-motion-effects-element-type-background), .elementor-242 .elementor-element.elementor-element-fba8dd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:769px){.elementor-242 .elementor-element.elementor-element-fba8dd8{--padding-top:2em;--padding-bottom:2.5em;--padding-left:1.6em;--padding-right:1.6em;}}@media(min-width:770px){.elementor-242 .elementor-element.elementor-element-fba8dd8{--width:600px;}}/* Start custom CSS *//* BOX CONTENIDOS DESBLOQUEADOS */

/* Tamaño del Box Content */
@media screen and (min-width: 1024px) {
.box-contenido-full {
  width: calc(50% - 15px) !important;
 }
}

@media screen and (max-width: 1024px) {
.box-contenido-full {
  width: 100% !important;
 }
}



/* Imagen destacada (Filtro Blanco) */
.box-contenido-full
img {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-contenido-full
img:hover {
  opacity: 0.7;
}




/* Titulo en 2 Lineas */
.box-contenido-full h3 {
  height: 35px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
 }

/* Hover Titulo enlace */
.box-info-full h3 a:hover {
color: #2384E5;
}



/* Icono de Carpeta en el Tipo de Contenido */
.box-info-full p:before {
content: " 📂 ";
font-size: 13px;
}/* End custom CSS */