.patrocinadores {
    background: #FAF8F8;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 68px 50px;
}

.patrocinadores h2 {
    font-family: Bitter-Bold, sans-serif;
    font-size: 22px;
}

.patrocinadores .general {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    flex-direction: initial;
    align-items: center;

}

.patrocinadores .general .patrocinador img {
    max-height: 45px;
}

.patrocinadores .patrocinador_ateneo img {
    max-height: 50px;
}

.patrocinadores .patrocinador_aecid img {
    max-height: 35px;
}

.patrocinadores .patrocinador_telefonica img {
    max-height: 40px;
}

.patrocinadores .patrocinador-caixa img {
    max-height: 25px;
}

.sectionheader .htitle .customise {
    height: 90px;
    width: 130px;
}

.sectionheader {
    position: relative;
    margin-bottom: 0px;
}

.header-info.home-microsite .sectionheader .htitle .customise {
    margin-top: 5px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .patrocinadores .general {
        flex-direction: column;
        /* Muda para coluna */
    }

    .patrocinadores {
        background: #FAF8F8;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 40px 20px;
    }

    .patrocinadores .general {
        padding: 2px 0 18px;
        flex-direction: column;
        align-items: center;
    }

    .patrocinadores .general .patrocinador {
        padding: 15px 0;
    }

    .patrocinadores h2 {
        text-align: center
    }

    .patrocinadores .general .patrocinador img {
        max-height: 50px;
    }

    .patrocinadores .patrocinador_ateneo img {
        max-height: 80px;
    }

    .patrocinadores .general .patrocinador_ateneo {
        padding: 15px 0;
    }

    .patrocinadores .patrocinador_ateneo {
        padding: 15px 0;
    }

    .patrocinadores .general .patrocinador_aecid {
        padding: 15px 0;
    }

    .patrocinadores .patrocinador_aecid {
        padding: 15px 0;
    }

    .patrocinadores .patrocinador_aecid img {
        max-height: 60px;
    }

    .patrocinadores .general .patrocinador-caixa img {
        max-height: 40px;
    }

    .patrocinadores .patrocinador-caixa {
        padding: 15px 0;
    }


    .patrocinadores .patrocinador_telefonica img {
        max-height: 40px;
    }

    .patrocinadores .general .patrocinador_telefonica {
        padding: 15px 0;
    }

}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}


@media only screen and (max-width:640px) {
    .promopremios {
        display: none;
    }

}

@media only screen and (min-width:640px) {
    .promopremios1 {
        display: none;
    }

}

.video-wrapper {
    width: 100%;
}

/* Padding-top solo en móvil */
@media (max-width: 768px) {
    .video-wrapper {
        padding-top: 15px;
    }
}

.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Relación 16:9 */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Header premios */

.sectionheader {
    position: relative;
    margin-bottom: 10px;
}

.sectionheader .htitle .customise {
    height: 85px;
}

.sectionheader .htitle .customise img {
    height: 85px;
}

/* Microsite especÃ­fico */
.header-info.microsite .sectionheader .htitle {
    height: 85px;
}

.header-info.microsite .sectionheader .htitle .customise img {
    height: 85px;
}

.header-info.microsite .sectionheader .htitle .customise {
    height: 85px;
}