.body_new{
	opacity: 0%;
}

.ajuste-padding{
    padding-right: 33px;
}

.hidden_btn_menu{
	opacity: 0%;
}
.header .purple,.header .blue,.header .turquoise{
	display: none;
}
.header .purple-menu,.header .logo-ppl{
	display: block;
}
#img-empresas_bn,#img-empresas-2_bn,#img-fabrica_bn,#img-oficina_bn,#img-palacio_bn,#img-puerto_bn,#img-casa_bn{
    filter: opacity(0%);
	/* filter: invert(93%) sepia(80%) saturate(1121%) hue-rotate(286deg) brightness(82%) contrast(82%); */
	/* filter: invert(93%) sepia(80%) saturate(1121%) hue-rotate(286deg) brightness(82%) contrast(82%); */
}

.img_inicial_flotante{
    width: 70px;
    position: absolute;
    top: 36%;
    left: 44%;
    z-index: 4;
}

@media screen and (max-width: 425px){
    .btn-multicolor{
        display: none;
    }

    .contenedor-informacion{
		/* display: none; */
		text-align: center;
		width: 100%;
		height: 100vh;
		/* position: fixed; */
		/* transform: translateY(-100vh); */
		right: 0%;
		z-index: 2;
		/* transition: width 2s, height 2s, background-color 2s, transform 2s; */
	}
}