/**
 * Theme Name:        Lexmecanica child Divi
 * Description:       Child theme para  basada en Divi
 * Version:           1.0.0
 * Author:            Tíndalos
 * Template:          Divi
 */

.headerpage {background:#282b69!important;     padding: 100px 0 20px 0 !important;}
.headerpage p, .headerpage .et-l h1 {color:#FFF!important;}
/* Mantener layout de dos columnas como Divi */
#content-area {
    display: flex;
    justify-content: center;
    gap: 40px; /* separación entre contenido y sidebar (opcional) */
}

/* Ajustar el contenido principal */
#left-area {
    padding: 0 !important; /* quitar padding */
    box-sizing: border-box;
}
.full-featured img.featured-full-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0;
    max-width: 100%;
}

.et_pb_blog_grid .et_pb_post, .et_pb_posts .et_pb_post {
position: relative;
}

@media (min-width: 468px) {
    .archive #content-area #left-area {display:block!important;
}


.et_pb_blog_grid .et_pb_post .entry-title a:after, .et_pb_posts .et_pb_post .entry-title a:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
}



 
.et_pb_blog_grid .et_pb_post:hover, .et_pb_posts .et_pb_post:hover {
cursor: pointer;
}







.et-menu a, .et-menu a:hover {
	-webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
  opacity: 100 !important;
  display: block !important;
}

  .tindalos-medio-content h2{  font-size: 1.6rem !important;    line-height: 1;}
}