

@font-face {
  font-family: 'herokidultra';
  src: url('/2024/Font/Herokid/Herokid-SemiBoldUltraCondensed.otf') format('opentype');


}



body {
  margin: 0;
  padding: 0;
  background-image: url('/2024/Img/nueva-casa-digital.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;
  overflow-x: hidden;
  background-repeat: no-repeat;


}

.iframenavbar{
  height: 100px;
  width: 100%;
  padding: 0;
  margin: 0;
}


nav {
  background-color: rgba(50, 74, 108, 0.5);
  color: #002c54;
  font-family: 'worksans', sans-serif;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-logo {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 10px 10px;
}

.nav-menu li {
  position: relative;
}

li a{
  text-decoration: none;
}
.nav-menu a:not(.dropdown-content a) {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  border-radius: 10px 10px 10px 10px;
}
.dropdown-content a{
  text-decoration: none;
  color: #00436d;
}


.nav-menu i {
  color: #fff;
  text-decoration: none;
  display: inline;
  border-radius: 10px 10px 10px 10px;
  width: 0px;
  height: 0px;
}


/* Estilos del dropdown */
.dropbtn{
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px 10px 10px 10px;

}

.dropdown-header {
  background-color: #667e98;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.dropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-content li {
  padding: 10px;
}

.dropdown:hover .dropdown-content {
  display: none;
}

/* Estilos responsive */
.nav-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;

}

li:hover {
  background-color: #ff7b7f;

}









.imglogo {
  display: flex;
  position: fixed;
  bottom: 70%;
  right: 9%;
  width: 100%;
  height: 50%;
  z-index: 1000;

}


.imagenpricipal img {
  width: 100%;
  image-rendering: auto;
  overflow: hidden;
  display: flex;

}


.content_componetes {
  /* background-color: rgba(50, 74, 108, 0.5);   */
  margin-top: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.contenedorcampos {
  display: flex;
  background-color: rgba(52, 76, 110, 0.7);
  border-radius: 32px 0px 32px 0px;
}


/* Texto del login*/

.texto_login {
  font-family: 'herokidultra', sans-serif;
  font-size: 65px;
  padding: 80px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.text1 {
  white-space: nowrap;
  overflow: hidden;
  color: white;
  text-align: left;
  margin-top: 50px;

}

.text2 {
  white-space: nowrap;
  overflow: hidden;
  color: #FF5A5F;
  margin-bottom: 8%;
  margin-top: -25%;
}

.p1 {
  width: 100%;
  white-space: nowrap;
  color: white;
  font-family: 'worksans', sans-serif;
  margin-top: -40px;
  font-size: 15px;

}

.texto_login .p2 {
  width: 100%;
  white-space: nowrap;
  font-family: 'worksans', sans-serif;
  color: white;
  margin-top: -20px;
  padding: 5px;
  font-size: 15px;
}

/*-------------------*/


/*Campos formulario */

.content_login {
  padding: 50px;
  margin-top: 50px;
  justify-content: end;
  align-items: end;
  text-align: end;
  margin: auto;
}

.content_login .formm .modificarusuario {
  justify-content: end;
  align-items: end;
  text-decoration: none;
}


.content_login .usuario {
  width: 70%;
  padding: 12px 20px;
  margin: 2px 0;
  border: 1px solid #ccc;
  border-radius: 2px 10px 2px 2px;
  justify-content: end;
  align-items: end;
}

.content_login .password {
  width: 70%;
  padding: 12px 20px;
  margin: 2px 0;
  border: 1px solid #ccc;
  border-radius: 2px 10px 2px 2px;
  justify-content: end;
}

.botones .botonsub {
  width: 32%;
  font-family: 'worksans', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  margin: 8px 0;
  margin-bottom: 16px;
  border-radius: 2px 10px 2px 2px;
  color: white;
  background-image: linear-gradient(to right, #FF5A5F, #ff7b7f, #ff9c9f, #ffbdbf);
  cursor: pointer;
}




.modificarusuario {
  color: white;
  font-family: 'worksans', sans-serif;
  margin-top: 5px;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}

i {
  color: white;
  width: 50px;
  height: 50px;
  padding: 5px;
}

/*-------------------*/


/* Footer */

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(50, 74, 108, 0.5);
  border-radius: 5px 5px 0px 0px;
  display: flex;
  padding: 10px 15px;
  font-family: 'worksans', sans-serif;

}

.texto_footer {
  text-align: start;
}

.texto_footer span {
  color: white;
  font-family: 'worksans', sans-serif;
}

footer span a {
  color: white;
  font-size: 0.7vw;
  text-decoration: none;
  font-family: 'worksans', sans-serif;
}

footer span {
  color: white;
  font-size: 0.7vw;
  text-decoration: none;
  font-family: 'worksans', sans-serif;
}

.elemento {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  gap: 15px;
  width: 20vw;
}

.elemento .icono i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.elemento i {
  font-size: 1.0vw;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.elemento:last-child {
  border-right: none;
}

.elementos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  gap: 15px;
  width: 10vw;
  border-right: 1px solid white;
  font-size: 5px;
  justify-content: start;
  align-items: start;
}



.elementos span {
  font-size: 10px;
  color: black;
  font-family: Arial, sans-serif;
}

.elementos:last-child {
  border-right: none;
}

.sgss {
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: white;
}

.texto_footersgss {
  background-color: white;
}


/*------------------*/




/* Responsivo */

@media (min-width:1880px) and (min-height:550px) {

  /*Logo*/
  .imglogo {
    display: flex;
    position: fixed;
    bottom: 70%;
    right: 5%;
    width: 100%;

    z-index: 1000;

  }



  .contenedorcampos {
    display: flex;
    background-color: rgba(50, 74, 108, 0.5);
    border-radius: 32px 0px 32px 0px;
    margin-top: auto;

  }

  


}
@media (max-height:800px){

  footer{
    margin-top: 10%;
    position: relative;
    
  }

}


@media (max-width:1024px) and (min-height:1366px) {

  /*Logo*/
  .imglogo {
    display: flex;
    position: fixed;
    bottom: 70%;
    right: 3%;
    width: 100%;
    height: 50%;
    z-index: 1000;

  }

  .contenedorcampos {
    display: flex;
    background-color: rgba(50, 74, 108, 0.5);
    border-radius: 32px 0px 32px 0px;
  }


}

@media (max-width:1024px) {

  /*Logo*/
  .imglogo {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    right: 3%;

  }

  .imglogo img {
    height: 80%;

  }

  

  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    margin-top: 20%;
  }

  .texto_footer span {
    font-size: 10px;
    max-width: 100%;
    display: block;
  }
  .texto_footer span a {
    font-size: 10px;
    max-width: 100%;
    display: block;
  }
  .contentuser{
    justify-content: center;
    display: flex;
  }

  .content_principal{
    justify-content: center;
    justify-items: center;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
  }


  .content_componetes {
    margin-top: 5%;
  }

  footer .parafo1 {
    text-align: center;
    white-space: normal;
  }

  .contenedorimagen {
    display: none;
    visibility: hidden;
  }

  .content_login {
    padding: 10px;
    margin-top: -50px;
    /* justify-content: end;
    align-items: end;
    text-align: start; */
    margin: 0;
}

.inputs{
  justify-content: end;
    align-items: end;
    text-align: start;
}



  .content_login .usuario {
    width: 74%;
    padding: 12px 20px;
    margin: 2px 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    justify-content: start;
    justify-items: start;
    text-align: start;
  }

  .content_login .password {
    width: 74%;
    padding: 12px 20px;
    margin: 2px 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    justify-content: center;
  }

  i {
    color: white;
    width: 50px;
    height: 50px;
  }

  .texto_login {
    font-family: 'herokidultra', sans-serif;
    font-size: 60px;
    padding: 20px;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .text1 {
    white-space: nowrap;
    overflow: hidden;
    color: white;
    text-align: left;
    margin-top: 50px;
    text-align: center;

  }

  .text2 {
    white-space: nowrap;
    overflow: hidden;
    color: #FF5A5F;
    margin-bottom: 8%;
    margin-top: -19%;
    text-align: center;
  }

  .p1 {
    width: 100%;
    white-space: nowrap;
    color: white;
    font-family: 'worksans', sans-serif;
    margin-top: -40px;
    font-size: 15px;
    text-align: center;

  }

  .texto_login .p2 {
    width: 100%;
    white-space: nowrap;
    font-family: 'worksans', sans-serif;
    color: white;
    margin-top: -20px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
  }

  .texto_login .p1 .p2 {
    text-align: center;
    justify-content: center;
  }


 
  .botones{
    justify-content: center;
    text-align: center;
    justify-items: center;
  }
  .modificar{
    justify-content: center;
    text-align: center;
    justify-items: center;
  }


  .contenedorcampos {
    display: block;
    background-color: transparent;

  }

  .botones .botonsub {
    width: 60%;
    padding: 10px 20px;
    border: none;
    margin: 8px 0;
    margin-bottom: 16px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    background-image: linear-gradient(to right, #FF5A5F, #ff7b7f, #ff9c9f, #ffbdbf);
    

  }

}


@media (min-width:1000px) and (min-height:1366px) {

  /*Logo*/
  .imglogo {
    display: flex;
    position: fixed;
    bottom: 70%;
    right: 3%;
    width: 100%;
    height: 50%;
    z-index: 1000;

  }

  .contenedorcampos {
    display: flex;
    background-color: rgba(50, 74, 108, 0.5);
    border-radius: 32px 0px 32px 0px;
    margin-top: 30%;
  }

  footer{
    margin-top: 20%;
  }

}

@media (max-width:600px) {

  /*Logo*/
  .imglogo {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    right: 3%;

  }

  .imglogo img {
    height: 80%;

  }

  

  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    margin-top: 20%;
  }

  .texto_footer span {
    font-size: 10px;
    max-width: 100%;
    display: block;
  }
  .texto_footer span a {
    font-size: 10px;
    max-width: 100%;
    display: block;
  }
  .contentuser{
    justify-content: center;
    display: flex;
  }

  .content_principal{
    justify-content: center;
    justify-items: center;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
  }


  .content_componetes {
    margin-top: 5%;
  }

  footer .parafo1 {
    text-align: center;
    white-space: normal;
  }

  .contenedorimagen {
    display: none;
    visibility: hidden;
  }

  .content_login {
    padding: 10px;
    margin-top: -50px;
    /* justify-content: end;
    align-items: end;
    text-align: start; */
    margin: 0;
}

.inputs{
  justify-content: end;
    align-items: end;
    text-align: start;
}



  .content_login .usuario {
    width: 74%;
    padding: 12px 20px;
    margin: 2px 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    justify-content: start;
    justify-items: start;
    text-align: start;
  }

  .content_login .password {
    width: 74%;
    padding: 12px 20px;
    margin: 2px 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    justify-content: center;
  }

  i {
    color: white;
    width: 50px;
    height: 50px;
  }

  .texto_login {
    font-family: 'herokidultra', sans-serif;
    font-size: 60px;
    padding: 20px;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .text1 {
    white-space: nowrap;
    overflow: hidden;
    color: white;
    text-align: left;
    margin-top: 50px;
    text-align: center;

  }

  .text2 {
    white-space: nowrap;
    overflow: hidden;
    color: #FF5A5F;
    margin-bottom: 8%;
    margin-top: -25%;
    text-align: center;
  }

  .p1 {
    width: 100%;
    white-space: nowrap;
    color: white;
    font-family: 'worksans', sans-serif;
    margin-top: -40px;
    font-size: 15px;
    text-align: center;

  }

  .texto_login .p2 {
    width: 100%;
    white-space: nowrap;
    font-family: 'worksans', sans-serif;
    color: white;
    margin-top: -20px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
  }

  .texto_login .p1 .p2 {
    text-align: center;
    justify-content: center;
  }

  .contenedorcampos {
    display: block;
    background-color: transparent;

  }

  .botones{
    justify-content: end;
    text-align: end;
    justify-items: end;
  }
  .modificar{
    justify-content: end;
    text-align: end;
    justify-items: end;
  }

  .botones .botonsub {
    width: 50%;
    padding: 10px 20px;
    border: none;
    margin: 8px 0;
    margin-bottom: 16px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    background-image: linear-gradient(to right, #FF5A5F, #ff7b7f, #ff9c9f, #ffbdbf);

  }

}

@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-toggle {
    display: block;
    margin-bottom: 20px;
  }

  .nav-menu.active {
    display: flex;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}