/*ESTILOS GENERALES*/

#toppage.gmx{
	height: 59px;
}
body{
	font-family: "Montserrat";
	color: #191919;
}
body::-webkit-scrollbar {
	width: 12px;
}
body::-webkit-scrollbar-thumb {
	background-color: #666666;
	border-radius: 20px;
	border: 3px solid #F2F2F2;
}
a, a:hover{
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
button {
	outline: none;
	border: 0;
	cursor: pointer;
}
main{
	position: relative;
	/* margin-top: -7px; */
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.t-c{
	text-align: center !important;
}
.t-r{
	text-align: right !important;
}
.t-l{
	text-align: left !important;
}
.t-j{
	text-align: justify !important;
}
.form-control:focus{
	box-shadow: none;
}
.ma{
	margin: auto;
}
.ma-g{
	margin-bottom: 10px !important;
}
.ma-b2{
	margin-bottom: 20px !important;
}
.ma-b3{
	margin-bottom: 30px !important;
}
.ma-t{
	margin-top: 10px !important;
}
.ma-t2{
	margin-top: 20px !important;
}
.ma-t3{
	margin-top: 30px !important;
}
.cnt{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.cnt_login {
	   top: 55%;
}
.pr{
	position: relative;
}
.sp{
	padding-left: 0;
	padding-right: 0;
}
.pa-10{
	padding: 10px;
}
.ocultar {
	display: none !important;
}
.mostrar {
	display: block !important;
}
.pleca-tit{
	position: relative;
	height: 60px;
	background: #BB965C;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
}
.pleca-tit-bis {
    position: relative;
    background: #005046;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.pleca-tit-bis img{
	height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.pf{
	width: 100%;
	position: fixed;
	z-index: 30;
}
.logo-pleca{
	height: 40px;
	position: absolute;
	top: 50%;
}
.a-cnt{
	transform: translate(-50%, -50%);
	left: 42%;
}
.a-lft{
	transform: translateY(-50%);
	left: 20px;
}
.a-rgt{
	transform: translateY(-50%);
	right: 20px;
}

main#contPrerregistro{
	min-height: calc(100vh - 58px);
}
main#contRegistro{
	min-height: calc(100vh - -190px);
}
.cabezalGral{
	position: relative;
	z-index: 2;
	height: 70px;
	text-align: center;
	padding: 10px;
	background: #235B4E;
	border-bottom: 5px solid #BB965C;
}
.banner{
	height: 60px;
}
.banner_web{
		display: block;
		height: 150px;
		margin: auto;
	}
.banner_movil{
	display: none;
}

.boxGral{
	position: relative;
}

.bloquea{
	background: #454141cc;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: -10px;
	left: 0px;
	opacity: .7;
}

/*COLORES BACK*/
.verde{
	background: #235B4E;
}
.verde_o{
	background: #10312B;
}
.oro{
	background: #BB965C;
}
.oro_c{
	background: #DDC9A5;
}
.guinda{
	background: #9F1F41;
}
.vino{
	background: #681B33;
}
.verde_b{
	background: #159d15;
}
.rojo{
	background: #cc171e;
}
.gris_c{
	background: #d2d1d1;
}
.blanco{
	background: #fff;
}

/*COLORES TEXT*/

.verde_t{
	color: #235B4E;
}
.verde_o_t{
	color: #10312B;
}
.oro_t{
	color: #BB965C;
}
.oro_c_t{
	color: #DDC9A5;
}
.guinda_t{
	color: #9F1F41;
}
.vino_t{
	color: #681B33;
}
.verde_b_t{
	color: #159d15;
}
.rojo_t{
	color: #cc171e;
}
.blanco_t{
	color: #fff;
}
.gris_c_t{
	color: #d2d1d1;
}

/*PARRAFOS*/
.subtit{
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
}
.subtit a b{
	transition: .5s all;
}
.subtit a:hover b{
	color: #235B4E;
}
.subenun{
	position: relative;
	padding: 0;
}
.subenun p{
	border-bottom: 2px solid #BB965C;
}
.subenun span{
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 20px;
	height: 6px;
	background: #BB965C;
}
.subenun.gris p{
	border-color: #d2d1d1;
}
.subenun.gris span{
	background: #d2d1d1;
}
.subtit.gris{
	color: #d2d1d1 !important;
}
.subtit a{
	font-weight: 700;
	transition: .3s all;
}
.subtit a:hover{
	color: #9D2449;
}

/*TEXTO*/
h2.tit-prin{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.p-text{
	font-size: 15px;
    line-height: 1.2;
	font-weight: 500;
    text-align: justify;
    margin-bottom: 5px;
}

/*LINEAS*/
.l-div{
	position: relative;
	height: 5px;
	width: 100%;
}
.l-div-bis{
	position: relative;
	height: 10px;
	width: 100%;
}
.borde-izq{
	width: calc(50% - 5px);
	height: 5px;
	float: left;
	position: relative;
}
.borde-izq .diagonal{
    position: absolute;
	width: 5px;
	height: 5px;
    bottom: 0;
    right: -5px;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
}
.borde-der{
	width: calc(50% - -5px);
	height: 5px;
	float: right;
}
.l-div-bis .borde-izq, .l-div-bis .borde-der {
	height: 10px;
}
.l-div-bis .borde-izq .diagonal{
	width: 10px;
	height: 10px;
    right:  -10px;
    border-bottom: 10px solid;
    border-right: 10px solid transparent;
}




/*SUBTITULOS*/
.subenunbis {
    position: relative;
    margin-bottom: 20px;
}
.subenunbis .subtit {
    font-size: 12px;
}
.subenunbis p {
    text-align: right;
    border-bottom: 2px solid;
}
.subenunbis span {
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 30%;
    height: 6px;
}
.subenunbis .subtit{
    font-size: 12px;
}

.caja-info-box{
    padding: 15px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 3px #000000;
	width: 80%;
}

.caja-info-clinica{
    padding: 15px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 3px #000000;
	height: 370px;

}


/*MENÚ IMSS-BIENESTAR*/
#menuIzq{
	/**display: block;**/
	position: relative;
	width: 260px;
	height: calc(100vh - 58px);
	float: left;
	background: #fff;
	box-shadow: 0 0 5px black;
	z-index: 31;
	position: relative;
    display: flex; /* Cambiar a flexbox para que los elementos se muevan correctamente */
    flex-direction: column; /* Apilar elementos verticalmente */
}
#menuIzq {
	display: block;
	position: relative;
	float: left;
}
#templateDer{
	width: calc(100% - 260px);
	height: calc(100vh - 58px);
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 15px 50px;
	float: left;
    flex-grow: 1; /* Hacer que este div crezca para llenar el espacio restante */
}
#templateGral{
	width: 100%;
	padding: 15px 50px;
}

.logoSeccion{
	position: relative;
	text-align: center;
	padding: 7px 0;
	height: 55px;
}
.img-logo{
	height: 100%;
}
.usuario{
	padding: 10px 20px;
	color: #4d4d4d;
	border-bottom: 1px solid #00000050;
}
.imgIzq{
	width: 60px;
	height: 60px;
	padding: 0;
	float: left;
	border-radius: 10px;
	background: #F4F4F4;
	border: 2px solid #BC955C;
}
.imgIzq img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.datDer{
	width: calc(100% - 60px);
	float: left;
	padding-top: 10px;
	padding-left: 12px;
	line-height: 1;
}
.datDer p{
	font-size: 12px;
	font-weight: 700;
}
.datDer label{
	font-size: 11px;
	font-weight: 600;
}
.bodyMenu{
	height: calc(100vh - 285px);
	overflow-y: auto;
}
.bodyMenu::-webkit-scrollbar, #templateDer::-webkit-scrollbar {
	width: 12px;
}
.bodyMenu::-webkit-scrollbar-thumb, #templateDer::-webkit-scrollbar-thumb {
	background-color: #666666;
	border-radius: 20px;
	border: 3px solid #F2F2F2;
}
.bodyMenu p{
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #BB965C;
}
.boxA ul li{
	position: relative;
    list-style-type: none;
	height: 45px;
}
.boxA ul li.active{
	background: #ddc9a582;
}
.boxA ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #bc955c20;
	transition: all .5s ease-out;
}
/*
.boxA ul li a:hover {
	background: #bc955c;
}
**/

.mList:hover{
	background: #bc955c;
}

.items a:hover{
	color: #bc955c;
}
.boxA ul{
	padding-left: 0;
}
.boxA ul li{
	list-style-type: none;
}
.boxA ul li a span {
	display: block;
	position: absolute;
	transform: translateY(-50%);
	left: 40px;
	top: 50%;
	width: calc(100% - 40px);
	float: left;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 5px;
	transition: all .3s;
}
.boxA ul li a:hover span {
	color: #fff;
	font-weight: 700;
}
.boxA a:hover .iPr {
	padding: 3px;
}

/*SUBMENUS*/

.btn{
	width: 100%;
	border-radius: 0px;
	border-bottom: 2px solid #F7F1E9;
}

.mb-1{
	border-bottom: 2px solid #F7F1E9;
}

.mb-1 span{
	float: left;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 5px;
	transition: all .3s;
}
.no-border {
    border: none !important;
    box-shadow: none !important;
}

ul .list-unstyled{
	margin: 0px;
}

ul li .items{
	background: none;
	color: #4D4D4D;
	/**padding: 10px;**/
	font-weight: 700;
	color: #4d4d4d;
	font-size: 11px;
}

.items{
	padding: 7px 7px 7px 20px;
}


.icon-submenu{
	font-size: 15px;
	color: #4D4D4D;
	margin: 5px;
}

.item-menu{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.item-menu:hover{
	background: #C19952;	
}

.btn-toggle:hover .toggle-icon,
.btn-toggle[aria-expanded="true"] .toggle-icon {
	color: white !important;
}


.toggle-icon:hover {
	color: #fff;
}

.btn-toggle .toggle-icons {
	margin-left: auto;
}
.item-menu img.iPr {
	margin-right: 5px; 
  }
  
.item-menu span {
	text-align: left; 
  }

/* Color del texto del span en diferentes estados del botón */
.btn-toggle:focus span,
.btn-toggle:active span,
.btn-toggle[aria-expanded="true"] span,
.btn-toggle:hover span {
    color: white !important;
}

/* Quitar borde y sombra del botón */
.btn-toggle {
    border: none !important;
    box-shadow: none !important;
	margin: 0px;
}

/* Botón seleccionado (focus) de color dorado */
.btn-toggle:focus,
.btn-toggle:active,
.btn-toggle.collapsed:not(.collapsed) {
    background-color: #C19352!important;
}

.btn-toggle:focus span,
.btn-toggle:active span,
.btn-toggle[aria-expanded="true"] span {
    color: #fff !important;
}

/* Enlaces dentro de los <li> */
.btn-toggle-nav a {
    background-color: transparent !important;
    color: inherit; /* Mantiene el color original del texto */
    display: flex;
    align-items: center;
}

/* Espaciado entre el ícono y el texto */
.btn-toggle-nav .icon-submenu {
    margin-right: 8px; 
}

/* Cambiar tipografía a dorado cuando el enlace esté seleccionado o al pasar el mouse */
.btn-toggle-nav a:focus,
.btn-toggle-nav a:hover,
.btn-toggle-nav a:active {
    color: #C19352 !important;
    text-decoration: none;
}

/* Los iconos también cambien de color al pasar el mouse */
.btn-toggle-nav a:focus .icon-submenu,
.btn-toggle-nav a:hover .icon-submenu,
.btn-toggle-nav a:active .icon-submenu {
    color: #C19352 !important;;
}


.iPr:hover {
	transform: scale(1.1);
	transition: transform 0.2s;
}

/* Color del texto del span en diferentes estados del botón */
.btn-toggle:focus span,
.btn-toggle:active span,
.btn-toggle[aria-expanded="true"] span,
.btn-toggle:hover span {
    color: white !important;
}

/* Botón seleccionado (focus) de color dorado */
.btn-toggle:focus,
.btn-toggle:active,
.btn-toggle.collapsed:not(.collapsed),
.btn-toggle[aria-expanded="true"] {
    background-color: #BC955C !important;
}


/*FOOTMENU*/
.footMenu{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	text-align: center;
	border-top: 1px solid #00000050;
}



/*MENÚ RESPONSIVO*/
.btnClose{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #9f1f41;
	color: #fff;
	font-weight: 600;
	transition: .8s background;
}
.btnClose:focus{
	cursor: pointer;
	background: #6F1228;
}
.btnClose i{
	font-size: 20px;
}
.btnClose:hover i, .btnClose:hover img{
	opacity: 0;
}
.btnClose:hover:before{
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.btnClose:before{
	content: attr(data-hover);
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	opacity: 0;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .5s ease-in-out;
}
.boxA ul li{
	height: 45px;
}
.boxA ul li.active{
	background: #ddc9a582;
}
.boxA ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #bc955c20;
	transition: all .5s ease-out;
}
.boxA ul li a:hover {
	background: #bc955c;
}
.iPr {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 15px;
	padding: 5px;
	border-radius: 10px;
	background: #f4f4f4;
	transition: .5s all;
}
.boxA ul{
	padding-left: 0;
}
.boxA ul li{
	list-style-type: none;
}
.boxA ul li a span {
	display: block;
	position: absolute;
	transform: translateY(-50%);
	left: 40px;
	top: 50%;
	width: calc(100% - 40px);
	float: left;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 5px;
	transition: all .3s;
}
.boxA ul li a:hover span {
	color: #fff;
	font-weight: 700;
}
.boxA a:hover .iPr {
	padding: 3px;
}
/*    boxA ul li.disabled    */
.boxA ul li.disabled a:hover {
	background: unset;
}
.boxA ul li.disabled a span{color: #d2d1d1;}
.boxA ul li.disabled a:hover span {
	color: #d2d1d1;
}
.boxA ul li.disabled a:hover .iPr {
	padding: 5px;
}
/*        */
.btnCollapse{
	width: 40px;
	height: 40px;
	border-radius: 30px 0 0 30px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	font-size: 22px;
	padding-right: 0px;
	color: #fff;
	background: #BB965C;
	transition: all .5s ease-in-out;
}
.btnCollapse:hover{
	width: 50px;
	background: #681c32;
	padding-right: 15px;
}
.btnCollapseMovil{
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 0 30px 30px 0;
	position: absolute;
	transform: translateY(-50%);
	top: 30px;
	left: 0;
	font-size: 22px;
	padding-right: 0px;
	color: #fff;
	background: #BB965C;
	transition: all .5s ease-in-out;
	z-index: 100;
}
.btnCollapseMovil, .btnCollapse{
	padding: 5px;
}
.btnCollapseMovil:hover, .btnCollapse:hover{
	width: 50px;
	background: #681c32;
	padding: 5px;
}

/*ESTILOS GENERALES*/
.pleca-tit{
	position: relative;
	height: 60px;
	background: #005046;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.pf{
	width: 100%;
	position: fixed;
	z-index: 30;
}
.logo-pleca{
	height: 40px;
	position: absolute;
	top: 50%;
}
.a-cnt{
	transform: translate(-50%, -50%);
	left: 42%;
}
.a-lft{
	transform: translateY(-50%);
	left: 20px;
}
.a-rgt{
	transform: translateY(-50%);
	right: 20px;
}

main#contPrerregistro{
	min-height: calc(100vh - 58px);
}
main#contRegistro{
	min-height: calc(100vh - -190px);
}
.cabezalGral{
	position: relative;
	z-index: 2;
	height: 70px;
	text-align: center;
	padding: 10px;
	background: #235B4E;
	border-bottom: 5px solid #BB965C;
}
.banner{
	height: 45px;
}

/*REGISTRO*/
.limitForm{
	padding: 20px 30px;
}
h2.tit-prin{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.subtit{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
}
.subtit a b{
	transition: .5s all;
}
.subtit a:hover b{
	color: #235B4E;
}
.subenun{
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0;
}
.subenun p{
	border-bottom: 2px solid #BB965C;
	/*border-color: #BB965C;
	line-height: 1.2;*/
}
.subenun span{
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 20px;
	height: 6px;
	background: #BB965C;
}
a.btnCURP{
	display: block;
	width: 100%;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: white;
	border-radius: 10px;
	transition: .5s all;
	line-height: 1.1;
}
a.btnCURP:hover{
	transform: scale(.9);
	background: #9F804E;
}
label.titForm{
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding-left: 15px;
}
label.titForm em{
	font-size: 12px;
	color: #9F804E;
}
/* label.titForm img{
	width: 18px;
	margin-right: 5px;
} */
.label-ghost{
	display: none !important;
	visibility: hidden;
}
.ghost{
	visibility: hidden;
}
.form-control.form-login{
	border: 0;
	border-bottom: 3px solid;
	border-radius: 0;
	height: 30px;
	padding: 0 8px;
}
.form-control:focus.form-login{
	color: #235B4E;
}
.msg-alert{
	display:block;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	margin-top: 5px;
}
.alert-sec{
	display:block;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	margin-top: 5px;
}

/*BTN GRAL*/
.btnGral{
	position: relative;
	background: #fff;
	border: 3px solid;
	border-radius: 10px;
	min-width: 150px;
	height: 42px;
	padding: 0;
	margin: 0 10px auto;
	transition: .8s all;
}
.btnGral p{
	width: calc(100% - 48px);
	float: left;
	line-height: 40px;
	font-size: 16px ;
	font-weight: 700;
	padding: 0 5px 0 10px;
	text-transform: uppercase;
}
.btnGral .btnIcon{
	position: relative;
	width: 48px;
	float: left;
	top: -1px;
	right: -1px;
}
.btnGral .btnIcon .boxIcon{
	position: relative;
	width: 30px;
	height: 40px;
	float: right;
	border-radius: 0 9px 9px 0;
	transition: .5s all;
}
.btnGral .btnIcon .boxIcon img {
	z-index: 10;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 20px;
	left: 12px;
	top: 50%;
}
.btnGral .btnIcon span{
	position: absolute;
	left: 5px;
	border-style: solid;
	border-width: 20px 15px 20px 0px;
	transform: rotate(0deg);
}
.btnGral .btnIcon span.s-oro{
	border-color: transparent #BB965C transparent transparent;
	transition: .5s all;
}
.btnGral .btnIcon span.s-verde{
	border-color: transparent #235B4E transparent transparent;
	transition: .5s all;
}
.btnGral .btnIcon span.s-guinda{
	border-color: transparent #9F1F41 transparent transparent;
	transition: .5s all;
}
.btnGral .btnIcon span.s-blanco{
	border-color: transparent #fff transparent transparent;
	transition: .5s all;
}
.btnGral .btnIcon span.s-gris{
	border-color: transparent #d2d1d1 transparent transparent;
	transition: .5s all;
}
/* NUEVO 20-02-24 */
.btnGral .btnIcon span.s-verde_b{
	border-color: transparent #159d15 transparent transparent;
	transition: .5s all;
}
.btnGral .btnIcon span.s-rojo{
	border-color: transparent #cc171e transparent transparent;
	transition: .5s all;
}
/* NUEVO 20-02-24 */
.btnGral:hover{
	transform: scale(.85);
	color: #681B33;
}
.btnGral:hover .btnIcon span{
	border-color: transparent #681B33 transparent transparent;
}
.btnGral:hover .boxIcon{
	background: #681B33 !important;
}

/*BTN REGRESAR*/
.btnReg{
	position: relative;
	background: #fff;
	border: 3px solid;
	border-radius: 10px;
	min-width: 150px;
	height: 42px;
	padding: 0;
	margin: 0 10px auto;
	transition: .8s all;
}
.btnReg p{
	width: calc(100% - 48px);
	float: right;
	line-height: 40px;
	font-size: 16px ;
	font-weight: 700;
	padding: 0 10px 0 5px;
	text-transform: uppercase;
}
.btnReg .btnIcon{
	position: relative;
	width: 48px;
	float: left;
	top: -1px;
	left: -1px;
}
.btnReg .btnIcon .boxIcon{
	position: relative;
	width: 30px;
	height: 40px;
	float: left;
	border-radius: 9px 0 0 9px;
	transition: .5s all;
}
.btnReg .btnIcon .boxIcon img {
	z-index: 10;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 20px;
	left: 17px;
	top: 50%;
}
.btnReg .btnIcon span{
	position: absolute;
	left: 29px;
	border-style: solid;
	border-width: 20px 0px 20px 15px;
	transform: rotate(0deg);
}
.btnReg .btnIcon span.s-verde{
	border-color: transparent transparent transparent #235B4E;
	transition: .5s all;
}
.btnReg .btnIcon span.s-oro{
	border-color: transparent transparent transparent #BB965C;
	transition: .5s all;
}
.btnReg .btnIcon span.s-guinda{
	border-color: transparent transparent transparent #9F1F41;
	transition: .5s all;
}
/* NUEVO 20-02-24 */
.btnReg .btnIcon span.s-rojo{
	border-color: transparent transparent transparent #cc171e;
	transition: .5s all;
}
/* NUEVO 20-02-24 */
.btnReg:hover{
	transform: scale(.85);
	color: #681B33;
}
.btnReg:hover .btnIcon span{
	border-color: transparent transparent transparent  #681B33;
}
.btnReg:hover .boxIcon{
	background: #681B33 !important;
}

/* BTN SECUNDARIO */
.btnSec {
	height: 40px;
	background: #bb965c;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	transition: all .5s;
	margin-top: 5px;
}
.btnSec img{
	width: 20px;
	margin-left: 2px;
	transition: .5s all;
}
.btnSec i{
	font-size: 15px;
	margin-left: 2px;
	transition: .5s all;
}
.btnSec:hover{
	background: #691c32;
}
.btnSec:hover:focus{
	transform: scale(.85);
}
.btnSec:hover img, .btnSec:hover i{
	margin-left: 7px;
}

/*BOTONES CARGA Y DESCARGA*/
#btnCarga, #btnDescarga{
	position: relative;
	z-index: 0;
	width: calc(100% - 100px);
	max-width: 450px;
	min-width: 220px;
	margin-top: 5px;
	float: left;
}
#btnCarga.bis, #btnDescarga.bis{
	width: 100%;
	max-width: 100%;
}
#btnCargaBorrar{
	display: none;
	width: 100px;
	float: left;
	padding-left: 15px;
}
.docsLeft {
	position: relative;
	width: calc(100% - 110px);
	min-width: 110px;
	height: 40px;
	float: left;
	background: white;
	color: #4d4d4d;
	border: 2px solid;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
}
#btnCarga .docsLeft {
	border: 2px solid #005046;
}
#btnDescarga .docsLeft {
	border: 2px solid #BC955C;
}
#btnCarga .docsLeft.correcto {
	border: 2px solid #127c12;
}
.docsRight{
	position: relative;
	width: 110px;
	height: 40px;
	float: left;
	color: white;
	text-align: center;
	border-radius: 0 10px 10px 0;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.cargar {
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	background: #005046;
	border: 2px solid #005046;
	transition: .5s background;
}
.cargado {
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	background: #127c12;
	border: 2px solid #127c12;
	transition: .5s background;
}
.descargar {
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	background: #BC955C;
	border: 2px solid #BC955C;
	transition: .5s background;
}
.cargar:hover, .descargar:hover{
	border: 2px solid #96663D;
} 
.cargar::after, .descargar::after {
	content: "";
	background: #96663D; /* color de fondo hover */
	position: absolute;
	z-index: -1;
	padding: 16px 20px;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: skewX(-45deg) scale(0, 1);
	transition: all 0.5s ease;
}
.cargar:hover::after, .descargar:hover::after{
	transition: all 0.3s ease-out;
	transform: skewX(-45deg) scale(1.5, 1.5);
}
.cen {
	width: 95%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
p.cen{
	font-weight: 600;
}
.docsRight .input-file {
	position: absolute;
	width: 110px;
	top: 5px;
	left: 0;
	height: 30px;
	cursor: pointer;
	opacity: 0;
	z-index: 5;
}
.img_docs {
	width: 14px;
	margin: 4px 0px;
}
.cargado .img_docs {
	width: 17px;
	margin: 0;
}

/*BTN VALIDAR*/
.btnVal {
	width: 150px;
	height: 35px;
	background: #bb965c;
	color: #fff;
	padding: 5px 10px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	transition: all .5s;
}
.btnVal:hover{
	background: #691c32;
}
.btnVal:hover:focus{
	transform: scale(.85);
}

/*LOGIN*/
.contLogin{
	position: relative;
	height: calc(100vh - 58px);
}
.logo-gobmx{
	padding: 30px;
	text-align: center;
}
.logo-gobmx img{
	height: 70px;
}
.boxLogin{
	width: 90%;
	max-width: 380px;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 37px;
	background: #fff;
	box-shadow: 0 0 10px #000000;
}
.headerBox{
	position: relative;
}
.headerBox img{
	width: 100%;
}
.headerBox h2{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 70px;
	left: 50%;
}
.bodyBox{
	padding: 25px 30px 30px 30px;
}
.alert-not{
	display: block;
	background: red;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 700;
}
.ubi-alert-menu{
	position: absolute;
	top: -7px;
	right: -7px;
}
.ubi-alert-submenu{
	position: absolute;
	top: 10px;
	right: 10px;
}
#btnRegresar .btnReg{
	transform: scale(.8);
	margin-right: -15px;
}

/* MENU	DERECHA*/
#menuDerecha{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}
.btnMenu{
	background: transparent;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	color: #fff;
	transition: .5s all;
}
.btnMenu i{
	font-size: 30px;
	transition: .5s all;
}
.btnMenu:hover{
	box-shadow: 0 0 3px black;
}
.btnMenu:hover i{
	font-size: 25px;
}
#menuDerecha.dropstart .dropdown-toggle::before {
	display: none;
}
#menuDerecha .dropdown-menu{
	padding: 10px;
	width: 320px;
	min-height: 150px;
	box-shadow: 0 0 10px black;
}
#menuDerecha .item-menu{
	display: block;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color: #235B4E;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	border-bottom: 2px solid #00000050;
}
#menuDerecha .item-menu i{
	font-size: 20px;
	margin-right: 5px;
	color: #c39852;
}
#menuDerecha .item-menu:hover{
	font-weight: 700;
	border-bottom: 2px solid #BB965C;
}
#menuDerecha .item-menu:hover.rojo{
	font-weight: 700;
	color: #9F1F41;
	border-bottom: 2px solid #BB965C;
}
#menuDerecha .item-menu:hover.rojo i{
	color: #9F1F41;
}

/* PROCESO DE REGISTRO */
.boxGral{
	position: relative;
}
.pleca_pasos{
	width: 100%;
	position: relative;
	z-index: 11;
	background: linear-gradient(#235B4E, #10312B);
	padding: 20px;
	text-align: center;
	color: #fff;
	height: 110px;
	border-bottom: 10px solid #d2d1d1;
}
.pleca_pasos h6{
	margin-bottom: 1px;
}
.img-proceso{
	z-index: 5;
	width: 100%;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
	height: 45px;
}
.img-paso{
	width: 50px;
	margin: 0 6px;
	padding: 0px;
	border-radius: 50px;
}
.linea-avance{
	display: block;
	background: #BB965C;
	height: 11px;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.linea-avance.p1{
	width: 24.5%;
}
.linea-avance.p2{
	width: 44%;
}
.linea-avance.p3{
	width: 61%;
}
.linea-avance.p4{
	width: 77%;
}
.linea-avance.p5{
	width: 100%;
}
.bodyForm{
	position: relative;
	top: 10px;
	padding: 30px 15px;
}
.limit-sec{
	width: 98%;
	margin: auto;
}
label.titLleno{
	position: relative;
	z-index: 10;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #BB965C;
	background: #fff;
	padding: 0 5px;
}
.datLleno{
	position: relative;
	top: -12px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #fff;
	color: #292929;
	border: 2px solid #BB965C;
	border-radius: 10px;
	font-weight: 600;
	font-size: 13px;
}
label.titLleno_v{
	position: relative;
	z-index: 10;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	padding: 0 5px;
}
.datLleno_v{
	position: relative;
	top: -12px;
	min-height: 40px;
	line-height: 1.1;
	padding: 10px 15px;
	width: 100%;
	background: #fff;
	border: 3px solid;
	border-radius: 10px;
	font-weight: 700;
}
.datLleno:focus-visible{
	border: 3px solid #235B4E;
	box-shadow: 0 0 2px #235B4E;
}
label.titLleno:focus-visible .datLleno:focus-visible {
	color: #235B4E;
}
.h40{
	height: 50px;
	margin-bottom: 15px;
}
.form-control.form-basic, .form-select.form-basic, .form-basic {
	margin-top: 5px;
	border-radius: 10px;
	height: 40px;
	border: 2px solid #d2d1d1;
	font-weight: 600;
	font-size: 13px;
}
.form-control.form-basic, .form-basic {
	background-color: #F0F0F0;
}
.form-control:focus.form-basic, .form-basic:focus {
	background-color: #FFF;
	border-color: #235B4E;
}
.form-select.form-basic{
	background-color: #fff;
}
.form-check-label{
	font-size: 13px;
	font-weight: 700;
	color: #235B4E;
	padding: 8px 0 0 10px;
}
.form-check-input {
	width: 30px;
	height: 30px;
}
.form-check-input:checked {
	background-color: #235B4E;
	border-color: #235B4E;
}
.tipo-check .form-check{
	padding-left: 50px;
}
.caja-mapa{
	width: 100%;
	margin-top: 5px ;
	border: 2px solid #BB965C;
	border-radius: 10px;
}
.caja-mapa img{
	width: 100%;
	border-radius: 10px;
}
.btnCarga{
	position: relative;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 30px;
	padding: 20px;
	background: #BB965C;
}
.btnCarga .input-file {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 5;
}
.tit-archivo{
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
}
.tit-archivo img{
	width: 20px;
	margin-right: 5px;
}
.pleca_pasos h3{
	font-size: 20px;
	margin-top: 10px;
}
.pleca_pasos h3 img{
	width: 30px;
}

/* BTN SECUNDARIO */
.btnTer{
	position: relative;
	overflow: hidden;
	width: 85px;
	height: 35px;
	line-height: 35px;
	border-radius: 12px;
	color: #fff;
	font-weight: 600;
	transition: .8s background;
	top: 2px;
	margin-top: 5px;
}
.btnTer:hover, .btnTer:focus{
	cursor: pointer;
	background: #6F1228;
}
.btnTer i{
	font-size: 20px;
}
.btnTer:hover i, .btnTer:hover img{
	opacity: 0;
}
.btnTer:hover:before{
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.btnTer:before{
	content: attr(data-hover);
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	opacity: 0;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .5s ease-in-out;
}
.btnAyuda{
	position: absolute;
	top: -3px;
	right: 0;
	width: 40px;
	height: 40px;
	border: 2px solid #BB965C;
	border-radius: 50%;
	padding: 5px;
	background: #fff;
	transition: .5s all;
}
.btnAyuda i{
	font-size: 25px;
	color: #BB965C;
	transition: .5s all;
}
.btnAyuda:hover{
	border: 2px solid #6F1228;
}
.btnAyuda:hover i{
	color: #6F1228;
}

/* MODAL DOCUMENTOS */
#modalDocumentos.modal{
	background: #000000cc;
}
#modalDocumentos .modal-content{
	width: 95%;
	margin: auto;
	border-radius: 30px;
	padding: 15px;
	background: linear-gradient(#235B4E, #10312B);;
}
#modalDocumentos .modal-head{
	text-align: center;
	border-bottom: 1px solid #ffffff85;
}
.parra-modal{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.box-doc{
	text-align: center;
	margin: 10px;
}
.img-doc-v{
	width: 120px;
}
.img-doc-h{
	height: 120px;
}
.check-w{
	width: 230px;
	margin: auto;
}
.bloquea{
	background: #454141cc;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: -10px;
	left: 0px;
	opacity: .7;
}
.imgPreviewImg{
	margin: auto;
	width: 200px;
}
.imgPreviewID{
	margin: auto;
	height: 150px;
}
.imgFoto{
	width: 100%;
	border-radius: 30px;
}
.imgID{
	height: 100%;
	border-radius: 30px;
}
ul.dat-contact{
	padding: 10px 0;
	border-bottom: 3px solid #bb965c;
}
.name-menu{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #235B4E;
}
.dat-menu{
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #bb965c;
}
.mh-30{
	margin-bottom: 30px;
}
#boxInfo{
	position: relative;
	width: 100%;
	height: auto;
	background-image: url('../img/FONDO_IZQ.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px black;
	padding: 0;
	z-index: 1;
}
#boxCont{
	width: 100%;
}
.logo-info{
	padding: 40px 30px;
}
.pleca-proc{
	background: #10312be0;
	padding: 20px 66px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	font-size: 19px;
}
.pleca-docs{
	padding: 40px 10px;
}
.subtitSec{
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.pleca-docs p img{
	width: 15px;
	margin-right: 5px;
	margin-top: -5px;
}
.caja-docs{
	box-shadow: 0 0 5px #000;
	background: #235B4E;
	border-radius: 20px;
	padding: 15px 0;
}
.caja-ind{
	padding: 5px;
	text-align: center;
	border-right: 2px solid #ddc9a578;
}
.caja-ind.sin{
	border-right: none;
}
.caja-ind img{
	width: 40px;
	margin-bottom: 5px;
}
.caja-ind p{
	font-weight: 500;
	font-size: 10px;
	line-height: 1.1;
	margin-bottom: 0;
}
.caja-ind p.oro_t{
	font-weight: 600;
}
.foot-docs{
	background: #235B4E;
	padding: 20px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	width: 100%;
}
.footbtnMovil{
	display: block;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	width: 100%;
	height: 50px;
	padding: 8px;
}
a.footbtnMovil, a.footbtnMovil:hover{
	color: #fff;
}
.iconFoot{
	width: 20px;
}
.ubiBtn{
	width: 300px;
	height: 60px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
.ubiBtn a{
	display: flex;
	margin-top: 7.5px;
}
#inicia-ahora.btnGral{
	background: transparent;
	margin-top: 0;
	min-width: 285px;
}
#inicia-ahora.btnGral:hover{
	transform: none;
	color: #BB965C;
}
#inicia-ahora.btnGral:hover .boxIcon {
	background: #BB965C !important;
}
#inicia-ahora.btnGral:hover .btnIcon span {
	border-color: transparent #BB965C transparent transparent;
}

/* BANDEJA DE ENTRADA */
#bandejaGral{
	z-index: 1;
	height: auto;
	background: #fff;
	box-shadow: 0 0 5px black;
}
#bandejaBody{
	position: relative;
	height: auto;
	padding: 0 20px;
	background: #F5F5F5;
}
.head-noti{
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #fff;
	border-bottom: 5px solid #BB965C;
}
.icon-noti{
	width: 40px;
	height: 40px;
	padding: 0 10px 0 0;
	float: left;
}
.dat-noti{
	width:calc(100% - 40px);
	float: left;
}
.dat-noti h5{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.1;
}
.dat-noti p{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.1;
}
.btn-noti{
	display: block;
	height: 50px;
	padding: 0;
	padding-left: 10px; 
}
.icon-msg{
	width: 50px;
	height: 50px;
	float: left;
	padding: 15px;
}
.icon-msg i{
	font-size: 20px;
}
.icon-msg .cerrado{
	color: #235B4E;
}
.icon-msg .abierto{
	color: #BB965C;
}
.dat-msg{
	width:calc(100% - 50px);
	float: left;
	padding: 10px 5px;
}
.tit-msg{
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tit-msg.cerrado{
	font-weight: 700;
	color: #235B4E;
}
.tit-msg.abierto{
	font-weight: 500;
	color: #BB965C;
}
.fecha-msg{
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.1;
}
#bandejaBody .accordion-item {
	border: transparent;
	background: transparent;
}
#bandejaGral .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #235B4E;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
#bandejaGral .accordion-button:not(.collapsed) .icon-msg .cerrado, #bandejaGral .accordion-button:not(.collapsed) .icon-msg .abierto, #bandejaGral .accordion-button:not(.collapsed) .tit-msg.cerrado, #bandejaGral .accordion-button:not(.collapsed) .tit-msg.abierto{
	color: #fff;
}
#bandejaGral .accordion-button:hover{
	background: #DDC9A5D1;
}
.encabezado-msg{
	display: block;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 0 3px grey;
	margin-bottom: 10px;
}
.titEnca{
	width: 100%;
	font-size: 13px;
	font-weight: 700;
}
.fechaEnca{
	width: 100%;
	font-size: 10px;
	line-height: 1.1;
	font-weight: 600;
	color: #7f7f7f;
}
.cuerpo-msg{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px grey;
	padding: 15px;
}
.aviso-img{
	margin: auto;
	text-align: center;
}
.aviso-img img{
	width: 600px;
	max-width: 100%;
}
.aviso-text{
	width: 95%;
	margin: auto;
}
.caja-text{
	padding: 10px 0px;
}
.caja-text h5{
	font-size: 13px;
	font-weight: 700;
}
.caja-text p{
	font-size: 11px;
	line-height: 1.1;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 10px;
}
#btnRegresar{
	margin-top: 5px;
	text-align: right;
	display: none;
}


/*medias*/
@media all and (min-width:420px){
	.img-paso {
	    width: 62px;
	    height: 50px;
	}
	.img-proceso {
	    bottom: -23px;
	}
	.linea-avance.p3{
		width: 60%;
	}
	.linea-avance.p4{
		width: 73%;
	}
}

@media all and (min-width:576px){
	.linea-avance.p1{
		width: 33%;
	}
	.linea-avance.p2{
		width: 43%;
	}
	.linea-avance.p3{
		width: 57%;
	}
	.linea-avance.p4{
		width: 67%;
	}
	.ubiBtn{
		display: none;
	}
	.foot-docs {
	    bottom: 0;
	}
	.pleca-docs {
	    padding: 40px;
	}
	#boxInfo {
		height: auto;
	}
	.foot-docs {
		position: relative;
	}
}
@media all and (min-width:768px){
	.banner_web{
		display: block;
		height: 150px;
		margin: auto;
	}
	.banner_movil{
		display: none;
	}
	.limitForm {
	    width: 75%;
	    margin: auto;
	    padding: 20px 0px;
	}
	a.btnCURP {
	    height: 35px;
	    line-height: 25px;
	}
	.msg-alert {
	    font-size: 13px;
	    margin-top: 0;
	}
	.caja-mapa {
	    width: 80%;
	}
	.linea-avance.p1 {
	    width: 37%;
	}
	.linea-avance.p3{
		width: 56%;
	}
	.linea-avance.p4{
		width: 63%;
	}
	#modalDocumentos .modal-dialog{
		max-width: 95%;
	}
	.box-doc {
	    margin: 15px 0;
	}
	.subtit{
		font-size: 13px;
		line-height: 1.2;
	}
	.mh-30{
		margin-bottom: 30vh;
	}
	.img-doc-v{
		width: 130px;
	}
	.img-doc-h{
		height: 130px;
	}
	.aviso-text {
	    width: 80%;
	    margin: auto;
	}
	.btnMenu i {
	    font-size: 40px;
	}
	#menuDerecha {
	    top: 20px;
	    right: 20px;
	}
	.cabezalGral{
	    height: 100px;
	    padding: 15px;
		border-bottom: 10px solid #BB965C;
	}
	.banner{
		height: 60px;
	}
	#bandejaGral{
		height: calc(100vh - 160px);
	}
	#bandejaBody{
		overflow-y: scroll;
		height: calc(100vh - 160px);
	}
	#bandejaGral #barrido-bandeja{
		height: calc(100% - 80px);
	    overflow-y: scroll;
	    overflow-x: hidden;
	}
	.icon-msg i {
	    font-size: 20px;
	}
	.tit-msg {
    	font-size: 13px;
    }
    .fecha-msg {
    	font-size: 10px;
    }
    .caja-text{
		padding: 15px 30px;
	}
	.caja-text h5{
		font-size: 18px;
	}
	.caja-text p{
		font-size: 13px;
	}
	.encabezado-msg{
	    padding: 10px 15px;
	}
	.encabezado-msg {
	    display: flex;
	}
	.titEnca {
	    width: calc(100% - 160px);
	    float: left;
	    font-size: 15px;
	}
	.fechaEnca {
	    width: 160px;
	    float: left;
	    font-size: 12px;
	    line-height: 22px;
	}
	#bandejaBody {
	    padding: 20px;
	}
}

@media all and (min-width:992px){
	.limitForm {
	    width: 80%;
	}
	.caja-mapa {
	    width: 65%;
	    margin: auto;
	    margin-top: 5px;
	}
	label.l-mapa{
		text-align: center;
	}
	.bodyForm{
		width: 85%;
		margin: auto;
	}
	#modalDocumentos .modal-dialog{
		max-width: 75%;
	}
	.cnt_login {
	    top: 55%;
	}
	#boxInfo{
		width: 505px;
		float: left;
		height: calc(100vh - 58px);
	}
	#boxCont{
		width: calc(100% - 505px);
		float: left;
	}
	.logo-info{
		padding: 50px 30px;
	}
	.pleca-proc{
	    padding: 20px 105px;
	}
	.label-ghost{
		display: block;
	}
}

@media all and (min-width:1024px){
	.linea-avance.p1{
		width: 41%;
	}
	.linea-avance.p2{
		width: 48%;
	}
	.linea-avance.p3{
		width: 52%;
	}
	.linea-avance.p4{
		width: 58%;
	}
}

/*ALERTA*/
.alertGral{
	max-width: 550px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px black;
    margin: 10px auto;
    padding: 0;
}
.al-left{
	position: relative;
    width: 60px;
    height: 70px;
    float: left;
    padding: 12.5px 10px;
    border-radius: 10px 13px 40px 10px;
}
.al-left img{
	position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
    width: 40px;
}
.al-right{
    width: calc(100% - 60px);
    height: 70px;
    float: left;
    padding: 10px 20px;
}
.al-right .tit{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.al-right .subtit{
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
    line-height: 1.1;
}
.al-right .subtit.cnt{
	width: 90%;
    font-size: 14px;
}
.al-right.pr .btnAct{
	position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
}
.tit-exito{
	width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
img.icon-exito{
	width: 35px;
	padding-top: 2px;
}

/* AVISO DE PRIVACIDAD */
.limitAviso{
	width: 70%;
    margin: 25px auto;
    /*margin: auto;
	padding: 25px;*/
}
.headAviso{
	background: #005046;
	text-align: center;
    border-radius: 25px 25px 0 0;
}
.titHead{
	margin: auto;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}
.headAviso img{
	width: 50px;
	margin-bottom: 5px;
}
.bodyAviso{
	background: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 5px black;
    border-radius: 0 0 25px 25px;
}
.titAviso{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px;
}
.titAviso.oro_t{
	margin-bottom: 10px;
}
.bodyAviso p, .bodyAviso ol{
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.2;
}
.bodyAviso ol{
	padding-left: 60px;
}
.bodyAviso label{
    display: block;
	font-size: 18px;
    font-weight: 700;
}
.subenunbis {
    position: relative;
    margin-bottom: 20px;
}
.subenunbis .subtit {
    font-size: 12px;
}
.subenunbis p {
    text-align: right;
    border-bottom: 2px solid;
}
.subenunbis span {
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 30%;
    height: 6px;
}
.bodyAviso .subenunbis .subtit {
    font-size: 14px;
    line-height: 1.5;
}
.footerAviso .form-check{
	width: 540px;
	margin: 30px auto;
	margin-bottom: 0;
}
.footerAviso .form-check label{
    font-size: 16px;
    color: #4d4d4d;
}
@media all and (max-width: 992px){
	.limitAviso {
	    width: 90%;
	}
	.bodyAviso {
	    padding: 30px;
	}
}

@media all and (max-width: 768px){
	.limitAviso {
	    width: 95%;
	    margin: 10px auto;
	}
}

@media all and (max-width: 576px){
	.headAviso img {
		position: relative;
	    width: 40px;
	    float: left;
	    left: 25px;
	    margin-bottom: 0px;
	}
	.headAviso p {
	    width: calc(100% - 40px);
	    margin: auto;
	    font-size: 17px;
	}
	.bodyAviso {
	    padding: 15px;
	}
	.titAviso {
	    font-size: 14px;
	    font-weight: 600;
	}
	.bodyAviso p, .bodyAviso ol {
	    font-size: 13px;
	    margin-bottom: 8px;
	}
	.bodyAviso label {
	    font-size: 14px;
	    line-height: 1.2;
	    font-weight: 800;
    	margin-bottom: 10px;
	}
	.bodyAviso ol {
	    padding-left: 35px;
	}
	.footerAviso .form-check label {
	    font-size: 14px;
	    line-height: 1.1;
	    width: 95%;
	}
	.footerAviso .form-check {
	    width: 75%;
	    margin: 20px auto;
	    margin-bottom: 0;
	}
}
@media all and (max-width: 420px){
	.headAviso img {
	    width: 30px;
	    left: 10px;
	}	
	.headAviso p {
		width: 100%;
	    font-size: 15px;
	}
}

.btn-ps{
    position: relative;
    margin: 20px;
    text-align: center;
}
.btnFoto{
	position: absolute;
    transform: translateX(-50%);
    bottom: 10px;
    left: 50%;
    border: 3px solid #fff;
    border-radius: 30px;
    background: transparent;
    padding: 5px;
    box-shadow: 0 0 5px black;
    transition: .5s all;
}
.btnText{
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #9F1F41;
    border-radius: 30px;
    box-shadow: 0 0 5px black;
    transition: .5s all;
}
.i-captura {
    width: 22px;
    height: 22px;
    mask: url(../img/CAMARA.svg) no-repeat;
    float: left;
    background: #9f2241;
    transition: .5s all;
    margin-right: 5px;
}
.btnFoto:focus:hover{
	transform: translateX(-50%) scale(.95);
	border: 3px solid #9f2241;
}
.btnFoto:focus:hover .btnText{
	background: #9f2241;
	color: #fff;
}
.btnFoto:focus:hover .i-captura{
	background: #fff;
}
#form-prerregistro li.nav-item{
	width: 50%;
}
#form-prerregistro li.nav-item .nav-link{
	background: #fff;
	text-align: center;
	height: 60px;
	font-weight: 500;
	padding: 17px;
}
#form-prerregistro li.nav-item .nav-link.registro{
	border: 2px solid #005046;
	border-radius: 25px 0 0 0;
}
#form-prerregistro li.nav-item .nav-link.registro.active{
	background: #005046;
}
a.nav-link.registro .p-registro{
	line-height: 1;
    font-size: 18px;
    color: #005046;
}
a.nav-link.registro.active .p-registro, a.nav-link.sesion.active .p-sesion, a.nav-link.sesion.active .label-sesion{
    color: #fff;
}

/* NUEVOS */
#form-prerregistro li.nav-item .nav-link.sesion{
	border: 2px solid #9f1f41;
	border-radius: 0 25px 0 0;
	padding: 5px;
}
#form-prerregistro li.nav-item .nav-link.sesion.active{
	background: #9f1f41;
}
a.nav-link.sesion .label-sesion{
	font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}
a.nav-link.sesion .p-sesion{
	line-height: 1;
    font-size: 18px;
    color: #9f1f41;
}
.btnIr{
	background: #235B4E;
	color: #fff;
	border: none;
	position: relative;
	width: 180px;
	height: 45px;
	font-size: 18px;
	padding: 0 20px;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	border-radius: 15px 0 15px 0;
	outline:none;
}
.btnIr:hover{
	background:#fff;
	color: #235B4E;
}
.btnIr:before,.btnIr:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:2px;
	width:0;
	background:  #235B4E;
	transition:400ms ease all;
}
.btnIr:after{
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
}
.btnIr:hover:before,.btnIr:hover:after{
	width:100%;
	transition:800ms ease all;
}
.btnIr p{
	position: relative;
}
.btnIr i{
	width: 20px;
	position: absolute;
	transform: translateY(-50%);
	top: 0;
	left: 0;
	transition: 400ms ease all;
}
.btnIr span{
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	transform: translateY(-50%);
	top: 0;
	right: 0;
	transition: 400ms ease all;
}
.btnIr:hover span{
	right: 15%;
}
.btnIr:hover i{
	left: 90%;
}
#tabla-hijos td.tit{
	text-align: left;
    width: 90px;
    color: #BB965C;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
#tabla-hijos .table-responsive{
	width: 70%;
}
#tabla-hijos tr th{
    color: #235B4E;
    border-bottom: 2px solid #235B4E;
}
.subtit a{
	font-weight: 700;
	transition: .3s all;
}
.subtit a:hover{
	color: #9D2449;
}
#form-prerregistro .tab-content{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px black;
	border-radius: 0 0 25px 25px;
}
#form-prerregistro .tab-content-bis{
	padding: 50px;
	background: #fff;
}
.bloquea_2{
	width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 20;
    top: 0;
}
.bloquea_3{
	width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 20;
    top: 0;
}
.l-div{
	position: relative;
	height: 5px;
	width: 100%;
}
.l-div-bis{
	position: relative;
	height: 10px;
	width: 100%;
}
.borde-izq{
	width: calc(50% - 5px);
	height: 5px;
	float: left;
	position: relative;
}
.borde-izq .diagonal{
    position: absolute;
	width: 5px;
	height: 5px;
    bottom: 0;
    right: -5px;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
}
.borde-der{
	width: calc(50% - -5px);
	height: 5px;
	float: right;
}
.boxConfirma{
    width: 550px;
    margin: auto;
    margin-top: 140px;
    background: #235B4E;
    color: #fff;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
}
.img-check{
	width: 90px;
	margin: 15px;
}
.subConfirma{
	margin: 20px 0;
}
.subConfirma p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
    margin-bottom: 15px;
}
.secTit{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 5px;
	color: #4D4D4D;
}

@media all and (max-width: 1200px){
	#boxInfo {
	    width: 42%;
	}
	#boxCont {
	    width: 58%;
	}
	.limitForm {
	    width: 90%;
	}
	#form-prerregistro li.nav-item .nav-link {
	    padding: 20px 12px;
	}
	.alertGral{
		min-width: 550px;
	}
}

@media all and (max-width: 992px){
	#boxInfo {
	    width: 35%;
	    float: left;
	}
	#boxCont {
	    width: 65%;
	    float: left;
	}
	#form-prerregistro li.nav-item .nav-link {
	    padding: 10px;
	}
	.label-ghost {
	    display: block;
	}
}

@media all and (max-width: 850px){
	#boxInfo {
	    width: 100%;
	}
	#boxCont {
	    width: 100%;
	}
	.limitForm {
	    width: 90%;
	    margin:auto;
	}
	#form-prerregistro li.nav-item .nav-link {
	    padding: 17px 10px;
	}
	.container, .container-sm {
	    max-width: 100%;
	}
}
@media (max-width: 768px) and (min-width:576px){
	.alertGral {
		min-width: initial;
	}
	.alertGral.bis, .alertGral.bis .al-left, .alertGral.bis .al-right {
		height: 85px;
	}
}
@media all and (max-width: 576px){
	.limitForm{
		width: 95%;
		padding: 25px 10px;
	}
	a.nav-link.registro .p-registro, a.nav-link.sesion .p-sesion {
    	font-size: 14px;
	}
	a.nav-link.sesion .label-sesion {
	    font-size: 10px;
	}
	.label-ghost {
	    display: none;
	}
	#form-prerregistro .tab-content {
	    padding: 15px 10px;
	}
	.subtit {
	    font-size: 12px;
	    line-height: 1.2;
	}
	#form-prerregistro .tab-content-bis {
	    padding: 20px 0;
	}
	#form-prerregistro .container, #form-prerregistro .container-fluid, #form-prerregistro .container-lg, #form-prerregistro .container-md, #form-prerregistro .container-sm, #form-prerregistro .container-xl, #form-prerregistro .container-xxl {
	    padding-right: 0;
	    padding-left: 0;
	}
	.bodyBox {
	    padding: 25px 10px 30px 10px;
	}
	.pleca-proc {
	    padding: 20px 60px;
	    font-size: 15px;
	}
	.pleca-docs {
	    padding: 25px 10px;
	}
	a.btnCURP {
	    padding: 10px 5px;
	}
	.boxConfirma {
    	width: 95%;
    	margin-top: 30px;
    }
    .boxConfirma h5{
    	font-size: 15px;
    }
    .subConfirma p {
	    font-size: 14px;
	}
	.btnTer {
		width: 65px;
	}
	.btnTer:before {
		font-size: 10px;
	}
	#btnCargaBorrar {
		width: 65px;
		padding-left: 10px;
	}
	#btnCarga, #btnDescarga {
		width: calc(100% - 65px);
	}
	.ghost {
		display: none !important;
	}
	.tit-exito {
		font-size: 16px;
		line-height: 1.1;
	}
	.alertGral {
	    min-width: 100%;
	}
	.alertGral.bis {
		height: 100px;
	}
	.al-right .tit {
	    font-size: 13.5px;
	}
	.al-right .subtit {
	    font-size: 12px;
	}
	.btnGral, .btnReg, .btnSec{
		transform: scale(.85);
	}
}
@media all and (max-width: 420px){
	a.nav-link.sesion .label-sesion {
	    font-size: 9px;
	}
	a.nav-link.registro .p-registro, a.nav-link.sesion .p-sesion {
	    font-size: 12px;
	}
	#form-prerregistro li.nav-item .nav-link {
	    height: 50px;
	    padding: 10px 5px;
	}
	#form-prerregistro li.nav-item .nav-link.sesion {
	    padding: 0px 5px;
	}
	a.btnCURP {
	    padding: 10px 8px;
	    font-size: 12px;
	}

}

.secTit{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 5px;
	color: #4D4D4D;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
	border-top: solid 7px #004750 !important;
	-webkit-animation-name: type-blue;
	animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
	color: #004750 !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
	vertical-align: middle;
	color: #004750;
}

@media (min-width: 1400px) {
	.al-right .subtit {
		font-size: 15px;
	}
}
.blockscreen {
	z-index: 9999;
	position: fixed;
	/*Important to cover the screen in case of scolling content*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: rgba(2, 47, 20, 0.25);
}

.textBlockScreen {
	color: #bb965c;
}

/* PAGINADOR */

.dataTables_paginate {
    display: none !important;
}

#paginadorIMB{
    text-align: center;
}
#paginadorIMB .pagination{
    display: inline-flex;
    margin: 5px;
    height: 50px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px black;
    border-radius: 30px;
}
#paginadorIMB .page-item{
    width: 40px;
    height: 40px;
}
#paginadorIMB .page-item a.page-link{
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border:none;
    font-size: 15px;
    font-weight: 600;
    color: #235c50;
    transition: .5s all;
}
#paginadorIMB .page-item a.page-link.active{
    width: 40px;
    height: 40px;
    line-height: 34px;
    padding: 0;
    border: 3px solid #bb965c;
    font-weight: 700;
    color: #bb965c;
}
#paginadorIMB .page-item a.page-link:focus{
    box-shadow: none;
}
#paginadorIMB .page-item a.page-link.chevron{
    font-size: 18px;
    color: #bb965c;
}
#paginadorIMB .page-item:hover a.page-link.chevron{
    background: #bb965c;
    color: #fff;
}
#paginadorIMB .page-item a.page-link:focus.chevron{
    box-shadow: none;
    transform: scale(.9);
}
#paginadorIMB .page-item:hover a{
    background: #d9d9d9;
}

/* PORTAL INICIAL */
#HOME {
	position: relative;
	background: url(../img/HOME/fondo_general.jpg);
	background-position: top right;
	background-size: 100%;
}

.seccion_1 {
	height: calc(100vh - 52px);
	scroll-snap-align: start;
}

#carouselExampleIndicators2 .carousel-item {
	height: calc(100vh - 52px);
}

#carouselExampleIndicators2 .carousel-indicators {
	z-index: 9;
}

#carouselExampleIndicators2 .carousel-control-next,
#carouselExampleIndicators2 .carousel-control-prev {
	background-color: #fff;
}

#carouselExampleIndicators2 .carousel-control-prev {
	left: 5px;
}

#carouselExampleIndicators2 .carousel-control-next:hover,
#carouselExampleIndicators2 .carousel-control-prev:hover {
	box-shadow: 0 0 5px black;
	background-color: #00312b;
}

#carouselExampleIndicators2 .carousel-control-next:focus,
#carouselExampleIndicators2 .carousel-control-prev:focus {
	box-shadow: 0 0 5px black;
	background-color: #00312b;
}

#carouselExampleIndicators2 .carousel-control-prev .carousel-control-prev-icon {
	background-image: url(../img/chevron_lft.svg);
}

#carouselExampleIndicators2 .carousel-control-next .carousel-control-next-icon {
	background-image: url(../img/chevron_rgt.svg);
}

#carouselExampleIndicators2 .carousel-control-prev:hover .carousel-control-prev-icon {
	background-image: url(../img/chevron_lft_b.svg);
}
#carouselExampleIndicators2 .carousel-control-next:hover .carousel-control-next-icon {
	background-image: url(../img/chevron_rgt_b.svg);
}

.carousel-control-next,
.carousel-control-prev {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	position: absolute;
	top: 7.5px;
	bottom: 0;
	z-index: 1;
	padding: 0;
	text-align: center;
	opacity: 1;
	transition: .5s ease;
}

.fondo-slide {
	position: relative;
	height: 100vh;
	min-height: 760px;
	background: url(../img/HOME/fondo_b.svg) top right;
	background-color: #11322B;
	background-repeat: no-repeat;
	padding: 0;
	z-index: 1;
}

.pleca-slide {
	position: absolute;
	left: -150px;
	height: 100%;
	min-height: 760px;
	min-width: 200px;
}

.pleca-slide-mov {
	display: none;
	min-height: 170px;
	position: absolute;
	top: -160px;
}

.img-slide {
	z-index: 1;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.info-slide {
	position: relative;
	height: 100%;
	z-index: 4;
}

.contenido-slide {
	position: relative;
	height: 100%;
	padding: 200px 300px 200px 100px;
	color: #fff
}

.contenido-slide h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}

.contenido-slide h3 {
	font-size: 30px;
	font-weight: 400;
}

.contenido-slide hr {
	width: 60%;
	opacity: 1;
	border-bottom: 4px solid #BB965C;
}

.contenido-slide p {
	font-size: 18px;
	font-weight: 400;
}

.btn-slide {
	position: absolute;
	z-index: 4;
	transform: translateY(-50%);
	top: 50%;
	right: 80px;
	width: 130px;
	height: 60px;
}

#action-slide {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.pa-action {
	position: relative;
	padding: 110px;
}

/* #carouselExampleIndicators2 .btnGral {
	width: 180px;
	height: 50px;
}

#carouselExampleIndicators2 .btnGral p {
	line-height: 45px;
	font-size: 16px !important;
	font-weight: 700;
} */

/* #carouselExampleIndicators2 .btnGral .btnIcon .boxIcon {
	height: 48px;
}

#carouselExampleIndicators2 .btnGral .btnIcon span {
	left: -4px;
	border-width: 24px 15px 24px 0px;
} */

#indicators2 {
	margin: 0;
	left: 110px;
	bottom: 120px;
	padding-left: 0px;
	justify-content: start;
}

#indicators2.carousel-indicators [data-bs-target] {
	width: 50px;
	height: 5px;
	border-top: none;
	border-bottom: 8px solid #fff;
	border-radius: 10px;
}

#indicators2.carousel-indicators .active {
	position: relative;
	top: -2px;
	opacity: 1;
	width: 70px;
	border-bottom: 6px solid #BB965C;
	border-top: 6px solid #BB965C;
	background: #BB965C;
}

.menu-inferior {
	width: 90%;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	z-index: 4;
	bottom: 20px;
}

.menu-inferior .navbar-expand-md .navbar-nav {
	margin: auto;
}

.menu-inferior .navbar-nav {
	background: #6a0432;
	border-radius: 40px;
	padding: 5px;
}

.menu-inferior .nav-link {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	border-right: 2px solid #ffffffb4;
	min-height: 40px;
	transition: all .3s;
	text-align: center;
}

.menu-inferior .nav-link:hover {
	color: #DDC9A3;
	transform: scale(1.15);
}

.menu-inferior .nav-item:last-child .nav-link {
	border-right: none;
}

.menu-inferior .nav-item {
	position: relative;
	min-width: 200px;
	min-height: 50px;
	padding: 5px;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
	background: #E2E2E2;
    box-shadow: 2px 2px 3px 0px #bbbbbb, -2px -2px 3px 1px #f7f7f7;
}
.carousel-control-next:focus, .carousel-control-prev:focus{
    box-shadow: 2px 2px 3px 0px #f7f7f7, -2px -2px 3px 1px #bbbbbb;
}

.carousel-item .titContent{
	font-size: 25px;
	font-weight: 700;
	margin: 10px 0;
}
.carousel-item .textContent, .textContent li{
	font-size: 14px;
	font-weight: 500;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.carousel-item .textContent, .textContent li {
	font-size: 13px;
}

.carousel-item, .carousel-item.active{
	height: 100%;
}

.carousel-item .titContent {
	font-size: 20px;
}

.carousel-item .textContent, .textContent li {
	font-size: 12px;
	text-align: justify;
}

/* SECCIÓN INTERÉS */
.cardButton{
	width: 85%;
	margin: auto;
	display: flex;
	scroll-behavior: smooth;
}
#carrusel-interes{
	width: 70%;
	margin: auto;
}
#carrusel-interes .boxCard{
	width: 100%;
	height: 100px;
	padding: 5px;
	text-align: center;
}
#carrusel-interes .cardSlide{
	width: 100%;
	height: 80px;
    background: #fcfcfc5c;
    border-radius: 15px;
    padding: 5px 15px;
	box-shadow: 0 0 5px #00000061;
	flex: 0 0 auto;
}
#carrusel-interes .titSeccion{
	font-size: 13px;
    font-weight: 700;
	margin-bottom: 5px;
    color: grey;
	line-height: 1.1;
}
#carrusel-interes .fechaSeccion{
	font-size: 11px;
    font-weight: 500;
    color: grey;
}
#carrusel-interes .cardSlide.active{
	width: 100%;
	height: 90px;
    background: #fff;
    padding: 10px 15px;
	margin-top: -5px;
}
#carrusel-interes .cardSlide.active .titSeccion{
	font-size: 15px;
    font-weight: 700;
	margin-bottom: 5px;
    color: #026757;
}
#carrusel-interes .cardSlide.active .fechaSeccion{
	font-weight: 600;
    color: #BC955C;
}
#carrusel-interes .cardSlide.active .proceso{
	animation: plecaAvance 20s;
}
@keyframes plecaAvance {
	0%{
		width: 0%;
	}
	25%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
}
.pleca-avance{
	position: relative;
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
}
.pleca-avance .fija{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #b4b4b4;
}
.pleca-avance .proceso{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 5px;
	background: #B59664;
}
#carrusel-interes .carousel-inner{
	padding: 15px;
}
#carrusel-interes .carousel-item{
	background: #fff;
	box-shadow: 0 0 5px black;
	border-radius: 25px;
}
.imgInteres{
	width: 100%;
	height: 45vh;
	border-radius: 25px 0 0 25px;
}
.logoInteres{
	width: 100%;
	height: auto;
	text-align: center;
}
.logoInteres.logo{
	width: 100%;
	height: 150px;
	text-align: center;
}
.logoInteres h5{
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}
.logoInteres h6{
	font-size: 33px;
	font-weight: 700;
	line-height: 1;
	color: #DDC9A3;
}
.contInteres{
	position: relative;
	padding: 30px 20px;
	height: 45vh;
}
.contInteres .tit{
	font-size: 20px;
	font-weight: 700;
	color: #005046;
	margin-bottom: 3px;
}
.contInteres .l-div{
	margin-bottom: 10px;
}
.contInteres .text, .parra-text{
	font-size: 14px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.parra-text{
	padding-left: 15px;
}
.btnInteres{
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.pa-right{
	position: relative;
	padding: 15px;
}
.btn-descarga{
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.carruselModal .carousel-item {
	width: 100%;
	height: 350px;
    text-align: center;
}
.carruselModal .carousel-control-prev {
    left: -10px;
    top: 40%;
}
.carruselModal .carousel-control-next {
    right: -10px;
    top: 40%;
}
.carruselModal .carousel-indicators {
    position: absolute;
    bottom: -50px;
}
.carruselModal .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
	border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-color: #b1b1b1;
	margin-right: 5px;
    margin-left: 5px;
	border-radius: 10px;
	background-clip: initial;
}
.carruselModal .carousel-indicators .active {
	position: relative;
    width: 60px;
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	background: #BC955C;
	top: -2px;
}
.titSecciones{
	color: #026757;
	margin: 20px 0;
    position: relative;
	left: 45px;
}
.titSecciones h3{
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
}
.titSecciones h2{
	font-weight: 300;
	font-size: 27px;
	line-height: 1;
	padding-left: 70px;
}
.titSecciones.right{
	float: right;
    border-radius: 50px 0 0 50px;
}
.titSecciones.left{
	float: left;
    border-radius: 0 50px 50px 0;
}
.limit-carrusel{
	width: 60%;
	margin: auto;
}
.visually-text{
	font-size: 12px;
    font-weight: 700;
    color: #225B4F;
	opacity: 0;
	position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 40px;
	transition: all .3s ease;
}
.carousel-control-prev:hover .visually-text, .carousel-control-next:hover .visually-text, .btnNext:hover .visually-text, .btnPrev:hover .visually-text {
	opacity: 1;
	top: 60px;
}
.carousel-control-prev-icon {
    background-image: url(../img/chevron_lft.svg);
}
.carousel-control-next-icon {
    background-image: url(../img/chevron_rgt.svg);
}
#Interes .titSecciones {
	min-height: 80px;
}
#Interes .d-flex.cardButton{
	height: 80px;
}
#carrusel-interes .cardSlide {
	height: 70px;
}
#carrusel-interes .boxCard {
	height: 80px;
}
#carrusel-interes .cardSlide.active {
	height: 80px;
}
#carrusel-interes .cardSlide.active .titSeccion {
	font-size: 15px;
	line-height: 1;
}
#Interes .contInteres {
	padding: 15px 10px;
}

/* Puedes poner esto en tu archivo CSS global o en un <style> en la vista */
.preview-imagen-slider img {
    max-width: 95%;
    max-height: 150px;
    border-radius: 10px;
    box-shadow: 0 2px 8px #0001;
    object-fit: contain;
    background: #fff;
    display: block;
}
.preview-imagen-slider .text-muted {
    font-size: 1.1em;
    text-align: center;
    width: 100%;
}

/* SALA DE PRENSA */
.fondo-img.prensa{
	background-image: url(../img/14_saladeprensa/salaprensa_00.png);
	background-size: cover;
}
#salaPrensa .sec-text, #salaPrensa .sec-img {
	width: 50%;
}
#salaPrensa .titPrincipal{
	text-align: left;
}
#secPrensa.seccion{
	height: auto;
}
#secPrensa #secAccesos .item-menu {
    width: calc(100% / 6);
    float: left;
}
#salaPrensa .cajaPrensa{
	right: -30px;
	opacity: 0;
}
.item-filtro{
	width: 50%;
	float: left;
	padding-left: 40px!important;
	display: none;
}
img.iconCalendar{
	position: relative;
	width: 15px;
	height: 15px;
}
button.bodyCard{
	text-align: left;
}
.bodyVideo h6 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}
.bodyVideo p.textCard {
    width: 90%;
    margin-top: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}
.bodyVideo .etiqueta-tipo {
	display: inline-block;
    margin-top: 7px;
    padding: 5px 8px;
    background: #b59664;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 30px;
}
.bodyCard .btnPrensa{
	transform: scale(.75);
    position: absolute;
    bottom: 5px;
    left: 0px;
}
#salaPrensa .parraPrin{
	width: 80%;
}


#InicioOp.seccion {
    height: 450px;
}
#Operacion.seccion {
    background: transparent;
	min-height: calc(100vh - 600px);
    height: auto;
    padding-top: 0;
}
.textInput{
	width: 70%;
	display: inline-block;
	margin-left: 35px;
}
.tituloOperaciones {
    position: relative;
    width: 60%;
	float: left;
    margin-top: 30px;
    left: 70px;
}
.tituloOperaciones .titSecciones{
	color: #fff;
	padding: 15px 0;
	margin-bottom: 0;
}
.titEstado {
    position: absolute;
    top: -245px;
    width: 40%;
    right: 0;
    text-align: center;
}
.titEstado p{
	font-size: 35px;
    font-weight: 700;
    color: #005046ba;
}
.titEstado hr{
	width: 430px;
	margin: auto;
}
.textInput .subtit {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
	padding-bottom: 5px;
}
.fondo-img{
    background-size: cover;
    background-position: 0 -40px;
    background-repeat: no-repeat;
}
.fondo-img.operacion{
	background-image: url(../img/13_OUSN/operacionunidades_00.png);
}
#cont-vids{
	margin-top: 20px;
}
.sala-movil{
	display: none;
}
.boxVideo{
	width: 310px;
    height: 400px;
    padding: 10px;
	margin-bottom: 10px;
}
.bodyCard{
	display: flex;
	justify-content: center;
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 0 3px #000000b2;
	overflow: hidden;
}
.imgPortada{
	height: 100%;
	text-align: center;
	position: relative;
	top: -40px;
}
.bodyVideo{
	width: 100%;
    height: 40%;
    position: absolute;
	overflow: auto;
    bottom: 0;
    background: #005046;
    color: #fff;
    border-radius: 20px 100px 0px 0;
    padding: 15px 45px 15px 15px;
    box-shadow: 2px -2px 3px #000000a1;
}
.bodyVideo label{
	font-size: 10px;
	font-weight: 600;
}
.bodyVideo h4{
	margin-top: 25px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}
.bodyVideo h5{
	width: 80%;
	font-size: 13px;
	font-weight: 700;
}
.bodyVideo .iconPlay{
	width: 30px;
    height: 30px;
    position: absolute;
    bottom: 15px;
	right: 10px;
}
.bodyVideo .iconPlay{
	border-radius: 50%;
	transform: scale(.8);
	animation: infinite escalaBoton 3s;
}
#Prensa .bodyCard{
	width: 300px;
	margin: 0 20px;
}
#Prensa .imgPortada {
    width: 100%;
    top: 0;
}
.limit-prensa{
	width: 65%;
	margin: auto;
}
@keyframes escalaBoton{
	0%,100%{
	    transform: scale(1.1);
	}
	50%{
		transform: scale(.9);

	}
}
#nombre-estado{
	position: relative;
	left: -30px;
	opacity: 0;
}
.textInput .subenun, .textInput #sl_entidad{
	position: relative;
	top: 30px;
	opacity: 0;
}

#modalSaladePrensaVista {
    z-index: 1080 !important;
}
.modal-backdrop.show:nth-of-type(2) {
    z-index: 1079 !important;
}

.modalPrensa.modal{
	background: #10312bd6;
}
.modalPrensa .modal-dialog {
	max-width: 70%;
	margin: auto;
}
.modalPrensa .modal-content{
	position: relative;
	min-height: 100%;
	height: calc(100vh - 200px);
	border-radius: 20px 100px 20px 20px;
    padding: 15px;
	padding-top: 150px;
}
.modalPrensa .modal-dialog-centered {
	min-height: 100%;
}
.modalPrensa .carruselModal{
	width: 95%;
	height: 100%;
	margin: auto;
}
.modalPrensa .carruselModal .carousel-item {
    width: 100%;
    height: 100%;
	border-radius: 20px;
    text-align: center;
	overflow: hidden;
}
.btnCerrar{
	width: 40px;
	height: 40px;
	opacity: .7;
	background: transparent;
	position: absolute;
	top: -25px;
	right: -25px;
	transition: all .5s;
}
.btnCerrar:hover{
	opacity: 1;
}
.modal-tit{
	position: absolute;
	top: 30px;
    left: -20px;
    width: 70%;
    height: 100px;
    background-color: #005046;
    padding: 15px 40px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 0 5px black;
}
.secDate{
	width: 150px;
	float: left;
	margin-top: 8px;
}
.secDate .anio{
	font-size: 17px;
    margin-bottom: 3px;
}
.secDate .mes{
	font-size: 20px;
    margin-bottom: 5px;
	font-weight: 500;
}
.secDate .linea{
	width: 100%;
	height: 5px;
	background-color: #BC955C;
}
.modal-tit .secTit{
	position: relative;
	width: calc(100% - 150px);
	height: 70px;
	float: left;
	padding: 0 0 0 25px;
	margin: 0;
}
.modal-tit .secTit p{
	width: 95%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.modal-tit .triangulo {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 20px;
    height: 10px;
    color: #223d37;
    background: #10312B;
    border-top: 10px solid;
    border-right: 20px solid transparent;
}
.docCarrusel{
	position: relative;
	z-index: 1058;
	width: 90%;
	height: 100%;
}
.imgCarrusel{
	max-width: 550px;
	height: 100%;
	min-height: 410px;
	margin: auto;
}
.carruselModal .carousel-item {
	width: 100%;
	height: 350px;
    text-align: center;
}
.carruselModal .carousel-control-prev {
    left: -10px;
    top: 40%;
}
.carruselModal .carousel-control-next {
    right: -10px;
    top: 40%;
}
.carruselModal .carousel-indicators {
    position: absolute;
    bottom: -50px;
}
.carruselModal .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
	border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-color: #b1b1b1;
	margin-right: 5px;
    margin-left: 5px;
	border-radius: 10px;
	background-clip: initial;
}
.carruselModal .carousel-indicators .active {
	position: relative;
    width: 60px;
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	background: #BC955C;
	top: -2px;
}

/* SECCIÓN ACCESOS */
#menuAccesos{
	display: block;
}
.limit-access{
	padding-top: 50px;
	width: 60%;
	margin: auto;
}
.bloque{
	list-style: none;
	width: 100%;
	height: 70px;
	padding: 15px;
	border-bottom: 2px solid #005046;
	cursor: pointer;
	transition: all .8s;
}
.bloque .tit, .bloque .tit2{
	width: calc(100% - 55px);
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #005046;
    text-align: right;
    margin-top: 6px;
	transition: all .8s ease;
}
.bloque .icon{
	position: relative;
	width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    background: #005046;
	margin-left: 15px;
	transition: all .8s ease;
}
.bloque .icon img{
	width: 20px;
}
.bloque:hover .tit{
	font-weight: 600;
}
.bloque:hover .icon{
	background: #BC955C;
	animation: moveIcon 3s infinite;
}
@keyframes moveIcon {
	0%,100%{
		right: 0;
	}
	50%{
		right: -15px;
	}
}
.bloque.active .tit2{
	font-weight: 700;
	color: #BC955C;
}
.bloque.active .icon{
	background: #BC955C;
	transform: rotate(90deg);
}
.bloque.active:hover .icon{
	background: #BC955C;
	transform: rotate(0deg);
	animation: moveIcon 3s infinite;
}
.submenu-sec{
	width: 100%;
    position: relative;
    padding: 0;
    padding-top: 15px;
    align-self: end;
}
.limit-btn{
	position: absolute;
    top: 15px;
    left: 760px;
}
#salaPrensa.seccion{
	height: auto;
}
#secAccesos .titPrincipal {
    padding: 20px 0 10px 0;
	color: #026757;
}
#secAccesos .item-menu{
	width: calc(100% / 11);
	float: left;
}
#secAccesos .item-menu a{
	width: 100%;
}
#secAccesos .item-menu button{
	width: 100%;
	height: 40px;
	padding: 5px;
	background: transparent;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	color: #005046;
	transition: all .5s;
}
.boxAccion .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
}
#secAccesos .item-menu.hr-rgt{
	border-right: 2px solid #005046;
}
#secAccesos .item-menu:hover button{
	background: #BC955C;
	color: #fff;
	font-weight: 600;
}
#secAccesos .item-menu button.active{
	background: #005046;
	color: #fff;
	font-weight: 600;
}
.btnVolver{
	position: absolute;
	right: -30px;
	top: 85px;
	opacity: 0;
}
.boxAccion{
	width: 97%;
    height: 400px;
	overflow: hidden;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px black;
	padding: 0;
}
#aviso .boxAccion{
	margin-top: 30px;
}
.boxAccion .secLeft{
	width: 30%;
    float: left;
    background: #E6E6E6;
    padding: 25px;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
.secLeft .tit{
	font-size: 25px;
    font-weight: 700;
    color: #005046;
	line-height: 1;
}
.secLeft .tit2 {
    font-size: 13px;
    font-weight: 500;
    color: #005046;
}
.secLeft .l-div{
	margin-bottom: 10px;
}
.secLeft .p-text{
	font-size: 13px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.boxAccion .secRight{
	width: 70%;
	height: 100%;
	float: left;
}
.pleca{
	width: 50px;
	height: 100%;
	float: left;
}
.pleca .icon{
	width: 50px;
    height: 50px;
    padding: 10px;
    background: #BB965C;
}
.pleca .titulo{
	width: 50px;
	height: calc(100% - 50px);
	background: #005046;
	color: #fff;
	position: relative;
}
.pleca .titulo p {
    transform: rotate(180deg);
    width: 50px;
	height: 100%;
    margin: 0;
    writing-mode: vertical-lr;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
}
.secRight .contenido{
	overflow: auto;
	width: calc(100% - 50px);
	height: 100%;
	float: left;
	padding: 0;
}
.contenido.dos{
	padding: 20px;
}
.contenido.tres{
	padding: 0 15px;
}
.contenido.dos .tit{
	font-size: 16px;
    font-weight: 700;
    text-align: justify;
	margin-bottom: 5px;
}
.contenido.dos .subtit{
	font-size: 13px;
    font-weight: 500;
    text-align: justify;
	margin-bottom: 5px;
}
.table-cond{
	width: 90%;
	margin: auto;
}
.table-cond th {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: 3px solid #ddc9a5;
}
.table-cond td{
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #ddc9a5;
}
#comunitaria.contenido{
	padding: 0;
}
.cardConsulta{
	display: none;
	width: 100%;
    float: left;
	padding: 15px;
    background: #E6E6E6;
    border-radius: 20px;
    box-shadow: 0 0 5px #8a8a8a;
	transition: all .5s;
}
.cardConsulta .head{
	width: 100%;
	text-align: center;
}
.imgConsulta{
    width: 80px;
    height: 80px;
	margin: auto;
	padding: 4px;
    border-radius: 50%;
    border: 5px solid #B59664;
	transition: .5s all;
	cursor: pointer;
}
.imgConsulta:hover{
	transform: scale(1.2);
	box-shadow: 0 0 15px #BC955C;
}
.titConsulta{
	width:100%;
    padding-top: 10px;
	line-height: 1.1;
    font-size: 16px;
    font-weight: 700;
    color: #005046;
}
.borOro{
	width: 95%;
    border-bottom: 3px solid #BC955C;
    margin: 10px 0;
}
.cardConsulta .text{
	font-size: 12px;
    text-align: justify;
    font-weight: 500;
}
.secCont{
	width: 90px;
	float: left;
	height: 100%;
	padding: 5px;
	position: relative;
	margin: 10px;
}
.ub-sec{
	position: absolute;
	top: 15px;
}
#sec1 #card1{
	display: block;
}
#sec1 #img1{
	display: none;
}
#sec1.secCont{
	width: calc(100% - 460px);
}
.table-responsive a.btnSec {
	display: inline;
    padding: 6px 10px;
}
.table-responsive a.btnSec:hover {
	background: #10312B;
}
#salaPrensa .submenu-sec {
    width: 50%;
}
#salaPrensa #secAccesos .item-menu{
	width: calc(100% / 5);
	float: left;
}