* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #ff0000;
  --secondary-color: #000;
  --background-color: #fff;
  --border-color: #f1f1f1;
  --text-color: #333;
  --heading-color: #111;
  --sub-heading-color: #555;
  --light-color: #f9f9f9;
  --dark-color: #222;
  --danger-color: #ff0000;
  --success-color: #00ff00;
  --warning-color: #ffcc00;
  --info-color: #00ccff;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --btn-color: #0096ae;
  --header-color-text: #fff;
  --footer-bg-color: #222627;
  --footer-text-color: #fff;
  --color-btn-font-cotizar: #006e80;
  --color-border-font-cotizar: #6db5c6;
  --background-color-cotizador: #f9fafb;

  --max-width-container: 1400px;

  --font-size-txt: 16px;

  --radius-btn: 16px;
}

.header {
  background-color: var(--background-color);
  color: var(--text-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    padding: 10px 24px;
  }

  @media screen and (max-width: 640px) {
    .header-container {
      padding: 10px 16px !important;
    }

  }

}

.header-lp {
  background-color: var(--background-color);
  color: var(--text-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 70px;

  .header-container-lp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    /* padding: 10px 24px !important; */
  }




}

@media screen and (max-width: 640px) {

  .header-lp {
    padding: 10px 24px !important;
  }

  .header-container-lp {
    padding: 0px !important;
  }

}

.logo-image {
  height: 48px;
  cursor: pointer;

  @media only screen and (max-width: 640px) {
    display: none;
  }
}

.logo-image-mobile {
  margin-right: 10px;
  display: none;

  @media only screen and (max-width: 640px) {
    height: 38px;
    display: block;
  }
}

.nav-txt {
  font-size: var(--font-size-txt);
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: block;

  @media only screen and (max-width: 640px) {
    display: none;
  }
}

.nav-txt-mobile {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0px;

  @media only screen and (max-width: 640px) {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.btn-cta {
  padding: 10px 20px;
  background-color: var(--btn-color);
  color: var(--background-color);
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-txt);
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.header__btn-cta {
  padding: 10px 20px;
  color: #344054;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #d0d5dd;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(16, 24, 40, 0.05);
  transition: all 0.25s ease-in-out;
  line-height: 20px;

  &:hover {
    background-color: #f8f9fa;
  }
}

.container-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.hero__section-container {

  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../assets/Hero-section.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 42px 0px;
  background-position: left;
  margin: 64px auto 0px auto;
  width: 100%;
  padding: 0px 70px;

  @media only screen and (max-width: 640px) {
    margin-top: 80px;
    flex-direction: column;
    padding: 0px;
    background-position: left;
  }
}

.hero-image {
  width: 100%;
}

.hero-image-container {
  width: 50%;
  max-width: 1400px;
  border-radius: 16px;

  @media only screen and (max-width: 1024px) {
    width: 100%;
  }

  @media only screen and (max-width: 640px) {
    background-position: center;
  }
}

.hero__container-all-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* gap: 16px; */
  width: 100%;

  @media only screen and (max-width: 1024px) {
    flex-direction: column;
  }

  @media only screen and (max-width: 640px) {}
}

.hero__span-upper-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #344054;
}

.hero__container-right {
  width: 50%;
  padding: 40px 0px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  right: -20px;

  @media only screen and (max-width: 1024px) {
    width: 100%;
    right: unset;
  }

  @media only screen and (max-width: 640px) {
    padding: 24px;
  }
}

.hero-text {
  max-width: 500px;
}

.hero__title-ligth {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  font-family: Montserrat;
  background: linear-gradient(90deg, #762480 22.5%, #0096ae 100%);
  -webkit-background-clip: text;
  color: transparent;

  @media only screen and (max-width: 1420px) {
    font-size: 50px;
    line-height: 62px;
  }

  @media only screen and (max-width: 1320px) {
    font-size: 40px;
    line-height: 50px;
  }

  @media only screen and (max-width: 640px) {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.hero__title-bold {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  font-family: Montserrat;
  background: linear-gradient(90deg, #762480 22.5%, #0096ae 100%);
  -webkit-background-clip: text;
  color: transparent;

  @media only screen and (max-width: 1420px) {
    font-size: 50px;
    line-height: 62px;
  }

  @media only screen and (max-width: 1320px) {
    font-size: 40px;
    line-height: 50px;
  }

  @media only screen and (max-width: 640px) {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.hero__span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #344054;
  display: block;
  max-width: 600px;
  margin-top: 40px;
}

.paquetes__title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: #344054;

  @media only screen and (max-width: 640px) {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    margin-bottom: 32px;
  }
}

.paquetes__section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  background-color: #F9FAFB;
  padding-bottom: 64px;
}

.paquete__subtitle-card {
  color: #0096ae;

  font-family: Inter;
  font-size: var(--font-size-txt);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.paquetes-card {
  width: 364px;
  min-height: 540px;
  gap: 0px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  box-shadow: 0px 12px 16px -4px #10182814;
  gap: 16px;
  background-color: #fff;

  .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .icon-container {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: linear-gradient(100deg,
        #952182 7.62%,
        #952182 7.63%,
        #6e2582 92.38%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .text {
    color: var(--colors-text-text-tertiary-600, #475467);
    font-family: Inter;
    font-size: var(--font-size-txt);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .icon-container-check {
    background: #c2dfe7;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
  }

  @media only screen and (max-width: 640px) {
    width: 88%;
    min-width: 332px;
  }
}

.paquetes-cards-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1140px;

  margin: 64px auto 48px auto;
  width: 100%;
  /* background-color: #f9fafb; */

  @media only screen and (max-width: 1024px) {
    margin: 48px auto;
    flex-direction: column;
  }

  @media only screen and (max-width: 640px) {
    margin: 48px auto;
    margin: auto;
    flex-direction: column;
  }
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-direction: column;
  padding: 72px;
  width: 100%;

  @media only screen and (max-width: 1024px) {
    padding: 24px;
    margin: auto;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }

  @media only screen and (max-width: 640px) {
    padding: 24px;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
  }
}

.footer-logo {
  width: 400px;

  @media only screen and (max-width: 1024px) {
    width: auto;
  }

  @media only screen and (max-width: 640px) {
    width: 100%;
  }
}

.footer-contacto {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  gap: 8px;

  display: flex;
  align-items: start;

  .footer-box-data {
    gap: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-contact-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
    color: white;
  }
}

.footer-container-contacto {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 380px;
}

.footer-redes-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.title-redes {
  font-family: Inter;
  font-size: var(--font-size-txt);
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.text-redes {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  &:hover {
    text-decoration: underline;
    color: #fff;
  }
}

.container-red {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.icon-red {
  height: 18px;
  width: 18px;
}

.aviso-terminos-container {
  border-top: 1px solid #fff;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.derechos-reservados {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: left;
}

.aviso-terminos {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  text-align: left;
  cursor: pointer;
}

.rigth-side-footer {
  display: flex;
  gap: 40px;

  @media only screen and (max-width: 1024px) {
    flex-direction: column;
    align-items: flex-start;
  }

  @media only screen and (max-width: 640px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.first-section-footer {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: auto;

  @media only screen and (max-width: 1024px) {
    flex-direction: column;
    align-items: center;
  }

  @media only screen and (max-width: 640px) {
    flex-direction: column;
    align-items: center;
  }
}

.container-redirect-footer {
  display: flex;
  gap: 20%;
  width: 100%;

  @media only screen and (max-width: 1024px) {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }

  @media only screen and (max-width: 640px) {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.btn-cotizar {
  padding: 10px 60px;
  border: 1px solid var(--color-border-font-cotizar);
  color: var(--color-btn-font-cotizar);
  background: var(--background-color);
  border-radius: 50px;
  font-family: Inter;
  font-size: var(--font-size-txt);
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #99cad7;
  }

  .img-btn {
    width: 14px;
  }

  @media only screen and (max-width: 640px) {
    margin-top: 32px;
  }
}

.container__buttons-hero {
  display: flex;
  gap: 16px;
  margin-top: 40px;

  @media only screen and (max-width: 1024px) {
    flex-direction: column;
    align-items: center;
  }
}

.btn-cotizar__hero {
  padding: 10px 0px;
  border: 1px solid #0096ae;
  color: white;
  background: #0096ae;
  border-radius: 50px;
  font-family: Inter;
  font-size: var(--font-size-txt);
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 220px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #006e80;
  }

  @media only screen and (max-width: 1024px) {
    width: 100%;
  }

  .img-btn {
    width: 14px;
  }
}

.btn-conoce-hero {
  padding: 10px 0px;
  border: 1px solid #0096ae;
  color: #0096ae;
  background: #fff;
  border-radius: 50px;
  font-family: Inter;
  font-size: var(--font-size-txt);
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 220px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #99cad7;
  }

  @media only screen and (max-width: 1024px) {
    width: 100%;
  }

  .img-btn {
    width: 14px;
  }
}

.paquete__title-card {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #0096ae;
}

.cotizador__section-container {
  height: 100%;
}

.cotizador__container-cards {
  min-height: 1000px;
  width: 95%;
  margin: 100px auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 1400px;

  @media only screen and (max-width: 1024px) {
    display: none;
  }
}

.cotizador__header-card {
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 25%;
  padding: 16px;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;

  @media only screen and (max-width: 1024px) {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
  }
}

.cotizador__header-card-title {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-top: 16px;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  align-self: self-start;
  color: #475467;

  @media only screen and (max-width: 1024px) {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
  }
}

.cotizador__header-card-ofert {
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 25%;
  padding: 16px;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  background: #fefaff;
  border: 2px solid #f6d0fe;
  border-bottom: none;

  @media only screen and (max-width: 1024px) {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
  }
}

.cotizador__bg_oferta {
  background: #f9fafb;
  border-radius: 16px 16px 0px 0px;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cotizador__title-card {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #475467;
}

.cotizador__frecuency-card {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #475467;
  background: #fff;
}

.cotizador__frecuency-card-ofert {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #475467;
  background: #fefaff;
}

.cotizador__precio-card {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #762480;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  background: linear-gradient(90deg, #762480 22.5%, #0096ae 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cotizador__btn-card {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 42px;
  margin: auto;
  border-radius: 50px;
  border: 1px solid #6db5c6;
  background-color: #fff;
  color: #006e80;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  width: 100%;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #99cad7;
  }
}

.cotizador__btn-cardOfert {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 42px;
  margin: auto;
  border-radius: 50px;
  border: 1px solid #0096ae;

  background-color: #0096ae;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  width: 100%;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #006e80;
  }
}

#myElement {}

.cotizador__body-container {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 1400px;
  padding: 24px;
  padding-top: 260px;
  border-radius: 16px;
  height: 100%;
  background-color: #fff;

  @media only screen and (max-width: 1024px) {
    display: none;
  }
}

.cotizador__body-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  width: 25%;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
}

.cotizador__body-column-ofert {
  background: #f9fafb;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  width: 25%;
  border-radius: 0px 0px 16px 16px;
  flex-direction: column;
  height: 100%;
  background: #fefaff;
  border: 2px solid #f6d0fe;
  border-top: none;
}

.cotizador__row-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 104px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  padding: 10px;
  align-items: center;
}

.cotizador__row-precio {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #667085;
}

.cotizador__row-info {
  cursor: pointer;
}

.cotizador__row-container-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  width: 100%;
  padding: 10px;
}

.container__row-infoCard {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cotizador__mobile-slider-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in;
}

.cotizador__mobile-container {
  margin-top: 80px;
  margin-bottom: 40px;
  overflow: hidden;
}

.cotizador__container-slider {
  height: 80vh;
}

.cotizador__slider-card {
  width: 90%;
  margin: auto;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #f6d0fe;
}

.cotizador__slider-card-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

.cotizador-prueba {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  width: 100vw;
  background-color: #fff;
  border: none;
  position: relative;
  padding-top: 0px;
}

.cotizador-prueba {}

.arrow-back {
  height: 12px;
  width: 12px;
}

.carousel-inner {}

.cotizador__card-mobile {
  display: none;
  margin-top: 40px;

  @media only screen and (max-width: 1024px) {
    display: block;
    width: 100%;
  }

  @media only screen and (max-width: 820px) {
    display: block;
    width: 100%;
  }
}

.cotizador__card-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding: 16px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  min-height: 600px;
  width: 100%;
  background-color: #fff;
}

.cotizador__card-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding: 16px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  width: 100%;
  background-color: #fff;
  min-height: 718px !important;
}

.cotizador__card-mobile-container-ofert {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding: 16px;
  border-radius: 16px;
  border: 2px solid #f6d0fe;
  min-height: 600px;
  width: 100%;
  background-color: #fefaff;
}

.cotizador__title-card-mobile {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #475467;
}

.cotizador__badge-container {
  border: 1px solid #fcceee;
  color: #c11574;
  padding: 2px 10px;
  border-radius: 50px;
  background-color: #fdf2fa;
  font-weight: 500;
  font-size: 12px;
}

.cotizador__badge-container-desk {
  border: 1px solid #fcceee;
  color: #c11574;
  padding: 2px 10px;
  border-radius: 50px;
  background-color: #fdf2fa;
  font-weight: 500;

  font-size: 12px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.carousel-indicators {
  height: 20px;
  display: flex;
  gap: 12px;
}

.arrow-container {
  position: absolute;
  top: 0;
  left: 8%;
}

.container-dots-relative {}

.carousel-indicators li {
  border-radius: 50% !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #d0d5dd !important;
}

.carousel-indicators .active {
  background-color: #90288c !important;
}

.cotizador__wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cotizador__precio-card-mobile {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  background: linear-gradient(90deg, #762480 22.5%, #0096ae 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: flex;
  gap: 8px;
}

.cotizador__frecuency-card-mobile {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #475467;
  display: flex;
}

.cotizador__btn-card-mobile {
  width: 100%;
  padding: 12px;
  border-radius: 50px;

  border: 1px solid #0096ae;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-color: #fff;
  color: #006e80;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #99cad7;
  }
}

.cotizador__btn-card-mobile-ofert {
  width: 100%;
  padding: 12px;
  border-radius: 50px;

  border: 1px solid #0096ae;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-color: #0096ae;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;

  &:hover {
    background: #006e80;
  }
}

.cotizador__contenedor-precioBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  width: 100%;
  gap: 16px;
}

.cotizador__container-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 48px;
  height: 100%;
}

.cards-dinamic-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  background-color: #f9fafb;
  color: #667085;
}

/* Cotizador cards */

.card__list-option {
  display: flex;
  justify-content: space-between;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  gap: 8px;
  width: 100%;
}

.list__container-option {
  display: flex;
  gap: 8px;
  width: 100%;
}

.list__icon-img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.list__icon-info {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.list__container-price {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #667085;
  width: 100%;
}

.modal {
  position: fixed;
  z-index: 99999999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal-content {
  background-color: #fefefe;

  padding: 20px;
  width: 80% !important;
  max-width: 600px;
  min-height: 264px;
  border-radius: 12px !important;
  border: none !important;

  background-image: url("../assets/bg-modal.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -100px -100px;

  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);

  @media only screen and (max-width: 640px) {
    background-image: none !important;
    padding: 10px !important;
  }
}

.modal-content-dos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;

  background-color: #fefefe;

  max-width: 600px;
  min-height: 264px;
  border-radius: 12px !important;
  border: none !important;
  padding: 16px;


  @media only screen and (max-width: 1024px) {
    width: 80%;
    background-image: none;
    padding: 10px;
  }

  @media only screen and (max-width: 640px) {
    width: 90%;
    background-image: none;
    padding: 10px;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal__close-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 32px;
  top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.modal__header-container {
  padding: 12px 0px;
  margin-bottom: 16px;
}

.container__img-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #add5df;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container__img-icon::before,
.container__img-icon::after,
.container__img-icon .wave1,
.container__img-icon .wave2,
.container__img-icon .wave3 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #eaecf0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.container__img-icon::before {
  width: 200%;
  height: 200%;
  animation-delay: 0s;
}

.container__img-icon::after {
  width: 300%;
  height: 300%;
  animation-delay: 1s;
}

.container__img-icon .wave1 {
  width: 400%;
  height: 400%;
  animation-delay: 2s;
}

.container__img-icon .wave2 {
  width: 500%;
  height: 500%;
  animation-delay: 3s;
}

.container__img-icon .wave3 {
  width: 600%;
  height: 600%;
  animation-delay: 4s;
}

.modal__container-data {
  display: flex;
  flex-direction: column;
  gap: 4px;

  @media only screen and (max-width: 640px) {
    padding: 10px;
  }
}

.modal__data-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin: 0px;
}

.modal__data-description {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0px;
}

.modal__container-data-dos {
  display: flex;
  flex-direction: column;
  gap: 4px;

  @media only screen and (max-width: 640px) {
    padding: 10px;
  }
}

.container-list-description-modal {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.mobile__container-carousel {
  display: none;

  @media only screen and (max-width: 1024px) {
    display: block;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.footer__redirect {
  text-decoration: none;
  color: #fff;

  &:hover {
    text-decoration: underline;
    color: #fff;
  }
}

.container-items {
  width: 100%;
}

.barra {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  height: 44px;

  .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.25s ease-out;

    /* Colocamos un hover al contenedor del icono*/
    &:hover {
      background-color: #F8F9FA;

      .fill-arrow {
        stroke: #5B657A;
      }
    }
  }


  .arrowIMG {
    width: 16px;
    height: 12px;
    /* color: black */
  }

  .fill-arrow {
    stroke: #98A2B3;
    transition: all 0.25s ease-out;

    &:hover {
      stroke: #5B657A
    }

  }
}


.contenedor__header-cotizador {
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 700;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eaecf0;
}



.cotizador__header-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  border-radius: 16px 16px 0px 0px;
  position: fixed;
  background-color: #fff;
  max-width: 1400px;
  padding: 24px 24px 0px;

  @media only screen and (max-width: 1024px) {
    padding: 16px 16px 0px;
    display: none;
  }
}

.contenedor__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}