
      .calidad{
        width:100%;
        display:flex;
        /*background-color:purple;*/
        justify-content:center;
        padding:131px 20px 90px 20px;
      }
      
      .calidad .contenedor{
        width:100%;
        display:flex;
        max-width:998px;
        justify-content:space-between;
        gap:20px;
        /*background-color:green;*/
        align-items:center;
      }
      
      .calidad .textos{
        width:100%;
        display:flex;
        flex-direction:column;
        /*background-color:beige;*/
        max-width:481px;
      }
      
      .calidad .imagen{
        display:flex;
        width:337px;
        height:245px;
        /*background-color:black;*/
        flex-shrink:0;
      }
      
      .calidad .fotoSpace{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:60px;
        /*background-color:lightgrey;*/
        max-width:420px;
      }
      
      .calidad .foto{
        display:flex;
        width:100%;
        max-width:420px;
        height:585.18px;
        /*background-color:black;*/
        border-radius:40px;
      }
      
      .calidad .marginGrande{
        margin-bottom:35px;
      }
      
      .calidad .marginChico{
        margin-bottom:12px;
      }
    
      .calidad .badge{
        font-size:26.7px;
        line-height:31px;
        color:#CF9947;
      }
      
      .calidad .titular{
        font-size:58px;
        line-height:53px;
        color:#155A68;
      }
      
      .calidad .textitos{
        font-size:19px;
        line-height:25px;
      }     
      
      .calidad img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
      }   
      
      .calidad .foto img{
        border-radius:40px;
      }
      