@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link {
	
	text-decoration: none;
	color: #fff;
}




.blanqueamiento {
	
	background:url(../img/blanquemiento.png) 50% 0 no-repeat ;
    background-size:cover;
	height: 700px;
	padding: 0;
	width: 100%;

}



/*  Transportes */


.vertebien, .funciones {
	
	width: 350px;
	height: 400px;
	border-radius: 4px;
	margin:  10px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	

  -webkit-box-shadow: 2px 2px 10px #999;
  -moz-box-shadow: 2px 2px 10px #999;
	
}



.vertebien  {
	
	background:url(../img/vertebien.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}


.funciones {
	
	background:url(../img/funciones.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}






/*  MÁQUINA DE BLANQUEAMIENTO */

.Maquina {
	
	width: 100%;
	height: 500px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 120px;
}


.Maquina-izq {
	
	width: 50%;
	height: 450px;
	background:url(../img/maquinablanqueamiento.png) 50% 0 no-repeat ;
	background-size:contain;
	padding: 0;
	display: inline-block;
	float: left;
}


.Maquina-der {
	
	width: 50%;
	display: inline-block;
}

.Title-Maquina {
	
	font-family: 'Lato', sans-serif;
	font-size:26px;
	font-weight: 600;
	color: #37bc8c;
	z-index: 3333;	
	width: 90%;
	padding-bottom: 30px;
	margin-top: 50px;
}


.Texto-Maquina {
	
	font-family: 'Lato', sans-serif;
	color: #2a2a2a;
	font-size: 15px;
	width: 90%;
	line-height: 22px;
}

.Texto-Maquina p {  height: 23px; }

.Sombra-Maquina {
	
	width: 40%;
	height: 130px;
	background-color: #fff;	
	margin-bottom: 20px;
	margin-top: -90px;
	
-webkit-box-shadow: -1px 31px 14px -30px rgba(163,163,163,0.4);
-moz-box-shadow: -1px 31px 14px -30px rgba(163,163,163,0.4);
box-shadow: -1px 31px 14px -30px rgba(163,163,163,0.4)

}














@media (max-width:592px) {

.blanqueamiento {
	
	background:url(../img/blanquemiento.png) 50% 0 no-repeat ;
    background-size:cover;
	height: 700px;
	padding: 0;
	width: 100%;

}



/*  Transportes */


.vertebien, .funciones {
	
	width: 350px;
	height: 400px;
	border-radius: 4px;
	margin:  10px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	

  -webkit-box-shadow: 2px 2px 10px #999;
  -moz-box-shadow: 2px 2px 10px #999;
	
}



.vertebien  {
	
	background:url(../img/vertebien.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}


.funciones {
	
	background:url(../img/funciones.png) 0%  no-repeat;
	background-position: center;
	background-size: cover;

}
	
	
	
	
	
	

/*  MÁQUINA DE BLANQUEAMIENTO */

.Maquina {
	
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}


.Maquina-izq {
	
	width: 100%;
	height: 450px;
	background:url(../img/maquinablanqueamiento.png) 50% 0 no-repeat ;
	background-size:contain;
	padding: 0;
	display: inline-block;
	float: left;
}


.Maquina-der {
	
	width: 100%;
	padding-left: 10px;
}

.Title-Maquina {
	
	font-family: 'Lato', sans-serif;
	font-size:26px;
	font-weight: 600;
	color: #37bc8c;
	z-index: 3333;	
	width: 90%;
	padding-bottom: 30px;
	margin-top: 50px;
}


.Texto-Maquina {
	
	font-family: 'Lato', sans-serif;
	color: #2a2a2a;
	font-size: 15px;
	width: 90%;
	line-height: 22px;
}

.Texto-Maquina p {  height: 23px; }

.Sombra-Maquina {
	
	width: 40%;
	height: 130px;
	background-color: #fff;	
	margin-bottom: 20px;
	margin-top: -120px;
}



}




@media (max-width:390px) { 
	
.blanqueamiento {
	
	background:url(../img/blanquemiento.png) 50% 0 no-repeat ;
    background-size:cover;
	height: auto;
	padding: 0;
	width: 100%;

}



}



