      .nosotrosFormacion{
        width:100%;
        display:flex;
        justify-content:center;
        /*background-color:brown;*/
        padding:112px 40px;
        background:linear-gradient(to bottom, #E3E3E3, #cccccc);
      }
      
      .nosotrosFormacion .contenedor{
        width:100%;
        display:flex;
        max-width:1204px;
        /*background-color:purple;*/
        flex-direction:column;
        align-items:center;
      }
      
      .nosotrosFormacion .compilado{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        gap:30px;
        /*background-color:olive;*/
        justify-content:center;
        padding-top:57px;
      }
      
      .nosotrosFormacion .caja{
        display:flex;
        padding:21px 15px 0 0;
        flex:1 1 0px;
        /*background-color:pink;*/
        width:100%;
        max-width:382px;
        min-width:280px;
      }
      
      .nosotrosFormacion .adentro{
        display:flex;
        width:100%;
        flex-direction:column;
        padding:0px 22px 35px 22px;
        align-items:center;
        background-color:white;
        border-radius:30px;
        text-align:center;
      }
      
      .nosotrosFormacion .topSpace{
        width:100%;
        /*background-color:grey;*/
        display:flex;
        justify-content:flex-end;
      }
      
      .nosotrosFormacion .iconSpace{
        width:48px;
        height:74px;
        /*background-color:lightblue;*/
        position:relative;
      }
      
      .nosotrosFormacion .icon{
        width:95px;
        height:95px;
        position:absolute;
        bottom:0;
        right:-37px;
        /*background-color:black;*/
      }
      
      
      .nosotrosFormacion h4{
        padding-bottom:10px;
        text-align:center;
        font-size:23px;
        line-height:24px;
      }
      
      .nosotrosFormacion .caja p{
        font-size:16px;
        line-height:21px;
      }
      
      
      .nosotrosFormacion h3.subtitular{
        font-size:20px;
        line-height:25px;
        text-align:center;
        text-transform:uppercase;
        letter-spacing: 30%;
      }
      
      
     .nosotrosFormacion h2{
        padding-top:18px;
        padding-bottom:25px;
        text-align:center;
        font-size:46px;
        line-height:46px;
      }
      
      
      .nosotrosFormacion p.texto{
        font-size:18px;
        line-height:24px;
        text-align:center;
        max-width:780px;
      }
      
      .nosotrosFormacion img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
      }


      @media(max-width:980px){

        .nosotrosFormacion{
          padding:84px 30px;
        }

        .nosotrosFormacion .compilado{
          gap:22px;
          padding-top:42px;
        }

        .nosotrosFormacion .caja{
          max-width:500px;
          min-width:0;
          flex:1 1 100%;
          padding:18px 12px 0 0;
        }

        .nosotrosFormacion .adentro{
          padding:0 18px 30px 18px;
          border-radius:24px;
        }

        .nosotrosFormacion .iconSpace{
          width:40px;
          height:60px;
          margin-bottom: 10px;
        }

        .nosotrosFormacion .icon{
          width:78px;
          height:78px;
          right:-30px;
        }
        
        .nosotrosFormacion .topSpace{
          justify-content: center;
        }
      }


      @media (max-width:700px){

        .nosotrosFormacion{
          padding:78px 21px 60px;
        }

        .nosotrosFormacion .contenedor{
          align-items:center;
        }

        .nosotrosFormacion h3.subtitular{
          font-size:16px;
          line-height:18.75px;
          letter-spacing: 0.15em;
        }

        .nosotrosFormacion h2{
          padding-top:12.6px;
          padding-bottom:17.5px;
          font-size:34.5px;
          line-height:34.5px;
        }

        .nosotrosFormacion p.texto{
          font-size:16px;
          line-height:20px;
          max-width:780px;
        }

        .nosotrosFormacion .compilado{
          gap:18px;
          padding-top:29px;
        }

        .nosotrosFormacion .caja{
          padding:20px 0 0 0;
          max-width:100%;
        }

        .nosotrosFormacion .adentro{
          padding:0 16px 24px 16px;
          border-radius:21px;
        }

        .nosotrosFormacion .iconSpace{
          width:34px;
          height:52px;
        }

        .nosotrosFormacion .icon{
          width:66px;
          height:66px;
          right:-25px;
        }

        .nosotrosFormacion h4{
          font-size:17.25px;
          line-height:18px;
          padding-bottom:7px;
        }

        .nosotrosFormacion .caja p{
          font-size:16px;
          line-height:19px;
        }

      }
