/*------------------------- Cuerpo Terrenos Tarjetas --------------------------------*/
.cuerpomapa {
    background-color: rgb( 0 0 0 / 36% ); 
    height: 55rem;      
}

.contenedor-mapa{
    height: 400px; 
    background-color: var(--rojo);
    margin: 20px;
    border: 5px solid #000000;  
}
/*
@media (min-width: 768px) {

}
*/
.tittleimg{
    margin-top: 20px;
    padding-top: 20px;
}
.imgcent{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tittleimg img{
    height: 5rem;
    width: 5rem;
}

.title{      
    padding-left: 1rem;
    color: #000000;  
    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: 768px) {
    .cuerpomapa {        
        height: 51rem;    
    }
    .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;
    }
    .contenedor-mapa{
        height: 450px;         
        display: flex;         
        flex-direction: row;
        justify-content: center;
        align-items:center;
        border: 5px solid #000000;  
    }
}

@media (min-width: 1400px) {
    .cuerpomapa {        
        height: 66rem;      
    }

    .tittleimg img{
        height: 6rem;
        width: 6rem;
    }
    .title h2{
        font-size: 3.5rem; 
    }
    .title h5{
        font-size: 2.5rem; 
        margin-bottom: 15px;
    }

    .centromapa{
        display: flex;
        justify-content: center;  
        align-items: center; 
    }

    .contenedor-mapa{        
        margin: 0;
        width: 80rem;   
        border: 5px solid #000000;  
    }
    
}

@media (min-width: 1700px) {
    .contenedor-mapa{        
        margin: 0;
        width: 105rem;   
        border: 5px solid #000000;  
    }
    
}