@font-face {
    font-family: Museo;
    font-weight: 900;
    src: url("Museo900-Regular.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-weight: 300;
    src: url("Museo300-Regular.woff") format("woff");
}

body, html {
	height: 100%;
	font-family: 'Cabin', sans-serif;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

footer {
	height: 50px;
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100px; */
    background-color: #fff;
    color: #000;
    text-align: center;
    /* line-height: 100px; */
    margin-top: 100px;
    height: auto;
    padding: 10px 0;
}

#reingresarCont {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 20px;
}

.reingresar {
    bottom: 3px;
    right: 15px;
    color: #00000070;
}

#contenedor_titulo {
	margin-top: -10px;
}

.contenedor-spinner {
    position: relative;
    top: -40px;
    /* display: none; */
    text-align: center;
    /* margin-top: 10px; */
    background-color: #f0f8ffe3;
    color: #343434;
    height: 30px;
    padding-top: 3px;
    font-size: 14px;
}

.contenedor-spinner span{
    display: inline-block;
    padding: 3px 0 0 5px;
    vertical-align: middle;
}

.custom-spinner {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; /* Espacio entre el botón y el spinner */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



#contenedor-principal {
    /*padding-bottom: 80px !important;*/
    margin-bottom: auto;
}

.logo-ufro-iie {
	height: 35px;
	padding-left: 10px;
}

.logo_reloj {
	margin: 30px 0;
}

h1, h3 {
	font-family: "Museo", Sans-serif;
	font-weight: 900;
	color: #014676;
	opacity: 1;
	line-height: 1.2;
}

h1 {
	font-size: 1.7em;
	line-height: 1.2;
}

h2 {
	font-family: "Museo", Sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #014676;
	opacity: 1;
	line-height: 1.2;
}


h3{
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 0;
}

.btn-primary {
	margin-top: 10px;
	width: 100%;
    margin-right: 50px;
    height: 34px;
    background: #014676 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-family: "Museo", Sans-serif;
    letter-spacing: 1.25px;
    color: #FFFFFF !important;
    padding-top: 7px;
    text-transform: uppercase;
    cursor: pointer;

}

#contenedor_header {
    margin: 0 auto;
    padding: 20px 0 70px 0;
}

#contenedor_header_perfil {
    margin: 0 auto;
    padding: 50px 0 20px 0;
}


header {
  background-color: #FFF;
}
body {
  /*background-image: url('../img/bg-login@2x.png');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-color: #fa4e7370;*/
  background-color: #cde1c5;
}

.header-perfil {

}

.imagen-perfil {
	background-color: #F5F5F5;
    width: 100px;
    height: 100px;
    border-radius: 65px;
}

.imagen-perfil img{
	margin: 1rem!important;
}

.nombre-perfil span{
	color: #014676;
    font-size: 18px;
    margin-top: 0px;
    display: block;
}

.contenedor-perfil {
	margin-top: 0px;
	padding-bottom: 10px !important;
	height: fit-content;
    padding: 15px;
	/* UI Properties */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 6px #00000080;
	border-radius: 5px;
}

.contenedor-texto-bajada {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 20px;
    height: 20px;
    margin-top: 15px;
}

.transparent-container {
  	background-color: rgba(255, 255, 255, 0);
  	margin: -80px 0 0 0;
  	min-height: 300px;
}

.separador {
    width: 5px !important;
    height: 40px;
    border: 3px solid #5FB494;
	background-color: #5FB494;
    opacity: 1;
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: -4.5em;
}
#contenedor_logos {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
#contenedor_logos img {
    /* width: 35%; */
   	margin-left: 0.5em !important;
    /*max-width: 180px;*/
    max-height: 75px;
    min-width: 40px;
}



/* INI PERFILES  */

#info_soporte {
	margin: 30px 0 0;
    border-top: 1px solid #ABABAB;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
}

#problemas_ingresar {
	font-size: 16px;
    letter-spacing: 0px;
    color: #41B493;
}

#contactenos {
	font-size: 20px;
	color: #000000;
}
.medios_contacto {
	margin-bottom: 10px;
}

.medios_contacto .col-6 {
    padding:0;
}

.medios_contacto img {
	width: 25px;
	margin-bottom: 3px;
}

#contenedor-superior{
	flex: none;
	background-color: #F3F3F3;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 4%;
}

#contenedor-presentacion {
	background-color: rgba(255, 255, 255, 0);
    color: #FFFFFF;
	flex: inherit;
}

#contenedor-presentacion p {
	font-size: 18px;
}

#contenedor-presentacion h1{
	color: #FFFFFF;
	padding: 35px 0 20px;
	font-size: 2.3em;
}

.separador-horizontal {
	width: 61px !important;
    height: 0;
    border: 3px solid #5FB494;
    opacity: 1;
    display: block;
    margin-bottom: 30px;
}


#contenedor-principal {
    background-size: cover;
    flex:1;
}

#contenedor-general {
	display: flex;
    flex-direction: column;
    height: 100%;
}

#contenedor-login {
	min-width: 430px;
}

#formulario-login {
	width: 80%;
	margin: -145px auto;
    padding: 30px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 6px #0000000A;
	border-radius: 5px;
	color: #000000;
}

#msj-ingrese-clave {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0px;
    padding: 0 10%;
    line-height: 22px;
}

#msj-alerta {
	background: #FFF5E6 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #F59D1B;
}

#lbl-codigo_acceso {
	font-size: 16px;
	letter-spacing: 0px;
	color: #ABABAB;
}

#codigo_acceso {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
    color: black;
    font-weight: 900;
}

#codigo_acceso::placeholder {
  color: #aaaaaa; /* Color del texto del placeholder */
  font-weight: normal;
}



#btn-login {
	background: #014676 0% 0% no-repeat padding-box;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.25px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
}

/* FIN PERFILES  */




/* Media query para ajustar el tamaño de las imágenes en vista móvil */
@media (max-width: 767px) {
    
    .logo-ufro-iie {
		height: 35px;
		margin: 5px;
	}
	#contenedor_logos img {
		width: auto;
	  	max-height: 90px;
	}

	#contenedor_header {
	    padding: 20px 0 20px 0;
	}
	.separador {
		display: none;
	}

	.contenedor-texto-bajada {
		color: #fff;
		line-height:1;
	}

	.transparent-container {
	  	/*margin: -60px 0 0 0;*/
	  	margin: 0;
	}

	#contenedor_titulo {
		padding: 30px 10px 10px;
	}

	.contenedor-perfil .justify-content-center {
	    -webkit-box-pack: center!important;
	    -webkit-justify-content: left!important;
	    -ms-flex-pack: left!important;
	    justify-content: left!important;
	}

	.imagen-perfil {
		width: 80px;
    	height: 80px;
	}

	.btn-primary {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#formulario-login {
		margin: 0 auto;
	}
	#contenedor-login {
		margin: 45px auto;
		min-width: auto;
	}
}
@media (max-width: 440px) {
	.medios_contacto {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.medios_contacto > div {
		max-width: none;
	}
}
.targeta {
    background-color: #5ab291;
    color: white;
    text-decoration: none;
    display: flex;
    text-align: center;
    padding: 0 25px;
    height: 130px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    font-size: larger;
    display: flex;
    flex-direction: column;
}
.separador_vertical {
    border-right: 2px solid #014676;
}