* {
	box-sizing: border-box;
}

html {
	background-color: #eee;
}

body {
	margin: 0;
	font-family: 'cobas' !important;
	font-size: 16px;
	background-color: #eee;
}

a:link {
    color:#498A2C;
    text-decoration: none;
}

a:visited {
    color:#498A2C;
    text-decoration: none;
}

a:hover {
    color:#325f1d;
    text-decoration: none;
}

.title {
    font-family: 'cobas' !important;
    font-size: 28px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 6px;
}

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

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

#bottom_info p {
	margin: 12px;
}

#column_title {
	font-size: calc(1em + .7vw) !important;
    line-height: 1em;
	color:#498A2C;
	margin: 3vh auto;
	width: 90%;
	padding-bottom: 30px;
    margin-bottom: 40px;
	border-bottom: 2px solid #bdbdbd;
}
#direccion {
	font-size: calc(1em + .7vw) !important;
    line-height: 1em;
	color:#498A2C;
	margin: 3vh auto;
    margin-top: 0;
    margin-bottom: 1px;
	width: 90%;
}

#direccion2 {
	font-size: calc(0.6em + .7vw) !important;
    line-height: 1em;
	color:#498A2C;

	margin: 3vh auto;
    margin-top: 0;
	width: 90%;


}

#column_title span{
	font-weight: bold;
}

.navbar {
	background-color: #488C2E;
	box-shadow: 0px 7px 15px -8px rgba(0,0,0,.1);
	z-index: 5;
    flex-wrap: nowrap;
}

.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: 100%;
    margin: auto;
    z-index: 3;
    justify-content: center;

}

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

.fondo{
      background-image: url('../img/fondo.gif');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: transparent;
      position: relative;
      height: calc(100vh - 61px);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: zoom 15s forwards;
      opacity: 0; /* Comienza completamente transparente */
    }

    @keyframes zoom {
      0% {
        transform: scale(0.1) translate(0, 50px);
        /*Comienzasinzoomyligeramentedesplazadohaciaabajo*/opacity: 0;
        -webkit-transform: scale(0.1) translate(0, 50px);
        -moz-transform: scale(0.1) translate(0, 50px);
        -ms-transform: scale(0.1) translate(0, 50px);
        -o-transform: scale(0.1) translate(0, 50px);
}
      100% {
        transform: scale(1) translate(0, 0);
        /*Terminaconunzoomdel50%yvuelvealcentro*/opacity: 1;
        /*Terminacompletamentevisible*/
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
}
    }

.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: #488C2E; 
    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;
}

.cartela img{
    width: 100%;
    max-width: 500px;
}

.banda{
    display: none;
    position: absolute;
    background-color: #488C2E;
    transform: translateX(-50%);
    margin-left: -20px;
    left: 50%;
    width: 40px;
    height: calc(100vh - 61px);
    z-index: 4;
}

.bandamovil{
    display: none;
    position: absolute;
    background-color: #488C2E;
    top: calc(30vh + 61px);
    margin-top: -25px;
    width: 100%;
    height: 25px;
    z-index: 4;
}

.row:after {
content: "";
display: table;
clear: both;
}

.spacer{
border-top: 2px solid black;	 
}
  
/* FORM */
div.pass {
	width: 500px;
	max-width: 90%;
	margin: 8% auto;
	border-radius: 10px;
}
label {
	display:none;
    margin-bottom: 5px;
}
fieldset {
	text-align: left
}

button#enviar {
	font-size: 1em;
}
div.pass {
	border: 1px solid #ddd;
	padding: 1em;
	background: #fff;
	color: #666;
}
.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;
	padding: 0.5em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;	
}

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;
	padding: 0.5em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	background-color: white;
    border-radius: 10px
}
button#enviar,
button#cancel, .btn {
	background: #498A2C; 
	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: #74c051;
	color: #fff;
}

button#cancel {
    background: #c22;
}

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

/*btn*/
.btn-primary {
    color: #fff;
    background-color: #498A2C;
    border-color: #498A2C;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #498A2C;
    border-color: #498A2C;
    box-shadow: 0 0 0 0.25rem rgba(73, 253, 49, 0.5);
}
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;
}

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

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

@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;
    }

    .fondo{
        width: 50%;
        height: 40vh;
        background-position:center;
    }

    .banda{
        display: none;
    }

    .bandamovil{
        display: none;
    }
}

@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;}
}
#CybotCookiebotDialogPoweredbyCybot {

    display: none;
}