
.w_info {
    width: auto;
    height: auto;
    position: absolute;
    bottom: auto;
    border-bottom: 2px solid #ec1227;
    background-color: #fff;
    padding: 30px;
    /* top: 100%; */
    /* transform: translateY(-100%); */
    min-width: 40vw;
    float: right;
    /* margin-right: 20px; */
    top: 100%;
    right: 100%;
    transform: translateY(00%);
    transition: 400ms;
    margin-right: 40px;
}
.seccion_mapa{
    padding-bottom: 0;
}
.absolute_ {
    float: right;
    clear: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.w_info .close {
    content: "x";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c3c5c7;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Helveticaneue, sans-serif;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 2px 0px;
}
a.enlace_mapa.active {
    color: #0092e9;
}
.w_info.show {
    transform: translateY(-100%);
}
.seccion_mapa {
    overflow: hidden;
}
#map > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    display: none;
}
p.gm-style-pbt {
    font-size: 20px;
    width: 75%;
}

@media(max-width: 991px){
    .w_info {
        width: 100vw;
        margin: 0;
    }
}

