:root {
	--color-programa: #5cbee8;
}
* {
	min-width: 0;
	margin: 0;
	padding: 0;
	transition: 0.3s;

	&,
	&::after,
	&::before {
		box-sizing: border-box;
	}
}
img,
svg,
video {
	display: block;
	height: auto;
	width: 100%;
}
body {
	margin: 0;
	min-height: 100dvh;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #212844;
	text-wrap: pretty;
}
a {
	display: block;
	text-decoration: none;
}
section {
	margin: 0 auto;
	width: 1400px;
}
img {
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* nav */
nav {
	background-color: #1a2945;
	padding: 10px 0;
}
nav img {
	width: 255px;
}
.nav_content {
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.nav_btn a {
	background-color: #ff9c31;
	color: #fff !important;
	padding: 15px 25px;
	border-radius: 5px;
	transition: 0.3s;
}
.nav_btn a:hover {
	background-color: #fff;
	color: #1a2945;
}
/* info */
.info_form {
	/* background-color: blue; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.info {
	/* background-color: red; */
	width: 850px;
	padding: 20px;
}
.form {
	max-width: 500px;
	width: 90%;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}
.ic-class-form-container {
	background-color: #fff;
}
.ic-class-form-input,
.ic-class-form-select,
textarea {
	border: 1px solid #ccc;
}
.ic-class-form-input {
	/* background-color: rgba(22, 38, 68, 0.1) !important;
    color: #495057 !important; */
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
.ic-class-form-label {
	display: none !important;
}
.ic-class-form-check-label {
	width: 250px;
}
.ic-default-0.ic-class-form-title-container {
	background-color: #ffffff !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
	padding-top: 25px !important;
}
.ic-default-0.ic-class-form-button-submit {
	background-image: linear-gradient(
		71.45deg,
		rgb(255, 138, 0) 0%,
		rgb(255, 143, 0) 26.5%,
		rgb(255, 158, 0) 58.15%,
		rgb(255, 182, 0) 92.3%,
		rgb(255, 188, 0) 100%
	) !important;
	background-size: initial !important;
	background-attachment: initial !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-color: initial !important;
	color: #1a2945 !important;
	font-family: tahoma, sans-serif !important;
	font-size: 16px !important;
	background-repeat: initial !important;
	padding-top: 5px !important;
	padding-right: 12px !important;
	padding-bottom: 5px !important;
	padding-left: 12px !important;
	border-right: 0 solid #ff7100 !important;
	border-bottom: 0 solid #ff7100 !important;
	border-left: 0 solid #ff7100 !important;
	border: 0 solid #ff7100 !important;
	padding: 5px 12px 5px 12px !important;
}

.title_text {
	background-color: #03559c;
	color: #fff;
	border-radius: 0 20px;
	padding: 20px;
	max-width: 900px;
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
.title_text p {
	color: #fff;
}

.section {
	max-width: 950px;
	width: 90%;
	margin: 0 auto 40px;
}
.section.section_last {
	margin-bottom: 200px;
}
.section_title {
	color: #03559c;
	border: 2px solid #03559c;
	padding: 10px 25px;
	border-radius: 50px;
	width: fit-content;
	margin-bottom: 15px;
	font-size: 20px;
}
.section_text {
	background-color: #e7e9e7;
	border-radius: 0px 20px;
	padding: 20px;
}
.section_text p {
	color: #2c3b57;
}
.section_text a {
	color: #2c3b57 !important;
	font-weight: bold;
	text-decoration: underline !important;
	transition: all 0.3s;
	text-decoration: none !important;
}
.section_text p a:hover {
	color: #f68c2a !important;
}
.section_text ul {
	/* background-color: red; */
	padding-left: 20px;
}
.section_text ul a {
	font-weight: lighter;
}
.section_text ul a:hover {
	text-decoration: underline !important;
}
.section_link {
	background-color: #f68c2a;
	display: block;
	margin: auto;
	border-radius: 0 0 10px 10px;
	padding: 10px 25px;
	color: #fff !important;
	width: fit-content;
	transition: all 0.3s;
}
.section_link:hover {
	color: #fff !important;
	background-color: #03559c;
}

.section_images {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.section_images_item {
	/* background-color: #03559c; */
	width: 300px;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	border-radius: 0 20px;
}
.section_images_item img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 20px;
}
.section_images_item p {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	z-index: 2;
}
.section_images_item p small {
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.section_slide {
	background-color: #fed222;
	border-radius: 0 40px;
}

.swiper {
	max-width: 900px;
	width: 90%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.canalesAtencion {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.canalesAtencion__title {
	max-width: 1400px;
	margin: 0 auto;
}

.canalesAtencion__canales {
	background-color: #004a93;
}
.canalesAtencion__canales > div {
	max-width: 1400px;
	margin: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.canalesAtencion__texto h2 {
	color: #fff;
}
.canalesAtencion__texto p,
.canalesAtencion__texto a,
.canalesAtencion__texto ul li {
	color: #fff;
}
.canalesAtencion__texto a {
	font-weight: bold;
}
.canalesAtencion__texto a:hover {
	-webkit-text-decoration: dashed;
	text-decoration: dashed;
}
.canalesAtencion__imagen {
	width: 350px;
}
@media screen and (max-width: 1380px) {
	.canalesAtencion__title,
	.canalesAtencion__canales > div {
		width: 1000px;
	}
}
@media screen and (max-width: 1180px) {
	.canalesAtencion__title,
	.canalesAtencion__canales > div {
		width: 800px;
	}
	.canalesAtencion__title {
		margin: 0 auto 0px;
		text-align: center;
	}
}
@media screen and (max-width: 1000px) {
	.canalesAtencion__texto {
		text-align: center;
	}
}
@media screen and (max-width: 820px) {
	.canalesAtencion__canales > div,
	.canalesAtencion__title {
		max-width: 400px;
		width: 100%;
	}
	.canalesAtencion__imagen {
		display: none;
	}
	.canalesAtencion__texto ul {
		list-style: none;
	}
}

@media screen and (max-width: 1450px) {
	section {
		width: 1200px;
	}
}
@media screen and (max-width: 1250px) {
	section {
		width: 1000px;
	}
}
@media screen and (max-width: 1050px) {
	section {
		width: 800px;
	}
	.info_form {
		flex-direction: column;
	}
}
@media screen and (max-width: 850px) {
	section {
		width: 600px;
	}
	.info {
		max-width: 500px;
		width: 90%;
	}
}
@media screen and (max-width: 650px) {
	section {
		width: 400px;
	}
	.nav_content {
		justify-content: center;
	}
	.nav_btn {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	section {
		width: 340px;
	}
}
