
/*PROPIEDADES CONTENEDOR*/
.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;
  
}

/*PROPIEDADES HEADER*/

.header { 
  grid-area: header; 
  background-repeat: no-repeat;
  background-image:center;
  letter-spacing: 0.15em;
  font-family:fantasy;
  background-image: url(img/imagenfondo1.jpg);
  background-size: 100% 100%;
  width: 3000px;
  height: 1000px;
  margin: auto;
}


.header img{
    width: 150px;
    float: left;
    padding: 5px  5px  5px  5px;
}

.header p{
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    padding: 20px  5px  5px  5px;
    font-size: 200px;
    color: antiquewhite;
}


/*PROPIEDADES NAVEGADOR*/
 .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:30px;
}

.nav a:hover{
  text-decoration:underline;
  font-size: 35px;
}

/*PROPIEDADES SECTION2*/
 
.section2{
  grid-area: section2;
  padding: auto;
  font-size: 35px;
  margin-right: 100px;
}

.section2 a {
  font-size: 30px;
  text-decoration: none;
  color: black;
  padding: 2px 2px 2px 2px;
}

.section2 a:hover{
  font-size: 35px;
  text-decoration:underline;
}

.section2 h2{
  font-family:fantasy;
  text-align: center;
}

.enlaces{
  padding: 5px 5px 5px 125px;
}

.enlaces {
  list-style-type: disc;
 }


.enlaces ol li{
  list-style-type: '🔍';
 }

.campañas{
  text-align: center;
  margin-top: 200px;
}

.banner img{
  float: left;
  margin-top: 50px;
  margin-left: 20%;
  width: 400px;
}

.banner img:hover{
  width: 400px;
}

.cap2 img{
  float: left;
  margin-top: 200px;
  margin-left: 20%;
  width: 400px;
}

 /*PROPIEDADES DE SECTION*/
.section{
  grid-area: section;
  margin-left: 100px;
  margin-right: 30px;
}

.section h2{
  font-family: fantasy;
  font-size: 50px;
  letter-spacing:4px;
  margin-left: 30px;
}

.section h3{
  font-size: 50px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.section p{
  font-size: 45px;
  padding:  10px 10px 10px 10px;
  line-height: 1.7;
}

.delegacion{
  padding:  50px 10px 10px 10px;
}

.img1{
  float: left;
  width: 800px;
  padding:  10px 70px 10px 10px;
}

.desfile{
  padding: 300px 10px 10px 10px;
}

.img2{
  float: right;
  width: 800px;
}

.jura{
  padding: 350px 10px 10px 10px;
}

.img3{
  float: left;
  width: 600px;
  padding:  10px 70px 100px 10px;
}

/*PROPIEDADES 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;
}