/* fuentes tipgoraficas*/
body {
  font-family: 'Asap'; /* Fuente principal con fallback */
}
@font-face {
  font-family: 'Asap';
  src: url('/assets/fonts/Asap-VariableFont_wdth_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, h7, label, input, select, option, p, a, button {
  font-family: Asap !important;
  font-size: 18px;
}
a, p, button {
  border-radius: 10px!important;
}
a:hover{
  text-decoration: none;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0096c7;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
.nav-link {
    color: black !important;
}  
  .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
  }
  
  .menu-icon {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 9999;
  }
  
  .menu-icon span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 20px;
    margin-bottom: 3px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
  }
  
  .menu-icon span:before,
  .menu-icon span:after {
    content: '';
    display: block;
    background-color: #fff;
    height: 3px;
    width: 20px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease-in-out;
  }
  
  .menu-icon span:before {
    top: -8px;
  }
  
  .menu-icon span:after {
    top: 8px;
  }
  
  .menu-icon:hover span {
    background-color: #0077b6;
  }
  
  .menu {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    margin-bottom: 0px;
  }
  
  .menu li {
    list-style-type: none;
  }
  
  .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
    display: block;
  }
  
  .menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #71e0fffd;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .menu li:hover::before {
    transform: scaleX(1);
  }
  .menu li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.8s ease-in-out;
  }
  .menu li:hover::after {
    transform: scaleX(1);
  }
  input#menu-toggle {
          appearance: none;
      }
  
      .animated-button {
      background-color: #fff;
      color: #0096c7;
      padding: 8px 24px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      position: relative;
      overflow: hidden;
      transition:ease-in 0.5s;
      border:0;
  }
  
  .animated-button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #008ab7;
    z-index: -1;
    
  }
  .animated-button:hover {
    transform:scale(110%)
  }
  .animated-button:hover:before {
    height: 100%;
    
  }
  #categoryId {
    width: 100%;
  }
  .modal-footer button {
    border-radius: 10px !important;
  }
  .btn-secondary {
    background-color: #e34e4e !important;
  }
  @media screen and (max-width: 820px) {
      nav {
    padding: 0px 20px 10px 20px;
  }
    .menu {
      display: none;
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      background-color: #2e3e4e;
      flex-direction: column;
      justify-content: flex-start;
      height: 467px;
    }
    
    .menu li {
      width: 100%;
      text-align: center;
    }
    
    .menu li a {
      font-size: 24px;
      padding: 20px 0;
      border-bottom: 0px solid #71e0ff17;
      transition:ease-in 0.6s;
    }
    .menu li a:hover {
      font-size: 24px;
      padding: 20px 0;
      border-bottom: 3px solid #71e0fffd;
     
    }
    
    .menu-icon {
      display: block;
      height: 27px;
      top: 11px;
    }
    
    #menu-toggle:checked ~ .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      top: 40px;
      padding: 20px;
      height: 100vh;
    }
    
   
    #menu-toggle:checked ~ .menu-icon span:before {
      transform: rotate(45deg);
      top: 0;
    }
  
    #menu-toggle:checked ~ .menu-icon span:after {
      transform : rotate(-45deg);
  top: 0;
  }
  
  #menu-toggle:checked ~ .menu-icon span {
  background-color: transparent;
  }
  }

  #filtro {
    -webkit-box-shadow: 3px 18px 20px -11px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 18px 20px -11px rgba(0,0,0,0.69);
    box-shadow: 3px 13px 20px -11px rgba(0,0,0,0.69);
  }
  
  .filtromenu {
    margin-top: 71px;
    display: flex;
    height: 287px;
    /*background-image: linear-gradient(rgb(255 255 255 / 51%), rgb(255 255 255)), url(/assets/img/homeportada.webp);*/
    background-image:  linear-gradient(rgb(255 255 255 / 51%), rgb(255 255 255 / 51%)), url(/assets/img/homeportada.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.subfiltro {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 668px;
  /* background-image: linear-gradient(rgb(255 255 255 / 51%), rgb(255 255 255 / 51%)), url(/assets/img/homeportada.webp); */
  background-color: #1f2629;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight:700;
  font-family: 'Asap';
  flex-direction: column;
  margin-top: 0;
  border-radius: 16px 16px 0 0;
  padding: 0;
}
input#filtro {
  width: 58%;
  padding-left: 10px;
  margin-left: 14px;
  height: 46px;
  border-radius: 34px;
  background-color: #f6f8fb;
  border: solid 0.2px #052a40;
}

#icono-buscar-casa {
  width: 60px;
  height: 60px;
  border-radius: 29px;
  /* background-color: lightblue;
  -webkit-box-shadow: 3px 18px 20px -11px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 18px 20px -11px rgba(0,0,0,0.69);
    box-shadow: 3px 13px 20px -11px rgba(0,0,0,0.69); */
}

.seccionesf{

}
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #023047;
  color: #fff;
  padding: 40px 20px;
  border-radius: 0px 0px 15px 15px;
}
.seccion-secundaria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #0a1d47;
  padding: 40px 20px;
}

.column {
  flex: 1;
  margin: 20px;
}

.column h2 {
  font-size: 2em;
}

.column p {
  font-size: 1.2em;
  line-height: 1.5;
}
.cta-v1 {
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #0096c7 0%, #0283ad 100%)!important;
}
.cta-button {
  display: block;
  background-color: #0096c7;
  color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cta-button:hover {
  background-color: #fff;
  color: #3B5998;
}

.cta-buttond {
  display: block;
  background-color: #fff;
  color: #3B5998;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
  border: solid 2px #07304a;
  transition: all 0.3s ease-in-out;
  animation: cambio-tamaño 2s infinite;
}
i {
  border-radius: 10px!important;
}
@keyframes cambio-tamaño {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.cta-buttond:hover {
  background-color: #0096c7;
  color: #ffffff;
  transform: scaleY('1');
}

.fbold {
  color: rgb(255, 255, 255);
    font-family: Asap;
    font-weight: 700;
    font-size: 48px;
    width: max-content;
    text-align: center;
}
.container1 {
  width: max-content;
}
/*botones pagina de inicio | secci���n filtro*/
    /*.form-box {*/
    /*  position: normal;*/
    /*  background-color: black;*/
    /*  padding: 0px 0px;*/
    /*  border-radius: 10px;*/
    /*  top: -164px;*/
    /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    /*  transition: background-color 1.5s ease;*/
    /*  width: 70%;*/
    /*  z-index: 1;*/
    /*  backdrop-filter: blur(2px);*/
    /*}*/
.form-group input[type="submit"], input[type="button"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .subfiltro {
    height: 747px;
  }
  .form-box {
    width: 100%;
  }
  .form-group input[type="submit"], input[type="button"] {
  
  display: inline-flex;
  margin: 5px;
  }
}

#categoryModal {
  z-index: 9999;
}

nav {
 z-index: 600;
}

/* estilos modal codigo de busqueda*/

.btn-codigo-aquiladescripcion {
      background-color: #0e6c9b;
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 4px;
      font-size: 16px;
    }

    .btn-codigo-aquiladescripcion:hover {
      background-color: #0096c7;
    }

    /* Estilos del modal */
    .modal-codigo-aquiladescripcion {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }

    .modal-dialog-codigo-aquiladescripcion {
      background: white;
      border-radius: 8px;
      width: 90%;
      max-width: 500px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      animation: fadeIn 0.3s;
    }

    .modal-header-codigo-aquiladescripcion,
    .modal-footer-codigo-aquiladescripcion {
      padding: 15px;
      border-bottom: 1px solid #ddd;
    }

    .modal-footer-codigo-aquiladescripcion {
      border-top: 1px solid #ddd;
      border-bottom: none;
    }

    .modal-title-codigo-aquiladescripcion {
      font-size: 20px;
      margin: 0;
    }

    .modal-body-codigo-aquiladescripcion {
      padding: 15px;
      font-size: 16px;
    }
    /* MODAL BTN BUSQUEDA POR VOZ */
    /* Estilos para el botón */
.btn-microfono-home {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Estilos para la modal */
.modal-btn-busqueda-ai {
  display: none; /* Ocultar por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  justify-content: center;
  align-items: center;
}

.modal-btn-busqueda-ai .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 463px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-btn-busqueda-ai .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.modal-btn-busqueda-ai h2 {
  margin-bottom: 10px;
  color: #0096c7;
}

.modal-btn-busqueda-ai p {
  margin-bottom: 20px;
  color: #333;
}

.modal-btn-busqueda-ai button {
  background-color: #0096c7;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}

.modal-btn-busqueda-ai button:hover {
  background-color: #0077a3;
}
/*BOTONES */
    .btn, .btn-primary{
        background-color: #0096c7 !important;
    }
    .btn:hover, .btn-primary:hover{
        background-color: #0096c7 !important;
    }
    .btn-cerrar-codigo-aquiladescripcion {
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #555;
    }
    /* seccion home */
    #animacionDiv {
      display: flex;
      flex-direction: column;
    }
    .btn-lupa-buscar-home {
      background-color: #ec13d3 !important;
      color: white;
    }
    .btn-lupa-buscar-home:hover {
      background-color: #fc13e2 !important;
    }
    .btn-microfono-home{
      /* background-color: #ffffff !important; */
      border: 0;
      width: 40px;
      height: 40px;
    }
    .btn-cerrar-codigo-aquiladescripcion:hover {
      color: #000;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    /*estilos para interaccion categoria formulariop multicheckbox*/
    #options option.selected {
      background-color: #007bff;
      color: #fff;
      position: relative;
  }
  
  #options option.selected::before {
      content: "✔";
      position: absolute;
      left: 5px;
      color: white;
      font-weight: bold;
  }
  



  .progress-bar-new {
    background-color: aquamarine;
    width: 0%;
    height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .svgIcon {
    z-index: 2;
    position: relative;
  }