:root {
	--color-programa: #009fe3;
}
* {
	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;
	background-image: url("../assets/images/fondo-scaled.webp");
	background-attachment: fixed;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #212844;
	text-wrap: pretty;
	text-wrap: pretty;
}
a {
	display: block;
	text-decoration: none;
}
section {
	margin: 100px auto 0;
	width: 1200px;
}
section h3 {
	text-align: left;
}
img {
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* nav */
nav {
	background-color: #1a2945;
	padding: 10px 0;
}

article .col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nav_img {
	max-width: 250px;
	width: 100%;
}
.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;
}
a.btn {
	border: 2px solid #ff9c31;
	background-color: #fff;
	color: #ff9c31 !important;
	width: 100%;
	/* padding: 15px 25px; */
	border-radius: 5px;
	transition: 0.3s;
	text-align: center;
	max-width: 350px;
	width: 90%;
}
.nav_btn a:hover {
	background-color: #fff;
	color: #1a2945 !important;
}
/* info */
.info_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.info {
	width: 800px;
	padding: 20px;
	flex: 1;
}
.info_image {
	width: 600px;
	margin: auto;
}
.info_text {
	margin-top: 20px;
}
.info_text p {
	color: #000;
}
.ic-class-form-container {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.form {
	flex: 1;
	background-color: #fff;
	max-width: 500px;
	width: 90%;
	/* padding: 10px; */
}
.form label {
	display: none;
}
.form label.ic-class-form-check-label,
.form label.ic-class-form-check-label-legal {
	display: block;
	width: 100%;
}
.form .btn-success {
	background-color: #004a90 !important;
	border: 1px solid #004a90 !important;
	color: #fff !important;
}

/* ficha_tecnica */
.ficha_tecnica {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.ficha_tecnica ul {
	list-style: none;
}
.ficha_tecnica ul li {
	color: #009fe3;
}

/* coste_brochure */
.coste_brochure {
	margin: 30px auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.coste_brochure div {
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 350px;
	text-align: center;
}
.coste_before {
	color: #fe8c00;
	text-decoration: line-through;
}
.coste_after {
	background-color: #fe8c00;
	color: #fff;
}
.brochure {
	border: 1px solid #fe8c00;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fe8c00;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	max-width: 350px;
	width: 90%;
	text-align: center;
}
.brochure:hover {
	background-color: #fe8c00;
	color: #fff;
}
.brochure img {
	width: 38px;
}
.title {
	text-align: center;
	margin: 80px auto;
	font-weight: lighter;
	font-size: 30px;
}
.section_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.section_title .item_title {
	color: var(--color-programa);
	/* min-width: 320px; */
	font-size: 25px;
}
.section_title .item_border {
	height: 2px;
	width: 100%;
	background-color: var(--color-programa);
}

/* <!-- HABILIDADES --> */
.habilidades .section_title {
	flex-direction: row-reverse;
}
.habilidades .item_title {
	text-align: right;
}
.habilidades_items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 80px 0;
}
.habilidades_item {
	width: 150px;
	height: 115px;
	border-radius: 10px 10px 30px 10px;
	border: 2px solid var(--color-programa);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	padding: 10px 10px 20px 10px;
}
.habilidades_item_image {
	position: absolute;
	background-color: #fff;
	width: 80px;
	height: 80px;
	padding: 15px;
	border-radius: 50%;
	border: 2px solid var(--color-programa);
	top: -40px;
	left: 35px;
}

/* perfil */

.perfil_text {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 900px;
	width: 90%;
}

/* detalles */
.detalles {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.detalles_image {
	width: 400px;
}
.detalles_text {
	width: 500px;
}
.detalles_text_title h3 {
	color: var(--color-programa);
	text-align: right;
	font-size: 25px;
}
.detalles_text_items {
	text-align: right;
	margin: 30px 0;
}
.detalles_text_items ul {
	list-style: none;
}
.detalles_text_items ul li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.detalles_text_items ul li p {
	width: 80%;
}
.detalles_text_items ul li img {
	width: 25px;
}

/* campos */
.campos_content {
	margin: 50px 0;
}
.campos_content_title {
	text-align: center;
	font-size: 23px;
	max-width: 500px;
	width: 90%;
	margin: auto;
}
.campos_content_items {
	max-width: 900px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	margin: 50px auto;
}
.campos_content_item {
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.campos_content_item_image {
	width: 80px;
}
.campos_content_item_texts {
	width: 160px;
}
.campos_content_item_text_number {
	background-color: #ff9c31;
	color: #fff;
	padding: 5px 10px;
	border-radius: 0 5px 0;
	display: inline-block;
	margin-bottom: 10px;
}

/* mejor_opcion */
.mejor_opcion .section_title {
	flex-direction: row-reverse;
}
.mejor_opcion .item_title {
	text-align: right;
}
.mejor_opcion_title {
	max-width: 500px;
	width: 90%;
	margin: 50px auto;
}
.mejor_opcion_title p {
	color: #ff9c31;
	font-size: 25px;
	text-align: center;
}
.mejor_opcion_title p strong {
	color: #fe8c00;
}
.mejor_opcion_parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 20px;
	width: 600px;
	margin: 50px auto;
}
.mejor_opcion_parent div {
	background-color: #fe8c00;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mejor_opcion_div1 {
	grid-area: 1 / 1 / 2 / 2;
}
.mejor_opcion_div2 {
	grid-area: 1 / 2 / 2 / 3;
}
.mejor_opcion_div3 {
	grid-area: 2 / 1 / 3 / 2;
}
.mejor_opcion_div4 {
	grid-area: 2 / 2 / 3 / 3;
}
.mejor_opcion_div5 {
	grid-area: 3 / 1 / 4 / 3;
}

/* financiacion */
.financiacion_title {
	width: 500px;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.financiacion_title_text p {
	color: #009fe3;
	margin-bottom: 10px;
	font-size: 20px;
}
.financiacion_title_text p:last-child {
	margin-bottom: 0;
}
.financiacion_title_image {
	width: 200px;
}
.financiacion_items {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.financiacion_item {
	width: 150px;
	background-color: #ffffff80;
	padding: 10px;
	border-radius: 10px;
	height: 200px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.financiacion_item_image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.financiacion_items p {
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}

/* faq */
.faq .section_title {
	flex-direction: row-reverse;
}
.faq .item_title {
	text-align: right;
}
.faq_content {
	width: 800px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.faq_content > div {
	background-color: #ffffff80;
	margin-bottom: 20px;
	border-radius: 10px;
}
.faq_content > div .faq_content_title {
	background-color: #e7e7e7;
	color: #481560;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 10px 10px 0 0;
}
.faq_content > div .faq_content_text {
	padding: 20px;
	color: #481560;
}
.faq_content > div .faq_content_text ul {
	padding-left: 20px;
	margin-top: 10px;
}
.faq_content > div .faq_content_text a {
	display: inline-block;
	font-weight: bold;
}

/* footer */
footer {
	background-color: #1a2945;

	padding: 20px;
	text-align: center;
}
footer p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 5px;
}
footer p:last-child {
	max-block-size: 0;
}

@media screen and (max-width: 1250px) {
	section {
		width: 1000px;
	}
	.info_image {
		width: 500px;
	}
}
@media screen and (max-width: 1050px) {
	section,
	.ficha_tecnica {
		width: 800px;
	}
	.ficha_tecnica {
		margin: auto;
	}
	.info {
		width: 400px;
		padding: 0;
	}
	.info_image {
		max-width: 500px;
		width: 100%;
	}
	.info_form {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 850px) {
	section,
	.ficha_tecnica {
		width: 600px;
	}
	.info_form {
		flex-direction: column;
		text-align: center;
	}
	.habilidades_items {
		flex-wrap: wrap;
	}
	.habilidades_item {
		margin-top: 20px;
	}
	.faq_content {
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.nav_img {
		width: 200px;
	}
	.nav_btn a {
		padding: 10px 15px;
	}
	section,
	.ficha_tecnica {
		max-width: 400px;
		width: 90%;
		margin: 50px auto 0;
	}
	.form {
		width: 100%;
	}
	.ficha_tecnica {
		gap: 10px;
	}
	.coste_brochure {
		margin: 30px auto 50px;
	}
	.title {
		margin: 0 auto;
		font-size: 30px;
		max-width: 400px;
	}
	.section_title {
		flex-direction: column !important;
		gap: 10px;
	}
	.section_title .item_title {
		text-align: center;
	}
	.perfil_text {
		text-align: center;
		margin: 30px auto;
	}
	.detalles_image {
		display: none;
	}
	.detalles_text_title h3 {
		text-align: center;
		border-bottom: 1px solid var(--color-programa);
		padding-bottom: 10px;
	}
	.section_title .item_border {
		height: 1px;
	}
	.mejor_opcion_parent {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, 1fr);
		width: 100%;
	}

	.mejor_opcion_div1 {
		grid-area: 1 / 1 / 2 / 2;
	}
	.mejor_opcion_div2 {
		grid-area: 2 / 1 / 3 / 2;
	}
	.mejor_opcion_div3 {
		grid-area: 3 / 1 / 4 / 2;
	}
	.mejor_opcion_div4 {
		grid-area: 4 / 1 / 5 / 2;
	}
	.mejor_opcion_div5 {
		grid-area: 5 / 1 / 6 / 2;
	}
	.financiacion_title_image {
		display: none;
	}
	.financiacion_title {
		width: 100%;
		text-align: center;
	}
	.faq_content > div .faq_content_title {
		height: auto;
		line-height: normal;
		padding: 20px;
	}
}
@media screen and (max-width: 450px) {
	.nav_content {
		justify-content: center;
	}
	.nav_btn {
		display: none;
	}
	section,
	.ficha_tecnica {
		/* width: 340px; */
		margin: 50px auto 0;
	}
	.info {
		width: 100%;
	}
	.coste_brochure div,
	.brochure {
		height: auto;
		line-height: normal;
		padding: 10px;
		width: 90%;
	}
}
