@charset "utf-8";

@font-face {
	font-family: "Geomanist-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/Geomanist-Regular.otf") format("opentype");
	src: url("../../fonts/Geomanist-Regular.woff") format("woff");
}

@font-face {
	font-family: "Geomanist-Bold";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/Geomanist-Bold.otf") format("opentype");
	src: url("../../fonts/Geomanist-Bold.woff") format("woff");
}

* {
	font-family: "Geomanist-Regular";
	font-weight: 400;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.bold {
	font-family: "Geomanist-Bold";
	font-weight: 700;
}

a {
	color: #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
.blanco {
	color: #FFFFFF;
}

.rojo {
	color: #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
.azul {
	color: #293990;
} /*estilo Abraham Flores 27-06-2022*/
.negro {
	color: #000000;
}

.verde {
	color: #00C951;
} /*Estilo modificado MP 24-MAR-2022*/
.naranja {
	color: #E35700;
} /*Estilo modificado MP 24-MAR-2022*/
.gris-inhabil {
	color: #d5d5d5;
}

@media ( max-width : 991px) {
	.azul-bold-sm-md {
		font-family: "Geomanist-Bold";
		font-weight: 700;
		color: #293990;
	}
}

input[type="radio"] {
	accent-color: #D1001F;
}

input[type="checkbox"] {
	accent-color: #D1001F;
} /*Estilo nuevo SMV 22-JUN-2022*/
a:hover {
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-gris {
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-gris:hover {
	color: #777777;
}

.liga-blanca {
	color: #FFFFFF;
}

.liga-blanca:hover {
	color: #777777;
}

.liga-azul {
	color: #293990;
}

.liga-azul:hover {
	color: #777777;
}

.liga-cerrar-sesion {
	color: #293990;
	text-decoration: none;
}

.liga-cerrar-sesion:hover {
	color: #777777;
	text-decoration: none;
}

.interlineado-1rem {
	line-height: 1rem;
}

@media ( max-width : 767px) {
	.mb-sm-0 {
		margin-bottom: 0;
	}
}

.mt-menos60-sm {
	margin-top: 370px;
} /*nuevos-cambios-header-card-19-05-2022-abraham*/
/*@media (max-width: 767px){.mt-menos60-sm{margin-top: -70px;}}*/
@media ( max-width : 767px) {
	.padd-sm-0 {
		padding: 0;
	}
}

.zi-10 {
	z-index: 10;
}

.zi-20 {
	z-index: 20;
}

@media ( max-width : 767px) {
	.w-100-sm {
		width: 100%;
	}
}

.fondo-azul {
	background-color: #293990;
} /*estilo Abraham Flores 27-06-2022*/
.fondo-blanco {
	background-color: #FFFFFF;
}

.fondo-rojo {
	background-color: #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
.fondo-gris-oscuro {
	background-color: #333333;
}

.fondo-gris {
	background-color: #f2f2f2;
}

.fondo-gris-claro {
	background-color: #f8f8f8;
}

.fondo-degradado {
	background: linear-gradient(to bottom, #f2f2f2, #FFFFFF);
}

.fondo-gris-claro-sm__blanco-md {
	background-color: #f8f8f8;
}

@media ( min-width : 768px) {
	.fondo-gris-claro-sm__blanco-md {
		background-color: #FFFFFF;
	}
}

.boton-rojo {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	border: 2px solid #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	padding: 6px 30px;
	min-width: 180px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

.boton-rojo:hover {
	background-color: #818181;
	color: #FFFFFF;
	border: 2px solid #818181;
	text-decoration: none;
} /*Estilo modificado MP 24-MAR-2022*/
.boton-blanco-borde-rojo {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	background-color: #FFFFFF;
	border: 2px solid #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	padding: 6px 30px;
	min-width: 180px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

.boton-blanco-borde-rojo:hover {
	color: #818181;
	border: 2px solid #818181;
	text-decoration: none;
} /*Estilo modificado MP 24-MAR-2022*/
.boton-blanco-transp {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 30px;
	border: 2px solid #FFFFFF;
	min-width: 180px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

@media ( max-width : 767px) {
	.boton-blanco-transp {
		padding: 2px 20px;
	}
}

.boton-blanco-transp:hover {
	background-color: #FFFFFF;
	color: #818181;
	text-decoration: none;
} /*Estilo modificado MP 24-MAR-2022*/
.button-blanco-transp {
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 30px;
	border: 2px solid #FFFFFF;
	min-width: 180px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

@media ( max-width : 767px) {
	.button-blanco-transp {
		padding: 2px 20px;
	}
}

.button-blanco-transp:hover {
	background-color: #FFFFFF;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.pantalla-semitransparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 36, 36, 0.6);
	z-index: 2;
}

.pantalla-semitransparente-azul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 57, 144, 0.6);
	z-index: 2;
}

.button-rojo {
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	color: #FFFFFF;
	padding: 6px 30px;
	border: 2px solid #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	min-width: 180px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

.button-rojo:hover {
	background-color: #818181;
	border: 2px solid #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.button-rojo[disabled] {
	background-color: #777777;
	opacity: .65;
	border: 2px solid #777777;
}

.widget-calificanos {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 800;
}

.widget-calificanos ul {
	list-style: none;
}

.widget-calificanos ul li a {
	display: block;
	float: right;
	background-color: #FFFFFF;
	padding: 6px 10px 6px 6px;
	margin: 10px 0px;
	border-radius: 25px 0px 0px 25px;
	-webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 21px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.widget-calificanos ul li a img {
	width: 32px;
	height: auto;
}

.widget-calificanos ul li a span {
	display: none;
	font-size: 0.8rem;
}

.widget-calificanos ul li a:hover {
	text-decoration: none;
}

.widget-calificanos ul li a:hover span {
	display: inline;
}

/*Estilos Miguel Ponce Portal MX*/
@media ( min-width : 992px) {
	.btn-mci-nav {
		position: absolute;
		top: 15px;
		right: 20px;
	}
} /*nuevos estilos navbar-07-JUN-2022-AF*/
@media ( max-width : 767px) {
	.btn-mci-nav {
		position: relative;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.navbar.nav-mx {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.31);
	z-index: 600;
}

@media ( max-width : 992px) {
	.nav.menu-global {
		border-bottom: 1px solid #666666;
	}
}

.nav.menu-global .nav-link {
	color: rgba(0, 0, 0, .5);
}

.nav.menu-global .nav-link:hover {
	color: #666666;
}

@media ( min-width : 992px) {
	.nav.menu-global .nav-link {
		border-bottom: 1px solid #666666;
	} /*nuevos estilos navbar-07-JUN-2022-AF*/
}

@media ( max-width : 991px) {
	.nav.menu-global .nav-link {
		font-size: 0.8rem;
	}
} /*nuevos estilos navbar-07-JUN-2022-AF*/
.nav.menu-global .nav-link.active {
	font-family: "Geomanist-Bold";
	font-weight: 700;
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	border-bottom: 3px solid #D1001F; /*Estilo modificado MP 24-MAR-2022*/
}

@media ( min-width : 992px) {
	.menu-general {
		margin: auto;
		position: absolute;
		bottom: 10px;
		left: 115px;
	}
} /*nuevos estilos navbar-07-JUN-2022-AF*/
/*Comienzan estilos Menú Interno*/
.menu-interno {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #f8f9fa;
	display: none;
}

.visible {
	display: block;
}

@media ( max-width : 991px) {
	.menu-interno {
		display: block !important;
		position: relative;
		top: 0;
		left: 0;
		background-color: #FFFFFF;
		border-top: 1px solid #666666;
	}
}

.menu-interno ul {
	padding-left: 0px;
}

.menu-interno li {
	list-style: none;
}

.menu-interno .nav-link {
	color: #818181;
	display: inline-block;
} /*Estilo modificado MP 24-MAR-2022*/
.menu-interno .nav-link:hover {
	color: #FFFFFF;
	background-color: #293990;
}

.menu-interno .nav-link.titulo {
	font-size: 1.25rem;
	font-family: "Geomanist-Bold";
	font-weight: 700;
	color: #000000;
} /*Estilo modificado MP 24-MAR-2022*/
.menu-interno .nav-link.titulo:hover {
	color: #FFFFFF;
} /*Estilo NUEVO MP 24-MAR-2022*/
/*Terminan estilos Menú Interno*/
.carrusel-portada {
	z-index: 100;
}

.fondo-carrusel-portada img {
	object-fit: cover;
}

@media ( min-width : 768px) and (max-width: 991.98px) {
	.fondo-carrusel-portada {
		height: 40vh;
	}
	.fondo-carrusel-portada img {
		height: 40vh;
		object-position: top left;
	} /*nuevos-cambios-header-card-19-05-2022-abraham*/
}

@media ( min-width : 1200px) {
	.fondo-carrusel-portada {
		height: 100vh;
	}
	.fondo-carrusel-portada img {
		height: 100vh;
		object-position: top left;
	} /*nuevos-cambios-header-card-19-05-2022-abraham*/
}

@media ( min-width : 1300px) {
	.fondo-carrusel-portada {
		height: 95vh;
	}
	.fondo-carrusel-portada img {
		height: 95vh;
		object-position: top left;
	} /*nuevos-cambios-header-card-19-05-2022-abraham*/
}

@media ( min-width : 1400px) {
	.fondo-carrusel-portada {
		height: 100vh;
	}
	.fondo-carrusel-portada img {
		height: 100vh;
		object-position: top left;
	} /*nuevos-cambios-header-card-19-05-2022-abraham*/
}

@media ( max-width : 767px) {
	.fondo-carrusel-portada {
		height: 500px;
	}
	.fondo-carrusel-portada img {
		height: 500px;
	}
	/*
	.fondo-carrusel-portada div:nth-child(1) img{object-position: -30px 0px;}
	.fondo-carrusel-portada div:nth-child(2) img{object-position: -150px 0px;}
	.fondo-carrusel-portada div:nth-child(3) img{object-position: -80px 0px;}
	.contenedor-carrusel-portada .col-12:nth-child(1){visibility: hidden;}
	.pantalla-semitransparente-azul{background-color: rgba(41, 57, 144, 0);}
*/
}

@media ( min-width : 768px) {
	.contenedor-carrusel-portada { /*Estilos nuevos MP 30-may-2022*/
		z-index: 100;
		width: 30%;
		position: absolute;
		margin: 0;
		top: 25%;
		right: 10%
	}
}

@media ( max-width : 767px) {
	.carousel-indicators.indicadores-carrusel-home {
		bottom: 60px;
	}
}

@media ( min-width : 768px) {
	.carousel-indicators.indicadores-carrusel-home {
		right: inherit;
		margin-left: 15px;
	}
}

.carousel-indicators.indicadores-carrusel-home li {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 6px;
	transition: ease all 0.5s;
}

.indicadores-carrusel-home.carousel-indicators .active {
	width: 30px;
	height: 10px;
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	transition: ease all 0.5s;
}

@media ( max-width : 767px) {
	.navbar-brand.brand-portal {
		margin: 0 auto;
	}
	.navbar-toggler.toggler-portal {
		position: absolute;
		left: 15px;
		top: 15px;
		border: none;
	}
}

.logo-mci-home {
	width: 160px;
	height: auto;
}

@media ( min-width : 768px) {
	.logo-mci-home {
		width: 140px;
		height: auto;
	}
}

@media ( min-width : 992px) {
	.logo-mci-home {
		width: 160px;
		height: auto;
	}
}

@media ( min-width : 1200px) {
	.logo-mci-home {
		width: 200px;
		height: auto;
	}
}

.logo-infonavit-nav {
	width: 54px;
	height: auto;
}

@media ( min-width : 768px) {
	.logo-infonavit-nav {
		width: 74px;
		height: auto;
	}
}

.liga-conoce-mas {
	text-decoration: underline;
}

.liga-conoce-mas::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0a9";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	margin-left: 8px;
	margin-top: 2px;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
}

@media ( max-width : 767px) {
	.liga-conoce-mas::after {
		margin-top: 4px;
	}
}

.liga-conoce-mas:hover::after {
	margin-left: 18px;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
}

.lista-check-azul {
	list-style: none;
}

.lista-check-azul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A8C0FF;
	content: "\f058";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
	margin-right: 6px;
}

.lista-check-azul-2 {
	list-style: none;
}

.lista-check-azul-2 li {
	margin-bottom: 0.8rem;
} /*Nuevo estilo MP 30-MAR-2022*/
.lista-check-azul-2 li::before {
	content: "";
	background-image: url("../../imas/check-azul.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	margin-left: -24px;
	padding-right: 23px;
}

@media ( max-width : 767px) {
	.contenedor-carrusel-portada { /*Estilos nuevos MP 30-may-2022*/
		z-index: 100;
		width: 90%;
		position: relative;
		margin: -40px auto;
	}
	.contenedor-carrusel-portada h2 {
		font-size: 1.3rem;
	}
	.contenedor-carrusel-portada h3 {
		font-size: 1.2rem;
	}
	.contenedor-carrusel-portada h4 {
		font-size: 1.1rem;
	}
	.contenedor-carrusel-portada p {
		line-height: 1rem;
	}
	.contenedor-carrusel-portada strong {
		font-size: 0.8rem;
	}
	.contenedor-carrusel-portada a {
		font-size: 0.8rem;
	}
	.contenedor-carrusel-portada li {
		font-size: 0.8rem;
	}
}
/*----------------------Estilos Abraham------------------------*/
.text-1 {
	font-size: 0.8rem;
}

.card-1 {
	margin: 15px 15px 0px 15px;
	background-color: #ffffff;
	border: none;
	color: #666666;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.3);
}

@media ( max-width : 767px) {
	.card-1 {
		margin: 0px;
	}
}

.card-1:hover {
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	color: #ffffff;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

.card-1 p {
	color: #666666;
}

.card-1:hover p {
	color: #FFFFFF;
	text-decoration: none;
}

.card-1:hover a {
	color: #FFFFFF;
	text-decoration: none;
}
/*
.card-2-contenedor{
	background-color: #ffffff;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.2);
}
.card-2{
	width: 100%;
	border: none;
	padding: 15px;
	 display: table-cell;
   vertical-align: middle;
}
*/
/*
.card-3{
	
	border: none!important;
	border: 2px solid rgba(0,0,0,.125)!important;}
*/
.card-4 {
	border: none;
}

.card-href {
	color: #666666;
}

.card-href :hover {
	color: #ffffff;
	text-decoration: none;
}

.card-href p {
	color: #666666;
}

.card-href:hover p {
	color: #ffffff;
	text-decoration: none;
}
/*------------------estilos footer-------------------*/
.text-footer-1 {
	font-size: 0.8rem;
}

@media ( max-width : 767px) {
	.text-footer-1 {
		font-size: 0.7rem;
	}
}

.text-footer-2 {
	font-size: 1rem;
}

.text-footer-3 {
	font-size: 1.5rem;
}

@media ( max-width : 767px) {
	.text-footer-3 {
		font-size: 1rem;
	}
}

.linea-gris {
	height: 1px;
	width: 100% !important;
	background-color: #666666;
}

@media ( max-width : 767px) {
	.linea-gris {
		height: 0px;
		width: 100% !important;
		background-color: #ffffff;
	}
}

.liga-footer {
	color: #666666 !important;
}

@media ( max-width : 767px) {
	.liga-footer {
		font-size: 0.7rem;
	}
}

/*ESTILOS CARRUSEL*/
.carousel__contenedor {
	position: relative;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	width: 33%;
	margin-left: 15px;
	margin-right: 15px;
}

.carousel__anterior, .carousel__siguiente {
	position: absolute;
	display: block;
	padding: 8px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #000000;
	opacity: 30%;
	outline: none !important;
}

.carousel__anterior.ant2, .carousel__siguiente.sig2 {
	top: calc(50% - 60px);
}

.carousel__anterior, .carousel__siguiente i {
	font-size: 2em;
}

.carousel__anterior:hover {
	opacity: 100%;
}

.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}

@media ( max-width : 767px) {
	.carousel__anterior {
		left: -16px;
	}
	.carousel__siguiente {
		right: -16px;
	}
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 11px;
	height: 11px;
	background-color: #000000;
	opacity: 0.2;
	border-radius: 15px;
	outline: none !important;
	margin-top: 30px;
	transition: ease all 0.5s;
}

.carousel__indicadores .glider-dot:hover {
	opacity: 0.5;
}

.carousel__indicadores .glider-dot.active {
	background-color: #d1001f; /*Estilo modificado MP 24-MAR-2022*/
	opacity: 1;
	width: 30px;
	transition: ease all 0.5s;
}

.carousel-indicators.indicators-cids {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

@media ( min-width : 1024px) {
	.carousel-indicators.indicators-cids {
		left: auto;
	}
	.marco-img {
		background-color: #ffffff;
		width: 100%;
		height: auto;
	}
}

/*
@media (min-width: 300px) and (max-width: 1023px) {
    .fondoRGBAsalmon-Resp{background-color: rgba(243, 156, 129, 1.0);}
    .fondoRGBAverde-Resp{background-color: rgba(191, 192, 107, 1.0);}
}
@media (min-width: 1024px) {
    .fondoRGBAsalmon-Resp{background-color: rgba(243, 156, 129, 0.7);}
    .fondoRGBAverde-Resp{background-color: rgba(191, 192, 107, 0.7);}
}
*/
@media ( max-width : 767px) {
	.carrusel-texto-proyectos {
		/*        background-color: rgba(243, 156, 129, 1.0); ya no sirve*/
		width: 100%;
		z-index: 10;
		padding: 30px;
	}
	.carrusel-texto-proyectos p {
		color: #FFFFFF;
		font-size: 0.9em;
		line-height: 1.1em;
	}
}

@media ( min-width : 768px) {
	.carrusel-texto-proyectos {
		/*        background-color: rgba(243, 156, 129, 1.0); ya no sirve*/
		width: 100%;
		z-index: 10;
		padding: 30px;
	}
	.carrusel-texto-proyectos p {
		color: #FFFFFF;
		font-size: 0.9em;
		line-height: 1.1em;
	}
}

@media ( min-width : 1024px) {
	.carrusel-texto-proyectos {
		/*        background-color: rgba(243, 156, 129, 0.7); ya no sirve*/
		position: absolute;
		left: 0px;
		width: 60%;
		margin-left: 30px;
		margin-top: -517px;
		z-index: 10;
		padding: 30px;
	}
	.carrusel-texto-proyectos p {
		color: #FFFFFF;
		font-size: 0.9em;
		line-height: 1.1em;
	}
}

@media ( min-width : 1200px) {
	.carrusel-texto-proyectos {
		/*      background-color: rgba(243, 156, 129, 0.7); ya no sirve*/
		position: absolute;
		left: 0px;
		width: 51%;
		margin-left: 30px;
		margin-top: -690px;
		z-index: 10;
		padding: 30px;
	}
	.carrusel-texto-proyectos p {
		color: #FFFFFF;
		font-size: 1.1em;
		line-height: 1.3em;
	}
}

@media ( min-width : 1600px) {
	.carrusel-texto-proyectos {
		/*      background-color: rgba(243, 156, 129, 0.7); ya no sirve*/
		position: absolute;
		left: 0px;
		width: 50%;
		margin-left: 30px;
		margin-top: -640px;
		z-index: 10;
		padding: 30px;
	}
	.carrusel-texto-proyectos p {
		color: #FFFFFF;
		font-size: 1.1em;
		line-height: 1.3em;
	}
}

.fondo-verde {
	background-color: #a9cd6d;
}

.card-azul {
	background-color: #f7fbff;
	border: 2px solid #293990;
	border-radius: 10px;
}

.icon1-background {
	background-image: url("../../imas/icono-haz-una-cita-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.icon1-background:hover {
	background-image: url("../../imas/icono-haz-una-cita-blanco.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.icon2-background {
	background-image: url("../../imas/icono-oficinas-de-atencion-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.icon2-background:hover {
	background-image:
		url( "../../imas/icono-oficinas-de-atencion-blanco.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.icon3-background {
	background-image: url( "../../imas/icono-haz-una-denuncia-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.icon3-background:hover {
	background-image: url( "../../imas/icono-haz-una-denuncia-blanco.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

@media ( max-width : 767px) {
	.mt-text-resp1 {
		margin-top: 75%;
	}
}

@media ( min-width : 768px) {
	.mt-text-resp1 {
		margin-top: 45%;
	}
}

@media ( min-width : 992px) {
	.mt-text-resp1 {
		margin-top: 40%;
	}
}

@media ( min-width : 1200x) {
	.mt-text-resp1 {
		margin-top: 40%;
	}
}

.flecha-izquierda, .flecha-derecha {
	z-index: 20;
}
/*
@media (max-width: 767px) {.flecha-derecha{margin-right: -14px;}}
@media (min-width: 768px) {.flecha-derecha{margin-right: -3px;}}
@media (min-width: 992px) {.flecha-derecha{margin-right: -12px;}}
@media (min-width: 1200px) {.flecha-derecha{margin-right: -25px;}}
.flecha-izquierda{margin-left: -25px;}
@media (max-width: 767px) {.flecha-izquierda{margin-left: -14px;}}
@media (min-width: 768px) {.flecha-izquierda{margin-left: -3px;}}
@media (min-width: 992px) {.flecha-izquierda{margin-left: -12px;}}
@media (min-width: 1200px) {.flecha-izquierda{margin-left: -25px;}}
*/
.img-card-1 {
	width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media ( max-width : 767px) {
	.img-card-1 {
		width: 100%;
		height: auto;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

.img-w100-hauto {
	width: 100%;
	height: auto;
}

.contenedor-centrar-vert {
	display: table;
}

.estilo-footer-card-1 {
	border: none;
}

.h-titulo-card {
	min-height: 84px;
}

.liga-collapsable {
	color: #F7F7F !important;
	list-style: none;
}
/*
.flecha-animadaN1::after{
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
    width: 0.6em;
	height: 0.6em;
	position: absolute;
	right: 4%;
	transform: rotate(-45deg);
	margin-top: 14px;
    transition: all ease 0.4s;
	color: #d1001f; Estilo modificado MP 24-MAR-2022
}
.flecha-animadaN1.collapsed::after{
    transform: rotate(135deg);
    margin-top: 8px;
    transition: all ease 0.4s;
}
*/
/*
.btn-panel-N1{
	width: 100%;
	padding: 20px;
	display: block;
	color: #7F7F7!important;
	font-size: 0.9em;
}
*/
.color-liga-colapsable {
	color: #7F7F7;
	list-style: none;
}

.color-liga-colapsable:hover {
	list-style: none;
}

.w-95por {
	width: 95%;
}

.linea-baja-colapsable {
	width: 100%;
	height: 1px !important;
	background-color: #818181; /*Estilo modificado MP 24-MAR-2022*/
}

.fondo-elipse-superior {
	background-image: url("../../imas/fondo-elipse-inferior.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.fondo-elipse-inferior {
	background-image: url("../../imas/fondo-elipse-superior.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.fondo-2-elipses {
	background-image: url("../../imas/fondo-elipse-inferior.gif"),
		url("../../imas/fondo-elipse-superior.gif");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}

.fondo-circulo-superior {
	background-image: url("../../imas/fondo-circulo-inferior.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.fondo-gris-circulo-superior {
	background: url("../../imas/fondo-circulo-down.gif"), #f2f2f2;
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center center;
}

@media ( max-width : 767px) {
	.padding-seccion-tareas {
		padding-top: 60px;
		padding-bottom: 80px;
	}
} /*Modificado MP 30-may-2022*/
@media ( min-width : 768px) {
	.padding-seccion-tareas {
		padding-top: 0px;
		padding-bottom: 160px;
	}
}
/*
.padding-seccion-tareas{padding-top: 240px; padding-bottom: 80px;}
@media (min-width: 768px){.padding-seccion-tareas{padding-top: 0px; padding-bottom: 160px;}}
*/
.padding-seccion-credito {
	padding-top: 120px;
	padding-bottom: 100px;
}

.text-underline-all {
	text-decoration: underline;
}

@media ( max-width : 991px) {
	.text-underline {
		text-decoration: underline;
	}
}

.iconos-con-linea-azul div {
	position: relative;
}

.iconos-con-linea-azul div::before, .iconos-con-linea-azul div::after {
	content: "";
	border-bottom: 2px dashed #293990;
	position: absolute;
	top: 35px;
	width: 50%;
	z-index: 2;
}

.iconos-con-linea-azul div:before {
	left: 0;
}

.iconos-con-linea-azul div::after {
	right: 0;
}

.iconos-con-linea-azul div:first-child:before {
	border: none;
}

.iconos-con-linea-azul div:last-child:after {
	border: none;
}

.iconos-con-linea-azul img {
	position: relative;
	z-index: 10;
}

.icono-credito {
	width: 70px;
	height: auto;
}

.input-sueldo {
	font-size: 1.5rem;
	font-family: "Geomanist-Bold";
	font-weight: 700;
}

.input-monto-menor {
	font-size: 1.3rem;
}

.plecas-grises {
	position: relative;
	display: block;
}

.plecas-grises::before, .plecas-grises::after {
	content: "";
	border-bottom: 2px solid #818181; /*Estilo modificado MP 24-MAR-2022*/
	position: absolute;
	width: 45%;
}

.plecas-grises::before {
	left: 0px;
	top: 12px;
}

.plecas-grises::after {
	right: 0px;
	top: 12px;
}

.input-inline-con-boton {
	position: relative;
}

.input-inline-con-boton input {
	width: 100%;
	padding-right: 190px;
	-moz-border-radius: .25rem 25px 25px .25rem;
	-webkit-border-radius: .25rem 25px 25px .25rem;
	border-radius: .25rem 25px 25px .25rem;
}

.input-inline-con-boton button {
	position: absolute;
	right: 0;
	top: 0px;
}

.icono-descargas {
	width: 22px;
	height: auto;
}

/*Comienzan estilos Banner Inversiones Miguel Ponce*/
.banner-inversiones {
	border-radius: 15px;
	border: none;
	-webkit-box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 21px 4px rgba(0, 0, 0, 0.18);
}

.banner-inversiones img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}

@media ( min-width : 768px) {
	.banner-inversiones img {
		border-radius: 15px 0px 0px 15px;
	}
}
/*Terminan estilos Banner Inversiones Miguel Ponce*/
/*Comienza desplegable frecuentes*/
.desplegable-frecuentes .btn-link {
	color: #818181;
	padding: 20px 20px;
} /*Estilo modificado MP 24-MAR-2022*/
.desplegable-frecuentes .btn-link:hover {
	color: #818181;
	text-decoration: none;
} /*Estilo modificado MP 24-MAR-2022*/
.desplegable-frecuentes .btn-link[aria-expanded="true"]::before {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 30px;
	transition: all ease 0.4s;
}

.desplegable-frecuentes .btn-link[aria-expanded="false"]::before {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 30px;
	transform: rotate(180deg);
	transition: all ease 0.4s;
}
/*Termina desplegable frecuentes*/
/*Comienzan estilos Acordeón Preguntas Frecuentes 2 con flecha*/
.accordion.acordeon-frecuentes-2 .card {
	border: none;
	border-bottom: 1px solid #ced4da;
}

.accordion.acordeon-frecuentes-2 .card:last-child {
	border: none;
}

.accordion.acordeon-frecuentes-2 .card-header {
	background-color: transparent;
	border: none;
}

.accordion.acordeon-frecuentes-2 .btn-link {
	color: #818181;
	padding-left: 0px;
} /*Estilo modificado MP 24-MAR-2022*/
.accordion.acordeon-frecuentes-2 .btn-link:hover {
	text-decoration: none;
}

.accordion.acordeon-frecuentes-2 .btn-link:focus {
	box-shadow: none;
}

.accordion.acordeon-frecuentes-2 .btn-link[aria-expanded="true"]::before
	{
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	transition: all ease 0.4s;
}

.accordion.acordeon-frecuentes-2 .btn-link[aria-expanded="false"]::before
	{
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	transform: rotate(180deg);
	transition: all ease 0.4s;
}
/*Terminan estilos Acordeón Preguntas Frecuentes 2 con flecha*/
@media ( min-width : 992px) {
	.logo-info-facil-titulo {
		position: absolute;
		top: 4px;
		left: 30px;
	}
}

.banner-portada img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center top;
}

@media ( min-width : 768px) {
	.banner-portada img {
		height: 300px;
	}
}

.banner-portada .contenido-portada { /*Nuevo estilo MP 17-MAR-2022*/
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translateX(-50%);
	width: 90%;
}

/* Estilos desechados MP 17-MAR-2022 
.banner-portada h3{
	z-index: 10;
	position: absolute;
	left: 50%;
	bottom: 25%;
	transform: translateX(-50%);
}
.banner-portada p{
	z-index: 10;
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translateX(-50%);
}
*/
@media ( max-width : 767px) { /*Estilo cambiado MP 17-MAR-2022*/
	.contenido-portada h3 {
		font-size: 1.2rem;
	}
	.contenido-portada p {
		font-size: 0.8rem;
	}
}
/*@media (min-width: 768px){.banner-portada h3{bottom: 30%;}}*/
/*Estilo desechado MP 17-MAR-2022*/
@media ( min-width : 992px) {
	.banner-portada.banner-portada-quiero-credito img {
		object-position: center 30%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-quiero-remodelar img {
		object-position: center 14%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-crezcamos-juntos img {
		object-position: center 40%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-tengo-credito img {
		object-position: center 10%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-soluciones img {
		object-position: center 20%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-seguro-danios img {
		object-position: center top;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-pagos img {
		object-position: center 80%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-agencias-de-soluciones img {
		object-position: center 80%;
	}
}

@media ( max-width : 767px) {
	.banner-portada.banner-portada-pagos-aclaratorio img {
		object-position: center -160%;
	}
}

@media ( min-width : 768px) {
	.banner-portada.banner-portada-pagos-aclaratorio img {
		object-position: center -10%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-pagos-aclaratorio img {
		object-position: center 10%;
	}
}

@media ( min-width : 992px) {
	.banner-portada.banner-portada-crediterreno img {
		object-position: center 80%;
	}
}

.liga-flecha {
	position: relative;
}

.liga-flecha::after {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f054";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
	transition: all ease 0.4s;
}

.liga-flecha:hover::after {
	margin-left: 12px;
	transition: all ease 0.4s;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-leer-mas[aria-expanded="false"]::before {
	content: "Leer m\00E1 s";
	display: inline-block;
}

.liga-leer-mas[aria-expanded="true"]::before {
	content: "Leer menos";
	display: inline-block;
}

.liga-leer-mas[aria-expanded="false"]::after {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 400;
	content: "\f0fe";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
	transition: all ease 0.4s;
}

.liga-leer-mas[aria-expanded="false"]:hover::after {
	margin-left: 12px;
	transition: all ease 0.4s;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-leer-mas[aria-expanded="true"]::after {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 400;
	content: "\f146";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
}

.liga-leer-mas[aria-expanded="true"]:hover::after {
	margin-left: 12px;
	transition: all ease 0.4s;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-descargas::after {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f56d";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
	transition: all ease 0.4s;
}

.liga-descargas:hover::after {
	margin-left: 12px;
	transition: all ease 0.4s;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.liga-ir::after {
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 900;
	content: "\f0a9";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
	transition: all ease 0.4s;
}

.liga-ir:hover::after {
	margin-left: 12px;
	transition: all ease 0.4s;
	color: #818181;
} /*Estilo modificado MP 24-MAR-2022*/
.glider-slide img.ima-pasos-credito {
	width: 70px;
	height: auto;
	z-index: 10;
}

.glider-slide img.ima-pagos-proceso {
	width: 120px;
	height: auto;
	z-index: 10;
}

.carrusel-con-lineas-azules .carousel__elemento {
	position: relative;
}

.carrusel-con-lineas-azules .carousel__elemento::before {
	content: "";
	border-bottom: 2px dashed #293990;
	position: absolute;
	left: 0;
	top: 35px;
	width: 50%;
	z-index: 2;
	margin-left: -15px;
}

.carrusel-con-lineas-azules .carousel__elemento::after {
	content: "";
	border-bottom: 2px dashed #293990;
	position: absolute;
	right: 0;
	top: 35px;
	width: 50%;
	z-index: 2;
	margin-right: -15px;
}

.carrusel-con-lineas-azules .carousel__elemento:first-child:before {
	border: none;
}

.carrusel-con-lineas-azules .carousel__elemento:last-child:after {
	border: none;
}

.icono-credito {
	width: 70px;
	height: auto;
}

.alert-azul {
	background-color: #e9efff;
	color: #293990;
	border: 1px solid #293990;
}

.alert.alert-importante {
	padding-left: 3rem;
	background-image: url("../../imas/icono-importante.png");
	background-repeat: no-repeat;
	background-position: 0.8rem center;
	background-size: 25px 25px;
}

/*Comienzan estilos carrusel cards mx*/
@media ( min-width : 992px) {
	.carousel.carrusel-sm-md .carousel-item {
		display: block;
		float: none;
	}
	.carousel.carrusel-sm-md .carousel-indicators {
		display: none;
	}
}

.carousel.carrusel-cards-mx .carousel-indicators {
	bottom: -50px;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.carousel.carrusel-cards-mx .carousel-indicators {
		bottom: -30px;
	}
}

.carousel.carrusel-cards-mx .carousel-indicators li {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #CCCCCC;
}

.carousel.carrusel-cards-mx .carousel-indicators li.active {
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	width: 20px;
}
/*Terminan estilos carrusel cards mx*/
.icono-consulta {
	width: 150px;
	height: auto;
}

.sin-borde-azul:focus {
	outline: none;
	box-shadow: none;
}

/*Comienzan estilos dropdowns navbar*/
.dropdown-menu.drop-portal {
	padding: 15px;
	background-color: #f8f9fa;
}

.dropdown-menu.drop-portal p {
	margin-bottom: 0.5rem;
}

.dropdown-menu.drop-portal ul {
	padding-left: 0;
}

.dropdown-menu.drop-portal li {
	list-style: none;
}

.dropdown-menu.drop-portal a {
	color: #818181;
	padding: 5px;
	display: block;
} /*Estilo modificado MP 24-MAR-2022*/
.dropdown-menu.drop-portal a:hover {
	color: #FFFFFF;
	background-color: #293990;
	text-decoration: none;
}

@media ( min-width : 992px) {
	.dropdown-menu.drop-portal.drop-el-instituto {
		width: 880px;
		left: 0px;
	} /*Estilo modificado Navbar MP 07-JUN-2022*/
	.dropdown-menu.drop-portal.drop-proveedores {
		width: 880px;
		left: 0px;
	} /*Estilo modificado Navbar MP 07-JUN-2022*/
}

.dropdown-menu.drop-proveedores {
	
}
/*Terminan estilos dropdowns navbar*/
.degradado-blanco {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255,
		255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#ffffff', GradientType=0);
}

.oculta {
	display: none;
}

.reducir-ima-sm {
	max-width: 70%;
	margin: auto;
}

.font-0_8rem {
	font-size: 0.8rem;
}

.ima-cobranza-social {
	width: 70px;
	height: auto;
	position: relative;
	z-index: 10;
}

.imas-con-lineas .card-body {
	position: relative;
}

@media ( max-width : 767px) {
	.imas-con-lineas .card-body::before {
		content: "";
		border-left: 2px dashed #293990;
		position: absolute;
		left: 50%;
		top: 0;
		height: 50%;
		z-index: 2;
	}
	.imas-con-lineas .card-body.primera::before {
		border: none;
	}
}

@media ( min-width : 768px) {
	.imas-con-lineas .card-body::before {
		content: "";
		border-bottom: 2px dashed #293990;
		position: absolute;
		left: 0;
		top: 54px;
		width: 50%;
		z-index: 2;
		margin-left: -15px;
	}
	.imas-con-lineas .card-body::after {
		content: "";
		border-bottom: 2px dashed #293990;
		position: absolute;
		right: 0;
		top: 54px;
		width: 50%;
		z-index: 2;
		margin-right: -15px;
	}
	.imas-con-lineas .card-body.primera::before {
		border: none;
	}
	.imas-con-lineas .card-body.ultima::after {
		border: none;
	}
}

/*Comienzan estilos pasos responsivos tabs*/
.paso-activo {
	border-bottom: 3px solid #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
@media ( max-width : 767px) {
	.paso {
		background-color: #FFFFFF;
		padding: 10px 0px;
	}
	.paso p {
		margin-bottom: 0;
	}
	.pt-paso-sm {
		padding-top: 20px;
	}
}

.paso p { /*MP 08-feb-2022*/
	font-family: "Geomanist-Bold";
	font-weight: 700;
}

.paso-activo p {
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-family: "Geomanist-Bold";
	font-weight: 700;
	position: relative; /*Para que se vea el check*/
	display: inline-block; /*Para que se vea el check*/
}

@media ( max-width : 767px) {
	.paso-activo.checked {
		border-bottom: none;
	}
}

.paso-activo.checked p::after {
	content: "";
	position: absolute;
	right: -24px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url("../../imas/check.png") no-repeat;
	background-size: 20px 20px;
}
/*Terminan estilos pasos responsivos tabs*/
.liga-salir {
	position: relative;
	margin-left: 20px;
}

.liga-salir::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url("../../imas/salir-rojo.png") no-repeat;
	background-size: 16px 16px;
}

.liga-salir:hover::before {
	background: url("../../imas/salir-gris.png") no-repeat;
}

.liga-regresar {
	position: relative;
	margin-left: 20px;
}

.liga-regresar::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 2px;
	width: 16px;
	height: 16px;
	background: url("../../imas/regresar-rojo.png") no-repeat;
	background-size: 16px 16px;
}

.liga-regresar:hover::before {
	background: url("../../imas/regresar-gris.png") no-repeat;
}

.breadcrumb-item.item-mx+.breadcrumb-item.item-mx::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.breadcrumb-item.item-mx+.breadcrumb-item.item-mx {
	font-size: 0.8rem;
	text-align: left;
}

.breadcrumb-item.item-mx a {
	font-size: 0.8rem;
	text-align: left;
	color: #666666;
}

.icon-input-calendario {
	background-image: url("../../imas/icono-calendario.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 25px 25px;
}

.select-mx {
	background-image: url("../../imas/chevron-select.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 30px; /*estilo mejora combo-team diseno-27-06-2022*/
}

.select-mx::-ms-expand {
	display: none;
	/*Evita que se muestre la flecha por defecto en versiones de IE*/
}

/*Comienzan estilos paginador*/
.pagination.pagination-mx .page-item .page-link {
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	background-color: transparent;
	margin: 0px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
}

.pagination.pagination-mx .page-item.active .page-link {
	color: #FFFFFF;
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
}

.pagination.pagination-mx .page-item .page-link[aria-label="Previous"],
	.pagination.pagination-mx .page-item .page-link[aria-label="Next"] {
	background-color: #FAFAFA;
}

.pagination.pagination-mx .page-item .page-link:hover[aria-label="Previous"],
	.pagination.pagination-mx .page-item .page-link:hover[aria-label="Next"]
	{
	background-color: #EEEEEE;
}
/*Terminan estilos paginador*/
/* Estilos emergentes en caso de que no se puedan implementar los botones rojos
.btn-card-rojo .card{transform: scale(0.9); transition: ease all 0.5s;}
.btn-card-rojo:hover{text-decoration: none;}
.btn-card-rojo:hover .card{
	transform: scale(1);
	transition: ease all 0.5s;
	border: 2px solid #D1001F;
}
*/
.btn-card-rojo i {
	font-size: 50px;
	color: #293990;
}

.btn-card-rojo:hover i {
	color: #FFFFFF;
}

.btn-card-rojo:hover .icono-cerca-de-ti {
	color: #FFFFFF;
}

.btn-card-rojo:hover p {
	color: #FFFFFF;
}

/*Comienzan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/
.btn-card-rojo .ico-hover {
	display: none;
}

.btn-card-rojo:hover .ico-hover {
	display: inline-block;
}

.btn-card-rojo:hover .ico-link {
	display: none;
}
/*Terminan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/
.btn-card-rojo .card {
	transform: scale(0.9);
	transition: ease all 0.5s;
}

.btn-card-rojo i {
	font-size: 50px;
	color: #293990;
}

.btn-card-rojo:hover i {
	color: #FFFFFF;
}

.btn-card-rojo:hover {
	text-decoration: none;
}

.btn-card-rojo:hover .card {
	background-color: #D1001F;
	transform: scale(1);
	transition: ease all 0.5s;
}

.btn-card-rojo:hover .icono-cerca-de-ti {
	color: #FFFFFF;
}

.btn-card-rojo:hover p {
	color: #FFFFFF;
}

/*Comienzan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/
.btn-card-rojo .ico-hover {
	display: none;
}

.btn-card-rojo:hover .ico-hover {
	display: inline-block;
}

.btn-card-rojo:hover .ico-link {
	display: none;
}
/*Terminan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/
/*Comienzan estilos Sara y Abraham*/
.numero-titulo {
	position: relative;
}

.numero-titulo span {
	position: absolute;
	left: -35px;
	top: -2px;
	color: #FFFFFF;
	font-size: 0.9rem;
	line-height: 22px;
	text-align: center;
	background-color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	width: 26px;
	height: 25px;
	padding: 2px 4px;
	border-radius: 50%;
}

.overflow-x {
	overflow-x: hidden;
	overflow-y: auto;
}

/*-------------------------------------------------------------------*/
/*----------------Comienzan nuevos estilos Abraham Flores------------*/
/*-------------------------------------------------------------------*/
/*----------------estilos nabs Abraham Flores------------*/
.nav-tabs1 {
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
	border: none;
}

.nav-tabs1>a {
	float: none;
}

.tabbable .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
	white-space: nowrap;
}

.boton-tab .nav-link {
	
}

.boton-tab .nav-link.active {
	background-color: #ffffff;
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-size: 0.9rem;
	font-weight: 700;
	border: none !important;
}

.boton-tab a {
	background-color: transparent;
	color: #495057;
	font-size: 0.9rem;
	border: none !important;
}

.boton-tab a:hover {
	color: #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
.boton-tab a:focus {
	background-color: #ffffff;
	color: #D1001F !important; /*Estilo modificado MP 24-MAR-2022*/
	font-size: 0.9rem !important;
	font-weight: 700 !important;
}

.btn-tabs-2 a {
	background-color: #ffffff !important;
	color: #495057 !important;
}

.btn-tabs-2 a:hover {
	color: #D1001F !important;
} /*Estilo modificado MP 24-MAR-2022*/
.btn-tabs-2 a:focus {
	color: #D1001F !important;
} /*Estilo modificado MP 24-MAR-2022*/
.btn-tabs-2 .nav-link.active {
	color: #D1001F !important;
	font-weight: 700;
} /*Estilo modificado MP 24-MAR-2022*/
@media ( min-width : 1200px) {
	.centrar-tabs {
		display: flex;
		justify-content: center;
	}
}
/*Comienzan estilos Acordeón Preguntas Frecuentes 2 con flecha*/
.accordion.acordeon-centro-ayuda .card {
	border: none;
	border-bottom: 1px solid #ced4da;
}

.accordion.acordeon-centro-ayuda .card:last-child {
	border: none;
}

.accordion.acordeon-centro-ayuda .card-header {
	background-color: transparent;
	border: none;
}

.accordion.acordeon-centro-ayuda .btn-link {
	color: #818181;
	padding-left: 0px;
} /*Estilo modificado MP 24-MAR-2022*/
.accordion.acordeon-centro-ayuda .btn-link:hover {
	text-decoration: none;
}

.accordion.acordeon-centro-ayuda .btn-link:focus {
	box-shadow: none;
}

.accordion.acordeon-centro-ayuda .btn-link[aria-expanded="true"]::before
	{
	font-family: "Font Awesome 5 Free";
	color: #D1001F; /*Estilo modificado MP 24-MAR-2022*/
	font-weight: 400;
	font-size: 1.2rem;
	content: "\f146";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	left: 0px;
	top: 16px;
	transition: all ease 0.4s;
}

.accordion.acordeon-centro-ayuda .btn-link[aria-expanded="false"]::after
	{
	font-family: "Font Awesome 5 Free";
	color: #495057;
	font-weight: 400;
	font-size: 1.2rem;
	content: "\f0fe";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	left: 0px;
	top: 16px;
	transition: all ease 0.4s;
}

@media ( max-width : 767px) {
	.border-b-resp {
		border-bottom: 1px solid #818181;
		margin-top: 20px;
		margin-bottom: 15px;
	}
} /*Estilo modificado MP 24-MAR-2022*/
/*Terminan estilos Acordeón Preguntas Frecuentes 2 con flecha*/
/*-----------estilos buscador-lupa-Abraham Flores------------*/
.buscador-mci input {
	background-color: #f8f9fa;
	margin-right: 0 !important;
	border-right: none;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media ( min-width : 1200px) {
	.buscador-mci input {
		width: 400px !important;
	}
}

@media ( min-width : 992px) and (max-width: 1200px) {
	.buscador-mci input {
		width: 250px !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.buscador-mci input {
		width: 250px !important;
	}
}

@media ( max-width : 767px) {
	.buscador-mci input {
		width: 85%;
	}
}

.buscador-mci button {
	border: 1px solid #ced4da;
	border-left: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*-----------estilos termina buscador-lupa-Abraham Flores------------*/
/*----------------estilos nabs Abraham Flores------------*/
/*-------------------------------------------------------------------*/
/*----------------Terminan nuevos estilos Abraham Flores------------*/
/*-------------------------------------------------------------------*/
/*Terminan estilos Sara y Abraham*/
.alert.alert-mx {
	color: #D1001F;
	border-color: #D1001F;
} /*Estilo modificado MP 24-MAR-2022*/
.alert.alert-mx-naranja {
	color: #E35700;
	border-color: #E35700;
} /*Nuevo estilo MP 08-ABR-2022*/
.alert.alert-mx-naranja .close span {
	color: #E35700;
	font-weight: bold;
}

.alert.alert-mx-naranja.icono-warning-naranja {
	padding-left: 3.7rem;
	background-image: url("../../imas/warning-naranja.png");
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

@media ( min-width : 768px) {
	.h-100-md {
		height: 100%;
	}
} /*MP 08-feb-2022*/
.sombra { /*MP 08-feb-2022*/
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

@media ( min-width : 768px) {
	.sombra-md { /*MP 09-feb-2022*/
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	}
}

.sombra-hover:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

/*Comienza nuevos estilos Sara 11-FEB-2022*/
.estrellas i {
	color: #ffc21c;
}

/*Comienza desplegable botón azul*/
.desplegable-azul .btn-link {
	position: relative;
	text-decoration: none;
	color: #293990;
	background-color: #e9efff;
	border: 2px solid #c5cfe8;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	padding: .375rem 2.2rem .375rem 1rem;
}

.desplegable-azul .btn-link:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

.desplegable-azul .btn-link[aria-expanded="true"]::after {
	font-family: "Font Awesome 5 Free";
	color: #293990;
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	transition: all ease 0.4s;
}

.desplegable-azul .btn-link[aria-expanded="false"]::after {
	font-family: "Font Awesome 5 Free";
	color: #293990;
	font-weight: 900;
	content: "\f077";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	right: 10px;
	transform: rotate(180deg);
	transition: all ease 0.4s;
}
/*Termina desplegable botón azul*/
/*Termina nuevos estilos Sara 11-FEB-2022*/
/*Comienzan estilos file input drop and drag*/
.file-drop-area {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 25px;
	border: 2px dashed #818181; /*Estilo modificado MP 24-MAR-2022*/
	border-radius: 3px;
	transition: 0.2s
}

.choose-file-button {
	flex-shrink: 0;
	background-color: #ffffff;
	border: 1px solid #818181; /*Estilo modificado MP 24-MAR-2022*/
	border-radius: 25px;
	padding: 8px 15px;
	margin-right: 10px;
}

.file-message {
	font-size: small;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0
}

@media ( max-width : 767px) {
	.file-drop-area {
		flex-direction: column;
	}
	.choose-file-button {
		margin-right: 0px;
	}
	.file-message {
		margin-top: 10px;
	}
}
/*Terminan estilos file input dorp and drag*/
/*Comienzan estilos inut tipo range*/
.input-range-mx input[type="range"] {
	width: 90%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.input-range-mx .rango {
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 0;
}
/*Terminan estilos input tipo range*/
/*Comienzan estilos para agregar sombra a las cards y zoom a la imagen*/
.sombra-ima-zoom__hover {
	transition: 0.5s all ease-in-out;
}

.sombra-ima-zoom__hover:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	transition: 0.5s all ease-in-out;
}

.ima-zoom-hover {
	width: 100%;
	overflow: hidden;
}

.ima-zoom-hover img {
	transition: 0.5s all ease-in-out;
}

.sombra-ima-zoom__hover:hover .ima-zoom-hover img {
	transform: scale(1.1);
	transition: 0.5s all ease-in-out;
}
/*Terminan estilos para agregar sombra a las cards y zoom a la imagen*/
@media ( min-width : 992px) {
	.font-0_95-rem-lg {
		font-size: 0.95rem;
	}
} /*Nuevo estilo MP 9-MAR-2022*/
/*Comienzan estilos Tooltips*/
.tooltip-inner {
	background-color: #FFFFFF;
	color: #000000;
	/*text-align: left;*/
	border: 1px solid #dee2e6;
	-moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement ^="left"] .arrow::before
	{
	border-left-color: #FFFFFF;
	left: -1px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement ^="right"] .arrow::before
	{
	border-right-color: #FFFFFF;
	left: 1px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement ^="top"] .arrow::before
	{
	border-top-color: #FFFFFF;
	top: -1px;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement ^="bottom"] .arrow::before
	{
	border-bottom-color: #FFFFFF;
	top: 1px;
}

.bs-tooltip-left .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -7px;
	border-width: 0 .8rem .8rem;
	transform: rotate(90deg);
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #dee2e6;
	z-index: -1;
}

.bs-tooltip-right .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -7px;
	border-width: 0 .8rem .8rem;
	transform: rotate(-90deg);
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #dee2e6;
	z-index: -1;
}

.bs-tooltip-top .arrow::after {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	border-width: 0 .8rem .8rem;
	transform: rotate(180deg);
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #dee2e6;
	z-index: -1;
}

.bs-tooltip-bottom .arrow::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: -6px;
	border-width: 0 .8rem .8rem;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #dee2e6;
	z-index: -1;
}
/*Terminan estilos Tooltips*/
.valida-pass {
	list-style: none;
}

.valida-pass li {
	background: url("../../imas/mini-check.png") 0px 4px no-repeat;
	background-size: 15px 15px;
	margin-left: -20px;
	padding-left: 20px;
}

.valida-pass li.check {
	font-weight: 700;
	background: url("../../imas/mini-check-active.png") 0px 4px no-repeat;
	background-size: 15px 15px;
	margin-left: -20px;
	padding-left: 20px;
}

.valida-pass li.check-l-rojo {
	font-weight: 700;
	background: url( "../../imas/mini-check-rojo.png") 0px 4px no-repeat;
	background-size: 15px 15px;
	margin-left: -20px;
	padding-left: 20px;
}

.valida-pass li.check-l-azul {
	font-weight: 700;
	background: url( "../../imas/mini-check-azul.png") 0px 4px no-repeat;
	background-size: 15px 15px;
	margin-left: -20px;
	padding-left: 20px;
}

.liga-top {
	text-decoration: none;
}

.liga-top:hover {
	opacity: 0.5;
}

.liga-top i {
	font-size: 2rem;
}

.card-body.min-h-pasos-credito {
	min-height: 180px;
} /*Nuevo estilo MP 30-MAR-2022*/
/*Comienzan estilos Tabs 8, 9 Pasos*/
.contenedor-tabs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.tab-9-pasos, .tab-8-pasos {
	line-height: 1rem;
	padding: 8px 5px;
}

.tab-contenido {
	flex: 1 0 100%;
}

.tab-contenido .card {
	-moz-border-radius: 0 0 .30rem .30rem;
	-webkit-border-radius: 0 0 .30rem .30rem;
	border-radius: 0 0 .30rem .30rem;
}

@media ( max-width : 767px) {
	.contenedor-tabs {
		flex-direction: column;
	}
	.tab-9-pasos, .tab-8-pasos {
		width: 100%;
		margin-top: 20px;
		-moz-border-radius: .30rem .30rem .30rem .30rem;
		-webkit-border-radius: .30rem .30rem .30rem .30rem;
		border-radius: .30rem .30rem .30rem .30rem;
	}
	.contenedor-tabs .tab-9-pasos.checado, .contenedor-tabs .tab-8-pasos.checado
		{
		color: #D1001F;
	}
	.contenedor-tabs .tab-9-pasos.activo, .contenedor-tabs .tab-8-pasos.activo
		{
		color: #D1001F;
		font-family: "Geomanist-Bold";
		font-weight: 700;
		z-index: 30;
		border-bottom: 4px solid #AEAEAE;
		-moz-border-radius: .30rem .30rem 0 0;
		-webkit-border-radius: .30rem .30rem 0 0;
		border-radius: .30rem .30rem 0 0;
	}
}

@media ( min-width : 768px) {
	.contenedor-tabs {
		justify-content: center;
	}
	.tab-contenido {
		position: relative;
		z-index: 20;
	}
	.tab-contenido .card {
		-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		-moz-border-radius: 0 0 .50rem .50rem;
		-webkit-border-radius: 0 0 .50rem .50rem;
		border-radius: 0 0 .50rem .50rem;
	}
	.tab-9-pasos {
		position: relative;
		z-index: 10;
		width: 9.9%;
		display: flex;
		justify-content: center;
		font-size: 0.8rem;
		-moz-border-radius: .50rem .50rem 0 0;
		-webkit-border-radius: .50rem .50rem 0 0;
		border-radius: .50rem .50rem 0 0;
	}
	.tab-8-pasos {
		position: relative;
		z-index: 10;
		width: 11.3%;
		display: flex;
		justify-content: center;
		font-size: 0.8rem;
		-moz-border-radius: .50rem .50rem 0 0;
		-webkit-border-radius: .50rem .50rem 0 0;
		border-radius: .50rem .50rem 0 0;
	}
	.contenedor-tabs .tab-9-pasos, .contenedor-tabs .tab-8-pasos {
		margin-left: 5px;
		margin-right: 5px;
	}
	.contenedor-tabs .tab-9-pasos:first-child, .contenedor-tabs .tab-8-pasos:first-child
		{
		margin-left: 0px;
	}
	.contenedor-tabs .tab-9-pasos:nth-last-child (2), .contenedor-tabs .tab-8-pasos:nth-last-child
		(2){
		margin-right: 0px;
	}
	.contenedor-tabs .tab-9-pasos.checado, .contenedor-tabs .tab-8-pasos.checado
		{
		color: #D1001F;
	}
	.contenedor-tabs .tab-9-pasos.activo, .contenedor-tabs .tab-8-pasos.activo
		{
		color: #D1001F;
		font-family: "Geomanist-Bold";
		font-weight: 700;
		z-index: 30;
		-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
	}
	.contenedor-tabs .tab-9-pasos.activo::after, .contenedor-tabs .tab-8-pasos.activo::after
		{
		border-bottom: 20px solid #FFFFFF;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		bottom: -16px;
		margin: 0 auto;
	}
}

@media ( min-width : 992px) {
	.tab-9-pasos {
		position: relative;
		z-index: 10;
		width: 11.3%;
		font-size: 0.8rem;
	}
	.tab-8-pasos {
		position: relative;
		z-index: 10;
		width: 11.6%;
		font-size: 0.8rem;
	}
}

@media ( min-width : 1200px) {
	.tab-9-pasos {
		position: relative;
		z-index: 10;
		width: 10.38%;
		font-size: 1rem;
	}
	.tab-8-pasos {
		position: relative;
		z-index: 10;
		width: 11.79%;
		font-size: 1rem;
	}
}
/*Terminan estilos Tabs 8, 9 Pasos*/
/******COMIENZAN ESTILOS TABS 10 PASOS******/
.tab-10-pasos {
	line-height: 1rem;
	padding: 8px 5px;
}

@media ( max-width : 767px) {
	.tab-10-pasos {
		width: 100%;
		margin-top: 20px;
		-moz-border-radius: .30rem .30rem .30rem .30rem;
		-webkit-border-radius: .30rem .30rem .30rem .30rem;
		border-radius: .30rem .30rem .30rem .30rem;
	}
	.contenedor-tabs .tab-10-pasos.checado {
		color: #D1001F;
	}
	.contenedor-tabs .tab-10-pasos.activo {
		color: #D1001F;
		font-family: "Geomanist-Bold";
		font-weight: 700;
		z-index: 30;
		border-bottom: 4px solid #AEAEAE;
		-moz-border-radius: .30rem .30rem 0 0;
		-webkit-border-radius: .30rem .30rem 0 0;
		border-radius: .30rem .30rem 0 0;
	}
}

@media ( min-width : 768px) {
	.tab-10-pasos {
		position: relative;
		z-index: 10;
		width: 8.8%;
		display: flex;
		justify-content: center;
		font-size: 0.8rem;
		-moz-border-radius: .50rem .50rem 0 0;
		-webkit-border-radius: .50rem .50rem 0 0;
		border-radius: .50rem .50rem 0 0;
	}
	.contenedor-tabs .tab-10-pasos {
		margin-left: 5px;
		margin-right: 5px;
	}
	.contenedor-tabs .tab-10-pasos:first-child {
		margin-left: 0px;
	}
	.contenedor-tabs .tab-10-pasos:nth-last-child (2){
		margin-right: 0px;
	}
	.contenedor-tabs .tab-10-pasos.checado {
		color: #D1001F;
	}
	.contenedor-tabs .tab-10-pasos.activo {
		color: #D1001F;
		font-family: "Geomanist-Bold";
		font-weight: 700;
		z-index: 30;
		-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
		box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
	}
	.contenedor-tabs .tab-10-pasos.activo::after {
		border-bottom: 20px solid #FFFFFF;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		bottom: -16px;
		margin: 0 auto;
	}
}

@media ( min-width : 992px) {
	.tab-10-pasos {
		position: relative;
		z-index: 10;
		width: 9.2%;
		font-size: 0.8rem;
	}
}

@media ( min-width : 1200px) {
	.tab-10-pasos {
		position: relative;
		z-index: 10;
		width: 9.27%;
		font-size: 0.9rem;
	}
}
/******TERMINAN ESTILOS TABS 10 PASOS******/
/*Inicio Estilos cards tabs+++++++Abraham flores 08-04-2022*/
.w-btn-tabs {
	width: 22%;
}

@media ( max-width : 991px) {
	.w-btn-tabs {
		width: 32%;
	}
}

@media ( max-width : 767px) {
	.w-btn-tabs {
		width: 33.3%;
	}
}

@media ( max-width : 991px) {
	.text-btn-tabs-resp {
		line-height: 1.1rem;
		font-size: 1rem;
		margin-bottom: 0rem;
	}
}

@media ( max-width : 767px) {
	.p-nav-resp {
		padding: 0rem;
	}
	.p-card-resp {
		padding: 0.5rem;
	}
	.text-btn-tabs-resp {
		line-height: 0.9rem;
		font-size: .8rem;
		margin-bottom: 0rem;
	}
}
/*Termina Estilos cards tabs*/
/*inicio botones texto rojo con fontawesome*/
.btn-eliminar, .btn-eliminar i {
	color: #D1001F;
}

.btn-eliminar:hover, .btn-eliminar:hover i {
	color: #818181;
}
/*termino botones texto rojo con fontawesome++Abraham-flores++11-04-2022*/
/*Comienzan estilos Input Editar*/
.input-editar input, .input-editar select {
	display: inline;
	position: relative;
}

.input-editar button {
	display: inline;
	background-color: #e9ecef;
	padding-left: 10px;
	padding-right: 10px;
	height: calc(1.5em + .75rem + 2px);
	border: 1px solid #ced4da;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	position: absolute;
	right: 15px;
}

.input-editar button:hover {
	background-color: #F2F2F2;
}
/*Terminan estilos Input Editar*/
/*Comienzan nuevos estilos input seleccionar archivos*/
input[type="file"] {
	display: none;
}

.input-elegir-archivo {
	border: none;
	display: inline-block;
	padding: 0px 12px;
	cursor: pointer;
}

.input-elegir-archivo, .input-elegir-archivo i {
	color: #D1001F;
}

.input-elegir-archivo:hover {
	color: #818181;
}

.input-elegir-archivo:hover i {
	color: #818181;
}
/*Terminan nuevos estilos input seleccionar archivos*/
/*Comienzan estilos input seleccionar archivos*/
/*
.btn-seleccionar-archivo{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.btn-seleccionar-archivo + label {
    color: #D1001F;
    background-color: transparent;
    display: inline-block;
}
.btn-seleccionar-archivo + label i{color: #D1001F;}
.btn-seleccionar-archivo + label:hover i{color: #777777;}
.btn-seleccionar-archivo:focus + label,
.btn-seleccionar-archivo + label:hover,
.btn-seleccionar-archivo i:hover {color: #777777;}
.btn-seleccionar-archivo + label {cursor: pointer;}
*/
/*Terminan estilos input seleccionar archivos*/
.justify-izquierdo {
	justify-content: flex-start;
}

@media ( min-width : 1200px) {
	.tab-primero {
		position: relative;
		z-index: 10;
		width: 20%;
		font-size: 1rem;
	}
}

@media ( min-width : 992px) {
	.tab-primero {
		position: relative;
		z-index: 10;
		width: 20%;
		font-size: 0.8rem;
	}
}

@media ( max-width : 991px) {
	.tab-primero {
		position: relative;
		z-index: 10;
		width: 40%;
		font-size: 0.8rem;
	}
}

@media ( max-width : 767px) {
	.tab-primero {
		position: relative;
		z-index: 10;
		width: 100%;
		font-size: 0.8rem;
	}
}

@media ( min-width : 768px) {
	.banner-pc {
		display: block;
	}
	.banner-cell {
		display: none;
	}
} /*nuevos-cambios-header-card-19-05-2022-abraham*/
@media ( max-width : 767px) {
	.banner-pc {
		display: none;
	}
	.banner-cell {
		display: block;
	}
} /*nuevos-cambios-header-card-19-05-2022-abraham*/
@media ( min-width : 768px) and (max-width: 991.98px) {
	.texto-card-resp {
		font-size: 1rem !important;
	}
	.texto-card-resp-2 {
		font-size: 1.25rem !important;
	}
} /*nuevos-cambios-header-card-19-05-2022-abraham*/
@media ( min-width : 992px) and (max-width: 1199.98px) {
	.texto-card-resp {
		font-size: 1.2rem !important;
	}
	.texto-card-resp-2 {
		font-size: 1.25rem !important;
	}
}

@media ( min-width : 1240px) {
	.mt-xl-6-kioskos {
		margin-top: 6rem !important;
	}
} /*nuevos-cambios-header-card-20-05-2022-abraham*/
@media ( min-width : 1350px) and (max-width: 1389px) {
	.ml-card-resp {
		margin-left: 100px;
		width: 400px;
	}
} /*nuevos-cambios-header-card-20-05-2022-abraham*/
.lista-mb-0 {
	margin-bottom: 0px !important;
}

.lista-mb-0 li {
	margin-bottom: 0px !important;
} /*estilo-15-06-2022 -AF*/
.custom-control-input:checked ~.custom-control-label::before {Nuevo
	estilo MP 17-jun-2022 color:#fff;
	border-color: #D1001F;
	background-color: #D1001F;
}

@media ( max-width : 767px) {
	.tabs-cubos .nav-tabs {
		flex-direction: column;
	}
	.tabs-cubos .nav-tabs .nav-item {
		width: 100% !important;
	}
}

.tabs-cubos .nav-tabs .nav-item {
	width: 24.29%;
	background-color: #f2f2f2;
	margin-right: 10px;
}

.tabs-cubos .nav-tabs .nav-item:last-child {
	margin-right: 0px;
}

.tabs-cubos .nav-tabs .nav-link {
	height: 100%;
	text-align: center;
	color: #818181;
}

.tabs-cubos .nav-tabs .nav-link:hover {
	color: #FFFFFF;
	background-color: #293990;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.tabs-cubos .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
	{
	color: #FFFFFF;
	background-color: #293990;
}

/*Comienzan estilos esayTabs responsivas*/
.tabs-responsivas {
	width: 100%;
	margin: 0 auto;
}
/*Terminan estilos esayTabs responsivas*/
/*Inicio estilos-info-mapas-23-06-2022 AF*/
.info-mapa {
	width: 40%;
	position: absolute;
	top: 15px;
	right: 20px;
}

@media ( max-width : 767px) {
	.info-mapa {
		width: 45%;
	}
}

.txt-mapa-titulo {
	font-size: 0.7rem;
}

.txt-mapa-subtitulo {
	font-size: 0.6rem;
}

.txt-mapa-b {
	font-size: 0.6rem;
}

.txt-mapa {
	font-size: 0.5rem;
}

.btn-prueba {
	width: 45%;
}

@media ( max-width : 767px) {
	.btn-prueba {
		width: 90%;
	}
}
/*Termino estilos-info-mapas-23-06-2022 AF*/
.cubo-card {
	min-height: 90px !important;
}

.centrar-ver-card {
	position: relative;
}

.centrar-obj {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
}

.cuadro-tol {
	width: 70px;
	height: 70px;
	background-color: #293990;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.icono-xls-cubos {
	height: 60px;
	width: auto;
}

.tooltip-cubos-derecha {
	position: absolute;
	bottom: -59px;
	right: -9px;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #ffffff;
	height: 35px;
	width: 35px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 20px;
}

@media ( min-width : 768px) {
	.tooltip-cubos-derecha {
		bottom: -35px;
	}
}

@media ( min-width : 992px) {
	.tooltip-cubos-derecha {
		position: absolute;
		bottom: -35px;
		right: -9px;
		border: 1px solid rgba(0, 0, 0, .1);
		background-color: #ffffff;
		height: 35px;
		width: 35px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 20px;
	}
}

@media ( min-width : 992px) {
	.tooltip-cubos-derecha {
		position: absolute;
		top: 0px;
		right: -43px;
		border: 1px solid rgba(0, 0, 0, .1);
		background-color: #ffffff;
		width: 35px;
		height: 35px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

.tooltip-cubos-izquierda {
	position: absolute;
	bottom: -35px;
	left: -9px;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 20px;
}

@media ( min-width : 992px) {
	.tooltip-cubos-izquierda {
		position: absolute;
		top: 0px;
		left: -43px;
		border: 1px solid rgba(0, 0, 0, .1);
		background-color: #ffffff;
		height: 35px;
		width: 35px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
}

.info-cubos {
	list-style: none;
}

.info-cubos {
	margin-bottom: 0.8rem;
}

.info-cubos::before {
	content: "";
	background-image: url("../../imas/check-azul.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	margin-left: -24px;
	padding-right: 23px;
}

@media ( min-width : 768px) {
	.sombra-izq {
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 24%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		box-shadow: -4px 5px 10px 0px rgb(0 0 0/ 24%);
	}
}

@media ( min-width : 992px) {
	.sombra-izq {
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 24%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		box-shadow: -6px 0px 10px 0px rgb(0 0 0/ 24%);
	}
}

@media ( min-width : 768px) {
	.sombra-der {
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 24%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		box-shadow: 4px 5px 10px 0px rgb(0 0 0/ 24%);
	}
}

@media ( min-width : 992px) {
	.sombra-der {
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 24%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
		box-shadow: 6px 0px 10px 0px rgb(0 0 0/ 24%);
	}
}

.icon-ml {
	margin-left: -8px;
	margin-bottom: 8px;
}

@media ( max-width : 767px) {
	.icon-ml {
		margin-left: -7px;
		margin-bottom: 8px;
	}
}

.icon-mr {
	margin-left: -8px;
	margin-top: -6px;
}

@media ( max-width : 767px) {
	.icon-mr {
		margin-bottom: 0px;
		margin-left: -7px;
	}
}

#spinner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.2s;
}

#spinner img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
}

#spinner {
	visibility: hidden;
	opacity: 0;
}

#spinner.show {
	visibility: visible;
	opacity: 1;
}