@media only screen and (min-width: 801px) {
    body.home {
        background-image: url(https://www.soyazul.cl/media/background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    /* Agrega aquí las demás reglas de CSS que deseas aplicar en la página de inicio */
    .cnvs-block-section-outer {
        background: white;
        padding: 20px 0;
    }

    .cnvs-block-section.cnvs-block-section-1587638592724.cnvs-block-section-layout-full.cnvs-block-section-fullwidth,
    .cnvs-block-section.cnvs-block-section-1587394611730.cnvs-block-section-layout-full.cnvs-block-section-fullwidth {
        margin: 0;
    }

    .cnvs-block-section.cnvs-block-section-1587397134808.cnvs-block-section-layout-full.cnvs-block-section-fullwidth.cnvs-block-section-with-background-color {
        background: #0d1b59 !important;
        margin-bottom: 0;
    }

    .cs-site-content.cs-sidebar-disabled.cs-metabar-disabled.section-heading-default-style-1 {
        margin-bottom: 0;
    }
}

.cnvs-block-section-heading .cnvs-section-title>span {
    position: relative;
    color: white;
    background: #0c2e5a;
    padding: 5px 25px;
    transform: skewX(-15deg);
    border-bottom: 1px solid red;
    font-size: 1rem;
    text-transform: uppercase;
}
