.header {
  background-color: #151d4e;
  padding: 20px 10px;
}

.nav_logo {
  text-align: center;
}

.footer {
  background-color: #151d4e;
  padding: 20px 10px;
}

.txt_copy {
  color: #fff;
  text-align: center;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contador {
  background-color: #e3b037;
  padding: 20px 10px;
}

.txt_contador {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.home_compartidos {
  height: 80vh;
  background-image: url('../images/bg_completo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.filtro_color {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(190deg, rgba(0, 0, 0, .45), rgba(27, 37, 72, .71) 75%, rgba(40, 55, 106, .86));
  position: absolute;
}

.conten_img_bottom {
  width: 100%;
  height: 72px;
  background-image: url('../images/bottom_img.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
}

.content_edificios {
  width: 100%;
  height: 290px;
  background-image: url('../images/edificios.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  margin-bottom: -55px;
}

.estrella {
  position: absolute;
  top: 70px;
  bottom: auto;
  left: 5%;
  right: auto;
}

.estrella._2 {
  top: 200px;
  left: 10%;
}

.estrella._3 {
  top: 35px;
  left: 15%;
}

.estrella._4 {
  top: 130px;
  left: 20%;
}

.estrella._5 {
  top: 50px;
  left: 25%;
}

.estrella._6 {
  top: 180px;
  left: 30%;
}

.estrella._7 {
  top: 105px;
  left: 35%;
}

.estrella._8 {
  top: 30px;
  left: 40%;
}

.estrella._9 {
  top: 100px;
  left: 45%;
}

.estrella._10 {
  top: 160px;
  left: 50%;
}

.estrella._11 {
  top: 60px;
  left: 55%;
}

.estrella._12 {
  top: 115px;
  left: 60%;
}

.estrella._13 {
  top: 30px;
  left: 65%;
}

.estrella._14 {
  top: 100px;
  left: 70%;
}

.estrella._15 {
  top: 170px;
  left: 75%;
}

.estrella._16 {
  top: 90px;
  left: 80%;
}

.estrella._17 {
  top: 25px;
  left: 85%;
}

.estrella._18 {
  top: 95px;
  left: 90%;
}

.estrella._19 {
  top: 160px;
  left: 95%;
}

.estrella._20 {
  top: 200px;
  left: 65%;
}

.home_prueba {
  height: 80vh;
  background-image: url('../images/bg_todo.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: relative;
}

.overlay_mensaje {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 29, 78, .6);
  position: fixed;
  top: 0;
  left: 0;
}

.centro_mensaje {
  width: 100%;
  max-width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info_lightbox {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
}

.txt_lightbox {
  color: #1c214f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.interna_suenio {
  height: 700px;
  background-color: #e3b037;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.close {
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.close_icon {
  width: 15px;
}

.nubes_content {
  width: 100%;
  height: 365px;
  background-image: url('../images/nubes.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.body {
  background-color: #151d4e;
}

.estrella_interna {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
}

.centro_suenio {
  width: 100%;
  max-width: 515px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}

.info_suenio {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 30px 20px;
  position: relative;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .3);
}

.nombre_suenio {
  color: #1c214f;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.descrip_suenio {
  max-height: 150px;
  color: #1c214f;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  overflow: auto;
}

.content_cta {
  text-align: center;
}

.cta_ver_mas {
  color: #fff;
  text-align: center;
  background-color: #e3b037;
  border-radius: 10px;
  padding: 10px 45px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.back {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.home_compartidos_movil {
  height: 80vh;
  background-image: url('../images/bg_completo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .star_img {
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .centro_mensaje {
    max-width: 90%;
  }

  .estrella_interna {
    top: 50px;
  }

  .centro_suenio {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo_ag {
    width: 100px;
  }

  .txt_contador {
    font-size: 18px;
    line-height: 22px;
  }

  .conten_img_bottom {
    height: 65px;
    background-size: 800px;
  }

  .content_edificios {
    height: 200px;
    background-position: 70% 100%;
    background-size: 1000px;
  }

  .estrella {
    top: 83px;
  }

  .estrella._4 {
    left: 14%;
  }

  .estrella._5 {
    top: 78px;
  }

  .estrella._6 {
    top: 174px;
    left: 27%;
  }

  .estrella._7 {
    top: 125px;
    left: 41%;
  }

  .estrella._8 {
    top: 36px;
  }

  .estrella._9 {
    top: 224px;
    left: 40%;
  }

  .estrella._10 {
    left: 58%;
  }

  .estrella._11 {
    top: 73px;
    left: 52%;
  }

  .estrella._12 {
    top: 213px;
  }

  .estrella._14 {
    left: 66%;
  }

  .estrella._15 {
    top: 149px;
    left: 79%;
  }

  .estrella._16 {
    left: 83%;
  }

  .estrella._17 {
    top: 18px;
  }

  .estrella._18 {
    top: 211px;
    left: 85%;
  }

  .estrella._19 {
    top: 276px;
    left: 65%;
  }
  
  .estrella._20 {
    top: 280px;
    left: 22%;
  }

  .txt_lightbox {
    font-size: 16px;
  }

  .interna_suenio {
    height: 650px;
  }

  .nubes_content {
    height: 265px;
  }

  .estrella_interna {
    width: 60px;
    top: 25px;
  }

  .centro_suenio {
    bottom: 25%;
  }

  .info_suenio {
    padding-left: 15px;
    padding-right: 15px;
  }

  .star_img {
    width: 24px;
  }
}


@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}