.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%;
}

.tres-colum-btn-yellow2{
  font-size:1.8rem !important; font-weight: bold; font-style: italic; border-radius:2rem;
}

#registradores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

#registradores .item img {
    max-height: 100px;
    object-fit: contain;
}
#toggleAgentesBtn{
    display:block;
    margin:20px auto 0;
    background:#fedc32;
    border:none;
    padding:10px 22px;
    border-radius:999px;
    font-weight:bold;
    font-style:italic;
    cursor:pointer;
}

.logos-agentes {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.logos-agentes .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logos-agentes .item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#domainssearch .modal-lg{
  max-width: 1024px !important;
}

.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;
}

.homesearch_img2{
  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: #000;
    font-weight: 700 !important;
    text-align: center;
    margin-top: 1rem;
  }

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

  @media only screen and (max-width: 768px) {
    .banner-text{
      font-size:1.6rem;
    }

    .banner-text1{
      font-size:2.8rem;
    }

    .tres-colum-btn-yellow2{
      width:100%;
      font-size:1.4rem !important;;
    }
  }

  @media only screen and (max-width: 412px) {
    .banner-text{
      font-size:1.2rem;
    }

    .banner-text1{
      font-size:2rem;
    }
  }

  .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;
  }

  .homesearch_img2{
    margin-top: -1rem;
  }

}

/* ===== Forzar modal Bootstrap 3 a barra inferior ===== */
#cookieBar.modal {
  background: transparent;
}

#cookieBar .modal-body {
  display: block !important;
  text-align: left;
}

#cookieBar .modal-dialog {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: none !important;
}

#cookieBar .modal-content {
  border-radius: 0 !important;
  border-top: 3px solid #5b5b5b;
  border-left: none;
  border-right: none;
  border-bottom: none;
  flex-direction: row !important;
  background: #f2f2f2;
  box-shadow: 0 -10px 25px rgba(0,0,0,.25);
  padding: 1rem 2rem;
}

#cookieBar .modal-body {
  max-width: 1200px;
  margin: 0 auto;


  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#cookieBar .modal-body p {
  font-size: 1rem;
  line-height: 1.4;
  color: #1d1d1d;
  flex: 1;
}

#cookieBar .img-cookie {
  width: 40px;
  height: auto;
}

/* Footer botones */
#cookieBar .modal-footer {
  border-top: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

#cookieBar .btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 12px 28px;
  font-weight: 700;
  border-radius: 0;
  width: 200px;
}

#cookieBar .btn:hover {
  background: #111;
  color: #fff;
}

/* Quitar centrado vertical de Bootstrap */
#cookieBar.modal.fade .modal-dialog {
  transition: none;
}

/* Responsive */
@media (max-width: 768px) {

  #cookieBar .modal-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #cookieBar .btn {
    width: 100%;
    min-width: 0;
}

}


/* Responsive */
@media (max-width: 768px) {
.logos-agentes {

    grid-template-columns: repeat(2, 1fr);
}
}
