#slider_movil{
	display: none;
}

/*==BANNER WEB Y MOVIL==*/
@media (max-width: 950px) {
    
	#slider_web{
		display: none;
	}
	
	#slider_movil{
		display: block;
	}

}

@media (max-width: 450px) {

	.logo_animacion_flotando {
	    justify-self: center;
	    animation: none !important;
	}
    
}