@charset "utf-8";

@import "styles.min.css";

@font-face {
  font-family: 'GTPressura-Light';
  src: url('../fonts/solana/GTPressura-Light.eot?orgId=00D24000000pFDZ');
  src: url('../fonts/solana/GTPressura-Light.woff2?orgId=00D24000000pFDZ') format('woff2'), url('../fonts/solana/GTPressura-Light.woff?orgId=00D24000000pFDZ') format('woff'), url('../fonts/solana/GTPressura-Light.ttf?orgId=00D24000000pFDZ') format('truetype'), url('../fonts/solana/GTPressura-Light.svg?orgId=00D24000000pFDZ#GTPressura-Light') format('svg'), url('../fonts/solana/GTPressura-Light.eot?orgId=00D24000000pFDZ#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GTPressura-Regular';
  src: url('../fonts/solana/GTPressura-Regular.eot?orgId=00D24000000pFDZ');
  src: url('../fonts/solana/GTPressura-Regular.woff2?orgId=00D24000000pFDZ') format('woff2'), url('../fonts/solana/GTPressura-Regular.woff?orgId=00D24000000pFDZ') format('woff'), url('../fonts/solana/GTPressura-Regular.ttf?orgId=00D24000000pFDZ') format('truetype'), url('../fonts/solana/GTPressura-Regular.svg?orgId=00D24000000pFDZ#GTPressura-Regular') format('svg'), url('../fonts/solana/GTPressura-Regular.eot?orgId=00D24000000pFDZ#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PortraitText-Bold';
  src: url('../fonts/solana/PortraitText-Bold.eot?orgId=00D24000000pFDZ');
  src: url('../fonts/solana/PortraitText-Bold.woff2?orgId=00D24000000pFDZ') format('woff2'), url('../fonts/solana/PortraitText-Bold.woff?orgId=00D24000000pFDZ') format('woff'), url('../fonts/solana/PortraitText-Bold.ttf?orgId=00D24000000pFDZ') format('truetype'), url('../fonts/solana/PortraitText-Bold.svg?orgId=00D24000000pFDZ#PortraitText-Bold') format('svg'), url('../fonts/solana/PortraitText-Bold.eot?orgId=00D24000000pFDZ#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.stage {
  font-family: 'GTPressura-Light', sans-serif;
  color: #373737;
}

.stage.full-design header {
  margin: 1em 2em;
}

header .logo {
  width: 160px;
  height: 107px;
  background-image: url(../imgs/logo-solana.svg);
  background-repeat: no-repeat;
  margin: 1em 0;
}

main .blur {
  border: #373737 1px solid;
  background-color: rgba(247, 244, 237, 0.8);
}

footer svg {
  width: 400px;
}

footer .st0 {
  fill: #373737;
}

.stage.mid-design footer .st0 {
  fill: #2f2e2f;
}

.brand-footer {
  font-size: 1.1em;
  font-family: 'GTPressura-Regular';
  background-color: #fff;
}

.brand-footer .footer-title {
  padding: 15px 25px 15px 0px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.brand-footer .footer-title .logo-footer {
  background-image: url(../imgs/logo-solana.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 48px;
}

.brand-footer .footer-title:after {
  content: "";
  width: calc(100% - 180px);
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}

.brand-footer .footer-links {
  padding: 0px 0px 14px;
  font-weight: bold;
}

.brand-footer .footer-links ul {
  list-style: none;
}

.brand-footer .footer-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.brand-footer .footer-links ul li a {
  color: #373737;
}

.brand-footer .footer-legal {
  background-color: #ffd13b;
  padding: 26px 0px;
}

a.enlace {
  color: #004ceb;
  font-family: 'GTPressura-Regular';
}

.brand-color {
  color: #004ceb !important;
}

.btn-ap, .btn-ap:focus, .btn-ap:active, .btn-file {
  font-family: 'GTPressura-Regular';
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;
  color: #373737;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #373737;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-ap.activo, .btn-ap:hover, .btn-file:hover {
  background-color: #f6f4ee;
  color: #373737;
  text-decoration: none;
}

.btn-ap-neg, .btn-ap-neg:focus, .btn-ap-neg:active {
  border: #373737 solid 1px;
  background-color: rgba(255, 255, 255, 0.48);
}

.btn-ap-neg:hover {
  background-color: #fff;
}

.btn-log {
  width: 148px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.btn-reg {
  width: 148px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.btn-log, .btn-reg {
  color: #373737;
  background-color: #f6f4ee;
}

.btn-log.activo, .btn-log:hover, .btn-reg.activo, .btn-reg:hover {
  background-color: #fff;
  color: #373737;
  text-decoration: none;
}

.btn-round, .btn-round:focus, .btn-round:active {
  font-size: 22px;
  border: #373737 1px solid;
  border-radius: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 7px;
  color: #373737;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 10px;
}

.btn-round:hover {
  background-color: #f6f4ee;
  color: #373737;
  text-decoration: none;
}

.btn-back {
  font-size: 14px;
  padding: 8px 20px;
}

.well {
  margin: 2em auto;
  width: 95%;
  border: #004ceb 1px solid;
  background-color: rgba(0, 76, 235, 0.2);
}

select option {
  margin: 40px;
  background: rgba(255, 255, 255, .3);
  color: #3d3d3c;
  text-shadow: 0 1px 0 rgba(80, 42, 24, 0.6);
}

.stage.mid-design .btn-ap, .stage.mid-design .btn-ap:focus, .stage.mid-design .btn-ap:active {
  border: #2f2e2f solid 1px;
  color: #2f2e2f;
  background-color: #fff;
}

.stage.mid-design .btn-ap:hover {
  background-color: #f6f4ee;
  color: #373737;
}

.stage.mid-design main .form-group input:hover, .stage.mid-design main .form-group input:active, .stage.mid-design main .form-group input:focus, .stage.mid-design main .form-group select:hover, .stage.mid-design main .form-group select:active, .stage.mid-design main .form-group select:focus {
  border-bottom: 2px solid #004ceb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .3);
}

.form-control, .form-control[readonly]#bday {
  border: #373737 1px solid;
  color: #373737;
  background-color: #fff;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 33, 33, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 33, 33, .6);
}

.checkbox .helper {
  color: #373737;
}

.checkbox .helper:after, .checkbox .helper:before {
  background-color: #373737;
}

.checkbox .helper:before {
  -webkit-box-shadow: 0 0 0 0.09em rgba(61, 61, 60, 0.7);
  box-shadow: 0 0 0 0.09em rgba(61, 61, 60, 0.7);
}

.checkbox input:checked ~ .helper, .checkbox label:hover .helper {
  color: #004ceb;
}

.checkbox label, .form-radio label {
  color: #373737;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo {
  display: inline-block;
  padding: 1em 2em;
  width: 85%;
  text-align: left;
  margin: 3em auto 2em auto;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
  font-family: 'PortraitText-Bold';
  font-size: 55px;
  line-height: 60px;
  margin: 20px 0;
  color: #373737;
  text-shadow: 1px 1px 3px white;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo h2 {
  font-size: 22px;
  line-height: 30px;
  margin-top: -4px;
  text-shadow: 1px 1px 1px black;
  color: #fff;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
  font-size: 30px;
  line-height: 34px;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
  font-size: 1.3em;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo p.descripcion {
  margin-top: 2em;
  text-shadow: 1px 1px 1px black;
  color: #fff;
}

.stage.full-design #layout-landing.landing-ganadores .panel-default > .panel-heading, .stage.mid-design .landing-ganadores .panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #000;
  font-weight: bold;
}

.stage.mid-design {
  background: #f6f4ee;
  color: #2f2e2f;
}

.stage.mid-design .panorama {
  background-repeat: no-repeat;
  background-position: top center, center;
  background-size: auto, cover;
  min-height: 550px;
  width: 100%;
  padding-bottom: 37%;
  position: relative;
  border-top: 75px solid #f6f4ee;
}

.stage.mid-design .panorama .logo {
  margin-top: -60px;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.stage.mid-design .panorama .caja-titulo {
  display: inline-block;
  padding: 1em 2em;
  width: 85%;
  text-align: left;
  margin: 3em auto 2em auto;
}

.stage.mid-design .panorama .caja-titulo h1 {
  font-family: 'PortraitText-Bold';
  font-size: 45px;
  line-height: 50px;
  margin: 20px 0;
  color: #fff;
  text-shadow: 1px 1px 3px black;
}

.stage.mid-design .panorama .caja-titulo h2 {
  font-size: 20px;
  line-height: 25px;
  margin-top: -4px;
  color: #fff;
  text-shadow: 1px 1px 1px black;
}

.stage.mid-design main .btn-round, .stage.mid-design main .btn-round:active, .stage.mid-design main .btn-round:focus {
  border: #2f2e2f 1px solid;
  color: #2f2e2f;
}

.stage.mid-design main .btn-round {
  background-color: #fff;
}

.stage.mid-design main .form-control, .stage.mid-design main .form-control[readonly]#bday {
  background-color: #fff;
  border: none;
  color: #2f2e2f;
  border-bottom: 2px solid #ffd13b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.stage.mid-design .btn-ap.btn-log.activo, .stage.mid-design .btn-ap.btn-log:hover, .stage.mid-design .btn-ap.btn-reg.activo, .stage.mid-design .btn-ap.btn-reg:hover {
  color: #2f2e2f;
  border-bottom: 2px solid #ffd13b;
  background-color: #ffd13b;
}

.stage.mid-design .btn-ap.btn-log, .stage.mid-design .btn-ap.btn-reg {
  color: #2f2e2f;
  border-bottom: 2px solid #ffd13b;
  background-color: #fff;
}

.stage.mid-design .checkbox label, .stage.mid-design .form-radio label {
  color: #000;
}

.stage.mid-design .checkbox .helper {
  color: #2f2e2f;
}

.stage.mid-design .checkbox label:hover .helper {
  color: #ffd13b;
}

.stage.mid-design .checkbox .helper:after, .stage.mid-design .checkbox .helper:before {
  background-color: #2f2e2f;
}

.stage.mid-design .checkbox .helper:before {
  -webkit-box-shadow: 0 0 0 0.09em rgba(228, 213, 194, 0.7);
  box-shadow: 0 0 0 0.09em rgba(228, 213, 194, 0.7);
}

@media (max-width: 767px) {
  html, main .blur:before, #content.filtro-edad, #content.filtro-edad .blur:before {
    background-position: 80%;
  }
  
  header .logo {
    width: 120px;
    height: 80px;
    margin: 1.5em 0px 0px 10px;
  }
  
  .stage.full-design header {
    margin: 0;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo {
    padding: 1em .5em;
    width: 100%;
    margin: 0em auto 2em auto;
  }
  
  .stage.mid-design .panorama .caja-titulo {
    padding: 1em .5em;
    margin: 0em auto 2em auto;
    width: 95%;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 35px;
    margin: 10px 0;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo h2 {
    font-size: 16px;
    line-height: 21px;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
    font-size: 25px;
    line-height: 27px;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
    font-size: 1.3em;
  }
  
  .stage.full-design main .bloque1 .descripcion .caja-titulo p.descripcion {
    margin-top: 1.5em;
  }
  
  .stage.mid-design .panorama .caja-titulo h1 {
    font-size: 30px;
    line-height: 37px;
  }
  
  .stage.mid-design .panorama .caja-titulo h2 {
    font-size: 16px;
    line-height: 21px;
  }
  
  .brand-footer .footer-links ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0px;
  }
  
  .brand-footer .footer-title:after {
    width: 0px;
  }
  
  .brand-footer .footer-title {
    max-width: 100%;
    padding: 0 20px;
    left: 0;
  }
  
  .brand-footer .footer-title .logo-footer {
    margin: 1em auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage.full-design main .bloque1 .descripcion .caja-titulo {
    padding: 2em 1em;
  }
}