
/** mapaaa */
.map_aspect_ratio {
    padding-top: 0 !important;
}

#igm-hidden-footer-content{
    display: none !important;
}

.map_wrapper{
    padding: 0 50px 0 80px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.map_box.igm_content_left_2_3{
    width: 800px !important;
    height: 580px !important;
}

.igm_content_gutter{
    width: 0% !important;
    display: none !important;
}

.igm_content_right_1_3{
    width: 800px !important;
}

.capa_comunidad{
    height: 76px; 
    background-color: #6BA7BD; 
    border-radius: 15px;
}

.texto_comunidad{
    font-family: 'Poppins'; 
    font-size: 18px; 
    font-weight: 400; 
    color: #ffffff;
}

.barrita_mapa{
    font-weight: 300;
}

.negrita_mapa_comunidad{
    font-weight: 600;
}

.scroll_capa{
    height: 505px;
    overflow-y: scroll;
}

.capas_provincias{
    background-color: #ffffff; 
    border-radius: 15px; 
    box-shadow: 2px 2px 40px 0px rgba(211, 211, 211, 0.50);
}

.listas{
    margin: 0 !important;
}

.texto_format{
    font-family: 'Poppins';  
    font-size: 18px; 
    color: #444444;
    font-weight: 600;
}

.provincia{
    color: #6BA7BD;
}

.centros_provincias{
    font-size: 16px;
}

.doctores_centros{
    font-size: 16px;
    font-weight: 300;
}

.toledo_1{
    width: 55%;
}
.toledo_2{
    width: 45%;
}


@media (max-width: 991px) {

    .map_box.igm_content_left_2_3{
        width: 600px !important;
        height: 600px !important;
    }

    .map_wrapper{
        padding: 0 50px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .igm_content_right_1_3{
        width: 100% !important;

    }
}

@media (max-width: 600px) {
    .map_wrapper{
        padding: 0 30px !important;
    }

    .map_box.igm_content_left_2_3{
        width: auto !important;
        height: 320px !important;
    }
    
}