    .diplometo img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
        color:white;
      }
      
      .diplometo  {
        width:100%;
        display:flex;
        padding:144px 20px 126px 20px;
        /*background-color:brown;*/
        justify-content:center;
        color:white;
        background-color: #1A3A4A;
      }
      
      .diplometo .container{
        width:100%;
        max-width:1187px;
        /*background-color:purple;*/
        display:flex;
        gap:20px;
        justify-content:space-between;
        align-items:center;
      }
      
      .diplometo .textos{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:552px;
        /*background-color:darkblue;*/
      }
      
      .diplometo .title{
        font-size:40px;
        line-height:45px;
      }
      
      .diplometo .linea{
        margin-top:25px;
        margin-bottom:29px;
        width:142px;
        height:5px;
        background-color:#C9B96B;
      }
      
      .diplometo .parrafo{
        font-size:18px;
        line-height:26px;
        margin-bottom:36px;
        /*background-color:blue;*/
      }
      
      .diplometo .compilado{
        display:flex;
        flex-direction:column;
        width:100%;
        gap:15px;
        /*background-color:green;*/
      }
      
      .diplometo .punto{
        display:flex;
        gap:12px;
        width:100%;
        align-items:center;
        /*background-color:darkred;*/
      }
      
      .diplometo .flecha{
        width:10px;
        height:14px;
        flex-shrink:0;
      }
      
      .diplometo .rasgo{
        font-size:16px;
        line-height:23px;
        letter-spacing:0.04em;
      }
      
      .diplometo .foto{
        display:flex;
        width:100%;
        max-width:505px;
        height:517px;
        min-width:400px;
        border-radius:10px;
      }
      
      .diplometo .foto img{
        border-radius:10px;
      }
      


      @media(max-width:895px){

          .diplometo .container{
            flex-direction: column;
            gap: 60px;
          }

          .diplometo .textos{
            max-width: 100%;
          }

          .diplometo .foto{
            width: 700px;
            max-width: 100%;
            height: 400px;
          }

      }

      @media(max-width:600px){

        .diplometo{
          padding: 80px 20px;
        }

       .diplometo .title{
        font-size: 35px;
        line-height: 39px;

       }

       .diplometo .parrafo{
        font-size: 15px;
        line-height: 22px;
       }

       .diplometo .rasgo{
        font-size: 14px;
        line-height: 19px;
       }

       .diplometo .foto{
        width: 100%;
        height: 300px;
       }

      }