@font-face {
    font-family: jetBrainRegular;
    src: local('/public/media/fonts/RussoOne-Regular.ttf');
    src: url('/public/media/fonts/RussoOne-Regular.ttf') 
    format('ttf');
}



.body {
	margin: 0;
	padding: 0;
	position: relative;

}


.header {
	width: 100%;
	display: grid;
	grid-template-columns: 220px 3fr 1fr;
	grid-template-rows: 60px;
	border-bottom: solid 2px #292E49;
}

.title, .subtitle{
    font-family:monospace;
}


.logo-imagen {
	height: 100%;
}

.top-bar{
    width: 100%;
    height: 11px;
    background: linear-gradient(90deg, #BBD2C5 0%, #536976 52.6%, #292E49 100%);
}

.footer {
    width: 100%;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
    background-color: #BBD2C5;
}

.logo-footer {
	width: 130px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.img-footer {
	height: 100%;
}

.logo-ue-img {
	height: 78%;
	width: auto;
}

.parrafo-bienvenida {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.2rem;
	hyphens: auto;
	text-align: justify;
	margin: 0 15px;
}

.header-part {
	display: flex;
	align-items: center;
	justify-content: center;
}

.identidad {
	flex-direction: column;
}

.logo, .menu-icon {
	width: 80%;
	margin: 0 auto;
}

.title {
	font-weight: bold;
	font-size: 1.06rem;
}

.subtitle {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 6px;
}

.boton-pri {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #596F7B;
	border-radius: 5px;
	width: 15rem;
	height: 43px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: monospace;
	font-size: 1.2rem;
	text-decoration: none;
}

.boton-contenedor {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 14px 0;
}

/* datos informativos screen */

.pregunta-datos-class {
	display: flex;
	flex-direction: column;

		/* Rectangle */
	box-sizing: border-box;
	border: 1px solid #536976;
	border-radius: 5px;
}

.flecha-abajo {
	position: fixed;
	right: -5px;
	top: 23vh;
}

.flecha-abajo-img-class {
	width: 50px;
}



.bloque-preguntas{
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.1rem;
	margin: 0 15px;
	text-align: inherit;
}

/* PROGRESS BAR */

.q-progress-bar {
	flex-basis: 0;
	height: 9px;
	background: #D9D9D9;
	flex-grow: 1;
	margin: 0 1px;
}

.progess-bar {
	display: flex;
	width: 95%;
	margin: 0 auto;
}

.active-bar{
	background-color: #3F4C60;
	
}

.span-pequeno {
	font-size: 0.8rem;
	font-style: italic;
	color: gray;
}

.gif-class {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	object-fit: cover;
}

.gif-end-close-class {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;

}

.input-datos {
	display: none;
}


.div-gif-close {
	/* background-color: aquamarine; */
	width: 100%;
	height: 70vh;
	position: absolute;
	top: 0;
	left: 0;
	/* margin: auto; */
}

.div-gif {
	/* background-color: aquamarine; */
	width: 60px;
	height: 60px;
	position: absolute;
	top: 104px;
	right: 10px;
}

.gif-close-class {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 220px;
}

.label-main {
	border: 1px solid rgba(76, 96, 107, 0.39);
	/* box-shadow: 2px 3px 18px 2px rgba(0, 0, 0, 0.25); */
	border-radius: 5px;
	height: 55px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 3px 0;
	justify-content: space-around;
	cursor: pointer;
}

.label-color-1 {
	border: 1px solid rgba(76, 96, 107, 0.39);
	/* box-shadow: 2px 3px 18px 2px rgba(0, 0, 0, 0.25); */
	border-radius: 5px;
	height: 55px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 3px 0;
	justify-content: space-around;
	cursor: pointer;
}

.input-contact {
	height: 40px;
}

.minutos {
	text-decoration: underline;
}


.dedito-class {
	height: 50%;
}



.texto-respuesta {
	flex-basis: 70%;
}

.selected-radio{
	border: solid 1px #002094;
	box-shadow: 3px 2px 0 2px #2C324C;
	-webkit-box-shadow: 3px 2px 0 2px #2C324C;
	-moz-box-shadow: 3px 2px 0 2px #2C324C;
	border-radius: 5px;
	height: 55px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 3px 0;
	justify-content: space-around;
	cursor: pointer;
}

.parrafo-pregunta {
	font-weight: bold;
}

.level-1-title{
	font-weight: bold;
	font-size: 1.2rem;
}

/* DASHBOARD */

.list-header {
	font-weight: bold;
	display: grid;
	grid-template-columns: 25px 200px 300px 100px 200px 1fr;
}

.header-report{
	background: radial-gradient(50% 45.61% at 50% 45.61%, #06003F 7.08%, #000023 100%);
}

.title-report {
	color: aliceblue;
	font-size: 1.3rem;
}

.columna-email-report-class {
	cursor: copy;
}

.flag-0 {
	background-color: #f2f2f2;
}

/* ICONO MENU */

.enlaces-header {
	display: flex;
	justify-content: space-evenly;
	height: 100%;
	align-items: center;
}
.enlaces-header a{
	color: white;
	text-decoration: none;
	align-items: center;
}

.row-1{
	background-color: #BBD2C5;
}

