:root {
	--modulo_2_max_width: 1280px;
	--modulo_2_inner_width: 1068px;
	--modulo_2_color_blue: #3848A8;
	--modulo_2_color_dark: #383838;
}


[scroll] {
	position: relative;
	transition: opacity 1s, transform 1s;
}
[scroll="false"] { opacity: 1 !important; transform: translateY(0) !important; }

[scroll="slide"] { opacity: 0 !important; transform: translateY(100px) !important; }
[scroll="opacity"] { opacity: 0 !important; }



.modulo_2_note {
	margin: 50px auto;
	max-width: calc(964px + 4em);
	width: 100%;
	font-size: 49px;
	font-weight: 500;
	padding: 2em;
}

.modulo_2_text {
	margin: 50px auto;
	max-width: calc(779px + 4em);
	width: 100%;
	padding: 2em;
	font-size: 32px;
	font-weight: 800;
}

.modulo_2_note *,
.modulo_2_text * {
	line-height: 1.275em;
	color: var(--modulo_2_color_dark);
}


.modulo_2_rejilla_texto_imagen {
	margin: 50px auto;
	overflow: hidden;
}
.modulo_2_rejilla_texto_imagen_list {
	position: relative;
	margin: auto;
	max-width: var(--modulo_2_max_width);
	width: 100%;
}
.modulo_2_rejilla_texto_imagen_list * { position: relative; }

.modulo_2_rejilla_texto_imagen_item {
	display: flex;
	flex-direction: row;
	/*height: 594px;*/
	aspect-ratio: 1240/594;
}
.modulo_2_rejilla_texto_imagen_item:nth-child(even) { flex-direction: row-reverse; }

.modulo_2_rejilla_texto_imagen_item_info {
	flex: 1 1;
	background-color: #f2f2f29e;
	overflow: hidden;
}

.modulo_2_rejilla_texto_imagen_item_quotes {
	position: absolute;
	width: 63.871%;
}
.modulo_2_rejilla_texto_imagen_item:nth-child(odd) .modulo_2_rejilla_texto_imagen_item_quotes { top: 0; right: 0; }
.modulo_2_rejilla_texto_imagen_item:nth-child(even) .modulo_2_rejilla_texto_imagen_item_quotes { bottom: 0; left: 0; transform: rotate(180deg); }


.modulo_2_rejilla_texto_imagen_item_info > div {
	--m2_rti_info_width: 423px;
	position: absolute;
	margin: auto;
	max-width: 70%;
	left: 15%;
	/*max-width: var(--m2_rti_info_width);
	left: calc(calc(100% - var(--m2_rti_info_width)) * .5);*/
}
.modulo_2_rejilla_texto_imagen_item:nth-child(odd) .modulo_2_rejilla_texto_imagen_item_info > div { bottom: 97px; }
.modulo_2_rejilla_texto_imagen_item:nth-child(even) .modulo_2_rejilla_texto_imagen_item_info > div { top: 97px; }

.modulo_2_rejilla_texto_imagen_item_name {
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 39px;
	line-height: 1em;
	letter-spacing: .003em;
	color: #454545;
}
.modulo_2_rejilla_texto_imagen_item_position {
	color: var(--modulo_2_color_blue);
	font-weight: bold;
	margin-bottom: 1.6rem;
	font-size: 20px;
	line-height: 1.25em;
}
.modulo_2_rejilla_texto_imagen_item_text {
	font-size: 20px;
	line-height: 1.25em;
}
.modulo_2_rejilla_texto_imagen_item_image {
	flex: 1 1;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.modulo_2_rejilla_texto_imagen_item_image img { width: 100%; }


.modulo_2_video_header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	aspect-ratio: 1920/1080;
	background-color: #000;
	overflow: hidden;
}
.modulo_2_video_header_button {
	display: none;
	pointer-events: none;
	width: 70px;
	height: 70px;
}
.modulo_2_video_header video {
	cursor: url(images/video_cursor.svg) 47 47, pointer;
}
.modulo_2_video_header * { position: relative; }

.modulo_2_video_header [ui_role="iframe_cont"],
.modulo_2_video_header video,
.modulo_2_video_header iframe {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
}
.modulo_2_video_header iframe { pointer-events: none; }

.modulo_2_video_header_image_center {
	width: 100%;
	text-align: center;
	pointer-events: none;
}
.modulo_2_video_header_image_bottom {
	position: absolute;
	left: 0; right: 0;
	bottom: 12%;
	text-align: center;
	pointer-events: none;
}

.modulo_2_video_header_image_center img { width: 26.042%; }
.modulo_2_video_header_image_bottom img { width: 20.0523%; }

.modulo_2_video_header_arrow {
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	bottom: 1em;
	pointer-events: none;
}
.modulo_2_video_header_arrow img {
	width: 1.407%; 
	animation: 2s ease-in-out infinite scrollind;
}
@keyframes scrollind {
	0% { bottom: 0; }
	50% { bottom: 1em; }
	100% { bottom: 0; }
}



.modulo_2_video_y_titulo {
	margin-bottom: 75px;
}
.modulo_2_video_y_titulo_title {
	text-align: center;
	font-weight: 600;
	line-height: 1.15em;
	font-size: 31px;
	padding: 0 1em;
	color: var(--modulo_2_color_dark);
}
.modulo_2_video_y_titulo_iframe {
	margin: auto;
	aspect-ratio: 16/9;
	background-color: #000;
	max-width: var(--modulo_2_inner_width);
	width: 80% !important;
	overflow: hidden;
}
.modulo_2_video_y_titulo_iframe iframe { overflow: hidden; }



.modulo_2_infografias {
	padding: 50px 0;
	position: relative;
}
.modulo_2_infografias * { position: relative; }

.modulo_2_infografias_inner {
	margin: auto;
	margin-bottom: 50px;
	max-width: var(--modulo_2_inner_width);
	width: calc(100% - 4em) !important;
}

.modulo_2_infografias_title {
	color: var(--modulo_2_color_blue);
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 2.5em;
}

.modulo_2_infografias_text {
	margin-bottom: 2em;
	font-size: 25px;
	color: var(--modulo_2_color_dark);
}

.modulo_2_infografias_open {
	display: block;
	color: var(--modulo_2_color_blue);
	text-align: center;
	font-size: 26px;
	margin-top: 3em;
	text-decoration: underline;
}


.modulo_2_infografias_slider {
	width: 100%;
	aspect-ratio: 1068/601;
}

.modulo_2_infografias_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

.modulo_2_infografias_item {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: left .25s;
}

.modulo_2_infografias_pages {
	position: absolute;
	left: 0; right: 0; bottom: 5%;
	margin: 0;
	text-align: center;
}
.modulo_2_infografias_page {
	--m2_info_page_size: 40px;
	width: var(--m2_info_page_size);
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.modulo_2_infografias_page > * { pointer-events: none; }
.modulo_2_infografias_page span {
	display: inline-block;
	width: calc(var(--m2_info_page_size) * .5);
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: calc(var(--m2_info_page_size) * .25);
}
.modulo_2_infografias_page[selected="true"] span { background-color: var(--modulo_2_color_blue); }

.modulo_2_infografias [ui_role="drag"] {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	cursor: pointer;
}

@media screen and (max-width: 1450px) {
	.modulo_2_note { font-size: 40px; }
	.modulo_2_video_y_titulo_title { font-size: 26px; }
	.modulo_2_text { font-size: 28px; }
	.modulo_2_infografias_text { font-size: 22px; }
	.modulo_2_infografias_open { font-size: 24px; }
}

@media screen and (max-width: 1200px) {
	.modulo_2_rejilla_texto_imagen_item_name { font-size: 2.667vw; }
	.modulo_2_rejilla_texto_imagen_item_position { font-size: 1.5vw; }
	.modulo_2_rejilla_texto_imagen_item_text { font-size: 1.5vw; }

	.modulo_2_video_y_titulo_title { font-size: 22px; }
	.modulo_2_note {
		font-size: 30px;
		margin: 0 auto;
	}
	.modulo_2_text {
		font-size: 22px;
		margin: 20px auto;
	}

	.modulo_2_infografias {
		padding: 20px 0;
	}

	.modulo_2_infografias_title {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 1024px) {
	.modulo_2_video_header_button {
		display: inline-block;
		position: absolute;
		right: 1em;
		top: 1em;
	}
	.modulo_2_video_header_image_center {
		top: -1em;
	}
	/*.modulo_2_video_header_image_center {
		position: absolute;
		left: 0; right: 0; top: 1em;
	}*/
}

@media screen and (max-width: 960px) {
	.modulo_2_rejilla_texto_imagen_item_text { font-size: 1.75vw; }
	.modulo_2_infografias_title { font-size: 30px; }
	.modulo_2_infografias_text { font-size: 20px; }
	.modulo_2_infografias_open { font-size: 20px; }

	.modulo_2_infografias_page {
		--m2_info_page_size: 30px;
	}

	@keyframes scrollind {
		0% { bottom: 0; }
		50% { bottom: .5em; }
		100% { bottom: 0; }
	}

	.modulo_2_video_header_image_bottom img { width: 40.052%; }
}

@media screen and (max-width: 800px) {
	.modulo_2_rejilla_texto_imagen_item_text { font-size: 1.75vw; }

	.modulo_2_rejilla_texto_imagen_item {
		display: block;
	}

	.modulo_2_rejilla_texto_imagen_item_info > div {
		position: relative;
		max-width: 100%;
		left: 0;
	}
	.modulo_2_rejilla_texto_imagen_item:nth-child(2n+1) .modulo_2_rejilla_texto_imagen_item_info > div { bottom: 0; }
	.modulo_2_rejilla_texto_imagen_item:nth-child(2n) .modulo_2_rejilla_texto_imagen_item_info > div { top: 0; }

	.modulo_2_rejilla_texto_imagen_item_quotes {
		width: auto;
		height: 70%;
	}

	.modulo_2_rejilla_texto_imagen_list {
		width: calc(100% - 4em);
		padding: 0;
	}

	.modulo_2_infografias_open { margin-top: 1.5em; }

	.modulo_2_rejilla_texto_imagen_item { aspect-ratio: auto; }

	.modulo_2_rejilla_texto_imagen_item_image {
		width: 100%;
		aspect-ratio: 620/594;
		height: auto;
	}

	.modulo_2_rejilla_texto_imagen_item_info { padding: 2.5rem; }

	.modulo_2_rejilla_texto_imagen_item_name { font-size: 22px; }
	.modulo_2_rejilla_texto_imagen_item_position { font-size: 12px; }
	.modulo_2_rejilla_texto_imagen_item_text { font-size: 16px; }
}


@media screen and (max-width: 600px) {
	.modulo_2_video_y_titulo_title {
		font-size: 16px;
		margin-bottom: .75em;
	}

	.modulo_2_note {
		max-width: 100%;
		width: 100%;
		font-size: 23px;
	}

	.modulo_2_text {
		max-width: 100%;
		width: 100%;
		font-size: 18px;
	}

	.modulo_2_text {
		padding-top: 0;
		padding-bottom: .5em;
	}

	.modulo_2_infografias_page {
		--m2_info_page_size: 25px;
	}

	.modulo_2_infografias_open { font-size: 15px; }

	.modulo_2_video_header_arrow { bottom: 0; }
	.modulo_2_video_header_arrow img {
		width: 3.5%;
	}
}


@media screen and (max-width: 480px) {
	/*.modulo_2_video_header_image_center {
		text-align: left;
		padding-left: 1em;
	}*/
	.modulo_2_video_header_image_center img { width: 35%; }
	.modulo_2_video_header_image_bottom img { width: 52.5%; }
}