/*
Theme Name: Corfo
Theme URI:  https://corfo.cl
Author:     Laika Consultores
Author URI: https://laikaconsultores.com
Description:Tema para el home de Corfo
Version:    1.0
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	overflow-x: hidden;
}

body img {
	max-width: 100%;
}

hr {
	border-top: 1px solid #110F3E !important;
}

.CPP-logo-corfo {
	width: 200px;
}

.lista-footer1 ul {
	padding-top: 5%;
	list-style: none;
	/* Remove default bullets */
	line-height: 35px;
}

.lista-footer1 ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--light-green2-color);
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: 4.5em;
	/* Also needed for space (tweak if needed) */
}

.lista-footer2 ul {
	padding-top: 5%;
	list-style: none;
	/* Remove default bullets */
	line-height: 35px;
}

.lista-footer2 ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--light-green2-color);
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: 3em;
	/* Also needed for space (tweak if needed) */
}



.overlay {
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}

.bannertrans:hover .overlay {
	/*filter: sepia(80%);*/
}


.topbar {
	width: 100%;
	height: 35px;
	background-color: #221E7C;
	display: flex;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 34px;
	margin: 0;
}

.ingles {
	margin: 0 0 0 37.5%;
}

.contactenos {
	margin: 0 0 0 4%;
}

.rrss {
	margin: 0 0 0 3%;
}

.rrss ul li {
	display: inline;
	list-style: none;
	margin: 0 3px;
}

.ingresar {
	background-color: #110F3E;
	padding: 0 3%;
	margin: 0 0 0 1%;
}

.menu-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, .2);
	background-image: url(./images/bg_textura.jpg);
	background-repeat: repeat;
	height: auto;
	padding-bottom: 0 !important;
}

.menu-fixed+.menu-placeholder {
	display: block;
}

.menu-placeholder {
	display: none;
}

.logo {
	margin-left: -5px;
}

.navbar {
	padding: 0;
	z-index: 4000;
}

.navbar-toggler-icon {
	width: 100px;
	height: 40px;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("../img/menu.png");
}


li.nav-item {
	border-bottom: 1px solid #000000;
	margin: 0 5px;
	height: 70px;
	line-height: 50px;
}

li.nav-item .nav-item {
	height: auto;
}

li.nav-item .menu-item>a {
	font-size: 1.2rem;
	padding-bottom: 3px;
	line-height: 1;
}

li.nav-item>a:hover {
	background-color: #221E7C;
	color: #FFFFFF !important;
	padding-bottom: 5px;
}

.nav-link {
	color: #000000 !important;
}

.nav-item.active a.nav-link {
	color: #FFFFFF !important;
	height: 70px;
	line-height: 50px;
}


li.nav-item.active {
	background-color: #221E7C;
	color: #FFFFFF !important;
	height: 70px;
	line-height: 50px;
}

.sr-only {
	color: #FFFFFF !important;
}

.buscadorcarrusel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.destacados {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	display: flex;
}

.buscador {
	width: 20%;
	height: auto;
	background: var(--blue-search-color);
	color: #FFFFFF;
	padding: 1.4% 1% 1% 1.2%;
	position: relative;
}

.buscador-top {
	border-bottom: 1px dashed #FFFFFF;
	padding-top: 7%;
	padding-bottom: 25%;
}

.buscador-top p {
	font-size: 0.8em;
}

.buscador-top h4 {
	font-size: 1.3em;
}


button.buscador-icono {
	padding: 5px 10px 6px 10px;
	margin-left: 0px;
	border-radius: 0px 3px 3px 0px;
	background: var(--light-green2-color);
	color: #FFFFFF;
	border: none;
}

button.buscador-encuesta {
	background: var(--light-green2-color) !important;
	border: 0px;
	font-weight: 600;
}

.buscador-bottom {
	padding-top: 15%;
}

.buscador-bottom p {
	font-size: 0.8em;
}

.buscador-bottom h4 {
	font-size: 1.3em;
}

.buscador-input {
	width: 76%;
	font-size: 14px;
	font-style: italic;
	height: 35px;
	padding: 4px 4px 4px 14px;
	border: none;
	border-radius: 3px 0px 0px 3px;
}

.btn-primary {
	width: 93% !important;
	background: #1BA8F1 !important;
}

.btn-primary:hover {
	background: #F0D01B !important;
	color: #221E7C !important;
}

.col-md-4 {
	padding-right: 0px !important;
	padding-left: 11px !important;
}

.slide {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: -0.5%;
}

.slidefijo {
	display: flex;
}

.banner2 {
	margin-top: 2%;
}

.banner5 {
	margin-top: 2%;
}

.carousel-control-next-icon {
	background-image: none !important;
	width: 50px;
	height: 50px;
}

.carousel-control-prev-icon {
	background-image: none !important;
	width: 50px;
	height: 50px;
}

.carousel-control-next,
.carousel-control-prev {
	top: 40%;
	width: 6%;
	height: 70px;
	color: #020784 !important;
	opacity: 0.75;
}

/*.circulo {
width: 61%;
height: 5.2vh;
background-color: #FFFFFF;
border-radius: 50px;
position: absolute;
z-index: -1;
}*/



.carousel-iniciativas1 {
	top: 39%;
}

.carousel-iniciativas2 {
	top: 39%;
}

/*.carousel-control-prev2 :hover {
color: #000000;
opacity: 1;
}*/

.carousel-control-next2 {
	right: 0;
}

.vermas a {
	color: #221E7C !important;
}

.texto-titulo {
	color: #110F3E;
	padding: 0 0 0 50px;
}

.apoyo {
	height: 700px;
	margin: 0 0 3% 0;
	background-image: url("../img/bg_home_01.jpg");
	background-size: cover;
	background-position: center;
}

.cajas-apoyo a {
	color: #000000;
}

.cajas-apoyo a:hover {
	color: #000000;
}

.titulo-apoyo {
	padding: 3% 0 0 20%;
}

.titulo-apoyo1 {
	padding: 0 0 16% 0;
}

.titulo-apoyo2 {
	padding: 0 0 4% 0;
}

.titulo-iniciativas {
	padding: 3% 0 0 0;
	margin: 2% 0 0 -15%;
}

.iniciativas-left {
	margin: 0 0 3% -3%;
}

.banners-iniciativas {
	margin: 5% 0 0 -15%;
}

.titulo-transparencia {
	padding: 3% 0 0 25%;
}

/* .transparencia {
	height: auto;
	background-image: url("../img/bg_home2.jpg");
	background-size: cover;
	background-position: center; */
/* } */

.banners-transparencia {
	padding: 7% 0 9% 0;
}


.cajas-apoyo {
	padding: 5% 0 0 0;
}


.navbar-brand {
	font-size: 30px;
}

footer {
	height: auto;
}


.footer-top {
	padding: 1% 0 0 0;
}

.footer-bottom {
	height: auto;
	background-color: #221E7C;
	color: #FFFFFF;
	font-size: 0.9em;
}

.lista-footer {
	padding: 5% 0 0 30%;
}

.datos-footer {
	line-height: 16px;
	padding: 4% 0 0 3%;
}

.tepuedeinteresar {
	padding: 0 0 0 10%;
}

.logo-footer {
	/*margin: 0 0 0 30%;*/
}



/*:::::::::PÁGINAS INTERIORES:::::::::*/

/*------TASAS DE INTERÉS-----*/

.cabecera-left {
	width: 100%;
	height: auto;
	/*background-color: #F0D01C;*/
	padding: 0 0 27% 0;
}

.texturatoptasas {
	position: absolute;
}

.texturabottomtasas {
	position: absolute;
	bottom: 0;
}

.linea-tasas {
	width: 23%;
	top: 19%;
	left: 8%;
	position: absolute;
}

/* .cabecera-right {
	background-color: #110F3E;
} */

.cabecera-right h1 {
	font-size: 2em;
	color: #F0D01C;
	padding: 0 0 20px 0;
}

.cabecera-right p, .cabecera-right ul, .cabecera-right ol {
	color: #FFFFFF;
	line-height: 28px;
}

.contenido-right {
	width: 62%;
	height: auto;
	overflow: hidden;
	padding: 10% 0 0 6%;
}

#imagendestacada img {
	width: 25.7vw;
	height: 27.4vw;
	position: absolute;
	padding: 8% 0 6% 0;
	overflow: hidden;
	margin: 0 0 0 41%;
	z-index: 1;
}

.filtroimagen {
	width: 51%;
	height: auto;
	padding: 20.2% 0;
	background-color: rgba(34, 30, 124, 0.5);
	margin: 8% 0 0 41%;
	position: absolute;
	z-index: 2;
}

.pomp-blanco1 {
	position: absolute;
	top: 10%;
	left: 31%;
	z-index: 0;
}

.pomp-blanco2 {
	position: absolute;
	bottom: 5%;
	right: 2%;
	z-index: 0;
}

.borde-imagen {
	width: 51%;
	position: absolute;
	bottom: 14%;
	right: 10%;
}

.borde {
	width: 230px;
	height: 1px;
	border: 1px #FFFFFF solid;
	position: absolute;
	margin: 5% 0 0 0;
}

.bajada-tasas {
	width: 100%;
	height: auto;
	background-image: url("../img/bg_home_01.jpg");
	background-size: cover;
	background-position: center;
	margin: -48px 0 0 0;
}

.titulo-bajadatasas {
	width: 69%;
	margin: 0 auto;
	padding: 7.5% 0 3% 0;
	display: flex;
}

.borde-titulotasas {
	width: 7%;
	margin: 0 0 0 50px;
}

.texto-titulotasas {
	width: 80%;
	padding: 0 0 0 20px;
}

.texto-titulotasas h1 {
	font-size: 1.7em;
}

.texto-tasas1 {
	padding-right: 53px;
	line-height: 30px;
	text-align: justify;
}

.texto-tasas2 {
	padding-right: 53px;
	line-height: 30px;
	text-align: justify;
}

.borde-tasas {
	width: 19.5%;
	margin: 5.3% 0 0 16%;
}

.area-graficos {
	padding: 5% 0 0 0;
}

.titulo-graficos {
	display: flex;
	padding-bottom: 5%;
}

.icono-graficos {
	width: 21%;
	height: auto;
	overflow: hidden;
	margin: 0 -20px 0 0;
}

.textos-graficos {
	width: 70%;
	height: auto;
	overflow: hidden;
	padding: 3% 0 0 0;
}

.icono-graficos img {
	width: 80%;
	height: auto;
	overflow: hidden;
}

.textos-graficos h1 {
	color: #221E7C;
	font-size: 30px !important;
	font-weight: 700;
	padding: 5px 10px;
	width: 70%;
	background-color: #F1D01B;
	display: inline;
	border: 0 solid #F1D01B;
	text-transform: uppercase;
	font-style: italic;
}

.textos-graficos1 h1 {
	color: #221E7C;
	font-size: 30px !important;
	font-weight: 700;
	padding: 5px 10px;
	width: 70%;
	background-color: #F1D01B;
	display: inline;
	border: 0 solid #F1D01B;
	text-transform: uppercase;
	font-style: italic;
}

.textos-graficos h2 {
	width: 100%;
	font-size: 24px;
	padding-top: 2%;
}

.textos-graficos1 h2 {
	width: 100%;
	font-size: 24px;
	padding-top: 2%;
}

.borde-graficos {
	width: 25%;
	padding: 5% 0 0 0;
}

.asteriscos {
	background-color: #F7F7F7;
	font-size: 0.8em;
	line-height: 30px;
	margin: -14px 0 0 0;
	padding: 3% 22%;
}

.pomp1 {
	position: relative;
	left: 98%;
	margin-top: -9%;
}


.pomp1 {
	position: relative;
	left: 100%;
	margin-top: -9%;
}

.pomp2 {
	position: relative;
	left: 0;
	margin-top: -5%;
	margin-left: -15%;
}

.pomp2 {
	position: relative;
	left: 0;
	margin-top: -5%;
}

.pomp4 {
	position: relative;
	left: 0%;
	margin-top: -12%;
	margin-left: -15%;
}

.pomp4 {
	position: relative;
	left: 0%;
	margin-top: -12%
}

/*------SALA DE PRENSA-----*/

.navbar-expand-xl {
	flex-flow: column;
}

.menuprensa {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #110F3E;
	padding-left: 4%;
	margin-top: 1%;
}

.menuprensa ul {
	width: 75%;
	margin: 0 auto;
}

.menuprensa ul li {
	display: inline;
	list-style: none;
	padding: 0 3.6%;
}

.menuprensa ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.menuprensa ul li a:hover {
	color: var(--light-green2-color);
	text-decoration: underline;
}

a.activo {
	color: #F1D01B !important;
}


.noticias {
	display: flex;
}

.noticia1 {
	padding: 0 2px;
}

.noticia1 a {
	color: #110F3E !important;
	text-decoration: none !important;
	-webkit-user-modify: read-write-plaintext-only;
	margin-right: 5px;
}

.noticia1 a:hover {
	text-decoration: underline !important;
}

.filtroimagen-news {
	width: 24.7%;
	padding: 13% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}

.fecha {
	font-size: 1.3em;
	font-weight: 700;
	width: 24.7%;
	color: #FFFFFF;
	z-index: 1;
	position: absolute;
	margin: 13% 0 0 2%;
}

.bajadanoticia {
	font-size: 1.3em;
	font-weight: 700;
	width: 15.5%;
	color: #000000;
	position: absolute;
	z-index: 1;
	margin: 16% 0 0 2%;
	text-align: left;
	line-height: 28px;
}

.bajadanoticia p {
	background-color: #F1D01B;
	padding: 2% 5%;
	text-align: left;
}

.resumennoticia a {
	color: #110F3E !important;
	text-decoration: none !important;
}

.resumennoticia a:hover {
	text-decoration: underline !important;
}



/* Heading style */
.bajadanoticia1,
.bajadanoticia1:after {
	background-color: #F1D01B;
}

.bajadanoticia1 {
	position: relative;
	line-height: 1;
	color: #110F3E;
	display: inline;
	/*white-space: pre-wrap;*/
	border: 0 solid #F1D01B;
	border-width: 0.25em 0;
	/* 0.25em is roughly equal to one space character. */
}

.bajadanoticia1:after {
	content: "";
	position: absolute;
	top: -0.25em;
	right: 100%;
	bottom: -0.25em;
	width: 0.25em;
}

.bajadanoticia1>span {
	position: relative;
	z-index: 1;

}

.bajadanoticia1.show {
	outline: 3px solid red;
}

.bajadanoticia1.show::after {
	outline: 3px solid lightgreen;
}







.resumencorfotv a {
	color: var(--blue-search-color);
	text-decoration: none !important;
}

.resumencorfotv a:hover {
	text-decoration: underline !important;
}

.bajada-eventos a {
	color: #110F3E !important;
	text-decoration: none !important;
}

.bajada-eventos a:hover {
	text-decoration: underline !important;
}

.carousel-item {}

/*Área completa Noticias y CORFO TV*/

.resumen-noticias-tv {
	width: 100%;
	height: auto;
	display: flex;
}

.noticias-left {
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 5%;
}

.titulo-noticias-left {
	padding: 7% 0 4% 0;
	display: flex;
	margin-left: -2%;
}

.noticias-nacionales {
	display: flex;
}

.resumen-noticias-nacionales {
	width: -webkit-fill-available;
	width: 34%;
	padding: 0 2%;
}

.filtro-card-noticias {
	width: 100%;
	height: 100%;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}

.fecha-noticia {
	padding: 3% 0;
}

.resumennoticia {
	font-weight: 700;
	color: #110F3E;
	padding: 0 0 3% 0;
}

.vertodas {
	width: 160px;
	height: 50px;
	border-radius: 5px;
	background-color: #221E7C;
	text-align: center;
	line-height: 50px;
	margin: 3% 0 0 2%;
}

.vertodas a {
	font-size: 1.1em;
	font-weight: 700;
	color: #FFFFFF;
}

.vertodas a:hover {}


/*---CORFO TV-----*/
.tv-right {
	/*display: none;*/
	width: 30%;
	height: auto;

	padding-bottom: 2%;
}

.titulo-corfotv {
	display: flex;
	padding: 5% 0 0 15%;
}

.borde-corfotv {
	width: 28%;
	padding-right: 2%;
	margin: 7px 0 0 20px;
}

.borde-corfotv hr {
	border-bottom: 1px solid #FFFFFF !important;
}

.logo-corfotv img {
	width: 60px;
	height: auto;
}

.resumen-tv {
	padding: 8% 0 0 0;
}

.card-corfotv {
	display: flex;
	color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 8%;
}

.img-corfotv {
	margin-right: 5%;
	width: 100%;
}

.filtro-corfotv {
	width: 11.4%;
	padding: 4.6% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}

.iconoplay {
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	margin: 3.2% 0 0 4.3%;
}

.texto-corfotv {
	width: 100%;
}

.fecha-corfotv {
	color: var(--blueNew-color);
	padding-bottom: 5%;
}

.resumencorfotv {
	line-height: 22px;
	font-weight: 700;
}

.vertodas-tv {
	width: 160px;
	height: 50px;
	border-radius: 5px;
	background-color: var(--blue-search-color);
	text-align: center;
	line-height: 50px;
	margin: 3% 0 0 10%;
}

.vertodas-tv a {
	font-size: 1.1em;
	font-weight: 700;
	color: #FFFFFF;
}

.vertodas-tv a:hover {}

/*---Eventos y en La prensa*/

.eventos-prensa {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.eventos {
	display: flex;
	padding: 8% 0 0 0;
}

.line-eventos {
	width: 50%;
	padding-top: 8%;
	padding-left: 19%;
}

.iconoevento {
	width: 15%;
	padding-top: 5%;
}


.textos-eventos {
	width: 100%;
	padding: 0 0 0 5%;
}

.textos-eventos h1 {
	color: #221E7C;
	font-size: 30px !important;
	font-weight: 700;
	padding: 5px 10px;
	margin-left: -2%;
	width: 70%;
	background-color: var(--pink-color);
	display: inline;
	border: 0 solid var(--pink-color);
	text-transform: uppercase;


}

.textos-eventos h2 {
	color: #221E7C;
	font-size: 30px !important;
	font-weight: 700;
	padding: 5px 10px;
	margin-left: -2%;
	width: 70%;
	background-color: var(--pink-color);
	display: inline;
	border: 0 solid var(--pink-color);
	text-transform: uppercase;

}

.fechaseventos {
	display: flex;
	padding: 5% 0 1% 0;
	/*margin-left: -2%;*/
}

.fecha-eventos {
	width: 46%;
	height: auto;
	padding: 5% 10%;
	background-color: #110F3E;
	text-align: center;
}

.detalle-evento {
	display: flex;
	width: 34%;
}

.bajada-eventos {
	width: 65%;
	padding: 0 9% 0 3%;
}

.bajada-eventos p {
	line-height: 19px;
}

.fecha-eventos h3 {
	font-size: 64px;
	color: var(--light-green2-color);
	font-weight: 700;
	margin-bottom: -5%;
	margin-right: 12%;
}

.fecha-eventos h4 {
	font-size: 35px !important;
	color: #FFFFFF;
	font-weight: 700;
	margin-right: 12%;
}

.vereventos {
	width: 160px;
	height: 50px;
	border-radius: 5px;
	background-color: #221E7C;
	text-align: center;
	line-height: 50px;
	margin: 3% 0 0 -2%;
}

.vereventos a {
	font-size: 1.1em;
	font-weight: 700;
	color: #FFFFFF;
}

.vereventos a:hover {}

.filtro-enlaprensa {
	width: 9.8%;
	padding: 4.9% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}

.img-enlaprensa {
	width: 50%;
	height: auto;
}


.slide-contactosprensa {
	width: 100%;
	height: auto;
	padding: 3% 0;
	margin: 3% 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	padding-bottom: 3%;
}

.slide-contactosprensa h1 {
	font-size: 1.5em !important;
	font-weight: 700;
	color: #110F3E;
}

.carrusel-contactos h2 {
	font-size: 1em !important;
	font-weight: 700;
	padding-top: 1%;
}

.contactosprensa {
	width: 100%;
	padding-top: 2%;
	display: flex;
	text-align: left;
}

.titulo-contactosprensa {
	width: 50%;
	margin: 0 30%;
	display: flex;
}

.borde-contactosprensa {
	width: 23%;
}

.texto-contactosprensa {
	/* width: 80%; */
	padding: 0 0 0 20px;
}

.btn-secondary {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.btn-secondary:focus {
	background-color: #FFFFFF !important;
}

.show>.btn-secondary.dropdown-toggle {
	background-color: #FFFFFF !important;
}

.show>.btn-secondary.dropdown-toggle:focus {
	background-color: #FFFFFF !important;
}

.contactosprensa ul {}

.contactosprensa ul li {
	list-style: none;
	color: rgba(34, 30, 124, .5)
}

.flecha-contacto-left {
	top: 29%;
}

.flecha-contacto-right {
	top: 29%;
}

.datos-contacto {
	padding: 0 3% 0 7%;
	display: flex;
}

.contacto-uno {
	width: 22.5%;
	height: auto;
	background-color: #221E7C;
	text-align: left;
	padding: 1%;
	margin: 1%;
}

.contacto-uno h3 {
	font-size: 1.2em !important;
	font-weight: 700;
	color: #F1D01B;
}

.contacto-uno h4 {
	font-size: 1em !important;
	color: #FFFFFF;
}

.contacto-uno h5 {
	font-size: 1em;
	color: #F1D01B;
}

.next {
	margin-left: -3%;
}

.noticia1 img {
	width: 58.5vw;
	height: 25.7vw;
	object-fit: cover;
	object-position: center;
}

.card-noticia-nacional {
	position: relative;
}

.card-noticia-nacional img {
	width: 43vw;
	height: 13vw;
	object-fit: cover;
	object-position: center;
}

.img-corfotv img {
	width: 43vw;
	height: 9vw;
	object-fit: cover;
	object-position: center;
}

.img-enlaprensa img {
	width: 12vw;
	height: 9.7vw;
	object-fit: cover;
	object-position: center;
}


/*------Quienes Somos - Sobre Corfo----------*/

.menu-quienesomos {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #110F3E;
	padding-left: 3%;
	margin-top: 1%;
}

.menu-quienesomos ul {
	width: 92%;
	margin: 0 auto;
}

.menu-quienesomos ul li {
	display: inline;
	list-style: none;
	padding: 0 2.2%;
}

.menu-quienesomos ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-quienesomos ul li a:hover {
	color: var(--light-green2-color);
	text-decoration: underline;
}

.qs-green {
	background: #DDF5EE !important;
}

.sobrecorfo {
	width: 100%;
	height: auto;
	padding-bottom: 3%;
	background-color: f7f7f7;
}

.titulo-nosotros {
	padding: 3% 0;
	display: flex;
}

.line {
	width: 39%;
	height: auto;
	padding-top: 5px;
	padding-left: 21%;
}

.texto-titulo-nosotros {
	width: 50%;
	height: auto;
	font-size: 1.7em;
	padding-left: 1%;
	/*padding-right: 53%;*/
}

.nosotros {

	line-height: 33px;
}

.col-nosotros {
	padding: 0 5%;
}

.col-nosotros h2 {
	width: 72%;
	position: absolute;
	top: 75%;
	left: 17%;
	font-size: 1.3em;
	color: #FFFFFF;
	z-index: 1;
	line-height: 19px;
}

.col-nosotros h4 {
	position: absolute;
	top: 81%;
	left: 17%;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 2;
}

.col-nosotros span {
	position: absolute;
	top: 84%;
	left: 17%;
	font-size: 0.9em;
	color: #FFFFFF;
	z-index: 3;
}

.col-nosotros span a {
	color: #F1D01B;
	text-decoration: underline;
}

.col-nosotros span a:hover {
	text-decoration: none;
}

.col-nosotros img {
	width: 16.7vw;
	height: 19.4vw;
	object-fit: cover;
	object-position: center;
}

.filtro-consejero-nosotros {
	width: 77.3%;
	padding: 45.2% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	left: 12.9%;
	z-index: 0;
}


.cabecera-right-nosotros {
	position: relative;
	width: 50%;
	background-color: #110F3E;
}


.contenido-right-nosotros {
	width: 61%;
	height: auto;
	overflow: hidden;
	padding: 3% 0 6% 0;
}

.contenedor-mision {
	padding-left: 10%;
}

.contenido-right-nosotros h2 {
	color: #221E7C;
}

.contenido-right-nosotros p {
	line-height: 33px;
}

.texturatopnosotros {
	position: absolute;
}


.texturabottomnosotros {
	position: absolute;
	bottom: 0;
}

.borde-mision {
	width: 230px;
	height: 1px;
	position: absolute;
}

.borde-imagen-mision {
	width: 51%;
	position: absolute;
	bottom: 25%;
	right: 10%;
}

.pomp-mision2 {
	position: absolute;
	bottom: 10%;
	right: 2%;
	z-index: 0;
}

#imagendestacada-mision img {
	width: 25.7vw;
	height: 30.4vw;
	position: absolute;
	padding: 12% 0 6% 0;
	overflow: hidden;
	margin: -7% 0 0 41%;
	z-index: 1;
}

.filtroimagen-mision {
	width: 51%;
	height: auto;
	padding: 21.2% 0;
	background-color: rgba(34, 30, 124, 0.15);
	margin: 5% 0 0 41%;
	position: absolute;
	z-index: 2;
}

.iconoplay-mision {
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	margin: 22.2% 0 -1px 62.7%;
}

.iconoplay-historia {
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	margin: 8.5% 0 0 12%;
}

.historia {
	width: 100%;
	height: 650px;
	display: flex;
}

.historia-left {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 4% 4% 4% 18%;
}

.historia-right {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 5% 0 0 0;
}

.historia-left h2 {
	font-weight: 700;
	color: #221E7C;
}

.historia-left p {
	line-height: 33px;
}

#imagendestacada-historia {
	padding: 5% 0 0 0;
	margin: 1% 0 0 0;
}

#imagendestacada-historia img {
	width: 26.5vw;
	height: 21vw;
	position: absolute;
	padding: 0;
	overflow: hidden;
	margin: 0;
	z-index: 1;
}

.filtroimagen-historia {
	width: 26.7%;
	height: auto;
	padding: 10.6% 0;
	background-color: rgba(34, 30, 124, 0.15);
	margin: 0;
	position: absolute;
	z-index: 2;
}

.pomp-blanco-historia {
	position: absolute;
	right: 17%;
}

.pomp-blanco-historia2 {
	position: absolute;
	margin: 20% 0 0 -3%;
}


.borde-amarillo {
	width: 29%;
	position: absolute;
	right: 20%;
	margin: -1% 0 0 0;
}

.borde-blanco {
	width: 45%;
	height: 2px;
	background-color: white;
}

.borde-blanco hr {
	color: white;
}

.titulo-areas {
	padding: 3% 0;
	display: flex;
}

.line-areas {
	width: 40%;
	height: auto;
	padding-top: 5px;
	padding-left: 18%;
}

.texto-titulo-areas {
	width: 60%;
	height: auto;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 40%;
}

.areas-trabajo {
	position: relative;
}

.pomp5 {
	position: absolute;
	left: 90%;
	top: 18%;
}

.pomp6 {
	position: absolute;
	left: 2%;
	top: 80%;
}

.banners-trabajo {
	width: 67%;
	margin: 0 auto;
	display: flex;
}

.banner_trabajo {
	padding: 1%;
}

.banner_trabajo img {
	width: 20vw;
	;
	height: auto;
}

.titulo-comites {
	padding: 5% 0 4% 0;
	display: flex;
}

.line-comites {
	width: 40%;
	height: auto;
	padding-top: 5px;
	padding-left: 18%;
}

.texto-titulo-comites {
	width: 60%;
	height: auto;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 30%;
}

.corporativa {
	width: 65%;
	margin: 0 auto;
	line-height: 33px;
	padding: 0 0 1% 0;
}

.consejo-directivo {
	width: 65%;
	margin: 0 auto;
	line-height: 33px;
}

.consejo-directivo h3 {
	width: 70%;
	background-color: var(--pink-color);
	line-height: 1.6;
	color: #221E7C;
	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;

	margin: 5% 0 4% 0;
}

.consejeros {
	width: 110%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	padding: 5% 0 0 0;
}

.caja-consejero {
	position: relative;
	width: 20%;
	height: auto;
	margin-right: 3%;
}

.caja-consejero a {
	color: #F1D01B;
	text-decoration: underline;
}

.caja-consejero a:hover {
	text-decoration: none;
}

.caja-consejero h2 {
	color: white;

	top: 64%;
	z-index: 3;
	font-size: 1.1em !important;

	line-height: 18px;

}

.caja-consejero h4 {
	color: white;

	top: 73%;
	z-index: 2;
	font-size: 1em !important;

	line-height: 20px;

}

.caja-consejero p {
	color: white;

	top: 83%;
	z-index: 1;
	font-size: 0.8em !important;

	line-height: 17px;

}

.caja-consejero span {
	color: white;
	position: absolute;
	top: 91%;
	z-index: 1;
	font-size: 0.8em !important;
	width: 17%;
	line-height: 17px;
	padding-left: 20px;
}

.caja-consejero img {
	width: 100vw;
	height: 21.7vw;
	object-fit: cover;
	object-position: center;
}

.filtro-consejero {
	width: 100%;
	padding: 15px 15px;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.line-consejeros {
	width: 18%;
	height: 2px;
	margin: 0 0 3% 0;
	padding: 3% 0;
}


.organigrama {
	width: 70%;
	background-color: var(--pink-color);
	color: #221E7C;
	line-height: 2.5;

	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;

	margin: 3% 0 4% 20.8%;
}

.imagen-organigrama {
	top: 50px;
	width: 65%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 5%;
}

.titulo-masinfo {
	padding: 5% 0 4% 0;
	display: flex;
}

.line-masinfo {
	width: 42%;
	height: auto;
	padding-top: 5px;
	padding-left: 17%;
}

.texto-titulo-masinfo {
	width: 50%;
	height: auto;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 32%;
}


.informacion {
	height: auto;
	background-size: cover;
	background-position: center;
	padding-bottom: 3%;
}

.slide-informacion {
	width: 71%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -0.5%;
}

.slideinfo {
	width: 85%;
	display: flex;
	margin: 0 auto;
}

.arrow-masinfo {
	margin-top: -50%;
}

.page-template-template-sobre-corfo {
	section.img-destacada {
		padding: 50px 0px;
	}

	.contenido-right-nosotros-n h2 {
		color: #221E7C;
	}

	.contenido-right-nosotros-n p {
		line-height: 33px;
	}

	#imagendestacada-mision-n {
		position: relative;
	}

	#imagendestacada-mision-n img {
		width: 100%;
	}

	.filtroimagen-mision {
		width: initial;
		height: initial;
		padding: 0;
		background-color: rgba(34, 30, 124, 0.15);
		margin: initial;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.CPP-historia-left h2 {
		font-weight: 700;
		color: #221E7C;
	}

	.CPP-historia-left p {
		line-height: 33px;
	}

	section.CPP-historia {
		padding: 50px 0px;
	}

	.filtroimagen-historia {
		width: initial;
		height: initial;
		padding: 0;
		background-color: rgba(34, 30, 124, 0.15);
		margin: 0;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	#CPP-imagendestacada-historia {
		position: relative;
	}

	.line-areas {
		padding-left: 0px;
		width: 25%;
	}

	.CPP-corporativa {
		margin-bottom: 30px;
	}

	.texto-titulo-areas {
		padding-right: 0px;
	}

	.cpp-caja-consejero {
		position: relative;
	}

	.cpp-caja-consejero img {
		width: 100%;
		width: 100vw;
		height: 21.7vw;
		object-fit: cover;
		object-position: center;
	}

	.cpp-caja-consejero h2 {
		color: white;
		top: 64%;
		z-index: 3;
		font-size: 1.1em !important;
		line-height: 18px;
	}

	.cpp-caja-consejero h4 {
		color: white;
		top: 73%;
		z-index: 2;
		font-size: 1em !important;
		line-height: 20px;
	}

	.cpp-caja-consejero p {
		color: white;
		top: 83%;
		z-index: 1;
		font-size: 0.8em !important;
		line-height: 17px;
	}

	.cpp-qs-line-areas .line-areas {
		padding-left: 0px;
		width: 25%;
	}

	.cpp-qs-line-areas .texto-titulo-areas {
		padding-right: 0px;
	}

	.cpp-consejo-title {
		width: 70%;
		background-color: var(--pink-color);
		line-height: 1.6;
		color: #221E7C;
		display: inline;
		border: 0 solid var(--pink-color);
		border-width: 0.35em;
		font-size: 1.6em;
		font-weight: 700;
		text-transform: uppercase;
		margin: 5% 0 4% 0;
	}

	.estructura-corporativa p {
		margin-top: 0;
		margin-bottom: 1rem;
		line-height: 33px;
	}

	.cpp-caja-consejero p {
		line-height: 18px;
	}

	#cpp-accordion-QS .card {
		margin: 0 4%;
		border-bottom: 1px solid #707070;
	}

	#cpp-accordion-QS .card .card-header {
		background: #fff;
	}

	#cpp-accordion-QS .card .card-header .btn-link {
		color: #2b2e71;
		font-weight: 600;
		text-align: left;
	}

	.cpp-first-sm li::marker {
		color: #78D6BB;
	}

	.cpp-second-sm li::marker {
		color: #FFC5C2;
	}

	.cpp-third-sm li::marker {
		color: #b8e3ea;
	}

	.cpp-QS-OC-description {
		background: #F6F6F6;
		padding: 56px 75px;
	}

	.cpp-QS-OC-description h4 {
		color: #221e7c;
		font-weight: 600;
	}

	.cpp-QS-OC-description h5 {
		color: #3F3F3F;
		margin-bottom: 24px;
	}

	.cpp-QS-OC-description img {
		width: 300px;
	}

	#cpp-seccion-organigrama {
		margin-top: 50px;
	}

	.cpp-QS-sidebar-h2 {
		width: 88%;
	}

	.cpp-QS-sidebar-arrow {
		width: 20%;
		font-size: 30px;
	}

	.cpp-first-sm li a {
		color: #000;
		font-weight: 100;
	}

	div#cpp-accordion-QS {
		max-height: 500px;
		height: 500px;
	}

	.scroll {
		overflow-y: scroll;
	}

	.scroll::-webkit-scrollbar {
		width: 15px;
	}

	.scroll::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #E9E9E9;
		/*border-radius: 10px;*/
		background: #e1e1e1;
	}

	.scroll::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: #221E7C;
	}

	/****/
	.cpp-descripcion-cargo-imagen-div {
		text-align: right;
	}

	.cpp-seccion-organigrama-left {
		padding-right: 0px;
	}

	.cpp-card-header {
		padding: 3.5% 0;
	}
}

/*PÁGINA CORFO EN LA PRENSA*/

.imagen-destacada-enlaprensa {
	position: relative;
}

.imagen-destacada-enlaprensa img {
	width: 100vw;
	height: 39vw;
	object-fit: cover;
	object-position: center;
}

.filtroenlaprensa2 {
	width: 100%;
	padding: 19.7% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}

.fechaenlaprensa {
	font-size: 1.3em;
	/*width: 24.7%;*/
	color: #FFFFFF;
	z-index: 1;
	position: absolute;
	margin: 12% 0 0 17%;
}

.bajada {
	width: 55%;
	color: #FFFFFF;
	z-index: 2;
	position: absolute;
	margin: 15% 0 0 17%;
}

.bajada h4 {
	font-size: 2.5em;
	font-weight: 100;
}

.bajada h4 a {
	color: white;
	text-decoration: none;
}

.bajada h4 a:hover {
	text-decoration: underline;
}

.fuente {
	margin: 4% 0 -5% 0;
	font-size: 0.8em;
	display: flex;
}

.fuente p {
	color: #8D8D8D;
	line-height: 22px;
	margin-left: 3px;
}

.fuente span i {
	margin: 6px 0 0 0;
	color: #221E7C;
}

.paginacion {
	width: 60%;
	height: 150px;
	margin: 0 auto;
	padding: 6% 0 0 0;
}

.btn-outline-dark {
	color: #221E7C;
	border-color: #221E7C;
	background-color: #fff;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #221E7C;
	background-color: #fff;
	border: 1px solid #221E7C;
}

/* LINKS*/
.page-item.active .page-link {
	background-color: #221e7c !important;
	border-color: #221e7c !important;
}

.page-link a {
	color: #221E7C;
	background-color: #fff;
	border: 1px solid #221E7C;
}


/*-----Programas y Convocatorias-------------*/


.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	color: #000;
	font-weight: 600;
}

.card-header {
	display: flex;
}

.card-header i {
	margin: -1% 0 0 10%;
}

.card-header a {
	color: var(--azulClaro);
}

.card-header h5 {
	font-size: 1em;
	font-weight: 700;
	margin: 4px 0 0 0;
	color: var(--azulClaro);
	cursor: pointer;
}

.card-header h5:hover {
	text-decoration: underline;
}



/*estilos-flechas-acordeones---->>*/

.accordion-menu-icon>a {
	display: block;
	position: relative;
}

.accordion-menu-icon>a:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23221E7C' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: -3px;
}

.accordion-menu-icon>a[aria-expanded="true"]:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23221E7C' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
	transform: rotate(180deg);
	top: 7px;
	/* fa-chevron-up */
}


/*<<------estilos-flechas-acordeones*/



.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* create custom checkbox */
.check {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* on mouse-over, add border color */
.checkbox:hover input~.check {
	border: 2px solid var(--light-green2-color);
}

/* add background color when the checkbox is checked */
.checkbox input:checked~.check {
	background-color: var(--azulClaro);
	border: none;
}

/* create the checkmark and hide when not checked */
.check:after {
	content: "";
	position: absolute;
	display: none;
}

/* show the checkmark when checked */
.checkbox input:checked~.check:after {
	display: block;
}

/* checkmark style */
.checkbox .check:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion {
	font-size: 0.9em;
}


.menu-programas {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #110F3E;
	margin-top: 1%;
}


.menu-programas ul {
	width: 100%;
	margin: 0 auto;
	text-align-last: center;
}

.menu-programas ul li {
	display: inline;
	list-style: none;
	padding: 0 7%;
}

.menu-programas ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-programas ul li a:hover {
	color: #F1D01B;
	text-decoration: underline;
}


.programas-convocatorias {
	width: 100%;
	height: auto;
	display: flex;
}

.programas-convocatorias h4 {
	color: var(--azulClaro);
	font-size: 22px;
	font-weight: 700;
}

.buscador-acordeon-programas {
	width: 20%;
	height: auto;
	background-color: #FFF;
	padding: 0.5% 2% 5% 2%;
	position: relative;
	margin-right: -5px;
}

.resultados-programas {
	width: 80%;
	height: auto;
	padding: 0 0 0 1%;
	background-color: var(--light-grey-color);
}

.resumen-programas {
	margin-top: 2.4%;
}

.resumen-programas_convocatorias {
	/*position: relative;*/
	background-color: #F1D01B;
}

.btn3 {
	font-size: 0.9em;
	position: absolute;
	z-index: 1;
	margin: 1.8% 0 0 85%;
	border: none;
}


/*::::::::::::::*/

.btn3>a {
	color: #221E7C;
	cursor: pointer;
}

.btn3>a:after {
	font-size: 0.9em;
	color: #110F3E;
	position: absolute;
	right: -30%;
	top: 0px;
}

.btn3>a[aria-expanded="false"]:before {
	content: "Mostrar filtros";
	right: 0;
	top: 0px;
	background-color: #F1D01B;
	padding: 5px 15px;
	border-radius: 5px;
}

.btn3>a[aria-expanded="true"]:before {
	content: "Cerrar filtros";
	color: #221E7C;
	right: 0;
	top: 0px;
	text-decoration: underline;
}

/*::::::::::::::*/





/*----------PAGINACION PROGRAMAS--------------*/

.paginacion-programas {
	display: flex;
	justify-content: center;
}

.active2 a {
	color: #F1D01B;
	background-color: #221E7C;
	cursor: default;
}

.page-link2 {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	line-height: 1.25;
	margin-right: 10px;
	color: #221E7C;
	border: 1px solid #221E7C;
	cursor: pointer;
}

a:hover.page-link2 {
	color: #F1D01B;
	background-color: #221E7C;
	text-decoration: none;
}


a:hover.page-link3 {
	opacity: 0.8;
	transition: .3s;
	cursor: pointer;
}

.page-link3 {
	position: relative;
	display: block;
	padding: 11%;
	line-height: 1.25;
	margin-right: 10px;
	color: #221E7C;
	border: none;
}

.page-item.disabled2 .page-link2 {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}






.primary2 {
	width: 100% !important;
	margin: 14% 0;
}

.resumen-programas_list {
	width: 98%;
	border: 2px solid #221E7C;
	padding: 1%;
	margin-left: 1%;
}

.resumen-programas_list h1 {
	color: #221E7C;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
}

/*Listas programas - fondo amarillo--*/
.listas-programas {
	display: flex;
	padding: 2% 5%;
}

.listas-programas h4 {
	font-size: 1.2em;
	color: #221E7C;
	padding: 0 0 0 6%;
}

.lista-programa1 {
	width: 40%;
	border-right: 1px solid #000;
	/*display: flex;*/
}

.lista-programa1_2 {
	display: flex;
}

.lista-programa2 {
	width: 24%;
	border-right: 1px solid #000;
}

.lista-programa3 {
	width: 28%;
	border-right: 1px solid #000;
}

.lista-programa4 {
	width: 18%;
	border-right: 1px solid #000;
}

.lista-programa5 {
	width: 22%;
	height: 200px;
}

.lista-programa1,
.lista-programa2,
.lista-programa3,
.lista-programa4,
.lista-programa5 {
	padding: 0 1%;
	height: auto;
}


.lista-programa1 a,
.lista-programa2 a,
.lista-programa3 a,
.lista-programa4 a,
.lista-programa5 a {
	color: #221E7C;
}

.lista-prog-left ul,
.lista-prog-right ul {
	margin-left: -15px;
}

.lista-programa2 ul,
.lista-programa3 ul,
.lista-programa4 ul,
.lista-programa5 ul {
	margin-left: -19px;
}

.lista-programa2 ul li,
.lista-programa3 ul li,
.lista-programa4 ul li,
.lista-programa5 ul li,
.lista-prog-left ul li,
.lista-prog-right ul li {
	list-style: none;
}


.lista-programa2 ul li::before,
.lista-programa3 ul li::before,
.lista-programa4 ul li::before,
.lista-programa5 ul li::before,
.lista-prog-left ul li::before,
.lista-prog-right ul li::before {
	content: "\2022";
	color: #221E7C;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	width: 1em;
}

.lista-prog-right {
	width: 58%;
}

.boton-filtros {
	width: auto;
	padding: 2% 4.5%;
	color: #FFFFFF;
	background-color: var(--bluesky-color);
	border-radius: 5px;
	border: none;
	text-align: left;
	margin: 2% 1%;
}

/*FIN SECCIÓN Listas programas - fondo amarillo--
:::::::::::*/

.buscador-programas {
	width: 100%;
	height: auto;
	color: var(--azulOscuro);
	padding: 10% 0 20% 0;
}

.buscador-input_programas {
	width: 83%;
	font-size: 14px;
	font-style: italic;
	height: 35px;
	padding: 4px 4px 4px 14px;
	border: 1px solid #6F6F6F;
	border-radius: 3px 0px 0px 3px;
	margin-right: -5px;
}

.btn2 {
	font-size: 0.9em;
	background-color: #F1D01B;
	position: absolute;
	z-index: 1;
	margin: -1% 0 0 0;
	border-radius: 5px;
	border: none;
	padding: 5px 15px;
}

.btn-group {
	margin: -28% 0 0 10%;
}

.dropdown-item {
	padding: .25rem 1rem;
	font-size: 0.65em;
	line-height: 6px;
}

.textos-programas {
	width: 50%;
	padding: 0 0 0 1%;
}

.resultados-resultados {
	width: 100%;
	height: auto;
	display: flex;
	padding: 3% 0 0 1%;
}

.resultados_prog {
	width: 35%;
	height: auto;
	padding: 15px 0 0 0;
	color: #110F3E;
}

.ordenar-por {
	padding-left: 38%;
	width: auto;
	/*width: 35%;*/
	height: auto;
	display: flex;
	color: #110F3E;
}

.ordenar-por p {
	padding: 15px 10px 0 0;
}

.tipo-vista {
	display: none;
	width: 30%;
	height: auto;
	padding: 5px 0 0 0;
	color: #110F3E;
}

.tipo-vista ul li {
	display: inline;
	list-style: none;
	padding: 0 10px;
}

.tipo-vista ul li a {
	color: #110F3E;
}

.tipo-vista ul li a:hover {
	color: #1BA8F1;
}


.btn-group2 {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	margin: 7px 0 0 0;
	height: 40px;
	border: solid 1px #110F3E;
}

.dropdown-item2 {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #110F3E;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 1em;
}

a:hover.dropdown-item2 {
	background-color: #110F3E;
	color: #FFFFFF;
	text-decoration: none;
}


.btn-ordenar {
	width: 185px;
	background-color: white;
	border-radius: 0;
	text-align: left;
}


.tooltip .tooltip-inner {
	background-color: #221E7C;
}

.tooltip .arrow::before {
	border-left-color: #221E7C;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
	background: #221E7C !important;
}

.tooltip .arrow:before {
	border-bottom-color: #221E7C !important;
	border-top-color: #221E7C !important;
}

/*::::::cajas-resultados-programas:::::::::::::.:::*/


.caja-resultados {
	padding: 0 0 3% 1%;
}


.caja-resultados_uno {
	width: 98.7%;
	height: auto;
	background-color: #FFFFFF;
	margin: 3% 0;
}

.top-caja_result {
	width: 100%;
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.top-caja_result h3 {
	text-transform: uppercase;
	color: var(--azulClaro);
	font-size: 1.6em;
	font-weight: 700;
	margin: 12px 0 0 30px;
}

.contenido-caja_prog {
	padding: 3% 3% 0 2%;
}

.contenido-caja_prog h4 {
	background-color: var(--pink-color);
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	/* white-space: pre-wrap; */
	border: 0 solid var(--pink-color);
	border-width: 0.25em;
	font-size: 1.6em;
}

.contenido-caja_prog h5 {
	color: #110F3E;
	font-size: 1.5em;
	padding: 2% 0 1% 0;
	font-weight: 700;
}

.contenido-caja_prog p {
	color: #110F3E;
	line-height: 27px;
	padding: 2% 0 0 0;
}

.foot-caja_result {
	width: 100%;
	height: 60px;
	background-color: #221E7C;
	text-align: center;
	line-height: 60px;
}

.foot-caja_result a {
	color: white;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}

.foot-caja_result a:hover {
	text-decoration: underline;
}

.contenido-caja_prog h6 {
	background-color: var(--light-green2-color);
	line-height: 1.6;
	color: #FFFFFF;
	display: inline;
	/* white-space: pre-wrap; */
	border: 0 solid var(--light-green2-color);
	border-width: 0.25em 0.5em;
	font-size: 1em;
	font-weight: 700;
}

.contenido-cajas_fechas {
	display: flex;
	justify-content: space-between;
}

.contenido-cajas_fechas h4 {
	width: 70%;
	background-color: var(--pink-color);
	line-height: 1.6;
	color: #000;
	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.25em;
	font-size: 1.6em;
}

.apertura,
.cierre {
	/*width: 14%;
height: auto;
padding:0 1%;
margin:0 1%;
text-align: left;*/
}

.apertura {
	/*margin-left: 13%;*/
}

.cierre {
	/*margin-right: 10%;*/
}

.apertura h3,
.cierre h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.apertura span,
.cierre span {
	font-size: 1.3em;
}

.caja-resultados_video {
	display: flex;
}

.caja-video {
	padding: 3% 3% 0 3%;
	color: #110F3E;
}

.caja-video h3 {
	padding: 0 0 10% 0;
}

.filtroimagen-video_prog {
	width: 21%;
	height: auto;
	padding: 5.75% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 2;
}

.iconoplay-videos_prog {
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	margin: 4.5% 0 1px 9%;
}



.titulo-corfo {
	padding: 3% 0;
	display: flex;
}


.line-corfo {
	width: 44%;
	height: auto;
	padding-top: 5px;
	padding-left: 18%;
}

.texto-titulo-corfo {
	width: 90%;
	height: auto;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 0;
}

#imagendestacada_general img {
	width: 24vw;
	height: 29.4vw;
	position: absolute;
	padding: 5% 0 6% 0;
	overflow: hidden;
	margin: 0 0 0 41%;
	z-index: 1;
}






#imagendestacada-mision2 img {
	width: 25.7vw;
	height: 26.4vw;
	position: absolute;
	padding: 4% 0 6% 0;
	overflow: hidden;
	margin: 0 0 0 41%;
	z-index: 1;
}

.filtroimagen-mision2 {
	width: 51%;
	height: auto;
	padding: 21.2% 0;
	background-color: rgba(34, 30, 124, 0.15);
	margin: 4% 0 0 41%;
	position: absolute;
	z-index: 2;
}

.banner-plantilla {
	width: 68%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-content: center;
}

.banner-plantilla2 {
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-content: center;
}

.banner2-plantilla {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 0 1.5% 1.1%;
}

.centrado {
	margin: 0 auto;
}

.titulo-simple {
	width: 100%;
	display: flex;
	padding: 3% 0 3% 0;
}

.line-simple {
	width: 40%;
	padding-top: 5px;
	padding: 0.5% 1% 0 0;
}

.texto-titulo-simple {
	width: 58%;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 1%;
}

.titulo-caja-amarilla {
	margin: 3% 0;
}

.titulo-caja-amarilla h4 {
	width: 70%;
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}

.icono-titulos {
	width: 100%;
	display: flex;
	height: auto;
}

.icono_tit {
	width: 17%;
	height: auto;
	overflow: hidden;
	padding-right: 2%;
}

.textos_tit {
	width: 75%;
	height: auto;
	overflow: hidden;
	padding: 2% 0 0 1%;
}

.textos_tit h4 {
	width: 70%;
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}

.textos_tit p {
	margin-top: 3%;
	font-size: 1.45em;
	color: #110F3E;
}


.dos-columnas {
	display: flex;
	height: auto;
	padding: 2% 0;
}

.dos-columnas_2 {
	padding: 0 2%;
}

.borde-2columnas {
	padding: 3% 0 0 0;
}

.tres-columnas {
	display: flex;
}

.tres-columnas_3 p {
	padding: 0 5%;
}

.borde-3columnas {
	width: 75%;
	padding: 3% 0 0 0;
	margin: 0 0 0 5%;
}

.dosfilas_2columnas {
	display: flex;
	height: auto;
}

.dos-filas_uno {
	width: 100%;
	height: auto;
}

.caja_uno {
	display: flex;
	padding: 0 0 2% 0;
}

.icono-caja_uno {
	width: 73%;
	height: auto;
	overflow: hidden;
	padding: 0 5% 2% 0;
}

.titulos-caja_uno {
	padding: 4% 0 0 0;
}

.titulos-caja_uno h4 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.35em;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}

.titulos-caja_uno p {
	font-size: 1.2em;
	font-weight: 700;
	padding: 2% 0 0 0;
}

.caja-left_uno {
	padding: 0 4% 5% 4%;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.caja-right_uno {
	padding: 0 4% 5% 4%;
	border-bottom: 1px solid #000000;
}

.dos-filas_dos {
	width: 100%;
	height: auto;
	/*background-color:rgba(39,57,220,1.00);*/
}

.caja_dos {
	display: flex;
	padding: 0 0 2% 0;
}

.icono-caja_dos {
	width: 73%;
	height: auto;
	overflow: hidden;
	padding: 0 5% 2% 0;
}

.titulos-caja_dos {
	padding: 7% 0 0 0;
}

.titulos-caja_dos h4 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}

.titulos-caja_dos p {
	font-size: 1.2em;
	font-weight: 700;
	padding: 2% 0 0 0;
}

.caja-left_dos {
	padding: 2% 4% 5% 4%;
	border-right: 1px solid #000000;
}

.caja-right_dos {
	padding: 2% 4% 5% 4%;
}


.titulo-banner {
	width: 100%;
	display: flex;
	padding: 3% 0 3% 0;
}

.line-banner {
	width: 32%;
	padding-top: 5px;
	padding: 0.5% 1% 0 1%;
}

.texto-titulo-banner {
	width: 65%;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 1%;
}

.banner-relac {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 1.5%;
}

/* .banner-relac img {
	width: 18vw;
	height: 9.8vw;
	object-fit: cover;
	object-position: center;
} */

.banner-relac h2 {
	width: 90%;
	position: absolute;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	color: #F1D01B;
}

.banner-relac h2 a {
	color: #F1D01B;
	text-decoration: none;
	text-align: center;
}

.banner-relac h2 a:hover {
	text-decoration: underline;
}


.fechas-eventos h2 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.35em;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}



.titulo-programas {
	width: 100%;
	display: flex;
	padding: 3% 0 3% 0;
}

.line-programas {
	width: 32%;
	padding-top: 5px;
	padding: 0.5% 1% 0 1%;
}

.texto-titulo-programas {
	width: 66%;
	font-size: 1.7em;
	padding-left: 1%;
	padding-right: 1%;
}

.cajas-programas {
	display: flex;
}

.box-program {
	background-color: #FFFFFF;
	width: 31%;
	height: 490px;
	margin: 1%;
	border: 1px solid #110F3E;
}

.box-program_header {
	width: 100%;
	height: 55px;
	background-color: #110F3E;
	position: relative
}

.box-program_header h2 {
	position: absolute;
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	color: #F1D01B;
	line-height: 55px;
	text-align: center;
	z-index: 1;
	left: 9%;
	/*padding:0 5%;*/
}

.box-program_header img {
	position: absolute;
	top: 0;
	z-index: 0;
}

.box-program h3 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.25em;
	font-size: 1.6em;
	/*margin-left: 8%;*/
	font-weight: 700;
}

.box-program h5 {
	color: #110F3E;
	font-size: 1.5em;
	padding: 8% 5% 2% 8%;
	font-weight: 700;
	font-style: italic;
}

.box-program p {
	padding: 0% 8% 5.5% 8%;
	color: #707070;
	font-size: 1.2em;
	line-height: 29px;
}

.box-program_footer {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}

.box-program_footer h2,
.box-program_footer_2 h2,
.box-program_footer_3 h2,
.box-program_footer_4 h2,
.box-program_footer_5 h2,
.box-program_footer_6 h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
	background-color: #221E7C;
}


.box-program_footer h2 a,
.box-program_footer_2 h2 a,
.box-program_footer_3 h2 a,
.box-program_footer_4 h2 a,
.box-program_footer_5 h2 a,
.box-program_footer_6 h2 a {
	color: #FFFFFF;
}

.box-program_2 {
	background-color: #FFFFFF;
	width: 31%;
	height: 490px;
	margin: 1% 1% 4% 1%;
	padding: 3% 0 0 0;
	border: 1px solid #110F3E;
}

.box-program_2 h3 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.25em;
	font-size: 1.6em;
	margin-left: 0%;
	font-weight: 700;
}

.titulo-box_2 {
	padding-left: 8%;
	padding-right: 3%;
}

.box-program_2 h5 {
	color: #110F3E;
	font-size: 1.5em;
	padding: 5% 5% 2% 0;
	font-weight: 700;
	font-style: italic;
}

.box-program_2 p {
	padding: 0% 8% 4% 0;
	color: #707070;
	font-size: 1.2em;
	line-height: 25px;
}


.box-apertura-cierre {
	display: flex;
}

.box-apertura,
.box-cierre {
	width: 50%;
}

.box-apertura h6,
.box-cierre h6 {
	font-size: 1.3em;
	font-weight: 700;
}

.box-apertura p,
.box-cierre p {
	color: #110F3E;
}


.box-textura_2 {
	margin-top: 0px;
}

.box-program_footer_2 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}


.box-textura_3 {
	margin-top: -2px;
}

.box-program_footer_3 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}

.box-textura_4 {
	margin-top: -20px;
}

.box-program_footer_4 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}

.box-textura_5 {
	margin-top: -20px;
}

.box-program_footer_5 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}

.box-textura_6 {
	margin-top: -20px;
}

.box-program_footer_6 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}






.box-program_footer_2 h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
	background-color: #221E7C;
}


.box-program_footer_2 h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
	background-color: #221E7C;
}

.box-program_footer_2 h2 a {
	color: #FFFFFF;
}

.box-program_3 {
	background-color: #FFFFFF;
	width: 31%;
	height: 490px;
	margin: 1%;
	border: 1px solid #110F3E;
}

.box-program_header_3 {
	width: 100%;
	height: 55px;
	background-color: #110F3E;
	position: relative
}

.box-program_header_3 h2 {
	position: absolute;
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	color: #F1D01B;
	line-height: 55px;
	text-align: center;
	z-index: 1;
	left: 9%;
	/*padding:0 5%;*/
}

.box-program_header_3 img {
	position: absolute;
	top: 0;
	z-index: 0;
}

.box-program_3 h3 {
	background-color: #F1D01B;
	line-height: 1.6;
	color: #110F3E;
	display: inline;
	border: 0 solid #F1D01B;
	border-width: 0.25em;
	font-size: 1.6em;
	/*margin-left: 8%;*/
	font-weight: 700;
}

.box-program_3 h5 {
	color: #110F3E;
	font-size: 1.5em;
	padding: 8% 5% 2% 8%;
	font-weight: 700;
	font-style: italic;
}

.box-program_3 p {
	padding: 0% 8% 5.5% 8%;
	color: #707070;
	font-size: 1.2em;
	line-height: 33px;
}

.box-program_footer_3 {
	width: 100%;
	height: 66px;
	z-index: 1;
	position: relative;
}

.box-program_footer_3 h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 66px;
	background-color: #221E7C;
}


.box-program_footer_3 h2 a {
	color: #FFFFFF;
}


.parrafo-box-program {
	margin-bottom: 7.5%;
}

.parrafo-box-program_2 {
	margin-bottom: 2%;
}


.filtro-card-noticias_2 {
	width: 17%;
	padding: 6.6% 0;
	background-color: rgba(34, 30, 124, 0.5);
	position: absolute;
	z-index: 0;
}


/*:::::::::::::::-Modal Biografías::::::::::*/
@media (min-width: 576px) {


	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}


	.col-sm-7 {
		width: 100% !important;
	}

	.post-content h1 {
		color: #221E7C !important;
	}

	.post-content h2 {
		color: #221E7C !important;
		font-size: 1.5rem !important;
		padding: 3% 0 !important;
	}


}

/*:::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::
COMIENZO DE CSS - RESPONSIVO:::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::
*/


/*::::::::::MEDIA QUERIES::::::::::::::*/
@media (max-width:1680px) {

	.filtro-card-noticias {
		width: 100%;
		height: 100%;
		padding: 6.6% 0;
		background-color: rgba(34, 30, 124, 0.5);
		position: absolute;
		z-index: 0;
	}

	.card-noticia-nacional img {
		width: 43vw;
		height: 13vw;
		object-fit: cover;
		object-position: center;
	}


	.titulo-noticias-left {
		padding: 5% 0 3% 0;
		display: flex;
		margin-left: -2%;
	}

	.filtroimagen-mision {
		width: 51%;
		height: auto;
		padding: 21.2% 0;
		background-color: rgba(34, 30, 124, 0.15);
		margin: 12% 0 0 41%;
		position: absolute;
		z-index: 2;
	}

	#imagendestacada-mision img {
		width: 25.7vw;
		height: 30.4vw;
		position: absolute;
		padding: 12% 0 6% 0;
		overflow: hidden;
		margin: 0 0 0 41%;
		z-index: 1;
	}

	#imagendestacada-historia img {
		width: 28.7vw;
		height: 23.4vw;
		position: absolute;
		padding: 0;
		overflow: hidden;
		margin: 0;
		z-index: 1;
	}

	.filtroimagen-historia {
		width: 29%;
		height: auto;
		padding: 11.8% 0;
		background-color: rgba(34, 30, 124, 0.15);
		margin: 0;
		position: absolute;
		z-index: 2;
	}

	.iconoplay-mision {
		color: #FFFFFF;
		position: absolute;
		z-index: 3;
		margin: 29.2% 0 -1px 62.7%;
	}

	.iconoplay-historia {
		color: #FFFFFF;
		position: absolute;
		z-index: 3;
		margin: 10% 0 0 13%;
	}

	.organigrama {
		width: 70%;
		background-color: var(--pink-color);
		color: #221E7C;
		line-height: 2.5;

		display: inline;
		border: 0 solid var(--pink-color);
		border-width: 0.35em;
		font-size: 1.6em;
		font-weight: 700;
		text-transform: uppercase;

	}

	.consejo-directivo h3 {
		width: 70%;
		background-color: var(--pink-color);
		line-height: 1.6;
		color: #221E7C;
		display: inline;
		border: 0 solid var(--pink-color);
		border-width: 0.35em;
		font-size: 1.6em;
		font-weight: 700;
		text-transform: uppercase;

		margin: 5% 0 4% 0;
	}

	.textos-eventos h1 {
		color: #221E7C;
		font-size: 30px !important;
		font-weight: 700;
		width: 22%;
		background-color: var(--pink-color);
		padding: 5px 10px;
		margin-left: -2%;
	}

	.textos-eventos h2 {
		color: #221E7C;
		font-size: 30px !important;
		font-weight: 700;
		width: 28%;
		background-color: var(--pink-color);
		padding: 5px 10px;
		margin-left: -2%;
	}

	.filtroenlaprensa2 {
		width: 100%;
		padding: 19.7% 0;
		background-color: rgba(34, 30, 124, 0.5);
		position: absolute;
		z-index: 0;
	}


	.col-nosotros h2 {
		width: 72%;
		position: absolute;
		top: 70%;
		left: 17%;
		font-size: 1.3em;
		color: #FFFFFF;
		z-index: 1;
		line-height: 19px;
	}

	.col-nosotros img {
		width: 16.7vw;
		height: 23.6vw;
		object-fit: cover;
		object-position: center;
	}

	.filtro-consejero-nosotros {
		padding: 55% 0;
	}

	.col-nosotros h4 {
		position: absolute;
		top: 78%;
		left: 17%;
		font-size: 16px;
		color: #FFFFFF;
		z-index: 2;
	}

	.col-nosotros span {
		position: absolute;
		top: 83%;
		left: 17%;
		font-size: 0.9em;
		color: #FFFFFF;
		z-index: 3;
	}

	.col-nosotros span a {
		color: #F1D01B;
		text-decoration: underline;
	}

	.col-nosotros span a:hover {
		text-decoration: none;
	}

	.buscador-acordeon-programas {
		width: 17%;
	}

	.resultados-programas {
		width: 83%;
	}

	.resumen-programas {
		margin-top: 2.6%;
	}


	/*estilos-flechas-acordeones---->>*/

	.accordion-menu1>a {
		display: block;
		position: relative;
	}

	.accordion-menu1>a:after {
		content: "\f0d7";
		/* fa-chevron-down */
		font-family: 'FontAwesome';
		font-size: 24px;
		position: absolute;
		color: var(--azulClaro);
		right: -135px;
		top: -3px;
	}

	.accordion-menu1>a[aria-expanded="true"]:after {
		content: "\f0d8";
		/* fa-chevron-up */
	}


	.accordion-menu2>a {
		display: block;
		position: relative;
	}

	.accordion-menu2>a:after {
		content: "\f0d7";
		/* fa-chevron-down */
		font-family: 'FontAwesome';
		font-size: 24px;
		position: absolute;
		color: var(--azulClaro);
		right: -44px;
		top: -3px;
	}

	.accordion-menu2>a[aria-expanded="true"]:after {
		content: "\f0d8";
		/* fa-chevron-up */
	}


	.accordion-menu3>a {
		display: block;
		position: relative;
	}


	.accordion-menu4>a {
		display: block;
		position: relative;
	}


	.accordion-menu5>a {
		display: block;
		position: relative;
	}

	.accordion-menu5>a:after {
		content: "\f0d7";
		/* fa-chevron-down */
		font-family: 'FontAwesome';
		font-size: 24px;
		position: absolute;
		color: var(--azulClaro);
		right: -48px;
		top: -3px;
	}

	.accordion-menu5>a[aria-expanded="true"]:after {
		content: "\f0d8";
		/* fa-chevron-up */
	}


	.accordion-menu6>a {
		display: block;
		position: relative;
	}

	.accordion-menu6>a:after {
		content: "\f0d7";
		/* fa-chevron-down */
		font-family: 'FontAwesome';
		font-size: 24px;
		position: absolute;
		color: var(--azulClaro);
		right: -95px;
		top: -3px;
	}

	.accordion-menu6>a[aria-expanded="true"]:after {
		content: "\f0d8";
		/* fa-chevron-up */
	}

	/*<<------estilos-flechas-acordeones*/


	.banner-relac img {
		width: 20vw;
		height: 9.8vw;
		object-fit: cover;
		object-position: center;
	}

	.filtro-card-noticias_2 {
		width: 19.6%;
		padding: 6.6% 0;
		background-color: rgba(34, 30, 124, 0.5);
		position: absolute;
		z-index: 0;
	}


}

@media (max-width:1620px) {
	.bajadanoticia {
		font-size: 0.9em;
		line-height: 18px;
	}


	.textos-eventos h1 {
		width: 30%;
	}


}

/*::::::::::MEDIA QUERIES - 1470PX - LG:::::::::::::::*/
@media (max-width:1470px) {


	.topbar-items {
		margin: 0 11%;
	}


	.buscador {
		padding: 0 0 0 1%;
	}

	.buscador-top {
		padding-top: 4%;
		padding-bottom: 15%;
	}

	.buscador-top h4 {
		font-size: 20px;
	}

	.buscador-top p {
		font-size: 13px;
	}

	.buscador-bottom {
		padding-top: 10%;
	}

	.buscador-bottom h4 {
		font-size: 20px;
	}

	.buscador-bottom p {
		font-size: 13px;
	}


	/*--páginas interiores - 1470px--*/

	.contenido-right {
		width: 95%;
		padding: 5% 0 0 6%;
	}

	.cabecera-right p {
		line-height: 26px;
	}

	.texto-titulotasas {
		width: 100%;
		font-size: 0.9em;
	}

	.bajada-tasas {
		height: 460px;
	}

	/*------SALA DE PRENSA-----*/
	.menuprensa {
		width: 100%;
		height: auto;
		padding-left: 0;
	}

	.menuprensa ul {
		width: 100%;
		margin: 0 auto;
	}

	.menuprensa ul li {
		display: inline-flex;
	}

	.textos-eventos h1 {
		width: 25%;
	}

	.textos-eventos h2 {
		width: 33%;
	}

	#imagendestacada-mision img {
		top: 8%;
	}

	.filtroimagen-mision {
		margin: 15.5% 0 0 41%;

	}

	.borde-imagen-mision {
		bottom: 33%;
	}

	.iconoplay-mision {
		margin: 33.2% 0 -1px 62.7%;
	}

	.menu-quienesomos ul {
		width: 100%;
	}

	.texto-titulo-comites {
		width: 67%;
	}

	.consejo-directivo h3 {
		width: 30%;
	}

	.organigrama {
		width: 27.5%;
	}

	.historia-left {
		padding: 4% 5% 4% 12%;
	}


	.caja-consejero h2 {
		font-size: 1em;
	}

	.caja-consejero h4 {
		font-size: 1em;
	}

	.caja-consejero p {
		width: 20%;
	}


	.bajada {
		margin: 14% 0 0 17%;
	}

	.col-nosotros h2 {
		width: 72%;
		top: 51%;
		left: 17%;
	}

	.col-nosotros h4 {
		width: 72%;
		top: 56%;
		left: 17%;
		font-size: 0.8em;
	}

	.col-nosotros span {
		width: 72%;
		top: 58%;
		left: 2.5%;
		font-size: 0.75em;
	}

	.btn3 {
		margin: 1.8% 0 0 83%;
	}

	.buscador-acordeon-programas {
		width: 20%;
	}

	.ordenar-por {
		padding-left: 36%;
	}

	.listas-programas {
		padding: 2% 3%;
		font-size: 0.8em;
	}

	.filtro-card-noticias_2 {
		width: 23%;
		padding: 6.6% 0;
		background-color: rgba(34, 30, 124, 0.5);
		position: absolute;
		z-index: 0;
	}

	.banner-relac img {
		width: 23vw;
		height: 9.8vw;
		object-fit: cover;
		object-position: center;
	}

}








/*::::::::::MEDIA QUERIES - 1280PX - LG:::::::::::::::*/
@media (max-width: 1280px) {


	/*--páginas interiores - 1280px--*/


	.borde {
		margin-top: 1%;
	}

	.texto-titulotasas h1 {
		font-size: 1.6em;
	}

	.bajada-tasas {
		height: auto;
	}

	.iconoevento {
		width: 23%;
	}


	.fecha-eventos {
		width: 15%;
		padding: 2% 3%;
		margin-bottom: 1%;
	}

	.fechaseventos h3 {
		font-size: 38px !important;
	}

	.fechaseventos h4 {
		font-size: 23px !important;
	}

	.fechaseventos {
		display: block;
	}

	.detalle-evento {
		width: 100%;
	}

	.textos-eventos h1 {
		width: 38%;
	}

	.filtro-enlaprensa {
		width: 12%;
		padding: 6% 0;
	}

	.img-enlaprensa {
		width: 18%;
		margin-bottom: 1.5%;
	}

	.img-enlaprensa img {
		width: 12vw;
		height: 11.8vw;
		object-fit: cover;
		object-position: center;
	}

	.textos-eventos h1 {
		width: 30%;
	}

	.textos-eventos h2 {
		width: 38%;
	}


	.nosotros {
		width: 80%;
	}

	.contenido-right-nosotros {
		width: 80%;
	}

	.borde-imagen-mision {
		bottom: 32.5%;
	}

	.filtroimagen-mision {
		margin: 15% 0 0 41%;
	}

	.contenedor-mision {
		padding-left: 0%;
	}

	.menu-quienesomos ul li {
		padding: 0 1.6%;
	}

	.historia-right {
		width: 30%;
	}

	.historia-left {
		width: 56%;
		padding: 4% 5% 4% 9%;
	}

	.borde-amarillo {
		right: 14%;
	}

	.pomp-blanco-historia {
		right: 9%;
	}

	.consejo-directivo h3 {
		width: 35%;
	}

	.organigrama {
		width: 31.5%;
	}

	.caja-consejero h2 {
		top: 64%;
		font-size: 0.9em !important;
		width: 20%;
		line-height: 15px;
		padding-left: 7px;
	}

	.caja-consejero h4 {
		line-height: 18px;
		font-size: 0.85em !important;
		padding-left: 7px;
	}

	.caja-consejero p {
		top: 84%;
		font-size: 0.65em !important;
		width: 21%;
		line-height: 13px;
		padding-left: 7px;
	}

	.caja-consejero span {
		top: 92%;
		font-size: 0.7em !important;
		width: 17%;
		line-height: 17px;
		padding-left: 7px;
	}


	.texto-titulo-masinfo {
		padding-right: 24%;
	}


	.bajada {
		margin: 15% 0 0 17%;
	}

	.paginacion {
		width: 100%;
		height: auto;
	}

	.col-nosotros img {
		width: 20.7vw;
		height: 30.4vw;
	}

	.filtro-consejero-nosotros {
		width: 78%;
		padding: 58% 0;
	}

	.col-nosotros h2 {
		width: 72%;
		top: 71%;
		left: 17%;
	}

	.col-nosotros h4 {
		width: 72%;
		top: 76%;
		left: 17%;
		font-size: 0.8em;
	}

	.col-nosotros span {
		width: 72%;
		top: 78%;
		left: 1%;
		font-size: 0.75em;
	}

	.listas-programas {
		padding: 2% 0%;
	}

	.buscador-acordeon-programas {
		width: 22%;
	}

	.ordenar-por {
		padding-left: 30%;
	}

	.banner-relac img {
		width: 26vw;
		height: 11vw;
	}

	.filtro-card-noticias_2 {
		width: 25.8%;
	}

}


/*::::::::::MEDIA QUERIES - 1200PX - LG:::::::::::::::*/
@media (max-width: 1200px) {

	.ingles {
		margin: 0 0 0 20%;
	}

	.contactenos {
		margin: 0 0 0 4%;
	}

	.rrss {
		margin: 0 0 0 2%;
	}


	.ingresar {
		padding: 0 3%;
		margin: 0 0 0 1%;
	}

	.menu-principal {
		/*padding: 3% 1%;*/
		height: auto;
	}

	.navbar-nav .nav-link {
		padding-left: 5%;
		z-index: 1000;
	}

	.navbar-collapse {
		padding-top: 5%;
	}

	.rrss {
		padding: 0;
	}

	.destacados {
		display: block;
	}

	.buscador {
		width: 100%;
		height: auto;
		background: #110F3E;
		color: #FFFFFF;
		padding: 0;
	}

	.buscador-top {
		padding-top: 0;
		padding-bottom: 5%;
	}

	.btn-primary {
		width: 80% !important;
	}

	.slide {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.buscador {
		padding: 2% 0 5% 1.5%;
	}

	.buscador-top h4 {
		font-size: 20px;
	}

	.buscador-top p {
		font-size: 13px;
	}

	.buscador-bottom {
		padding-top: 5%;
	}

	.buscador-bottom h4 {
		font-size: 20px;
	}

	.buscador-bottom p {
		font-size: 13px;
	}

	.slide {
		width: 100%;
		padding: 3% 0;
		margin: 0 0 0 -5px;
	}

	/*.fondo-bottom{
display: none;
}*/

	.apoyo {
		height: auto;
	}

	.titulo-apoyo1 {
		padding: 0 0 2% 0;
	}

	.titulo-apoyo2 {
		padding: 0 0 2% 0;
	}

	.iniciativas-left {
		padding: 0 0 0 0;
	}

	.iniciativas-right {
		width: 100%;
		text-align: center;
		padding: 0 0 0 1%;
	}

	.vermas {
		display: none;
	}


	.lista-footer1 ul li::before {
		margin-left: 2em;
	}


	.lista-footer2 ul li::before {
		margin-left: 2em;
	}

	.texto-titulo h3 {
		font-size: 1.5em !important;
	}


	/*--páginas interiores - 1200px--*/
	.bajada-tasas {
		margin: 0;
	}

	.textos-eventos h1 {
		width: 47%;
	}

	.programas-convocatorias {
		margin-top: -3%;
	}

	.buscador-acordeon-programas {
		width: 25%;
	}

	.resultados-programas {
		width: 75%;
	}

}

/*::::::::::MEDIA QUERIES - 991PX:::::::::::::::*/
@media (max-width: 1024px) {

	/*--páginas interiores - 1024px--*/

	.contenido-right {
		width: 91%;
	}

	.cabecera-right h1 {
		font-size: 1.6em;
		padding: 0;
	}

	.cabecera-right p {
		font-size: 0.8em;
		line-height: 18px;
	}

	.textos-graficos h1 {
		font-size: 18px;
	}

	.textos-graficos h2 {
		font-size: 18px;
	}

	.textos-graficos1 h1 {
		font-size: 18px;
	}

	.textos-graficos1 h2 {
		font-size: 18px;
	}


	.textos-eventos h1 {
		width: 36%;
	}

	.textos-eventos h2 {
		width: 47%;
	}

	.menu-quienesomos {
		font-size: 0.9em;
		padding-left: 0;
	}

	.menu-quienesomos ul li {
		padding: 0 1%;
	}

	.sobrecorfo {
		margin: -2% 0 0 0;
	}

	.nosotros {
		width: 95%;
	}

	.contenido-right-nosotros {
		width: 95%;
		line-height: 17px;
	}

	.borde-imagen-mision {
		bottom: 42%;
	}

	.iconoplay-mision {
		margin: 31.2% 0 -1px 59.7%;
	}

	.filtroimagen-mision {
		width: 50%;
		padding: 20.9% 0;
	}

	.historia-left p {
		line-height: 29px;
	}

	.iconoplay-historia {
		margin: 9% 0 0 11.5%;
	}

	.texto-titulo-areas {
		padding-right: 30%;
	}

	.consejo-directivo h3 {
		width: 42%;
	}


	.caja-consejero h2 {
		font-size: 0.8em !important;
		line-height: 13px;
	}

	.caja-consejero h4 {
		line-height: 13px;
		font-size: 0.8em !important;
	}

	.caja-consejero p {
		line-height: 10px;
	}

	.caja-consejero span {
		font-size: 0.65em;
		line-height: 22px;
	}

	.organigrama {
		width: 38.5%;
	}

	.filtroenlaprensa2 {
		padding: 19.8% 0;
	}

	.img-bajada img {
		width: 100vw;
		height: 53vh;
	}

	.bajada {
		width: 80%;
		margin: 15% 0 0 17%;
	}

	.filtro-consejero-nosotros {
		width: 65.5%;
		padding: 48% 0;
		left: 19%;
	}

	.col-nosotros h2 {
		width: 72%;
		top: 50%;
		left: 21%;
		font-size: 1.1em;
	}

	.col-nosotros h4 {
		width: 72%;
		top: 55%;
		left: 21%;
		font-size: 0.8em;
	}

	.col-nosotros span {
		width: 72%;
		top: 57%;
		left: 6%;
		font-size: 0.75em;
	}

	.btn3 {
		font-size: 0.7em;
		margin: 1.8% 0 0 82%;
	}

	.resumen-programas {
		margin-top: -2%;
	}

	.textos-programas {
		width: 90%;
	}

	.top-caja_result h3 {
		font-size: 1.3em;
		margin: 16px 0 0 30px;
	}

	.ordenar-por {
		padding-left: 5%;
	}

	.resultados_prog {
		width: 50%;
	}

	.contenido-caja_prog h4 {
		font-size: 1.4em;
	}

	.programas-convocatorias {
		margin-top: 0%;
	}

	.caja-video h3 {
		font-size: 1.3em;
		padding: 0 0 10% 0;
	}

	.box-program_header h2,
	.box-program_header_3 h2 {
		font-size: 1em;
	}

	.box-textura {
		margin-top: -20px;
	}

	.box-textura_2 {
		margin-top: -11px;
	}

	.box-textura_3 {
		margin-top: -10px;
	}

	.box-program_3 p {
		line-height: 31px;
	}

	.banner-relac h2 {
		font-size: 1em;
	}


	/*::::::::::MEDIA QUERIES - 991PX:::::::::::::::*/
	@media (max-width: 991px) {

		li.nav-item {
			height: 50px;
			line-height: 30px;
		}

		li.nav-item :hover {
			background-color: #221E7C;
			color: #FFFFFF !important;
			padding-bottom: 12px;
		}


		.nav-item.active a.nav-link {
			color: #FFFFFF !important;
			height: 50px;
			line-height: 30px;
		}


		li.nav-item.active {
			height: 50px;
			line-height: 30px;
		}

		.iniciativas-left {
			display: none;
		}

		.iniciativas-right {
			padding: 0 0 0 22%;
		}

		.rrss {
			margin: 0 0 0 -4%;
		}

		.btn-primary {
			width: 80% !important;
		}


		/*--páginas interiores - 991px--*/

		.contenido-right {
			width: 91%;
		}



		/*------SALA DE PRENSA-----*/
		.noticias {
			display: block;
		}

		.noticia1 {
			padding: 2% 0;
		}

		.filtroimagen-news {
			width: 100%;
			padding: 52.5% 0;
			background-color: rgba(34, 30, 124, 0.5);
			position: absolute;
			z-index: 0;
		}

		.fecha {
			font-size: 1.3em;
			font-weight: 700;
			width: 24.7%;
			color: #FFFFFF;
			z-index: 1;
			position: absolute;
			margin: 56% 0 0 2%;
		}

		.bajadanoticia {
			font-size: 1.7em;
			font-weight: 700;
			width: 47%;
			color: #000000;
			position: absolute;
			z-index: 1;
			margin: 60% 0 0 2%;
			text-align: left;
			line-height: 35px;
		}

		.bajadanoticia p {
			background-color: #F1D01B;
			padding: 2% 5%;
			text-align: left;
		}

		.resumen-noticias-tv {
			display: block;
		}

		.tv-right {
			width: 100%;
		}

		.contactosprensa {
			width: 58%;
			margin: 0px 22%;
			padding-top: 2%;
			display: flex;
			text-align: left;
		}

		.contacto-uno {
			width: 95%;
		}

		.datos-contacto {
			padding: 0 9% 0 12%;
			display: block;
		}

		.noticia1 img {
			width: 98.5vw;
			height: 103.2vw;
			object-fit: cover;
			object-position: center;
		}

		.textos-eventos h1 {
			width: 56%;
		}

		.col-nosotros img {
			width: 24.4vw;
			height: 36vw;
		}

		.listas-programas {
			display: block;
			padding: 2% 5%;
		}

		.resumen-programas_list h1 {
			width: 70%;
			color: #221E7C;
			text-align: left;
			font-size: 1.3em;
			font-weight: 700;
		}

		.lista-programa1,
		.lista-programa2,
		.lista-programa3,
		.lista-programa4,
		.lista-programa5 {
			width: 100%;
			border: none;
		}

	}

	/*::::::::::MEDIA QUERIES - 768PX:::::::::::::::*/
	@media (max-width: 768px) {

		.ingles {
			margin: 0 0 0 2%;
		}

		.contactenos {
			margin: 0 0 0 5%;
		}

		.rrss {
			margin: 0 0 0 3%;
		}


		.ingresar {
			padding: 0 3%;
			margin: 0 0 0 4%;
		}

		.menu-principal {
			padding: 3% 0 0 0
		}


		.menu-fixed {
			position: fixed;
			z-index: 1000;
			top: 0;
			max-width: 1000px;
			width: 100%;
			box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
			background-color: #FFFFFF;
			padding: 1% 1% 0 1%;
		}

		.destacados {
			height: auto;
			background: rgba(255, 255, 255, 1.00);
		}


		.buscador {
			padding: 5%;
			margin-bottom: 2%;
		}

		.buscador-top h4 {
			font-size: 1.5em;
		}

		.buscador-top p {
			font-size: 1em;
		}

		.buscador-bottom h4 {
			font-size: 1.5em;
		}

		.buscador-bottom p {
			font-size: 1em;
		}

		.btn-primary {
			width: 84% !important;
		}

		.slide {
			padding: 0;
		}

		.carousel-control-next {
			display: none;
		}

		.carousel-control-prev {
			display: none;
		}

		.carousel-control-next2 {
			display: none;
		}

		.carousel-control-prev2 {
			display: none;
		}

		.carousel-control-next2 {
			display: none;
		}

		.fondo-bottom {
			display: none;
		}

		.apoyo {
			height: auto;
		}

		.titulo-apoyo {
			padding: 3% 0 0 5%;
		}

		.titulo-iniciativas {
			padding: 3% 0 0 0;
			margin: 2% 0 0 0;
		}



		.iniciativas-right {
			width: 100%;
			text-align: center;
			padding: 0 0 0 0;
		}

		.banners-iniciativas {
			margin: 5% 0 0 0;
		}

		.transparencia {
			text-align: center;
		}

		.lista-footer {
			padding: 0;
			margin: 0;
		}

		.tepuedeinteresar {
			padding: 0 0 0 2%;
		}

		.logo-footer {
			width: 35%;
			height: auto;
			overflow: hidden;
		}

		/*--páginas interiores - 768px--*/

		.contenido-right {
			width: 90%;
		}

		.cabecera-right {
			height: auto;
			padding-bottom: 5%;
		}

		.cabecera-right h1 {
			font-size: 1.3em;
		}

		.borde {
			margin-top: 1%;
		}

		.titulo-bajadatasas {
			width: 100%;
		}

		.texto-titulotasas h1 {
			font-size: 1.3em;
		}

		.cabecera-right p {
			line-height: 18px;
			font-size: 0.8em;
		}

		.texto-tasas1,
		.texto-tasas2 {
			line-height: 24px;
		}

		.textos-graficos h1 {
			width: 48%;
		}

		.textos-graficos1 h1 {
			width: 49%;
		}

		.pomp1 {
			position: absolute;
			left: 87%;
			margin-top: -17%;
			width: 61px;
		}

		.pomp2 {
			position: absolute;
			left: 3%;
			margin-top: -4%;
			width: 51px;
		}

		.pomp4 {
			position: absolute;
			left: 3%;
			margin-top: -4%;
			width: 49px;
		}

		/*------SALA DE PRENSA-----*/
		.noticias {
			display: block;
			margin-top: -10%;
		}

		.noticia1 {
			padding: 2% 0;
		}

		.filtroimagen-news {
			width: 98.5%;
			padding: 51.7% 0;
			background-color: rgba(34, 30, 124, 0.5);
			position: absolute;
			z-index: 0;
		}

		.fecha {
			font-size: 1.3em;
			font-weight: 700;
			width: 24.7%;
			color: #FFFFFF;
			z-index: 1;
			position: absolute;
			margin: 56% 0 0 2%;
		}



		.bajadanoticia {
			font-size: 1.8em;
			font-weight: 700;
			width: 50%;
			color: #000000;
			position: absolute;
			z-index: 1;
			margin: 63% 0 0 2%;
			text-align: left;
			line-height: 40px;
		}


		.bajadanoticia p {
			background-color: #F1D01B;
			padding: 2% 5%;
			text-align: left;
		}


		.noticias-nacionales {
			display: block;
		}

		.filtro-card-noticias {
			width: 46%;
			padding: 14.8% 0;
		}

		.resumen-noticias-nacionales {
			width: -webkit-fill-available;
			width: 70%;
			padding: 0 2%;
		}

		.card-noticia-nacional img {
			width: 46vw;
			height: 29.5vw;
			object-fit: cover;
			object-position: center;
		}

		.textos-eventos h1 {
			width: 49%;
		}

		.textos-eventos h2 {
			width: 62%;
		}

		.img-corfotv img {
			width: 40vw;
			height: 28vw;
			object-fit: cover;
			object-position: center;
		}

		.filtro-corfotv {
			width: 38.4%;
			padding: 14.6% 0;
		}

		.iconoplay {
			margin: 10.2% 0 0 15.3%;
		}


		/*---SOBRECORFO 768*/


		.sobrecorfo {
			height: auto;
		}

		.nosotros {
			line-height: 23px;
		}

		.contenido-right-nosotros p {
			line-height: 23px;
		}

		#imagendestacada-mision img {
			margin: 12% 0 0 41%;
		}

		.filtroimagen-mision {
			width: 49.5%;
			padding: 20.3% 0;
			margin: 28% 0 0 41%;
		}

		.iconoplay-mision {
			margin: 40.2% 0 -1px 57.7%;
		}

		.pomp-mision2 {
			bottom: 31%;
			right: 4%;
		}


		.historia {
			height: auto;
		}

		.historia-left {
			width: 59%;
			padding: 4% 6% 4% 3%;
		}

		.historia-left p {
			line-height: 24px;
		}

		.borde-amarillo {
			right: 8%;
			bottom: -23%;
		}

		.filtroimagen-historia {
			margin: 14% 0 0 3%;
		}

		#imagendestacada-historia img {
			margin: 14% 0 0 3%;
		}

		.pomp-blanco-historia2 {
			margin: 31% 0 0 -3%;
		}

		.pomp-blanco-historia {
			right: 4%;
			margin: 8% 0 0 0;
		}

		.iconoplay-historia {
			margin: 22% 0 0 13.5%;
		}

		.texto-titulo-areas {
			padding-right: 20%;
		}

		.texto-titulo-comites {
			padding-right: 19%;
		}

		.consejo-directivo h3 {
			width: 55%;
		}

		.caja-consejero h2 {
			top: 63%;
			font-size: 0.6em;
			line-height: 10px;
		}

		.caja-consejero h4 {
			top: 73%;
			line-height: 10px;
			font-size: 0.5em !important;
		}

		.caja-consejero p {
			width: 19%;
			top: 84%;
			font-size: 0.4em !important;
			line-height: 7px;
		}

		.caja-consejero span {
			top: 90%;
			font-size: 0.45em !important;
			line-height: 16px;
		}

		.organigrama {
			width: 51.5%;
		}

		.texto-titulo-masinfo {
			padding-right: 13%;
		}

		.menu-quienesomos {
			font-size: 0.7em;
			padding-left: 0;
		}

		.filtroenlaprensa2 {
			padding: 19.8% 0;
		}

		.img-bajada img {
			width: 100vw;
			height: 64vh;
		}

		.fechaenlaprensa {
			font-size: 1.1em;
			margin: 10% 0 0 10%;
		}

		.bajada {
			width: 80%;
			margin: 13% 0 0 10%;
		}

		.bajada h4 {
			font-size: 2em;
		}

		.filtro-consejero-nosotros {
			width: 76.3%;
			left: 13.8%;
			padding: 57% 0;
		}

		.col-nosotros h2 {
			width: 72%;
			top: 44%;
			left: 17%;
			font-size: 1em;
		}

		.col-nosotros h4 {
			font-size: 0.7em;
			width: 72%;
			top: 49%;
			left: 17%;
		}

		.col-nosotros span {
			width: 72%;
			top: 52%;
			left: 9%;
			font-size: 0.75em;
		}

		/*Programas y convocatorias*/

		.programas-convocatorias {
			margin-top: -3%;
			display: block;
		}

		.buscador-acordeon-programas {
			width: 100%;
		}

		.resultados-programas {
			width: 100%;
		}

		.btn3 {
			font-size: 0.7em;
			margin: 1.8% 0 0 75%;
		}

		.accordion-menu1>a:after {
			right: -1305%;
		}

		.accordion-menu2>a:after {
			right: -390%;
		}

		.accordion-menu3>a:after {
			right: -517%;
		}

		.accordion-menu4>a:after {
			right: -371%;
		}

		.accordion-menu5>a:after {
			right: -391%;
		}

		.accordion-menu6>a:after {
			right: -648%;
		}

		.buscador-programas {
			padding: 10% 0 5% 0;
		}

		.primary2 {
			width: 100% !important;
			margin: 2% 0;
		}

		.filtroimagen-video_prog {
			width: 25%;
			padding: 7.3% 0;
		}

		.apertura {
			margin-left: 0;
		}

		.cierre {
			width: 10%;
			margin-left: 6%;
		}

		.menu-programas {
			width: 105%;
		}

		.banner-relac h2 {
			font-size: 0.9em;
		}

		.banner-relac img {
			width: 28vw;
		}

		.cajas-programas {
			display: block;
		}

		.box-program,
		.box-program_2,
		.box-program_3 {
			width: 100%;
			height: auto;
		}

		.borde-amarillo {
			bottom: -88%;
		}

		.filtroimagen-mision2 {
			width: 50%;
			padding: 20.2% 0;
		}

		.texto-titulo-simple {
			font-size: 1.3em;
		}

		.box-program_header h2,
		.box-program_header_3 h2 {
			font-size: 1.3em;
			left: 7%;
		}

		.box-program_3 h3 {
			margin-left: 4%;
		}

		.filtro-card-noticias_2 {
			width: 45.8%;
			padding: 15% 0;
		}

	}




	/*::::::::::MEDIA QUERIES - 660PX :::::::::::::::*/
	@media (max-width: 767px) {

		.cabecera-left {
			padding-bottom: 55%;
		}

		.textos-graficos,
		.textos-graficos1 {
			width: 100%;
		}

		.bajadanoticia {
			font-size: 1.3em;
			font-weight: 700;
			width: 63%;
			color: #000000;
			position: absolute;
			z-index: 1;
			margin: 65% 0 0 2%;
			text-align: left;
		}

		.card-noticia-nacional img {
			width: 46vw;
			height: 30vw;
			object-fit: cover;
			object-position: center;
		}

		.img-corfotv img {
			height: 27vw;
		}

		#imagendestacada img {
			width: 52vw;
			height: 55.5vw;
		}

		.cabecera-left {
			width: 100%;
		}

		.cabecera-right-nosotros {
			width: 52%;
		}


		#imagendestacada_general img {
			width: 49.7vw;
			height: 57.4vw;
			position: absolute;
			padding: 8% 0 6% 0;
			overflow: hidden;
			margin: 0 0 0 36%;
			z-index: 1;
		}

		.borde-amarillo {
			display: none;
			/*right: 8%;
bottom: -118%;*/
		}

		.filtroimagen-mision {
			width: 52.5%;
			padding: 22.3% 0;
		}

		.borde-imagen-mision {
			bottom: 46%;
		}

		.menu-fixed {
			padding-bottom: 0;
		}

		.filtro-consejero-nosotros {
			width: 26%;
			left: 38%;
		}

		.menu-programas {
			width: 105%;
		}

	}

	/*::::::::::MEDIA QUERIES - 660PX :::::::::::::::*/
	@media (max-width: 660px) {

		.topbar {
			display: block;
			height: auto;
		}

		.ingles {
			margin: 0 0 0 3%;
		}

		.contactenos {
			margin: 0 0 0 3%;
		}

		.rrss {
			margin: 0 0 0 -5%;
		}


		.ingresar {
			padding: 0 3%;
			margin: 0;
		}

		.bannertrans {
			margin: 5px 0;
		}

		.carousel-iniciativas1 {
			top: 33% !important;
		}

		.carousel-iniciativas2 {
			top: 33% !important;
		}

		.filtroimagen-news {
			width: 100%;
			padding: 53.2% 0;

		}

		#imagendestacada img {
			width: 54vw;
			height: 57vw;
		}

		.textos-eventos h1 {
			width: 85%;
		}

		.col-nosotros img {
			width: 84vw;
			height: 100vw;
		}

		.filtro-consejero-nosotros {
			width: 89%;
			left: 7%;
		}

		.col-nosotros h2 {
			width: 72%;
			top: 83%;
			left: 11%;
			font-size: 1.2em;
		}

		.col-nosotros h4 {
			font-size: 0.9em;
			width: 80%;
			top: 88%;
			left: 11%;
		}

		.col-nosotros span {
			width: 80%;
			top: 92%;
			left: -7.5%;
			font-size: 1em;
		}

		.menu-programas {
			width: 105%;
			font-size: 0.9em;
		}

		.menu-programas ul {
			margin-left: -6%;
		}

		.menu-programas ul li {
			display: inline;
			list-style: none;
			padding: 0 3%;
		}

		.top-caja_result h3 {
			font-size: 1.1em;
			margin: 16px 0 0 30px;
			width: 100%;
			position: absolute;
		}

		.top-caja_result img {
			position: absolute;
			right: 0;
		}

	}

	/*::::::::::MEDIA QUERIES - 500PX :::::::::::::::*/
	@media (max-width: 500px) {

		.topbar {
			margin: 0 0 0 0;
		}

		.ingresar {
			margin: 0;
			line-height: 35px;
		}

		.logo {
			margin-left: 0;
		}

		.rrss {
			margin-left: -6%;
		}

		.pt-3 {
			padding-top: 0.2rem !important;
		}

		.menu-principal {
			padding: 3% 0 0 0;
		}

		.menu-fixed {
			position: fixed;
			z-index: 1000;
			top: 0;
			max-width: 1000px;
			width: 100%;
			box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
			background-color: #FFFFFF;
			padding: 2% 0 0 1%;
		}

		.navbar-light .navbar-toggler {
			margin-right: 3%;
		}

		.fondo-top {
			display: none;
		}

		.buscador {
			padding: 3% 5% 3% 5%;
			margin-bottom: 2%;
		}

		.buscador-top h4 {
			font-size: 1.1em;
		}

		.buscador-top p {
			font-size: 0.8em;
		}

		.buscador-bottom h4 {
			font-size: 1.1em;
		}

		.buscador-bottom p {
			font-size: 0.8em;
		}

		.btn-primary {
			width: 85% !important;
		}


		.slide {
			width: 100%;
			padding: 0.5% 0;
			margin: 0 0 0 -3px;
		}

		.carousel-control-next-icon {
			width: 30px;
			height: 30px;
		}

		.carousel-control-prev-icon {
			width: 30px;
			height: 30px;
		}

		.carousel-control-next {
			top: 26%;
			width: 7%;
			height: 50px;
			left: 88%;
		}

		.carousel-control-prev {
			top: 26%;
			width: 7%;
			height: 50px;
			left: 10px
		}

		.carousel-control-next2 {
			top: 33%;
			width: 7%;
			height: 50px;
		}

		.carousel-control-prev2 {
			top: 33%;
			width: 7%;
			height: 50px;
			left: 1%;
		}

		.carousel-control-next2 {
			right: 2%;
		}

		.texto-titulo {
			padding: 0;
		}

		.texto-titulo2 {
			color: #110F3E;
			padding: 0;
			text-align: center;
		}

		.titulo-apoyo {
			text-align: center;
			padding: 3% 0 0 10%;
		}

		img.icono-apoyo {
			width: 30%;
			height: auto;
			overflow: hidden;
		}

		.icono-graficos {
			width: 30%;
			height: auto;
			overflow: hidden;
			margin: 0 7px 0 0;
		}

		.icono-graficos img {
			width: 100%;
		}

		.asteriscos {
			padding: 0;
		}

		.titulo-transparencia {
			text-align: center;
			padding: 3% 0 0 15%;
		}

		.iniciativas-right {
			padding: 0;
		}

		.lista-footer1 ul li::before {
			margin-left: 0em;
		}

		.lista-footer1 ul {
			margin-left: -20px;
		}


		.lista-footer2 ul li::before {
			margin-left: 0em;
		}


		.textos-graficos h1 {
			width: 81%;
		}

		.textos-graficos h2 {
			font-size: 14px;
		}

		.textos-graficos1 h1 {
			width: 81%;
		}

		.textos-graficos1 h2 {
			font-size: 14px;
		}


		.textos-graficos1 {
			margin-left: 2%;
		}

		.pomp1,
		.pomp2,
		.pomp4 {
			display: none;
		}


		.cabecera-right {
			width: 100%;
			height: auto;
		}

		.bajada-tasas {
			height: auto;
			margin: 0;
		}

		.borde-titulotasas {
			width: 7%;
			margin: 0 0 0 7px;
		}

		.texto-tasas1,
		.texto-tasas2 {
			padding: 0 15px;
		}

		.textos-graficos h1 {
			width: 56%;
		}

		.textos-graficos1 h1 {
			width: 71%;
		}

		.bajadanoticia {
			line-height: 27px;
		}

		.filtro-card-noticias {
			width: 67.3%;
			padding: 21.5% 0;
		}

		.filtro-corfotv {
			width: 38%;
			padding: 15.5% 0;
		}

		.iconoplay {
			margin: 9.2% 0 0 14.3%;
		}

		.iconoevento {
			display: none;
		}

		.textos-eventos {
			width: 100%;
		}

		.fecha-eventos {
			width: 25%;
		}

		.bajada-eventos {
			width: 75%;
		}

		.textos-eventos h1 {
			width: 75%;
		}

		.filtro-enlaprensa {
			width: 25%;
			padding: 12.5% 0;
		}

		.img-enlaprensa {
			width: 30%;
		}

		.resumen-noticias-nacionales {
			width: -webkit-fill-available;
			width: 100%;
			padding: 0 2%;
		}

		.card-noticia-nacional img {
			width: 65vw;
			height: 42vw;
			object-fit: cover;
			object-position: center;
		}

		.menuprensa {
			padding-left: 3%;
			margin-left: -3%;
		}

		.menuprensa ul {
			width: 100%;
			margin: 0 0 0 -13%;
			line-height: 37px;
		}

		.fondo-top2 {
			display: none;
		}

		.img-enlaprensa img {
			width: 24vw;
			height: 24vw;
		}

		#imagendestacada img {
			width: 52.5vw;
			height: 56vw;
		}

		.textos-eventos h1 {
			width: 90%;
		}

		.menu-quienesomos {
			height: auto;
			font-size: 0.8em;
			line-height: 30px;
			margin-left: -7px;
		}

		.menu-quienesomos ul {
			margin-left: -7%;
		}

		.menu-quienesomos ul li {
			padding: 0 4%;
		}

		.menu-fixed {
			padding: 4% 1% 0% 1%;
		}

		.cabecera-left {
			width: 100%;
		}

		.cabecera-right-nosotros {
			width: 100%;
		}

		.contenedor-mision {
			padding-left: 7%;
		}

		.historia {
			height: auto;
			display: block;
		}

		.historia-left {
			width: 100%;
		}

		.historia-right {
			width: 100%;
			padding-bottom: 65%;
		}

		#imagendestacada-historia img {
			width: 75vw;
			height: 47.4vw;
			margin: 0 0 0 13%;
		}

		.banner_trabajo img {
			width: 70vw;
			height: auto;
		}

		.banners-trabajo {
			width: 75%;
			margin: 0 auto;
			display: block
		}

		.line-areas {
			width: 40%;
			height: auto;
			padding-top: 0px;
			padding-left: 6%;
			padding-right: 2%;
		}

		.texto-titulo-areas {
			width: 63%;
			font-size: 1.25em;
			padding-right: 5%;
		}

		.texto-titulo-comites {
			font-size: 1.25em;
			padding-right: 0;
		}

		.line-comites {
			width: 35%;
			padding-top: 0;
			padding-left: 5%;
		}

		.pomp5 {
			display: none;
		}

		.pomp6 {
			display: none;
		}

		.corporativa {
			width: 90%;
			margin: 0 auto;
			line-height: 27px;
		}

		.consejo-directivo h3 {
			width: 84%;
		}

		.consejo-directivo {
			width: 90%;
			margin: 0 auto;
			line-height: 27px;
		}

		.caja-consejero {
			position: relative;
			width: 90%;
			height: auto;
			margin: 5% 0;
		}

		.consejeros {
			display: block;
		}

		.caja-consejero img {
			width: 100vw;
			height: 100vw;
		}

		.caja-consejero {
			position: relative;
		}

		.caja-consejero h2 {
			width: 80%;
			top: 73%;
			font-size: 1.1em !important;
			line-height: 25px;
			position: absolute;
		}

		.caja-consejero h4 {
			top: 81%;
			line-height: 11px;
			font-size: 0.9em !important;
			width: 80%;
		}

		.caja-consejero p {
			top: 85%;
			font-size: 0.85em !important;
			width: 95%;
			line-height: 11px;
		}

		.caja-consejero span {
			font-size: 0.75em !important;
			line-height: 16px;
			width: 83%;
		}

		.filtro-consejero {
			width: 100%;
			padding: 56.3% 0;
		}

		.borde-imagen-mision {
			width: 57%;
			bottom: 10%;
		}

		#imagendestacada-mision img {
			width: 59.7vw;
			height: 67vw;
			margin: 1% 0 0 35%;
		}

		.filtroimagen-mision {
			width: 55.5%;
			padding: 22.3% 0;
			margin: 12% 0 0 35%;
		}

		.texturabottomnosotros {
			display: none;
		}

		.iconoplay-mision {
			margin: 27.2% 0 -1px 54.7%;
		}

		.contenido-right-nosotros {
			margin-top: -12%;
		}

		.pomp-mision2 {
			bottom: 1%;
			right: 5%;
		}

		.filtroimagen-historia {
			margin: 0 0 0 13%;
			width: 77.3%;
			height: auto;
			padding: 24.5% 0;
		}

		.iconoplay-historia {
			margin: 15% 0 0 41.5%;
		}

		.sobrecorfo {
			margin-top: -5%;
		}

		.organigrama {
			width: 88%;
			font-size: 1.5em;
			margin: 8% 0 4% 5.5%;
		}

		.imagen-organigrama {
			width: 91%;
			padding-bottom: 10%;
		}

		.texto-titulo-masinfo {
			padding-right: 0;
			font-size: 1.25em;
		}

		.slideinfo {
			display: block;
		}

		.noticias {
			margin-top: -3%;
		}

		.paginacion {
			display: block;
		}

		.col-4,
		.col-3 {
			max-width: 100% !important;
			align-content: center !important;
			margin: 15px 0;
		}

		.fechaenlaprensa {
			margin: 5% 0 0 10%;
		}

		.fechaenlaprensa p {
			font-size: 0.8em;
		}

		.bajada {
			margin: 10% 0 0 10%;
		}

		.bajada h4 {
			font-size: 1.5em;
		}

		.col-nosotros span {
			left: -6.5%;
		}

		.listas-programas {
			display: block;
			padding: 2% 5%;
		}

		.lista-programa1,
		.lista-programa2,
		.lista-programa3,
		.lista-programa4,
		.lista-programa5 {
			width: 100%;
			border: none;
		}

		.resumen-programas_list h1 {
			width: 70%;
			color: #221E7C;
			text-align: left;
			font-size: 1.1em;
			font-weight: 700;
		}

		.btn3 {
			width: 100%;
			font-size: 0.7em;
			position: absolute;
			z-index: 1;
			margin: 5% 0 0 60%;
			border: none;
		}


		.btn3>a[aria-expanded="false"]:before {
			margin-left: -5%;
		}

		.accordion-menu1>a:after {
			right: -800%;
		}

		.accordion-menu2>a:after {
			right: -221%;
		}

		.accordion-menu3>a:after {
			right: -300%;
		}

		.accordion-menu4>a:after {
			right: -202%;
		}

		.accordion-menu5>a:after {
			right: -219%;
		}

		.accordion-menu6>a:after {
			right: -395%;
		}

		.textos-programas {
			width: 92%;
		}

		.resultados-resultados {
			display: block;
		}

		.resultados-prog {
			width: 100%;
		}

		.ordenar-por {
			display: block;
		}

		.accordion-menu1>a:after {
			right: -700%;
		}

		.accordion-menu2>a:after {
			right: -177%;
		}

		.accordion-menu3>a:after {
			right: -250%;
		}

		.accordion-menu4>a:after {
			right: -166%;
		}

		.accordion-menu5>a:after {
			right: -177%;
		}

		.accordion-menu6>a:after {
			right: -322%;
		}

		.primary2 {
			width: 100% !important;
			margin: 2% 0;
		}

		.resultados_prog {
			width: 90%;
			padding: 15px 0 0 4%;
		}

		.btn-group2 {
			margin: -10px 0 0 0;
		}

		.top-caja_result h3 {
			font-size: 1.1em;
			margin: 16px 0 0 30px;
			width: 100%;
			position: absolute;
		}

		.caja-resultados_video {
			display: block;
		}

		.filtroimagen-video_prog {
			width: 90%;
			padding: 25.3% 0;
		}

		.iconoplay-videos_prog {
			margin: 19.5% 0 1px 38%;
		}

		.contenido-cajas_fechas {
			display: block;
		}

		.apertura {
			margin: 0;
			padding: 5% 0 2% 0;
		}

		.cierre {
			margin: 0;
			padding: 2% 0;
		}

		.top-caja_result img {
			position: absolute;
			right: 0;
		}


		.texturatopnosotros img {
			display: none;
		}

		#imagendestacada-mision2 img {
			width: 51.7vw;
			height: 52.4vw;
		}

		.texto-titulo-banner {
			width: 66%;
			font-size: 1.1em;
		}

		.banner-plantilla {
			width: 83%;
		}

		.banner-plantilla_1 {
			margin: 0 0 5% 0;
			border-right: none;
		}

		.banner-plantilla2 {
			width: 93%;
		}

		.banner2-plantilla {
			width: 100%;
			height: auto;
			overflow: hidden;
			padding: 0 0 5% 1.1%;
		}

		.caja-left_uno,
		.caja-left_dos {
			border-right: none;
		}

		.caja-right_uno {
			padding: 7% 4% 5% 4%;
		}

		.banner-relac img {
			width: 84vw;
			height: 32vw;
		}

		.texto-titulo-programas {
			font-size: 1.2em;
		}

		.box-program,
		.box-program_2 {
			width: 97%;
		}

		.texto-titulo-programas {
			width: 70%;
		}

		.filtro-card-noticias_2 {
			width: 67%;
			padding: 21.7% 0;
		}

		.borde-imagen-mision {
			width: 52%;
			bottom: 19%;
		}


	}




	/*::::::::::MEDIA QUERIES - 420PX :::::::::::::::*/
	@media (max-width: 420px) {

		.rrss {
			margin-left: -7.9%;
		}

		.carousel-control-next,
		.carousel-control-prev {
			top: 29%;
		}

		.carousel-control-next2,
		.carousel-control-prev2 {
			top: 31%;
		}

		.bajadanoticia {
			width: 85%;
		}

		.textos-eventos h1 {
			width: 79%;
		}

		.textos-eventos h2 {
			width: 96%;
		}

		.iconoplay {
			margin: 7.2% 0 0 13.3%;
		}

		.filtro-card-noticias {
			width: 65.3%;
			padding: 21% 0;
		}

		.filtroimagen-news {
			width: 98.5%;
			padding: 51.6% 0;
		}

		#imagendestacada img {
			width: 55vw;
			height: 58.5vw;
		}

		.img-enlaprensa img {
			width: 25vw;
			height: 24.6vw;
		}

		.menu-fixed {
			padding: 4% 1% 0% 1%;
		}

		.noticias {
			margin-top: -3.5%;
		}

		.borde-amarillo {
			display: none;
		}

		.col-nosotros span {
			left: -2.5%;
		}


	}

	/*::::::::::MEDIA QUERIES - 375PX :::::::::::::::*/
	@media (max-width: 375px) {


		.menu-principal {
			padding: 3% 1% 3% 1%;
		}

		.menu-fixed {
			position: fixed;
			z-index: 1000;
			top: 0;
			max-width: 1000px;
			width: 100%;
			box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
			background-color: #FFFFFF;
			padding: 4% 1% 0 1%;
		}

		.btn-primary {
			width: 88% !important;
		}

		.carousel-control-next,
		.carousel-control-prev {
			top: 19%;
		}


		.lista-footer1 ul {
			margin-left: -25px;
		}

		.lista-footer2 ul {
			margin-left: -13px;
		}

		.carousel-iniciativas1 {
			top: 28.5% !important;
		}

		.carousel-iniciativas2 {
			top: 28.5% !important;
		}

		.filtroimagen-historia {
			margin: 0 0 0 10%;
			width: 75%;
			padding: 28.3% 0;
		}

		#imagendestacada-historia img {
			width: 75vw;
			height: 56.4vw;
			margin: 0 0 0 10%;
		}

		.borde-amarillo {
			display: none;
		}

		.iconoplay-historia {
			margin: 21% 0 0 38.5%;
		}

		.caja-consejero p {
			top: 87%;
			font-size: 0.85em;
			width: 95%;
		}

		.img-bajada img {
			width: 100vw;
			height: 50vh;
		}

		.col-nosotros span {
			font-size: 0.85em;
			left: -7%;
		}

		.menu-programas ul li {
			padding: 0 0.3%;
			display: block;
		}

		.menu-programas {
			height: auto;
		}

		.menu-programas ul {
			margin-left: -6%;
		}

		.resumen-programas_list h1 {
			width: 57%;
		}

		.accordion-menu1>a:after {
			right: -550%;
		}

		.accordion-menu2>a:after {
			right: -126%;
		}

		.accordion-menu3>a:after {
			right: -185%;
		}

		.accordion-menu4>a:after {
			right: -118%;
		}

		.accordion-menu5>a:after {
			right: -128%;
		}

		.accordion-menu6>a:after {
			right: -247%;
		}

		.primary2 {
			width: 100% !important;
			margin: 2% 0;
		}

		.resultados_prog {
			width: 90%;
			padding: 15px 0 0 4%;
		}

		.btn-group2 {
			margin: -10px 0 0 0;
		}

		.top-caja_result h3 {
			font-size: 1.1em;
			margin: 16px 0 0 30px;
			width: 100%;
			position: absolute;
		}

		.caja-resultados_video {
			display: block;
		}

		.filtroimagen-video_prog {
			width: 90%;
			padding: 25.3% 0;
		}

		.iconoplay-videos_prog {
			margin: 19.5% 0 1px 38%;
		}

		.contenido-cajas_fechas {
			display: block;
		}

		.apertura {
			margin: 0;
			padding: 5% 0 2% 0;
		}

		.cierre {
			margin: 0;
			padding: 2% 0;
		}



		#imagendestacada_general img {
			width: 49.7vw;
			height: 63vw;
			margin: 0 0 0 36%;
		}

		.line {
			width: 35%;
			padding-left: 5%;
		}

		.texto-titulo-nosotros {
			width: 63%;
			height: auto;
			font-size: 1.5em;
			padding-left: 1%;
		}

		#imagendestacada-mision2 img {
			width: 55vw;
			height: 54.4vw;
		}

		.banner-plantilla2 {
			width: 100%;
		}

		.banner-plantilla {
			width: 100%;
		}

		.banner2-plantilla {
			width: 100%;
			padding: 0 0 8% 0;
		}

		.banner-plantilla_1 {
			margin-bottom: 8%;
		}

		.caja_uno {
			padding-top: 7%;
		}

		.caja-left_uno {
			border-right: none;
			border-bottom: 1px solid #000000;
		}

		.caja-left_dos {
			padding: 8% 4% 5% 4%;
			border-right: none;
		}

		.line-banner {
			width: 25%;
		}

		.texto-titulo-banner {
			width: 78%;
			font-size: 1.1em;
		}

		.banner-relac img {
			width: 92vw;
			height: 32vw;
		}

		.box-program,
		.box-program_2 {
			width: 97%;
		}

		.card-noticia-nacional img {
			width: 88vw;
			height: 56vw;
		}

		.filtro-card-noticias_2 {
			width: 88%;
			padding: 28% 0;
		}

		line-programas {
			width: 25%;
		}

		.texto-titulo-programas {
			width: 73%;
			font-size: 1.1em;
		}

		.resumen-noticias-nacionales {
			padding: 0 2% 5% 2%;
		}

		.line-corfo {
			width: 38%;
			height: auto;
			padding-top: 0px;
			padding-left: 12%;
		}

		.texto-titulo-corfo {
			width: 90%;
			height: auto;
			font-size: 1.1em;
			padding-left: 1%;
			padding-right: 0;
		}

	}



	@media (max-width: 360px) {

		.borde-amarillo {
			display: none;
		}


	}


	@media (max-width: 320px) {

		.menu-quienesomos {
			width: 113%;
		}

		.menu-quienesomos ul {
			margin-left: -4%;
			width: 111%;
		}

		.sobrecorfo {
			width: 105%;
		}

		.textos-eventos h1 {
			width: 90%;
		}

		.textos-eventos h2 {
			width: 112%;
		}

		.borde-amarillo {
			bottom: -333%;
		}

		.caja-consejero h2 {
			width: 80%;
			top: 70%;
			font-size: 1em;
			line-height: 25px;
			position: absolute;
		}

		.caja-consejero h4 {
			top: 79%;
			line-height: 14px;
			font-size: 0.8em !important;
			width: 80%;
		}

		.caja-consejero p {
			top: 84%;
			font-size: 0.8em !important;
			width: 95%;
			line-height: 12px;
		}

		.caja-consejero span {
			top: 93%;
		}


		.paginacion {
			margin-left: -17%;
		}

		.col-nosotros h2 {
			top: 79%;
			left: 15%;
			font-size: 1.1em;
		}

		.col-nosotros h4 {
			top: 86%;
			left: 15%;
			font-size: 0.9em;
		}

		.col-nosotros span {
			left: 4.5%;
			top: 91%;
			font-size: 0.9em;
		}

		.filtro-consejero-nosotros {
			width: 84%;
			left: 10%;
		}

	}



	.gallery-container h1 {
		text-align: center;
		margin-top: 70px;
		font-family: 'Droid Sans', sans-serif;
		font-weight: bold;
	}

	.gallery-container p.page-description {
		text-align: center;
		max-width: 800px;
		margin: 25px auto;
		color: #888;
		font-size: 18px;
	}

	.tz-gallery {
		padding: 40px;
	}

	.tz-gallery .lightbox img {
		height: 22vh;
		width: 95%;
		margin-bottom: 30px;
		transition: 0.2s ease-in-out;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		object-fit: cover;
		object-position: center;
	}


	.tz-gallery .lightbox img:hover {
		transform: scale(1.05);
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
	}

	.tz-gallery img {
		border-radius: 0px;
	}

	.baguetteBox-button {
		background-color: transparent !important;
	}


	@media(max-width: 768px) {
		body {
			padding: 0;
			margin: 0;
		}

		.container.gallery-container {
			border-radius: 0;
		}
	}

}




/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::CSS ETAPA 2 :::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

.imagenesFondo_fase2 {
	width: 100%;
	height: 100%;
	/* max-height: 38rem; */
	object-fit: cover;
	object-position: center;
	position: absolute;
	outline: none;
	margin: 0px;
	padding: 0px;
}

.imagenesFase2 {
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.imagenesFondo_fase2_2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 0;
}

.imagenesFondo_fase2_etapa {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 0;
}

.dis_fase2 {
	position: relative;
}

.imagenesFondo_fase2_3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	position: absolute;
}

.fechas-eventos_fase2 {
	z-index: 10;
	position: relative;
}

.noti_general_fase2 {
	margin-top: .4rem;
}

.item_nav_link_fase2 {
	font-size: 1.2rem;
	line-height: 1;
	padding-bottom: 3px;
}

.item_nav_cuadro_fase2:hover {
	background-color: #ececec !important;
}

.dropdown-menu {
	transform: translateX(-50%);
	z-index: 3000 !important;
}

.cuadro-imgtodas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.cuadro-imgtodas>div {
	margin-left: 3%;
	margin-bottom: .5%;
	flex: 1 0 calc(45% - 1rem);
	padding-bottom: 2rem;
}

.cuadro-imgtodas>div img {
	width: 100%;
}

.icoPlaypl_fase2 {
	position: absolute;
	margin-top: 69%;
	top: -49%;
	margin-left: 100%;
	left: -58%;
	color: var(--colorBlanco);
	z-index: 999;
}

body {
	position: relative;
}

.ayuda {
	position: fixed;
	width: 7rem;
	bottom: 1rem;
	right: 1rem;
	z-index: 999;
}

.menu-regiones_fase2 {
	background: #110F3E;
	margin-top: 0.8rem;
	position: relative;
}

.menu-regiones_fase2 .menu_regfase2_sub {
	position: relative;
}

.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
	position: absolute;
	left: 50%;
	width: 13rem;
}

.derespacio_fase2 {
	margin-left: 3rem;
}

.menu-regiones_fase2 ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 0.8rem 1rem 0 1rem;
	margin-top: -0.5rem;
}

.menu-regiones_fase2 ul li {
	display: inline;
	list-style: none;
	padding-top: .3rem;
}

.menu-regiones_fase2 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: .3rem;
}

.menu-regiones_fase2 ul li a:hover {
	color: var(--light-green2-color);
	text-decoration: underline;
}

@media(max-width: 660px) {
	.menu-regiones_fase2 {
		height: auto;
	}

	.menu-regiones_fase2 ul li {
		padding: .4rem;
	}
}

.corfo_region_fase2 {
	/* margin-top: 2.4rem; */
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 100%;
	min-height: 38rem;
	background: #110F3E;
}

.corfo_region_fase2-izq {
	position: relative;
	/* background: #110F3E; */
}

.corfo_region_fase2-der {
	background: #FFF;
	display: flex;
	flex-direction: column;
	padding: 0 3rem;
}

.corfo_region_fase2-izqimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.corfo_region_fase2-Derimg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.imagenesFondo_fase2A {
	width: 100%;
	height: 100%;
	max-height: 38rem;
	object-fit: cover;
	object-position: center;
}

.corfo_region_fase2-izqtop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.corfo_region_fase2-izqtop img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.corfo_region_fase2-izqbajo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.corfo_region_fase2-izqbajo img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.marginTop_fase2Auto {
	margin-top: auto;
}

.corfo_region_fase2-der .corfo_region_fase2-derLinea22 {
	border-top: solid #ffffff 0.1rem;
	height: 1rem;
	width: 14rem;
	margin-top: 1rem;
	align-self: flex-start;
	margin-bottom: 1.5rem;
}

.corfo_region_fase2-tramaAzul-img_fase2 {
	position: absolute;
	background: #231e7c36;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.corfo_region_fase2-productivo {
	/*display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;*/
}

.corfo_region_fase2-productivo div>h2 {
	color: #221E7C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
}

.corfo_region_fase2-productivo div>p {
	line-height: 1.8rem;
	padding-bottom: 1.3rem;
	padding-top: .5rem;
	font-size: 1.1rem;
}

.corfo_region_fase2-der {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.corfo_region_fase2-der_int {
	width: 100%;
	max-width: 32rem;
}

.corfo_region_fase2-der .corfo_region_fase2-der_int>h4 {
	color: var(--blueNew-color);
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	padding-bottom: 1.5rem;
}

.corfo_region_fase2-der .corfo_region_fase2-der_int>h6 {
	color: #211d7c;
	font-weight: bold;
	text-align: left;
	padding-top: 1.3rem;
}

.corfo_region_fase2-der .corfo_region_fase2-der_int>p {
	font-size: 1.2rem;
	color: #000;
	line-height: 2.2rem;
}

.btn_contacto {
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ver_contacto_azul_fase2 {
	font-size: 1.2rem;
	width: 14rem;
	height: 44px;
	border-radius: 5px;
	background-color: #221E7C;
	text-align: center;
	line-height: 44px;
	padding: 0;
	margin: 1rem;
}

.ver_contacto_azul_fase2 a {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--colorBlanco);
}

.ver_contacto_amarillo_fase2 {
	font-size: 1.2rem;
	width: 14rem;
	height: 44px;
	border-radius: 5px;
	background-color: #F1D01B;
	text-align: center;
	line-height: 44px;
	padding: 0;
	margin: 1rem;
}

.ver_contacto_amarillo_fase2 a {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--azulOscuro);
}




/* TODO: INICIO DE CONTACTO  */

.corfo_region_fase2-der .corfo_region_fase2-der_int2>h4 {
	color: var(--blueNew-color);
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	padding-bottom: 1.5rem;
	margin-top: 70px;
}

.corfo_region_fase2-der .corfo_region_fase2-der_int2>h6 {
	color: var(--blueNew-color);
	font-weight: bold;
	text-align: left;
	padding-top: 0.1rem;
	margin-bottom: 1rem;
}

.atencion_fase2_contacto {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}

.atencion_fase2_contacto div {
	color: var(#000);
	margin-right: 1.3rem;
	margin-top: 7px;
}

.atencion_fase2_contacto div i {
	font-size: 1.4rem;
	margin-right: 0.3rem;

}

.corfo_region_fase2-der .corfo_region_fase2-der_int2>p {
	font-size: 1rem;
	color: #000;
	line-height: 2.2rem;
}


.base_circulo_fase2 {
	display: flex;
	width: 280px;
	justify-content: space-between;
}

.circulo_fase2 {
	width: 34px;
	height: 34px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 2px white;
	padding: 3px 1px 1px 1px;
}

.circulo_fase2 i {
	font-size: 1.1rem;
	color: var(--blueNew-color);
}

.circulo_fase2:hover {
	border: solid 2px var(--blueNew-color);
}

.circulo_fase2 i:hover {
	color: var(--blueNew-color);
}

/* ? :::::::: PARTE CONTACTO AMARILLO ::::::::::::::::: */

.postula_fase2-cuerpodos_contacto {
	display: flex;
	flex-wrap: wrap;
}

.contacto_fase2-izq_fase2 {
	flex: 1 0 calc(50% - 1rem);
	display: flex;
	align-content: center;
}

.contacto_fase2-izq_fase2>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 75%;
}

.contacto_fase2-der_fase2 {
	flex: 0 0 calc(50% - 1rem);
}

.tamano_fase2_mapa {
	position: relative;
}

.conte_mapa_fase2 {
	width: 100%;
	max-width: 34rem;
	height: 36rem;
	position: relative;
	z-index: 1;
}


.marco_fase2_mapa {
	border: 0.4rem solid #221E7C;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0.9rem;
	right: 0.9rem;
	transform: translate(7.1%, 7.1%);
}

.imgFase2Contaco_puntos {
	position: absolute;
	top: 0;
	left: 549px;
}

.contacto_fase2-izq_fase2 H3 {
	font-size: 2.2rem;
	font-style: normal;
	font-weight: bold;
	color: #221E7C;
	padding-bottom: 2rem;
	line-height: 2.5rem;
	margin-top: 1.5rem;
}

.contacto_fase2-izq_fase2 H5 {
	color: #221E7C;
	font-style: oblique;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4rem;
	font-size: 1.4rem;
	margin-top: .5rem;

}

.contacto_fase2-izq_fase2 H5:nth-child(9) {
	margin-top: 2rem;
}

.contacto_fase2-izq_fase2 H5:nth-child(4) {
	margin-top: 2rem;
}

.contacto_fase2-izq_fase2 p {
	color: #110F3E;
	line-height: 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;

}

.text_contac_fase2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.text_contac_fase2>div {
	display: flex;
	flex-direction: column;
	padding-right: 1rem;
}

/*
.text_contac_fase2 > div:nth-child(2){
margin-left: 2.5rem;
} */


.contacto_fase2-izq_fase2 #regionContacto {
	width: auto;
	color: #110F3E;
	line-height: 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	border: solid 2px #110f3E;
}


.grilla-contacto-general_fase2 {
	display: grid;
	grid-template-rows: 1fr;
	grid-column-gap: 2.5rem;
	grid-row-gap: 3rem;
	/* grid-template-columns: repeat(auto-fit, minmax(min(100%,20rem),1fr)); */
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
	/* grid-template-columns: repeat(auto-fill, minmax(31rem,2fr)); */
	padding-bottom: 0.1rem;
	margin-bottom: 4rem;
}

.puntos_contacto_cuador_fase2 {
	position: absolute;
	right: 0;
	top: -27px;
	bottom: 0;
	left: 16rem;
}


.line_contacto_fase2 {
	width: 41%;
	padding-top: 5px;
	padding: 0.5% 1% 0 1%;
}


.Cuadro_contacto_fase2 {
	background-color: var(--azulClaro);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 1rem;
	position: relative;
	min-height: 10rem;
}

.Cuadro_contacto_fase2 h6 {
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	display: block;
	/* line-height: 1.4; */
	margin-top: 0.4rem;
}

.Cuadro_contacto_fase2 h6 a {
	color: var(--amarillo);
}

.cuerpo-lieadol form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.cuerpo-lieadol .form-group {
	flex: 0 0 calc(49% - 1rem);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cuerpo-lieadol .form-group .formulario_input_error {
	margin-left: auto;
	font-size: 1rem;
	margin-bottom: 0;
	display: none;
	color: rgb(170, 2, 2);
}

.cuerpo-lieadol .form-group .formulario_input_error_activo {
	display: block;
	text-align: right;
}

.formulario_grupo_input {
	display: block;
	width: 73%;
}

.formulario_grupo_input .formulario_vali_estado {
	position: absolute;
	right: 9px;
	top: 10px;
	font-size: 1.3rem;
	z-index: 10;
	/* opacity: 0; */
}

.formulario_label {
	margin-left: 1.2rem;
	font-size: 1.1rem;
	color: #110F3E;
	font-weight: 600;
	display: block;
	cursor: pointer;
}

.formulario_grupo_input {
	position: relative;
}


.formulario_grupo_input .formulario_input {
	width: 100%;
	border: solid 2px #110f3e;
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.formulario_grupo_input .formulario_input:focus {
	outline: none;
	box-shadow: 3px 0px 10px rgba(163, 163, 163, .5);
	/* border: solid 2px var(--azulClaro); */
}

.cuerpo-lieadol .form-group:nth-child(9) {
	flex: 0 0 calc(96%);
	display: flex;
	align-items: baseline;
	flex-direction: column;
}

.cuerpo-lieadol .boton_submit_contac {
	width: 11rem;
	text-align: center;
	margin-left: auto;
}

.cuerpo-lieadol .boton_submit_contac .btn_contac {
	background-color: var(--azulOscuro) !important;
	color: var(--colorBlanco);
	font-weight: 600 !important;
	border: none !important;
}

.cuerpo-lieadol .boton_submit_contac .btn_contac:hover {
	background-color: var(--amarillo) !important;
	color: var(--azulOscuro) !important;
	border: none !important;
}



.formulario_grupo_input .textArea {
	border: solid 2px #110f3e;
	margin-left: 1.2rem;
	width: 134.5%;
	outline: none;

}

.msjError-activo p {
	text-align: center;
	color: white;
	background: red;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
	margin-left: 5rem;
	border-radius: 6px;
	display: block;
}

.msjError i {
	margin-right: 1rem;
	font-size: 1.4rem;
}

/* ** esto es para el*/
.formulario_grupo_input .formulario_vali_estado {
	position: absolute;
	right: 9px;
	top: 10px;
	font-size: 1.3rem;
	z-index: 10;
	opacity: 0;
}

.formulario_grupo_select {
	display: block;
	width: 73%;
}

.formulario_grupo_select .formulario_select {
	width: 100%;
	border: solid 2px #110f3e;
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0 100 0 10px;
	transition: .3s ease all;
}

.grupo_genero {
	position: relative;
}

.grupo_genero .fa-estado {
	position: absolute;
	top: 9px;
	right: 21px;
	opacity: 0;
	font-size: 1.4rem;
}

.grupo_genero .for_sele_error {
	margin: 0;
	padding: 0;
	margin-left: auto;
	display: none;
}

/* ? formulario datos correcto */
.formulario_grupo-correcto .formulario_vali_estado {
	color: #119200;
	opacity: 1;
}

.formulario_grupo-correcto .formulario_input {
	border-color: #119200;
}

.formulario_grupo_input .areTex {
	right: -43%;
}

.formulario_grupo-correcto .textArea {
	border-color: #119200;

}

/* estado del input */
.grupo_genero-ok .fa-estado {
	color: #119200;
	opacity: 1;
}

.grupo_genero-ok .for_sele_error {
	display: none;
}

.grupo_genero-ok .formulario_select {
	border: solid 2px #119200;
}


/* ! datos formulario incorrecto */
.grupo_genero-error .fa-estado {
	color: rgb(170, 2, 2);
	opacity: 1;
}

.grupo_genero-error .formulario_label {
	color: rgb(170, 2, 2);
}

.grupo_genero-error .for_sele_error {
	color: rgb(170, 2, 2);
	display: block;
}

.grupo_genero-error .formulario_select {
	border: solid 2px rgb(170, 2, 2);
}

.formulario_grupo-error .formulario_vali_estado {
	color: rgb(170, 2, 2);
	opacity: 1;
}

.formulario_grupo-error .formulario_input {
	border-color: rgb(170, 2, 2);
}

.formulario_grupo-error .formulario_label {
	color: rgb(170, 2, 2);
}

.formulario_grupo-error .textArea {
	border: solid 2px rgb(170, 2, 2);
	;
}

/* TODO: FIN DE  CONTACTO  */



.corfo_region_fase2-der .corfo_region_fase2-derLinea {
	border-top: solid #000 0.1rem;
	height: 1rem;
	width: 14rem;
	margin-top: 1rem;
	align-self: flex-start;
}

.corfo_region_fase2-Produ {
	padding: 70px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #DDF5EE !important;

}

.contenido_direc {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}


.corfo_region_fase2-productivo-der {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}


.corfo_region_imagen_der_fase2 {
	position: relative;
	display: inline-block;
}

.corfo_region_imagen_der_fase2 img {
	max-width: 100%;
}

.corfo_region_imagen_der_fase2 a::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	/* Todas las posiciones a cero */
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(34, 30, 124, 0.37);
	cursor: default;
}

.corfo_region_imagen_der_fase2 .tramaImg-Titulo_fase2 {
	position: absolute;
	bottom: -5px;
	/* left: 1rem; */
	z-index: 10;
	background: rgba(34, 30, 124, 0.5);
	width: 100%;
	height: 100px;
	padding: 15px;

}

.corfo_region_imagen_der_fase2 .tramaImg-Titulo_fase2>p,
.corfo_region_imagen_der_fase2 .tramaImg-Titulo_fase2>h6 {
	padding: 0px;
	line-height: 1rem;
	margin: 0;
}

.corfo_region_imagen_der_fase2 .tramaImg-Titulo_fase2>h6 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3rem;
	text-transform: none !important;
}

.corfo_region_imagen_der_fase2 .tramaImg-Titulo_fase2>p {
	color: #ffffff;
	;
	font-size: 0.7rem;
	padding-top: 0.5rem;

}

.divGeneral_dos_fase2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0;
	margin: 0;
}


.noti_general_fase2 .grilla-general_fase2 .img_noticia_fase2 img {
	width: 100%;
	height: 13rem;
	object-fit: cover;
	object-position: center;
}

.reg_eventos {
	padding: 0 0 5rem 0;
	background: var(--light-grey-color);
}

.bene_fase2_a {
	position: relative;
	margin: 0;
	padding: 0;

}

.menu-regiones_fase2 li .dropdown-menu {
	background-color: var(--azulOscuro);
	padding: .5rem;
}

.menu-regiones_fase2 li .dropdown-menu .text_fac2 {
	/* color:var(--azulOscuro); */
	font-size: 1rem;
	font-weight: bold;
}

.menu-regiones_fase2 li .dropdown-menu a:hover {
	color: var(--azulOscuro);
	font-size: 1rem;
	font-weight: bold;
	background-color: #ffffffa2;
}


.infoRelevante_face2_titulo h2 {
	color: var(--azulClaro);
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-top: 6rem;
}

.infoRelevante_face2_col {
	display: flex;
	margin: 3rem 0rem;
}

.infoRelevan_imagen {
	display: inline-block;
	position: relative;
}

.infoRelevante_face2_izq {
	flex: 1 0 34%;
}

.infoRelevante_face2_der {
	flex: 1 0 57%;
}

.infoRelevante_face2_der p {
	font-size: 1.1rem;
	line-height: 1.8rem;

}

.cumplimieCorfo_fase2 {
	position: relative;
	margin-top: 6rem;
	display: flex;
}

.cumpliCorfo_fase2_linea {
	flex: 1 0 10%;
}

.cumpliCorfo_fase2_titulo {
	flex: 1 0 90%;
}

.cumpliCorfo_fase2_titulo h2 {
	color: var(--azulOscuro);
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 2rem;
}


.cumplimieCorfo_fase2_T {
	position: relative;
	margin-top: 6rem;
	display: flex;
}

.cumpliCorfo_fase2_linea_T {
	flex: 1 0 15%;
}

.cumpliCorfo_fase2_titulo_T {
	flex: 1 0 85%;
}

.cumpliCorfo_fase2_titulo_T h2 {
	color: var(--azulOscuro);
	font-weight: bold;
	font-size: 1.7rem;
	padding-left: 2rem;
}

.cuentaPublica_fase2 {
	position: relative;
	background-color: var(--amarillo);
	margin-top: 6rem;
}

.cumplimieCorfo_fase2_lista {
	display: flex;
	margin-top: 3rem;
}

.cumplimieCorfo_fase2_lista>div {
	flex: 1 0 calc(49% - 1rem);
	margin-left: 1rem;
}

.cumplimieCorfo_fase2_lista>div ul {
	margin: 0;
	padding: 0;
	margin-left: 1rem;
	list-style: none;
}

.cumplimieCorfo_fase2_lista>div ul li {
	font-size: 1.1rem;
	line-height: 1.9rem;
	padding-left: 2rem;
	text-indent: -1.8rem;
}

.cumplimieCorfo_fase2_lista>div ul li::before {
	content: ".";
	color: var(--azulOscuro);
	font-size: 5.5rem;
	margin-top: 4rem;
}

.cumplimieCorfo_fase2_lista>div .interior_fase2 li {
	text-indent: 0;
}

.cumplimieCorfo_fase2_lista>div .interior_fase2 li::before {
	content: "";
}

.cumplimieCorfo_fase2_lista>div ul li a {
	text-decoration: underline;
	color: var(--azulClaro);
}

.cumplimieCorfo_fase2_lista>div ul li a:hover {
	color: var(--azulOscuro);
}

.espacio_fase2 {
	position: relative;
	padding-top: 0.1rem;
}

.espacio_fase2 h2 {
	margin-top: 4rem;
}


.cuenta-texto_fase2>p {
	font-size: 1.1rem;
	line-height: 1.9rem;
	padding: 1rem 0rem 0rem 0;
}

.video-marco_fase2_Cuenta {
	border: 0.25rem solid var(--azulOscuro);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0.9rem;
	right: 0.9rem;
	transform: translate(-3.7%, -3.9%);
}

.tramaAzul-img-vid {
	position: absolute;
	background: #231e7c1f;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 6;
}

.cuenta-texto_fase2>p a {
	color: var(--azulClaro);
	text-decoration: underline;
}

.icoPlaypl_fase22 {
	position: relative;
	top: 37%;
	left: 40%;
	z-index: 999;
}

.consulta_ciudadadna_fase2 {
	position: relative;
	margin: 0;
	padding: 0;
}

.consul_ciu_fase2_col {
	position: relative;
	display: flex;
	margin-top: 4rem;
	margin-bottom: 3rem;
}

.consul_ciu_fase2_izq {
	flex: 1 0 58%;
	margin-right: 9rem;
}


.consul_ciu_fase2_izq p {
	font-size: 1.1rem;
	line-height: 1.9rem;
}

.tabla_ciuda_fase2 {
	position: relative;
}

.tablaConov_fase2 tbody .t_ciudad {
	color: var(--colorBlanco);
}

.tabla_ciuda_fase2P {
	position: relative;
	margin-top: 1.4rem;
	font-size: 1.1rem;
}




@media(max-width: 1200px) {

	.infoRelevante_face2_izq {
		flex: 1 0 37%;
	}

	.infoRelevante_face2_der {
		flex: 1 0 50%;
	}


	.corfo_region_fase2 {
		margin-top: -0.3rem;
	}

	.dropdown-menu {
		transform: translate(45%, -100%);
		width: 50%;
	}

}

@media(max-width: 1080px) {

	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: -10rem;
		width: 13rem;
		top: 12rem;
	}

}


@media(max-width: 990px) {

	.cuerpo-lieadol .form-group {
		flex: 0 0 calc(99% - 1rem);
	}

	.formulario_grupo_input .areTex {
		right: -48%;
	}

	.puntos_contacto_cuador_fase2 {
		position: absolute;
		right: 0;
		top: 19px;
		bottom: 0;
		left: 8rem;
	}


	.contacto_fase2-der_fase2 {
		flex: 0 0 100%;
		justify-content: center;
	}

	.contacto_fase2-izq_fase2 {
		flex: 0 0 100%;
		justify-content: center;
	}

	.tamano_fase2_mapa {
		position: relative;
	}

	.conte_mapa_fase2 {
		margin-top: 2rem;
		width: 100%;
		max-width: 34rem;
		height: 26rem;
		z-index: 1;
	}

	.corfo_region_fase2-centrar {
		display: flex;
		align-items: center;

	}

	.consul_ciu_fase2_col {
		flex-wrap: wrap;
	}

	.consul_ciu_fase2_izq {
		flex: 1 0 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.consul_ciu_fase2_der {
		flex: 1 0 100%;
		text-align: center;
		margin-top: 2rem;
	}

	.infoRelevante_face2_col {
		flex-wrap: wrap;
	}

	.infoRelevante_face2_izq {
		flex: 1 0 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.infoRelevante_face2_der {
		flex: 1 0 100%;
		text-align: center;
	}

	.imagenesFondo_fase2A {
		max-height: 40rem;
	}

	.corfo_region_fase2-der .corfo_region_fase2-derLinea22 {
		border-top: solid #ffffff 0.1rem;
		height: 1rem;
		width: 14rem;
		margin-top: 2rem;
		align-self: flex-start;
		margin-bottom: 1.5rem;
	}

	.dropdown-menu {
		transform: translate(45%, -100%);
		width: 50%;
	}

	.corfo_region_fase2 {
		grid-template-columns: 1fr;
		height: 62rem;
		min-height: 48rem;
	}

	.corfo_region_fase2-der_int {
		min-width: 100%;
		width: 100%;
	}

	.corfo_region_fase2-productivo {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		padding: 4rem 0;
	}

	.corfo_region_fase2-der_int,
	.corfo_region_fase2-der_int>h4 {
		text-align: center !important;
	}

	.corfo_region_fase2-der {
		padding: 2.5rem 3rem;
	}

	.corfo_region_fase2-der .corfo_region_fase2-derLinea {
		align-self: center;
	}

}

@media(max-width: 780px) {

	.corfo_region_imagen_der_fase2 {
		margin-bottom: 4rem;
	}

	.corfo_region_imagen_der_fase2 img {
		max-width: 100%;
	}

	.corfo_region_imagen_der_fase2 a::before {
		max-width: 100%;
	}

	.corfo_region_fase2 {
		grid-template-columns: 1fr;
		height: 75rem;
		min-height: 48rem;
	}

	.corfo_region_fase2-der>h4 {
		margin-top: 3rem;
	}

	.menu-fixed {
		padding: 0%;
	}

	.corfo_region_fase2-productivo {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
	}

	.corfo_region_fase2-der .corfo_region_fase2-derLinea {
		height: 1rem;
		margin-bottom: 2rem;
	}
}


/*=========grilla========================*/
.program-rela_fase2 {
	position: relative;
	margin-bottom: 3.5rem;
}

.program-rela_fase2 .pomp-blanco_uno_fase2 {
	position: absolute;
	top: 40%;
	left: 6%;
	z-index: -2;
}

.program-rela_fase2 .pomp-blanco_dos_fase2 {
	position: absolute;
	bottom: 0%;
	left: 86%;
	z-index: -2;
	width: 100%;
}

.programas-relacionado_fase2-titulo_fase2 {
	display: flex;
	align-items: center;
	margin: 2.5rem 0;
	position: relative;
}

.CalenPrograma_fase2 {
	display: flex;
	align-items: center;
	margin: 1.2rem 0;
	position: relative;
}

.grilla-general_fase2 {
	display: grid;
	grid-template-rows: 1fr;
	grid-column-gap: 2.5rem;
	grid-row-gap: 3rem;
	/* grid-template-columns: repeat(auto-fit, minmax(min(100%,20rem),1fr)); */
	/* grid-template-columns: repeat(auto-fit, minmax(min(100%,20rem),1fr)); */
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

@media(max-width: 541px) {

	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: -7rem;
		width: 13rem;
		top: 12.5rem;
	}

	.dropdown-menu {
		transform: translate(45%, -100%);
		width: 60%;
	}

	.corfo_region_fase2 {
		min-height: 77rem;
	}

	.cuadro-imgtodas>div {
		margin-left: 3%;
		margin-bottom: .5%;
		flex: 1 0 calc(99% - 1rem);
		padding-bottom: 2rem;
	}
}

@media(max-width: 400px) {

	.corfo_region_fase2 {
		min-height: 77rem;
	}


	.grilla-general_fase2 {
		display: grid;
		grid-template-rows: 1fr;
		grid-column-gap: 1.2rem;
		grid-row-gap: 1.2rem;
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
		/* grid-template-columns: repeat(auto-fit, minmax(min(100%,20rem),1fr)); */
	}

}

.titulo-seccion-general_fase2 {
	text-align: left;
	font-weight: 700 !important;
	font-size: 1.5rem;
	padding: 2rem 0;
	color: #110F3E;
}


.programas-relacionado_fase2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.cuadro-completo_fase2 {
	border: 1px solid #110F3E;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #ffffff;
}

/* .cuadro-completo_fase2 .cuadro-completo_fase2-cuerpo{
  flex: 1;
  padding: 2rem;

} */

.cuadro-completo_fase2 .cuadro-completo_fase2-cuerpo {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 2rem;
}

.cuadro-completo_fase2 .cuerpo-titulo_fase2 {
	background-color: var(--pink-color);
	line-height: 2rem;
	color: #110F3E;
	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.25rem;
	font-size: 1.5rem;
	margin-left: 0%;
	font-weight: 700;
}

.cuadro-completo_fase2 .cuerpo-titulo_fase2-subtitulo {
	color: #333333;
	font-size: 1.37rem;
	padding-top: .9rem;
	font-weight: 700;
	font-style: italic;
}

.cuadro-completo_fase2 .cuerpo-texto_fase2 {
	padding-top: 1rem;
	color: #707070;
	font-size: 1rem;
	line-height: 25px;
}

.cuadro-completo_fase2 .postulacion-llamado_fase2 {
	color: #110F3E;
	font-size: 1.5rem;
	padding-top: 1rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.7rem;
}


.cuadro-completo_fase2 .cuadro-completo_fase2-titulo {
	padding: .5rem 1rem;
	color: #F1D01B;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 1.2rem;
}

.cuadro-completo_fase2 .cuadro-completo_fase2-info {
	background: #221E7C;
	padding: 1rem .5rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}

.cuadro-completo_fase2 .cuadro-completo_fase2-info a {
	color: #ffffff;
}

.cuadro-completo_fase2 .cuadro-completo_fase2-info a:hover {
	color: #F1D01B;
}

.parboton_fase2 button {
	width: fit-content;
}


.button_retro_fase2 {
	color: #ffffff;
	font-size: 1rem;
	padding: 0.3rem 1.3rem;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	background: #221E7C;
	border: none;
}

.button_retro_fase2:hover {
	background: #F1D01B;
	color: #110F3E;
}

.img_noticia_fase2 {
	position: relative;
}

.tramaAzul-img_fase2 {
	z-index: 100;
	position: absolute;
	background: #231e7c29;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.tramaAzul-img_fase2-vid {
	z-index: 100;
	position: absolute;
	background: #231e7c6b;
	top: 0;
	left: 0;
	bottom: .8rem;
	right: .8rem;
}

.fecha_noti_fase2 {
	padding-top: 1.5rem;
	font-size: .9rem;
}

.texto_noti_fase2 {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.texto_noti_fase2 a {
	font-weight: bold;
	color: #110F3E;
}

/* =====================mapa=============== */

.regi_mapa_fase2 {
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: 1fr;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
}

.regi_mapa_a2_fase2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.regi_mapa_a2_fase2>h5 {
	background-color: var(--pink-color);
	line-height: 2rem;
	text-transform: uppercase;
	color: #110F3E;
	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.25rem;
	font-size: 1.5rem;
	margin-left: 0%;
	font-weight: 700;
}

.regi_mapa_a2_fase2>p {
	color: #110F3E;
	font-weight: bold;
	padding: .4rem 0 .7rem 0;
}

@media(max-width: 590px) {
	.regi_mapa_fase2 {
		grid-template-columns: 1fr;
	}

	.regi_mapa_a2_fase2 {
		align-items: center;
	}
}

/* LINEA GENERAL DEL SISTEMA*/
:root {
	--azulOscuro: #110F3E;
	--azulClaro: #221E7C;
	--amarillo: #F1D01B;
	--verdeAgua: #1BF1AF;
	--colorBlanco: #ffffff;

	--pink-color: #FFC6C4;
	--light-green-color: #DDF5EE;
	--light-green2-color: #78D6BB;
	--light-grey-color: #F7F7F7;
	--grey-color: #757575;
	--blue-search-color: #221E7C;
	--blueNew-color: #211D7C;
	--bluesky-color: #72C7D5;
}

.divicion-General_fase2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0;
	margin: 0;
	min-height: 35rem;
}

.fondo-General_fase2 {
	display: flex;
	justify-content: center;
}

.Calendario_programa {
	display: flex;
	flex-direction: column;
}


.fondoAzul-Oscuro_fase2 {
	background-color: var(--colorBlanco);
}

.fondoAzul-Claro {
	background-color: var(--azulOscuro);
}


/* ================================ */
/* PRIMERA PARTE DE ARRIBA */
.emp-izq_fase2 {
	/* background-color: var(--verdeAgua); */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 35.5rem;
	min-height: 35.5rem;
}

.clase_top_punto_fase2 {
	position: absolute;
	right: 0;
	top: 0;
}

.clase_bottom_punto_fase2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.divicion-General_fase2 .emp-izq_fase2 .emp-izq_fase2-sig_fase2 {
	width: 100%;
	max-width: 35.6rem;
	text-align: right;

}





/* DONDE SALE TEXTO DEL LADO DERECHO */
.emp-der_fase2 {
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 35.5rem;
	min-height: 35.5rem;

}

.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig {
	width: 100%;
	max-width: 35.6rem;
}

.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig>h1 {
	font-size: 2.2rem;
	color: var(--amarillo);
	font-weight: bold;
	padding-left: 3rem;
}

.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig>h2 {
	font-size: 1.4rem;
	/* color: var(--verdeAgua); */
	font-weight: bold;
	padding: 1rem 0 1rem 3rem;
}

.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig>P {
	font-size: 1.1rem;
	/*color: var(--colorBlanco);*/
	line-height: 2rem;
	padding: 0 .3rem 0 3rem;
}



.cuenta-texto_faseN {
	margin-left: 3rem;
}

.linea_general_fase2_cuenta {
	border-top: solid #000000 0.1rem;
	height: 1rem;
	width: 14rem;
	z-index: 2;
	margin-left: 3rem;
	transform: translateY(-22px);
}

.cumplimieCorfo_fase2_T1 {
	position: relative;
	margin-top: 1rem;
	display: flex;
	margin-bottom: 0rem;
	padding-bottom: 6rem;
}

.espacio2_fase2 {
	margin-top: 4.5rem;
}

.cumpliCorfo_fase2_linea_T1 {
	flex: 1 0 5%;
}

.cumpliCorfo_fase2_titulo_T h2 a {
	color: #221E7C;
	text-decoration: underline;
}

.espacio_arriba_fase2 {
	margin-top: 3rem;
}

.espacio_arriba_fase2A {
	margin-top: 2rem;
	margin-bottom: 3rem;
	position: relative;
	padding: 1rem 0;
}

.espacio_fase22 {
	margin-bottom: 5rem;
}

@media(max-width: 380px) {
	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: -2rem;
		width: 13rem;
		top: 12.5rem;
	}

	.dropdown-menu {
		transform: translate(10%, -100%);
		width: 90%;
	}

	.emp-der_fase2>h1 {
		padding-left: .2rem;
		text-align: center;
	}

	.emp-der_fase2>h2 {
		padding-left: .2rem;
		text-align: center;
	}

	.emp-der_fase2>P {
		padding: .5rem 1rem;
	}
}

@media(max-width: 310px) {
	.emp-der_fase2>h1 {
		font-size: 1.8rem;
	}
}

.img_circulo_fase2 {
	margin-right: 2.7rem;
	z-index: 10;
}

.img_circulo_p_fase2 {
	z-index: 1;
	position: absolute;
	width: 45%;
	top: 2.5rem;
	left: 3rem;
}

/* .padGen-punto{
  left: 16rem;
  top: -3.3rem;
  width: 81%
} */
.padGen-punto {
	left: 28rem;
	top: -3.3rem;
}



.img_circulo_p2_fase2 {
	z-index: 0;
	position: absolute;
	width: 14%;
	bottom: 1rem;
	right: 0rem;
}

@media (max-width: 769px) and (min-width: 541px) {
	.img_circulo_fase2 {
		margin-right: 4.7rem;
		z-index: 2;
	}
}

@media(max-width: 540px) {

	.puntos_contacto_cuador_fase2 {
		position: absolute;
		right: 0;
		top: 21px;
		bottom: 0;
		left: 14rem;
	}

	.cumplimieCorfo_fase2_lista {
		flex-wrap: wrap;
	}

	.cumplimieCorfo_fase2_lista>div {
		flex: 1 0 100%;
		margin-left: 0;
	}

	.cumplimieCorfo_fase2_T1 {
		padding-bottom: 3rem;
	}

	.corfo_region_fase2 {
		min-height: 77rem;
	}

	.img_circulo_p_fase2 {
		top: 2.5rem;
		left: 3rem;
	}
}

@media(max-width: 435px) {
	/* .text_contac_fase2 > div:nth-child(2) {
    margin-left: 0;
} */
}

@media(max-width: 380px) {
	.img_circulo_fase2 {
		margin-right: 1.7rem;
		z-index: 2;
	}

	.img_circulo_p_fase2 {
		top: 2.5rem;
		left: .5rem;
	}

	.padGen-punto {
		left: 11rem;
		width: 88%;
	}
}

/* ///////////////// segundo item ///////////////////// */
.lograrFluid_fase2 {
	padding-top: 2%
}

.lograr-izq_fase2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.logar-texto_fase2>h3 {
	font-size: 1.8rem;
	color: var(--azulClaro);
	font-weight: bold;
}

.logar-texto_fase2>p {
	font-size: 1.1rem;
	line-height: 1.9rem;
	padding: 1rem 0rem 0rem 0;
}

.lograr-der_fase2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.cuadro-video_fase2 {
	height: 25.8rem;
	width: 32.6rem;
	position: relative;
}

.cuadro-video_fase2 img {
	z-index: 5;
	position: absolute;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 455px;
}

.cuadro-video_fase2 img:nth-child(2) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-marco_fase2 {
	border: .25rem solid var(--azulOscuro);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: .9rem;
	right: .9rem;
	transform: translate(-3.7%, -3.9%);
}

.tramaAzul-img_fase2 {
	z-index: 999;
	position: absolute;
}

.img-izq-punto_fase2 {
	z-index: 1;
	position: absolute;
	left: -16rem;
	top: -3.4rem;
}

@media(max-width: 990px) {
	.padGen-punto {
		left: 28rem;
		top: -3.3rem;
		width: 55%;
	}

	.divicion-General_fase2 {
		grid-template-columns: 1fr;
		min-height: auto;
		height: auto;
	}

	.lograr-der_fase2 {
		padding-bottom: 3rem;
	}

	.emp-izq_fase2-apoyar {
		order: 2;
	}

	.emp-der_fase2-apoyar {
		order: 1;
		padding-top: 3rem;
	}

	.logar-texto_fase2>h3 {
		text-align: center;
	}

	.emp-izq_fase2-apoyar {
		margin: 5% 0;
	}

	.lograr-izq_fase2 {
		padding: 6% 0;
	}

	.emp-izq_fase2 {
		height: 100%;
		max-height: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 6% 0;
	}

	.emp-der_fase2 {
		height: 100%;
		min-height: none;
		align-items: center;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.img_circulo_p_fase2 {
		left: -9rem;
	}

	.tramaAzul-img_fase2-vid {
		z-index: 100;
		position: absolute;
		background: #231e7c6b;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.cuadro-video_fase2 {
		height: 15.8rem;
		width: 20rem;
		position: relative;
	}

	.logar-texto_fase2 {
		margin-top: 9%;
	}

	.logar-texto_fase2>h3 {
		padding: .5rem;
	}

	.logar-texto_fase2>p {
		padding: 1rem 1rem;
	}

	.lograr-der_fase2 {
		justify-content: center;
		padding: 0 0 5.5rem 0;
	}

	.img-izq-punto_fase2 {
		left: -15rem;
		width: 90%;
	}

	/* padding: 2rem 1rem; */
}



@media(max-width: 375px) {
	.cuerpo-lieadol .form-group {
		flex: 0 0 calc(99% - 1rem);
		flex-direction: column;
	}

	.formulario_grupo .textArea {
		margin-left: 0;
		width: 100%;
	}

	.cuadro-video_fase2 {
		height: 12.5rem;
		width: 16rem;
		position: relative;
	}

	.img-izq-punto_fase2 {
		left: -9rem;
		width: 70%;
		top: -2rem;
	}
}

@media(max-width: 320px) {


	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: 0rem;
		width: 13rem;
		top: 13rem;
	}

	.dropdown-menu {
		transform: translate(0%, -106%);
		width: 95%;
	}

	.cuadro-video_fase2 {
		height: 11rem;
		width: 14rem;
		position: relative;
	}
}


.apoyar-sec_fase2 {
	padding-top: 2.5%;
	padding-bottom: 3.5%;
}

.emp-izq_fase2-apoyar {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


/* ////////////////////// cuerpo iniciativa /////////////////////*/

.iniciativaDesta_fase2 {
	margin: 3rem 0;
	position: relative;

}

.linea_general_fase2 {
	border-top: solid #000 0.1rem;
	height: 1rem;
	width: 14rem;
	z-index: 2;
	transform: translate(0, 3%);
	margin-top: 4rem;
}


.emp-der_fase2>p {
	font-size: 1.2rem;
	line-height: 1.9rem;
	padding-right: 20%;
}



/* //////////// que es ////////////////////////////// */
.divGeneneral_izq_fase2 {
	position: relative;
	z-index: 0;
	height: 100%;
	min-height: 40rem;
}

.azulMasOscuro {
	background-color: #110F3E;

}

.tramaAzul-img_fase2-q {
	z-index: 1;
	position: absolute;
	background: #221e7cd4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}













.espacios2_fase2 {
	padding: 3rem;
}



.marco_info-izqDown_fase2 {
	flex: 0 0 20%;
}

.divTex_fase2 {
	flex: 0 0 93%;
}

.divImg_fase2 {
	flex: 1 1 10%;
}

.divImg_fase2 img {
	width: 100%;
}

.divTex_fase2>p {
	margin-left: .7rem;
	font-size: 1rem;
	color: var(--colorBlanco);
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0
}

.divTex_fase2>p>span {
	color: var(--light-green2-color);
}

.marco_info-izqDown_fase2 {
	display: flex;
	margin-top: auto;
	margin-bottom: 1rem;
}

.marcoque_fase2 {
	display: flex;
	flex-direction: column;
}

.marcoque_fase2>h1 {
	font-size: 2.1rem;
	font-weight: bold;
	color: var(--azulOscuro);
}

.marcoque_fase2>p {
	font-size: 1.1rem;
	color: #000;
	margin: 1rem 0;
	line-height: 2rem;
}

.videoQ_fase2 {
	width: 100%;
	max-width: 26rem;
	display: inline-block;
	position: relative;
}

.fa-circle {
	color: #110f36;
}

/* //////////// postulado ////////////////////// */
.contenedorFase2 {
	max-width: 1600px !important;
}

.fondo-Amarillo_fase2 {
	background-color: var(--light-green-color);
	padding: 4rem 0;
	position: relative;
}

.f_aFase2_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.f_aFase2_top img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.f_aFase2_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.f_aFase2_bottom img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}



.fondo-blanquito_fase2 {
	padding: 4rem 0;
	position: relative;
}

.fondo-blanquito2_fase2 {
	padding-bottom: 4rem;
	position: relative;
}

.programas-relemprendimiento_fase2 {
	display: flex;
	align-items: center;
}

.postula_fase2-cuerpo_fase2 {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.conta_etapaFase2 {
	max-width: 1500px !important;
}

.topBotom_fase2 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.postula_fase2-cuerpo_fase2 h2 {
	color: var(--azulOscuro);
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}

.postula_fase2-cuerpodos_fase2 {
	display: flex;
	margin-top: 1.5rem;
}

.postula_fase2-cuerpodos_fase2_bloque_q_entrega {
	margin-top: 1.5rem;
}

.bloque_q_entregaextendido {
	margin-top: 15px;
}

.postula_fase2-izq_fase2 {
	flex: 1 0 calc(50% - 1rem);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-right: 2rem;
}

.postula_fase2-der_fase2 {
	flex: 1 0 calc(50% - 1rem);
	display: flex;
	flex-direction: column;
	padding-left: 3rem;
}

.postula_fase2-der_fase2>p {
	line-height: 1.9rem;
}

.postula_fase2-der_fase2>p>span {
	font-weight: bold;
}

.cajaimgCu_fase2 {
	margin-bottom: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.figure-imgecuadro_fase2 {
	padding: 0;
	margin: 0;
	flex: 1 0 20%;

}

.texto-figure_fase2 {
	padding-left: 2rem;
	font-weight: bold;
	font-size: 1.3rem;
}

/* /////////  lista /////// */
.Lista_Esperado_fase2 {
	display: flex;
	flex-wrap: wrap;
}

.Lista_Esperado_fase2 div>a {
	font-weight: bold;
	color: black;
}

.diviPuntoTexto_fase2 {
	display: flex;
	flex-wrap: wrap;
}

.relleno_fase2 {
	display: flex;
	flex: 1 0 calc(45% - 5rem);
	margin-bottom: 1rem;
}

.divTexto_fase2 {
	flex: 1;
}

.titulo-seccion-general2 {
	text-align: left;
	font-weight: 700 !important;
	font-size: 1.9rem;
	padding: 2rem 0;
	color: #110F3E;
}


.tabla-Entrega_fase2 {
	margin-top: 3rem;
}

.tablaConov_fase2 th {
	background-color: var(--pink-color);
	color: var(--azulOscuro);
	text-align: left;
	padding: 1rem 0;
}

.tablaConov_fase2 tr:nth-child(1n) {
	background-color: #FFF;
	color: #9b9ac4;
	text-align: center;
}

.tablaConov_fase2 tr:nth-child(2n) {
	background: var(--light-grey-color);
	color: var(--grey-color);
	text-align: center;
}

.tablaConov_fase2 td:first-child {
	text-align: left;

}

.tablaConov_fase2 th,
.tablaConov_fase2 td {
	font-size: 1.2rem;
	padding: .7rem;
	vertical-align: center;
	border-right: 1px solid var(--colorBlanco);

}

.tablaConov_fase2 tr.active>td {
	/*color: var(--amarillo);*/
}

.tablaConov_fase2 tr td a {
	color: #000;
}

.tablaConov_fase2 tr.active>td a {
	/*color: var(--amarillo);*/
}

.tabla-Entrega_fase2 {
	overflow-x: scroll;
}

.marco_borderBlanco_fase2 {
	padding: .3rem;
	border: 1px solid var(--colorBlanco);
	margin-top: 1.2rem;
	z-index: 10;
}

.marco_borderBlanco_fase2 p {
	font-weight: bold;
	color: var(--colorBlanco);
	font-size: 1.5rem;
	padding: 0.8rem 0.4rem 0 1rem;
}

.marco_borderBlanco_fase2 p a {
	color: var(--colorBlanco);
	z-index: 3;
}


.borde_texto_fase2 h6 {
	font-size: 1.5rem;
	margin-left: 4rem;
	color: var(--colorBlanco);
	font-weight: 700;
}

.der_marco_fase2 {
	margin-left: 3rem;
	padding: 3rem 0;
	display: flex;
	justify-content: flex-start;
}



.divmaroc_interior_fase2 {
	display: flex;
	justify-content: space-around;
}

.rango_fase2 {
	display: flex;
	margin-bottom: 0;
}

.divTex_tex_fase2 {
	color: var(--light-green2-color);
	font-weight: bold;
	font-size: 1.3rem;
}

.divTex_tex_fase2 span {
	font-weight: lighter;
}

.divIm_fase2 {
	display: flex;
	align-items: start;
	margin: 0.6rem 1rem 0 0;
}


/* ///////////////// ESPACIO GENERAL ///////////////////////////
////////////////////////////////////////////////////////////////*/
.texto-figure_fase2 a {
	color: var(--azulOscuro);
	text-decoration: underline;
}


.line-programas_fase2 {
	width: 32%;
	padding-top: 5px;
	padding: 0.5% 1% 22px 1%;
}


.conteIzq_ficha_fase2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 3rem;
	height: 100%;
	z-index: 10;

}

.marco_info-izqTop_fase2 {
	margin-top: 3rem;
}

.marco_info-izqTop_fase2 h1 {
	font-size: 1.7rem;
	color: var(--azulOscuro);
	font-weight: bold;
	background-color: var(--pink-color);
	line-height: 2.8rem;
	display: inline;
	border: 0 solid var(--pink-color);
	border-width: 0.25rem;
	margin-left: 0%;
	text-transform: uppercase;
}

.marcoGen_fase2 {
	height: 100%;
	width: 100%;
	max-width: 32rem;
	display: flex;
	flex-direction: column;
	z-index: 10;
	margin-top: 3em;
}

.emp-izq_fase2-apoyar {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.emp-der_fase2-apoyar {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}


.emp-der_fase2-apoyar .logar-texto_fase2>p {
	/*color: var(--colorBlanco);*/
}

.emp-izq_fase2-apoyar .video-marco_fase2 {
	border: .25rem solid var(--amarillo);
}

.updwon {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.conte_2_fase2 {
	max-width: 71rem !important;
}

.grilla-generaldeSeis_fase2 {
	display: grid;
	grid-template-rows: 1fr;
	grid-column-gap: 0rem;
	grid-row-gap: 3rem;
	/* grid-auto-flow: column; */
	/* grid-template-columns: repeat(auto-fit, minmax(min(100%,20rem),1fr)); */
	/* grid-template-columns: repeat(auto-fill, minmax(min(100%,20rem),1fr)); */
	grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
	margin-top: 3rem;
}

.postula_fase2>div:nth-child(2n) {
	background-color: #ebebeb;
}

.cuadro_sitem_fase2 {
	display: flex;
	flex-direction: column;
	height: 20rem;
	align-items: center;
	padding: 1.2rem .7rem;
	justify-content: space-between;
	width: 100%;
	max-width: 16rem;


}

.cuadro_sitem_fase2 h4 {
	font-weight: 700;
	color: var(--light-green2-color);
	text-align: center;
	font-size: 4.3rem;
}

.cuadro_sitem_fase2 p {
	text-align: center;
	font-size: 1.3rem;
	padding: 0 .6rem;
	line-height: 1.5rem;
}

.cuadro_sitem_fase2 p span {
	font-size: 1.3rem;
	padding: 0 .6rem;
	line-height: 1.5rem;
	font-weight: 700;
	color: var(--azulClaro);
}

.cuadroCirculoInfo_fase2 h4 {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--azulOscuro);
	margin-top: 1.8rem;
}

.vertodas2_fase2 {
	font-size: 1.3rem;
	width: 90%;
	height: 44px;
	border-radius: 5px;
	background-color: #221E7C;
	text-align: center;
	line-height: 44px;
}

.vertodas2_fase2 a {
	font-weight: 700;
	color: #FFFFFF;
}


.cuadroCirculo_fase2 {
	width: 12.5rem;
	margin-top: 4rem;
}

.circuloEspacio_fase2 {
	width: 6rem;
	margin-top: 4rem;
}

.linea237_fase2 {
	margin-top: 6rem;
	width: 100px;
	margin-left: -2px;
	max-width: none;
}

.porEtapa_fase2 {
	margin-top: .5rem;
	display: flex;
	justify-content: center;
}

.porEtapaP1_fase2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fInicio_fase2 {
	margin-top: 2rem;
}

.fInicio_fase2>p:nth-child(1) {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0;
}

.fInicio_fase2>p:nth-child(2) {
	font-weight: lighter;
	font-size: 1.1rem;
	margin: 0;
}

.ftermino_fase2 {
	margin-top: 1.5rem;
}

.ftermino_fase2>p:nth-child(1) {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0;
}

.ftermino_fase2>p:nth-child(2) {
	font-weight: lighter;
	font-size: 1.1rem;
	margin: 0;
}

.tamPostula_fase2 {
	background-color: var(--blueNew-color);
	height: 21rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tamPostula_fase2 {
	text-align: center;
}

.tamPostula_fase2-dos {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tamPostula_fase2-dos p {
	color: var(--colorBlanco);
	padding-bottom: 1.5rem;
}

.verInicioPostula_fase2 {
	display: flex;
	width: 20rem;
	height: 4rem;
	border-radius: 5px;
	background-color: var(--light-green2-color);
	text-align: center;
}

.verInicioPostula_fase2 a {
	margin: 1rem auto;
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--azulOscuro);
}

/* .menu-regiones_fase2{
  padding-right: 60px !important;
} */

.diviPuntoTexto_fase2 {
	width: 100%;
	column-gap: 3rem;
}



.colorAzul_fase2 {
	background-color: var(--azulOscuro);
	min-height: 21rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	color: var(--colorBlanco);
}

.btColor_fase2 {
	background-color: var(--amarillo);
	border-color: var(--amarillo);
	color: var(--azulOscuro);
	font-weight: bold;
	margin: 0 auto;

}

.colorAzul_fase2 h4 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}

.colorAzul_fase2 p {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0;
}

.colorAzul_fase2 h3 {
	font-size: 2rem;
	text-align: center;
	color: var(--amarillo);
	font-weight: lighter;
	margin-top: 0.5rem;

}

.conte__der_fase2,
.conte__izq_fase2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.borderBln_fase2 {
	border: solid 1px var(--colorBlanco);
	padding: 2rem;
}

.icoPlay_fase2 {
	position: absolute;
	margin-top: 50%;
	top: -51%;
	margin-left: 100%;
	left: -55%;
	color: var(--colorBlanco);
	z-index: 999;
}

.fa-4x {
	font-size: 470%;
}

.videoQ_fase2 a::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 4;
	/* Todas las posiciones a cero */
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(34, 30, 124, 0.37);
}


.videoQ_Pefase2 {
	width: 100%;
	max-width: 26rem;
	display: inline-block;
	position: relative;
}

.videoQ_Pefase2 a::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 4;
	/* Todas las posiciones a cero */
	max-width: 26rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(34, 30, 124, 0.37);
	width: 100%;
}

.videoQ_Pefase2 img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}


.mover_fFase_2 {
	transform: translateY(40px);
}


@media(max-width: 990px) {
	.iniciativaDesta_fase2 {
		margin-top: 0;
	}

	.derespacio2_fase2 {
		border-top: solid #ffffff 0.1rem;
		height: 4rem;
		width: 14rem;
		z-index: 2;
		transform: translate(14rem, 3%);
	}
}

.Cuadro_destaca_fase2 {
	background-color: var(--azulClaro);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 1rem;
	position: relative;
	min-height: 8rem;
}

.puntos_destaca_cuador_fase2 {
	position: absolute;
	right: 0;
	top: 36px;
	bottom: 0;
	left: 8rem;
}

.Cuadro_destaca_fase2 h6 {
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	display: block;
	/* line-height: 1.4; */
	margin-top: 0.4rem;
}

.Cuadro_destaca_fase2 h6 a {
	color: var(--amarillo);
}



.Listarss_fase2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.punto_f2_azul {
	font-size: 12px;
}


@media(max-width: 767px) {
	.puntos_destaca_cuador_fase2 {
		left: 13.5rem;
	}
}

@media(max-width: 540px) {
	.puntos_destaca_cuador_fase2 {
		left: 12rem;
	}

	.logar-texto_fase2>p {
		padding: 1rem 1rem;
		text-align: center;
	}

	.derespacio2_fase2 {
		transform: translate(4rem, 3%);
	}

	.corfo_region_fase2 {
		min-height: 62rem;
	}
}

@media(max-width: 375px) {
	.puntos_destaca_cuador_fase2 {
		left: 7rem;
	}

	.padGen-punto {
		left: 14rem;
		top: -1.3rem;
		width: 72%;
	}

	.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig>P {
		font-size: 1.1rem;
		color: var(--colorBlanco);
		line-height: 2rem;
		/* padding: 0 0.3rem 0 3rem; */
		padding: 0;
	}

	.derespacio_fase2 {
		margin-left: 0;
	}

	.divicion-General_fase2 .emp-der_fase2 .emp-der_fase2-sig>h1 {
		padding-left: 0;
	}

	.tramaAzul-img_fase2-vid {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}



	.verInicioPostula_fase2 {
		justify-content: center;
		align-items: center;
		width: 110%;
	}
}

@media(max-width: 350px) {
	.puntos_destaca_cuador_fase2 {
		left: 7rem;
		top: 1rem;
	}
}

@media(max-width: 290px) {
	.puntos_destaca_cuador_fase2 {
		left: 7rem;
		top: 1.8rem;
	}
}

@media(max-width: 1444px) {
	.cuadroCirculo_fase2 {
		width: 9.5rem;
		margin-top: 4rem;
	}

	.circuloEspacio_fase2 {
		width: 3rem;
		margin-top: 4rem;
	}

	.linea237_fase2 {
		margin-top: 4.5rem;
	}
}

@media(max-width: 1200px) {

	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: -10rem;
		width: 13rem;
		top: 12rem;
	}

	.grilla-generaldeSeis_fase2 {

		grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));

	}

	.corfo_region_fase2 {
		margin-top: -.6rem;
	}

	.img_circulo_p_fase2 {
		left: 0rem;
	}

	.videoQ_fase2 a::before {
		max-width: 100%;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2:last-of-type {
		margin-top: 4rem;
	}

	.divGeneral_dos_fase2 {
		margin-top: 0rem;
	}

	.navbar {
		padding: 0;
		margin-bottom: 0;
	}
}

@media(max-width: 1120px) {

	.divGeneral_dos_fase2 {
		grid-template-columns: 1fr;
	}

	.conteIzq_ficha_fase2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		z-index: 10;
		margin-right: 0;
	}

	.marcoGen_fase2 {
		max-width: 85%;
	}

	.mover_fFase_2 {
		transform: translateY(-11px);
	}
}



@media(max-width: 992px) {

	.imagenesFondo_fase2 {
		max-height: 100%;
	}

	.divGeneral_dos_fase2 {
		grid-template-columns: 1fr;
	}

	.borde_texto_fase2 h6 {
		margin: 0;
		padding: 2rem 0 1rem 7rem;
	}

	.fa-4x {
		font-size: 310%;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2:nth-child(7) {
		margin-top: 4rem;
	}


	.grilla-generaldeSeis {
		grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	}

	.divmaroc_interior_fase2 {
		display: flex;
		/* flex-direction: column; */
		align-items: center;
	}

	.rango_fase2 {
		margin-bottom: 1rem;
	}


	.figure-imgecuadro_fase2 {
		flex: 1 0 40%;

	}

	.tablaConov_fase2 table {
		width: 80%;
	}

	.tamPostulaObjeto {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 2px;
		grid-row-gap: 20px;
		height: auto;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.videoQ_fase2 a::before {
		max-width: 100%;
	}
}

@media(max-width: 851px) {
	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(6) {
		display: block;
	}

}



@media(max-width: 770px) {
	.videoQ_fase2 a::before {
		max-width: 82%;
	}

	.fa-4x {
		font-size: 290%;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2:nth-child(7) {
		margin-top: 2.5rem;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2:nth-child(5) {
		margin-top: 2.5rem;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(6) {
		display: block;
		margin-top: 2.5rem;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(4) img {
		display: none;
	}

	.divmaroc_interior_fase2 {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.rango_fase2 {
		margin-bottom: 1rem;
	}

	.postula_fase2-cuerpodos_fase2 {
		flex-direction: column;
	}

	.figure-imgecuadro_fase2 {
		flex: 1 0 20%;

	}

	.postula_fase2-der_fase2 {
		padding: 0;
		margin-top: 2rem;
	}

	.postula_fase2-izq_fase2 {
		padding: 2rem 0;
	}

	.divGeneral_dos_fase2 {
		grid-template-columns: 1fr;
	}

	.videoQ_fase2 {
		width: 90%;
		position: relative;
	}

	.diviPuntoTexto_fase2 {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.relleno_fase2 {
		flex: 1;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(4) {
		display: none;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(8) {
		display: none;
	}

	.cuadroCirculo_fase2 {
		width: 13.4rem;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2 {
		text-align: center;
	}

	.linea237_fase2 {
		margin-top: 5.7rem;
	}
}

@media(max-width: 576px) {

	.marco_info-izqDown_fase2 {
		display: flex;
		margin-top: auto;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	.videoQ_fase2 a::before {
		max-width: 100%;
	}

	.tamPostudiv_fase2 {
		width: 90%;
	}

	.linea237_fase2 {
		margin-top: 4.7rem;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(4) {
		display: none;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(8) {
		display: none;
	}

	.cuadroCirculo_fase2 {
		width: 10rem;
	}

	.divmaroc_interior_fase2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 2rem;
	}

	.rango_fase2 {
		margin-bottom: 1rem;
	}

	.cajaimgCu_fase2 {
		flex-direction: column;
	}

	.texto-figure_fase2 {
		text-align: center;
		margin: 1rem;
		padding: 0;
	}
}


@media(max-width: 470px) {
	.borderBln_fase2 {
		padding: 1rem;
	}

	.tamPostudiv_fase2 {
		width: 90%;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2 {
		display: none;
	}

	.porEtapaP1_fase2 .circuloEspacio_fase2:nth-child(6) {
		display: none;
	}

	.porEtapaP1_fase2 .cuadroCirculo_fase2 {
		margin: 2.5rem 1rem;
		text-align: center;
	}

}

@media(max-width: 448px) {
	.borderBln_fase2 {
		padding: .5rem;
	}

	.verInicioPostula_fase2 {
		/* display: flex; */
		width: 20rem;
		height: 5rem;
		border-radius: 5px;
	}

	.verInicioPostula_fase2 a {
		margin: 0;
	}

	.tamPostudiv_fase2 {
		width: 90%;
	}
}

@media(max-width: 350px) {
	.izq_marco_fase2 {
		height: 38rem;
	}
}

@media(max-width: 320px) {
	.menu-regiones_fase2 .menu_regfase2_sub .posMenu_face2 {
		position: absolute;
		left: 0rem;
		width: 13rem;
		top: 13rem;
	}
}

@media(max-width: 300px) {
	.borderBln_fase2 {
		padding: .1rem;
	}

	.tamPostudiv_fase2 {
		width: 90%;
	}

	.cuadroCirculo_fase2 {
		width: 15rem;
	}
}



#contacto,
#noticias,
#eventos {
	padding-top: .2rem;
}



.colorAzul_fase2 {
	background-color: rgb(3, 3, 68) !important;
	min-height: 21rem !important;
	display: flex !important;
	justify-content: space-evenly !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	text-align: center !important;
}

.btColor_fase2 {
	background-color: rgb(3, 3, 68);
	border-color: rgb(3, 3, 68);
	color: white;
	font-weight: bold;
	max-width: 90%;
	margin: 0 auto;

}

.btColor_amarillo_fase2 {
	background-color: var(--amarillo);
	border-color: var(--amarillo);
	color: rgb(3, 3, 68);
	;
	font-weight: bold;
	max-width: 95%;
	margin: 2rem auto;
	font-size: 1.4rem;

}





.modal-content {
	position: relative;
}

.estiloModal {

	width: 6rem;
	position: absolute;
	right: 0;
	font-size: 1rem;
}

.estiloModal span {
	font-size: 1.2rem;
}

.closeMod {
	float: right;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	color: white;
	background-color: rgb(3, 3, 68);
	border-color: rgb(3, 3, 68);
	text-align: right;
	padding: 0.3rem 0.5rem;
	width: 6rem;
	margin-left: auto;
}

.modal-dialog {
	max-width: 70rem;
}

.body_pading {
	max-width: 90%;
	margin: 0 7%;
	padding-bottom: 3rem;
}

.reseteo {
	padding: 0;
}

.cuerpo-lieadol {
	display: flex;
	flex-wrap: wrap;
}

.lieadol a {
	color: black;
	margin-left: .5rem;
}

.lieadol img {
	margin-left: 2rem;
}

@media (min-width: 780px) {
	.lieadol {
		flex: 0 0 calc(33% - 1rem);
		padding-bottom: 2rem;
		display: flex;
		align-content: center;
		align-items: center;
		border-left: #000 solid 1px;
	}

	.lieadol:nth-child(3n+1) {
		border-left: none;
	}
}


.tablaConov_fase2 tbody .t_ciudad {
	color: var(--colorBlanco);
	text-align: left;
}

.tablaConov_fase2 tbody .t_ciudad td {
	padding: 1rem;
}

.tablaConov_fase2 tbody .t_licita {
	color: #000000;
	text-align: left;
}

.tablaConov_fase2 thead .tH_licita th {
	padding: 2rem;
}


.tablaConov_fase2 tbody .t_licita td {
	padding: 2rem;
}

.tablaConov_fase2 tbody .t_licita td a {
	color: var(--amarillo);
	text-decoration: underline;
}


.altura_fase2C {
	margin-top: 3rem;
}

.descarga {
	padding-left: 3rem;
	text-indent: -2rem;
}

.centro_fase2C {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.descarga {
	position: relative;
	padding-bottom: 1.5rem;
	margin-right: 1rem;
}

.descarga>a {
	display: block;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4 !important;
	text-align: left !important;
	color: #000000;
}

.centro_fase2C {
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-bottom: 5rem;
}

.lista_fase2_c {
	position: relative;
}

@media (max-width: 779px) and (min-width: 480px) {
	.descarga {
		flex: 0 0 calc(47% - 1rem);
		border-left: solid 1px black;
	}

	.descarga:nth-child(odd) {
		border-left: none;
	}
}

@media (min-width: 780px) {

	.descarga {
		flex: 0 0 calc(32.3% - 1rem);
		border-left: solid 1px black
	}

	.descarga:nth-child(3n+1) {
		border-left: none;
	}

}

.icoFase2 {
	font-size: 1.3rem;
}

.icoFase2_face {
	font-size: 2rem;
	color: #ffffff;
}

.menu-regiones_fase2 li .dropdown-menu .text_fac2:hover>.icoFase2_face {
	color: var(--azulOscuro);
}

.icoFase2_tw {
	font-size: 2rem;
	color: #ffffff;
}

.menu-regiones_fase2 li .dropdown-menu .text_fac2:hover>.icoFase2_tw {
	color: var(--azulOscuro);
}

.icoFase2_in {
	font-size: 2rem;
	color: #ffffff;
}

.menu-regiones_fase2 li .dropdown-menu .text_fac2:hover>.icoFase2_in {
	color: var(--azulOscuro);
}



.pag_fase2 {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	margin-block-end: auto;
}

.pag_fase2 .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--azulOscuro);
	border-color: var(--azulOscuro);
}

.pag_fase2 .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #221E7C;
	border-color: #221E7C;
}

.espacio_fase2 {
	margin-top: auto;
}



.borderBln_fase2 .btn_especial {
	background-color: var(--amarillo);
	border-color: var(--amarillo);
	color: rgb(3, 3, 68);
	font-weight: bold;
	max-width: 95%;
	margin: 0 auto;
	font-size: 1.4rem;
	margin-top: 0.5rem;
}

.borderBln_fase2 .btn_especial2 {
	background-color: var(--amarillo);
	border-color: var(--amarillo);
	color: rgb(3, 3, 68);
	font-weight: bold;
	max-width: 95%;
	margin: .5rem auto;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.conte__izq_fase2 .vertodas2_fase2Esp {
	font-size: 1.3rem;
	width: 90%;
	height: 44px;
	border-radius: 5px;
	background-color: rgb(3, 3, 68);
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
}

.conte__izq_fase2 .vertodas2_fase2Esp a {
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: underline;
}

.conte__izq_fase2 .vertodas2_fase2Esp:hover a {
	font-weight: 700;
	color: var(--amarillo);
	text-decoration: underline;
}


.tabla_fase2_mujer {
	border-collapse: collapse;
	width: 100%;
}

.tabla_fase2_mujer th {
	background-color: #F1D01B;
	color: var(--azulOscuro);
	text-align: left;
}

.tabla_fase2_mujer th,
.tabla_fase2_mujer td {
	padding: 1.2rem 0.5rem 1.2rem 1rem;
	font-size: 1.2rem;
	border-right: 1px solid var(--colorBlanco);
}

.tabla_fase2_mujer tr:nth-child(1n) {
	background-color: #221E7C;
	color: var(--colorBlanco);
}

.tabla_fase2_mujer tr:nth-child(2n) {
	background: #373488;
	color: var(--colorBlanco);
}

.tabla_fase2_mujer .fondo_ama_tabla {
	background-color: #F1D01B;
	color: var(--azulOscuro);
	text-align: left;
	font-weight: bold;
}

.tabla_fase2_mujer tr a {
	color: #F1D01B;
	text-decoration: underline;
}

.tabla_fase2_mujer tr .noline {
	color: #F1D01B;
	text-decoration: none;
}

.tabla_fase2_mujer tr a:hover {
	color: #e4d373;
	text-decoration: underline;
}

.tabla_fase2_mujer tbody tr {
	height: 6.2rem;
}

.tabla_fase2_mujer tbody .pequeno {
	height: 3.5rem;
}

.tabla_mujer_scroll {
	padding-bottom: 0.1rem;
	margin-bottom: 5.5rem;
}

/*
.consultaContacto .modal-body.body_pading {
	padding-bottom: 1rem;
}

.consultaContacto .modal-body.body_pading {
	max-width: 100%;
	margin: 0;
	overflow-y: auto;
} */

.fondo-General_fase2_contacto {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0;
}

.bk-trama {
	background: url(https://saowcsblobassets.blob.core.windows.net/assets/ASSETS/IMG/CPP/HM/BG_textura_neutra_blanca.jpg);
}

.cpp-fig-home1 {
	position: absolute;
	top: -24px;
	z-index: 999;
	width: 100px;
}

@media only screen and (max-width: 1470px) {
	.buscador-top {
		padding-top: 14%;
	}
}

@media only screen and (max-width: 1200px) {
	.cpp-fig-home1 {
		display: none;
	}
}

.bk-grey {
	background: var(--light-grey-color);
}

.cpp-button-search {
	background: var(--azulClaro);
	color: #fff;
	font-weight: 600;

}

.cpp-card-header-buscador {
	background: none !important;
	/*border-bottom: none !important;*/
}

.foot-caja_result_left {
	width: 100%;
	height: 60px;
	background-color: var(--light-green2-color);
	text-align: center;
	line-height: 60px;
}

.foot-caja_result_left a {
	color: white;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}

.cpp-results-caja-buttons {
	margin-left: -30px;
	margin-right: -45px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
}

.cpp-foot-caja_result_left_share-button {
	display: inline-block;
}


.cpp-foot-caja_result_left_share-button button {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.cpp-foot-caja_result_left_share-button .fa:before {
	color: #000;
}

.cpp-foot-caja_result_left_share-button .dropdown-item {
	color: #000;
}

.cpp-search-pagination .page-item {
	margin-right: 8px;
}

.cpp-search-pagination .page-item {
	margin-right: 8px;
}

.cpp-search-pagination .page-item.active .page-link {
	background-color: var(--azulOscuro);
	border-color: var(--azulOscuro);
}

.cpp-page-link {
	border: 0px;
	background: none;
	padding: 0px;
}

.cpp-page-link img {
	width: 40px;
}

.cpp-search-item-video {
	border: 0px;
	width: 100%;
	height: 260px;
}

.bannertrans:hover .cpp-home-transparencia {
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	bottom: 0;
	background: #44d8be61;
}

.bannertrans img {
	width: 100%;
}

body .uwy.userway_p2 .uai,
body .uwy.userway_p3 .uai {
	top: 70% !important;
}



/*** Sala de prensa */
.notiCuadro {
	display: flex;
	flex-wrap: nowrap;

}

.notiCuadro .notiCuadroP {
	flex-basis: 25%;
	padding: 2px;
	position: relative;
	/* height: 25%; */
}

.notiCuadro .notiCuadroP span::before {
	content: "";
	display: inline-block;
	position: absolute;
	/* Todas las posiciones a cero */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(34, 30, 124, 0.5);
	margin: 2px;
}

.notiCuadro .notiCuadroP img {
	/* width: 58.5vw; */
	height: 28vw;
	object-fit: cover;
	object-position: center;
}

.notiCuadro .notiCuadroP .textoCuadroP {
	position: absolute;
	left: 5%;
	z-index: 10;
}

.notiCuadro .notiCuadroP .textoCuadroP {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
	font-size: 1.4vw;
	font-weight: 700;
	/* width: 24.7%; */
	color: #FFFFFF;
	margin-top: 68%;
	background: #221e7c9c;

	width: fit-content;
	padding: 0px 15px 0px 4px;
}


..notiCuadro .notiCuadroP .textoCuadroP .infoNoti:after {
	background-color: #F1D01B;
}

.notiCuadro .notiCuadroP .textoCuadroP .infoNoti {
	padding-right: 5%;
}

.notiCuadro .notiCuadroP .textoCuadroP .infoNoti a {
	font-size: 1.2vw;
	font-weight: 700;
	position: relative;
	/* line-height: 20px;; */
	color: #110F3E;
	display: inline;
	background-color: #F1D01B;
	/* white-space: pre-wrap; */
	border: 0 solid #F1D01B;
	border-width: 0.3rem 0;
	text-transform: uppercase;
}

#idNoticiasDestada {
	margin-top: 50px;
	color: #221e7c;
}

#vermas {
	margin-top: 2rem;
}

.logo-corfotv h3 {
	color: #2b2e71;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	display: inline-block;
	bottom: -22px;
}

@media (min-width:1279px) {
	.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
		margin-top: 75%;

	}
}

@media (max-width:991px) {
	.notiCuadro {
		flex-wrap: wrap;

	}

	.notiCuadro .notiCuadroP {
		flex-basis: 50%;
		padding: 2px;
		position: relative;
		/* height: 25%; */
	}

	.notiCuadro .notiCuadroP img {
		height: 35vw;
	}

	.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
		font-size: 1.6vw;
		margin-top: 45%;
	}

	.notiCuadro .notiCuadroP .textoCuadroP .infoNoti a {
		font-size: 1.6vw;
	}
}

@media (max-width:769px) {

	.notiCuadro .notiCuadroP img {
		height: 38vw;
	}

	.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
		font-size: 1.6vw;
		margin-top: 48%;
	}

	.notiCuadro .notiCuadroP .textoCuadroP .infoNoti a {
		font-size: 1.6vw;
	}

	@media (max-width:541px) {

		.notiCuadro .notiCuadroP {
			flex-basis: 100%;
			padding: 2px;
			position: relative;
			/* height: 25%; */
		}


		.notiCuadro .notiCuadroP img {
			height: 70vw;
		}

		.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
			font-size: 3.6vw;
			margin-top: 48%;
		}

		.notiCuadro .notiCuadroP .textoCuadroP .infoNoti a {
			font-size: 3.6vw;
		}


	}

}

@media (max-width:400px) {
	.notiCuadro .notiCuadroP .textoCuadroP .fechaP {
		font-size: 3.6vw;
		margin-top: 40%;
	}
}
/*------------------------------------*\
	$ESTILOS DEL CAMBIO A WP
\*------------------------------------*/

body.home .header-container {
	background-image: url('./images/bg_textura.jpg');
	background-repeat: repeat;
	padding-bottom: 1.5rem;
}

.js-menu-principal {
	transition: transform 0.3s ease;
}

.menu-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, .2);
	background-color: #FFFFFF;
	height: auto;
}

.menu-fixed+.menu-placeholder {
	display: block;
}

.menu-placeholder {
	display: none;
}


.breadcrumb {
	background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: var(--azulOscuro);
}

.breadcrumb-item a {
	color: var(--azulOscuro);
	font-weight: 600;
}
body:not(.home) .in-page-nav {
	background: #110F3E;
	position: relative;
}
.in-page-nav {
	position: relative;
	z-index: 1000;
}
.in-page-nav ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.page-template-template-sobre-corfo .in-page-nav .nav-items {
	width: 90%;
	margin: 0 auto;
}
.in-page-nav ul li {
	display: inline;
	list-style: none;
}
.in-page-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.4;
	padding: .3rem;
	display: block;
}
.texto_color.cuadrado a, .layout-bloques-genericos .texto_color.cuadrado .texto_color a {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 35px;
	display: table-cell;
	vertical-align: middle;
	height: 250px;
	width: 350px;
}
.texto_color.apaisado a {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 15px 35px;
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	width: 540px;
	border-radius: 5px;
	color: #78D5BA;
}
.texto_color.apaisado a:hover {
	text-decoration: none;
}
.cabecera-left {
	position: relative;
}
.fechas-banner {
		width: 500px;
		right: 50px;
		position: absolute;
		bottom: 50px;
}
.fechas-banner h3 {
	color: white;
}
.single-area-de-trabajo .module-columnas {
	padding: 10rem 0;
}
.single-area-de-trabajo .module-columnas .col-sm-6:first-child h3 {
	font-size: 1.8rem;
	color: var(--azulClaro);
	font-weight: bold;
}
.single-area-de-trabajo .module-columnas .col-sm-6:last-child h3 {
	font-size: 1.8rem;
	color: #1BF1AF;
	font-weight: bold;
}
.module-columnas, .module-franja-de-contenido {
	padding: 3rem 0;
}
.module-columnas h2 {
	font-weight: 600;
	margin-bottom: 2rem;
	font-size: 26px;
}
.module-franja-de-contenido h3 {
	font-weight: 600;
	margin-bottom: 2rem;
}
.module-franja-de-contenido p {
	color: #ffffff;
}
.module-franja-de-contenido .copy-dark p {
	color: #000;
}
.module-franja-de-contenido a {
	color: #78d5ba;
	font-weight: 600;
}
.module-franja-de-contenido .copy-dark a {
	color: #007bff;
}
.cabecera-right .copy-dark p {
	color: #000;
}
.module-contenido-complejo-title h2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: 600;
}
.btn.eu-button {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px 35px;
	display: table-cell;
	vertical-align: middle;
	height: 92px;
	width: 350px;
}
.grid-general-steps {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
}
.grid-general-steps .cuadro_sitem_fase2 p strong {
	color: var(--azulClaro);
}
.layout-columnas .layout-columna-0 {
	flex: 1 0 calc(50% - 1rem);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-right: 2rem;
}
.layout-columnas .layout-columna-1 {
	flex: 1 0 calc(50% - 1rem);
	display: flex;
	flex-direction: column;
	padding-left: 3rem;
}
.layout-columnas .layout-columna-1 p {
	line-height: 1.9rem;
}
.accordion-menu-icon {
	width: 100%;
}
.accordion-menu-icon a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.corfo_region_fase2.module-cabecera, .corfo_region_fase2.module-contenido-destacado {
	margin-top: 0;
}

/* Modal Styles */
.modal-dialog {
    max-width: 70rem;
}

.modal-content {
    border-radius: 0;
    border: none;
    position: relative;
}

.closeMod {
    position: absolute;
	top: 0;
	right: 0;
    z-index: 10;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	color: white;
	background-color: rgb(3, 3, 68);
	border-color: rgb(3, 3, 68);
	text-align: right;
	padding: 0.3rem 0.5rem;
	width: 6rem;
}

.body_pading {
    padding: 20px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 10px;
        width: auto;
    }
}
.grid-downloads {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 1rem;
	width: 100%;
}
.grid-downloads .descarga {
	flex: none;
	text-indent: 0 !important;
	margin-right: 0 !important;
	word-break: break-word;
}
.grid-downloads .descarga .icon-descarga {
	padding-right: 5px;
	margin-left: -25px;
}
.grid-downloads .descarga a {
	display: inline-block;
	width: 100%;
	word-wrap: break-word;
}
.grid-downloads .descarga a:hover {
	text-decoration: underline;
}
.social-dropdown {
	background-color: var(--azulOscuro);
}
.in-page-nav .social-dropdown a {
	font-size: 1rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-decoration: none;
	padding: .3rem;
	display: block;
	width: 100%;
}
.in-page-nav .social-dropdown a:hover {
	color: var(--azulOscuro);
	font-size: 1rem;
	font-weight: bold;
	background-color: #ffffffa2;
}
.module-text-with-image h2 {
	color: #221E7C;
	font-weight: bold;
}

.module-text-with-image p {
	line-height: 2;
}

.video-module {
	position: relative;
}

.video-module img {
	width: 100%;
}

.video-module__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -40px;
	z-index: 200;
}

.video-module__container {
	position: relative;
	display: block;
}

.video-module__container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 30, 124, 0.15);
	z-index: 2;
}
.dropdown-menu {
	z-index: 2000;
}

.corfo_region_fase2-productivo div>h6 {
	color: #221E7C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
}
.sl-circulo-p,
.sl-circulo-p strong {
	font-size: 14px !important;
	line-height: 24px;
}
.layout-bloques-genericos .banner-relac.texto {
	position: relative;
}
.layout-bloques-genericos .mayusculas {
	text-transform: uppercase;
}
.layout-bloques-genericos .banner-relac.texto_color {
	position: relative;
}
.layout-bloques-genericos .texto_color a,
.layout-bloques-genericos .texto_color span {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px 35px;
	display: table-cell;
	height: 92px;
	width: 350px;
	vertical-align: middle;
	margin-bottom: 20px;
}
.layout-bloques-genericos .banner-relac.texto a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	font-weight: 700;
}
.cabecera-right-contenido h2 {
	font-weight: bold;
	font-size: 1.4rem;
	padding: 1rem 0;
}
.single-area-de-trabajo .layout-columnas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0;
	margin: 0;
	min-height: 35rem;
	height: 35rem;
}
.layout-columnas .texto {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}
@media (max-width: 576px) {
	.footer-bottom .row {
		margin: 0;
	}
	.footer-bottom .row .col-md-3, .footer-bottom .row .col-md-4,
	.footer-bottom .row .col-md-2 {
		padding: 0 !important;
	}
}