
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Frutiger Com';
    src: url('ruta/a/FrutigerCom-Regular.woff2') format('woff2'),
        url('ruta/a/FrutigerCom-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}
h3{
    color:#3e2775;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 29px
}

 .infoCalidad {
      max-width: 1300px;
      margin: 60px auto;
      background: white;
      padding: 40px;
    }

    p {
      text-align: center;
      font-size: 22px;
      margin-bottom: 30px;
    }

    ul {
      list-style-type: disc;
      padding-left: 60px; /* distancia desde el borde */
    }

    ul li {
      font-size: 22px;
      line-height: 1.6;
      margin-bottom: 15px;
    }