   .plata{
        display:flex;
        width:100%;
        justify-content:center;
       /*background-color:grey;*/
        padding:182px 20px;
      }

      .plata .content{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:103px;
        max-width:1213px;
        /*background-color:purple;*/
      }

      .plata .titular{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:17px;
        /*background-color:green;*/
      }

      .plata .titleGrande{
        display:flex;
        gap:18px;
        width:100%;
        /*background-color:darkblue;*/
        align-items:center;
      }

      .plata .cosito{
        display:flex;
        height:55px;
        width:2px;
        background-color:#DD6D03;
      }

      .plata .explica{
        display:flex;
        padding-left:21px;
        width:100%;
        max-width:793px;
      }


  /* EXTRAS */

    .plata .textitos{
      display:flex;
      flex-direction:column;
      width:100%;
      /*background-color:beige;*/
    }

      .plata .fila{
        display:flex;
        padding:25px 0px 25px 50%;
        gap:119px;
        width:100%;
        /*background-color:darkgrey;*/
        align-items:center;
        white-space: nowrap;
      }

      .plata .line{
        width:100%;
        height:1px;
        display:flex;
        background-color:#BEBEBE;
      }

      .plata .special{
        padding-right:21px;
      }

      .plata a.boton{
        border:none;
        text-decoration:none;
        background-color:#333333;
        padding:18px 32px;
        width:fit-content;
        border-radius:10px;
        min-width:204px;
        justify-content:center;
        text-align:center;
        cursor:pointer;
      }

      .plata a.boton:hover{
        background-color:black;
        transform:scale(1.015);
      }
      
      .plata .title{
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 37.01px;
    line-height: 44.4px;
      }

      .plata .instruccion {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 24.7px;
    letter-spacing: 0.05em;
}

      .plata .descripcion {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
        color:#F1F1F1;
}



     @media(max-width:1000px){

        .plata .fila{
          padding-left:20%;
          gap:40px;
        }
        
      }


@media(max-width:800px){

.plata .content{
gap:50px;
}

.plata .fila{
flex-direction:column;
gap:30px;
padding-left:30%;
  align-items:flex-start;
}



.plata{
padding:130px 20px 100px 20px;
}

/* tipografías al 85% */

.plata .title{
font-size:31.46px;
line-height:37.74px;
}


.plata .instruccion{
font-size:14.45px;
line-height:21px;
}

.plata a.boton.descripcion{
font-size:15.3px;
line-height:22.95px;
}


}