.homesearch_title{

  font-family: "Montserrat-Bold";
  font-size:3.7rem;
  color: #6a3ec9;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 2.5rem;
  width: 80%;
}

.btn-search-domain {
  background-color: #fedc32;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-family: "Montserrat-Bold";
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  display: inline-flex;        /* mejor que inline-block para centrar contenido */
  align-items: center;         /* centra verticalmente el texto */
  justify-content: center;     /* centra horizontalmente */
  height: 40px;                /* alto fijo */
  padding: 0 20px;             /* solo padding horizontal */
  line-height: 1;
  white-space: nowrap;  /* fuerza que todo el texto quede en una sola línea */
  overflow: hidden;     /* opcional, corta si no cabe */
  text-overflow: ellipsis;
  width:280px;
  min-width:280px;
  border-radius: 0.5rem;
  color:#000;
}

.homesearch_text
{
  font-family: "Montserrat-Regular";
  font-size:1.7rem;
  color: #6a3ec9;
  font-weight: 500 !important;
  text-align: center;
  margin-top: 1.5rem;
}

.homesearch_img{
  width:500px;
  margin-top: -5rem;
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #0f0f1a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #fedc32;
  border-right-color: #6a3ec9;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.seccion-item-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .seccion-item-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-text{
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    font-family: "Montserrat-Regular";
    font-size: 1rem;
    color: #444;
    font-weight: 400 !important;
  }

  .section-btn{
    background-color: #fedc32;
    color:#000;
    font-family: "Montserrat-Bold";
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
    width: 130px;
    text-align: center;
  }

  .modal-sugerencias-btn{
    background-color: #fedc32;
    color:#000;
    font-family: "Montserrat-Bold";
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
    width: 170px;
    text-align: center;
  }

  .banner-text{
    font-family: "Montserrat-Bold";
    font-size:2rem;
    color: #6a3ec9;
    font-weight: 700 !important;
    text-align: center;
    margin-top: 1rem;
  }

  .banner-img{
    width: 240px;
  }

  .disponible .disponible-nombre{
    font-size: 2rem;
    font-family: "Montserrat-Bold";
    font-style: italic;
    font-weight: bold;
    color:#000 !important;
  }

@media (max-width: 810px) {
  .homesearch_text
  {
    font-size:1.2rem;
  }

  .homesearch_img{
    width:360px;
    margin-top: -3.5rem;
  }


}
