.roi-search-engine_form {
  display: flex;
  flex-direction: column !important;
}

.background {
  width: 100%;
  height: auto;
  background-image: url(/assets/images/landings/veranazo.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem 4rem;
  min-height: 100vh;
}

.language {
  height: 10vh;
  margin-top: 2rem;
}

.container-buscador form {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.roi-search-engine {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dropdown-toggle {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  backdrop-filter: blur(15px) !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(196, 196, 196, 0.06) 100%
  );
  padding: 8px 16px;
  border-radius: 10px;
}

.dropdown-toggle:hover {
  font-weight: 700;
  background-color: #878801;
  color: #fff !important;
}

nav {
  width: 100%;
  padding: 16px 80px;
}

.s1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 24px;
  /*height: 80vh;*/
}

.card-ice {
  height: fit-content;
  width: 48%;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  backdrop-filter: blur(15px) !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(196, 196, 196, 0.06) 100%
  );

  display: flex !important;
  flex-direction: column !important;
  padding: 0px 0px 0px 0px;
  width: fit-content;
  overflow: hidden;
}

.card-container {
  padding-left: 2rem;
}

.custom-gutter-column {
  padding-left: 1rem;
  padding-right: 1rem;
}

.img-card {
  object-fit: cover !important;
  object-position: center;
  width: 100%;
  max-width: 300px;
}

.yellow-line {
  text-transform: uppercase;
}

h3 {
  color: #2d2d2d;
  font-family: Poppins-bold;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 162.5% */
  letter-spacing: -0.16px;
}

h2 {
  color: #2d2d2d;
  font-family: Poppins-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.2px;
}

p {
  font-size: 16px;
}

.yellow {
  color: #878801;
}

.box {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--yellow, #878801);
}

.disclaimer {
  color: #424242;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

.yellow-line-18::after {
  margin-top: 18px;
}

.ice-title {
  color: black !important;
  font-family: Poppins-bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  text-align: center;
}

.oferta {
  color: black !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: none !important;
  vertical-align: center;
  margin-bottom: 0px;
  cursor: pointer;
}

.image-container {
  max-height: 200px;
  display: flex;
}

.lower-container {
  background-color: #fffbee;
  width: 100%;
  padding: 12px;

  a {
    color: 'black' !important;
  }
}

.container-buscador {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  margin-top: 0 !important;
}

#roi-search-engine {
  max-width: 100%;
}

.roi-search-engine__form {
  flex-direction: column;
}

@media (max-width: 900px) {
  .background {
    padding: 1rem 2rem;
  }

  .card-ice {
    margin-top: 2rem;
    width: 100%;
  }

  .s1 {
    height: auto;
  }

  .card-container {
    padding-left: 0px;
  }
}

.card-container {
  padding-left: 0px;
  align-content: flex-start;
  gap: 28px;
  padding-left: 40px;
}

.veranazo-content {
  .discount {
    p {
      color: #878801;
      font-family: Poppins-bold;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 52px;
      letter-spacing: -0.2px;
      margin-bottom: 6px;
      margin-right: 8px;
    }
  }

  .title {
    p {
      color: #2d2d2d;
      font-family: Poppins-bold;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -0.16px;
    }
  }

  .slogan {
    p {
      margin-top: 16px;
      text-align: center;

      strong {
        color: #878801;
        font-weight: 700;
        font-family: Poppins-bold;
      }
    }
  }

  .disclaimer {
    p {
      font-size: 10px;
      text-align: justify;
    }
  }
}

.roi-engine-container {
  width: 100%;
}
