/* @import url('https://rsms.me/inter/inter-ui.css'); */
::selection {
  background: #2d2f36;
}
::-webkit-selection {
  background: #2d2f36;
}
::-moz-selection {
  background: #2d2f36;
}
body {
  background: white;
  font-family: "Inter UI", sans-serif;
  margin: 0;
  padding: 20px;
  margin-top: 70px;
}
.page {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  position: absolute;
  place-content: center;
  width: calc(100% - 40px);
  z-index: -1;
  
}

.logo {
  display: flex;
  position: absolute;
  margin-left: 80px;

  z-index: 1;
  
}

/* Vista móvil  DESHABILITADA - A MEJORAR*/

/*
 @media (max-width: 767px) {
  .page {
    height: auto;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    
  }
   .container {
    
    flex-direction: column;
    height: 630px;
    width: 320px;
    z-index: 1;
    position: absolute;
  }
  .left {
    height: 100%;
  
    width: calc(100% - 40px);
    max-height: 320px;
  }
  .right {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 350px;
    margin: 30px 50px;
  }
  .fondoVideo{
    visibility: hidden;
  }

  body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url("./../imagenes/fondocalendarmov.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  width: auto;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7); 
  pointer-events: none;
  z-index: -1;
}
}

*/



/* Vista escritorio */
.container {
  display: flex;
  position: absolute;
  height: 400px;
  margin: auto;
  margin-left: 80px;
  width: 900px;
  z-index: 2;
  
 
}
 
.left {
  background: rgba(255, 255, 255, 0.724);
  height: calc(100% - 40px);
  top: 20px;
  position: relative;
  width: 50%;
}

.Zona {
  font-size: 35px;
  font-weight: 600;
  margin: 20px 20px 10px;
}
.eula {
  color: #4d4c4c;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px;
}
.right {
  background: #022102ba;
  box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
  color: #f1f1f2;
  position: relative;
  width: 40%;
}


/* Estilos del formulario */
.form {
  margin: 20px;
  position: absolute;
  z-index: 5;
}
label {
  color: #c2c2c5;
  display: block;
  font-size: 14px;
  height: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.datos {
  background: transparent;
  border: 1px;
  color: #f2f2f2;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
  background-color: #fff9f10e;
}
.datos:focus {
  border-bottom: 1px solid #e1ae35;
}
.datos::-moz-focus-inner {
  border: 1;
}
#boton {
  color: #707075;
  margin-top: 40px;
  transition: color 300ms;
  background: transparent;
  
  border: solid 1px orange;
  margin-left: auto;
  font-size: 20px;
  height: 40px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
 
}

#boton:hover {
  color: #ca5511;
  background-color: #21e8cd0e;
}
#boton:active {
  color: #d0d0d2;
}

.final {
  display: flex;
  justify-content: center;
  padding: .5rem;
}

