/**************************************
 * THEME NAME: entrada
 *
 * Files included in this sheet:
 *
 *   entrada/estilo_entrada.css
 **************************************/

/***** entrada/estilo_entrada.css start *****/

html, body {
  background-size: cover;
  margin: 5px;
  font-family: 'Telex', sans-serif;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 1.4;
}

p, th, td, li, input, select {
  line-height: 1.4;
  font-family: 'Telex', sans-serif;
  font-size: 20px;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#bg-image {
    display: none; /* Oculto hasta que termine el video */
    width: 100%;
    height: 100%;
    background: url('images/exterior.jpg') no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.loginbox {
  background-color: #FFFFFF;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  border-color: #FFFFFF;
  color: #333333;
  border-radius: 30px;
  max-width: 600px !important;
  width: 600px; /* el !important anula el 80% */
  margin: 0 auto;
  font-size: 1.2em;
  padding: 1em;
}

.errorbox {
  border: 2px solid #990000;
  background-color: #fff;
}

.errorboxcontent, .userinfobox .side, .userinfobox .content {
  background-color: #fff;
}

.userinfobox {
  border-color: #cccccc;
}

button, input.form-submit, input[type="button"],
input[type="submit"] {
  background-color: #FF5698;
  border: 0.1rem solid transparent;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  transition: background 0.5s ease;
  margin: 10px 0 2px 0;
  border-radius: 999px;
}

button:hover, input.form-submit:hover,
input[type="button"]:hover, input[type="submit"]:hover {
  background: #666;
}

input[type="password"],input[type="text"] {
  width: 100% !important;
  margin-bottom: 20px;
}

input[type="submit"] {
  width: 100% !important;
  margin-bottom: 0px;
}


.form-input, .form-label {
  text-align: left !important;
  width: 100% !important;
}

#footer {
  text-align: center;
  margin: 4px 0 0 0;
  padding: 4px;
}

.cookie-banner {
  position: fixed;
  bottom: 50px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
  font-size: 1.2em;
}

.clearer {
  font-size: 1px;
}

.clearfix {
  min-width: 0;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix { height: 1%; }

/* ===== 9. Media queries ===== */
@media only screen and (max-device-width: 480px) {
  .cookie-banner {
    font-size: 3em;
  }
}/***** entrada/estilo_entrada.css end *****/

