/* ===============================
  SPAZIO RESTAURACIÓN NEWS CSS
=============================== */

/*Slider principal */
.home-header-spazio {
    padding: 160px 40px 90px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/public/img/fis/spazio/back_actividades.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-header-spazio img {
    max-width: 700px;
    width: 100%;
    height: auto;
}

.home-header-spazio h1 {
    color: #FFF;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-header-spazio h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.home-header-spazio p {
    font-size: 20px;
    color: white;
    font-weight: 100;
}
.home-header-spazio > div {
    display: flex;
    gap: 70px;
}

.home-header-spazio > span {
    display: flex;
    gap: 50px;
    justify-content: center;
    width: 70%;
    align-items: center;
}

.home-header-spazio .button-main {
    font-size: 26px;
    width: 420px;
}

.button-spazio {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 300px;
}

.button-spazio:hover {
    background: white;
    color: #492024;
    border: 2px solid #492024;
}

/* .button-main {
    background-color: #DF8033 !important;
} */

@media (max-width: 1400px) {
    .home-header-info img {
        max-width: 500px;
    }

    .home-header-info h1 {
        font-size: 55px;
    }

    .home-header-info h2 {
        font-size: 45px;
    }

    .home-header-info .button-main {
        font-size: 19px;
    }
}

@media (max-width: 950px) {
    .home-header-info > div {
        flex-direction: column;
        gap: 35px;
    }
}

@media (max-width: 500px) {
    .home-header-text {
        width: 100%;
        font-size: 24px;
        word-spacing: -4px;
    }
}

@media (max-width: 500px) {
    .home-header-info {
        gap: 40px;
    }

    .home-header-info h2 {
        font-size: 36px;
    }
}

/* Modelos de participación*/ 
.exponer-modelos-spazio {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 100px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
  background: url(/public/img/fis/spazio/back_actividades.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.exponer-modelos-packs-spazio {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
  gap: 20px; /* separación entre los bloques */
  max-width: 1200px; /* ancho máximo centrado */
  margin: 0 auto; /* centrado horizontal */
  padding: 20px;
}

.exponer-modelos-pack-spazio {
  background: #ffffffb3; /* opcional para que se vea más tipo tarjeta */
  border-radius: 10px;
  overflow: hidden;
}
.exponer-modelos-pack-spazio {
    width: 100%;
    min-height: 600px;
}
.exponer-modelos-pack-3d-spazio {
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
}

.exponer-modelos-pack-plus-spazio {
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
}

.exponer-poster-card-image-spazio {
  height: 490px;
}

.exponer-modelos-pack-info-text-spazio > div:nth-of-type(1) {
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
    border-radius: 8px;
    padding: 20px 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.exponer-modelos-pack-info-plus-spazio > div:last-of-type {
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.list_item {
    margin-bottom: 32px;
    line-height: 40px;
    font-size: 30px !important;
}

/* Próximos pasos */
.steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.step {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.step-number {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;         
    flex-shrink: 0;        
}

.step-number svg {
    width: 100%;
    height: 100%;
}

.step p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
}

.step p strong {
    font-weight: 700;
}

.btn {
    background: linear-gradient(90deg, #914F39 0%, #E38E35 100%, #EFBA3A);
    color: #0a1832;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: block;        /* para poder centrar */
    width: fit-content;    /* ocupa solo lo que mide el contenido */
    margin: 0 auto;        /* centra horizontalmente */
    transition: background 0.3s ease;
}

.btn:hover {
    background: #d18e0c;
}



/* Responsive */
@media (max-width: 768px) {
    .steps {
        grid-template-columns: 1fr;
    }
}


.btn {
    background: #f9b233;
    color: #0a1832;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    display: block;        /* se convierte en bloque */
    width: fit-content;    /* ocupa solo lo que mide el contenido */
    margin: 0 auto;        /* centra horizontalmente */
}

.btn:hover {
      background: #d18e0c;
}

.feria-card:hover .feria-card-image {
  opacity: 1;
}

.feria-cards-spazio {
    background: url(/public/img/fis/spazio/back_actividades.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px !important;
}

.feria-card.hover .feria-card-image {
    opacity: 1 !important;
}
