@media only screen  and (min-width: 0px) and (max-width:767px) 
{
  .texto1 {
	padding-top: 60px;
    font-size: 24px;
   }
	.barratitle {
	height: 96px;
    padding-top: 36px;
    font-size: 17px;
   }
	
	.exp1 {
    margin-bottom: 43px;
    margin-top: 20px;
    margin-left: 0px; 
}
	.SectionServicioE {
	   height: auto;	
       margin-top: 20px;
   }
	.txtSerEsp1 {
      margin-left: 28px;
      font-size: 20px;
    }
	.txtSerEsp2 {
    margin-left: 29px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 0px;
   }
	
	.btnGo {
      margin-top: 10px;
	  margin-bottom: 20px;
   }
	.owl-nav .owl-prev{
    position: absolute;
    left: 0px;
    top: calc(50% - 53px);
}
.owl-prev > span{
  color: white;
  font-size: 65px;
}
.owl-nav .owl-next{
  position: absolute;
  right: 0px;
  top: calc(50% - 53px);
}
.owl-next > span{
  color: white;
  font-size: 65px;
}
}