

.OFICINA_01__officeslist > li + li {
    margin-top: 0.4rem;
}

.OFICINA_01 {
    margin-top: 64px;
}

.OFICINA_01__officedetail__address {
    margin-bottom: 0.25rem;
}

.OFICINA_01__map {
    width: 100%;
    height: calc(100vh - 132px);
    min-height: 580px;
}



.OFICINA_01__search__overdivsss {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eaeaea;
}

.frame_cajeros iframe {
    height: calc(100vh - 132px);
    min-height: 580px;
    width: 100%;
    border: none;
}

.frame_cajeros {
    height: calc(100vh - 111px);
    min-height: 580px;
}

.OFICINA_01__tools__icon {
    float: left;
}

.OFICINA_01__search .OFICINA_01__tools__main > input {
    width: 86%;
    float: left;
    margin-left: 15px;
}

.OFICINA_01__search .OFICINA_01__tools__main {
    padding: 0.75rem;
    margin-top: 2%;
    margin-left: 2%;
    width: 96%;
    background-color: rgba(204,193,186,0.9);
}

.pac-container {
    margin-top: 11px;
}


@media (max-width: 62em) {

    .OFICINA_01__officeslist {
        width: 50%;
    }


    .OFICINA_01__officedetail {
        position: initial;
        height: 0px;
    }

        .OFICINA_01__officedetail.open {
            height: auto;
            transition: height 1s ease;
        }

    .OFICINA_01__search .OFICINA_01__tools__main {
        width: 96%;
    }

    .OFICINA_01__officeslist > li a {
        display: block;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .OFICINA_01__map {
        min-height: 580px;
        height: calc(100vh - 113px);
    }

    .frame_cajeros iframe {
        min-height: 580px;
        height: calc(100vh - 113px);
    }
}

@media (max-width: 48em) {
    .OFICINA_01 {
        margin-top: 56px;
    }

    .OFICINA_01__tools {
        height: 57px;
    }

    .OFICINA_01__officeslist {
        width: 100%;
    }
}

@media (min-width: 62em) {
    .OFICINA_01__officedetail__info {
        overflow: auto;
        height: calc(100vh - 372px);
        min-height: 340px;
    }

    .OFICINA_01__mapwrapper {
        height: calc(100vh - 132px);
        min-height: 580px;
    }
}



@media (min-width: 48em) {
    .OFICINA_01__buscador {
        position: absolute;
        width: 100%;
    }

    .OFICINA_01__search .OFICINA_01__tools__main {
        margin-left: 0;
    }
}

@media (min-width: 62em) {
    .OFICINA_01__officedetail {
        overflow: hidden;
    }

    .OFICINA_01__buscador {
        position: absolute;
        width: calc(100vw - 610px);
        left: 0;
        max-width: 590px;
    }

        .OFICINA_01__buscador.opendetail {
            left: auto;
            right: 0;
            width: calc(100vw - 590px);
            max-width: 590px;
        }

    .OFICINA_01__search .OFICINA_01__tools__main {
        margin-left: 0;
    }

    .opendetail .OFICINA_01__search .OFICINA_01__tools__main {
        margin-left: 2%;
    }
}

/****** Versión AppMobile *******/
.wrapper.appmobile{
    margin-top: 0px !important;
}
.appmobile .OFICINA_01 {
    margin-top: 0px !important;
}

.appmobile .OFICINA_01__map {
    height: calc(100vh - 68px);
}

.appmobile .frame_cajeros iframe {
    height: calc(100vh - 68px);
}

.appmobile .frame_cajeros {
    height: calc(100vh - 57px);
}

@media (max-width: 62em) {
    .appmobile .OFICINA_01__map {
        min-height: 580px;
        height: calc(100vh - 57px);
    }

    .appmobile .frame_cajeros iframe {
        min-height: 580px;
        height: calc(100vh - 57px);
    }
}

@media (min-width: 62em) {
    .appmobile .OFICINA_01__officedetail__info {
        overflow: auto;
        height: calc(100vh - 308px);
        min-height: 340px;
    }

    .appmobile .OFICINA_01__mapwrapper {
        height: calc(100vh - 68px);
        min-height: 580px;
    }
}
