.page-id-21 .entry-header h1.entry-title {
    display: none;
}

.page-id-21 .hfeed.site {
    overflow: hidden;
}

.page-id-21 .titulo_local h2.blue {
    text-transform: uppercase;
}

.page-id-21 .tiendas-title .widget-title {
    border: none;
    margin-bottom: 0;
    margin-top: 2rem;
    font-weight: 500;
}

select#comuna, select#region {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #06048d;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.page-template-page-locales .local {
    margin: 1rem 0 3rem;
}

.page-template-page-locales .container_locales_page {
    margin-top: 2rem;
}

.page-template-page-locales .container_locales_page {
    width: 100%;
    max-height: 430px;
    overflow-y: scroll;
}

.go-google-button {
    background: #eeeeee;
    color: #06048d;
    padding: .3rem .5rem;
    font-size: .7rem;
    border-radius: .2rem;
}

.col-md-6.container-data.cont-local{
    height: 460px!important;
}

@media (max-width: 992px) {
    .col-md-6.container-data.cont-local {
        padding: 0!important;
    }

    .col-md-6.container-data.cont-local .px-4 {
        padding: 0!important;
    }

    .page-template-page-locales .col-md-6.container-data.cont-local .select-local {
        display: none;
    }

    .page-template-page-locales #content {
        padding: 0!important;
    }

    .page-template-page-locales .container_locales_page {
        width: 100%;
        height: auto;
        overflow: inherit;
    }

    .page-template-page-locales .site-content {
        height: 550vh;
    }

    .page-template-page-locales .direccion_01 {
        display: none!important;
    }

    .page-template-page-locales .modal-body .direccion_01 {
        display: block!important;
    }

    .direcciones_resultados {
        margin-top: 1rem;
    }

    .page-template-page-locales .contenido_local {
        padding: 0!important;
    }

    .page-template-page-locales .col-full {
        padding: 0 2rem;
    }

    .page-template-page-locales .footer-credits {
        display: none!important;
    }

    .page-template-page-locales .promotions {
        display: none!important;
    }
}

@media (min-width: 0px) and (max-width: 700px){
    div#delivery_map .col-12.direcciones_resultados.p-0 {
        bottom: 2em;
    }
}