
@media (max-width: 575.98px) {
} @media (min-width: 575.98px) and (max-width: 767.98px) {
} @media (min-width: 767.98px) and (max-width: 991.98px) {
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
} @media ( min-width: 1200px ) {
}

/* BANNER */
#banner-top {
	background-color: #f8f8f8;
	margin-top: 148px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url("/img/CONTACTO/back-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
} #banner-top .title {
	font-family: "Montserrat-Bold";
	color: #ffef00;
	font-size: 35px;
	margin: 0px;
	line-height: 1.2;
} #banner-top .title span {
	color: #fff;
} #banner-top .row {
	margin-bottom: 10px;
} #banner-top input, #banner-top textarea {
	border: 0px;
} #banner-top .send {
	display: flex;
	justify-content: center;
	align-items: center;
} #banner-top button img {
	max-height: 45px;
}

#clientes {
	background-color: #fff;
	background-image: url("/img/CONTACTO/back-2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 80px;
	max-height: 550px;
	margin-bottom: 400px;
} #clientes .title {
	font-family: "Montserrat-Bold";
	color: #006cec;
	margin: 0px 0px 50px;
	line-height: 1.2;
	font-size: 35px;
} 

#mapas {
	padding: 80px 0px;
} #mapas .title {
	font-family: "Montserrat-Bold";
	color: #006cec;
	font-size: 26px;
}

#clientes .custom_dots {
	position: absolute;
	bottom: auto;
	top: 650px;
	text-align: left;
	list-style-type: none;
	padding: 0px;
} #clientes .custom_dots li {
	display: inline-block;
	border: 1px solid #ff66a8;
	width: 15px;
	height: 15px;
	margin: 5px;
	border-radius: 100%;
} #clientes .custom_dots .slick-active {
	background-color: #ff66a8;
} #clientes .clientes-slider {
	display: flex;
	justify-content: center;
	align-items: center;
} #clientes .previous {
	background-image: url("/img/CONTACTO/IZQ.webp");
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 50px;
	cursor: pointer;
	margin-right: 10px;
} #clientes .next {
	background-image: url("/img/CONTACTO/DER.webp");
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 50px;
	cursor: pointer;
	margin-left: 10px;
}

@-webkit-keyframes displace {
  from {
    background-position: 0 center;
  } to {
    background-position: 450px center;
  }
} @keyframes displace {
  from {
    background-position-y: 450px;
  } to {
    background-position-y: 0px;
  }
}
