@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&display=swap');



* {

  font-family: 'DM Sans', sans-serif;

  font-weight: 400;

  text-wrap: pretty
}



.locon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.numte{
    display: flex;
    flex-direction: column;
    width: 140px;
    margin-left:10px;
}

body {

  margin: 0;

  padding: 0;

  height: 100vh;

}



.mobile-menu-icon {

  display: none;

}



.mobile-menu {

  display: none;

}



.header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 10vh;

  background-color: #ffff;

  display: flex;

  justify-content: space-between;

  align-items: center;

  z-index: 1;

}



.box-menu {

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 50px;

  padding-right: 50px;

}



.menu {
  text-decoration: none;
  color: #00c5fc;
  font-weight: bolder;
  font-size: 1.2rem;
}



.logo {

  padding-left: 50px;

  height: 6vh;

}





.float {

  position: fixed;

  width: 60px;

  height: 60px;

  bottom: 40px;

  right: 40px;

  background-color: #25d366;

  color: #FFF;

  border-radius: 50px;

  text-align: center;

  font-size: 30px;

  box-shadow: 2px 2px 3px #999;

  z-index: 100;

}



.float:hover {

  text-decoration: none;

  color: #25d366;

  background-color: #fff;

}



.my-float {

  margin-top: 16px;

}



.submenu {

  position: absolute;

  margin-top: 0;

  display: none;

}



.submenu li {

  list-style: none;

}



.subplan {

  text-decoration: none;

  background-color: #86C447;

  color: white;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px 30px 10px 30px;

  border: 1px rgba(0, 0, 0, 0.623) solid;

}



.subplan:hover {

  background-color: #00c5fc;

}





/* Estilos específicos para la versión de celular */

@media screen and (max-width: 767px) {

  .box-menu {

    display: none;

  }



  .mobile-menu {

    display: none;

    flex-direction: column;

    position: absolute;

    top: 10vh;

    left: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.623);

  }



  .mobile-menu .menu {

    padding-top: 10px;

    padding-bottom: 10px;

    text-align: center;

    color: white;

    text-decoration: none;

    display: block;

  }



  #planesHogarSubMenu {

    display: none;

    justify-content: center;

    padding: 0;

  }



  .mobile-menu-icon {

    cursor: pointer;

    font-size: 1.5rem;

    color: black;

    display: block;

    padding-right: 20px;

  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  
  
  .box-menu {

    display: none;

  }



  .mobile-menu {

    display: none;

    flex-direction: column;

    position: absolute;

    top: 10vh;

    left: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.623);

  }



  .mobile-menu .menu {

    padding-top: 10px;

    padding-bottom: 10px;

    text-align: center;

    color: white;

    text-decoration: none;

    display: block;

  }



  #planesHogarSubMenu {

    display: none;

    justify-content: center;

    padding: 0;

  }



  .mobile-menu-icon {

    cursor: pointer;

    font-size: 1.5rem;

    color: black;

    display: block;

    padding-right: 20px;

  }

}