
.mapboxgl-ctrl-logo {
display: none !important;
}

.modulo_mapa{
margin-left: 0;
margin-bottom: 57px;
margin-right: 0;
}
.mapboxgl-canvas, .mapboxgl-canvas-container{
position:relative!important;
height:450px;
width:100%
}
.modulo_mapa_left h2{
font-size: 25px;
font-weight: 900;
line-height: 1.32;
color: #444444;
}
.modulo_mapa_left{
background-color:rgba(255, 246, 132,0.24);
display: flex;
flex-grow: 1;
padding:60px 110px 30px 70px;
flex-direction: column;
background-image: url(https://infoplanet.zyrgon.dev/wp-content/uploads/2019/12/bolas_mapa.svg);
background-repeat: no-repeat;
background-position: left 70px bottom 50px;
}
@media screen and (min-width:768px) and (max-width:991px){
    .modulo_mapa_left{
        padding:40px 19px 30px 38px;
        background-position: left 38px bottom 38px;
    }
}
.modulo_mapa .vc_column_container>.vc_column-inner{
padding-left: 0;
padding-right: 0;
}
.mapboxgl-popup {
    width: 100%;
    font-size: 14px;
    font-weight:bold;
    line-height: 20px;
}
body .mapboxgl-popup-content{
    background-color:#444444;
    color:#ffffff;
    padding:15px;
    width: 100%;
}
.mapboxgl-popup-content > *{
    margin-bottom:0;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color:#444444;
}
.mapboxgl-popup-content .content-popup{
    position:relative;
}
.mapboxgl-popup-content .content-popup .golink{
    position:absolute;
    right:0;
}




/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){

    body .modulo_mapa.vc_row.vc_row-flex{
        display:none;
    }
}


/*Mobile*/
@media screen and (max-width: 767px){

    body .modulo_mapa.vc_row.vc_row-flex{
        display:none;
    }
}













