@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
.form-control {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625em;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 54px;
  margin-bottom: 6px; }

.form-control::-webkit-input-placeholder {
  color: #fff; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.form-control:-ms-input-placeholder {
  color: #fff; }

/*
 * RESET
 */
.row {
  font-size: 16px; }

html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

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

html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

.body_mobile {
  background-color: #f22528; }

.container {
  padding: 0; }

.row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.header-web {
  position: relative;
  height: 734px;
  background: url(../images/bg_mobile.png) center top no-repeat;
  background-size: 100% 100%;
}

.banderas-desktop, .banderas {
  display: none;
}

.hw-bandera_der {
  position: absolute;
  top: 69px;
  right: 0; }

.hw-bandera_izq {
  position: absolute;
  top: 69px;
  left: 0; }

.hw-sticker {
  position: absolute;
  top: 99px;
  left: 11.25vw;
  z-index: 10;
}

.hw-sticker img {
  max-width: 77px;
}

.hw-contacto, .fw-contacto {
  padding-top: 13px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625em;
  font-weight: bold;
  text-transform: uppercase; }
  .hw-contacto .botones, .fw-contacto .botones {
    padding-top: 6px; }
    .hw-contacto .botones img:first-child, .fw-contacto .botones img:first-child {
      margin-right: 7px; }

.hw-logo, .fw-logo {
  padding-top: 15px;
  text-align: right; }
  .hw-logo img, .fw-logo img {
    max-width: 35% !important;
    margin-left: auto; }
  .fw-logo a{
    display: block;
    margin: 15px 0;
  }
.hw-iniciativa {
  /*padding-top: 21px;*/
  margin-top: -40px;
  text-align: center;
  color: #fff;
  font-size: 8.5px;
  font-size: 0.53125em;
  font-weight: bold;
 }

.hw-logo_playa {
  padding-top: 14px;
  text-align: center; }
  .hw-logo_playa img {
    max-height: 119px;
    margin-left: auto;
    margin-right: auto; }

.hw-vota {
  padding-top: 8px;
  text-align: center; }
  .hw-vota img {
    margin-left: auto;
    margin-right: auto; }

.hw-texto {
  padding-top: 21px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125em;
  text-align: center; }

.hw-scroll {
  padding-top: 14px;
  text-align: center; }
  .hw-scroll img {
    display: inline-block;
    cursor: pointer;
    max-height: 36px; }

.hw-selecciona {
  padding-top: 28px;
  padding-bottom: 27px;
  text-align: center; }
  .hw-selecciona img {
    margin-left: auto;
    margin-right: auto; }

.hw-linea_comunidad {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #0e5c7a;
  font-size: 12px;
  font-size: 0.75em;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  width: 96.875%;
  margin-left: 1.5625%;
  margin-bottom: 7px;
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.05);
  line-height: 1; }
  .hw-linea_comunidad:last-child {
    width: 59.375%;
    margin-left: 20.3125%; }
  .hw-linea_comunidad input[type=checkbox] {
    display: none; }
  .hw-linea_comunidad label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer; 
    margin-top: 5px;
  }
    .hw-linea_comunidad label:after {
      display: inline-block;
      vertical-align: middle;
      content: url(../images/check_1.png);
      padding-left: 5px; }
  .hw-linea_comunidad input[type=checkbox]:checked + label:after {
    content: url(../images/check_2.png); }
  .hw-linea_comunidad #cantabria + label, .hw-linea_comunidad #cat + label, .hw-linea_comunidad #murcia + label, .hw-linea_comunidad #baleares + label, .hw-linea_comunidad #canarias + label {
    margin-right: 0; }

@media (min-width: 768px) {
    .header-web {
      height: 964px;
      background: url(../images/cabecera.png) center bottom no-repeat;
      background-size: cover;
    }

  
    .banderas-desktop {
      /*display: block;*/
      display: none;
      position: absolute;
      top: 14.807302vh;
      left: calc(50% - 558px);
    }

    .hw-sticker {
      top: 114px;
      left: initial;
      right: calc(50% + 181px);
    }

    .hw-sticker img {
      max-width: 100%;
    }

  .hw-social {
    padding-top: 4.0567951vh;
    font-weight: lighter;
    font-size: 12px;
    font-size: 0.75em;
    color: #fff; }
    .hw-social .rrss {
      padding-top: 13px; }

  .hw-iniciativa {
    padding-top: 6.0851927vh;
    font-size: 16px;
    font-size: 1em;
    line-height: 1.2; 
    margin-top: 0;
  }

  .hw-logo, .fw-logo {
    padding-top: 2vh; }
    .hw-logo img, .fw-logo img {
      max-width: 100%; }
    .hw-logo .texto, .fw-logo .texto {
      padding-top: 1vh;
      font-size: 12px;
      font-size: 0.75em;
      color: #fff;
      font-weight: lighter;
      line-height: 1.2; }
      .hw-logo .texto a, .fw-logo .texto a, .hw-logo .texto span, .fw-logo .texto span {
        font-weight: bold; }
      .hw-logo .texto a, .fw-logo .texto a {
        color: #fff;
        text-decoration: underline; }

  .hw-logo_playa {
    /*margin-top: -1.5095721vh;*/ 
    margin-top: -9.509572vh;
  }
    .hw-logo_playa img {
      max-height: 100%; }

  .hw-vota {
    padding-top: 4.3022312vh; }

  .hw-texto {
    padding-top: 2.6369168vh;
    font-size: 16px;
    font-size: 1em;
    padding-left: 17%;
    padding-right: 17%;
    line-height: 1.2; }

  .hw-scroll {
    padding-top: 3.0425963vh; }
    .hw-scroll img {
      max-height: 100%; }

  .hw-selecciona {
    padding-top: 1.6511156vh;
    padding-bottom: 1.9269777vh; }

  .hw-linea_comunidad {
    margin-bottom: 1.0141988vh;
    font-size: 15px;
    font-size: 0.9375em; }
    .hw-linea_comunidad:first-child {
      width: 58.789063%;
      margin-left: 20.6054685%; }
    .hw-linea_comunidad:last-child {
      width: 76.367188%;
      margin-left: 11.816406%; }
    .hw-linea_comunidad #cat_d + label, .hw-linea_comunidad #canarias_d + label {
      margin-right: 0; }
}

@media (min-width: 1921px) {
  .header-web {
    -webkit-background-size: cover;
    background-size: cover;
  }
}



.playas {
  margin-top: -30px;
  /*margin-top: -218px;
  margin-bottom: -270px;*/ }

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

.cuadro-playa {
  position: relative;
  width: 100%;
  height: 286px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 39px;
  box-shadow: 0px 0px 54px 1px rgba(0, 24, 66, 0.1); }

.cp-foto {
  height: 198px;
  overflow: hidden; }
  .cp-foto img {
    width: 100%;
    height: auto;
    vertical-align: middle; }

.cp-datos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  padding-top: 18px;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.2; }

.cp-corazon {
  position: absolute;
  top: 150px;
  right: 21px; }
.masinfo{
      font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 31px;
}
.playas-scroll a{
  position: relative;
  top: 20px;
}
.requisitos{
  text-align: left;
}
.cp-votos {
  width: 134px;
  padding-top: 0px;
  padding-left: 18px;
  text-align: center;
  font-family: Verdana;
  font-size: 15px;
  font-size: 0.9375em;
  color: #00a4e3;
  line-height: 1; }
  .cp-votos .btn-votar  {
    margin-top: 22px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    height: 33px;
    background: url(../images/btn_votar_h.png) center center no-repeat;
    background-size: 100% 100%;
    color: #00a4e3;
    /*color: transparent;*/
    font-size: 14px;
    font-size: 0.875em;
    font-weight: bold; 
    transition: .5s ease-in-out;
  }
    .cp-votos .btn-votar:hover {
      background-image: url(../images/btn_votar.png); }

    .btn-votada {
      margin-top: 22px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    height: 33px;
    background: url(../images/btn_votar.png) center center no-repeat;
    background-size: 100% 100%;
    color: #00a4e3;
    /*color: transparent;*/
    font-size: 14px;
    font-size: 0.875em;
    font-weight: bold; 
    transition: .5s ease-in-out;
    }

  /*.cp-votos .btn-votado {
    background: url(../images/btn_votado.png) center center no-repeat;
  }*/

.cp-social {
  position: absolute;
  bottom: 60px;
  right: 16px; }
  .cp-social img {
    cursor: pointer; }
    .cp-social img:first-child {
      margin-right: 10px; }

.playas-scroll {
  text-align: center;
  padding-top: 42px;
}

.playas-scroll img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .playas {
    /*margin-top: -150px;
    margin-top: -190px;
    margin-bottom: -190px;*/ 
    margin-top: -150px;
  }

  .cuadro-playa {
    height: 303px; }

  .cp-foto {
    height: 210px; }

  .cp-datos {
    height: 80px;
    padding-left: 23px;
    padding-top: 19px; }

  .cp-corazon {
    top: 162px; }

  .cp-votos {
    width: 140px; }

  .playas-scroll {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .playas {
    margin-top: -85px; } }


@media (min-width: 992px) and (max-width: 1439px) {
  .playas {
    margin-top: -150px;
  }
} 

.footer-web {
  /*height: 515px;
  background: url(../images/bg_footer_mobile.jpg) center bottom no-repeat;
  background-size: 100% 100%;
  padding-top: 270px; */
  background-color: #0aa6ea;
  margin-top: 50px;
}

.fw-social {
  padding-top: 32px;
  text-align: center;
  line-height: 1; }
  .fw-social img {
    display: inline-block;
    margin-left: 22px;
    cursor: pointer; }
    .fw-social img:first-child {
      margin-left: 0; }

.fw-copy {
  padding-top: 23px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.1;

  text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}

.fw-contacto {
  padding-top: 50px; }

.fw-logo {
  text-align: center;
  color: #fff;
  font-weight: bold;
 }

@media (min-width: 768px) {
  .footer-web {
    /*height: 371px;
    background: url(../images/bg_footer.png) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 190px; */
    height: 117px;
    color: #fff;
    background-color: #0aa6ea;
    margin-top: 50px;
    overflow: hidden;
  }

  .fw-copy {
    font-size: 14px;
    font-size: 0.875em;
    /*padding-top: 129px;*/
    text-align: left; 
    margin-top: 30px;
  }

  .fw-social {
    /*padding-top: 114px; }*/
  }
  .fw-logo {
    padding-top: 109px; } 

    .b-lazy {
      -webkit-transition: opacity 500ms ease-in-out;
      -moz-transition: opacity 500ms ease-in-out;
      -o-transition: opacity 500ms ease-in-out;
      transition: opacity 500ms ease-in-out;
      max-width: 100%;
      opacity: 0;
    }
  .b-lazy.b-loaded {
    opacity: 1;
  }
  #sn_facebook{
    float: left;
    padding-bottom: 5px;
    display: inline-block;
  }
  #sn_twitter{
    display: inline-block;
    float: left;
  }
