     
      .contenedorCertifica{
        display:flex;
        justify-content:center;
        width:100%;
        padding:103px 20px;
      }
      
      .certifica{
        display:flex;
        width:100%;
        max-width:1317px;
        flex-direction:column;
        align-items:center;
        /*background-color:pink;*/
      }
      
     .certifica .logos{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        background-color:white;
        gap:20px;
        justify-content:center;
        max-width:1327px;
        padding:21px;
        margin-top:44px;
        margin-bottom:28px;
      }
      
      .certifica .logos .logosecundario{
        display:flex;
        height:86px;
        /*width:auto;*/
        width:160px;
      }
      
      .certifica .galeria{
        display:flex;
        width:100%;
        max-width:1000px;
        /*background-color:red;*/
        gap:2px;
        align-items:center;
        justify-content:center;
      }
      
      .certifica .fotoGrande{
        width:100%;
        max-width:60%;
        height:518px;
        background-color:black;
      }
      
      .certifica .fotosVertical{
        display:flex;
        width:100%;
        max-width:40%;
        flex-direction:column;
        gap:2px;
        align-items:center;
        /*background-color:blue;*/
      }
      
      .certifica .fotoPeque{
        width:100%;
        height:258px;
        background-color:black;
      }
      
      .certifica .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        margin-bottom:22px;
        text-align:center;
        color:#1E2F6F;
      }
      
      .certifica .parrafo{
        font-size:20px;
        line-height:28px;
        font-weight:500;
        text-align:center;
        max-width:768px;
      }
      
    .certifica img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }


     .certifica .logoUnisant{
        width:441.78px;
        height:120.15px;
        /*background-color:black;*/
      }


      .certifica .logos .logosecundario{
        display:flex;
        height:86px;
        /*border:2px solid black;*/
        /*width:auto;*/
        width:auto;
      }


    .certifica .logosecundario img{
        width:auto;
        height:100%;
        object-position:center;
        object-fit:cover;
      }