/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url("fonts/Verdana-Bold.woff2") format("woff2"), url("fonts/Verdana-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url("fonts/Verdana.woff2") format("woff2"), url("fonts/Verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url("fonts/Verdana-Italic.woff2") format("woff2"), url("fonts/Verdana-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ausano';
  src: url("fonts/Ausano-Bold.woff2") format("woff2"), url("fonts/Ausano-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 24px;
}

body {
  color: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Ausano", sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.5em;
  margin-left: -.5em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .5em;
  padding-left: .5em;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}

.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: .85rem 1rem .5rem;
  display: inline-block;
}

.btn.btn-descarga {
  padding: .7rem 1rem .5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}

.btn.btn-descarga img {
  width: .6rem !important;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
  .btn.btn-small {
    height: auto;
  }
  .btn.btn-descarga {
    height: auto;
  }
}

@media (max-width: 1980px) {
  html, body, p {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 17px;
  }
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: .7rem;
  height: .7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 .7rem;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: .7rem;
    height: .7rem;
  }
}

.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}

.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}

.carrusel.gris button {
  background: #fff;
  border-color: #9CBDD4;
}

.carrusel.gris button.tns-nav-active {
  border-color: #3D4F61;
  background: #3D4F61;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: -1.3rem;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carrusel .tns-controls button:first-child {
  left: 1rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 1rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #3D4F61;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  background: #000000;
  padding: .7rem 0;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .logo {
  display: block;
  width: 210px;
  margin: 0;
  line-height: 0;
}

@media only screen and (max-width: 1550px) {
  header .logo {
    width: 145px;
  }
}

@media only screen and (max-width: 768px) {
  header .logo {
    margin-bottom: 1.4rem;
    width: 100px;
  }
}

header .logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

header .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 550px) {
  header .texto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: .5rem;
  }
}

header .texto p {
  font-size: .83rem;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  header .texto p {
    font-size: .75rem;
  }
}

header .texto h3 {
  margin: 0 0 0 1rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 550px) {
  header .texto h3 {
    font-size: .85rem;
  }
}

.wrapper {
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  min-height: 100vh;
  position: relative;
  height: auto;
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .wrapper {
    background-image: url("../images/bg-mobile.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f89088;
    background-position: bottom;
    background-attachment: cover;
  }
}

.wrapper .logo {
  margin: 0;
  position: absolute;
  width: 11%;
  top: 1.4rem;
  left: 2.3rem;
  z-index: 12;
  min-width: 100px;
}

.wrapper .logo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .wrapper .logo {
    left: 1rem;
    top: 1rem;
    width: 100px;
  }
  .wrapper .logo img {
    width: 100px;
    height: 96px;
  }
}

.s-1 {
  min-height: 100vh;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-1.efecto {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media only screen and (max-width: 768px) {
  .s-1 {
    display: none;
  }
}

.s-1.oculto {
  display: none;
}

.s-1.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-1 .texto {
  padding: 3rem 1rem 4rem;
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .s-1 .texto {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .s-1 .texto {
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .texto {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.s-1 .texto h2 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.s-1 .texto h2 img {
  width: 8rem;
  margin-top: -.4rem;
  margin-left: .2rem;
}

@media only screen and (max-width: 991px) {
  .s-1 .texto h2 {
    font-size: 2rem;
  }
  .s-1 .texto h2 span {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 640px) {
  .s-1 .texto h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .s-1 .texto h2 img {
    margin-top: .5rem;
    margin-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .s-1 .texto h2 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .s-1 .texto h2 span {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 400px) {
  .s-1 .texto h2 {
    font-size: 1.4rem;
  }
  .s-1 .texto h2 span {
    font-size: 1.6rem;
  }
}

.s-1 .texto h3 {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  margin: .5rem auto 0rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
}

.s-1 .texto h3 span {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .s-1 .texto h3 {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .s-1 .texto h3 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 400px) {
  .s-1 .texto h3 {
    font-size: 1rem;
    margin: 0rem 0 .5rem;
  }
}

.s-1 .texto p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  margin: .2rem auto .3rem;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
}

.s-1 .texto p span {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .s-1 .texto p {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .s-1 .texto p {
    font-size: 1.2rem;
    margin: 0rem 0;
  }
}

@media only screen and (max-width: 400px) {
  .s-1 .texto p {
    font-size: 1rem;
    margin: 0rem 0 2rem;
  }
}

.s-1 .texto figure {
  text-align: center;
  width: 22rem;
  margin: 0 auto;
  max-width: 100%;
}

.s-1 .texto figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .s-1 .texto figure {
    width: 18rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-1 .texto figure {
    width: 14rem;
  }
}

.s-1 .texto .t-abajo {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .s-1 .texto .t-abajo {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .s-1 .texto .t-abajo br {
    display: none;
  }
}

.s-1 .texto .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .s-1 .texto .footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }
}

.s-1 .texto .footer p {
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0;
  padding-right: 2rem;
}

.s-1 .texto .footer p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .s-1 .texto .footer p {
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: center;
    font-size: .6;
  }
  .s-1 .texto .footer p br {
    display: block;
  }
}

.s-1 .texto .footer p span {
  background: #143057;
  font-size: 1.1rem;
  padding: .1rem .3rem;
  text-transform: none;
  margin-right: .4rem;
}

@media only screen and (max-width: 400px) {
  .s-1 .texto .footer p span {
    font-size: .8rem;
  }
}

.s-1 .texto .footer a {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.s-1 .texto .footer a:hover {
  color: #143057;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.s-1 .fotos {
  display: none;
  width: 31%;
  min-width: 31%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.s-1 .fotos img {
  width: 100%;
  height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 991px) {
  .s-1 .fotos {
    display: none;
  }
}

.s-1 .grid-ganadores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 768px) {
  .s-1 .grid-ganadores {
    width: 100%;
  }
}

.s-1 .grid-ganadores .item-ganador {
  width: 28%;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .s-1 .grid-ganadores .item-ganador {
    width: 32%;
    border-radius: .5rem;
  }
}

.s-1 .grid-ganadores .item-ganador .titulo {
  padding: .6rem .7rem .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  .s-1 .grid-ganadores .item-ganador .titulo {
    padding: .4rem .2rem .2rem;
  }
}

.s-1 .grid-ganadores .item-ganador .titulo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e3668;
  font-weight: normal;
  font-family: "Verdana", sans-serif;
  font-size: .8rem;
}

@media only screen and (max-width: 640px) {
  .s-1 .grid-ganadores .item-ganador .titulo a {
    font-size: .6rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-1 .grid-ganadores .item-ganador .titulo a {
    font-size: .4rem;
  }
}

.s-1 .grid-ganadores .item-ganador .titulo a img {
  width: 1.6rem;
  height: auto;
  margin-right: .4rem;
}

@media only screen and (max-width: 640px) {
  .s-1 .grid-ganadores .item-ganador .titulo a img {
    width: 1.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .grid-ganadores .item-ganador .titulo a img {
    width: .8rem;
    margin-right: .2rem;
  }
}

.s-1 .grid-ganadores .item-ganador .titulo .numero {
  color: #1e3668;
  font-size: 1.6rem;
}

@media only screen and (max-width: 550px) {
  .s-1 .grid-ganadores .item-ganador .titulo .numero {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .grid-ganadores .item-ganador .titulo .numero {
    font-size: .8rem;
  }
}

.s-1 .grid-ganadores .item-ganador figure img {
  width: 100%;
}

.s-1 .grid-ganadores .item-ganador .votos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #143057;
  font-size: 1.4rem;
  padding: 0rem .7rem .3rem;
}

.s-1 .grid-ganadores .item-ganador .votos i {
  color: #de5b74;
  font-size: 1.2rem;
  margin-right: .4rem;
}

@media only screen and (max-width: 640px) {
  .s-1 .grid-ganadores .item-ganador .votos {
    padding: 0 .3rem .2rem;
    font-size: 1rem;
  }
  .s-1 .grid-ganadores .item-ganador .votos i {
    font-size: .8rem;
    margin-right: .2rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .grid-ganadores .item-ganador .votos {
    font-size: .8rem;
  }
  .s-1 .grid-ganadores .item-ganador .votos i {
    font-size: .6rem;
  }
}

.s-1 .grid-ganadores .item-ganador.g-1 .titulo {
  padding: .8rem .5rem .3rem;
}

.s-1 .grid-ganadores .item-ganador.g-1 .titulo .numero {
  font-size: 2rem;
}

@media only screen and (max-width: 550px) {
  .s-1 .grid-ganadores .item-ganador.g-1 .titulo {
    padding: .4rem .4rem .2rem;
  }
  .s-1 .grid-ganadores .item-ganador.g-1 .titulo .numero {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .grid-ganadores .item-ganador.g-1 .titulo {
    padding: .4rem .4rem .2rem;
  }
  .s-1 .grid-ganadores .item-ganador.g-1 .titulo .numero {
    font-size: .8rem;
  }
}

.s-1 .grid-ganadores .item-ganador.g-1 .votos {
  font-size: 1.8rem;
  padding: .1rem .7rem .4rem;
}

@media only screen and (max-width: 640px) {
  .s-1 .grid-ganadores .item-ganador.g-1 .votos {
    padding: 0 .3rem .2rem;
    font-size: 1rem;
  }
  .s-1 .grid-ganadores .item-ganador.g-1 .votos i {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 480px) {
  .s-1 .grid-ganadores .item-ganador.g-1 .votos {
    font-size: .8rem;
  }
  .s-1 .grid-ganadores .item-ganador.g-1 .votos i {
    font-size: .6rem;
  }
}

.s-2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 149, 143, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  min-height: 100vh;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 100%;
}

.s-2.visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .s-2 {
    position: relative;
    display: none;
  }
  .s-2.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-2 h3 {
  font-size: 3.25rem;
  margin: 0 0 1.5rem;
  color: #fff;
  text-transform: uppercase;
}

.s-2 .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 640px) {
  .s-2 .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-2 .botones a {
  display: block;
  background: #143057;
  color: #fff;
  font-size: 1.58rem;
  padding: .6rem .8rem .5rem;
  margin: 0 1rem;
  width: 14.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (max-width: 640px) {
  .s-2 .botones a {
    margin-bottom: 1rem;
  }
}

.s-3 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  min-height: 100vh;
  background: rgba(239, 149, 143, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0 1rem 4rem;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

@media only screen and (max-width: 768px) {
  .s-3 {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}

.s-3.visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  max-height: 1000%;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.s-3.visible .w-form {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .s-3 {
    position: relative;
    display: none;
  }
  .s-3.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-3 .r-msg {
  text-transform: uppercase;
  color: #d42727;
  position: absolute;
}

@media only screen and (max-width: 550px) {
  .s-3 .r-msg {
    position: relative;
    margin-top: 1rem;
  }
}

.s-3 .w-form {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
}

.s-3 .w-form h2 {
  font-size: 2.9rem;
  margin: 0 0 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .s-3 .w-form h2 {
    font-size: 2rem;
  }
}

.s-3 .w-form .form-group {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .s-3 .w-form .form-group {
    margin-bottom: 1rem;
  }
}

.s-3 .w-form .form-group input {
  width: 100%;
  height: 2.9rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  color: #3d4b5c;
}

.s-3 .w-form .form-group input::-webkit-input-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-3 .w-form .form-group input::-moz-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-3 .w-form .form-group input:-ms-input-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-3 .w-form .form-group input:-moz-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-3 .w-form .form-group input.error {
  border: 2px solid #f00;
}

.s-3 .w-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: .9rem auto;
  background-position: calc(100% - 1rem) center;
  width: 100%;
  height: 2.9rem;
  border: none;
  background-color: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  color: #143057;
  text-transform: uppercase;
}

.s-3 .w-form .form-group select.error {
  border: 2px solid #f00;
}

.s-3 .w-form .form-group .fecha-nac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.9rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.s-3 .w-form .form-group .fecha-nac.error {
  border: 2px solid #f00;
}

.s-3 .w-form .form-group .fecha-nac label {
  font-size: 1rem;
  color: #143057;
  text-transform: uppercase;
  width: 8.5rem;
  min-width: 8.5rem;
}

.s-3 .w-form .form-group .fecha-nac input {
  width: 2rem;
  height: auto;
  min-width: 2rem;
  opacity: 1;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  padding: .3rem;
  text-align: center;
  color: #3d4b5c;
}

.s-3 .w-form .form-group .fecha-nac input#r-ano {
  width: 3rem;
  text-align: left;
}

.s-3 .w-form .form-group .fecha-nac input::-webkit-input-placeholder {
  font-size: .6rem;
  font-weight: normal;
  font-family: "Verdana", sans-serif;
  font-style: italic;
}

.s-3 .w-form .form-group .fecha-nac input::-moz-placeholder {
  font-size: .6rem;
  font-weight: normal;
  font-family: "Verdana", sans-serif;
  font-style: italic;
}

.s-3 .w-form .form-group .fecha-nac input:-ms-input-placeholder {
  font-size: .6rem;
  font-weight: normal;
  font-family: "Verdana", sans-serif;
  font-style: italic;
}

.s-3 .w-form .form-group .fecha-nac input:-moz-placeholder {
  font-size: .6rem;
  font-weight: normal;
  font-family: "Verdana", sans-serif;
  font-style: italic;
}

.s-3 .w-form .form-group .fecha-nac span {
  font-size: .6rem;
  font-family: "Verdana", sans-serif;
  font-style: italic;
  color: #143057;
  opacity: .7;
  padding: .3rem;
  text-align: center;
}

.s-3 .w-form .group-check {
  width: 24rem;
  max-width: 100%;
  margin: 1rem auto 2rem;
}

.s-3 .w-form .group-check .form-check {
  text-align: center;
  margin-bottom: .6rem;
  cursor: pointer;
}

.s-3 .w-form .group-check .form-check input {
  cursor: pointer;
  margin-right: .4rem;
}

.s-3 .w-form .group-check .form-check label {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.s-3 .w-form .group-check .form-check label a {
  color: #fff;
  text-decoration: underline;
}

.s-3 .w-form .boton {
  text-align: center;
}

.s-3 .w-form .boton input {
  font-size: 1.7rem;
  color: #fff;
  background: #143057;
  text-transform: uppercase;
  padding: .25rem 1.3rem .2rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1;
}

.s-3 .w-form .boton input:hover {
  background: #fff;
  color: #143057;
}

.s-3 .legales {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
}

@media only screen and (max-width: 768px) {
  .s-3 .legales {
    position: relative;
    bottom: auto;
    padding: 1rem 0rem 0;
    margin-top: 2rem;
  }
}

.s-3 .legales p {
  font-size: .66rem;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.s-4 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(239, 149, 143, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0 1rem 4rem;
}

@media only screen and (max-width: 768px) {
  .s-4 {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}

.s-4.visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .s-4 {
    position: relative;
    display: none;
  }
  .s-4.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-4 .w-form {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}

.s-4 .w-form h2 {
  font-size: 2.9rem;
  margin: 0 0 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
  .s-4 .w-form h2 {
    font-size: 2rem;
  }
}

.s-4 .w-form .form-group {
  margin-bottom: .5rem;
}

.s-4 .w-form .form-group input {
  width: 100%;
  height: 2.9rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  font-style: italic;
}

.s-4 .w-form .form-group input::-webkit-input-placeholder {
  color: #143057;
}

.s-4 .w-form .form-group input::-moz-placeholder {
  color: #143057;
}

.s-4 .w-form .form-group input:-ms-input-placeholder {
  color: #143057;
}

.s-4 .w-form .form-group input:-moz-placeholder {
  color: #143057;
}

.s-4 .w-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: .9rem auto;
  background-position: calc(100% - 1rem) center;
  width: 100%;
  height: 2.9rem;
  border: none;
  background-color: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  color: #143057;
  text-transform: uppercase;
}

.s-4 .w-form .form-group .fecha-nac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.9rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.s-4 .w-form .form-group .fecha-nac label {
  font-size: 1rem;
  color: #143057;
  text-transform: uppercase;
  width: 8.5rem;
  min-width: 8.5rem;
}

.s-4 .w-form .form-group .fecha-nac input {
  width: 2rem;
  height: auto;
  min-width: 2rem;
  opacity: .7;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  font-style: italic;
  padding: .3rem;
  text-align: center;
  font-weight: bold;
  color: #143057;
}

.s-4 .w-form .form-group .fecha-nac input::-webkit-input-placeholder {
  font-size: .6rem;
  font-weight: normal;
}

.s-4 .w-form .form-group .fecha-nac input::-moz-placeholder {
  font-size: .6rem;
  font-weight: normal;
}

.s-4 .w-form .form-group .fecha-nac input:-ms-input-placeholder {
  font-size: .6rem;
  font-weight: normal;
}

.s-4 .w-form .form-group .fecha-nac input:-moz-placeholder {
  font-size: .6rem;
  font-weight: normal;
}

.s-4 .w-form .form-group .fecha-nac span {
  font-size: .6rem;
  font-family: "Verdana", sans-serif;
  font-style: italic;
  color: #143057;
  opacity: .7;
  padding: .3rem;
  text-align: center;
}

.s-4 .w-form .group-check {
  width: 24rem;
  max-width: 100%;
  margin: 1rem auto 2rem;
}

.s-4 .w-form .group-check .form-check {
  text-align: left;
  margin-bottom: .6rem;
  cursor: pointer;
}

.s-4 .w-form .group-check .form-check input {
  cursor: pointer;
  margin-right: .4rem;
}

.s-4 .w-form .group-check .form-check label {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.s-4 .w-form .group-check .form-check label a {
  color: #fff;
  text-decoration: underline;
}

.s-4 .w-form .boton {
  text-align: center;
}

.s-4 .w-form .boton input {
  font-size: 1.7rem;
  color: #fff;
  background: #143057;
  text-transform: uppercase;
  padding: .2rem 1.3rem;
  border: none;
}

.s-4 .legales {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
}

@media only screen and (max-width: 768px) {
  .s-4 .legales {
    position: relative;
    bottom: auto;
    padding: 1rem 0rem 0;
    margin-top: 2rem;
  }
}

.s-4 .legales p {
  font-size: .66rem;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.s-5 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(239, 149, 143, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0 1rem 4rem;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.s-5.visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .s-5 {
    position: relative;
    display: none;
    padding-top: 7rem;
  }
  .s-5.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-5 .w-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.s-5 .w-form h2 {
  font-size: 3.6rem;
  margin: 0 0 3rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .s-5 .w-form h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-5 .w-form h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.s-5 .w-form form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

.s-5 .w-form input {
  font-size: 1.3rem;
  width: 25rem;
  height: 3.75rem;
  padding: .5rem 1rem;
  border-radius: 1rem;
  max-width: 100%;
  border: none;
  color: #143057;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 550px) {
  .s-5 .w-form input {
    margin-bottom: 1rem;
  }
}

.s-5 .w-form input::-webkit-input-placeholder {
  color: #143057;
}

.s-5 .w-form input::-moz-placeholder {
  color: #143057;
}

.s-5 .w-form input:-ms-input-placeholder {
  color: #143057;
}

.s-5 .w-form input:-moz-placeholder {
  color: #143057;
}

.s-5 .w-form .ir-a-votar {
  width: auto;
  min-width: 0;
  height: auto;
  color: #fff;
  background: #143057;
  font-size: 1.75rem;
  padding: .2rem 1rem;
  margin-bottom: 0;
  border-radius: 0;
  cursor: pointer;
}

.s-6 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(239, 149, 143, 0.75);
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 6rem 1rem 2rem;
  overflow: auto;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.s-6.visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .s-6 {
    position: relative;
    display: none;
    padding-top: 8rem;
  }
  .s-6.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-6 .w-form {
  width: 33.5rem;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.s-6 .w-form form {
  display: block;
  width: 100%;
}

.s-6 .w-form h2 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form h2 {
    line-height: 1;
    font-size: 2rem;
  }
}

.s-6 .w-form h3 {
  font-size: 1.66rem;
  margin: 0 0 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.s-6 .w-form .bloque-form {
  margin-bottom: 2rem;
}

.s-6 .w-form .form-group {
  margin-bottom: 1rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .s-6 .w-form .form-group.fg1 {
    margin-bottom: 1rem;
  }
}

.s-6 .w-form .form-group input {
  width: 100%;
  height: 2.9rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  color: #3d4b5c;
}

.s-6 .w-form .form-group input.error {
  border: 2px solid #f00;
}

@media only screen and (max-width: 768px) {
  .s-6 .w-form .form-group input {
    font-size: .8rem;
  }
}

.s-6 .w-form .form-group input::-webkit-input-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-6 .w-form .form-group input::-moz-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-6 .w-form .form-group input:-ms-input-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-6 .w-form .form-group input:-moz-placeholder {
  color: #143057;
  font-family: "Ausano", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}

.s-6 .w-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: .9rem auto;
  background-position: calc(100% - 1rem) center;
  width: 100%;
  height: 2.9rem;
  border: none;
  background-color: #fff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  color: #143057;
  text-transform: uppercase;
}

.s-6 .w-form .form-group .info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  font-size: .5rem;
  color: #143057;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
  font-family: "Verdana", sans-serif;
}

.s-6 .w-form .form-group .info.info-textarea {
  display: block;
  top: .7rem;
  right: 1rem;
  height: auto;
  padding: 0;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group .info.info-textarea {
    position: relative;
    text-align: right;
    color: #fff;
    padding: .2rem 0 0;
    display: block;
    right: 0;
  }
}

.s-6 .w-form .form-group textarea {
  width: 100%;
  height: 7.5rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-size: .8rem;
  font-family: "Verdana", sans-serif;
  color: #3d4b5c;
}

.s-6 .w-form .form-group.form-red {
  position: relative;
}

.s-6 .w-form .form-group.form-red .icono {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  border-right: 1px solid #143057;
}

.s-6 .w-form .form-group.form-red .icono img {
  width: 1.3rem;
}

.s-6 .w-form .form-group.form-red input {
  padding-left: 3.2rem;
}

.s-6 .w-form .form-group.form-textarea {
  background-color: #fff;
  border-radius: .5rem;
  height: 9.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.s-6 .w-form .form-group.form-textarea.error {
  border: 2px solid #f00;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-textarea {
    margin-bottom: 1.2rem;
  }
}

.s-6 .w-form .form-group.form-textarea.size-2 {
  height: 7.2rem;
}

.s-6 .w-form .form-group.form-textarea textarea {
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding-top: 0rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  resize: none;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-textarea textarea {
    font-size: .8rem;
  }
}

.s-6 .w-form .form-group.form-textarea label {
  position: relative;
  top: 0;
  padding: .8rem 7rem .4rem 1rem;
  width: 100%;
  left: 0;
  color: #143057;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-textarea label {
    font-size: .8rem;
    padding-right: 1rem;
  }
  .s-6 .w-form .form-group.form-textarea label br {
    display: none;
  }
}

.s-6 .w-form .form-group.form-textarea label.oculto {
  display: none;
}

.s-6 .w-form .form-group.form-lista {
  margin-bottom: 1rem;
}

.s-6 .w-form .form-group.form-lista .info {
  right: 0rem;
  height: auto;
  top: .5rem;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-lista .info {
    right: 0;
    top: .2rem;
  }
}

.s-6 .w-form .form-group.form-lista .titulo {
  width: 100%;
  height: 2.4rem;
  border: none;
  background: #fff;
  border-radius: .5rem;
  padding: .6rem 1rem .5rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: #143057;
  margin-bottom: -1rem;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.32);
  position: relative;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-lista .titulo {
    font-size: .8rem;
    height: 2rem;
  }
}

.s-6 .w-form .form-group.form-lista .pregs {
  background: #fff;
  padding: 2rem 1rem 1rem;
  border-radius: 0 0 .5rem .5rem;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-lista .pregs {
    padding: 1.8rem .8rem .5rem;
  }
}

.s-6 .w-form .form-group.form-lista .pregs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .2rem;
}

.s-6 .w-form .form-group.form-lista .pregs .item input {
  width: .8rem;
  min-width: .8rem;
  height: .8rem;
  margin-right: .3rem;
  cursor: pointer;
}

.s-6 .w-form .form-group.form-lista .pregs .item label {
  font-weight: normal;
  font-family: "Gotham", sans-serif;
  color: #143057;
  border-bottom: 1px solid #143057;
  font-size: .9rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 .2rem;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .s-6 .w-form .form-group.form-lista .pregs .item label {
    font-size: .8rem;
  }
}

.s-6 .w-form .form-group.form-lista .pregs .item label b {
  font-weight: bold;
}

.s-6 .w-form .form-group.form-lista .pregs .item:last-child label {
  border: none;
}

.s-6 .w-form .form-group.place .info {
  display: none;
}

.s-6 .group-check {
  width: 24rem;
  max-width: 100%;
  margin: 1rem auto 2rem;
}

.s-6 .group-check .form-check {
  text-align: left;
  margin-bottom: .6rem;
  cursor: pointer;
}

.s-6 .group-check .form-check input {
  cursor: pointer;
  margin-right: .4rem;
}

.s-6 .group-check .form-check label {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.s-6 .group-check .form-check label a {
  color: #fff;
  text-decoration: underline;
}

.s-6 .boton {
  text-align: center;
  padding-bottom: 2rem;
}

.s-6 .boton input {
  font-size: 1.7rem;
  color: #fff;
  background: #143057;
  text-transform: uppercase;
  padding: .2rem 1.3rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.s-6 .boton input:hover {
  background: #fff;
  color: #143057;
}

.s-6 .e-msg {
  text-transform: uppercase;
  color: #d42727;
  position: absolute;
}

@media only screen and (max-width: 550px) {
  .s-6 .e-msg {
    position: relative;
    margin-top: 1rem;
  }
}

.s-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10rem;
  background: rgba(239, 149, 143, 0.7);
}

@media only screen and (max-width: 991px) {
  .s-7 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

.s-7.visible {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .s-7 {
    display: none;
  }
  .s-7.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-7 .w-mensaje {
  background: rgba(20, 48, 87, 0.95);
  border-radius: .6rem;
  position: relative;
  width: 50rem;
  max-width: 65%;
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .s-7 .w-mensaje {
    max-width: 90%;
  }
}

.s-7 .w-mensaje:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: .6rem;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index: 2;
}

.s-7 .w-mensaje .texto {
  position: relative;
  z-index: 4;
}

.s-7 .w-mensaje .cerrar-mensaje {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.s-7 .w-mensaje .cerrar-mensaje img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .s-7 .w-mensaje .cerrar-mensaje {
    width: 2rem;
    top: -1rem;
    right: -1rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-7 .w-mensaje .cerrar-mensaje {
    width: 1.6rem;
    top: -1rem;
    right: -1rem;
  }
}

.s-7 .w-mensaje h2 {
  font-size: 4rem;
  margin: 0 auto 1rem;
  line-height: 1;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .s-7 .w-mensaje h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-7 .w-mensaje h2 {
    font-size: 2.2rem;
  }
}

.s-7 .w-mensaje h2:after {
  content: "";
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  display: block;
}

.s-7 .w-mensaje p {
  font-size: 1.5rem;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto 1rem;
  line-height: 1.1;
}

.s-7 .w-mensaje p.small {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.s-7 .w-mensaje .instagram {
  display: inline-block;
  background: #fff;
  padding: .5rem .5rem;
  border-radius: 0rem;
  color: #143057;
  font-size: 1.45rem;
}

.s-7 .w-mensaje .instagram i {
  font-size: 1.8rem;
  margin-right: .3rem;
}

.gracias {
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .gracias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5rem;
  }
}

.gracias .w-mensaje {
  position: relative;
  width: 50rem;
  max-width: 65%;
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .gracias .w-mensaje {
    max-width: 90%;
  }
}

@media only screen and (max-width: 550px) {
  .gracias .w-mensaje {
    max-width: 90%;
    padding: 3rem 0;
  }
}

.gracias .w-mensaje:after {
  display: none;
}

.gracias .w-mensaje .texto {
  position: relative;
  z-index: 4;
}

.gracias .w-mensaje .cerrar-mensaje {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.gracias .w-mensaje .cerrar-mensaje img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .gracias .w-mensaje .cerrar-mensaje {
    width: 2rem;
    top: -1rem;
    right: -1rem;
  }
}

@media only screen and (max-width: 550px) {
  .gracias .w-mensaje .cerrar-mensaje {
    width: 1.6rem;
    top: -1rem;
    right: -1rem;
  }
}

.gracias .w-mensaje h2 {
  font-size: 4rem;
  margin: 0 auto 1rem;
  line-height: 1;
  display: inline-block;
}

.gracias .w-mensaje h2 span {
  background: #143057;
  display: inline-block;
  padding: .1rem 1rem;
  line-height: 1;
  margin-top: .2rem;
}

@media only screen and (max-width: 768px) {
  .gracias .w-mensaje h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .gracias .w-mensaje h2 {
    font-size: 2.2rem;
  }
}

.gracias .w-mensaje h2:after {
  content: "";
  width: 90%;
  margin: .2rem auto 0;
  height: 2px;
  background: #fff;
  display: block;
}

.gracias .w-mensaje p {
  font-size: 1.5rem;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto 1rem;
  line-height: 1.1;
}

.gracias .w-mensaje p.small {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.gracias .w-mensaje .instagram {
  display: inline-block;
  background: #fff;
  padding: .5rem .5rem;
  border-radius: 0rem;
  color: #143057;
  font-size: 1.45rem;
}

.gracias .w-mensaje .instagram i {
  font-size: 1.8rem;
  margin-right: .3rem;
}

.gracias .w-mensaje .instagram:hover {
  background: #143057;
  color: #fff;
}

.gracias .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .gracias .footer {
    padding-bottom: 0;
  }
}

.gracias .footer p {
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0;
  padding-right: 2rem;
}

.gracias .footer p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .gracias .footer p {
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: center;
    display: block;
  }
}

.gracias .footer p span {
  background: #143057;
  font-size: 1.1rem;
  padding: .1rem .3rem;
  text-transform: none;
  margin-right: .4rem;
}

.gracias .footer a {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gracias .footer a:hover {
  color: #143057;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.volver-home {
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.volver-home i {
  margin-right: .2rem;
}

@media only screen and (max-width: 991px) {
  .volver-home {
    top: 1rem;
    right: 1rem;
  }
}

.s-votar {
  padding-top: 4rem;
  display: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.s-votar.efecto {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media only screen and (max-width: 991px) {
  .s-votar {
    padding-top: 8rem;
  }
}

.s-votar.visible {
  display: block;
}

.s-votar .texto-arriba {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 991px) {
  .s-votar .texto-arriba {
    margin-bottom: 2rem;
  }
}

.s-votar .texto-arriba h3 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .s-votar .texto-arriba h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-votar .texto-arriba h3 {
    font-size: 1.4rem;
  }
}

.s-votar .texto-arriba p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .s-votar .texto-arriba p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-votar .texto-arriba p {
    font-size: 1rem;
  }
}

.s-votar .grid-participantes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.2rem;
}

@media only screen and (max-width: 768px) {
  .s-votar .grid-participantes {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-votar .grid-participantes {
    padding: 0 .5rem;
  }
}

.s-votar .grid-participantes .item {
  width: 20%;
  min-width: 20%;
  padding: 0 .6rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .s-votar .grid-participantes .item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .s-votar .grid-participantes .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 550px) {
  .s-votar .grid-participantes .item {
    width: 50%;
    padding: 0 .3rem;
    margin-bottom: .6rem;
  }
}

.s-votar .grid-participantes .item .box-participante {
  background: #fff;
  border-radius: .5rem .5rem 0 0;
  height: 100%;
}

.s-votar .grid-participantes .item .box-participante .instagram {
  font-family: "Gotham", sans-serif;
  color: #143057;
  font-size: .66rem;
  padding: .5rem .4rem .5rem;
}

.s-votar .grid-participantes .item .box-participante .instagram a {
  color: #143057;
}

.s-votar .grid-participantes .item .box-participante figure img {
  width: 100%;
  vertical-align: bottom;
}

.s-votar .grid-participantes .item .box-participante .texto {
  padding: .5rem 1.2rem;
}

@media only screen and (max-width: 550px) {
  .s-votar .grid-participantes .item .box-participante .texto {
    padding: .5rem .5rem;
  }
}

.s-votar .grid-participantes .item .box-participante .texto .votos {
  font-size: .75rem;
  color: #143057;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.s-votar .grid-participantes .item .box-participante .texto .votos img {
  width: .83rem;
  height: auto;
  margin-right: .3rem;
}

.s-votar .grid-participantes .item .box-participante .texto p {
  font-size: .65rem;
  color: #143057;
  /* text-transform: uppercase; */
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-weight: normal;
}

.s-votar .grid-participantes .item .box-participante .texto .btn-votar {
  display: block;
  background: #fff;
  color: #143057;
  font-size: 1.2rem;
  padding: .5rem .8rem .3rem;
  margin: 0 0rem .0em;
  line-height: 1;
  text-align: center;
}

.s-votar .grid-participantes .item .box-participante .texto .btn-votar i {
  font-size: .8rem;
  vertical-align: middle;
  margin-bottom: .2rem;
  margin-left: .5rem;
}

.s-votar .grid-participantes .item .box-participante .texto .btn-votar:hover {
  background: #143057;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .s-votar .grid-participantes .item .box-participante .texto .btn-votar {
    font-size: 1rem;
  }
  .s-votar .grid-participantes .item .box-participante .texto .btn-votar i {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 300px) {
  .s-votar .grid-participantes .item .box-participante .texto .btn-votar {
    font-size: 1rem;
  }
  .s-votar .grid-participantes .item .box-participante .texto .btn-votar i {
    font-size: .8rem;
  }
}

.s-votar .texto-abajo {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  margin: 1.2rem auto 0;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .s-votar .texto-abajo {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
  }
  .s-votar .texto-abajo br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .s-votar .texto-abajo {
    font-size: 1.2rem;
  }
}

.s-votar .footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .s-votar .footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }
}

.s-votar .footer p {
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0;
  padding-right: 2rem;
}

.s-votar .footer p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .s-votar .footer p {
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .s-votar .footer p br {
    display: block;
  }
}

.s-votar .footer p span {
  background: #143057;
  font-size: 1.1rem;
  padding: .1rem .3rem;
  text-transform: none;
  margin-right: .4rem;
}

.s-votar .footer a {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.s-votar .footer a:hover {
  color: #143057;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.modal-participante {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
  .modal-participante {
    display: block;
    padding: 2rem 3rem;
    overflow: auto;
  }
}

@media only screen and (max-width: 550px) {
  .modal-participante {
    display: block;
    padding: 2rem 1rem;
    overflow: auto;
  }
}

.modal-participante.visible {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.modal-participante .prev {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  .modal-participante .prev {
    left: 1.2rem;
    top: 25%;
    font-size: 2rem;
  }
}

.modal-participante .next {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  .modal-participante .next {
    right: 1.2rem;
    top: 25%;
    font-size: 2rem;
  }
}

.modal-participante .w-modal {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
  background: #143057;
  border-radius: .4rem;
  padding: 2.5rem 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .modal-participante .w-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 550px) {
  .modal-participante .w-modal {
    padding: 2rem 1.5rem;
  }
}

.modal-participante .w-modal:after {
  content: "";
  position: absolute;
  top: .5rem;
  left: .5rem;
  border-radius: .8rem;
  border: 3px solid #fff;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}

.modal-participante .w-modal .cerrar-modal {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  .modal-participante .w-modal .cerrar-modal {
    font-size: 1.6rem;
    top: 1rem;
    right: 1rem;
  }
}

.modal-participante .w-modal .izq {
  width: 50%;
  min-width: 50%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .modal-participante .w-modal .izq {
    width: 250px;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}

.modal-participante .w-modal .izq .galeria {
  border: 1px solid #fff;
  border-radius: .4rem;
}

.modal-participante .w-modal .izq .galeria .nombre {
  font-size: .85rem;
  color: #fff;
  font-family: "Gotham", sans-serif;
  padding: .4rem;
  border-bottom: 1px solid #fff;
}

.modal-participante .w-modal .izq .galeria .carrusel .item {
  border-bottom: 1px solid #fff;
}

.modal-participante .w-modal .izq .galeria .carrusel figure img {
  width: 100%;
  vertical-align: bottom;
}

.modal-participante .w-modal .izq .galeria .carrusel .tns-nav {
  margin-top: 0px;
  padding: .5rem 0;
}

.modal-participante .w-modal .izq .galeria .carrusel .tns-nav button {
  margin: 0 .5rem;
}

.modal-participante .w-modal .der {
  width: 50%;
  min-width: 50%;
  position: relative;
  z-index: 10;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .modal-participante .w-modal .der {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

.modal-participante .w-modal .der .votos {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .8rem;
}

.modal-participante .w-modal .der .votos span {
  font-size: 2rem;
  display: inline-block;
  margin-right: .5rem;
}

.modal-participante .w-modal .der .votos img {
  width: 2rem;
  height: auto;
  margin-right: .5rem;
}

@media only screen and (max-width: 550px) {
  .modal-participante .w-modal .der .votos {
    font-size: 1.6rem;
  }
  .modal-participante .w-modal .der .votos span {
    font-size: 1.8rem;
  }
  .modal-participante .w-modal .der .votos img {
    width: 1.6rem;
  }
}

.modal-participante .w-modal .der .texto {
  text-align: center;
}

.modal-participante .w-modal .der .texto p {
  font-size: 1rem;
  font-family: "Gotham", sans-serif;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .modal-participante .w-modal .der .texto p {
    font-size: .85rem;
  }
}

.modal-participante .w-modal .der .texto .vota-aqui {
  font-size: 1.8rem;
  color: #143057;
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: .3rem 1.5rem .2rem;
  margin: 0 auto;
}

.cierre {
  min-height: 100vh;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cierre.efecto {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media only screen and (max-width: 768px) {
  .cierre {
    display: none;
  }
}

.cierre.oculto {
  display: none;
}

.cierre.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cierre .texto {
  padding: 7rem 1rem 4rem;
  width: 69%;
  min-width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .cierre .texto {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .cierre .texto {
    padding-bottom: 1rem;
  }
}

.cierre .texto h2 {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 .2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cierre .texto h2 span {
  font-size: 3.4rem;
  display: block;
  color: #fff;
  background: #143057;
  line-height: .9;
  padding: .8rem 1.6rem .9rem;
  margin-top: .3rem;
  letter-spacing: 3px;
}

@media only screen and (max-width: 991px) {
  .cierre .texto h2 {
    font-size: 1.4rem;
  }
  .cierre .texto h2 span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .cierre .texto h2 {
    font-size: 1.6rem;
  }
  .cierre .texto h2 span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 400px) {
  .cierre .texto h2 {
    font-size: 1.4rem;
  }
  .cierre .texto h2 span {
    font-size: 1.6rem;
  }
}

.cierre .texto h3 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.2;
  margin: .5rem auto 1.2rem;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
}

.cierre .texto h3 span {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .cierre .texto h3 {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cierre .texto h3 {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .cierre .texto h3 br.oc {
    display: none;
  }
}

.cierre .texto .tipo2 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  margin: .5rem auto 2rem;
  letter-spacing: 1px;
  width: 36rem;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .cierre .texto .tipo2 {
    line-height: 1.2;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cierre .texto .tipo2 {
    font-size: 1.4rem;
    margin: 1rem 0 2rem;
    line-height: 1;
  }
  .cierre .texto .tipo2 br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .cierre .texto .compartir {
    margin-bottom: 2rem;
  }
}

.cierre .texto .compartir p {
  font-size: 1.7rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .8rem;
}

@media only screen and (max-width: 768px) {
  .cierre .texto .compartir p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .cierre .texto .compartir p {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.cierre .texto .compartir .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 550px) {
  .cierre .texto .compartir .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cierre .texto .compartir .botones a {
  font-size: 1.4rem;
  background: #fff;
  padding: .4rem 1rem;
  color: #143057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .2rem;
  margin: 0 .6rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cierre .texto .compartir .botones a i {
  font-size: 1.8rem;
  margin-right: .3rem;
}

.cierre .texto .compartir .botones a:hover {
  background: #143057;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .cierre .texto .compartir .botones a {
    margin-bottom: 1rem;
  }
  .cierre .texto .compartir .botones a i {
    font-size: 1.5rem;
  }
}

.cierre .texto figure {
  text-align: center;
  width: 22rem;
  margin: 0 auto;
  max-width: 100%;
}

.cierre .texto figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cierre .texto figure {
    width: 18rem;
  }
}

@media only screen and (max-width: 550px) {
  .cierre .texto figure {
    width: 14rem;
  }
}

.cierre .texto .small {
  font-size: .66rem;
  text-transform: uppercase;
  margin-bottom: .8rem;
  line-height: 1.1;
  color: #143057;
  font-family: "Verdana", sans-serif;
}

.cierre .texto .t-abajo {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .cierre .texto .t-abajo {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .cierre .texto .t-abajo br {
    display: none;
  }
}

.cierre .texto .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .cierre .texto .footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }
}

.cierre .texto .footer p {
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0;
  padding-right: 2rem;
}

.cierre .texto .footer p br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cierre .texto .footer p {
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .cierre .texto .footer p br {
    display: block;
  }
}

.cierre .texto .footer p span {
  background: #143057;
  font-size: 1.1rem;
  padding: .1rem .3rem;
  text-transform: none;
  margin-right: .4rem;
}

.cierre .texto .footer a {
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cierre .texto .footer a:hover {
  color: #143057;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.cierre .fotos {
  width: 31%;
  min-width: 31%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cierre .fotos img {
  width: 100%;
  height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 991px) {
  .cierre .fotos {
    display: none;
  }
}
/*# sourceMappingURL=estilos.css.map */