body {
  color: #000;
  padding-top: 0 !important;
  background: #FFF;
}

body.mobile {
  height: 100vh;
  background: #ebd3ca;
}

html, body, #formWOW {
  min-height: 0 !important;
  height: auto;
}

#contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 640px;
  height: 100%;
  min-height: 365px;
  text-align: center;
  overflow: auto;
  margin: 0 auto;
}

.seccion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 30px 10px 30px;
}

.seccion h2 {
  font-weight: 900;
  font-size: 2.6em;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 12px;
}

.seccion a {
  font-weight: 700;
  text-decoration: underline;
}

.seccion p {
  font-size: 1.4em;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.seccion .opciones .langLink {
  display: inline-block;
  width: 150px;
  height: 36px;
  font-size: 1.2em;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  border: 2px solid #000;
  margin: 0 15px 30px;
  cursor: pointer;
  border-radius: 8px;
  background: none;
}

.desk .opciones .langLink:hover {
  color: #FFF;
  background: #000;
}

.seccion .seleccion_idioma {
  font-size: 0.9em;
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 10px;
  }
  #contenido {
    width: auto;
    height: 100%;
  }
  .seccion p {
    margin-bottom: 15px;
  }
  .seccion {
    width: 98%;
  }
}

@media screen and (max-width: 420px) {
  .seleccion-pais p .salto {
    display: none;
  }
}
/*# sourceMappingURL=estilos.css.map */