.anunEspeTitles{
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size:36px;
  line-height:46.1px;
  color:white;
  letter-spacing:0.01em;
}

.anunEspeTexto{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
  line-height:22.5px;
  color:white;
  letter-spacing:0.025em;
  max-width:593px;
}      
           
.anunEspe{
  display:flex;
  width:100%;
  height:603px;
  padding:60px 40px;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow-y: hidden;
}

.anunEspeFondo{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:black;
  z-index:1;
}

.anunEspeFondo img{
  width:100%;
  object-position:top;
  object-fit:cover;
  height: 100%;
}

.anunEspeContainer{
  display:flex;
  width:100%;
  max-width:1210px;
  flex-direction:column;
  gap:27px;
  position:relative;
  z-index:2;
}

.anunEspeBotones{
  display:flex;
  gap:36px;
  padding-top:11px;
}

a.anunEspeBoton{
  all: unset;
  position: relative;
  cursor: pointer;
  padding: 14px 19px;
  background-color: #AE864E;
  text-align: center;
  border-radius: 13px;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 12.7px;
  letter-spacing: 0.02em;
  transition: all 0.20s ease;
}

a.anunEspeBoton:hover,
a.anunEspeBoton2:hover{
  transform: translateY(-8px);
}

a.anunEspeBoton2{
  all: unset;
  display: flex;
  width: fit-content;
  flex-direction: column;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 12.7px;
  letter-spacing: 0.02em;
  transition: all 0.20s ease;
}

.anunEspeContacto{
  padding: 13px 8px 11px 8px;
  color: white;
}

.anunEspeLine{
  width: 100%;
  height: 1.5px;
  background-color: #BCB7B7;
}

/* ──────────────── MEDIA QUERIES ──────────────── */

/* TABLETAS */
@media (max-width: 1024px){
  .anunEspeFondo img{
    object-position: right;
  }
}

/* CELULARES */
@media (max-width: 700px){

  .anunEspe{
    height: 620px;
    padding: 20px;
    padding-top: 200px;
  }

  .anunEspeContainer{
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .anunEspeTitles{
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    max-width: 300px;
  }

  .anunEspeTexto{
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
  }

  .anunEspeBotones{
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-top: 9px;
  }

  /* Botón principal */
  a.anunEspeBoton{
    font-size: 14px;
    padding: 12px 18px;
  }

  /* Botón secundario con borde (como en intro) */
  a.anunEspeBoton2{
    font-size: 14px;
    padding: 11px 15px;
    border: 1px solid white;
    border-radius: 13px;
  }

  /* Quita la línea separada y ajusta el texto */
  .anunEspeLine{
    display: none;
  }

  .anunEspeContacto{
    padding: 0;
  }

  .anunEspeFondo img{
    object-position: -600px;
  }
}

@media (max-width: 500px){
  .anunEspeFondo img{
    object-position: -900px;
  }
}
