@import url('https://fonts.googleapis.com/css?family=Anton|Buenard:400,700');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 16px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	--color-text: #000;
	--color-bg: #EBEFF9;
	--color-link: #000;
	--color-link-hover: #000;
	--color-info: #000;
	--progress: 16.66%;
	font-family: 'Figtree', serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.figtree-uniquifier {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.preview-open {
	overflow: hidden;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
}

.content {
	position: fixed;
	height: 100vh;
	width: 100%;
	background-image: url(../img/MatchUDB_BG_ESCRITORIO.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}


/* Header */
.codrops-header {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: center;
	padding: 2rem;
}

.codrops-header__title {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.info {
	margin: 0 0 0 1.25em;
	color: var(--color-info);
}

.github {
	display: block;
	margin: 0 0 0 auto;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 1em 0 0;
	text-align: center;
	white-space: nowrap;
}

.codrops-icon {
	display: inline-block;
	margin: 0.15em;
	padding: 0.25em;
}

.grid {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 10rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	scrollbar-width: none;
    overflow: auto;
    height: 80vh;
}

.grid__item {
	display: flex;
	justify-content: center;
	margin: 0 0 0 0;
	cursor: pointer;
}

.box {
	position: relative;

}

.box__title {
	margin: 0;
	line-height: 1;
	position: absolute;
	z-index: 100;
}

.box__title-inner {
	display: block;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 4.15rem;
	letter-spacing: 0.15rem;
	line-height: 1.25;
	font-family: 'Anton', sans-serif;
}

.box__title-inner[data-hover] {
	-webkit-text-stroke: 2px #000;
	text-stroke: 2px #000;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

.box__title-inner::before {
	content: attr(data-hover);
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-stroke: 0;
	text-stroke: 0;
	-webkit-text-fill-color: #000;
	text-fill-color: #000;
	color: #000;
	transition: all 0.3s;
}

.grid__item:hover .box__title-inner::before {
	height: 100%;
	width: 100%;
}

.box__text {
	margin: 0;
	position: absolute;
	top: -6rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 1.75rem;
	margin: 0.5rem 1rem;
	font-family: 'Anton', sans-serif;
}

.box__text-inner {
	position: relative;
	display: block;
	border: 6px solid var(--color-text);
	padding: 0.25rem 1.25rem;
}

.box__text-inner--reverse {
	background: var(--color-text);
	color: var(--color-bg);
}

.box__img {
	display: block;
	flex: none;
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
	/* filter: grayscale(1); */
	transition: filter 0.3s;
	pointer-events: none;
}

.grid__item:hover .box__img:not(.box__img--original) {
	filter: grayscale(0);
}


.box__shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1rem;
	left: -1rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOklEQVQoU43MSwoAMAgD0eT+h7ZYaOlHo7N+DNHL2HAGgBWcyGcKbqTghTL4oQiG6IUpOqFEC5bI4QD8PAoKd9j4XwAAAABJRU5ErkJggg==);
}

.box__deco {
	font-size: 6rem;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	bottom: -4rem;
	right: -4rem;
	display: none;
}

.box__content {
	position: relative;
	font-size: 1rem;
	text-align: justify;
	margin: 0 25px;


}

.box__content h2 {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.box__content strong {
	white-space: nowrap;
}

.overlay {
	pointer-events: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;	
}

.overlay--open {
	pointer-events: auto;
}

.overlay__reveal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #274292;
	position: absolute;
	z-index: 100;
	transform: translate3d(100%, 0, 0);
}

.overlay__item {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: #EBEFF9;
	background-image: url(../img/MatchUDB_BG_CONTENT.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	padding: 5rem 5vw;
	justify-content: space-around;
	overflow: auto;	
	scrollbar-width: none;
}

.resultados {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 30px;
}

.perfil {
	text-align: center;
}

.overlay__item .box {
	max-width: 600px;
	max-height: 100%;
	margin: 45px;

}

.overlay__item .box__title {
	bottom: 0;
}

.box__img--original {
	max-height: calc(100vh - 10rem);
	filter: none;
}

.overlay__close {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	margin: 1rem;
	padding: 1rem;
	opacity: 0;
}

.overlay__close:focus {
	outline: none;
}

.overlay__content {
	font-size: 1.10rem;
	line-height: 1.5;
	max-width: 50rem;
	height: auto;
	margin: 1rem 0 0 0vw;
}

.overlay__nav {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	box-sizing: border-box;
	z-index: 1000;

}

.overlay__nav-next {
	visibility: hidden;
}

.send {
	visibility: visible;
}

.overlay__nav-link {
	color: white !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	transition: opacity 0.3s;
	background: #274292;
	padding: 10px 20px;
	border-radius: 20px;
}

.overlay__nav-link:hover {
	opacity: 1;
}

.overlay__nav-link[style*="hidden"] {
	visibility: hidden !important;
}

.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	font-size: 1.5rem !important;
	margin-left: auto;
	margin-right: auto;
	gap: 15px;
	/* max-width: 600px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-group>* {
	margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
	font-size: 1.5rem;
	font-weight: 700;
	color: #9c9c9c;
	text-align: center;
	line-height: 1.125;
	margin-bottom: 1.25rem;
}

.checkbox-input {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.checkbox-input:checked+.checkbox-tile {
	border-color: #2260ff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile:before {
	transform: scale(1);
	opacity: 1;
	background-color: #2260ff;
	border-color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-input:checked+.checkbox-tile .checkbox-label {
	color: #2260ff;
}

.checkbox-input:focus+.checkbox-tile {
	border-color: #2260ff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus+.checkbox-tile:before {
	transform: scale(1);
	opacity: 1;
}

.checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 15rem;
	min-height: 7rem;
	border-radius: 0.5rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
}

.checkbox-tile:before {
	content: "";
	position: absolute;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	border-radius: 50%;
	top: 0.25rem;
	left: 0.25rem;
	opacity: 0;
	transform: scale(0);
	transition: 0.25s ease;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.nav-start {
	visibility: hidden;
}

.checkbox {
	transition: all 0.3s ease;
}

.zoom-in:hover {
	transform: scale(1.15);
}

.carrer-zoom {
	transition: 0.5 ease-in;
	width: fit-content;
}

.carrer-zoom:hover {
	transform: scale(1.15);
	transition: 0.1s ease-in-out;
}

.carrer-zoom::after {
	content: "";
	display: block;
	height: 5px;
	background-color: #FFC107;
	transform: scale(0, 1);
	transform-origin: left;
	transition: transform .45s;
}

.carrer-zoom:hover::after {
	transform: scale(1, 1);
}

.carrers-url{
	display: inline-block;
	width: fit-content;
	font-weight: bold;
}

.carrers-url::after{
	content: "";
	display: block;
	height: 5px;
	background-color: #FFC107;
	transform: scale(0, 1);
	transform-origin: left;
	transition: transform .45s;
}

.carrers-url:hover::after{
	transform: scale(1,1);
}


.checkbox-tile:hover {
	border-color: #2260ff;
}

.checkbox-tile:hover:before {
	transform: scale(1);
	opacity: 1;
}

.checkbox-icon {
	transition: 0.375s ease;
	color: #494949;
}

.checkbox-icon svg {
	width: 3rem;
	height: 3rem;
}

.checkbox-label {
	color: #707070;
	transition: 0.375s ease;
	text-align: center;
	padding: 10px;
}

@media screen and (max-width: 880px) {
	.overlay__nav {
		position: relative;
		bottom: 0px;
	}

	.checkbox-group {
		margin-bottom: 35px;
	}

	.overlay__item {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 55em) {
	.grid {
		display: grid;
		align-items: center;
		padding: 3rem 3rem 0rem 3rem;
	}

	.grid__item {
		margin: 0;
	}

	.box {
		margin: 4rem;
	}

	.box__title {
		top: -4rem;
		right: -4.5rem;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}

	.box__title--straight {
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.box__title--straight .box__title-inner::before {
		width: 0;
		height: auto;
	}

	.box__title--bottom {
		bottom: -5rem;
		top: auto;
	}

	.box__title--left {
		left: -2rem;
		right: auto;
	}

	.box__text--topcloser {
		top: -5rem;
	}

	.box__text--bottom {
		bottom: -5rem;
		top: auto;
	}

	.box__text--bottomcloser {
		bottom: -5rem;
		top: auto;
	}

	.box__text--right {
		right: 0;
		left: auto;
	}

	.box__text-inner--rotated1 {
		transform: rotate(4deg);
	}

	.box__text-inner--rotated2 {
		transform: rotate(-3deg);
	}

	.box__text-inner--rotated3 {
		transform: rotate(-15deg);
	}

	.box__deco {
		display: block;
	}

	.box__deco--left {
		right: auto;
		left: -3rem;
	}

	.box__deco--top {
		top: 0;
		bottom: auto;
	}

	.overlay__item {
		flex-direction: row;
	}

	.overlay__content {
		font-size: 1.25rem;
		margin-top: 0;
	}

	.overlay__item .box__title--bottom {
		bottom: 0;
	}
}

@media screen and (min-width: 80em) {
	.grid__item:nth-child(4n-2) {
		margin-top: -8rem;
		margin-bottom: 8rem;
	}

	.grid__item:nth-child(4n) {
		margin-top: -5rem;
	}

	.box {
		margin: 1rem 4.5rem;
	}

	.box__content {
		display: block;
	}
}

@media screen and (max-width: 55em) {
	.content {
		flex-direction: column;
		height: 100vh;
		overflow: scroll;
		scrollbar-width: none;
		min-height: 0;
	}

	.content--fixed {
		position: relative;
		z-index: 1000;
		display: block;
		padding: 0.85em;
	}

	.codrops-header {
		flex-direction: column;
		align-items: center;
		padding-bottom: 5rem;
	}

	.codrops-header__title {
		font-weight: bold;
		padding-bottom: 0.25em;
		text-align: center;
	}

	.info {
		margin: 0;
	}

	.github {
		display: block;
		margin: 1em auto;
	}

	.codrops-links {
		margin: 0;
	}
}

/* Añadiendo nuevo contenido en css */


/* ==================== */
/* GLOBAL HEADER STYLES */
/* ==================== */
.global-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #274292;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999999;
	padding: 1rem 2rem;
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.header-logo {
	height: 50px;
	width: auto;
}

.match-logo-h {
	visibility: hidden;
}

.match-logo-v {
	visibility: visible;
	transition: visibility 0.3s ease;
	;
}

.header-title {
	font-family: 'Figtree', sans-serif;
	font-size: 1.5rem;
	color: white;
	margin: 0 1rem;
	flex-grow: 1;
	text-align: center;
}

.header-progress {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 150px;
}

.progress-bar {
	width: 100%;
	height: 9px;
	background-color: #EBEFF9;
	border-radius: 7px;
	border: 1px solid black;
	overflow: hidden;
}

.progress-bar::after {
	content: '';
	display: block;
	height: 100%;
	width: var(--progress);
	/* 1/6 para la primera pregunta */
	background-color: #FFE006;
	transition: width 0.3s ease;
}

.progress-text {
	font-size: 0.8rem;
	color: white;
	margin-top: 0.3rem;
}

/* ==================== */
/* GLOBAL FOOTER STYLES */
/* ==================== */
.global-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1a1a1a;
	color: #fff;
	padding: 1rem 2rem;
	z-index: 1000;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-logo img {
	height: 40px;
	width: auto;
}

.footer-links {
	display: flex;
	gap: 1.5rem;
}

.footer-links a {
	color: #fff;
	font-size: 0.9rem;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: #2260ff;
}

.footer-social {
	display: flex;
	gap: 1rem;
}

.footer-social a {
	color: #fff;
	font-size: 1.2rem;
	transition: color 0.3s;
}

.footer-social a:hover {
	color: #2260ff;
}

/* ==================== */
/* AJUSTES PARA EL CONTENIDO PRINCIPAL */
/* ==================== */
main {
	padding-top: 80px;
	/* Espacio para el header */
	padding-bottom: 20px;
	/* Espacio para el footer */
	min-height: auto;
	/* Altura total menos header y footer */
}

/* Ajustes para el overlay */
.overlay {
	top: 80px;
	/* Altura del header */
	/* height: calc(100vh - 150px); Restar altura header + footer */
}

.overlay__item {
	height: 90%;
	padding-top: 1rem;
	/* padding-bottom: 1rem; */
}

/* Eliminar los elementos header-item y footer-item existentes */
.header-item,
.footer-item {
	display: none !important;
}

.ScrollDownbtn,.ScrollUpbtn {
	display: none;
}

/* ==================== */
/* RESPONSIVE DESIGN */
/* ==================== */
@media screen and (max-width: 320px) {
	.overlay {
		top: 170px !important;
	}
}

@media screen and (max-width: 768px) {

	.content {
		background-image: url(../img/MatchUDB_BG_MOVIL.png);
	}
	
	.ScrollDownbtn {
		display: inline-block;
		background-color: #2FACE3;
		width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 4px;
		position: fixed;		
		top: 20vh;
		right: 15px;
		transition: background-color .3s,
			opacity .5s, visibility .5s;
		opacity: 1;
		visibility: visible;
		z-index: 1000;
	}
	.ScrollUpbtn {
		display: inline-block;
		background-color: #2FACE3;
		width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 4vh;
		right: 15px;
		transition: background-color .3s,
			opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}
	
	.ScrollDownbtn::after {
		content: "\2193";
		font-weight: normal;
		font-style: normal;
		font-size: 2em;
		line-height: 50px;
		color: #fff;
	}
	.ScrollUpbtn::after {
		content: "\2191";
		font-weight: normal;
		font-style: normal;
		font-size: 2em;
		line-height: 50px;
		color: #fff;
	}
	
	 /* .ScrollDownbtn:hover, .ScrollUpbtn:hover {
		cursor: pointer;
		background-color: #333;
	} */
	 
	.ScrollDownbtn:active, .ScrollUpbtn:active {
		background-color: #555;
	}
	
	.ScrollDownbtn.hide {
		opacity: 0;
		visibility: hidden;
	}

	.ScrollUpbtn.show {
		opacity: 1;
		visibility: visible;
	}

	.header-content {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0.5rem;
	}

	.header-title {
		font-size: 1.2rem;
		margin: 0.5rem 0;
	}

	.header-progress {
		width: 100%;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}

	.footer-content {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}

	.footer-links {
		order: 1;
	}

	.footer-social {
		order: 2;
	}

	.footer-logo {
		order: 3;
	}

	main {
		padding-top: 130px;
		/* Más espacio para header en móvil */
	}

	.overlay {
		top: 135px;
		height: calc(100vh - 0px);
		
	}

	.overlay__item {
		height: 80vh;
		background-image: url('../img/MatchUDB_BG_CONTENT_MOVIL.png');
		
	}

	.overlay__item .box {
		/* margin-top: 78%; */
	}


}

@media screen and (min-width: 768px) {
	.col-md-6 {

		max-width: 50%;
	}

}



/* ====================== */
/* AJUSTES CONTENIDO TEST */
/* ====================== */

.indications,
.indicationsText {
	color: #FFFFFF;
	text-align: center;
}

p.indicationsText{
	font-size: 18px;
}

.question {
	font-size: 1.5rem;
	text-align: center;
	padding-top: 30px;
}

.question h3, .perfil h1, .registro .form-group h3{
	color: #080392;
}

.question h3,
.question small {
	margin: 0;
	font-weight: bold;
}

.img_desktop{
	display: block;
}

.img_mobile{
	display: none;
}

@media screen and (max-width: 1440px) {
	.img_desktop{
		display: none;
	}
	
	.img_mobile{
		display: block;
	}
}

.perfil img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: -1px 5px 10px 4px rgba(145, 143, 143, 0.75), 1px 1px 7px rgba(102, 104, 105, 0.6);
	justify-self: center;
}

.oferta_academica{
	font-size: 16px;
}

/* ====================== */
/* FORMULARIO INSCRIPCIÓN */
/* ====================== */

.input-nombre:focus:invalid,
.input-apellido:focus:invalid,
.input-correo:focus:invalid,
.input-telefono:focus:invalid,
.input-instituto:focus:invalid {
	/* when a field is considered invalid by the browser */
	background: #fff url(../img/validation/invalid32px.png) no-repeat 98% center;
	background-size: 18px;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

.input-nombre:required:valid,
.input-apellido:required:valid,
.input-correo:required:valid,
.input-telefono:required:valid,
.input-instituto:required:valid {
	/* when a field is considered valid by the browser */
	background: #fff url(../img/validation/valid32px.png) no-repeat 98% center;
	background-size: 18px;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.input-nombre:required,
.input-apellido:required,
.input-correo:required,
.input-telefono:required,
.input-instituto:required {
	background: #fff url(../img/validation/asterisk-3d32px.png) no-repeat 98% center;
	background-size: 18px;
}

.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	display: none;
	margin-left: 8px;
	font-size: 16px;
	padding: 1px 6px;
	/* allows proper formatting if hint is two lines */
	position: absolute;
	/* hints stay above all other elements */
	z-index: 9999;
}

.form_hint::before {
	/* left point triangle in escaped unicode */
	content: "\25C0";
	color: #d45252;
	left: -6px;
	position: absolute;
	top: 1px;
}

.input-nombre:focus+.form_hint,
.input-apellido:focus+.form_hint,
.input-correo:focus+.form_hint,
.input-telefono:focus+.form_hint,
.input-instituto:focus+.form_hint,
.iti:has(input[name="telefono"]:focus) + .form_hint{
	display: block;
}

.input-nombre:required:valid+.form_hint,
.input-apellido:required:valid+.form_hint,
.input-correo:required:valid+.form_hint,
.input-telefono:required:valid+.form_hint,
.input-instituto:required:valid+.form_hint,
.iti:has(input[name="telefono"]:required:valid)+.form_hint {
	background: #28921f;
}

.input-nombre:required:valid+.form_hint::before,
.input-apellido:required:valid+.form_hint::before,
.input-correo:required:valid+.form_hint::before,
.input-telefono:required:valid+.form_hint::before,
.input-instituto:required:valid+.form_hint::before,
.iti:has(input[name="telefono"]:required:valid)+.form_hint::before {
	color: #28921f;
}

 /* #preview-7{
	opacity: 1;
	z-index: 100;
}  */

.iti--fullscreen-popup.iti--container{
	justify-content: center !important;
}

.air-datepicker-global-container{
	z-index: 1000;
}

.air-datepicker-body--day-name{
	color: #274292 !important;
	font-weight: bold;
}

.iti{
	width: 100%;
}

form h3 {
	text-align: center;
}

.error-list {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	text-align: justify;
	display: none;
}

.form-group,
.form-row {

	/* padding: 0 15px; */
}

.col-12 {
	max-width: 100%;
}

.form-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* margin-right: -10px;
	margin-left: -10px; */
}


.form-group {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 1em;
}

.formulario {
	background-color: white;
	padding: 30px;
}

#preview-7 {
	display: block;
	place-items: center;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.start-button,
.btn-send {
	/* padding: 15px;
	background-color: #FFE006; */
	margin-top: 30px;
	justify-self: center;
	/* border-radius: 15px; */
}

.start-button a,
.btn-send a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 25px;
	background-color: #FFE006;
	border-radius: 15px;
}

.nuevo-ingreso,
.whatsapp {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

.nuevo-ingreso h4,
.whatsapp h4 {
	flex: 0 0 75%;
}

.nuevo-ingreso .btn-nuevo-ingreso,
.whatsapp .btn-nuevo-ingreso {
	flex: 0 0 25%;
}

.btn-nuevo-ingreso a {
	background: #FFE000;
	color: #333333;
	padding: 6px 13px;
	font-weight: bold;
	border-radius: 50px;
	font-size: 1.05em;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-webkit-box-shadow: 0 3px 5px 0 rgba(94, 94, 94, 0.4);
	box-shadow: 0 3px 5px 0 rgba(94, 94, 94, 0.4);
}

.btn-whatsapp a {
	display: flex;
	width: fit-content;
	height: 50px;
	padding: 0px 20px;
	gap: 9px;
	text-align: center;
	font-weight: bold;
	color: white;
	border-radius: 15px;
	background: #0bd561;
	font-size: 1.15em;
	align-items: center;
	text-decoration: none !important;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.btn-whatsapp a i {
	font-size: 30px;
}

#preview-7 .overlay__content {
	/* max-width: unset; */
}
