    
      .nosotros{
        width:100%;
        display:flex;
        padding:100px 40px 120px 40px;
        justify-content:center;
        /*background-color:purple;*/
        background:linear-gradient(to bottom, #E3E3E3, #BEBEBE);
      }
      
      .nosotros .contenedor{
        width:100%;
        display:flex;
        flex-direction:column;
        max-width:1210px; 
      }
      
      .nosotros .filaUno{
        width:100%;
        display:flex;
        align-items:flex-end;
        /*background-color:green;*/
        padding-bottom:35px;
      }
      
      .nosotros .filaDos{
        width:100%;
        display:flex;
        align-items:flex-end;
        /*background-color:lightgrey;*/
        justify-content:flex-end;
        padding-bottom:35px;
      }
      
      
      .nosotros .filaTres{
        width:100%;
        display:flex;
        align-items:flex-end;
        /*background-color:green;*/
      }
      
      
      .nosotros .caja{
        display:flex;
        width:100%;
        max-width:953px;
        padding:22px 33px 0 0;
        /*background-color:pink;*/
      }
      
      .nosotros .adentro{
        display:flex;
        padding:30px 0 30px 30px;
        width:100%;
        background-color:white;
        align-items:stretch;
        min-height:196px;
        border-radius:35px;
        justify-content:space-between;
      }
      
      .nosotros .fase{
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        width:43px;
        flex-shrink:0;
        background-color:#5E1120;
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:center;
        font-size:17px;
        line-height:20px;
        color:white;
        letter-spacing:20%;
        border-radius:200px;
      }
      
      .nosotros .textos{
        display:flex;
        flex-direction:column;
        gap:15px;
        /*background-color:lightblue;*/
        padding-left:20px;
        max-width:718px;
        justify-content: center;
      }
      
      .nosotros .textos h4{
        font-size:24px;
        line-height:28px;
      }
      
     .nosotros .textos p{
        font-size:16px;
        line-height:21px;
      }
      
      .nosotros .spaceIcon{
        width:50px;
        height:52px;
        background-color:lightgrey;
        flex-shrink:0;
        position:relative;
      }
      
      .nosotros .icon{
        position:absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
        width:116px;
        height:116px;
        /*background-color:black;*/
      }
      
      .nosotros .flecha{
width: 200.2px;
height: 169.4px;
        /*background-color:grey;*/
        flex-shrink:0;
      }
      
      .nosotros h2.titular{
        font-size:46px;
        line-height:46px;
        padding-bottom:78px;
        text-align:center;
      }
      
      .nosotros p.subtitular{
        font-size:20px;
        line-height:25px;
        padding-bottom:18px;
        text-align:center;
        text-transform:uppercase;
        letter-spacing: 30%;
      }
      
      .nosotros img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .nosotros .hide{
        opacity:0;
      }


      @media(max-width:1000px){

        .nosotros{
          padding:88px 30px 70px 30px;
        }

        .nosotros .contenedor{
          align-items: center;
        }
        
        .nosotros .filaUno,
        .nosotros .filaDos,
        .nosotros .filaTres{
          flex-direction:column;
          align-items:center;
          padding-bottom:24px;
          max-width: 700px;
        }

        .nosotros .filaDos{
          justify-content:center;
        }

        .nosotros .caja{
          max-width:100%;
          padding:18px 0 0 0;
        }

        .nosotros .adentro{
          padding:24px 0 24px 24px;
          min-height:180px;
          border-radius:24.5px;
        }

        .nosotros .textos{
          max-width:none;
          padding-left:23px;
          gap:12px;
        }

        .nosotros .spaceIcon{
          width:40px;
          height:42px;
        }

        .nosotros .icon{
          width:84px;
          height:84px;
        }

        .nosotros .flecha{
          display:none;
        }

        .nosotros .hide{
          display:none;
        }


        .nosotros h2.titular{
          padding-bottom: 47px;
        }

      }


      @media (max-width:700px){

        .nosotros{
          padding:70px 28px 54px 28px;
        }

        .nosotros p.subtitular{
          font-size:16px;
          line-height:22px;
          letter-spacing: 0.15em;
          padding-bottom:12.6px;
        }

        .nosotros h2.titular{
          font-size:31px;
          line-height:32px;
          padding-bottom:55px;
        }

        .nosotros .filaUno,
        .nosotros .filaDos,
        .nosotros .filaTres{
          padding-bottom:38px;
          gap:12px;
        }

        .nosotros .caja{
          padding:0;
          margin-right: 20px;
        }

        .nosotros .adentro{
          padding:21px 0 26px 18px;
          border-radius:24.5px;
        }

        .nosotros .fase{
          width:33px;
          font-size:16px;
          line-height:15px;
          border-radius:140px;
          padding: 0 20px;
        }

        .nosotros .textos{
          gap:10.5px;
          padding-left:20px;
          padding-top: 10px;
        }

        .nosotros .textos h4{
          font-size:18px;
          line-height:21px;
        }

        .nosotros .textos p{
          font-size:16px;
          line-height:20px;
        }

        .nosotros .spaceIcon{
          width:35px;
          height:36px;
        }

        .nosotros .icon{
          width:81px;
          height:81px;
          right:-31px;
        }

        .nosotros .flecha{
          display:none;
        }

        .nosotros .hide{
          display:none;
        }

      }
