body {
  font-size: 16px;
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0A2C3E;
}

/* HTML: <div class="loader"></div> */
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  /* background-color: #F1F5F0 */
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
  color: #E3956A;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l37-1 0.75s infinite linear alternate, l37-2 1.5s infinite linear;
}

@keyframes l37-1 {
  0%, 20% {
    box-shadow: 30px 0 0 3px, 10px 0 0 3px, -10px 0 0 3px, -30px 0 0 3px;
  }
  60%, 100% {
    box-shadow: 12px 0 0 3px, 14px 0 0 6px, -14px 0 0 6px, -12px 0 0 3px;
  }
}
@keyframes l37-2 {
  0%, 25% {
    transform: rotate(0);
  }
  50%, 100% {
    transform: rotate(0.5turn);
  }
}
.map__alvatore {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

main {
  overflow-x: hidden;
}

.container {
  padding: 0px 24px;
}

.logo-alvatore {
  width: 160px;
}

.hero {
  height: calc(100vh - 24px);
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 700px;
  }
}
.hero__over {
  position: absolute;
  top: 12px;
  left: 12px;
}
.hero__overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 8px;
  background: #150E03;
  background: linear-gradient(90deg, rgba(21, 14, 3, 0.85) 0%, rgba(21, 14, 3, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .hero__overlay {
    width: 80%;
  }
}
.hero__card {
  position: absolute;
  bottom: 52px;
  right: 10%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(41, 41, 41, 0.37);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid #BCBCBC;
  border-radius: 16px;
  padding: 60px 40px 40px 40px;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .hero__card {
    bottom: 160px;
    right: unset;
    left: 16%;
    align-self: flex-start;
    padding: 50px 30px 20px 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .hero__card {
    bottom: 160px;
    right: unset;
    left: 24px;
    top: unset;
    padding: 0;
    padding-top: 40px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    background-color: rgba(41, 41, 41, 0);
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero__tit {
    margin-bottom: 60px;
  }
}
.hero__tit--sub {
  color: white;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .hero__tit--sub {
    font-size: 0.73rem;
  }
}
.hero__premio {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .hero__premio {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .hero__premio {
    width: 100px;
    height: 100px;
  }
}
.hero__slider > div .item {
  width: 100%;
  height: calc(100vh - 24px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .hero__slider > div .item {
    min-height: 700px;
  }
}

.btn__base {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  padding: 12px 32px;
  border-radius: 8px;
  gap: 8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn__base {
    padding: 10px 24px;
  }
}
.btn__base--whatsapp {
  background-color: white;
  color: #075e54;
}
.btn__base--contacto {
  background-color: #E3956A;
  color: white;
}

/*=============== HEADER ===============*/
header {
  padding: 8px 0px;
  transition: all 0.6s;
  width: calc(100% - 24px);
  border-radius: 8px;
  height: auto;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(13, 13, 13, 0) 100%);
}
header .nav {
  position: relative;
  height: 5.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
}
header .nav__logo {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  right: 0;
  left: 0;
  top: 12px;
}
header .nav__logo svg {
  position: relative;
  top: 0px;
  width: 160px;
  transition: all 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .nav__logo svg path {
  fill: #ffffff;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  header .nav__logo svg {
    width: 120px;
  }
}

.isotipo__desktop {
  position: absolute;
  left: 48px;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .isotipo__desktop {
    left: 0;
    right: 0;
    margin: auto;
    top: 24px;
  }
}

.nav__toggle {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 9;
}

.nav__menu {
  position: fixed;
  background-color: rgba(248, 248, 248, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid white;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 4rem 3rem;
  height: 80vh;
  min-height: 500px;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .nav__menu {
    flex-direction: column;
    align-items: center;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .nav__list {
    flex-direction: column;
    max-width: 800px;
    justify-content: center;
    height: 100%;
  }
}

.nav__link {
  font-size: 1rem;
  font-weight: 800;
  color: #606060;
  opacity: 0.5;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .nav__link {
    font-size: 1.6rem;
    text-transform: initial;
  }
}

.nav__link--especial {
  opacity: 1;
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #E3956A;
}

.nav__link--especial:hover {
  color: #ffffff !important;
  background-color: #E3956A !important;
}

.nav__link:hover {
  color: #E3956A;
}

.nav__close {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  cursor: pointer;
}

/* show menu */
.show-menu {
  top: 0;
}

/* Change background header */
.scroll-header {
  background: #f8f8f8;
  border-radius: 0px;
  width: 100%;
  top: 0;
  left: 0;
  padding: px 0px;
  transition: all 0.6s;
}
.scroll-header .nav__logo svg {
  top: 12px;
  width: 140px;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 0 62%);
}
.scroll-header .nav__logo svg path {
  fill: #E3956A;
}
.scroll-header .hamburger-line {
  background: #E3956A;
}

/* Active link */
.active-link {
  color: #E3956A;
  opacity: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

/*=============== HAMBUERGUER ===============*/
.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 2rem;
}
.hamburger.is-lg {
  font-size: 2.5rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #ffffff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  background: #E3956A;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
  background: #E3956A;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  background: #E3956A;
  transform: translateY(-50%) rotateZ(135deg);
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  left: 1rem;
  bottom: -60px;
  display: flex;
  background-color: #0A2C3E;
  border-radius: 0.25rem;
  padding: 16px;
  opacity: 9;
  z-index: 100;
  transition: 0.4s;
}

.scrollup i {
  color: #ffffff;
  font-size: 1.35rem;
}

.scrollup:hover {
  background-color: #000000;
  opacity: 1;
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 1rem;
}

.visibility__hidden {
  visibility: hidden;
}

.bg__back {
  background-color: #f8f8f8;
}
.bg__back--deco::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1280px) {
  .bg__back--deco::before {
    height: 80px;
  }
}
.bg__back--deco--bottom::before {
  bottom: 0;
}
.bg__back--deco--top::before {
  top: 0;
}
.bg__azulGris {
  background-color: #525f75;
}
.bg__azulGris--950 {
  background-color: #0A2C3E;
}
.bg__aviso {
  position: relative;
  margin: auto;
  border-radius: 12px;
  background-image: url("../img/bg-pocos-departamentos.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tit {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  .tit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 576px) {
  .tit {
    font-size: 1.6rem;
  }
}
.tit__iso {
  width: 100%;
  height: auto;
  max-width: 40px;
}
.tit__segundo {
  position: relative;
  font-size: 1.1rem;
  color: #E3956A;
  font-weight: 800;
}
.tit__segundo::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #f2d0b6;
}
.tit__segundo--outline::before {
  position: relative;
}
.tit__segundo--menu {
  color: #0A2C3E;
  position: relative;
}
.tit__segundo--menu::before {
  background-color: #0A2C3E;
}
.tit__segundo--menu::after {
  position: absolute;
  left: -48px;
  top: -6px;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/svg/isologo-alvatore.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tit__amenidades {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
}
.tit__plano {
  font-size: 2rem;
  color: #E3956A;
  font-weight: 800;
}
.tit__aviso {
  font-size: 2rem;
  line-height: 1.2;
  text-align: end;
  color: white;
}
@media screen and (max-width: 767px) {
  .tit__aviso {
    font-size: 1.6rem;
  }
}
.tit__aviso--entrega {
  text-align: end;
  background-color: white;
  font-size: 2rem;
  color: #0A2C3E;
  font-weight: 600;
  margin-top: 8px;
  border: 1px solid white;
  padding: 0 24px;
  border-radius: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tit__aviso--entrega {
    font-size: 1rem;
  }
}
.tit__hero {
  color: white;
  font-weight: 800;
  line-height: 1;
}
.tit__hero--departamentos {
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .tit__hero--departamentos {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .tit__hero--departamentos {
    font-size: 1.6rem;
  }
}
.tit__hero--venta {
  font-size: 5.5rem;
}
@media screen and (max-width: 1280px) {
  .tit__hero--venta {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .tit__hero--venta {
    font-size: 2.2rem;
  }
}
.tit__hero--chihuahua {
  font-size: 5.8rem;
}
@media screen and (max-width: 1280px) {
  .tit__hero--chihuahua {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .tit__hero--chihuahua {
    font-size: 2.3rem;
  }
}

.icono__precios {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.aviso {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 40px 100px;
  border-radius: 80px 0 8px 0;
  background-color: rgba(236, 92, 87, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media screen and (max-width: 767px) {
  .aviso {
    padding: 20px 60px;
  }
}

.txt__base {
  font-size: 1rem;
}
.txt__sub {
  font-size: 1.45rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .txt__sub {
    font-size: 1.15rem;
  }
}
.txt__plano {
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .txt__plano {
    font-size: 2.2rem;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 576px) {
  .txt__plano {
    font-size: 1.7rem;
  }
}

.bold {
  font-weight: 800;
}

.owl-hero .owl-nav {
  position: relative;
  z-index: 11;
  left: 0;
  bottom: 132px;
  max-width: 96rem;
  margin: auto;
}
@media screen and (max-width: 1535px) {
  .owl-hero .owl-nav {
    max-width: 77rem;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) {
  .owl-hero .owl-nav {
    max-width: 60rem;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1024px) {
  .owl-hero .owl-nav {
    max-width: 48rem;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .owl-hero .owl-nav {
    max-width: 40rem;
  }
}
.owl-hero .owl-nav button {
  margin: 0 12px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid white !important;
}
@media screen and (max-width: 1535px) {
  .owl-hero .owl-nav button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 767px) {
  .owl-hero .owl-nav button {
    position: relative;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
}
.owl-hero .owl-nav button span {
  color: white;
  font-size: 3rem;
  line-height: 0.4;
}
@media screen and (max-width: 1535px) {
  .owl-hero .owl-nav button span {
    font-size: 2.4rem;
    line-height: 0.6;
  }
}

.owl-gallery .item img {
  border-radius: 8px;
}
.owl-gallery .owl-nav {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .owl-gallery .owl-nav {
    left: -40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1024px) {
  .owl-gallery .owl-nav {
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.owl-gallery .owl-nav button {
  margin: 0 2px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 2px solid white !important;
  background-color: #E3956A !important;
}
.owl-gallery .owl-nav button span {
  color: white;
  font-size: 2.2rem;
  line-height: 0.6;
}

.video {
  position: absolute;
  width: 100%;
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .video {
    position: relative;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .video {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) {
  .video {
    height: 220px;
  }
}

.list__plano li {
  position: relative;
  font-size: 1.1rem;
  padding: 30px;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 1535px) {
  .list__plano li {
    padding: 20px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) {
  .list__plano li {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1024px) {
  .list__plano li {
    padding: 20px;
  }
}
.list__plano li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list__plano li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 40px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #E3956A;
}
@media screen and (max-width: 1535px) {
  .list__plano li::before {
    top: 30px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) {
  .list__plano li::before {
    top: 24px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1024px) {
  .list__plano li::before {
    top: 30px;
  }
}
.list__check li {
  position: relative;
  font-size: 1.1rem;
  padding-bottom: 24px;
  padding-left: 32px;
}
.list__check li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-image: url("../img/svg/icono-check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card__amenidades {
  border: 1px solid #f1f1f1;
  transition: all 0.3s;
}
.card__amenidades:hover {
  background-color: #f8f8f8;
}

/* TABULADOR */
.tabs {
  width: full;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .tabs {
    flex-wrap: wrap;
  }
}

.tab-btn {
  width: 25%;
  border: 0;
  padding: 16px 0px;
  background: #ffffff;
  color: #606060;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 2px solid #b0b0b0;
}
@media screen and (max-width: 1024px) {
  .tab-btn {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .tab-btn {
    width: 100%;
  }
}

.tab-btn.active {
  color: #0A2C3E;
  font-weight: 800;
  border-bottom: 2px solid #E3956A;
}

.tabs-wrapper {
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 576px) {
  .tabs-wrapper {
    min-height: 360px;
  }
}

/* Cada contenido ocupa el mismo espacio (evita salto de layout). */
.tab-content {
  position: absolute;
  inset: 0 0 auto 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  will-change: opacity;
  padding: 40px 0px 8px 0px;
}

/* activo: visible e interactuable */
.tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

/* __FORMULARIO__ */
.input {
  width: 100%;
  padding: 16px;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 12px;
  color: #212121;
  font-weight: 500;
}
.input::-moz-placeholder {
  color: #b0b0b0;
}
.input::placeholder {
  color: #b0b0b0;
}

.textarea {
  width: 100%;
  height: 120px;
  padding: 16px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 12px;
  min-height: 180px;
  font-weight: 500;
  color: #212121;
}
.textarea::-moz-placeholder {
  color: #b0b0b0;
}
.textarea::placeholder {
  color: #b0b0b0;
}

.range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #b0b0b0;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E3956A;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #E3956A;
}

/* __MENSAJE DE ERROR__ */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  text-align: start;
  display: none;
  color: #606060;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 16px;
  top: 60px;
  z-index: 1;
  font-size: 16px;
  opacity: 0;
}

.banner__entrega {
  background-color: #E3956A;
  color: white;
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  padding: 10px 16px;
  border: 1px solid white;
  border-radius: 12px;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

.footer {
  position: relative;
}
.footer::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  margin: auto;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../img/logotipo-premio-full.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .footer::before {
    bottom: 100px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 790px) {
  .footer::before {
    bottom: 126px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 790px) and (max-width: 576px) {
  .footer::before {
    bottom: 150px;
  }
}
.footer__pleca {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 20px 0px;
}
.footer__logo {
  position: relative;
  width: 100%;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.footer__logo--caleri {
  top: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 160px;
}
@media screen and (max-width: 576px) {
  .footer__logo--caleri {
    top: -10px;
  }
}

#btn_whatsApp {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99;
}
#btn_whatsApp img {
  width: 60px;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}

/* txt__clip */
.txt__clip {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clip.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clip.show .txt__anima {
  transform: scale(1);
}

.grecaptcha-badge {
  visibility: hidden;
}

.entrega__inmediata {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 800;
  width: 100%;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.18rem;
  font-size: 1.2rem;
  padding: 8px 16px;
  background-color: #E3956A;
  color: white;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .entrega__inmediata {
    letter-spacing: 0.18rem;
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .entrega__inmediata {
    text-align: start;
    font-size: 0.8rem;
    border-radius: 16px;
    letter-spacing: 0rem;
  }
}/*# sourceMappingURL=style.css.map */