.comunidades_img{
    width:23rem; 
    transition-duration: 700ms; 
    opacity: 1;
}

.bannerCustom{
    height: 800px;
    color: #ffffff;
    background-image: url(../img/n+v-imagen-\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
}

.title_banner{
    font-weight: 600;
    font-size: 60px;
}

.contenedor_mapa{
    background-color: #ffffff;
    border-radius: 16px;
}

.info_estado{
    background-color: #6C57E1E5;
    border-radius: 16px;
    margin: 24px;
}

.text-naranja{
    color: #EB974A;
}

@media (min-width: 857px) and (max-width: 1200px){
    
}

@media (min-width: 576px) and (max-width: 856px){
    .comunidades_img{
        width:14rem; 
    }
}

@media (min-width: 409px) and (max-width: 575px) {
    .comunidades_img{
        width:17rem; 
    }
}

@media (min-width: 10px) and (max-width: 408px) {
    .comunidades_img{
        width:16rem; 
    }
}