
  
/* FORM */
.logo {
	max-width: 100%;
	margin: auto;
}
div.pass {
	width: 800px;
	max-width: 90%;
	margin: 8% auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 10px;
}
label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

fieldset {
	text-align: left
}

button#enviar {
	font-size: 1em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
div.pass {
	border: 1px solid rgba(211, 212, 211, 0.5); /* Línea sólida de 1px de grosor y color gris */;
	padding: 1em;
	background: white;
	color: #666;
	opacity: 0;
}
.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 #00a443;
	border-radius: 50px;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}



button#enviar,
button#cancel, .btn {
	background: black;
	color: #fff;
	text-align: center;
	border: 1px solid black;
	padding: 0.75em 2em;
	box-sizing: border-box;
	width: 100%;
	font-size:1.2em;
}
button#enviar:hover, .btn:hover {
	background: #fff;
	color: black;
	text-align: center;
}

button#cancel {
    background: #c22;
}

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

fieldset.btn {
	text-align: center
}
#error, #rerror {
	background: #edd; 
	color: #c66; 
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px dotted #c66; 
	border-radius:2px;
	font-size: 0.9em;
	line-height: 14px;
	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;
}

#error div {
	margin: 0.3rem;
}

#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: 3%;
    margin-top: 3%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%; /*100vh;*/
    display: flex;
    position: fixed;
    z-index: 100000;
}

#languages {
    padding: 20px;
	padding-bottom: 4rem;
}

.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%);
}



@media (min-width: 420px) {
	#access {
		font-size: 1.4em;
	}
}

@media (min-width: 860px) {
	#access {
		font-size: 2em;
	}
}
  @media screen and (max-width: 1024px) {
	
	.live, .chat{
		width: 100%;
	}
	.chat{height: 500px;}

  }

  @media screen and (max-width: 1024px) {
	

	.btn {
		font-size: 15px;
		padding: 10px;
	}

	.column  {
	  width: 100%;
	}
	
	.cartela{
		padding: 1%;
        padding-top: 40px;
	}
	
	.fondo{
		height: 30vh;
	}
	
	.topnav a#live:hover{
		-ms-transform: scale(1,1); /* IE 9 */
		transform: scale(1,1); /* Standard syntax */
	}
	
	.banda{
	  display: none;
	}
	
	.bandamovil{
	  display: block;
	}
  }

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

  @media screen and (max-height: 823px) {
		.chat{height: 500px;}
  }
  @media screen and (max-height: 736px) {
	.chat{height: 375px;}
}
@media screen and (max-height: 720px) {
	.chat{height: 330px;}
}
  @media screen and (max-height: 640px) {
	.chat{height: 350px;}
}
@media screen and (max-height: 568px) {
	.chat{height: 300px;}
}