   
      .aprendes{
        width:100%;
        display:flex;
        padding:92px 44px;
        /*background-color:darkblue;*/
        justify-content:center;
        background: linear-gradient(to bottom, #E3E3E3, #BEBEBE);
      }
      
      .aprendes .contenedor{
        width:100%;
        max-width:1367px;
        display:flex;
        /*background-color:olive;*/
        display:flex;
        gap:38px;
        justify-content:center;
        align-items:center;
      }
      
      .aprendes .chica{
        width:400px;
        height:auto;
        /*background-color:brown;*/
        flex-shrink:0;
      }
      
      .aprendes .textos{
        width:100%;
        display:flex;
        max-width:830px;
        /*background-color:darkgrey;*/
        flex-direction:column;
      }
      
      .aprendes .caja{
        display:flex;
        width:100%;
        /*background-color:grey;*/
        width:100%;
        align-items:flex-end;
        padding-top:10px;
      }
      
      .aprendes .leftLine{
        width:40px;
        height:74px;
        /*background-color:lightgrey;*/
        flex-shrink:0;
      }
      
      .aprendes .right{
        display:flex;
        width:100%;
        flex-direction:column;
        /*background-color:brown;*/
        gap:7px;
      }
      
      .aprendes .descripcion{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:4px;
        padding-left:10px;
      }
      
      .aprendes .bottom{
        display:flex;
        width:100%;
        /*background-color:pink;*/
        align-items:center;
      }
      
      .aprendes .line{
        width:100%;
        height:2px;
        margin-top: 1px;
        background-color:rgb(112, 112, 112);
      }
      
      .aprendes .bola{
        width:33.5px;
        height:31.1px;
        /*background-color:orange;*/
        flex-shrink:0;
      }
      
     .aprendes .titular{
        font-size:38px;
        line-height:44px;
      }
      
      .aprendes .subtexto{
        font-size:19px;
        line-height:25px;
        padding:14px 0 32px 0;
      }
      
      .aprendes h5{
        font-size:18px;
        line-height:25px;
      }
      
      .aprendes .right p{
        font-size:17px;
        line-height:21px;
      }
      
      .aprendes img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
      }


      @media(max-width:1000px){

        .aprendes{
          padding:80px 30px;
        }

        .aprendes .contenedor{
          flex-direction:column;
          gap:24px;
          align-items:center;
        }

        .aprendes .chica{
          width:100%;
          max-width:360px;
        }

        .aprendes .textos{
          max-width:100%;
        }

        .aprendes .caja{
          padding-top:8px;
        }

        .aprendes .titular{
          font-size:32px;
          line-height:34px;
        }

        .aprendes .subtexto{
          font-size:16px;
          line-height:23px;
          padding:12px 0 24px 0;
        }

        .aprendes h5{
          font-size:16px;
          line-height:20px;
        }

        .aprendes .right p{
          font-size:16px;
          line-height:20px;
        }
        

      }


      @media (max-width:700px){

        .aprendes{
          padding:68px 28px;
        }

        .aprendes .contenedor{
          gap:20px;
        }

        .aprendes .chica{
          max-width:260px;
        }

        .aprendes .caja{
          padding-top:6px;
        }

        .aprendes .leftLine{
          width:28px;
          height:52px;
        }

        .aprendes .right{
          gap:6px;
        }

        .aprendes .descripcion{
          gap:3px;
          padding-left:8px;
        }

        .aprendes .bottom{
          align-items:center;
        }

        .aprendes .line{
          height:2px;
        }

        .aprendes .bola{
          width:24px;
          height:22px;
        }

        .aprendes .titular{
          font-size:28.5px;
          line-height:33px;
        }

        .aprendes .subtexto{
          font-size:16px;
          line-height:20px;
          padding:10px 0 20px 0;
        }

        .aprendes h5{
          font-size:16px;
          line-height:18.75px;
        }

        .aprendes .right p{
          font-size:16px;
          line-height:19px;
        }

      }
