:root {
	--color-light: #f2f2f2;
	--color-dark: #3b3b3b;
	--color-text: #3b3b3b;
	--bg-body: #D0CAC2;
	--bg-nav: #f2f2f2;
	--ff-body: "puig", arial, sans-serif;
	--fs-title: "puig", arial, sans-serif;
	--fs-heading: "puig", arial, sans-serif;
	--fs-base: 16px;
	--fs-body: 1rem;
	--fs-small: 0.8rem;
}

@font-face {
	font-family: puig;
	src: local("Meridien_LT_Std_Roman"), url(../fonts/puig.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}


html {
	background-color: var(--bg-body);
	font-size: var(--ff-base);
	scroll-behavior: smooth;
}

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

.title {
	font-family: var(--fs-title);
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
}

.sub-title {
	font-family: var(--fs-heading);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
}

.row {
	--bs-gutter-x: 0 !important;
}

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

.row {
	--bs-gutter-x: 0 !important;
}

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

.navbar {
	background-color: #D0CAC2;
	box-shadow: 0px 7px 15px -8px rgba(0, 0, 0, 0.1);
	z-index: 5;
	flex-wrap: nowrap;
	position: fixed;
	width: 100%;
}

.navbar a {
	color: white;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

i {
	font-size: 15px;
}

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

.row {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 3;
	justify-content: center;
}

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

.fondo {
	background-image:
		linear-gradient(rgba(208,202,194,0.65), rgba(208,202,194,0.65)),
		url("../img/fondo.jpg");

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: calc(100vh - 61px);
}

.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: black;
	color: white;
	font-size: 24px;
	padding: 5px;
}

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

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

/* FORM */
div.pass {
	width: 100%;
	max-width: 400px;
	padding: 2rem 1rem;
	border-radius: 0;
	border: transparent;

	color: var(--color-text);
	margin: auto;
}

.pass .logo {

	margin-bottom: 10px;
	width: 80%;
}

label[for="name"],
label[for="last_name"],
label[for="email"] {
	display: none !important;
}

#register_footer a {
	color: #8A6F5A !important;
}

#login_footer a {
	color: #8A6F5A !important;
}

.pass fieldset {
	margin-bottom: 1rem;
}

button#enviar {
	font-size: 1em;
}

.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;
}
fieldset {
	padding: 0.5em;

}
label {
	display: block;
	text-align: left;
}
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 {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-text);
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: var(--fs-heading);
	box-shadow: 15px 16px 15px -8px rgba(0, 0, 0, 0.1);
}

textarea {
	text-align: left;
}

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

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

input.invalid {
	border: 1px solid #c66;
	box-shadow: 0 3px 3px #c66;
	border-radius: 2px;
}

select {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid black;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
}

button#enviar,
button#cancel,
.btn {
	background: black;
	color: #fff;
	text-align: center;
	border: none;
	padding: 1em 2em;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.85em;
}
button#enviar:hover,
.btn:hover {
	background-color: rgba(0, 0, 0, 0.7);
	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: 10px 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;
}

#CybotCookiebotDialogDetailFooter {
	display: none;
}



.section__login .fondo {
	height: 100vh;
}

#main_section > .row {
	padding-top: 70px;
}

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

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

@media screen and (max-width: 1024px) {
	.btn {
		font-size: 12px;
		padding: 10px;
	}

	div.pass {
		margin-bottom: 30px;
	}

	.cartela {
		overflow-y: unset;
	}

	.column {
		width: 100%;
	}

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

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