@font-face {
  font-family: NexaBold;
  src: url("../fonts/NexaBold.otf");
}

@font-face {
  font-family: NexaLight;
  src: url("../fonts/NexaLight.otf");
}

body {
  background-image: url("../img/fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.main {
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.texto {
  font-size: 18px;
  font-family: NexaLight;
  text-align: justify;
}

.texto-fin {
  font-size: 18px;
  font-family: NexaBold;
  text-align: center;
}

.resaltado {
  font-family: NexaBold;
}

.main > div {
  text-align: center;
}

.imagen-logo {
  width: 360px;
}

.imagen-registro {
  width: 150px;
}

.btn-general {
  font-family: NexaBold;
  font-size: 18px;
  margin: 9px;
  border-radius: 18px;
  color: #231f20;
  background-color: #ffb306;
  font-weight: 600px;
  padding: 3px 9px 3px 9px;
}

#formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactform {
  width: 90%;
}

label.lb-datos {
  font-weight: 700;
  font-size: 18px;
}

.modal-header {
  padding: 9px 18px;
  color: black;
  background-color: #ffb306;
}

.modal-content {
  padding: 9px 18px;
  color: white;
  background-color: #231f20;
  border-radius: 18px;
}

h4 {
  font-weight: 700;
  font-size: 18px;
}

.obl {
  color: white;
}

.n_obl {
  color: transparent;
}

#correcto p a {
  text-decoration: none;
  color: #ffb306;
}

.general {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  grid-gap: 9px;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dato-nombre {
  font-family: NexaLight;
  text-align: left;
  color: #ffb306;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.dato-contenido {
  text-align: justify;
  padding: 3px 9px 3px 9px;
  background-color: #bdbec1;
  border-radius: 9px;
  font-size: 18px;
  font-family: NexaLight;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.barra-header {
  font-size: 18px;
  border-radius: 9px;
  background-color: #ffb306;
  color: #231f20;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 3px 0px 3px 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.barra-header h2 {
  margin: 0px;
  font-size: 18px;
  width: 100vw;
  font-family: NexaBold;
  text-align: left;
}

.imagen-header {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
}

.aviso_colegas {
  font-size: 18px;
  border-radius: 9px;
  background-color: #ffb306;
  color: #231f20;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin: 3px 0px 3px 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.aviso_colegas h2 {
  margin: 0px;
  font-size: 18px;
  width: 100vw;
  font-family: NexaBold;
  text-align: left;
}

.btn-grid {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  text-align: center;
}

.dato-obligatorio {
  color: #ffb306;
  text-align: left;
  margin: 3px 0px 3px 0px;
}

.dato-politicas {
  text-align: right;
  margin: 3px 0px 3px 0px;
}

.dato-politicas a {
  text-decoration: none;
  color: #ffb306;
}

.dato-faltan {
  color: #ffb306;
  text-align: center;
  margin: 3px 0px 3px 0px;
}

@media only screen and (max-width: 950px) {
  .general {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    grid-gap: 9px;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dato-nombre {
    font-family: NexaLight;
    text-align: left;
    margin: 0px;
    color: #ffb306;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .dato-contenido {
    text-align: justify;
    padding: 3px 9px 3px 9px;
    background-color: #bdbec1;
    border-radius: 9px;
    font-size: 18px;
    font-family: NexaLight;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .barra-header {
    font-size: 18px;
    border-radius: 9px;
    background-color: #ffb306;
    color: #231f20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 3px 0px 3px 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .barra-header h2 {
    margin: 0px;
    font-size: 18px;
    width: 100vw;
    font-family: NexaBold;
    text-align: left;
  }
  .imagen-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: right;
  }
  .aviso_colegas {
    font-size: 18px;
    border-radius: 9px;
    background-color: #ffb306;
    color: #231f20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin: 3px 0px 3px 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .aviso_colegas h2 {
    margin: 0px;
    font-size: 18px;
    width: 100vw;
    font-family: NexaBold;
    text-align: left;
  }
  .btn-grid {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    text-align: center;
  }
  .dato-obligatorio {
    color: #ffb306;
    text-align: left;
    margin: 3px 0px 3px 0px;
  }
  .dato-politicas {
    text-align: right;
    margin: 3px 0px 3px 0px;
  }
  .dato-politicas a {
    text-decoration: none;
    color: #ffb306;
  }
}
/*# sourceMappingURL=style_3.css.map */