
@media (min-width: 0px) and (max-width: 1366px) 
{
	
}

@media (min-width: 0px) and (max-width: 1024px) 
{
	
}

@media (min-width: 0px) and (max-width: 800px)
{
	#contenidoSeleccionado::-webkit-scrollbar
	{
		width: 0;
	}
	.orden-sm-1 {
	    order: 1;
	}

	.orden-sm-2 {
	    order: 2;
	}

	.card-artista-home:first-child, .card-artista-home:last-child {
	    top: 0rem;
	    position: relative;
	}
	.card-artista-home
	{
		max-width: 400px;
		transform: translate(0, 0) !important;
	}
	#__mainMap
	{
		padding-top: 3rem;
	}
	form#__rd_registroAppUsr {
	    border-radius: 0;
	    width: 100%;
	    box-shadow: unset;
	}
	section#mod_4_registro
	{
		padding: 1rem 0 4rem 0;
		gap:0;
	}

} 