
.cuerpomapa {
    background-color: rgb( 0 0 0 / 36% ); 
    height: 50rem;      
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.centromapa{
    width: 90%;
    margin: 0 auto;
    display: flex;         
    justify-content: center;
    height: 36rem;         
    border: 6px solid var(--gristenue);
}

.contenedor-mapa{
    height: 35rem;         
    width: 100%;
}


/*
@media (min-width: 768px) {

}
*/
.tittleimg{
 display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  
}
.imgcent{
    
}

.tittleimg img{
    height: 5rem;
    width: 5rem;
}

.title{      
    padding-left: 1rem;
    color: var(--blanco);  
    text-align: center;
}
.tituloMapa{   
    margin-top: 0; 
    margin-bottom: -10px;
    font-size: 2rem; 
}

.title h5{
    font-family: var(--fuenteBtn);
    font-style:  normal;
    font-weight: 100;
    font-size: 1rem; 
}


@media (min-width: 480px) {
   .title h2{
    text-align: center;
    font-size: 2.5rem;
   }
   .title h5{
    text-align: center;
    font-size: 1.5rem;
   }
}

@media (min-width: 768px) {

    .tittleimg{
        display: flex;
        justify-content: center;  
        align-items: center; 
    }
    .tittleimg img{
        height: 4rem;
        width: 4rem;
    }
    .title h2{
        margin-top: 0;
        text-align: center;
        font-size: 2.5rem;
    }
    .title h5{
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        font-size: 1.5rem;
    }
    
}

