
      .calidad{
        width:100%;
        display:flex;
        /*background-color:purple;*/
        justify-content:center;
        padding:131px 20px 90px 20px;
      }
      
      .calidad .contenedor{
        width:100%;
        display:flex;
        max-width:1098px;
        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:581px;
      }
      
      .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:500px;
        height:500px;
        /*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;
      }
      


      @media(max-width:780px){

          .calidad .contenedor{
            flex-direction: column;
            gap: 37px;
          }

          .calidad .textos{
            align-items: center;
            text-align: center;
            max-width: 100%;
          }

          .calidad .titular{
            max-width: 500px;
          }

          .calidad .fotoSpace{
            width: 100%;
            max-width: none;
            align-items: center;
            text-align: center;
            gap: 30px;
          }


          .calidad .foto{
            max-width: 600px;
            height: 300px;
            order: 2;
          }

      }