.cabecera .logo a {
  background: url("../../img/interface/wow_black.svg") no-repeat center;
}

body {
  background: #FFF;
}

.s-columnas {
  background-size: cover;
  background-attachment: fixed;
}

.cabecera_seccion {
  left: 0;
  right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabecera_seccion .b_contenido {
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vh 3%;
}
.cabecera_seccion .b_contenido img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cabecera_seccion .imagen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/pral.gif) no-repeat center 20% #FFF;
  background-size: cover;
}
.cabecera_seccion .logo {
  display: block;
  position: absolute;
}
.cabecera_seccion .logo.center {
  top: 50%;
  left: 50%;
  width: 52%;
  max-width: 414px;
  min-width: 20em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cabecera_seccion .logo.left-bottom {
  bottom: 3em;
  left: 3em;
  width: 16%;
  min-width: 8em;
  max-width: 175px;
}
.cabecera_seccion .logo.right-bottom {
  bottom: 3em;
  right: 3em;
  width: 10.5%;
  min-width: 6em;
  max-width: 107px;
}

.contenido_seccion {
  margin: 0 0 0 auto;
}
.contenido_seccion .b_contenido {
  position: relative;
  font-size: 1em;
  background: #FCE1CA;
  margin-bottom: 3em;
}
.contenido_seccion .b_contenido .centrado_v {
  max-width: 520px;
  padding: 4vh 2em;
  margin: 0 auto;
}
.contenido_seccion .b_contenido h1 {
  width: 100%;
  max-width: 660px;
  font-size: 3.8em;
  margin: 0 auto 0.3em;
  background: url(img/titular_es.png) no-repeat center center;
  background-size: contain;
}
.contenido_seccion .b_contenido h1:after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
.contenido_seccion .b_contenido h1 span {
  display: none;
}
.pt .contenido_seccion .b_contenido h1 {
  background-image: url(img/titular_pt.png);
}
.contenido_seccion .b_contenido p {
  font-size: 1.5em;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 0 auto 1.2em;
}
.contenido_seccion .b_contenido .boton {
  padding-top: 1.2em;
}
.contenido_seccion .b_contenido .boton a,
.contenido_seccion .b_contenido .boton input {
  display: inline-block;
  min-width: 14em;
  height: 3em;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 3em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.8em;
  border: none;
  padding: 0 1.2em;
  background: #000;
  cursor: pointer;
}
.contenido_seccion .b_contenido .boton a:hover,
.contenido_seccion .b_contenido .boton input:hover {
  color: #000;
  background: #FFF;
}
.contenido_seccion .legal {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  width: 100%;
  font-size: 1.3em;
}
.contenido_seccion .legal a {
  font-weight: 700;
}
.contenido_seccion .error {
  margin: 1em;
}
.contenido_seccion #mensaje {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 10em;
  font-size: 1.3em;
  font-family: inherit;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #000;
}
.contenido_seccion .contador {
  text-align: right;
  font-size: 14px;
  margin-bottom: -1em;
}

.contenido_participar {
  max-width: 460px;
  margin: 0 auto;
}

.fields-group h2.fields-group-head,
.fields-group h3.fields-group-head {
  line-height: 1.2;
}
.fields-group h2.fields-group-head:after,
.fields-group h3.fields-group-head:after {
  display: none;
}
.fields-group h2.fields-group-head .mobile,
.fields-group h3.fields-group-head .mobile {
  display: none;
}

.fields-group-content {
  display: block;
}
.fields-group-content ul li {
  list-style: disc;
  margin-left: 1.6em;
  margin-bottom: 0.5em;
}
.fields-group-content h3 {
  margin-top: 1.2em;
}

@media screen and (max-aspect-ratio: 5/4) {
  .s-columnas .cabecera_seccion {
    height: 110vw;
    padding: 2em 0;
  }
  .s-columnas .contenido_seccion .b_contenido {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 5em;
    margin: 0;
  }
  .s-columnas .contenido_seccion .b_contenido h1 {
    margin: 0.4em auto 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .fields-group h2.fields-group-head .mobile,
  .fields-group h3.fields-group-head .mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .contenido_seccion {
    font-size: 9px;
  }
}
@media screen and (max-width: 360px) {
  .contenido_seccion {
    font-size: 8px;
  }
}/*# sourceMappingURL=estilos.css.map */