      .secSub{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16.55px;
        line-height:25.5px;
        letter-spacing:0.05em;
        letter-spacing:0.05em;
        padding-bottom:37px;
        color:white;
      }
      
      
      .seccionMain{
       font-family: "Fira Sans", sans-serif;
       font-weight: 400;
       font-style: normal;
       font-size:23.17px;
       line-height:31.4px;
       padding-bottom:37px;
       color:white;
       max-width:412px;
      }
      
      
      .seccionTitle{
       font-family: "Fira Sans", sans-serif;
       font-weight: 500;
       font-style: normal;
       font-size:19px;
       line-height:24px;
       padding-top:38px;
       padding-top:38px;
       padding-bottom:13px;
       color:#E0E0E0;
      }
           
      .seccionPeque{
       font-family: "Fira Sans", sans-serif;
       font-weight: 400;
       font-style: normal;
       font-size:16px;
       line-height:22px;
       padding-top:23px;
       color:#E0E0E0;
      }
      
            
      .seccion{
        display:flex;
        padding:265px 30px 263px 30px;
        width:100%;
        background-color:#252525;
        overflow-x:hidden;
        justify-content:center;
      }
      
      .seccionContainer{
        display:flex;
        width:100%;
        /*background-color:lightgreen;*/
        justify-content:space-between;
        max-width:1063px;
        padding-left:156px;
      }
      
      /*.leccionImagen{
        display:flex;
        width:504px;
        height:749px;
        background-color:black;
      }*/
      
      /*.leccionImagen img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }*/
      
      .seccionParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:538px;
        /*background-color:brown;*/
        justify-content:space-between;
      }
      
      .seccionLine{
        display:flex;
        /*background-color:pink;*/
        height:1px;
        width:100%;
        position:relative;
        overflow-x:visible;
      }
      
      .seccionLineLarga{
        display:flex;
        background-color:#8B8888;
        width:100vw;
        position:absolute;
        height:1px;
      }
      
      
      .seccionIcon{
        display:flex;
        margin-top:14px;
        width:fit-content;
        height:fit-content;
        height:142px;
        width:175px;
        /*background-color:grey;*/
        flex-shrink:0;
      }
      
      .seccionIcon img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }

      .colorFuerte{
        background-color:#1D1C1C;
      }