#modulo-contacta {
    padding: 40px 16px;
	background-color: #F9F9F9;
    margin-bottom: 40px;
}
#modulo-contacta .titulo {
	font-family: "IberPangea-Regular",sans-serif;
	font-size: 24px;	
	line-height: 32px;
	font-weight: 600;
    padding: 0;
    margin-bottom: 16px;
	text-align:center;
	color: #2C2C2C;
	margin-bottom: 16px;
}
#modulo-contacta .subtitulo {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
    padding: 0;
    margin-bottom: 24px;
	text-align:center;
	color: #707070;
}
#modulo-contacta .opciones {
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content:center;
	gap: 24px;
	width: 329px;
}
#modulo-contacta .opcion {
	/* border: 1px solid blue; */
}

#modulo-contacta .opcion a {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #2F6852;
	background-repeat: no-repeat;
	padding-left: 32px;
	/* min-height: 30px; */
	/* overflow: visible; */
	height: 20px;
	display: inline-block;
	background-position: center left;
}
#modulo-contacta .opcion.btn-ctc-pys a {
	background-image: url('/documents/20122/17427759/Customer+Service.svg/32dddddf-ff19-c9b3-e9a2-ccc554e41592?t=1714638447431');
}
#modulo-contacta .opcion.puntos-atencion a {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/Location"%3E%3Cg id="Union"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.0042 6.25902C9.98542 6.25902 8.34889 7.89555 8.34889 9.9143C8.34889 11.9331 9.98542 13.5696 12.0042 13.5696C14.0229 13.5696 15.6594 11.933 15.6594 9.9143C15.6594 7.89555 14.0229 6.25902 12.0042 6.25902ZM9.84889 9.9143C9.84889 8.72397 10.8138 7.75902 12.0042 7.75902C13.1945 7.75902 14.1594 8.72397 14.1594 9.9143C14.1594 11.1046 13.1945 12.0696 12.0042 12.0696C10.8138 12.0696 9.84889 11.1046 9.84889 9.9143Z" fill="%232F6852"%3E%3C/path%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M11.3728 21.6302C11.7619 21.8645 12.2471 21.8645 12.6362 21.6302C14.5457 20.4804 16.4151 18.7094 17.8112 16.6802C19.2035 14.6564 20.1692 12.3102 20.1692 10.0081C20.1692 7.91533 19.5089 5.87274 18.1331 4.34387C16.746 2.80243 14.6851 1.84375 12.0161 1.84375C9.34723 1.84375 7.28124 2.80221 5.88861 4.34257C4.50694 5.87081 3.83984 7.91355 3.83984 10.0081C3.83984 12.3102 4.80556 14.6564 6.19783 16.6802C7.59391 18.7094 9.4633 20.4804 11.3728 21.6302ZM16.5773 15.8312C15.3294 17.6451 13.6721 19.2257 12.0045 20.2609C10.337 19.2257 8.67967 17.6451 7.43177 15.8312C6.14493 13.9607 5.3376 11.9079 5.3376 10.0081C5.3376 8.22113 5.90646 6.55615 6.99962 5.34703C8.08181 4.15003 9.72949 3.3415 12.0161 3.3415C14.3024 3.3415 15.9436 4.14981 17.0198 5.34574C18.1073 6.55422 18.6715 8.21935 18.6715 10.0081C18.6715 11.9079 17.8641 13.9607 16.5773 15.8312Z" fill="%232F6852"%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
#modulo-contacta .opcion a:focus,
#modulo-contacta .opcion a:hover {
	opacity: .6;
	outline: 0;
}
@media (min-width: 576px) {
	#modulo-contacta .opciones {
		width: auto;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1920px) {
}