@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap");

body {
  /* background-color: #f7f7fc !important; */
  /* background-color: rgb(173, 216, 230) !important; */
  background-color: #fff;
  font-family: "Gabarito", sans-serif;
  /* 14c8f0 */
}

/* .navbar {
  height: 78px;
  background-color: #fff !important;
} */

.navbar-brand {
  margin-top: -5px;
}

.nav-link {
  font-family: "Gabarito", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
}

.section-landing {
  background-image: linear-gradient(
    0deg,
    #fff 0%,
    rgb(173, 216, 230, 0.5) 100%
  ) !important;
}

.section-steps {
  /* background-color: #f7f8fd; */
  background-color: #f7f8fd;
}

.section-footer{
  border-top: 1px solid #e5e7eb;
  background-color: #f2f2f2;
}

.section-footer p{
  font-size: 14px!important;
  }

.subtitle {
  font-family: "Gabarito", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  color: #30313d;
}

.title {
  font-family: "Gabarito", sans-serif;
  font-size: 3rem !important;
  font-weight: 500;
  color: #30313d;
  padding: 20px 0 30px 0;
}

.title-2 {
  font-family: "Gabarito", sans-serif;
  font-size: 36px !important;
  font-weight: 800;
  color: #30313d;
  padding: 20px 0 30px 0;
}

.container {
  max-width: 1200px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

h1 {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-size: 2.8rem !important;
  line-height: 1.3 !important;
  color: #30313d;
}

.text-bg-pill {
  background-color: rgb(233, 233, 233) !important;
  color: #30313d !important;
}

.fw-bold2 {
  font-weight: 900 !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(71, 85, 105, 1);
  line-height: 1.625;
}

ul > li {
  font-size: 16px;
  font-weight: 400;
  color: rgba(71, 85, 105, 1);
  line-height: 1.625;
  font-family: "Gabarito", sans-serif;
}

.ul-success > li {
  color: rgb(4 120 87);
}

.ul-success svg {
  width: 17px;
  margin-top: -3px;
  margin-right: 5px;
  color: rgb(4 120 87);
}

.ul-danger > li {
  color: rgb(190 18 60);
}
.ul-danger svg {
  width: 17px;
  margin-top: -3px;
  margin-right: 5px;
  color: rgb(190 18 60);
}

.ul-pricing > li {
  color: rgb(97, 97, 97);
}

.ul-pricing svg {
  width: 17px;
  margin-top: -3px;
  margin-right: 5px;
  color: rgb(97, 97, 97);
}

@keyframes slideInFromBelow {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-box {
  position: relative;
  transform: rotate(-0.7deg);
  display: inline-block;
  /* background-color: rgb(233, 233, 233); */
  background-color: rgb(20, 200, 240, 0.2);
  padding: 0 10px 0 10px;
}

.tv-box {
  border: 7px solid #30313d;
  border-bottom: 12px solid #30313d;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

#animated-span {
  display: inline-block;
  animation: slideInFromBelow 1s;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul svg {
  color: rgba(36, 198, 95, 1);
}

.p-big {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pb-big {
  padding-bottom: 96px;
}

.mt-space {
  margin-top: 30px;
}

.mb-space {
  margin-bottom: 30px;
}

.btn-light {
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px !important;
}

.btn-cta {
  width: 250px;
  height: 50px;
  font-weight: 600;
  background-image: linear-gradient(90deg, #0f95eb 0%, #14c8f0 100%);
  border: 0 !important;
}

.btn-cta:hover {
  background-image: linear-gradient(90deg, #0c86d3 0%, #0bc1ea 100%);
}

.btn-cta:active {
  transform: scale(0.95);
  transition: transform 1s;
}

.gift {
  font-size: 14px;
}

.gift span,
.gift svg {
  color: rgba(36, 198, 95, 1);
}

/* .bg-cta {
  background-image: linear-gradient(90deg, #0f95eb 0%, #14c8f0 100%);
} */

.alert-danger {
  background-color: rgba(255, 228, 230, 0.75) !important;
  border: 0 !important;
  color: rgb(190 18 60) !important;
}

.alert-success {
  background-color: rgba(209, 250, 229, 0.7) !important;
  border: 0 !important;
  color: rgb(4 120 87) !important;
}

.alert-light {
  background-color: #fff !important;
  border: 0 !important;
}

.alert-pressed{
  background-color: #f7f8fd !important;
  border: 0 !important;
color: #30313d !important;
}

.text-how{
  color: #bbbbbb !important;
}

.pop {
  border: 1px solid hsla(161, 93.24%, 35.19%, 1) !important;
}

#qwer {
  margin-top: -59px;
}

.accordion-button {
  font-family: "Gabarito", sans-serif;
  --bs-accordion-bg: #fff !important;
  background-color: #fff !important;
  padding: 25px 0 25px 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.accordion-body {
  --bs-accordion-bg: #fff !important;
  background-color: #fff !important;
  border: 0 !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* Transparent navbar styles */
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}

.navbar .nav-link {
  color: #30313d;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #14c8f0;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-brand {
  padding: 0;
}

/* Create a scrolled navbar style for when the user scrolls down */
.navbar.scrolled {
  background-color: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Add some additional padding to the content to accommodate the fixed navbar */
.section-landing {
  padding-top: 90px;
}

@media all and (max-width: 1280px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h1 {
    font-size: 2.4rem !important;
    line-height: 1;
  }
}

@media all and (max-width: 992px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h1 {
    font-size: 1.75rem !important;
    line-height: 1;
  }
}
