 @media only screen and (max-width: 767px) {
 	.slider-area.movil {
		display: block !important;
 	}
 	.slider-area.movil .single-slide {
		padding: 0 !important;
		height: 700px;
		display: block !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100% !important;
		width: 100% !important;
 	}
 	.slider-area.movil .single-slide p {
 		line-height: 24px !important;
 		font-size: 21px !important;
 	}
 	.slider-area.movil .slider-slide-text {
 		margin-top: 45% !important;
 	}
 	.slider-area.desktop {
		display: none !important;		
	}
}
.slider-area.movil {
	display: none;		
}
.slider-area.desktop .single-slide p {
 	line-height: 28px;
 	font-size: 28px;
}
.whatsapp-movil{
  display: none;
}

.btn-what{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #002d72;
  position: fixed;
  right: 0;
  padding: 5px 10px 5px;
  color: white;
  z-index: 1500;
  top: 45%;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
  border-right: none;
}

.btn-what i{
  color: white;
  font-size: 2.8em;
}

.btn-what label{
  display: inline-block;
  color: white;
}

.btn-what label span{
  color: white;
  font-size: 22px;
  text-align: center;
}

.btn-what:hover,
.btn-what:focus{
  color: white;
}

@media only screen and (max-width: 767px) {
	.whatsapp-movil{
	  display: block;
	}
}