#header {
    padding: 3rem;
    background-color: #142d53;
    color: #ffffff;
    background-image: url(../resources/images/certificados/politicas_certificacion.jpg) !important;
    background-size: cover !important;
    background-position: right 68% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}  

.inner-header {
    width: 100%;
    max-width: 1200px;
}

#header p:nth-last-child(1) {
    font-size: 40px;
    margin: 0;
}

@media screen and (max-width: 576px) {
    #header {
        padding: 3rem 1rem;
    }  
}


#mid {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-part {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
}

.top-left p {
    color: #666;
}

.top-left thead, .top-left tbody{
    border: 1px solid #009cde;
}

.top-right img {
    width: 100%;
}

.tabla-certificaciones {
    width: 100%;
    margin-bottom: 2rem;
}

.tabla-certificaciones th, .tabla-certificaciones td{
    padding: 0.5rem;
}

@media screen and (max-width: 576px) {
    #mid {
        padding: 3rem 1rem;
    }  

    .top-part {
        max-width: 1200px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

#certificados {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.certificado {
    width: 100%;
    background-image: url(../resources/images/certificados/certificado_bg.jpg);
    background-size: cover !important;
    background-position: center;
    color: #ffffff;
    padding: 50px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.leer-mas-btn {
    color: #ffffff;
    text-decoration: none;
    border: #ffffff solid 2px;
    padding: 8px 16px;
}

@media screen and (max-width: 576px) {
    #certificados {
        grid-template-columns: 1fr;
    }
}