.container {
    display: grid;
    grid-template-areas:
      'header header header header header header'
      'nav nav nav nav nav nav'
      'section section section section section section2'
      'footer footer footer footer footer footer';
    gap: 10px;
    background-image: url(img/fondo3.png);
    padding: 10px;
  }
  
  .container > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    
  }
  

/*CONFIGURACION HEADER*/

.header { 
    grid-area: header; 
    background-repeat: no-repeat;
    background-image:center;
    letter-spacing: 0.15em;
    font-family:fantasy;
    background-image: url(img/fondo2.JPG);
    background-size: 100% 100%;
    width: 2900px;
    height: 1000px;
    margin: auto;
  }
  
  
.header img{
      width: 150px;
      float: left;
      padding: 5px  5px  5px  5px;
}
  
.header p{
      text-decoration: none;
      text-align: center;
      padding: 20px  5px  5px  5px;
      font-size: 200px;
      margin-top: 10%;
      color:antiquewhite;
}

/*CONFIGURACION NAV*/

.nav { 
 grid-area: nav;
 margin: auto;
 padding: 0%;
 max-width: 1000;
 letter-spacing: 0.15em;
 font-family:fantasy;
}

.nav li{
  display:table-cell;
  align-items: center;
  width: 20px;
  height: 20px;
}

.nav a{
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 20px 100px 20px 20px;
    font-size:50px;
}

.nav a:hover{
  text-decoration:underline;
  font-size: 55px;
}



/*CONFIGURACION SECTION*/
.section{
    grid-area: section;
    margin-top: 100px;
    margin-left: 100px;
}

.section h2{
  font-size: 40px;
}


.formulario1{
  float: left;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 200px;
  margin-bottom: 40px;
  font-size: 20px;
}


.formulario1 input{
  width: 500px;
  height: 100px;
}
 
.formulario1 ::placeholder{
  font-size: 25px;
  text-align: center;
}

input{
  font-size: 25px;
  text-align: center;
}


.section form fieldset legend{
  font-size: 40px;
}

.section fieldset{
  float: left;
  width: 300px;
  height: 700px;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 300px;
  margin-bottom: 40px;

}

.section fieldset input{
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
}

.formulario2{
  font-size: 30px;
  width: 900px;
  margin-top: 900px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 40px;
}

.formulario2 input{
  width: 25px;
  height: 25px;
}

.formulario2 input{
  width: 25px;
  height: 25px;
}
 
.formulario2 .archivo input{
  width: 600px;
  height: 40px;
}
 
.regiones{
  width: 700px;
  height: 400px;
  top: 125%;
  right: 35%;
  font-size: 30px;
  margin-left: 50px;
  margin-top: 100px;
  float: left;
}

.regiones select{
  font-size: 30px;
  text-align: center;
}

.regiones .posiregiones1{
  float: left;
  margin-right: 30px;
}



.texto label{
  font-size: 30px;
}

.texto textarea{
  font-size: 25px;
}

.texto{
  
  width: 900px;
  height: 600px;
  top: 150%;
  right: 35%;
  margin-left: 350px;
  margin-top: 100px;
  float: left;
}

.botones{
  width: 1000px;
  height: 100px;
  margin-top: 800px;
  margin-left: 100px;
  margin-bottom: 10px;
}

.botones input{
  width: 400px;
  height: 50px;
  margin-left: 30px;
}

.botones input:hover{
  width: 430px;

}

.img{
  margin-left: 100px;
  margin-bottom: 100px;
}

.img img{
  width: 200px;
  margin-left: 70px;
}

.img img:hover{
  width: 230px;
}

.imgfondo img{
  float: right;
  width: 1600px;
  margin-right: 400px;
  margin-top: 200px;
  opacity: 0.77;
}



/*CONFIGURACION SECTION2*/
.section2{
  grid-area: section2;
  margin-top: 100px;
  margin-right: 100px;
}

.section2 h2{
  text-align: center;
  font-size: 60px;
}

.anuncio1 {
 
  margin-top: 150px;
  margin-left: 10%;
  width: 800px;
}

.anuncio2 {
 
  margin-top: 150px;
  margin-left: 10%;
  width: 800px;
 
}

.anuncio3 {
  
  margin-top: 150px;
  margin-left: 10%;
  width: 800px;
 
}


/*CONFIGURACION FOOTER*/

.footer{
    grid-area: footer;
    margin: auto;
    padding: 0%;
    max-width: 1000;
   }
   
   .footer li{
     display:table-cell;
     align-items: center;
     text-decoration: none;
     padding:  10px 10px 10px 10px;
   }
   
   .footer img{
     width: 300px;
     margin-left: 176px;
     margin-right: 250px;
     padding: auto;
     align-items: center;
   }
   
   .footer img:hover{
     background-color: rebeccapurple; /*FALTA CONFI*/
   }
   
   .footer p{
     font-size: 35px;
     text-align: center;
   }