#section-prensa .section-txt {
    margin-bottom: 40px;
}
#section-prensa #download {
    margin-left: -10px;
    margin-right: -10px;
}
#section-prensa .download-blq {
    padding-left: 10px;
    padding-right: 10px;
}
#section-prensa .download-blq > a > div {
    height: 0;
    padding-bottom: 38%;
    border: 1px solid #574545;
    margin-bottom: 15px;
    position: relative;
}
#section-prensa .download-blq > a > div > img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#section-prensa #download-identidad > a > div > img {
    width: 291px;
}
#section-prensa #download-fotografias > a > div > img {
    width: 100px;
}
#section-prensa .download-blq .txt-corp,
#section-prensa .certificaciones .certificacion .txt-corp,
#section-prensa #menciones .mencion .txt-corp {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.0;
    text-transform: uppercase;
}
#section-prensa .download-blq .txt-black,
#section-prensa .certificaciones .certificacion .txt-black,
#section-prensa #menciones .mencion .txt-black {
    font-size: 20px;
    font-weight: 700;
}
#section-prensa #download-fotografias picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
#section-prensa #download-fotografias picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#section-prensa .certificaciones,
#section-prensa #menciones {
    margin-top: 30px;
}
#section-prensa .certificaciones .section-tit1,
#section-prensa #contacto .section-tit1,
#section-prensa #menciones .section-tit1 {
    margin-bottom: 25px;
    color: #E2DDDC;
}
#section-prensa .certificaciones .flex {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#section-prensa .certificaciones .certificacion {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#section-prensa .certificaciones .certificacion .certificacion-img {
    padding: 30px;
    border: 1px solid #574545;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#section-prensa .certificaciones .certificacion img {
    max-width: 100%;
    max-height: 100%;
}

#section-prensa #menciones .mencion {
    padding: 20px;
    border-bottom: 1px solid #E2DDDC;
}
#section-prensa #menciones .mencion:first-of-type {
    border-top: 1px solid #E2DDDC;
}
#section-prensa #menciones .mencion .txt-black {
    margin-bottom: 0
}
#section-prensa #menciones .mencion:hover,
#section-prensa #menciones .mencion:focus {
    background-color: #E2DDDC;
}
#section-prensa #menciones .btn {
    margin-left: 30px;
}
#section-prensa #menciones .btn-black:hover,
#section-prensa #menciones .btn-black:active {
    border: 1px solid #574545;
    background-color: transparent;
    color: #574545;
}

#section-prensa #contacto #claim {
    right: auto;
    left: 117px;
}
#section-prensa #contacto .section-form {
    position: relative;
}
#section-prensa #contacto .form-esp .flex {
    display: block;
}
#section-prensa #contacto .captcha {
    margin-top: 15px;
}

@media (min-width: 1440px) {
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 212px;
    }
    #section-prensa #contacto .section-form {
        margin-left: 134px;
    }
    #section-prensa #contacto .section-img picture img {
        width: 705px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    #section-prensa #contacto .section-img picture img {
        width: 650px;
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 173px;
    }
}
@media (min-width: 992px) and (max-width: 1439px) {
    #section-prensa #contacto .section-form {
        margin-left: 40px;
    }
}
@media (min-width: 1200px) {
    #section-prensa .certificaciones .section-tit1,
    #section-prensa #contacto .section-tit1,
    #section-prensa #menciones .section-tit1 {
        font-size: 65px;
        line-height: 48px;
    }
    #section-prensa #contacto .section-form {
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #section-prensa #contacto picture img {
        width: 500px;
    }
    #section-prensa #contacto .section-form {
        margin-top: 0;
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 173px;
    }
}
@media (min-width: 992px) {
    #section-prensa #contacto {
        margin-top: 55px;
        margin-left: -84px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    #section-prensa #contacto .section-img {
        margin-top: 0;
    }
    #section-prensa #contacto .section-form {
        max-width: 565px;
    }
    #section-prensa .certificaciones .certificacion {
        width: calc(20% - 20px);
        -webkik-flex: 0 0 calc(20% - 20px);
        flex: 0 0 calc(20% - 20px);
    }
}
@media (max-width: 991px) {
    #section-prensa .download-blq > a > div {
        padding-bottom: 50%;
    }
    #section-prensa #download-identidad > a > div > img {
        width: 220px;
    }
    #section-prensa #download-fotografias > a > div > img {
        width: 70px;
    }
    #section-prensa #contacto .section-form {
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #section-prensa .certificaciones .certificacion {
        width: calc(25% - 20px);
        -webkik-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 165px;
    }
}
@media (min-width: 768px) {
    #section-prensa #menciones .mencion {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    #section-prensa #download .download-blq,
    #section-prensa .certificaciones .flex,
    #section-prensa #menciones .mencion {
        width: 559px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #section-prensa #download .download-blq + .download-blq {
        margin-top: 30px;
    }
    #section-prensa #menciones .mencion {
        display: block;
    }
    #section-prensa .certificaciones .certificacion {
        width: calc(33.333333% - 20px);
        -webkik-flex: 0 0 calc(33.333333% - 20px);
        flex: 0 0 calc(33.333333% - 20px);
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 173px;
    }
    #section-prensa .certificaciones .certificacion .txt-black {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 575px) {
    #section-prensa .certificaciones .flex {
        width: 460px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 140px;
    }
}
@media (max-width: 449px) {
    #section-prensa .certificaciones .certificacion {
        width: calc(50% - 20px);
        -webkik-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    #section-prensa .certificaciones .certificacion .certificacion-img {
        height: 165px;
    }
}


@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
