      .nosotrosTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:59px;
        line-height:54px;
      }
      
      .nosotrosExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 15.5px;
        line-height:16px;
      }
      
      .nosotrosBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 21.5px;
        line-height:27.4px;
      }
      
      .nosotrosMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:21.5px;
        line-height:27.4px;
      }
      
      .nosotrosRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:16.6px;
        line-height:21.5px;
      }
      
      .nosotros{
        display:flex;
        padding:200px 111px 128px 125px;
        background-color:#F3F3F3;
        position:relative;
        align-items:center;
        justify-content: center;
      }
      
      .nosotrosContenedor1{
        display:flex;
        flex-direction:column;
        gap:38px;
        position:relative;
        z-index:1;
        max-width: 800px;
      }
      
      .nosotrosContenedor2{
        display:flex;
        height:480px;
        width:398px;
        background-image:url("./imgs/nosotros/nosotros/nosotros.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        /*background-color:blue;*/
        flex-shrink:0;
        position:relative;
        z-index:2;
        border-radius: 10px;
      }
      
      .nosotrosTitular{
        display:flex;
        gap:32px;
      }
      
      .nosotrosVineta{
        display:flex;
        margin-top:17px;
        height:22px;
        width:19px;
        background-image:url("./imgs/nosotros/nosotros/vineta.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        /*background-color:purple;*/
        flex-shrink:0;
      }
      
      .nosotrosPadLeft{
        padding-left:52px;
      }
      
      .nosotrosMaxi{
        max-width:725px;
      }
      
      .nosotrosSeparador{
        display:flex;
        width:100%;
        height:8px;
        position:relative;
        align-items:center;
      }
      
      .nosotrosBloque{
        display:flex;
        width:165px;
        height:8px;
        background-color:#C29725;
      }
      
      .nosotrosLargo{
        display:flex;
        width:100%;
        position:absolute;
        height:1.5px;
        background-color:#C29725;
        top:50%;
        transform:translateY(-50%);
      }
      
      .nosotros a{
        text-decoration: none;
        color: black;
        cursor: pointer;
        outline: none;
        padding:17px 27px;
        border:1px solid black;
        border-radius:8px;
        width:fit-content;
      }
     
      .nosotrosMarginTop{
        margin-top:20px;
      }
      
      .nosotrosPadRight{
        padding-right:50px;
      }


 @media(max-width:1100px){

    .nosotros{
      /*border: 3px solid orange;*/
      padding: 180px 40px 80px 40px;
      gap: 26px;
    }

    .nosotrosContenedor2{
      width: 36% ;
    }

    .nosotrosPadRight{
      padding-right: 0px;
    }

    .nosotrosContenedor1{
      gap: 40px;
    }

    .nosotrosTitle{
      font-size: 45px;
      line-height: 44px;
      max-width:500px;
    }

    .nosotrosFotos{
      padding: 0px 40px 100px 40px;
    }

    .nosotrosTitular{
      gap:10px;
    }

    .nosotrosPadLeft{
      padding-left: 30px;
    }

}

@media(max-width:600px){

    .nosotrosVineta{
      margin-top: 7px;
    }

    .nosotros{
      /*border: 3px solid greenyellow;*/
      padding: 140px 20px 70px 20px;
      gap: 40px;
      flex-direction: column;
    }

    .nosotrosContenedor1{
      gap: 20px;
    }

    .nosotrosContenedor2{
      width: 100%;
      max-width: 350px;
      height: 300px;
    }

    .nosotrosTitle{
      font-size: 33px;
      line-height: 31px;
      max-width: 380px;
    }

    .nosotrosTitular{
      gap:10px;
    }

    .nosotrosPadLeft{
      padding-left: 30px;
    }

    .nosotrosMedium, .nosotrosBold{
      font-size: 17px;
      line-height: 21px;
    }

    .nosotrosRegular{
      font-size: 14.5px;
      line-height: 19px;
    }

    a.nosotrosExtrabold{
      padding: 19px 19px;
      font-size: 13px;
      line-height: 0px;
       box-sizing: border-box;
    }

    .nosotrosMarginTop{
      display: flex;
      margin-top: 0;
    }

    .nosotrosFotos{
      padding: 0 10px 50px 10px;
      gap:5px;
    }

    .nosotrosFotoBase{
      height: 200px;
    }

    .nosotrosFoto3{
      display: none;
    }

}
