.azul { color: #3d93d4; }
.rojo { color: #30b1eb; }

.fondo-azul { background-color: #3d93d4; color: white; }
.fondo-rojo { background-color: #30b1eb; color: white; }
.fondo-rojo *, .fondo-azul * { color: white; }

.degradado { background-image: linear-gradient(to right, #30b1eb, #3d93d4); color: white !important; }
.degradado * { color: white; }

body { background-color: white; font-family: 'Lato', sans-serif; }

.navbar-brand { padding: 2px 20px; }
.navbar-brand > img { height: auto; width: 200px; padding-top: 20px; }

.navbar { min-height: 90px; }
.navbar.navbar-inverse { background-color: #fff; border-bottom: 1px solid rgba(0,0,0,.4); }
.navbar-header { width: 100%; }
.nav.navbar-nav.navbar-right { float: right; margin-top: 0px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.aceptarLOPD a { text-decoration: underline !important; }

.notifyBordeBlanco { border: 1px white solid; }

.resumen .progress-micro  { margin-top: 15px; width: 90%; }
.resumen i, .resumen svg { margin-right: 2px; width: 26px !important; display: inline-block !important; }

.formulario { margin: 50px 0; }
.formulario .row .campo { margin-bottom: 12px; }
.mismaAltura { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.cajaMismaAltura { display: -webkit-flex; display: flex; }
.cajaMismaAltura > div { width: 100%; }

.logoAralegis { position: absolute; left: 50%; transform: translateX(-50%); }

.registro.nuevo {
	border: 5px dashed #ccc;
	text-align: center;
	height: 250px;
	margin-top: 20px;
	padding: 60px 50px;
	color: #ccc;
	font-size: 24px;
}
.registro.nuevo .icono {
	font-size: 50px;
	margin-bottom: 20px;
}

input.nuevoNombre { max-width: 80%; width: 400px; margin: 0 auto; font-size: 20px; border: none; text-align: center; }



.btn:active { background-color: #bc2e1b; color: white;  }
.btn-primary { background-color: #bc2e1b; border: none; border-color: #bc2e1b !important; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited { background-color: #bc2e1b; border: none; }

.btn-secondary { background-color: #ffffff; border: 1px solid #bc2e1b; color: #bc2e1b; }
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited { background-color: #ffffff; color: #bc2e1b;  }

a { color: #bc2e1b; }
a:hover { color: #FF553E; }

.btnEnviar { margin: 5px 0 0 10px; }

.linkMarcado { text-decoration: underline; }
.linkMarcado:hover { text-decoration: none; }


.login-container { width: 320px; margin: 0 auto; }


.icon-4x { font-size: 64px; }

.degradado input, .degradado select, .degradado .select2-selection__rendered { color: black; }
.degradado .heading-elements.visible-elements { background-image: linear-gradient(to right, #3d93d4, #30b1eb); color: white !important; }

.panel.seleccionado { border: 2px solid #3d93d4 !important; box-shadow: 2px 2px 10px #999;}

#debug { padding: 10px; }
#debugZone { border-top: 4px solid #3d93d4; margin-top: 40px; padding-top: 20px; }

.obligatorio { color: red !important; }

.seleccionable { background-color: #8f8f8f; background-clip: padding-box; border: 12px solid transparent; padding: 8px; text-align: center; color: white; }
.seleccionable.activo { box-shadow: 0 0 8px #3d93d4; background-color: #3d93d4; }

.choice span, .checker span { border: 2px solid #3d93d4; color: #3d93d4; }
.disabled { background-color: #ccc; opacity: 0.6; padding: 3px; }


.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

/* Cuestionario */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.cuestionarioCliente .cajaCuestionario { margin: auto; }
h2.titulo-cuestionario { text-align: center; font-family: 'Staatliches', cursive;}
.cuestionarioCliente .row{ padding: 0; }
.avisoCuestionario { display: block; width: fit-content; margin: auto; background: #facccc; padding: 10px 20px; font-weight: bold; font-size: 18px; }
.avisoCuestionario .subAviso { font-weight: normal; font-size: 17px; }
.formCuestionario { width: 100%; display: inline-block; margin-top: 14px; }


.formularioClienteOpcionPregunta { overflow: hidden; width: 90%; margin: auto; }
.formularioClienteOpcionPregunta .row { margin: 0; }
.formularioClienteOpcionPregunta .col-md-9 { border: 1px solid rgba(0,0,0,.4); }
.formularioClienteOpcionPregunta .col-md-2 { border: 1px solid rgba(0,0,0,.4); }
.formularioClienteOpcionPregunta p { margin: 0; min-height: 40px; display: flex; align-items: center; font-size: 15px; padding-left: 8px; }
.formularioClienteOpcionPregunta:hover { /*background: #FFE985;*/ transition: all .5s; }

.formularioClienteOpciones { float: right; padding: 0;}
.formularioClienteOpcion { color: inherit; }
.formularioClienteOpcion { transition: all .5s; }
.formularioClienteOpcion:first-child { width: 23.3333%; padding: 10px 0; margin: 0; display: block; float: left; text-align: center; border-right: 1px solid rgba(0,0,0,.4); }
.formularioClienteOpcion:nth-child(2) { width: 53.3333%; padding: 10px 0; margin: 0; display: block; float: left; text-align: center;  }
.formularioClienteOpcion:nth-child(3) { width: 23.3333%; padding: 10px 0; margin: 0; display: block; float: left; text-align: center; border-left: 1px solid rgba(0,0,0,.4); }

.formularioClienteOpcion.seleccionado:first-child, .formularioClienteOpcion:first-child:hover { background: #89f98c; color: black; font-weight: 600; }
.formularioClienteOpcion.seleccionado:nth-child(2), .formularioClienteOpcion:nth-child(2):hover { background: yellow; color: black; font-weight: 600; }
.formularioClienteOpcion.seleccionado:nth-child(3), .formularioClienteOpcion:nth-child(3):hover{ background: #ff6666; color: black; font-weight: 600; }

#enviarCuestionario { width: fit-content; margin:auto; display: block; background: none; border: .5px solid rgba(0,0,0,.5); padding: 5px 10px 5px 10px; font-weight: 600; transition: all .5s; color: inherit; }
#enviarCuestionario:hover { background: #89f98c; }
.separador { display: inline-block; height: 1px; width: 100%; }

/* Historial Cuestionarios */
.historial-formulario-a .row:nth-child(even), .historial-formulario-b .row:nth-child(even) { background: rgba(0,0,0,.2); }
.respuesta-historial { text-transform: capitalize; text-align: center; }
.pregunta-historial { font-size: 18px; }

.titulo-test-historial { }

.avisoFinFormulario {
	width: 51%;
    display: block;
    margin: auto;
}
.avisoFinFormulario .logos {
    display: block;
    width: fit-content;
    margin: 10px auto;
}
.avisoFinFormulario .texto {
	font-size: 16px;
    line-height: 21px;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
