@media only screen and (min-width: 979px) {

    header.header {

        display: block;

        position: fixed;

        width: 100%;

        background: white;

        z-index: 99999;

        box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);

    }

}
.phone-cta {

    background-color: #2bc46e!important;

}
.bloque-superior-areac {
    width: 100%
}

.texto-izquierda-areac {
    width: 54%!important;
    margin-top: -14% !important;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.imagen-derecha-areac {
    text-align: center;
    width: 100%;
}

.imagen-derecha-areac img {
    width: 85% !important;
    margin-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.titulo-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem
}

.bold-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700
}

.highlight-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #2bc46e
}

.lead-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 23px!important;
    color: #2bc46e;
    margin-bottom: 4.5%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

@media(max-width: 768px) {
    .bloque-superior-areac {
     margin-top: 35%!important;
    }

    .titulo-areac {
        font-size: 25px
    }

    .imagen-derecha-areac {
        text-align: center;
        width: 100%!important
    }

    .texto-izquierda-areac {width: 100%!important;text-align: center;/* font-size: 16px!important; */margin-top: 25px !important;}

    .imagen-derecha-areac img {
        width: 100%!important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px!important;
    }

    .lead-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 24px!important;
    color: #2bc46e;
    margin-bottom: 8%;
    width: 100%;
}

    .navigation-mobile__wrapper {
        display: none;
    }

    header.header nav {
        margin-top: 0px !important;
    }
}

section.sec.section.contentPage.richtexteditor {
    padding: 0!important
}
