/* =====================================================
   MODO APLICACIÓN
===================================================== */

body.page {

    background: #f4f6f9;

}

/* Ocultar todo el tema */

header,
footer,
.site-header,
.site-footer,
.wp-site-blocks>header,
.wp-site-blocks>footer,
.wp-block-post-title,
.entry-header,
.entry-title,
.post-title,
.comments-area,
.sidebar,
.widget-area {

    display: none !important;

}

/* quitar márgenes */

.wp-site-blocks,
main,
.site-main {

    margin: 0 !important;
    padding: 0 !important;

}

.entry-content {

    margin: 0 !important;

}

.wp-block-post-content {

    margin: 0 !important;
}

/* formulario */
.spm-convocatoria {

    position: relative;

    z-index: 20;

    max-width: 1100px;

    margin: 0 auto 80px;

    background: #fff;

    border-radius: 20px;

    padding: 50px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);

}

/*=========================================
 HERO
=========================================*/

.spm-banner {

    width: 100vw;

    margin-left: calc(50% - 50vw);

    margin-right: calc(50% - 50vw);

    margin-top: 0;

    margin-bottom: -120px;

    overflow: hidden;

    position: relative;

    z-index: 1;

}

.spm-banner img {

    width: 100%;

    height: 520px;

    display: block;

    object-fit: cover;

    object-position: center top;

}

/* Página completa */

.spm-page {

    width: 100vw;

    margin-left: calc(50% - 50vw);

    margin-right: calc(50% - 50vw);

    position: relative;

}

.wp-block-group {

    margin-top: 0 !important;
    padding-top: 0 !important;

}

.wp-block-post {

    margin-top: 0 !important;
    padding-top: 0 !important;

}

.wp-site-blocks>*:first-child {

    margin-top: 0 !important;
    padding-top: 0 !important;

}


/*=========================================
FOOTER
=========================================*/

.spm-footer {

    margin-top: 70px;

    padding: 60px 40px;

    text-align: center;

    background: #111827;

    color: #fff;

    border-radius: 20px;

}

.spm-footer-logo {

    width: 130px;

    margin-bottom: 20px;

}

.spm-footer h3 {

    font-size: 30px;

    margin-bottom: 15px;

    color: #fff;

}

.spm-footer p {

    font-size: 18px;

    line-height: 1.8;

    max-width: 700px;

    margin: auto;

    color: #d1d5db;

}

.spm-footer-copy {

    margin-top: 35px;

    font-size: 14px;

    color: #9ca3af;

}