
.fb img{
	background: #1977F3;
	padding:0.8em;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
}

.fb img:hover{
	background: #156FE6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
}

.wh img{
	background: #29B200;
	padding:0.8em;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
}

.wh img:hover{
	background: #229100;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
}
.ph img{
	background: #00E62E;
	padding:0.8em;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
}

.ph img:hover{
	background: #07BD2C;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
}
.text-red{
	color:#EF6C57;
}

.contacto span{
	color:#EF6C57;
	margin:0px 15px 0px 0px;
}

.contacto a:hover{
	padding-left:5px;
}

.frase{
	background-image: url(../images/hero_bg_2.jpg); 
	background-attachment: fixed;
}

.botondellamada{
	color:#fff;
	padding: 1em 1.25em;
	background: #00E62E;
	position: absolute;
	z-index:10000;
	right: 20px;
	bottom: 20px;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
    display:scroll;
    position:fixed;
}

.botondellamada:hover {
	color: #fff;
	background: #07BD2C;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
	box-shadow: 0px 0px 5px 0px rgba(119,119,119,1);
    transition-duration: 5s all;
    -webkit-transition-duration: 5s all;
    -moz-transition-duration: 5s all;
    -o-transition-duration: 5s all;
    -ms-transition-duration: 5s all;
}

.botondellamada span{
	display: none;
}

.botondellamada:hover span{
	display:contents;
}
	
.product {
	width: 23%;
	margin:1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
	box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
}

.product:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
	box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
}


.imgpasos{
	background:#fff;
	padding: 1em;
	margin-bottom:0.5em;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
}
@media (max-width: 1100px) {
	.product {
	width: 46%;
	margin:2%;
	}
}
	
@media (max-width: 750px) {
	.frase p{
		font-size: 1em;
	}
}

@media (max-width: 500px) {
.unit-1 .unit-1-text .unit-1-heading {
      font-size: 0.9rem;
	  margin-bottom:-0.1em;
	  }
.text-primary{
      font-size: 0.9rem;}
	}

.diferenciales p{
	visibility:hidden;
	padding: 0.5em 1em;
}

.diferenciales:hover p{
	visibility:visible;
	z-index: 10000;
}
