@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.custom-navbar {
  padding: 13px 0px;
  background-color: white;
  box-shadow: 0px 7px 15px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 7px 15px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 15px -10px rgba(0, 0, 0, 0.75);
  background-color: white !important;
}
.navbar-public-shell {
  display: flex;
  align-items: center;
  gap: 18px;
}
.navbar-public-brand {
  flex-shrink: 0;
}
.redireccion {
  align-items: center;
  margin: 0 auto;
}
.custom-Link {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000000 !important;
}
.navbar-account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ffffff;
  background: linear-gradient(101.32deg, #e52150 22%, #f38021 92%);
  box-shadow: 0 14px 30px -18px rgba(229, 33, 80, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.navbar-account-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px -16px rgba(243, 128, 33, 0.8);
}
.navbar-mobile-account {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(243, 128, 33, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(243, 128, 33, 0.08) 0%, rgba(229, 33, 80, 0.04) 100%);
}
.navbar-mobile-account-copy {
  margin-bottom: 12px;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
}
.navbar-account-btn-mobile {
  width: 100%;
}

.banner1 {
  background-image: url("../img/banners/banner-1.png");
  width: 100%;
  height: 50vw;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-content {
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  margin-top: 18vw;
}
.banner-T1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2vw;
  color: #ffffff;
}
.banner-T2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 4vw;
  color: #ffffff;
}
.banner-T3 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
}
.banner-btn {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 27.5px;
  padding: 14px 37px;
}

.t1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #1e1e1e;
  line-height: 36px;
}
.t2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  color: #f38021;
}

.t1-a {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #8c8c8c;
}
.t1-b {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
  color: #8c8c8c;
}

.btn-custom {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: linear-gradient(
    101.32deg,
    rgba(229, 33, 80, 0.86) 38.72%,
    rgba(243, 128, 33, 0.86) 105.68%
  );
  border-radius: 27.5px;
  padding: 14px 38px;
  text-decoration: none;
}

.btn-custom:hover {
  color: white;
}

.f-c-O {
  color: #f38021;
}
.f-c-B {
  color: #3482ff;
}
.bg-c-bw {
  background-color: #f8fafe;
  padding: 100px 0;
}
.bg-c-ro {
  background: linear-gradient(
    101.32deg,
    rgba(229, 33, 80, 0.86) 38.72%,
    rgba(243, 128, 33, 0.86) 105.68%
  );
  padding: 80px 0;
}
.section-foo {
  font-family: Karla;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #1e1e1e;
}
.section-foo:hover {
  color: #1e1e1e;
}

.hr {
  background: #cecece;
}

.foo-back {
  background-color: #2f2f2f;
  padding-top: 90px;
}
.foo-back-2 {
  background-color: #1e1e1e;
  padding: 40px 0px;
}
.foo-titulo {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.foo-line {
  background: #f38021;
  width: 45px;
  height: 5px;
}
.foo-links {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #d7d7d7;
  text-decoration: none;
}
.foo-links:hover {
  color: #f38021;
}

.foo-content {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #d7d7d7;
}
.copyrigth {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 14.5px;
  line-height: 25px;
  letter-spacing: 0.4px;
  color: #e7e7e7;
}


.w-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 50;
  bottom: 50px;
  right: 15px;
  transition: 250ms;
}

.w-icon:hover {
  transition: 250ms;
  width: 60px;
  height: 60px;
}

.sub-price{
  color: gray;
  font-weight: 500;
  font-size: 12px;
}



@media (max-width: 991.98px) {
  .custom-navbar {
    padding: 10px 0px;
  }
  .navbar-public-shell {
    gap: 10px;
  }
  .navbar-public-brand img {
    max-width: 170px;
    height: auto;
  }
  .navbar-toggler {
    margin-left: auto;
    border: 1px solid rgba(243, 128, 33, 0.35);
    border-radius: 14px;
    padding: 8px 11px;
    box-shadow: none !important;
  }
  .navbar-collapse {
    margin-top: 14px;
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0px 18px 40px -28px rgba(0, 0, 0, 0.45);
  }
  .redireccion {
    align-items: stretch;
    margin: 0;
  }
  .custom-Link {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  }
}

@media (max-width: 500px) {
  .banner1 {
    background-image: url("../img/banners/banner-1-2.png");
    width: 100%;
    height: 450px;
  }
  .banner-content {
    margin-top: 100px;
  }
  .banner-T1 {
    font-size: 18px;
  }
  .banner-T2 {
    font-size: 32px;
  }
  .banner-T3 {
    font-size: 15px;
  }
}
