/* 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;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0096c7;
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    font-family: 'asap';
  }
.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;
    text-align: center;
  }
  
  .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
    width: auto !important;
    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: #008ab7;
      padding: 8px 24px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      position: relative;
      overflow: hidden;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      transition:ease-in 0.5s;
  }
  
  .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%;
    
  }
  .modal-footer button {
    border-radius: 10px !important;
  }
  .btn-secondary {
    background-color: #e34e4e !important;
  }
  .btn-secondary:hover {
    background-color: #d14848 !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: #008ab7;
      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(https://www.jncodeapp.com/emprendimientos/assets/img/florenciamapa.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.subfiltro {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
  height: 507px;
  background-image: linear-gradient(rgb(255 255 255 / 51%), rgb(255 255 255)), url(https://www.jncodeapp.com/emprendimientos/assets/img/florenciamapa.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight:700;
  font-family:Arial, Helvetica, sans-serif;
}
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: #041629;
  color: #fff;
  padding: 40px 20px;
}
.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-button {
  display: block;
  background-color: #1da480;
  color: #ffffff;
  border-radius: 5px;
  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: 5px;
  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;
}
@keyframes cambio-tama単o {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.cta-buttond:hover {
 
  background-color: #1da480;
  color: #ffffff;
  transform: scaleY('1');
}

.fbold {
  color: rgb(3, 49, 75);
    font-family: sans-serif;
    font-weight: 800;
    font-size: 7vw;
}
/*botones pagina de inicio | sección filtro*/
.form-box {
  position: normal;
  background-color: #e5f6ff42;
  padding: 30px 30px 14px 30px;
  border-radius: 10px;
  top: 777px;
  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: 5px;
  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;
}