body {
  margin: 0;
  background-color: white;
  /* min-width: 320px; */
  
}

#header {
 
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;

  background-color:rgb(4, 53, 88);
  color: white;  
}

#primeralinea{
  margin-left: 3%;
}

/* Estilo de la barra de menu */
#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;

  /* background-image: url(images/Fondo2.png);*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
 
}



#logo {
  margin-left: 10%;
  margin-right: 10px;
}

ul {
  list-style-type: none;
  display: flex;
}

ul li {
  margin-right: 20px;
  
}

ul li a {
  color: rgb(4, 53, 88);
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}

ul li a:hover {
  color: grey;
  font-weight: bold;
  
}





/* Estilos para el área de texto */

.txt-hm-1 {
  border-radius: 5%;
  display: flex;
  flex-direction: column;

  margin: 40px auto;
  width: 80%;
  height: auto;
  border: 1px transparent #333;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2); /* Fondo color con transparencia del 50% */
  
  text-align: justify;
 
 
  padding: 10px;
  font-size: 16px;
  /*font-weight: bold;*/
  
}

.frase {
  margin-top: 0px;
  margin-bottom: 0px;

}


.frase#frase1 {
  font-size: 48px;
  color: rgb(4, 53, 88);
}

.frase#frase2 {
  font-size: 48px;
  color: orange;
}

.frase#frase3 {
  font-size: 24px;
  color: rgb(4, 53, 88);
}

/* Seccion CONOCENOS */

.image-section2 {
  display: flex;
  align-items:center ;
}

.frase2 {
  text-align: left;
  width: 100%;
}

.frase2#frase21 {
  margin-left: 10%;
  margin-right: auto; 
  font-size: 40px;
  color: white;
}

.frase2#frase22 {
  font-size: 50px;
  color: orange;
}

.orange-text {
  color: orange;
}

/* Estilo del Pie de Pagina */

#footer {
  display: flex;
  /*background-image: url(images/PiePagina.png);*/
  background-color:black;
  width: 100%;
  height: 100%;
  color: white;
}

.txt-ft-1{
 
  padding: 10px;
  text-align: left;
  color: white;
}


.footer-column-left,
.footer-column-right {
  width: 50%;
  padding: 40px;
  
}

@media (max-width: 768px) {
  #footer {
    flex-direction: column;
  }
  
  .footer-column-left,
  .footer-column-right {
    width: 100%;
  }
}

.form-group {
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  width: 70%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  align-self: center;
}

button[type="submit"] {
  width: 70%;
  align-self: center;
  background-color: #000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


/* estilo de la seccion de 3 Imagenes */

.image-section {
  
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: #8d8c8c; */
}

.image-section img {
  border-radius: 5%;
  margin: 5px;
 /* max-width: calc(33.33% - 10px);*/
  
}

/* estilo de la seccion de Conocenos */

.image-section2 {
width: auto;
height: 600px;
 background-image: url(images/conocenos.PNG);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: cover;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background-color: #8d8c8c; */
}

.image-section2 img {
 
  margin: 5px;
 /* max-width: calc(33.33% - 10px);*/
  
}


/* Configuracion para ajustar dispositivos moviles */
/* ================================================*/

/* Estilos para pantallas pequeñas ==============================================================================*/
@media only screen and (max-width: 1000px) {
  #header {
      height: 150px;
      font-size: 12px ;
      padding-top: 20px;
      display: none;
  }


  div {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    width: 90%;
    height: auto;
    font-size: 12px ;
  }

  footer {
    display: flex;
    flex-direction: column;
      height: auto;
      padding: 20px;
  }



  #logo {
    
    float: left;

    margin-top: 30px;
    margin-right: 10px;
    border-radius: 5%;
    opacity: 1;
  }

  .responsive-image {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }


  /* esconde el menu normal y pone menu vertical*/
  #menu-list {
    display: none;
    
  }
  #hamburger-menu {
    display: block;
    cursor: pointer;
  }
  
  .line {
    width: 25px;
    height: 3px;
    background-color: black;
    margin-bottom: 5px;
  }
  
}

/* Estilos para pantallas muy pequeñas ======================================================================== */
@media only screen and (max-width: 480px) {
  #header {
      height: 50px;
      font-size: 6px ;
      padding-top: 5px;
      align-items: center;
      justify-content: space-between;
  }

  #esquimero {
    height: 50px;
    font-size: 6px ;
    padding-top: 5px;
    align-items: center;
    
  }

  #nav {
    display: flex;
    flex-direction: column;
      height: auto;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  section {
    display: flex;
    flex-direction: column;
      margin: 20px auto;
      width: 90%;
      height: auto;
      font-size: 6px;
      padding: 10px 10px;
  }

  section p {
      font-size: 6px;
      padding: 10px 0;
      display: block;
      border-bottom: 1px solid white;
      line-height: normal;
      color:  rgb(4, 53, 88);;
  }

  div {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    width: 90%;
    height: auto;
    font-size: 6px ;
    padding: 10px 10px;
  }

  footer {
    display: flex;
    flex-direction: column;
      height: inherit;
      width: inherit;
      padding: 20px;
  }

  .hidden-image {
     display: none;
     /* visibility: hidden;*/
  }
  #logo {
    
    float: left;

    margin-top: 20px;
    margin-right: 10px;
    border-radius: 5%;
    opacity: 1;
  }
  .responsive-image {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* esconde el menu normal y pone menu vertical*/
  #menu-list {
    display: none;
    
  }
  #hamburger-menu {
    display: block;
    cursor: pointer;
  }

  .line {
    width: 1px;
    height: 1px;
    background-color: gray;
    margin-bottom: 1px;
  }


  .image-section2 {
    width:inherit;
    height: inherit;
    background-image: url(images/conocenos.PNG);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 
  }

  .frase2#frase21 {
    margin-left: 10%;
    margin-right: auto;
    font-size: 20px;
    color: white;
  }

  .frase#frase1 {
    font-size: 28px;
    color: rgb(4, 53, 88);
  }

  .frase#frase2 {
    font-size: 28px;
    color: orange;
  }
  .frase#frase3 {
    font-size: 18px;
    color: rgb(4, 53, 88);
  }

}



@font-face {
  font-family: 'Nunito';
  src: url('./Fuentes/Nunito-Regular.ttf') format('truetype');
}

/* Estilos de fuente para las secciones */
body {font-family: 'Nunito', Arial, sans-serif;}
h1 {font-family: 'Nunito', Arial, sans-serif;}
h2 {font-family: 'Nunito', Arial, sans-serif;}
h3 {font-family: 'Nunito', Arial, sans-serif;}
h4 {font-family: 'Nunito', Arial, sans-serif;}
p {font-family: 'Nunito', Arial, sans-serif;}
a {font-family: 'Nunito', Arial, sans-serif;}



/*a:visited {
  color: inherit;
}*/


.orange-text {
    color: orange;
    text-decoration: none; /* Elimina el subrayado predeterminado */
}

.orange-text:hover {
    color: darkorange; /* Cambia el color al pasar el cursor */
    text-decoration: underline; /* Subraya al pasar el cursor */
}
