

  .p1 {
    font-size: 14px;
    font-weight: 100%;
    color: rgb(255, 255, 255);
    justify-content: center;
    text-align: justify;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 200px;
    border-color: #ffffff;
    
  }

  .p5 {
    font-size: 14px;
    font-weight: 100%;
    color: rgb(255, 255, 255);
    justify-content: center;
    text-align: justify;
    margin-bottom: 100px;
    margin-left: 140px;
    margin-right: 50px;
    border-radius: 200px;
    border-color: #ffffff;
    
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    color: #ffffff;
  }
  html{
    scroll-behavior: smooth;
  }
  body{
    background: #000000;
  }

  .titulo {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    font: normal 30px / normal "Warnes", Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: normal;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgb(9, 43, 238), 0 0 20px rgb(42, 10, 171),
      0 0 30px rgba(255, 0, 0), 0 0 40px #727272, 0 0 70px #727272,
      0 0 80px #4e4e4e, 0 0 100px #2b2b2b;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    margin-top: 30px;
  }
  .titulo:hover {
    text-shadow: 0 0 10px rgb(210, 6, 6), 0 0 20px rgb(198, 172, 6),
      0 0 30px rgb(210, 0, 6), 0 0 40px #840000 , 0 0 70px #000000,
      0 0 80px #000000, 0 0 100px #000000;
  }

  .layout {
    width: 100%;
    margin-top: 5%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .layout1 {
    width: 90%;
    margin-top: 5%;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  margin-left: 50px;
  }

  .layout2 {
    width: 90%;
    margin-top: 5%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-left: 50px;

  }

  .layout3 {
    width: 80%;
    margin-top: 5%;
    margin-left: 150px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    justify-items: stretch;
    justify-content: center;
  }
  .layout4 {
    width: 100%;
    margin-top: 80px;
    display: grid;
    grid-template-rows: 240px;
    grid-template-columns: repeat(4, 240px);
    gap: 8px;
  
    justify-content: center;
    align-content: center;
  }

  .layout5 {
    width: 100%;
    margin-top: 80px;
    display: grid;
    grid-template-rows: 200px;
    grid-template-columns: repeat(2, 400px);
    gap: 8px 30px;
    justify-content: center;
    align-content: center;
    
  }

  .layout6 {
    width: 100%;
  
    display: grid;
    grid-template-rows: 300px;
    grid-template-columns: repeat(3, 300px);
    gap: 8px 30px;
  
    justify-content: center;
    align-content: center;
  }

  .layout7 {
    width: 100%;
  
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 300px);
    gap: 20px 50px;

    justify-content: center;
    align-content: center;
  }
  
  .container-all {
    width: 920px;
    max-width: 1000px;
    margin: auto;
    background: rgb(0, 0, 0);
    margin-top: 25px;
    
  
  }
  .container-all, .p2, .p3 {
    font-size: 18px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    justify-content: left;
    text-align: justify;
    margin-bottom: 100px;
    
  }
  
  
  
  
  .p2 {
    text-align: justify;
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-top: 6px solid #1727d7;
    padding: 20px 0 0 0;
  }
  
  .p3{
      text-align: justify;
      font-family: "Anta", sans-serif;
      font-weight: 400;
      font-style: normal;
      border-bottom: 6px solid #1727d7;
      padding: 20px 0 20px 0;
  }
  .imglogo{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: -20px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .cen{
    margin-top: 130px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .imag {
    width: 150px;
    float: right;
    
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .imag1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .imag2 {
    width: 150px;
    float: right;
    margin-top: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 30px;
  }

  .imag3 {
    width: 200px;
    float: right;
    margin-top: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 30px;
  }
  .imag4 {
    width: 150px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .imag5 {
    width: 250px;
    float:right;
    border-radius: 30px;
    margin-top: 50px;
      margin-right: 200px;
  }

  .imag6 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    float:none;
    border-radius: 10px;
    margin-bottom: 10px;
  }



  h1 {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    color: #ff0909fb;
    font-family: "Anta", sans-serif;
    font-size: 18px;
  }

.p4 {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  margin-left: 200px;
  
}

h2 {
  display: flex;
  margin-top: 20px;
  justify-content:left;
  color: #0d1ac6fb;
  text-align: justify;
  font-size: 18px;
}

footer{
  margin-top: 50px;
  margin-bottom: 30px;
  margin-right: 100px;
  margin-left: 50px;
}
.textuno{
  text-align: justify;
  color: #fff;
  
}

@media (max-width: 600px){
  
  .cen{
    margin-top: 10px;
  }
  .cuadricula {
    width: auto;
    border-left: 10px;
    border-right: 10px;
  }
  .imglogo{
    margin-left: 0;
    margin-right: 0;
  }
  .titulo{
    font: normal 15px / normal "Warnes", Helvetica, sans-serif;
  }
  footer{
    margin-right: 50px;
    margin-left: 20px;
  }

  .wrapper{
    margin-right: 0;
    margin-left: 20px;
  }
  .layout{
    display: contents;
  }
  .layout1{
    display: block;
  }
  .layout2{
    margin-left: 30px;
  }
  .layout3{
    margin-left: 20px;
  }
  .container-all{
    font-weight: 100;
    width: 200px;
    margin-bottom: 50px;
  }
  .imag1{
    width: 60%;
    height: 100%;
  }
  p{
    margin-left: 0;
    text-align: center;
  }
  h1{
    font-size: 10px;
  }
  .imag3{
    margin-top: 20px;
  }
  h2{
    display: block;
  }
  .imag5{
    float: none;
    width: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .imag2{
    margin-top: 30px;
  }
  .imag6{
    width: 80%;
  }

  .layout4{
    display: block;
    margin-top: 20px;
  }
  .layout5{
    margin-top: 20px;
    display: inline;
  }
  .imag{
    margin-bottom: 10px;
    margin-left: 300px;
  }

  .layout7{
    display: inline;
  }

}