/*parametros compartidos*/


.caja-imagenes{
    width: 100%;
    height: 880px;
    
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}

.mapa-img{
    width: 100%;
    height: 600px;
}

.ancho-mapa{
    width: 100%;
    height: 600px;
}

.pagos-tarjeta{
    margin-top: 60px;
}










