/* General Reset */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Tipografía y Estilos Globales */
body {
    font-family: Arial, sans-serif;
    line-height: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    text-align: center;

}

/* Header */
header {
    background: White;
    padding: 5px 5px;
  font-family: "Gill Sans", sans-serif;
  font-weight: 100; /* Thin */
  font-size: 18px;
}



 nav   {
    display: flex;
    justify-content: center;
    align-items:  center;
    list-style: none;
    padding: 5px;
    height: 80px;
     width: 100%;
  /*border: 1px solid blue; */
  box-sizing: border-box;
}






  ul  {
    display: flex;

    align-items:  center;
    list-style: none;
    padding: 5px;
    width: 700px;
  height: 80px;
  /*border: 1px solid blue; */
  box-sizing: border-box;
  justify-content: space-around;
}





  ul1  {
    display: flex;
    justify-content: flex-start;
    align-items:  center;
    list-style: none;
    padding: 5px;
    width: 380px;
  height: 80px;

  box-sizing: border-box;
}






 nav ul ul1 li  {
    margin: 10px 10px;
}






 nav ul li a  {
    color: #333;
    text-decoration: none;
    padding: 3px 5px;
    transition: background 0.3s ease;
}








 header nav ul li a:hover {
    color: #ff6612ff;
}




/* Main Content */
main {
    flex: 1;
    padding: 0px;
    background-color: #f4f4f4;
}

main section h2 {
    margin-bottom: 10px;
    color: #333;
}

main section p {
    margin-bottom: 30px;
}

/* Footer */
footer {
    padding: 5px;
    height: 80px;
    justify-content: flex-end;
    align-items:  center;
    background: White;
    color: #333;
    font-family: "Gill Sans", sans-serif;
    font-weight: 100; /* Thin */
    font-size: 18px;
}


p1 {
    justify-content: flex-end;
    align-items:  center;
  
    color: #333;
    padding: 5px 5px;
    font-family: "Gill Sans", sans-serif;
    font-weight: 100; /* Thin */
    font-size: 18px;
}





/* Responsive Design */
@media (max-width: 500px) {
    header nav ul {
        flex-direction: row;

    }
    
    
    
    
    
    
 html, body {
    margin: 0 ;
    padding: 0;
    height: 100vh; /* Ocupa el 100% de la altura del viewport */
    width: 100vw;  /* Ocupa el 100% del ancho del viewport */
            justify-content: center;
            text-align: center;

}


    header nav ul li {
        margin: 1px 0;
    }
}


   
   
   
   
   
           .form-container {
                background-image: url('images/portada.jpeg'); /* Ruta de tu imagen */
    background-size: cover;              /* Ajusta la imagen al tamaño de la pantalla */
    background-position: center;         /* Centra la imagen */
    background-repeat: no-repeat;   

             justify-content: center;
            display: flex;
            width: 100%;
            height: 900px;
            padding: 150px;
            flex-direction: column;

        }
        
        



   
           .form-menu {
                background: White;
                   

            display: flex;
            width: 100%;
            height: 600px;
            padding: 20px;
            flex-direction: row;
            align-items:  center;
            justify-content: center;
        }



 
  ul2  {
    display: flex;
    align-items:  center;
    list-style: none;
    padding: 30px;
    width: 380px;
  height: 400px;
  flex-direction: column;

}


  ul3  {
    display: flex;
    align-items:  center;
    list-style: none;
     padding: 10px 10px 10px 10px;
    width: 380px;
  height: 400px;
  flex-direction: column;
   border: 1px Solid blue; 

}


  ul4  {
    display: flex;
    background-image: url('images/portada.jpeg'); /* Ruta de tu imagen */
    color:  white;
    align-items:  center;
    list-style: none;
     padding: 10px 10px 10px 10px;
    width: 360px;
  height: 380px;
  flex-direction: column;
     border: 1px DarkRed; 
}




h1 {
    color: white;
      font-family: "Garamond", sans-serif;
  font-weight: 800; /* Thin */
  font-size: 120px;
  padding: 50px;

}




h2 {

      font-family: "Garamond", sans-serif;
  font-weight: 500; /* Thin */
  font-size: 30px;
  padding: 10px;

}




h3 {

      font-family: "Garamond", sans-serif;
  font-weight: 200; /* Thin */
  font-size: 20px;
  padding: 10px;

}













        .btn-close-popup {
            padding: 12px 24px;
            border: none;
            border-radius: 20px;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
        }


