     .infoTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:22.55px;
        line-height:22.55px;
        color:#174BB4;
      }
      
      .infoText{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:16.91px;
        line-height:19px;
      }
           
      .info{
        display:flex;
        width:100%;
        padding:100px 20px 116px 20px;
        /*background-color:purple;*/
        justify-content:center;
        align-items:center;
      }
      
      .infoContainer{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:942px;
        gap:40px;
      }
      
      .infoCaja{
        display:flex;
        width:100%;
        padding:27px 23px 36px 29px;
        gap:23px;
        flex-direction:column;
        background-color:#FFFFFF;
        border-radius:12px;
        box-shadow:0 0 50px rgba(213, 220, 245, 100%);
      }
      
      .infoIcon{
        display:flex;
        /*background-color:black;*/
      }
      
      .fiscal{
        width:33px;
        height:32px;
      }
      
      .proveedores{
        width:37px;
        height:37px;
      }
      
      .distribucion{
        width:26.73px;
        height:42px;
      }
      
      .infoIcon img{
        width:100%;
        object-fit:fill;
        object-position:center;
      }
      
      .infoLinea{
        display:flex;
        width:100%;
        height:1px;
        background-color:#C1C1C1;
      }
      
      .infoTop{
        display:flex;
        width:100%;
        justify-content:space-between;
        padding:0 16px;
        align-items:center;
      }
      
      .infoBottom{
        display:flex;
        width:100%;
        padding:0 16px;
        gap:11px;
        flex-direction:column;
        /*background-color:green;*/
      }
      

      @media(max-width:700px){

        .info{
          padding: 60px 20px;
        }

        .infoTitle{
          font-size: 20px;
          line-height: 20px;
        }

        .infoText{
          font-size: 16px;
          line-height: 19px;
        }

        .infoCaja{
          padding: 20px 20px 30px 20px;
          gap: 15px;
        }

        .infoContainer{
          gap: 20px;
        }

      }