@font-face {
	font-family: "Documan Light";
	src: url("../fonts/documan/Documan-Light.eot?") format("eot"), url("../fonts/documan/Documan-Light.woff2") format("woff2"), url("../fonts/documan/Documan-Light.woff") format("woff"),
		url("../fonts/documan/Documan-Light.ttf") format("truetype"), url("../fonts/documan/Documan-Light.svg#Documan Light") format("svg");
}

@font-face {
	font-family: "Documan Regular";
	src: url("../fonts/documan/regular/documan.eot?") format("eot"), url("../fonts/documan/regular/documan.woff2") format("woff2"), url("../fonts/documan/regular/documan.woff") format("woff"),
		url("../fonts/documan/regular/documan.ttf") format("truetype"), url("../fonts/documan/regular/documan.svg#Documan Regular") format("svg");
}

@font-face {
	font-family: "Documan Medium";
	src: url("../fonts/documan/Documan-Medium.eot?") format("eot"), url("../fonts/documan/Documan-Medium.woff2") format("woff2"), url("../fonts/documan/Documan-Medium.woff") format("woff"),
		url("../fonts/documan/Documan-Medium.ttf") format("truetype"), url("../fonts/documan/Documan-Medium.svg#Documan Megular") format("svg");
}

@font-face {
	font-family: "Documan Semibold";
	src: url("../fonts/documan/Documan-SemiBold.eot?") format("eot"), url("../fonts/documan/Documan-SemiBold.woff2") format("woff2"), url("../fonts/documan/Documan-SemiBold.woff") format("woff"),
		url("../fonts/documan/Documan-SemiBold.ttf") format("truetype"), url("../fonts/documan/Documan-SemiBold.svg#Documan Semibold") format("svg");
}

:root {
	--clr-brand: #003c6e;
	--clr-primary: #0096ff;
	--clr-turquese: #50d2d2;
	--clr-hover: #004b68;
	--bg-body: #fff;
	--bg-header: hsl(0, 0%, 100%, 0.8);
	--bg-footer: #9baab4;
	--bg-light: #d7dae2;
	--bg-form: #fff;
	--bg-overlay: rgba(0, 0, 0, 0.5);
	--color-text: #333;
	--ff-body: "Roboto", "Helvetica", "Arial", sans-serif;
	--ff-heading: "Documan Medium", "Helvetica", "Arial", sans-serif;
	--fs-base: 16px;
	--fs-big: 4.5rem;
	--fs-h1: 3.052rem;
	--fs-h2: 2.441rem;
	--fs-h3: 1.953rem;
	--fs-h4: 1.563rem;
	--fs-h5: 1.25rem;
	--fs-h6: 1rem;
	--fs-body: 1rem;
	--fs-small: 0.8rem;
	--fs-smaller: 0.7rem;
	--fw-light: 100;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semi-bold: 600;
	--fw-bold: 800;
	--border-radius: 0;
	--border-radius-pill: 100px;
	--margin: 1rem;
	--margin-b: 0.5rem;

	--bs-link-color: var(--clr-turquese);
}

* {
	box-sizing: border-box;
}

html {
	background-color: var(--bg-body);
	font-size: var(--fs-base);
}

body {
	margin: 0;
	font-family: var(--ff-body);
	font-size: var(--fs-body);
	background-color: var(--bg-body);
}

.section-login {
	background-image: url("../img/header-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}

fieldset {
	text-align: left;
}

fieldset {
	padding: 0.5em;
}

fieldset.short input {
	width: 31%;
	display: inline-block;
	margin-right: 2%;
}

fieldset.short input:last-child {
	width: 31%;
	display: inline-block;
	margin-right: 0;
}

label {
	display: inline-block;
	text-align: left;
	margin-bottom: var(--margin-b);
	font-weight: 700;
	color: var(--clr-brand);
}

.label-live {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-family: var(--ff-heading);
}

input[type="checkbox"] + label {
	display: inline;
}

label:after + input:required {
	content: "*";
	color: #c66;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea {
	width: 100%;
	padding: 1rem 0.8rem;
	font-family: var(--ff-body);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	color: var(--clr-brand);
	background-color: #ffffff;
	background-clip: padding-box;
	border: 2px solid var(--clr-brand);
	border-radius: 0.25rem;
}

input.invalid {
	border: 1px solid #c66;
	box-shadow: 0 3px 3px #c66;
	border-radius: 2px;
}
select {
	display: block;
	padding: 0.5em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	background-color: white;
	border-radius: 10px;
}

button:focus {
	outline: none;
	border: none;
}

i {
	font-size: 15px;
}

section {
	position: relative;
	width: 100%;
	opacity: 0;
}

.title {
	font-family: var(--ff-heading);
	margin-bottom: var(--margin);
	color: var(--clr-brand);
}

.session {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	margin-right: 35px;
	margin-top: 18px;
	margin-bottom: 0px;
	font-weight: bolder;
}

#main_section {
}

.header {
	background-color: var(--bg-light);
}

.row {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 3;
}

.column {
	float: left;
	width: 50%;
	color: black;
}

.column-full {
	padding-block: 2rem;
	margin-top: 7rem;
}

.column-full .title {
	text-align: center;
	margin-block: 1rem;
	max-width: 600px;
	margin: auto;
	margin-bottom: 1.5rem;
}

.live {
	width: 75%;
	padding: 20px;
	max-width: 1400px;
}

.chat {
	width: 25%;
	padding: 20px;
	margin-bottom: 30px;
}

.question-header {
	margin-bottom: 12px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: var(--clr-brand);
	color: white;
	font-size: 24px;
	padding: 5px;
}

.cartela {
	padding: 1%;
	padding-top: 60px;
	line-height: 1em;
	text-align: center;
	color: #606060;
	height: calc(100vh - 61px);
	overflow-y: auto;
}

.spacer {
	border-top: 2px solid black;
}

/* FORM */
.pass {
	width: 500px;
	max-width: 90%;
	margin: auto;
	padding: 1em;
	background-color: var(--bg-form);

	border-radius: 10px;
	border: solid 1px #f0f0f0;
	-moz-box-shadow: 4px 4px 4px 0px #00000033;
	-webkit-box-shadow: 4px 4px 4px 0px #00000033;
	box-shadow: 4px 4px 4px 0px #00000033;
}

.pass .logo {
	width: 100%;
	max-width: 200px;
	margin: 1.5rem auto;
}

.page.rounded .pass,
.page.rounded form,
.page.rounded #access {
	border-radius: 5px;
}
#login,
.login {
	display: block;
	margin: 1em auto;
	text-align: center;
}
.form-info {
	background: #f1f1f1;
	padding: 10px;
}

.btn {
	width: 100%;
	background-color: var(--clr-primary);
	color: #fff;
	text-align: center;
	padding: 0.69rem 1.5rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 3.15rem;
	border: 2px solid var(--clr-primary);
}

.btn:hover {
	background-color: var(--clr-hover);
	color: #fff;
	border-color: var(--clr-hover);
}

.btn.btn-send,
.btn.btn-send:disabled {
	display: block;
	margin: auto;
	border: 1px solid white;
	color: #fff;
}

button#cancel {
	background: #c22;
}

button#cancel:hover {
	background: #ff3e30;
}

fieldset.btn {
	text-align: center;
}
#error,
#rerror,
#selector_error {
	background: #edd;
	color: #c66;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #c66;
	border-radius: 2px;
	font-size: 0.9em;
	display: none;
}

#error #send_mail {
	margin-top: 8px;
}

#error a {
	color: #c66;
	font-weight: bold;
	text-decoration: none;
}

#error a:hover {
	color: #c22;
	font-weight: bolder;
	text-decoration: none;
}

#msg,
#selector_msg {
	background: rgb(203, 252, 181);
	color: rgb(13 100 17);
	padding: 10px;
	border: 1px dotted rgb(64, 129, 51);
	border-radius: 2px;
	font-size: 0.9em;
	display: none;
}

#access {
	text-align: center;
	border: 1px solid #ddd;
	padding: 22% 1em;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.choose {
	text-align: right;
	padding: 0.5em;
}
.choose a {
	font-size: 0.85em;
	color: #666;
	text-decoration: none;
}
.choose a:hover,
.choose a.active {
	color: #000;
}
.choose a.active {
	font-weight: bold;
}

.modal-title {
	font-weight: bold;
	font-size: 1.3em;
}

.modal-fullscreen .modal-dialog {
	max-width: 100%;
	margin: 10%;
	margin-top: 3%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80%; /*100vh;*/
	display: flex;
	position: fixed;
	z-index: 100000;
}

#languages {
	padding: 20px 0;
}

.modal-fullscreen .modal-body {
	overflow-y: hidden !important;
}

.ms-dd-option-content {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#player {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, 0.35);
	background-color: transparent;
}

.alert {
	padding: 0.7rem;
}

.navbar {
	background-color: var(--bg-header);
	box-shadow: 0px 7px 15px -8px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-brand .logo {
	height: 25px;
}

.nav-link {
	color: var(--clr-brand);
	font-weight: var(--fw-semi-bold);
}

.nav-link:hover {
	color: var(--clr-primary);
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
	color: var(--clr-brand);
}

.navbar-collapse {
	padding-block: 1rem;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
}

/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 7rem;
	padding-bottom: 2.5rem;
}

.header .text-container {
	margin-bottom: 4rem;
}

.header .h1-large {
	margin-bottom: 1.5rem;
}

.header .p-large {
	margin-bottom: 2rem;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 0.75rem;
}

header .video-container {
	background-color: transparent;
}

header .video-container .iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 30px 13px -30px rgba(0, 0, 0, 0.2);
	background-color: transparent;
}
header .video-container .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header .video-container .idi {
	position: absolute;
	margin: 20px 10px;
	/*display: inline-block;*/
	background-color: #fff;
	overflow: hidden;
	border: solid 2px rgb(200, 200, 200);
	cursor: pointer;
	height: 40px;
	width: auto;
	overflow: hidden;
	transition: all ease-in-out 0.2s;
}

header .video-container .idi.active {
	height: 70px;
}
header .video-container .idi::before {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	width: 0;
	height: 0;
	border-left: 10px solid rgb(200, 200, 200);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	transform: rotate(90deg) translateX(-50%);
	transition: all ease-in-out 0.2s;
}
header .video-container .idi.active::before {
	right: -20px;
}
header .video-container .idi::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
header .video-container .idi.active::after {
	display: none;
}
header .video-container .idi p {
	position: relative;
	font-size: 1.2em;
	padding: 7px 50px 1px 20px;
	transition: all ease-in-out 0.2s;
	color: black;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
header .video-container .idi.en p:first-child {
	margin-top: -36px;
}
header .video-container .idi.en.active p {
	margin-top: 0px;
}
header .video-container .idi.active p:hover {
	background-color: rgb(200, 200, 200);
}

/********************/
/*     Features     */
/********************/
.cards-1 {
	padding-top: 3.8rem;
	padding-bottom: 3.8rem;
	background-color: var(--clr-brand);
}

.h2-heading {
	margin-bottom: 1rem;
	color: #ffffff;
	text-align: center;
}

.download-heading {
	margin-bottom: 1rem;
	text-align: center;
}

.cards-1 .p-heading {
	margin-bottom: 4rem;
	color: #ffffff;
	opacity: 0.8;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 3rem;
	background-color: transparent;
}

.cards-1 .card-icon-wrapper {
	padding-left: 2rem;
	border-left: 1px solid #ff6c02;
}

.cards-1 .card-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #3232a0;
	text-align: center;
}

.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
	color: #ff6c02;
	font-size: 2rem;
	line-height: 4.625rem;
}

.cards-1 .card-body {
	padding: 0 0 0 2rem;
}

.cards-1 .card-title {
	margin-top: 1.75rem;
	color: #ffffff;
	font-weight: 600;
}

.cards-1 .card-body p {
	margin-bottom: 1.25rem;
	color: #ffffff;
	opacity: 0.8;
}

.cards-1 .read-more {
	color: #ffffff;
}

.cards-1 .read-more .fas {
	color: #ffffff;
}

.basic-2 {
	padding-top: 3.8rem;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #eeeeee;
	text-align: center;
}

.copyright p,
.copyright a {
	text-decoration: none;
}

.wrap {
	position: relative;
	width: 70%;
	margin: auto;
	padding-bottom: 40px;
	height: auto;
	display: flex;
}

.wrap .file {
	position: relative;
	flex: 1;
	margin: 20px;
	background-color: var(--clr-brand);
	border-radius: 3.15rem;
	cursor: pointer;
	transition: all cubic-bezier(0, 0, 0.2, 0.99) 0.2s;
	box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.07);
}
.wrap .file:hover {
	background-color: var(--clr-brand);
	transform: scale(1.05);
}
.wrap .file a {
	text-decoration: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.wrap .file a .container {
	padding: 40px 20px;
}
.wrap .file img {
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
	width: 90%;
	max-width: 50px;
	height: auto;
}

.wrap .file p {
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	font-family: var(--ff-heading);
	margin-bottom: 0;
}

.max-container {
	max-width: 900px;
	margin: auto;
}

.footer {
	background-color: var(--bg-footer);
	color: #fff;
	padding-block: 2rem;
}

.footer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 440px) {
	.session {
		display: none;
	}
}

@media (max-width: 680px) {
	.content {
		height: 100vh;
	}
}

@media screen and (max-width: 1024px) {
	.pass {
		margin-bottom: 30px;
	}

	.cartela {
		overflow-y: unset;
	}

	.column {
		width: 100%;
	}

	.content {
		padding: 1%;
		padding-top: 40px;
		height: unset;
	}

	.fondo {
		height: 30vh;
	}

	.banda {
		display: none;
	}

	.bandamovil {
		display: block;
	}
}

@media only screen and (max-width: 855px) and (orientation: landscape) {
	.live {
		max-width: unset;
		width: 65%;
	}
	.row {
		justify-content: space-around;
	}
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
	.fondo {
		display: none;
	}
	.bandamovil {
		display: none;
	}
}

/* max-width 768px */
@media (max-width: 768px) {
	/* Header */

	.header {
		padding-bottom: 7rem;
	}

	.wrap {
		width: 100%;
	}
	/* end of header */
}
/* end of max-width 768px */

/* Min-width 768px */
@media (min-width: 768px) {
	/* Header */

	.header {
		padding-bottom: 7rem;
	}
	.header .btn-solid-lg {
		margin-bottom: 0;
	}
	/* end of header */
}
/* end of min-width 768px */
