#servicios{
	margin-top: -75px;
	margin-bottom: 108px;
}
	
#mobile{
	display: none;
}
.tit-sv{
	padding-top: 40px;
}
@media screen and (max-width: 991px){
	#web{
		display: none;
	}
	#mobile{
		display: block;
	}
	.movil-d1{
		margin-bottom: 15px!important;
    	margin-top: 70px!important;
	}	
	.movil-d2{
		height: 155px!important;
	}	
	.movil-d3{
		height: 110px!important;
		/*margin-top: -23px;*/
	}
	#servicios{
		margin-bottom: 40px!important;
		padding: 0!important;
	}
}
@media screen and (max-width: 767px){
	#servicios{
		margin-bottom: 10px!important;
	}
}
@media (min-width: 767px){
	.tp-leftarrow.default {
	    height: 66px;
	    width: 66px;

	}	
	.tp-rightarrow.default {
	    height: 66px;
	    width: 66px;

	}
}
@media (max-width: 800px){
	.tp-leftarrow.default {
	    height: 30%;
	    width: 6%;
	    }
	.tp-rightarrow.default {
	    height: 30%;
	    width: 6%;
	}

}