/* @font-face {
    font-family: 'Franklin-gothic-bold';
    src: url('../fonts/roboto/Franklin-gothic-bold.eot');
    src: url('../fonts/roboto/Franklin-gothic-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/Franklin-gothic-bold.woff2') format('woff2'),
		url('../fonts/roboto/Franklin-gothic-bold.woff') format('woff'),
		url('../fonts/roboto/Franklin-gothic-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin-gothic-regular';
    src: url('../fonts/roboto/Franklin-gothic-regular.eot');
    src: url('../fonts/roboto/Franklin-gothic-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/Franklin-gothic-regular.woff2') format('woff2'),
		url('../fonts/roboto/Franklin-gothic-regular.woff') format('woff'),
		url('../fonts/roboto/Franklin-gothic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Franklin-gothic-regular';
	src: url('../fonts/franklin-gothic/FranklinGothicURWBoo.eot');
	src: url('../fonts/franklin-gothic/FranklinGothicURWBoo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/franklin-gothic/FranklinGothicURWBoo.woff2') format('woff2'),
		url('../fonts/franklin-gothic/FranklinGothicURWBoo.woff') format('woff'),
		url('../fonts/franklin-gothic/FranklinGothicURWBoo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Franklin-gothic-bold';
	src: url('../fonts/franklin-gothic/FranklinGothicURWMed.eot');
	src: url('../fonts/franklin-gothic/FranklinGothicURWMed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/franklin-gothic/FranklinGothicURWMed.woff2') format('woff2'),
		url('../fonts/franklin-gothic/FranklinGothicURWMed.woff') format('woff'),
		url('../fonts/franklin-gothic/FranklinGothicURWMed.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Franklin-gothic-bolder';
	src: url('../fonts/franklin-gothic/FranklinGothicURWDem.eot');
	src: url('../fonts/franklin-gothic/FranklinGothicURWDem.eot?#iefix') format('embedded-opentype'),
		url('../fonts/franklin-gothic/FranklinGothicURWDem.woff2') format('woff2'),
		url('../fonts/franklin-gothic/FranklinGothicURWDem.woff') format('woff'),
		url('../fonts/franklin-gothic/FranklinGothicURWDem.ttf') format('truetype');
	font-weight: bolder;
	font-style: normal;
} */

@font-face {
	font-family: 'Poppins-regular';
	src: url('../fonts/poppins/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

/* GENÉRICOS */
body, html {
	font-family: Poppins-regular !important;
	max-width: 100%;
}

.hidden {
	display: none;
}
.tope {
	margin-bottom: 25px;
}
.cursor-pointer {
	cursor: pointer;
}

.texto-negrita {
	font-family: Franklin-gothic-bold;
}
.texto-menu {
	color: #211A24 !important;
}

/* CONTENEDOR PRINCIPAL */

/* IMAGEN DE FONDO */
.fondo-login {
	background-image: url("/assets/images/fondo_login2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
@media(max-width: 767px) {
	.fondo-login {
		height: 20vh;
		background-position: left 25%;
	}
}
.logo {
	padding: 30px 0 0 87px;
	margin-bottom: 140px;
}
@media(max-width: 1037px) {
	.logo {
		padding-left: 67px;
	}
}
@media(max-width: 969px) {
	.logo {
		padding-left: 47px;
	}
}
@media(max-width: 820px) {
	.logo {
		padding-left: 27px;
	}
}
@media(max-width: 767px) {
	.logo {
		margin-bottom: 30px;
	}
}
@media(max-width: 479px) {
	.texto-bienvenida {
		font-size: 18px !important;
	}
}
.logo-empresa {
	max-width: 215px;
}

#contenedor-formulario,
#contenedor-recuperar-clave {
	padding: 0 90px;
}
@media(max-height: 700px) {
	#contenedor-formulario,
	#contenedor-recuperar-clave {
		margin-bottom: 100px !important;
	}
}
@media(max-width: 1037px) {
	#contenedor-formulario,
	#contenedor-recuperar-clave {
		padding: 0 70px;
	}
}
@media(max-width: 969px) {
	#contenedor-formulario,
	#contenedor-recuperar-clave {
		padding: 0 50px;
	}
}
@media(max-width: 820px) {
	#contenedor-formulario,
	#contenedor-recuperar-clave {
		padding: 0 10px !important;
	}
}

.texto-bienvenida,
.texto-recuperar-clave {
	font-family: Poppins-regular;
	font-size: 22px;
	color: #211A24;
}

/* FORMULARIO */
.tipo-input {
	padding: 11px 10px 9px 10px;
	background-color: #f6f6f6;
}
.boton-formulario {
	border: none;
	padding: 15px 0;
	width: 100%;
	border-radius: 50px;
	font-family: Poppins-regular;
}

/* ENLACES */
.enlace-login {
	text-decoration: underline #e3e3e3;
	color: #594062;
	font-size: 14px;
}
.enlace-login:hover {
	color: inherit;
	text-decoration: underline #e3e3e3;
}

/* FOOTER */
#footer-login {
	background-color: #211a24;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
}
#footer-login a {
	font-size: 12px;
	color: #9a8f9e;
}

/* MODAL AYUDA */
#contenedor-modal-ayuda {
	max-width: 600px;
}

/* MENSAJE ESQUINA */
#mensaje-esquina {
	position: fixed;
	top: 80px;
	right: 30px;
	background-color: #27ae60;
	border: 1px #20bf6b;
	border-radius: 7px;
}
.contenedor-texto-mensaje-esquina {
	padding: 15px 10px;
	min-width: 160px;
	text-align: center;
	color: #FFFFFF;
}

/*** MODAL PROPIA SUSTITUTA BOOTSTRAP *********************************************************************************************/

.modal-propia {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2050;
}

.modal-content-propia {
	border-radius: 5px;
	width: 460px;
	max-width: 95%;
	margin: 30px auto;
	padding: 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-content-propia .cerrar-svg {
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	-webkit-mask: url("/assets/icons/ui/cerrar.svg") no-repeat center !important;
	mask: url("/assets/icons/ui/cerrar.svg") no-repeat center !important;

}

.modal-content-propia p {
	margin-bottom: 38px;
}

.modal-body-propia {
	position: relative;
	padding-top: 55px
}

.contenedor-texto-confirmacion {
	padding-left: 40px;
	padding-right: 40px;
}

/*** MODAL CONFIRMACION ************************************************************************************************/
#modal-confirmacion h4 {
	text-align: center;
	font-size: 23px;
	margin: 0px 0px 30px;
}


#modal-confirmacion .btn-danger {
	margin-right: 10px;
}

#modal-confirmacion .btn-default {
	margin-left: 10px;
}

.botones-modal {
	border-top: 1px solid #f0f0f0;
}

.botones-modal #boton-confirmar {
	border-right: 1px solid #f0f0f0;
	align-items: center;
	justify-content: center;
}

.botones-modal > div {
	padding-top: 20px;
	padding-bottom: 20px;
}

.botones-modal p {
	margin: 0;
	font-size: 14px;
}

.contenedor-modal-propia {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2050;
}
#modal-sustituta {
	position: relative;
	max-width: 800px;
	margin: 30px auto;
	margin-top: 50px;
	padding: 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	z-index: 2050;
}
.contenedor-boton-cerrar-modal {
	position: absolute;
	font-size: 24px;
	right: 30px;
	top: 20px;
	z-index: 2051;
}

#modal-confirmacion-recuperar-clave #correo-recuperar-clave-confirmacion {
	word-wrap: break-word;
}

#imagen-modal{
	display: flex;
	justify-content: center;
}

/* ANIMACIONES */
.entrar-por-abajo {
	-webkit-animation: entrar-por-abajo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: entrar-por-abajo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes entrar-por-abajo {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes entrar-por-abajo {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.salir-por-abajo {
	-webkit-animation: salir-por-abajo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	        animation: salir-por-abajo 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
@-webkit-keyframes salir-por-abajo {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes salir-por-abajo {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.entrar-derecha {
	-webkit-animation: entrar-derecha 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: entrar-derecha 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes entrar-derecha {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }
  @keyframes entrar-derecha {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }
  
.salir-derecha {
	-webkit-animation: salir-derecha 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
	animation: salir-derecha 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
 @-webkit-keyframes salir-derecha {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }
  @keyframes salir-derecha {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }
  