.valoresTitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         font-style: normal;
         font-size:20px; /*px*/
         line-height:25px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
   } 
      

   .valoresParrafo{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 14.5px; /*px*/
         line-height: 20px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.015em; /*ej. 2px o 0.1 em*/
   }
      

      
      .valores{
        display:flex;
        width:100%;
        padding:125px 208px 114px 208px;
        flex-wrap:wrap;
        row-gap:67px;
        column-gap:148px;
        background-color:#eef2e6;
        justify-content:center;
      }
      
      .valoresCajita{
        display:flex;
        width:100%;
        gap:49px;
        max-width:440px;
      }
      
      .valoresIcono{
        display:flex;
        width:125px;
        height:123px;
        flex-shrink:0;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        /*background-color:black;*/
      }

      .icon1{
        background-image:url("./imgs_nosotros/icon1.png");
      }

      .icon2{
        background-image:url("./imgs_nosotros/icon2.png");
      }
      
      .icon3{
        background-image:url("./imgs_nosotros/icon3.png");
      }

      .icon4{
        background-image:url("./imgs_nosotros/icon4.png");
      }

      .icon5{
        background-image:url("./imgs_nosotros/icon5.png");
      }

      .icon6{
        background-image:url("./imgs_nosotros/icon6.png");
      }


      
      .valoresExplicacion{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:25px;
        padding-top:34px;
        /*background-color:lightblue;*/
      }

      @media(max-width:1460px){

        .valores{
          padding-top: 90px;
          padding-bottom: 90px;
          padding-left: 40px ;
          padding-right: 40px;
          column-gap: 30px;
        }

        .valoresCajita{
          max-width: 500px;
        }

      }

      @media(max-width:450px){
        .valoresCajita{
          flex-direction: column;
          gap:10px;
          text-align: center;
          align-items: center;
        }

      }