body{
  touch-action: manipulation;
}

.bg-main-header{
	background-image:url("../img/servicio-tecnico-central.jpg");
	background-size:cover;
	background-position:top center;
	background-repeat:none;
}

.cta-primary{
	width:100%;
	text-align:center;
	border-radius:10px;
	max-width:400px;
}

.slide{
	width: 100%;
    overflow: scroll;
    position: relative;
}
.swipe-slide{
	display:inline-flex;
}
.swipe-slide li{
	width:205px;
	text-align:center;
	padding-bottom:25px;
}

.swipe-slide li img{
	height:150px;
	object-fit:cover;
	margin-bottom:10px;
	border:3px solid #eee;
	border-radius:5px;
	padding:5px 10px;
}

.swipe-slide li p{
	font-size:16px;
	font-weight:bold;
}

@media screen and (max-width:475px){
	.swipe-slide li{
		width:175px;
	}
	.swipe-slide li img{
		width:85%;
	}
}

.accordion dt a{
	background-color: #eee;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    margin-top: 10px;
	display:block;
	position:relative;
}
.accordion dt a::after{
	content:"";
	width:15px;
	height:15px;
	background-image:url("../img/angle-down-solid.svg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:15px;
	right:15px;
}
.accordion dd{
	padding: 20px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	margin-top:-2px;
}
.controllers{
	top:-160px;
}
.controllers .controller img{
	background-color: #e5e5e5;
    border: 2px solid #cbc8c8;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    padding: 11px 0;
    box-shadow: 2px 3px 10px #ccc7c7;
}

.icon-repair{
	width: 120px;
    height: 120px;
    object-fit: contain;
    border: 5px solid #d5d5d5;
    padding: 30px;
    border-radius: 40px;
}

@media screen and (max-width:475px){
	.icon-repair{
		width: 80px;
		height: 80px;
		object-fit: contain;
		border: 5px solid #d5d5d5;
		padding: 15px;
		border-radius: 20px;
	}
}