.ancora {
    position: relative;
    width: 100%;
    min-width: 1px;
    height: 1px;
    top: -100px;
}
a.whatsapp-link .whatsapp-logo {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 15px;
}
a.whatsapp-link .whatsapp-label {
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
}
div#page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
div#listaCollapseAccordion .card-header {
    padding: 0;
}
button.btn.btn-link {
    width: 100%;
    text-align: left;
}
h2, .h2 {
    font-size: 32px;
}

/* WPCF7 */
div.wpcf7 .ajax-loader {
    background-color: #FFFFFF;
    padding: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: 15px;
    border-radius: 999px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-width: 0px 0px 2px 0px;
    padding: 0 0 10px 0;
}

@media screen and (max-width: 767px){
    .embed-responsive-21by9:before {
        padding-top: 0;
    }
    .embed-responsive .hero_image-wrapper {
        position: relative;
        height: auto;
        width: 100%;
    }
    .hero_image-inner {
        display: block;
        height: auto;
        width: 100%;
    }
    .menunavbar {
        height: auto;
        left: -180px;
        right: 0;
    }
}
@media screen and (max-width: 576px){
    /* Header */
    .hero_content-container {
        position: relative;
    }
    .hero_image-container {
        position: absolute;
        height: 100%;
    }
    .embed-responsive .hero_image-wrapper {
        height: 100%;
    }
    .hero_image-inner {
        height: 100%;
    }
    .hero_image-img {
        position: absolute;
        height: 100%;
        max-width: none;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .wp-block-column {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand {
        font-size: 12px;
        margin-top: 6px;
    }
}
