/* BOTONES  */

.escritorio_-_boton::before {
	left: -20px;
}

.escritorio_-_boton:hover::before {
	left: -20px;
}

.movil_-_boton::before {

    width: 12px;
    height: 12px;
	left: -20px;
	top: 0px;
}


/* AJUSTES MENU */

li#piscinas {
    width: 130px !important;
}

@media only screen and (max-width: 768px) { 
	.menu-container span {
		top: 10px!important;
	  }

	  p.movil_-_boton{
		padding-left: 16px;
	  }
	  li#piscinas {
		width: 180px!important;
		margin-bottom: 20px;
	}
}



