.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.logo-brand {
  filter: brightness(200%);
  justify-content: center;
  align-items: center;
  width: 40.052vw;
  max-width: 769px;
  display: flex;
}

.cartas {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-top: 103px;
  padding-bottom: 103px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-carta {
  max-width: 140px;
}

.datos {
  border-top: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.link-footer {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-footer:hover {
  color: #c2bfb6;
}

.datos-movil {
  justify-content: space-between;
  width: 90%;
  height: auto;
  font-size: 16px;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.icono {
  max-width: 140px;
}

.icono.des {
  opacity: .5;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.image-4 {
  opacity: .4;
}

.html-embed {
  width: 150px;
  height: 150px;
}

.link-block {
  width: 125px;
  height: 125px;
}

.div-block-2 {
  background-color: #d5b1b14d;
  width: 150px;
  height: 150px;
  position: absolute;
}

.icono-round {
  width: 100%;
  height: 100%;
}

.bg-desktop {
  z-index: -100;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bg-movil {
  z-index: -100;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.body {
  background-color: #000;
}

.button {
  color: #000;
  background-color: #e0d1be;
  padding: .6vw 1.6vw .5vw;
  font-family: area-normal, sans-serif;
  font-size: .938vw;
  font-weight: 400;
}

.flecha-more-info {
  color: #283f17;
  width: 13.5px;
  height: 16px;
  margin-left: 15px;
  padding-top: 0;
}

.link-block-2 {
  color: #000;
  cursor: pointer;
  background-color: #e0d1be;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 48px;
  font-family: area-normal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  background-color: #c2bfb6;
}

.cont_datos {
  width: 100%;
  height: 103px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  padding-top: 6px;
  padding-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .link-block {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .logo-brand {
    justify-content: center;
    width: 80.533vw;
    display: flex;
  }

  .cartas {
    padding-bottom: 170px;
  }

  .datos {
    font-size: 13px;
    display: none;
  }

  .link-footer {
    font-size: 2.933vw;
    line-height: 6vw;
  }

  .link-footer:hover {
    color: #c2bfb6;
  }

  .datos-movil {
    border-top: 1px solid #fff;
    font-size: 13px;
    display: block;
  }

  .column {
    justify-content: flex-start;
    align-items: center;
    height: 22.4vw;
    display: flex;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 22.4vw;
    display: flex;
  }

  .bg-desktop {
    display: none;
  }

  .bg-movil {
    display: block;
  }

  .button {
    padding: 2.5vw 3vw 2vw;
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: 640px;
  }

  .cartas {
    padding-top: 90px;
    padding-bottom: 130px;
  }

  .datos {
    height: auto;
    font-size: 12px;
    display: none;
  }

  .datos-movil {
    height: auto;
    font-size: 12px;
    display: block;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

  .icono {
    max-width: 140px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    justify-content: space-around;
    height: 100vh;
    padding-bottom: 10%;
  }

  .logo-brand {
    position: static;
    inset: 0% 0% auto;
  }

  .cartas {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .link-footer {
    font-size: 11px;
  }

  .icono {
    max-width: 100%;
  }
}


