@charset "utf-8";

@font-face {
    font-family:"Montserrat-Regular";
	font-style: normal;
	font-weight: 400;
    src: url("/wps/wcm/connect/a176f235-4a5d-48f4-bad4-56fde9448185/Montserrat-Regular.ttf?MOD=AJPERES") format("truetype");
	src: url("/wps/wcm/connect/6d4043ac-eec1-44df-80fa-d8608421a1ed/Montserrat-Regular.woff?MOD=AJPERES") format("woff");
}
@font-face{ /*Estilo nuevo MP 21-noviembre-2023*/
	font-family: "Montserrat-Medium";
	font-style: normal;
	src: url("/wps/wcm/connect/2e48473c-30fc-4d92-b3f1-71370e183952/Montserrat-Medium.ttf?MOD=AJPERES") format("truetype");
	src: url("/wps/wcm/connect/6633cbb0-0612-41c6-b31f-2337ad463959/Montserrat-Medium.woff?MOD=AJPERES") format("woff");
}

@font-face {
    font-family:"Montserrat-Bold";
	font-style: normal;
	font-weight: 700;
    src: url("/wps/wcm/connect/66fb028c-b555-4092-8e4f-787c743cb7f3/Montserrat-Bold.ttf?MOD=AJPERES") format("truetype");
	src: url("/wps/wcm/connect/e52a1b68-eb04-40c3-bcf0-72b5ab632523/Montserrat-Bold.woff?MOD=AJPERES") format("woff");
}

*{font-family: "Montserrat-Regular"; font-weight: 400; color: #212529;} /*CAMBIO DE COLORES 4T 2024*/
.semi-bold{font-family: "Montserrat-Medium";} /*Estilo nuevo MP 21-noviembre-2023*/
.bold{font-family: "Montserrat-Bold"; font-weight: 700;}/*CAMBIO DE COLORES 4T 2024*/
a{color: #9F2241;} /*CAMBIO DE COLORES 4T 2024*/
.blanco{color: #FFFFFF;}
.rojo{color: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
.azul{color: #BC955C;}/*CAMBIO DE COLORES 4T 2024*/
.negro{ color: #000000;} /*Modificado MP 21-noviembre-2023*/
.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: "Montserrat-Bold"; font-weight: 700; color: #BC955C;}} /*CAMBIO DE COLORES 4T 2024*/
input[type="radio"]{accent-color: #691C32;}/*CAMBIO DE COLORES 4T 2024*/
input[type="checkbox"]{accent-color: #691C32;}/*CAMBIO DE COLORES 4T 2024*/

a:hover{color: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
.liga-gris{color: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
.liga-gris:hover{color: #777777;}
.liga-blanca{color: #FFFFFF;}
.liga-blanca:hover{color: #777777;}
.liga-azul{color: #BC955C;}/*CAMBIO DE COLORES 4T 2024*/
.liga-azul:hover{color: #6F7271;}/*CAMBIO DE COLORES 4T 2024*/
.liga-cerrar-sesion{color: #BC955C; text-decoration: none;} /*CAMBIO DE COLORES 4T 2024*/
.liga-cerrar-sesion:hover{color: #777777; text-decoration: none;}
.liga-organigrama, .liga-organigrama i{color: #000000;}
.liga-organigrama i{margin-left: 4px;}
.liga-organigrama:hover, .liga-organigrama:hover i{color: #777777;}

.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: #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
.fondo-blanco{background-color: #FFFFFF;}
.fondo-rojo{background-color: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
.fondo-gris-oscuro{background-color: #333333;}
.fondo-gris{background-color: #F2F2F2;}	/*CAMBIO DE COLORES 4T 2024*/		   				  
.fondo-gris-claro{background-color: #FFFCF3;} /*CAMBIO DE COLORES 4T 2024*/
.fondo-degradado{background: linear-gradient(to bottom, #f2f2f2, #FFFFFF);}
.fondo-gris-claro-sm__blanco-md{background-color: #FFFCF3;}/*CAMBIO DE COLORES 4T 2024*/
@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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	border: 2px solid #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271; color: #FFFFFF; border: 2px solid #6F7271; text-decoration: none;} /*Estilo modificado MP 24-MAR-2022*/
.boton-blanco-borde-rojo{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #691C32;  /*CAMBIO DE COLORES 4T 2024*/
	background-color: #FFFFFF;
	border: 2px solid #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271; border: 2px solid #6F7271; text-decoration: none;} /*CAMBIO DE COLORES 4T 2024*/
.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: #6F7271; text-decoration: none;} /*CAMBIO DE COLORES 4T 2024*/
.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: #6F727;} /*Estilo modificado MP 24-MAR-2022*//*CAMBIO DE COLORES 4T 2024*/

.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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	color: #FFFFFF;
	padding: 6px 30px;
	border: 2px solid #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271; border: 2px solid #6F7271;}/*CAMBIO DE COLORES 4T 2024*/
.button-rojo[disabled]{background-color: #777777; opacity: .65; border: 2px solid #777777;}
.button-rojo:focus,.button-rojo:active, .button-rojo:visited{background-color: #9F2241;}/*CAMBIO DE COLORES 4T 2024*/

.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;}

/*Comienzan estilos widget calificanos 3 ESTILO NUEVO RAM COLORES*/
.widget-calificanos-3{
	position: fixed;
	top: 60%;
	right: -217px;
	z-index: -1;
}
.widget-calificanos-3 ul{margin: 0; padding: 0;}
.widget-calificanos-3 li{
	list-style: none;
	background-color: #FFFFFF;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);
}
.widget-calificanos-3 li:first-child{
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.widget-calificanos-3 li:last-child{
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
/* ESTILO NUEVO RAM COLORES 03/03/2025 */
/*.widget-calificanos-3 li.show:first-child{ 
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.widget-calificanos-3 li.show:last-child{
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.widget-calificanos-3 li.show {transform: translateX(-210px);}*/
#item1:hover{transform: translateX(-215px)}
#item2:hover{transform: translateX(-215px)}
/* TERMINA ESTILO NUEVO RAM COLORES 03/03/2025 */

.widget-calificanos-3 span{
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}
.widget-calificanos-3 a{padding: 10px 10px 10px 0px;}
.widget-calificanos-3 a:hover{text-decoration: none;}
.widget-calificanos-3.activeButton{right: 157px!important;}
/*Terminan estilos widget calificanos 3*/																												 

/*Comienzan estilos Navbar*/

.contenedor-nav{display: flex; flex-direction: column;}
@media (max-width: 767px){
	.nav-superior{order: 1; padding: 0;}
	.nav-central{order: 0;}
	.nav-inferior{order: 2; padding: 0;}
}

.navbar.nav-superior .dropdown-menu.dropdown-proveedores{width: 100%;}
@media (min-width: 768px){.navbar.nav-superior .dropdown-menu.dropdown-proveedores{width: 800px;}}
.navbar.nav-superior .dropdown-menu.dropdown-proveedores .dropdown-item{
	white-space: normal;
	line-height: 1.2rem;
	margin-bottom: 6px;
	padding: .25rem 0.5rem;
}
.navbar.nav-superior .dropdown-menu.dropdown-proveedores .dropdown-item:hover{
	color: #FFFFFF;
	background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navbar.nav-superior .nav-link[aria-expanded="true"]{font-family: "Montserrat-Bold"; font-weight: 700;}
.titulo-nav{cursor: default;}
/* ESTILO NUEVO RAM COLORES 27/02/2025 
.logo-infonavit-nav{width: 60px; height: auto;}*/

.nav-central .nav-item.active .rojo{border-bottom: 2px solid #691C32;}/*CAMBIO DE COLORES 4T 2024*/
.nav-central .nav-item.active .azul{border-bottom: 2px solid #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
.nav-central .nav-item.active .verde{border-bottom: 2px solid #00C951;}
.nav-central .nav-item.active .morado{border-bottom: 2px solid #7F3F98;}
.nav-central .navbar-toggler{font-size: 1rem;}
/* ESTILO NUEVO RAM COLORES 27/02/2025 
@media (max-width: 767px){.nav-central .navbar-brand{margin-right: 0;}}*/
@media (max-width: 767px){ /*MODIFICADO MP 27-FEB-2025*/
	.nav-central .navbar-brand{margin: 0 auto; padding-bottom: 1.3rem;}
}

.nav-link.rojo{color: #691C32!important;}/*CAMBIO DE COLORES 4T 2024*/
.nav-link.azul{color: #BC955C!important;} /*CAMBIO DE COLORES 4T 2024*/
.nav-link.verde{color: #00C951!important;}
.nav-link.morado{color: #7F3F98!important;}

@media (max-width: 767px){
	#navbarCentral{
		z-index: 200;
		position: absolute;
		/* ESTILO NUEVO RAM COLORES 27/02/2025
		top: 68px; */
		top: 114px; /*MODIFICADO MP 27-FEB-2025*/
		left: 0px;
		background-color: #FFFFFF;
		-moz-border-radius: 0px 0px 20px 0px;
		-webkit-border-radius: 0px 0px 20px 0px;
		border-radius: 0px 0px 20px 0px;
		-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.27);
		-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.27);
		box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.27);
	}
	.nav-central .nav-item{border-bottom: 1px solid rgba(0,0,0,.55);}
	#navbarCentral .nav-link{padding: 12px;}
}

.btn-buscador{
	background-color: #6F7271; /*CAMBIO DE COLORES 4T 2024*/
	padding: .375rem .65rem;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.btn-buscador:hover{background-color: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
.btn-buscador i{color: #FFFFFF;}

.buscador-nav{
	padding-left: 2rem;
	background-image: url("../images/icono-buscar.gif");
    background-repeat: no-repeat;
    background-position: 0.3rem center;
    background-size: 22px auto;
}
@media (max-width: 767px){
    .buscador-nav{
        color: #FFFFFF;
        background-color: #96a6bd;
		background-image: url("../images/lupa-buscador-cel.png");
		background-repeat: no-repeat;
		background-position: 0.3rem center;
		background-size: 20px auto;
    }
    .buscador-nav:active, .buscador-nav:focus{color: #FFFFFF;background-color: #96a6bd;}
    .buscador-nav::placeholder{color: #FFFFFF;}
}
@media (max-width: 767px){.contenedor-buscador{display: flex!important;}}

.btn-nav-superior{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: #A3B0C1;
	padding: 0;
	position: absolute;
	right: 1rem;
	/* ESTILO NUEVO RAM COLORES 27/02/2025 */
	top: 70px; /*MODIFICADO MP 27-FEB-2025
	top: 17px; */}
.btn-nav-superior[aria-expanded="false"] span{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../images/icono-menu-hamburguesa.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.btn-nav-superior[aria-expanded="true"] span{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../images/icono-menu-cerrar.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.btn-nav-inferior{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	padding: 0;
	position: absolute;
	right: 3.2rem;
	/* ESTILO NUEVO RAM COLORES 27/02/2025 */
	top: 70px; /*MODIFICADO MP 27-FEB-2025
	top: 17px;*/}
.btn-nav-inferior[aria-expanded="false"] span{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../images/icono-menu-buscador.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
.btn-nav-inferior[aria-expanded="true"] span{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../images/icono-menu-cerrar.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}
.icono-btn-nav-close{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../images/icono-menu-cerrar.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.toggler-nav-central i{transition: ease all 0.3s;}
.toggler-nav-central[aria-expanded="true"] i{
	transform: rotate(180deg);
	transition: ease all 0.3s;
}

@media (max-width: 767px){.btn-mci-nav{margin: auto;}
.nav-inferior .dropdown-item {white-space: normal;}
}

@media (min-width: 992px){
	.nav-inferior .nav-item.dropdown:hover .dropdown-menu{display: block;}
	.nav-inferior .dropdown-menu{
		border-left: 3px solid #691C32;
		border-radius: 0px 0px 20px 0px;
	}
	.nav-inferior.navbar-light .navbar-nav .nav-link {color: rgba(255, 255, 255, 0.5);}
	.nav-inferior.navbar-light .navbar-nav .nav-link{color: rgba(255, 255, 255, .9);}
	.nav-inferior.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color: rgba(255, 255, 255, .9); font-family: "Montserrat-Bold"; font-weight: 700;}
} /*MP 3-oct-2022*/
@media (max-width: 991px){
	.nav-inferior .dropdown-menu{display: block;} /*MP 3-oct-2022*/
	.nav-inferior .dropdown-toggle{ /*MP 21-oct-2022*/
		background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
		color: #FFFFFF!important;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.nav-inferior .dropdown-toggle::after{content: none;} /*MP 21-oct-2022*/
}
/*Terminan estilos Navbar*/

.semitransp{ /*Agregado MP 13-DIC-2022*/
	width: 100%;
	height: 100%;
	background-color: rgba(42,132,211,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.carousel.carrusel-portada .carousel-caption{text-align: left; z-index: 30; top: 4%; bottom: auto;}
@media (max-width: 767px){
	.fondo-carrusel-portada{height: 500px;}
	.fondo-carrusel-portada img{height: 500px;}
	.carousel.carrusel-portada .texto-carrusel{font-size: 0.9rem;}
}

.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;}
	.carousel.carrusel-portada .carousel-caption{width: 40%; left: 10%; right: auto;}
}
@media (min-width: 1200px){
	.fondo-carrusel-portada{height: 64vh;} /*MP Modifiacdo 28-nov-2022*/
	.fondo-carrusel-portada img{height: 64vh; object-position: top left;} /*MP Modifiacdo 28-nov-2022*/
	.carousel.carrusel-portada .carousel-caption{width: 30%; left: 10%; right: auto;}
}
@media (min-width: 1300px){
	.fondo-carrusel-portada{height: 64vh;} /*MP Modifiacdo 28-nov-2022*/
	.fondo-carrusel-portada img{height: 64vh; object-position: top left;} /*MP Modifiacdo 28-nov-2022*/
	.carousel.carrusel-portada .carousel-caption{width: 30%; left: 10%; right: auto;}
}
@media (min-width: 1400px){
	.fondo-carrusel-portada{height: 64vh;} /*MP Modifiacdo 28-nov-2022*/
	.fondo-carrusel-portada img{height: 64vh; object-position: top left;} /*MP Modifiacdo 28-nov-2022*/
	.carousel.carrusel-portada .carousel-caption{width: 30%; left: 10%; right: auto;}
}
/*
@media (max-width: 767px){ SUBI ESTILOS A LÍNEA 374 MP 13-DIC-2022
	.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: 8%; /*MP Modificado 28-nov-2022*/
        right: 10%
    }
}

/*Comienzan estilos indicadores carrusel home*/ /*NUEVOS ESTILOS MP 13-DIC-2022*/
@media (max-width: 767px){.carousel-indicators.indicadores-carrusel-home{bottom: 60px; right: inherit; margin-left: 15%;}}
@media (min-width: 768px){.carousel-indicators.indicadores-carrusel-home{bottom: 1rem; right: inherit; margin-left: 10%;}}
@media (min-width: 992px){.carousel-indicators.indicadores-carrusel-home{bottom: 1rem; right: inherit; margin-left: 10%;}}
.carousel-indicators.indicadores-carrusel-home li{
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 25px;
	transition: ease all 0.5s;
	margin-left: 5px;
	margin-right: 5px;
}
.indicadores-carrusel-home.carousel-indicators .active{
	width: 40px;
	height: 15px;
	background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	transition: ease all 0.5s;
}
/*Terminan estilos indicadores carrusel home*/

.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;}}
/* ESTILO NUEVO RAM COLORES 27/02/2025 
.logo-infonavit-nav{width: 54px; height: auto;}
@media (min-width: 768px){.logo-infonavit-nav{width: 74px; height: auto;}}*/
.logo-infonavit-nav{width: 218px; height: auto;} /*MODIFICADO MP 27-FEB-2025*/
@media (min-width: 768px){.logo-infonavit-nav{width: 278px; height: auto;}} /*MODIFICADO MP 27-FEB-2025*/
.url-gob-nav{ /*ESTILO NUEVO MP 27-FEB-2025*/
	position: absolute;
	top: 0;
	left: 0;
	width: 74%;
	height: 100%;
}
.url-infona-nav{ /*ESTILO NUEVO MP 27-FEB-2025*/
	position: absolute;
	top: 0;
	left: 74%;
	width: 26%;
	height: 100%;
}

.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("../images/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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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; padding-top: 20px; padding-bottom: 20px;} /*Se agregaron paddings MP 14-DIC-2022*/
.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;
	z-index: 50;
}
.carousel__anterior.ant2, .carousel__siguiente.sig2{top: 35%;}
.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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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-con-liga .card{transition: all ease 0.4s;} /*Nuevo estilo MP 14-DIC-2022*/
.card-azul-con-liga:hover .card{transform: scale(1.05); transition: all ease 0.4s;} /*Nuevo estilo MP 14-DIC-2022*/
.card-azul{
	background-color: #F6F3EB;
	border: 2px solid #BC955C;
	border-radius: 10px;
} /*CAMBIO DE COLORES 4T 2024*/
.icon1-background{
	background-image:url("../images/icono-haz-una-cita-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon1-background:hover{
	background-image:url("../images/icono-haz-una-cita-blanco.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon2-background{
	background-image:url("../images/icono-oficinas-de-atencion-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon2-background:hover{
	background-image:url( "../images/icono-oficinas-de-atencion-blanco.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon3-background{
	background-image:url( "../images/icono-haz-una-denuncia-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon3-background:hover{
	background-image:url( "../images/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: #9F2241; CAMBIO DE COLORES 4T 2024
}
.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: #6F7271; /*CAMBIO DE COLORES 4T 2024*/							
}

.fondo-elipse-superior{
	background-image: url("../images/fondo-elipse-inferior.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.fondo-elipse-inferior{
	background-image: url("../images/fondo-elipse-superior.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.fondo-2-elipses{
	background-image: url("../images/fondo-elipse-inferior.gif"), url("../images/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("../images/fondo-circulo-inferior.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.fondo-gris-circulo-superior{
	background: url("../images/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 #BC955C;/*CAMBIO DE COLORES 4T 2024*/
	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: "Montserrat-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 #6F7271; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271; padding: 20px 20px;} /*CAMBIO DE COLORES 4T 2024*/
.desplegable-frecuentes .btn-link:hover{color: #6F7271; text-decoration: none;} /*CAMBIO DE COLORES 4T 2024*/
.desplegable-frecuentes .btn-link[aria-expanded="true"]::before{
	font-family: "Font Awesome 5 Free";
	color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271; padding-left: 0px;} /*CAMBIO DE COLORES 4T 2024*/
.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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: 40%; /*Modificado MP 3-oct-2022*/
	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: #9F2241; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/

.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: #9F2241; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
.liga-leer-mas[aria-expanded="true"]::after{
	font-family: "Font Awesome 5 Free";
	color: #9F2241; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
.liga-descargas::after{
	font-family: "Font Awesome 5 Free";
	color: #9F2241; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/

.liga-externa::after{ /*Nuevo estilo MP 24-MAYO-2023*/
	font-family: "Font Awesome 5 Free";
	color: #9F2241; /*CAMBIO DE COLORES 4T 2024*/ 
	font-weight: 900;
	content: "\f35d";
	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-externa:hover::after{margin-left: 12px; transition: all ease 0.4s; color: #818181;} /*Nuevo estilo MP 24-MAYO-2023*/

.liga-ir::after{
	font-family: "Font Awesome 5 Free";
	color: #9F2241; /*CAMBIO DE COLORES 4T 2024*/
	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: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/

.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 #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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 #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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{color: #BC955C; border: 1px solid #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
.alert.alert-importante{
	padding-left: 3rem;
	background-image: url("../images/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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	width: 20px;
}
/*Terminan estilos carrusel cards mx*/

.icono-consulta{width: 150px; height: auto;}

.sin-borde-azul:focus{outline: none; box-shadow: none;}

.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 #BC955C; /*CAMBIO DE COLORES 4T 2024*/
        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 #BC955C; /*CAMBIO DE COLORES 4T 2024*/
        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 #BC955C; /*CAMBIO DE COLORES 4T 2024*/
        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 #691C32;} /*CAMBIO DE COLORES 4T 2024*/
@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: "Montserrat-Bold";
	font-weight: 700;
}
.paso-activo p{
	color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	font-family: "Montserrat-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("../images/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("../images/salir-rojo.png") no-repeat;
	background-size: 16px 16px;
}
.liga-salir:hover::before{background: url("../images/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("../images/regresar-rojo.png") no-repeat;
	background-size: 16px 16px;
}
.liga-regresar:hover::before{background: url("../images/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("../images/icono-calendario.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 25px 25px;
	
}

.select-mx {
    background-image: url("../images/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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
}
.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 #691C32; /*CAMBIO DE COLORES 4T 2024*/
}
*/
.btn-card-rojo i{font-size: 50px; color: #BC955C;}
.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:hover i{color: #FFFFFF;}
.btn-card-rojo:hover{text-decoration: none;}
.btn-card-rojo:hover .card{
	background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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: #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
.boton-tab a:focus{
	background-color: #BC955C;/*CAMBIO DE COLORES 4T 2024*/
	color: #ffffff!important; /*CAMBIO DE COLORES 4T 2024*/
	font-size: 0.9rem!important;
	font-weight: 700!important;
}
.btn-tabs-2 a{
background-color: #ffffff!important;
color: #2c2c2b!important;	/*CAMBIO DE COLORES 4T 2024*/
}
.btn-tabs-2 a:hover{color: #691C32!important;} /*CAMBIO DE COLORES 4T 2024*/
.btn-tabs-2 a:focus{color: #691C32!important;} /*CAMBIO DE COLORES 4T 2024*/
.btn-tabs-2 .nav-link.active{color: #691C32!important;font-weight: 700;} /*CAMBIO DE COLORES 4T 2024*/
@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: #6F7271; padding-left: 0px;} /*CAMBIO DE COLORES 4T 2024*/
.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: #691C321; /*CAMBIO DE COLORES 4T 2024*/
	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 #6F7271;margin-top: 20px; margin-bottom: 15px;}}	 /*CAMBIO DE COLORES 4T 2024*/

/*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: #691C32; border-color: #691C32;}/*CAMBIO DE COLORES 4T 2024*/
.alert.alert-mx-naranja{color: #691C32; border-color: #E35700;} /*Nuevo estilo MP 08-ABR-2022*/
.alert.alert-mx-naranja .close span{color: #691C32; font-weight: bold;}
.alert.alert-mx-naranja.icono-warning-naranja{
	padding-left: 3.7rem;
	background-image: url("../images/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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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 #6F7271; /*CAMBIO DE COLORES 4T 2024*/
    border-radius: 3px;
    transition: 0.2s
}

.choose-file-button {
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #6F7271; /*CAMBIO DE COLORES 4T 2024*/
    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("../images/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("../images/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( "../images/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( "../images/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: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
	.contenedor-tabs .tab-9-pasos.activo, .contenedor-tabs .tab-8-pasos.activo{
		color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
		font-family: "Montserrat-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: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
	.contenedor-tabs .tab-9-pasos.activo, .contenedor-tabs .tab-8-pasos.activo{
		color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
		font-family: "Montserrat-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: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
	.contenedor-tabs .tab-10-pasos.activo{
		color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
		font-family: "Montserrat-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: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
	.contenedor-tabs .tab-10-pasos.activo{
		color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
		font-family: "Montserrat-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: #9F2241;} /*CAMBIO DE COLORES 4T 2024*/
.btn-eliminar:hover, .btn-eliminar:hover i{color: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
/*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: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
.input-elegir-archivo:hover{color: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
.input-elegir-archivo:hover i{color: #6F7271;} /*CAMBIO DE COLORES 4T 2024*/
/*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: #9F2241; CAMBIO DE COLORES 4T 2024
    background-color: transparent;
    display: inline-block;
}
.btn-seleccionar-archivo + label i{color: #9F2241;} CAMBIO DE COLORES 4T 2024
.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: #691C32; /*CAMBIO DE COLORES 4T 2024*/
    background-color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
}

@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: #6F7271; /*CAMBIO DE COLORES 4T 2024*/
}
.tabs-cubos .nav-tabs .nav-link:hover{
	color: #FFFFFF;
	background-color: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	-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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
}

/*Comienzan estilos esayTabs responsivas*/
.tabs-responsivas {
	width: 100%;
    margin: 0 auto;
}
/*Terminan estilos esayTabs responsivas*/
.lista-selec{
	padding: 6px 14px;
	color: #FFFFFF;
	background-color: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
} /*estilos-lista-productos-22-06-2022 AF*/
/*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: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	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("../images/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;}
}

/*Comienzan estilos dropdown-mediano-responsivo y btn-dropdown-mx MP 10-OCT-2022*/
.dropdown-mediano-responsivo{min-width: 100%;}
@media (min-width: 768px){.dropdown-mediano-responsivo{min-width: 22rem;}}
.btn-dropdown-mx.dropdown-toggle:hover{background-color: #818181;}
.btn-dropdown-mx.dropdown-toggle::after {display: none;}
.btn-dropdown-mx.dropdown-toggle[aria-expanded="true"] i{color: #FFFFFF;}
.btn-dropdown-mx.dropdown-toggle i{
	color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.btn-dropdown-mx.dropdown-toggle:hover i{
	color: #FFFFFF;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.btn-dropdown-mx:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #6c757d;
    background-color: #FFFFFF;
    border-color: #6c757d;
}
.btn-dropdown-mx:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle i{color: #691C32;} /*CAMBIO DE COLORES 4T 2024*/
/*Terminan estilos dropdown-mediano-responsivo y btn-dropdown-mx MP 10-OCT-2022*/

/*Comienzan estilos btn azul responsivo*/
@media (max-width: 991px){
	.btn-azul{
		width: 40px;
		height: 40px;
		padding: 6px;
	}
	.btn-azul span{display: none;}
	.btn-azul i{
		position: relative;
		margin: 0;
		font-size: 1.5rem;
	}
	.texto-sm-btn-azul{font-size: 0.7rem; color: #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
}

.btn-azul{
	position: relative;
	background-color: #EDF0FF;
	border: 2px solid #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	color: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.btn-azul:hover{background-color: #FFFFFF;}
.btn-azul span{color: #BC955C; font-size: 0.9rem;} /*CAMBIO DE COLORES 4T 2024*/
.btn-azul i{color: #BC955C;} /*CAMBIO DE COLORES 4T 2024*/

@media (min-width: 992px){
	.btn-azul{
		padding-left: 1.3rem;
		padding-right: 3.1rem;
	}
	.btn-azul i{
		position: absolute;
		margin-left: 8px;
		font-size: 1.5rem;
	}
	.texto-sm-btn-azul{display: none;}
}
/*Terminan estilos btn azul responsivo*/

/*Comienzan estilos flecha animada ir abajo*/
.flecha-ir-abajo{
	color: white;
	position: fixed;
	left: 50%;
	bottom: 20px;
	animation-name: UpDown;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	opacity: 0.6;
	z-index: 999;
}
@keyframes UpDown {
  0%   {bottom:20px;}
  50%  {bottom:25px;}
  100% {bottom:20px;}
}
.flecha-ir-abajo:hover{opacity: 1;}
/*Terminan estilos flecha animada ir abajo*/

/*Comienzan estilos tabla01*/
.tabla01{border-collapse: separate; border-spacing: 10px 0px; border: none;}
.tabla01.table-striped tbody tr:nth-of-type(odd){background-color: rgba(188,149,92,0.1);}/*CAMBIO DE COLORES 4T 2024*/
.tabla01 td{border-bottom: 1px solid #cecece; vertical-align: middle;}
.tabla01 td:first-child{border-left: 1px solid #cecece;}
.tabla01 td:last-child{border-right: 1px solid #cecece;}
.tabla01 thead th{vertical-align: middle;}										  
/*Terminan estilos tabla01*/

/*----------------------------------------------------*/
/*---------- COMIENZAN ESTILOS EL INSTITUTO ----------*/
/*----------------------------------------------------*/

/****COMIENZAN ESTILOS ORGANIGRAMA****/
.liga-agenda-azul{color: #293990;}
.liga-agenda-azul::after{ /*Nuevo estilo MP 26-mayo-2023*/
	font-family: "Font Awesome 5 Free";
	color: #293990;
	font-weight: 900;
	content: "\f3e0";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	margin-left: 6px;
	transition: all ease 0.4s;
}
.liga-agenda-azul:hover::after{margin-left: 12px; transition: all ease 0.4s; color: #818181;} /*Nuevo estilo MP 26-mayo-2023*/
								

/****COMIENZAN ESTILOS L�NEAS ORGANIGRAMA****/
/******Estilos l�neas celular******/
@media (max-width: 767px){
	.contenedor-organigrama .primer-bloque .linea-padre{
		position: absolute;
		left: 0px;
		top: 0;
		width: 15px;
		height: 100%;
	}
	.muestra-linea-padre.linea-padre::before{
		content: "";
    	position: absolute;
    	left: -8px;
    	top: -6px;
    	width: 15px;
    	height: calc(100% + 7px);
    	border-left: 1px solid #B3B3B3;
	}
	.muestra-linea-padre.linea-padre.primero::before{
		top: calc(50% + -6px);
		border-top-left-radius: 20px;
	}
	.muestra-linea-padre.linea-padre.ultimo::before{
		border-bottom-left-radius: 20px;
	}
	
	/*L�nea horizontal superior izquierda*/
	.organigrama .card::before{
		content: "";
		position: absolute;
		left: -24px; /*Estilo cambiado MP 22-ABR-2025*/
		top: -1rem;
		width: calc(50% + 10px);
		height: calc(50% + 1rem);
		border-top: 1px solid #B3B3B3;
		border-right: 1px solid #B3B3B3;
		border-top-right-radius: 20px;
		z-index: -1;
	}
	
	/*L�nea vertical izquierda*/
	.organigrama div[class^='col-']::before{
		content: "";
		position: absolute;
		left: -8px;
		top: -6px;
		width: 15px;
		height: calc(100% + 7px); /*1 pixel m�s que el "top"*/
/*		border-bottom: 1px solid #B3B3B3;*/
		border-left: 1px solid #B3B3B3;
/*		border-bottom-left-radius: 20px;*/
	}
	/*Desaparece la l�nea vertical izquierda de la �ltima columna*/
	.organigrama div[class^='col-'].ultimo::before{border: none;}
	
	/*Organigrama 2 L�nea vertical del primer elemento*/
	.organigrama .desplegado .principal div[class^='col-']:first-child::before{
		top: calc(50% + -6px);
		height: calc(50% + 7px);
		border-top-left-radius: 20px;
	}
	/*Organigrama 2 Desaparece la l�nea horizontal superior del primer elemento*/
	.organigrama .desplegado .principal div[class^='col-']:first-child .card::before{border: none;}
}

/******Estilos l�neas tableta y PC******/
@media (min-width: 768px) {
/*L�nea horizontal, superior izquierda, todas las filas y columnas (y l�nea vertical central)*/
.organigrama .card::before{
	content: "";
	position: absolute;
	left: -15px;
	top: -1.5rem;
	width: calc(50% + 15px);
	height: 1.5rem;
	border: 1px solid #B3B3B3;
	border-left: none;
	border-bottom: none;
}

/*L�nea horizontal, superior derecha, todas las filas y columnas*/
.organigrama .card::after{
	content: "";
	position: absolute;
	left: 50%;
	top: -1.5rem;
	width: calc(50% + 15px);
	height: 1.5rem;
	border: 1px solid #B3B3B3;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/*L�nea horizontal, superior izquierda, de la primera columna, primera fila*/
.organigrama .row:first-child div[class^='col-']:first-child .card::before{
	left: -24px;
	width: calc(50% + 24px);
}

/*L�nea horizontal, superior izquierda, de la primera columna de todas las filas*/
.organigrama .row div[class^='col-']:first-child .card::before{
	left: -10px;
	width: calc(50% + 10px);
}

/*L�nea vertical izquierda, de la primera columna, de todas las filas*/
.organigrama div[class^='col-']:first-child::before{
	content: "";
	position: absolute;
	z-index: -1;
	left: -10px;
	top: -14px;
	width: 16px;
	height: calc(100% + 15px);
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-bottom-left-radius: 20px;
}

/*Desaparece la l�nea vertical izquierda de la primera columna de la �ltima fila*/
.organigrama .row:last-child div[class^='col-']:first-child::before{border: none;}

/*Curvatura de la l�nea superior izquierda, �ltima columna de todas las filas*/
.organigrama div[class^='col-']:last-child .card::before{
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
}

/*Desaparece la l�nea horizontal derecha, de la �ltima columna, de todas las filas*/
.organigrama div[class^='col-']:last-child .card::after{border: none;}

/*Estilos del deplegado inferior*/
.organigrama .desplegado .principal div[class^='col-']::after{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 1.5rem;
	border-right: 1px solid #B3B3B3;
}
.organigrama .desplegado div[class^='col-'] .card::before{border-radius: 0;}
@media (min-width: 768px){.organigrama .desplegado div[class^='col-'] .card::before{left: -1.5rem; width: calc(50% + 1.5rem);}}
.organigrama .desplegado div[class^='col-']:last-child .card::before{border-top-right-radius: 20px;}
.organigrama .desplegado div[class^='col-']:first-child .card::before{border: none;}
.organigrama .desplegado div[class^='col-'] .card::after{border-top: 1px solid #B3B3B3;}
@media (min-width: 768px){.organigrama .desplegado div[class^='col-'] .card::after{width: calc(50% + 1.5rem);}}
.organigrama .desplegado div[class^='col-']:last-child .card::after{border: none;}
.organigrama .desplegado div[class^='col-']:first-child .card::after{
	border-left: 1px solid #B3B3B3;
	border-top-left-radius: 20px;
}

.organigrama .desplegado .principal div[class^='col-']::before{border: none;}
.organigrama .desplegado .principal div[class^='col-'] .card::after{border: none;}
}

@media (max-width: 767px){
	.organigrama div[class^='col-'].con-linea-izquierda-sm::before{
		border-left: 1px solid #B3B3B3;
	}
}
@media (min-width: 768px){
	.padding-organigrama{padding-left: 60px;}
	.con-borde-derecho-md{border-right: 1px solid #B3B3B3;}
}

.organigrama .card-sindicato div::before,
.organigrama .card-sindicato div::after{border: none;}
@media (max-width: 767px){
	.padding-card-sindicato{padding-bottom: 8rem!important;}
}
/*Terminan nuevos estilos organigrama MP 10-ABR-2025*/
/****TERMINAN ESTILOS L�NEAS ORGANIGRAMA****/

.fantasma{opacity: 0.4;}
/****TERMINAN ESTILOS ORGANIGRAMA****/

/***************************************ESTILOS NUEVOS**********************************************/
.verde-obscuro{color:#244608;}
.cafe{color: #691C32;}
.gris-obscuro{color: #333333}
.fondo-azul-claro{background-color: #F6F3EB!important;}/*CAMBIO DE COLORES 4T 2024*/
.fondo-verde-claro{background-color: #CCF1AE!important;}/*CAMBIO DE COLORES 4T 2024*/
.fondo-amarillo{background-color: #FFEF99!important;}/*CAMBIO DE COLORES 4T 2024*/

.centered-element {
    display: flex;
    align-items: center;
	justify-content: center;
}

.icono-mas{
	display: inline-block;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 4px 1px 4px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-mas{ /*Nuevo estilo MP 26-mayo-2023*/
	display: inline;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 4px 1px 4px;
	line-height: 100%;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 6px;
}
.btn-mas:link, .btn-mas:visited, .btn-mas:hover, .btn-mas:active, .btn-mas:focus{outline: none;} /*Nuevo estilo MP 26-mayo-2023*/

/*Comienzan estilos btn-mostrar-mas MP 29-mayo-2023*/
.btn-mostrar-mas[aria-expanded="false"]{
	color: #BC955C;/*CAMBIO DE COLORES 4T 2024*/
	background-color: #E6E6E6;
	border: none;
	padding: 0px 20px 0px 20px;
	border-radius: 25px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.btn-mostrar-mas[aria-expanded="true"]{
	color: #FFFFFF;
	background-color: #BC955C;/*CAMBIO DE COLORES 4T 2024*/
	border: none;
	padding: 0px 20px 0px 20px;
	border-radius: 25px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.btn-mostrar-mas:link,
.btn-mostrar-mas:visited,
.btn-mostrar-mas:hover,
.btn-mostrar-mas:active,
.btn-mostrar-mas:focus{outline: none;}
.btn-mostrar-mas[aria-expanded="false"]::after{
	content: "+";
	display: inline;
	margin-left: 4px;
}
.btn-mostrar-mas[aria-expanded="true"]::after{ /*Nuevo estilo MP 29-mayo-2023*/
	content: "-";
	display: inline;
	margin-left: 6px;
	margin-right: 2px;
}
/*Terminan estilos btn-mostrar-mas MP 29-mayo-2023*/

.btn-regresar-azul{
	color: #FFFFFF;
	background-color: #BC955C; /*CAMBIO DE COLORES 4T 2024*/
	border: none;
	padding: 0px 20px 0px 20px;
	border-radius: 25px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

/*Comienzan estilos titulo info (titulo con borde punteado)*/
.titulo-info{position: relative;}
.titulo-info::before{
	content: "";
	border-bottom: 2px dotted #818181;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.titulo-info h4{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 20px 0px 20px;
	position: relative;
}
/*Terminan estilos titulo info (titulo con borde punteado)*/

.linea-punteada{
	border-bottom: 2px solid #818181;
	border-style: dotted!important; 
}
.width-cards{width: 150px;}
.buscador-el-instituto input{background-color: #f8f9fa;}
@media (min-width: 1200px) {.buscador-el-instituto input{width: 400px!important;}}
@media (min-width: 992px) and (max-width: 1200px){.buscador-el-instituto input{width: 250px!important;}}
@media (min-width: 768px) and (max-width: 991px){.buscador-el-instituto input{width: 250px!important;}}
@media (max-width: 767px){.buscador-el-instituto input{width: 85%;}}
.buscador-el-instituto button{border: 1px solid #ced4da;}

.icon1-background-carpeta{
	background-image:url("../images/icon-carpeta-azul.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}
.icon1-background-carpeta:active{
	background-image:url( "../images/icon-carpeta-blanca.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.liga-flecha-card{position: relative;}
.liga-flecha-card:hover{text-decoration-line: none!important;}
.liga-flecha-card .card:hover{
	border: 1px solid #818181;
}
.liga-flecha-card::after{
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	color: #691C32; /*CAMBIO DE COLORES 4T 2024*/
	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;
	transition: all ease 0.4s;
	
}
.liga-flecha-card:hover::after{color: #818181; text-decoration-line: none!important;} /*Estilo modificado MP 24-MAR-2022*/
.w-94{width: 94%;}
/*---------------------------------------------------------------------------------*/
/*------------------------ TERMINAN ESTILOS EL INSTITUTO -------------------------*/
/*---------------------------------------------------------------------------------*/

/******************************COMIENZAN ESTILOS TOMADOS DEL PORTAL PATRONES*************************/
.liga-descargas-2{display: block; margin-left: 18px;}
.liga-descargas-2::before{
	font-family: "Font Awesome 5 Free";
/*	color: #BC955C;*/
	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;
	margin-left: -18px;
	padding-right: 6px;
}

.organigrama_2 .card::before{
	content: "";
	position: absolute;
	left: -15px;
	top: -1.5rem;
	width: calc(50% + 15px);
	height: 1.5rem;
	border: 1px solid #B3B3B3;
	border-left: none;
	border-bottom: none;
}

/*Línea horizontal, superior derecha, todas las filas y columnas*/
.organigrama_2 .card::after{
	content: "";
	position: absolute;
	left: 50%;
	top: -1.5rem;
	width: calc(50% + 15px);
	height: 1.5rem;
	border: 1px solid #B3B3B3;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.btn-card-gris i{font-size: 50px; color: #BC955C;} /*CAMBIO DE COLORES 4T 2024*/
.btn-card-gris:hover i{color: #FFFFFF;}
.btn-card-gris:hover .icono-cerca-de-ti{color: #FFFFFF;}
.btn-card-gris:hover p{color: #FFFFFF;}

/*Comienzan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/
.btn-card-gris .ico-hover{display: none;}
.btn-card-gris:hover .ico-hover{display: inline-block;}
.btn-card-gris:hover .ico-link{display: none;}
/*Terminan nuevos estilos btn-card-rojo para Daza (corrección para GWT)*/

.btn-card-gris .card{transform: scale(0.9); transition: ease all 0.5s;}
.btn-card-gris:hover i{color: #FFFFFF;}
.btn-card-gris:hover{text-decoration: none;}
.btn-card-gris:hover .card{
	background-color: #f8f8f8;
	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;}

.liga-descargas-3{display: block; margin-left: 18px;}
.liga-descargas-3::after{
	font-family: "Font Awesome 5 Free";
/*	color: #BC955C;*/ /*CAMBIO DE COLORES 4T 2024*/
	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;
	margin-left: 3px;
	padding-left: 6px;
}

.icono-carpeta{display: block;}
.icono-carpeta::after{
	font-family: "Font Awesome 5 Free";
/*	color: #293990;*/ /*CAMBIO DE COLORES 4T 2024*/
	font-weight: 900;
	content: "\f07c";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/******************************TERMINAN ESTILOS TOMADOS DEL PORTAL PATRONES****************************/
.tabs-juridico{display: flex; margin: 0; padding: 0;}
.tabs-juridico li{
	list-style: none;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.tabs-juridico li i{color: #BC955C;}/*CAMBIO DE COLORES 4T 2024*/
.tabs-juridico li a{
	display: block;
	height: 100%;
	color: #818181;
	font-family: "Montserrat-Bold";/*CAMBIO DE COLORES 4T 2024*/
	font-weight: 700;
	text-decoration: none;
	background-color: #f8f8f8;
	border-radius: .25rem;
}
.tabs-juridico li a:hover{background-color: #FFFCF3; color: #000000;}/*CAMBIO DE COLORES 4T 2024*/
.tabs-juridico li a[aria-selected="true"]{color: #FFFFFF; background-color: #BC955C;}/*CAMBIO DE COLORES 4T 2024*/
.tabs-juridico li a[aria-selected="true"] i{color: #FFFFFF;}
@media (max-width: 767px){
	.tabs-juridico{flex-wrap: wrap;}
	.tabs-juridico li{
		margin-bottom: 5px;
		margin-top: 5px;
		width: 48%;
		font-size: 0.8rem;
		position: relative;
	}
	.tabs-juridico li:nth-child(even){margin-left: 5px;}
	.tabs-juridico li:nth-child(odd){margin-right: 5px;}
	.tabs-juridico li a{padding: 5px 5px 5px 30px;}
	.tabs-juridico li i{
		position: absolute;
		left: 6px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 1rem;
	}
}
@media (min-width: 768px){
	.tabs-juridico{flex-wrap: wrap; justify-content: center;}
	.tabs-juridico li{
		margin: 10px 5px;
		width: 23%;
		text-align: center;
	}
	.tabs-juridico li a{padding: 10px;}
	.tabs-juridico li i{display: block;}
}

@media (min-width: 992px){
	.tabs-juridico{flex-wrap: nowrap;}
	.tabs-juridico li{
		margin: 0px 5px 0px 5px;
		width: calc(100% / 7); /*cambiar número 7 según el número de tabs*/
	}
	.tabs-juridico li:first-child{margin-left: 0px;}
	.tabs-juridico li:last-child{margin-right: 0px;}
	.tabs-juridico li a{padding: 10px;}
	.tabs-juridico li i{font-size: 1.5rem;}
}

.esquinas-redondas{ /*Estilo nuevo MP 21-nov-2023*/
	-moz-border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
}
 
ol.bull-bold-black li::marker {font-weight: bold; color: black;} /*Estilo nuevo MP 21-nov-2023*/

/*COMIENZAN NUEVOS ESTILOS CAMBIO DE COLORES 4T 2024*/
.nav-inferior.bg-light{background-color: #BC955C !important;}
/*TERMINAN NUEVOS ESTILOS CAMBIO DE COLORES 4T 2024*/


/* ****************************************************** */
/* Inicio Estilos Maqueta Portal Constructora 03-JUN-2025 */
/* /modules/mod_main:infonavit_instituto/head/estilos.css */
/* ****************************************************** */


/******************************************/
/*Comienzan estilos Infonavit Constructora*/
/*Comienzan Estilos AF*/
.fondo-claro-1{background-color: #fff6e9;}
.borde-der-1{border-right: 3px solid #6F7271; padding-right: 0.5rem;}
.cards-facultades-const .cards-facultades-img{background-color: #fff6e9;}
.cards-facultades-const:hover .cards-facultades-img{background-color: #BC955C;}
.cards-facultades-const:hover .cards-facultades-img h5{color: #FFFFFF;}
.cards-facultades-const .cards-facultades-img .ico-link{display: inline-block;}
.cards-facultades-const .cards-facultades-img .ico-hover{display: none;}

.cards-facultades-const:hover .cards-facultades-img .ico-hover{display: inline-block;}
.cards-facultades-const:hover .cards-facultades-img .ico-link{display: none;}
.cards-facultades-const .cards-facultades-txt{background-color: #f8f9fa;}
.cards-facultades-const:hover .cards-facultades-txt{
    background-color: #f8f9fa;
    border: 2px solid #C9C9C9;
  }

@media (max-width: 767px){.img-card-const-resp{width: 50%;}}
.liga-descarga-pdf{list-style: none;}
.liga-descarga-pdf li{margin-bottom: 3rem; font-size: 1.2rem; text-indent: -25px;}
.liga-descarga-pdf  a{color: #6F7271;}
.liga-descarga-pdf li::before{	
	content: "";
	background-image: url("../../imas/icono-descarga-pdf.png");
	background-repeat: no-repeat;
    background-position: center center;
	background-size: 40px 40px;
	padding: 15px;
	margin-left: -30px;
	padding-right: 25px;
	margin-right: 14px;
}

.fondo-organigrama-1{background-color: #fff6e9; padding-top: 2rem; padding-bottom: 10rem;}
.fondo-organigrama-1:hover{background-color: #F2E8CE;}

.fondo-organigrama-2{background-color: #FBFBFC; padding-top: 2rem; padding-bottom: 10rem;}
.fondo-organigrama-2:hover{background-color: #EBE9E9;}
/*Terminan Estilos AF*/
/*Comienzan Estilos MP*/
.texto-organigrama-3{font-size: 0.8rem;}
.organigrama-3 .linea-inf{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1rem;
	border-right: 1px solid #C5C5C5;
}

@media (max-width: 767px){.border-width-3-cell{border-width: 3px;}}
@media (max-width: 767px){
	.organigrama-3 .linea-sup-cell{
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-inf-cell{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-izq-cell{
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-der-cell{
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .T-sup-cell::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-sup-cell::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-inf-cell::before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-inf-cell::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .T-izq-cell::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-izq-cell::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 100%;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-der-cell::before{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-der-cell::after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 100%;
		border-right: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .L-sup-izq-cell{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-sup-der-cell{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-sup-der-sin-padding-cell{
		content: "";
		position: absolute;
		right: -1rem;
		top: 0;
		width: calc(50% + 1rem);
		height: 1rem;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-inf-izq-cell{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-inf-izq-sin-padding-cell{
		content: "";
		position: absolute;
		left: 1.1rem;
		bottom: 0;
		width: calc(50% - 1rem);
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-inf-der-cell{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-izq-sup-cell{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-left: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-izq-inf-cell{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1rem;
		height: 50%;
		border-left: 1px solid #C5C5C5;
		border-top: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-der-sup-cell{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-right: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-der-inf-cell{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1rem;
		height: 50%;
		border-right: 1px solid #C5C5C5;
		border-top: 1px solid #C5C5C5;
	}
	.linea-hor-inf-JustDer-cell{
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc(100% - 1rem);
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
	}
}

@media (min-width: 768px){
	.organigrama-3 .linea-sup-pc{
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-inf-pc{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-izq-pc{
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .linea-der-pc{
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .T-sup-pc::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-sup-pc::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-inf-pc::before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-inf-pc::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-right: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .T-izq-pc::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-izq-pc::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 100%;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-der-pc::before{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .T-der-pc::after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 100%;
		border-right: 1px solid #C5C5C5;
	}
	
	.organigrama-3 .L-sup-izq-pc{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-sup-der-pc{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 1rem;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-inf-izq-pc{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
		border-right: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-inf-der-pc{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		height: 1rem;
		border-bottom: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-izq-sup-pc{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-left: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-izq-inf-pc{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1rem;
		height: 50%;
		border-left: 1px solid #C5C5C5;
		border-top: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-der-sup-pc{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 50%;
		border-right: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .L-der-inf-pc{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1rem;
		height: 50%;
		border-right: 1px solid #C5C5C5;
		border-top: 1px solid #C5C5C5;
	}
	.organigrama-3 .conector-L-izq-sup-pc{
		position: absolute;
		right: 0;
		top: 0;
		width: calc(50% + 1px);
		height: 50%;
		border-left: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
	.organigrama-3 .conector-L-der-sup-pc{
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 50%;
		border-right: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
	}
}
@media (max-width: 767px){
	.organigrama-3 .card-auditoria{
		top: 95%;
		left: 50%;
		transform: translateX(-50%);
		width: 75%; /*Tamaño aprox. de una col-10*/
	}
}
@media (min-width: 768px){
	.organigrama-3 .card-auditoria{
		top: 1rem;
		left: 60%;
		width: 16%; /*Tamaño aprox. de una col-2*/
	}
}

/*Terminan Estilos MP*/

/*****************************************/
/*Terminan estilos Infonavit Constructora*/

/* ******************************************************* */
/* Termina Estilos Maqueta Portal Constructora 03-JUN-2025 */
/* /modules/mod_main:infonavit_instituto/head/estilos.css  */
/* ******************************************************* */
