body{
   font-family: Montserrat, sans-serif;
   color: #000000;
   font-weight: lighter;
   text-align: center;
   background-color: #e5e5e5;
   padding: 0px;
   margin: 0px;

}
.item1{grid-area: logo1;}
.item2{grid-area: logo2;}
.item3{grid-area: logo3;}
.portada{
   display: grid;
   grid-template-columns: 100%;
   grid-template-areas:
           'logo1'
           'logo2'
           'logo3'
;
   background-color: #000000;
   margin: 0px;padding: 0px;
}
.item4{grid-area: cab2;background: #000000}
.item5{grid-area: contenido2;}
.pagina2 {
   display: grid;
   text-align: center;
   grid-template-columns: 100%;
   grid-template-areas:
           'cab2'
           'contenido2'

;
   background: white;
   margin: 0px;
}

.titulos {
   font-size: 5.5vw;
   text-align: justify;
   color: #000000;
   padding: 5% 6% 0% 6%;
   font-weight: bold;
   line-height:0.01em;
}
.linea{
   color: #9d9d9d;
   margin-inline-start: 5%;
   margin-inline-end: 5%;
   border-top: 1px solid rgba(0,0,0,.5);
}


.texto{
   font-size: 25px;
   text-align: justify;
   color: #000033;
   padding: 0% 6% 1% 6%;
   line-height:125%;

}
.texto2{
   font-size: 23px;
   text-align: justify;
   color: #535fd6;
   line-height: 125%;
   font-weight: 100;

}
.titulos2{
   font-size: 40px;
   text-align: justify;
   color: #000000;
   padding: 3% 6% 0% 6%;
   font-weight: 900;
   line-height: 2px;
}


.neg{
   font-size:25px;
   text-align: justify;
   color: #000000;
   padding: 2% 6% 0% 6%;
   font-weight: bold;
   line-height:110%;
}


.item6{grid-area: cab3;background: #000000}
.item7{grid-area: contenido3;}
.pagina3 {
   display: grid;
   grid-template-columns: 100%;
   text-align: center;
   grid-template-areas:
           'cab3'
           'contenido3'

;
   background: white;
}
.item8{grid-area: cab4;background: #000000}
.item9{grid-area: contenido4;
   text-align: center;}

.pagina4 {
   display: grid;
   grid-template-columns: 100%;
   grid-template-areas:
           'cab4'
           'contenido4'

;
   background: white;
}

.item10{grid-area: cab5;background: #000000}
.item11{grid-area: contenido5;
   text-align: center;}

.pagina5 {
   display: grid;
   grid-template-columns: 100%;

   grid-template-areas:
           'cab5'
           'contenido5'

;
   background: white;
}

.item12{grid-area: cab6; background: #000000}
.item13{grid-area: contenido6;
   text-align: center;}

.pagina6 {
   display: grid;
   grid-template-columns: 100%;

   grid-template-areas:
           'cab6'
           'contenido6'

;
   background: white;
}

.item14{grid-area: cab7;background: #000000}
.item15{grid-area: contenido7;}

.pagina7 {
   display: grid;
   grid-template-columns: 100%;

   grid-template-areas:
           'cab7'
           'contenido7'

;
   background: white;
}

.item16{grid-area: cab8;background: #000000}
.item17{grid-area: contenido8;}

.pagina8 {
   display: grid;
   grid-template-columns: 100%;

   grid-template-areas:
           'cab8'
           'contenido8'

;
   background: white;
}

.num {
   text-align: left;
   padding-left: 5%;
   font-size: 1.5vw;
   color: #454B50;
   line-height:0.01em;
}

@media screen and (max-width: 700px){
   html {
       width:200%;
   }
   body {
       min-width:100%;
   }
   .imagen3{
       width: 15%!important;
   }

}

