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


      .etapa1Diagnostico{
         display:flex;
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:15px;
        line-height:24.7px;
        letter-spacing:0.05em;
        width:100%;
        max-width:385px;
        text-align:right;
        justify-content:right;
        align-items:center;
        /*background-color:purple;*/
        opacity:0;
      }
      
      .etapa1Frase{
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:19px;
        line-height:32.9px;
        max-width:527px;
        width:100%;
        /*background-color:lightblue;*/
        color:#BBBBBB;
      }
      
      .etapa1{
        display:flex;
        width:100%;
        padding:401px 30px 421px 30px;
        justify-content:center;
        align-items:center;
        background-color:#E8E7E3;
      }
      
      .etapa1Container{
        display:flex;
        gap:56px;
        flex-direction:column;
        width:100%;
        max-width:1093px;
        /*background-color:pink;*/
      }
      
      .etapa1Top{
        display:flex;
        gap:21px;
        flex-direction:column;
      }
      
      .etapa1Titular{
        display:flex;
        gap:20px;
        align-items:center;
      }
      
      .etapa1LineaNaranja{
        width:3px;
        height:50px;
        background-color:#DD6D03;
      }

      .noColor{
        background-color: transparent;
      }