/**
 * Theme Name: Astra Child
 * Template:   astra
 * ...other header fields
 */

 /* menú fijo */
@media (min-width: 1024px) {
  .site-header {
	position: sticky;
  top: -55px;
  z-index: 999;
  }
}
/* ? */
 .texto-encima {
    color: #11192157 !important;
    font-size: 18rem !important;
    position: relative !important;
    bottom: -50px;
    line-height: .75;
    white-space: nowrap;
    z-index: 1000;
}
.mi-contenedor {
		position:relative;
		 overflow: visible !important;
	
	}	

/* boton slide 
.boton-slide {
  width: 30%;
  background-color: #B7322C;
  color: #FFFFFF;
  padding: 14px;
  border: 1px solid #B7322C;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}*/

.wp-block-uagb-container.uagb-block-73a4bf5a.uag-blocks-common-selector {
	--z-index-desktop: -57 !important;
	}
.numero {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(25%);
    font-size: clamp(60px, 15vw, 200px);
    z-index: 0;
}

.texto-numero {
    position: relative;
    z-index: 2;
}
	
	.belgas-encabezado {
font-size: clamp(28px, 6vw, 85px) !important;
	}
/* Galeria */
/* evita que el zoom se salga */
.card-hover .wp-block-post-featured-image {
  overflow: hidden;
}

/* animación */
.card-hover .wp-block-post-featured-image img {
  transition: transform 0.3s ease;
}

/* efecto */
.card-hover .wp-block-post-featured-image:hover img {
  transform: scale(1.08);
}
	
	.col {
		display:flex;
		align-items: center;
		gap: 2rem;
		  position: relative;
  padding-left: 60px;
	}
/* entradas numero*/
.paso {
   display: flex;
  align-items: center;
  gap: 14px; 
}

.paso::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #B7322C; /* granate */
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
}
	
	.paso-p::before {
		content: '';
  position: absolute;
  left: -25px;
  top: -20px;
  
  width: 2px;
		height: 350px;
  background: repeating-linear-gradient(
    to bottom,
    #d32f2f 0,
    #d32f2f 5px,
    transparent 5px,
    transparent 10px
  );
	}

.paso-1::before {
  content: "1";
}
.paso-2::before {
  content: "2";
}
	.paso-3::before {
  content: "3";
}
/*  masonry*/
	.mi-masonry-custom ul.wp-block-post-template {
    display: block !important;
    column-count: 3;
    column-gap: 20px;
}

.mi-masonry-custom .wp-block-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid; 
}

@media (max-width: 768px) {
    .mi-masonry-custom ul.wp-block-post-template { column-count: 2; }
}
@media (max-width: 480px) {
    .mi-masonry-custom ul.wp-block-post-template { column-count: 1; }
}
	
/* Puntos lista*/
	ul li::marker {
  color: #B7322C;
}
	
/* contenedor newsletter */
/* Contenedor */
.mc4wp-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  max-width: 500px;
  margin: auto;
}

.mc4wp-form:hover{
	box-shadow: 0 1px 0 rgba(0,0,0,0.06)
}
/* Título */
.mc4wp-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Campo email */
.mc4wp-form input[type="email"] {
  width: 100%;
  padding: 14px;
  border: 1px solid #B7322C;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

/* Botón */
.mc4wp-form input[type="submit"] {
  width: 60%;
  background-color: #B7322C;
  color: #FFFFFF;
  padding: 14px;
  border: 1px solid #B7322C;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hover */
.mc4wp-form input[type="submit"]:hover {
  background-color: #FFFFFF;
	color: #B7322C;
}

	
.subtitulo {
font-size: clamp(1.2rem, 4vw, 2.2rem);
	}

.titulo {
font-size: clamp(2.2rem, 4vw, 3.2rem);
	}

.cita {
font-size: clamp(1.8rem, 4vw, 2.6rem);
line-height: 3rem;
	}

.inter  {
        line-height: 1.5;
}

/* hero taller */

.titulo-taller {
font-size: clamp(2.4rem, 4vw, 3.7rem);
	}

.subtitulo-taller {
font-size: clamp(1.8rem, 4vw, 2.3rem);
	}

 .inter-taller  {
line-height: 1.5;
}

/* Botón feed Instagram*/

.sbi_follow_btn a{
	background-color: #fffffc!important;
	border: 1px solid#b7322c!important;
	color: #b7322c!important;
}

.sbi_follow_btn a:hover{
	box-shadow: inset 0 0 10px 20px #b7322c!important;
	color: #fffffc!important;
}

.sbi_follow_btn a:focus{
	box-shadow: inset 0 0 10px 20px #b7322c!important;
	color: #fffffc!important;
}


/* RRSS de formulario*/
.wp-container-core-group-is-layout-bb081da1 {
  padding-right: 20% !important;
}


/* Cards galería*/
.ymc-container .filter-content .posts-grid .post-layout_standard {
 
border: 1px solid transparent !important;
  border-radius: 15px !important;
}

.post-card__image	{
border-top-left-radius: 18px!important;
border-top-right-radius: 18px!important;
}

.acarrusel .wp-block-button__link:hover{
	color: var(--ast-global-color-0)!important;
}

.paso-p::before {
    content: '';
    position: absolute;
    left: -25px;
    top: -20px;
    width: 2px;
    height: 250px;
    background: repeating-linear-gradient(to bottom, #d32f2f 0, #d32f2f 5px, transparent 5px, transparent 10px);
}

.reset {
	margin-bottom: 0;
}

.entry-meta,
.post-meta,
.byline,
.posted-on {
  display: none;
}

/* Botones base */
.filter-button {
  background-color: #9E9E9E !important; 
  color: #fff !important;
  border-radius: 9px !important;
}

/* Hover de botones inactivos */
.filter-button:not(.is-active):hover {
  background-color: #B7322C !important;
  transform: scale(1.05) !important;
}

/* Botón activo */
.filter-button.is-active {
  background-color: #B7322C !important;
  color: #fff;
}
