  
      .etapa2Sub{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:18px;
        line-height:30.9px;
        letter-spacing:0.05em;
      }
      
      .etapa2Title{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:37.01px;
        line-height:44.4px;
      }


      
      .etapa2{
        display:flex;
        width:100%;
        padding:322px 30px 322px 30px;
        justify-content:center;
        align-items:center;
        background-color:#E8E7E3;
        overflow-x:hidden;
      }
      
      .etapa2Container{
        display:flex;
        gap:91px;
        flex-direction:column;
        width:100%;
        max-width:1093px;
        /*background-color:pink;*/
      }
      
      .etapa2Top{
        display:flex;
        gap:21px;
        flex-direction:column;
      }
      
      .etapa2Titular{
        display:flex;
        gap:20px;
        align-items:center;
      }
      
      .etapa2LineaNaranja{
        width:3px;
        height:50px;
        background-color:#DD6D03;
      }
      
      
      
      
      
      .especialleccionMain{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:23.17px;
        line-height:31.4px;
        padding-bottom:29px;
      }
      
      
      .especialleccionPeque{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16px;
        line-height:22px;
        padding-top:29px;
        color:#4F4F4F;
        max-width:335px;
      }
      

      
      .especialleccionContainer{
        display:flex;
        width:100%;
        /*background-color:lightgreen;*/
        justify-content:space-between;
        max-width:904px;
      }
      
      /*.especialleccionImagen{
        display:flex;
        width:504px;
        height:749px;
        background-color:black;
      }*/
      
      /*.especialleccionImagen img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }*/
      
      .especialleccionParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:579px;
        /*background-color:brown;*/
        justify-content:space-between;
      }
      
      .especialleccionLine{
        display:flex;
        /*background-color:pink;*/
        height:1px;
        width:100%;
        position:relative;
        overflow-x:visible;
      }
      
      .especialleccionLineLarga{
        display:flex;
        background-color:#BEBEBE;
        width:100vw;
        position:absolute;
        height:1px;
      }
      
      
      .especialleccionContainer .especialboton{
        display:flex;
        width:fit-content;
        height:fit-content;
        padding:10px 31px;
        background-color:#2A2929;
        color:white;
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:14.7px;
        line-height:22.7px;
        letter-spacing:0.05em;
        border-radius:50px;
      }
      


      .noColor{
        background-color: transparent;
      }

      .etapa4{
        max-width: 254px;
      }