/*
Theme Name: MakuaTheme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: MakuaEnvios Team
Author URI: https://www.makuaenvios.com
Description: Twenty Twenty-Five Child
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,full-site-editing,block-patterns,wide-blocks,block-styles,style-variations
Version: 1.0
Updated: 2025-11-17 13:59:55

*/

/* =========================================================
 * Texto del toast del formulario de contacto
 * =========================================================*/
.wp-block-kadence-advanced-form.wp-block-kadence-advanced-form686-cpt-id .kb-adv-form-message.kb-adv-form-success {
  border-top: 0 solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  color: #8a8d9c;
  background: #d9f9dab8;
  text-align: center;
  padding: 10px 25px 10px 25px;
  margin: 15px auto 0;
  display: table;
}
/* =========================================================
 * FIN - Texto del toast del formulario de contacto
 * =========================================================*/

/* =========================================================
 * Elementos del post de página general de categorías
 * =========================================================*/
@supports (-webkit-appearance: none) {
    /* Estilos específicos para Chrome, arreglar imagen overflow */
  html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post figure.wp-block-post-featured-image {
	max-width: fit-content !important;
  }
}

/* Tamaño del grid de lista de post de categorías */
html > body div.wp-site-blocks main section ul.columns-4.is-layout-grid {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

/* Hacer de igual altura los contenedores*/
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post,
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 {
  height: 100% !important;
}

/* Texto leer más de páginas de categorías */
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post p.wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link {
	color: #ec6039;
	border-color: #ec6039;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px 12px 20px;
    background-color: #f9f9f9;
    border-radius: 12px 12px 12px 12px;
    font-weight: 600;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.2);
  	border-width: 2px;
  	border-style: solid;
	margin-top: 5px;
}
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post p.wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link::after {
    content: '→';
    font-weight: bold;
    transition: transform 0.3s ease;
}
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post p.wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link:hover {
    color: #f7fcfe;
  	background-color: rgba(238,142,45,.63);
  	border-color: #f7fcfe;
}
html body div.wp-site-blocks li.wp-block-post > article.is-style-section-1 > div > section.wp-block-uagb-container.categoria-last-container-summary-post p.wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link:hover::after {
    transform: translateX(5px);
}
/* =========================================================
 * FIN - Elementos del post de página general de categorías
 * =========================================================*/
