div#g-maps-multipunto {
    position: relative;
}
div#bg-g-mags-flex {
    position: absolute;
    bottom: 25px;
    height: 48px;
    width: 100%;
    z-index: 1;
}
select#selector-g-maps-multipunto{
    all: initial;
}
select#selector-g-maps-multipunto option {
    font-size: 16px;
}
div#contenedor-g-maps-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 60%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}
select#selector-g-maps-multipunto {
    border: none;
    font-weight: 500;
    color: #3878c7;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif!important;
    height: 100%;
    width: 100%;    
    width: 80%;
    height: 39%;
    cursor: pointer;
    padding: 16px 0 16px 9px;
}
div#contenedor-g-maps-multipunto {
    display: flex;
    justify-content: center;
}
div#mapa-g-maps-multipunto .caja-punto {
    position: absolute;
    width: 100%;
}
div#contenedor-g-maps-multipunto .fa-exclamation-triangle{
    margin-right: 10px;
    color: #f1ca2f;
    padding-left: 10px;
}
div#mapa-g-maps-multipunto {
    height: 450px;
}
i.fas.fa-sort-down {
    color: #3878c7;
    margin-top: -5px;
    font-size: 24px;
    padding-right: 9px;
}