/*
 Theme Name:   sweetalmond
 Theme URI:    https://e2pg.com/
 Description:  Theme E2pg versión Child theme de GeneratePress
 Author:       E2pg
 Author URI:   https://e2pg.com/
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  e2pg
*/

/* CABECERA */

/* BODY */

/* titulos */

.entry-title {
  text-align: end;
  position: relative;
  z-index: 999;
  margin: 2.3em 8em -6em 0;
  font-size: 1.1em;
}

/* Empujar el contenido principal hacia arriba */
.bloque-hero {
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding-top: 100px; /* Ajusta según la altura del header si hay texto */
}

/* hero */

.wp-image-276 {
  max-width: 300px !important;
}

.bajo-hero {
  margin-top: -140px;
  position: relative;
  z-index: 999;
}

/* margenes columnas */

:where(.wp-block-columns) {
  margin-bottom: 0em;
}

.margen-columna-media {
  padding-left: 2.5em;
}

.col-intro {
  margin: 0 5em !important;
  min-height: 500px;
}

.bloque_pie {
  margin-top: -200px;
  position: relative;
  z-index: 0;
}

.pre-bloque_pie {
 position: relative;
 z-index: 10;
}

/* margenes columnas boton */

.bg_boton_seccion {
  border-radius:25px;
  box-shadow: 1px 20px 15px 2px #a6a6a6;
}

.img_sup {
  margin-left: -25em;
  position: absolute;
  z-index: 999;
  margin-top: -25em;
  max-width: 50% !important;
}

@media (max-width: 782px) {
 .img_sup {
   margin-left: 10em;
   position: absolute;
   z-index: 999;
   margin-top: -10em;
   width: 600px !important;
 }
}

/* botones */

.boton-claros {
  border-radius:25px;
  box-shadow: 10px 20px 20px 1px #8c8c8c50;
}

.wp-block-button__link.has-text-align-center.wp-element-button {
  background-color: #00788e;
}

.wp-block-button__link.has-text-align-center.wp-element-button:hover {
  background-color: #7a2d04;
}

.boton-oscuros {
  border-radius:25px;
  box-shadow: 10px 20px 20px 1px #8c8c8c50;
}

.wp-block-button__link.has-contrast-color.has-base-3-background-color.has-text-color.has-background.has-link-color.wp-element-button:hover {
  background-color: #fecf72;
}

/* tablas */

.wp-block-table thead {
  border-bottom:1px solid;
}

.wp-block-table td, .wp-block-table th {
  border:1px solid #fecf72;
  padding:0.1em 1em 0.5em 0.5em;
}

/* FOOTER */
