/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 14:45:52 */
/* --- Estilo de Tarjetas Modernas para el Módulo Blog --- */

/* 1. Contenedor de la tarjeta */
.et_pb_blog_grid article {
    border-radius: 12px !important; /* Esquinas redondeadas */
    border: none !important; /* Quita el borde gris por defecto */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; /* Sombra suave */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; /* Animación suave */
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 15px;
}

/* 2. Efecto de elevación al pasar el ratón (Hover) */
.et_pb_blog_grid article:hover {
    transform: translateY(-8px); /* Sube la tarjeta */
    box-shadow: 0 15px 40px rgba(0,0,0,0.12) !important; /* Sombra más intensa */
}

/* 3. Ajuste de la imagen destacada */
.et_pb_blog_grid .entry-featured-image-url {
    margin: -20px -20px 20px -20px !important; /* Ajusta la imagen a los bordes */
    border-radius: 12px 12px 0 0 !important;
}

/* 4. Estilo del Título */
.et_pb_blog_grid .entry-title {
    padding: 0 20px !important;
    line-height: 1.4em !important;
    margin-top: 10px !important;
}

.et_pb_blog_grid .entry-title a {
    color: #222 !important;
    font-weight: 700 !important;
    text-decoration: none;
}

/* 5. Estilo de los Meta datos (Fecha, Autor) */
.et_pb_blog_grid .post-meta {
    padding: 0 20px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}

/* 6. Extracto del texto */
.et_pb_blog_grid .post-content {
    padding: 0 20px !important;
}

/* 7. Botón "Leer más" (si está activo) */
.et_pb_blog_grid .more-link {
    display: inline-block;
    margin: 15px 20px !important;
    font-weight: bold;
    color: #007aff !important; /* Cambia este color por el de tu marca */
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 980px) {
    .et_pb_blog_grid article {
        margin-bottom: 30px !important;
    }
}


.comment-form-comment{
	margin-bottom:150px;
}


/* --- DISEÑO EXCLUSIVO PARA EL INTERIOR DE LA ENTRADA (SINGLE POST) --- */

/* 1. Título de la entrada - Grande y centrado solo en el post */
.single .entry-title {
    font-size: clamp(34px, 5vw, 60px) !important; /* Tamaño fluido para 2025 */
    font-weight: 800 !important;
    letter-spacing: -2px !important;
    line-height: 1.1em !important;
    color: #1a1a1a !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/* 2. Meta-datos (Autor, fecha) centrados solo en el post */
.single .post-meta, 
.single .et_pb_title_meta_container {
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    color: #888 !important;
    margin-bottom: 40px !important;
}

/* 3. Contenedor de lectura estrecho para mejorar la legibilidad */
.single .et_pb_post_content,
.single .entry-content {
    max-width: 780px !important; 
    margin: 0 auto !important;
    font-size: 19px !important; /* Un poco más grande para lectura moderna */
    line-height: 1.8em !important;
    color: #333 !important;
}

/* 4. Encabezados internos (H2, H3) */
.single .et_pb_post_content h2 {
    font-size: 32px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

/* 5. Imágenes internas con estilo moderno */
.single .et_pb_post_content img {
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    margin: 40px 0 !important;
}

/* 6. Citas (Blockquotes) estilo minimalista editorial */
.single .et_pb_post_content blockquote {
    border-left: 4px solid #1a1a1a !important;
    padding: 20px 40px !important;
    background: #fbfbfb !important;
    font-style: italic !important;
    font-size: 22px !important;
    margin: 40px 0 !important;
}

/* Ajustes específicos para móviles para que el título no se vea gigante */
@media only screen and (max-width: 767px) {
    .single .entry-title {
        font-size: 32px !important;
        padding: 0 10px !important;
    }
    .single .et_pb_post_content {
        padding: 0 20px !important;
        font-size: 17px !important;
    }
}
