.navbar {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  top: 7.1rem;
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    top: 4.3rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar {
    top: 2.8rem;
  }
}
.navbar-collapse {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .navbar-collapse {
    background-color: #f4f4f4;
    position: relative;
    top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-toggler {
    margin-right: 1rem;
  }
}
.navbar-brand img {
  height: 110px;
  transition: all 0.2s ease-in-out;
}
.navbar .container-fluid {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0 0 0 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-brand {
    padding: 0 1rem;
  }
}
.navbar-brand img {
  height: 76px;
}
@media screen and (min-width: 992px) {
  .navbar-brand img {
    height: 89px;
  }
}
.navbar-nav {
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    padding-left: 0;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) a {
    font-size: 1.1rem;
  }
}
.navbar-nav li:not(:last-child) a.contact {
  color: #00a45d !important;
  font-weight: bolder;
}
.navbar-nav li:not(:last-child) a.active {
  font-weight: bolder;
}
.navbar-nav li:last-child {
  background-color: #000;
  padding: 0 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .navbar-nav li:last-child {
    position: relative;
  }
}
.navbar-nav li:last-child a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.navbar-nav li:last-child a:hover::after {
  width: 100%;
}
.navbar-nav li:last-child a:hover img {
  transform: translateY(-4px) translateX(5px);
  height: 27px;
}
.navbar-nav li:last-child a span {
  padding: 0.3rem;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.navbar-nav li:last-child a img {
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.navbar-nav li:last-child span {
  color: #fff;
  font-size: 0.8rem;
}
.navbar--top {
  background-color: #01cd75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
.navbar--top__container {
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .navbar--top__container {
    padding: 0.4rem 0 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .navbar--top__container {
    flex-direction: row;
    padding: 0 3.5rem;
  }
}
.navbar--top a {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}
@media screen and (min-width: 1366px) {
  .navbar--top a {
    color: #000;
  }
}
.navbar--top a img {
  margin-right: 0.5rem;
}
.navbar--top__cta {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1366px) {
  .navbar--top__cta {
    background-color: unset;
    width: max-content;
  }
}
.navbar--top__cta p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}
.navbar--top__title h1 {
  font-size: 1rem;
  font-weight: bolder;
}
@media screen and (max-width: 1200px) {
  .navbar--top__title h1 {
    padding: 0 1rem;
    text-align: center;
  }
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 1rem 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-right: 7px solid #01cd75;
  z-index: 99;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    border-right: 2px solid #000;
    background: #f9f8f8;
    border-top: 5px solid #000;
    width: auto;
  }
}
.navbar .dropdown-menu p {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu p {
    margin-bottom: 0.3rem;
    font-size: 15px;
    color: #938e8e;
    letter-spacing: 0;
    display: block;
  }
}
.navbar .dropdown-menu li {
  background-color: #fff;
  padding: unset;
  left: unset;
}
.navbar .dropdown-menu li:not(:last-of-type) {
  border-bottom: 2px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li:not(:last-of-type) {
    border-bottom: 0;
  }
}
.navbar .dropdown-menu li a {
  color: #000 !important;
  font-size: 1.1rem;
  height: unset;
  font-weight: bolder;
  padding-left: 0 !important;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a {
    background: #f9f8f8;
  }
}
.navbar .dropdown-menu li a img {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a img {
    margin-right: 10px;
    display: block;
  }
}
.navbar .dropdown-menu li a:hover {
  background-color: #00a45d;
  padding-left: 1rem;
  color: #fff !important;
}
.navbar .dropdown-menu li a:hover img {
  opacity: 0;
}
.navbar .dropdown-menu .contact--mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .contact--mobile {
    background-color: #01cd75 !important;
    display: block;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: bolder;
    padding: 0.5rem 0;
    text-align: center;
    margin-top: 0.5rem;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu .contact--mobile:hover {
    background-color: #000 !important;
  }
}

.footer {
  border-top: 12px solid #00a45d;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 1rem;
  }
}
.footer__main-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: black;
  padding: 3rem 0 1rem 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .footer__main-content {
    grid-template-columns: 450px repeat(4, 220px);
    gap: 1rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .footer__main-content {
    grid-template-columns: 500px repeat(4, 1fr);
  }
}
.footer__main-content--info a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer__main-content--info a:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .footer__main-content--info:nth-child(1) {
    grid-row-start: 1;
    grid-column-end: span 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__main-content--info:nth-child(4) {
    grid-row-start: 3;
    grid-column-end: span 2;
    width: 100%;
  }
}
.footer-info {
  max-width: 250px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .footer-info-start {
    margin-bottom: 0;
    width: 90%;
  }
}
.footer-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.footer-title::after {
  content: "";
  background-color: #00a45d;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .footer-title::after {
    height: 4px;
    bottom: -5px;
  }
}
.footer-logo {
  padding-bottom: 20px;
  width: 50%;
}
.footer__bottom {
  display: flex;
  border-top: 1px solid #484848;
  justify-content: unset;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .footer__bottom {
    padding: 1rem 3rem;
  }
}
.footer__bottom p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.circle-icon {
  display: inline-block;
  cursor: pointer;
}

.icon {
  display: block;
  margin: 20px;
}

a {
  text-decoration: none;
}

.footer-location {
  position: absolute;
}

.footer-loc {
  display: block;
  margin-left: 35px;
}

main {
  margin-top: 200px;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1366px) {
  main {
    margin-top: 166px;
  }
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.contact__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f8f8fd;
  padding: 55px 70px;
}
.contact__section--greenText {
  padding-bottom: 5px;
  color: #01cd75;
  font-size: 16px;
  font-weight: 600;
}
.contact__section--main-section {
  text-align: left;
  display: inline-block;
}
.contact__section--mainText {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}
.contact__section__cards--card {
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 10px 8px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 10px 22px;
  padding-bottom: 0;
  width: 90%;
  height: auto;
}
.contact__section__cards--card-tittle {
  margin-left: 50px;
  font-weight: 600;
  font-size: 21px;
  color: #00a45d;
}
.contact__section__cards--card-text {
  margin-left: 50px;
  display: inline-block;
  font-weight: 500;
  font-size: 16;
}
.contact__section__cards--card-icon {
  position: absolute;
  margin-top: 10px;
  width: 42px;
}
.contact__section span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact__section {
    grid-template-columns: repeat(1, 1fr);
    padding: 43px 16px;
  }
  .contact__section--mainText {
    font-size: 25px;
  }
  .contact__section--imageSection img {
    margin-top: 20px;
    width: 100%;
  }
  .contact__section__cards--card {
    width: 100%;
  }
}
#about {
  scroll-margin-top: 120px;
}

.about__section {
  background-color: #ffffff;
}
.about__section--greenText {
  padding-bottom: 20px;
  color: #01cd75;
  font-size: 16px;
  font-weight: 600;
}
.about__section--textSection {
  text-align: left;
  display: inline-block;
}
.about__section--mainText {
  line-height: 1.5;
  padding-bottom: 20px;
  font-weight: 700;
}
.about__section h2 {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 1366px) {
  .about__section h2 {
    font-size: 30px !important;
  }
}
.about__section--secondaryText {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.about__section--imageSection {
  position: relative;
  padding-left: 5%;
}
.about__section--infoSquare {
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  height: 150px;
  width: 150px;
  background-color: #00a45d;
  display: block;
  text-decoration: none;
  margin-left: -2px;
  margin-top: 0;
  left: 1.3rem;
  bottom: 0;
  height: 100px;
  border-top: 5px solid #000;
}
@media screen and (min-width: 1366px) {
  .about__section--infoSquare {
    top: unset;
    bottom: 0;
    left: 4.2rem;
  }
}

.infoSquareText {
  top: 10%;
  position: relative;
  left: 10%;
  font-weight: 600;
  color: #eee;
}

.infoSquareNumber {
  position: relative;
  top: 10%;
  margin-left: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #eee;
}

.coupons {
  background-color: #f6f6f6;
}
.coupons__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .coupons__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.coupons__media img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .coupons__media img {
    height: unset;
    width: unset;
    margin-left: -5rem;
  }
}
@media screen and (min-width: 1366px) {
  .coupons__media img {
    margin-left: -2rem;
  }
}
.coupons__content__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .coupons__content__wrapper {
    margin-left: -15rem;
  }
}
@media screen and (min-width: 1024px) {
  .coupons__content__wrapper {
    margin-left: -15rem;
  }
}
@media screen and (min-width: 1366px) {
  .coupons__content__wrapper {
    margin-left: -10rem;
  }
}
.coupons__content__container {
  border: 3px solid #000;
  background-color: #f3fffa;
}
.coupons__content__container__header {
  background-color: #00a45d;
  border-bottom: 3px solid #000;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .coupons__content__container__header {
    padding: 1.5rem;
  }
}
.coupons__content__container .coupons-list {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list {
    padding: 2rem;
  }
}
.coupons__content__container .coupons-list .coupon {
  width: 90%;
  margin: 0 auto;
  /* Center the coupon */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon {
    width: 80%;
  }
}
.coupons__content__container .coupons-list .coupon:nth-child(2n+1) .coupon__header {
  background-color: #00a45d;
}
@media screen and (max-width: 1200px) {
  .coupons__content__container .coupons-list .coupon:last-child {
    grid-column: span 2;
  }
}
.coupons__content__container .coupons-list .coupon__header {
  padding: 2px 16px;
  background-color: #ff8424;
  padding: 0.8rem 0;
  border: 3px dotted #000;
  /* Dotted border */
  position: relative;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon__header {
    padding: 0.8rem;
  }
}
.coupons__content__container .coupons-list .coupon__header .voucher-border-left,
.coupons__content__container .coupons-list .coupon__header .voucher-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupons__content__container .coupons-list .coupon__header .voucher-border-left::before,
.coupons__content__container .coupons-list .coupon__header .voucher-border-right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px dotted #000;
  border-radius: 50%;
  background: #f3fffa;
}
.coupons__content__container .coupons-list .coupon__header .voucher-border-right {
  right: 0;
}
.coupons__content__container .coupons-list .coupon__header .voucher-border-left:before {
  left: -15px;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon__header .voucher-border-left:before {
    left: -28px;
  }
}
.coupons__content__container .coupons-list .coupon__header .voucher-border-right:before {
  right: -15px;
}
.coupons__content__container .coupons-list .coupon__header h3 {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon__header h3 {
    font-size: 1.3rem;
  }
}
.coupons__content__container .coupons-list .coupon__body {
  border-left: 3px dotted #979797;
  border-right: 3px dotted #979797;
  border-bottom: 3px dotted #979797;
  background-color: #fff;
  padding: 0.6rem;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon__body {
    padding: 0.6rem;
  }
}
.coupons__content__container .coupons-list .coupon__body p {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .coupons__content__container .coupons-list .coupon__body p {
    font-size: 1.1rem;
  }
}
.coupons__content__container a {
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .coupons__content__container a {
    font-weight: 500;
    padding-left: 2rem;
    font-size: 2rem;
  }
  .coupons__content__container a:hover img {
    margin-right: 1.5rem;
  }
}
.coupons__content__container a img {
  margin-right: 1rem;
  transition: all 0.2s ease;
}
.coupons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .coupons-list {
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
  }
}

#customer-service {
  scroll-margin-top: 40px;
}

.customer__section {
  display: flex;
  background-color: #ffffff;
}
.customer__section--greenText {
  padding-bottom: 15px;
  color: #01cd75;
  font-size: 16px;
  font-weight: 600;
}
.customer__section--textSection {
  margin-top: 50px;
}
.customer__section--mainText {
  line-height: 1.5;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 700;
}
.customer__section--secondaryText {
  text-align: justify;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
}
.customer__section--imageSection img {
  height: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .customer__section--imageSection img {
    height: 700px;
    margin: -8rem auto 0 auto;
  }
}

.accordion-button {
  background-color: #eee !important;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 164, 93, 0.25);
  color: black;
}
.accordion-button:not(.collapsed) {
  color: #00a45d;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../../../img/arrow-green.svg);
  transform: rotate(-180deg);
}

.accordion-body {
  background-color: #f7f7f7;
}

.footer {
  border-top: 12px solid #00a45d;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 1rem;
  }
}
.footer__main-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: black;
  padding: 3rem 0 1rem 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .footer__main-content {
    grid-template-columns: 450px repeat(4, 220px);
    gap: 1rem;
    padding: 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .footer__main-content {
    grid-template-columns: 500px repeat(4, 1fr);
  }
}
.footer__main-content--info a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer__main-content--info a:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .footer__main-content--info:nth-child(1) {
    grid-row-start: 1;
    grid-column-end: span 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__main-content--info:nth-child(4) {
    grid-row-start: 3;
    grid-column-end: span 2;
    width: 100%;
  }
}
.footer-info {
  max-width: 250px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .footer-info-start {
    margin-bottom: 0;
    width: 90%;
  }
}
.footer-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.footer-title::after {
  content: "";
  background-color: #00a45d;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .footer-title::after {
    height: 4px;
    bottom: -5px;
  }
}
.footer-logo {
  padding-bottom: 20px;
  width: 50%;
}
.footer__bottom {
  display: flex;
  border-top: 1px solid #484848;
  justify-content: unset;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .footer__bottom {
    padding: 1rem 3rem;
  }
}
.footer__bottom p {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.circle-icon {
  display: inline-block;
  cursor: pointer;
}

.icon {
  display: block;
  margin: 20px;
}

a {
  text-decoration: none;
}

.footer-location {
  position: absolute;
}

.footer-loc {
  display: block;
  margin-left: 35px;
}

.hero {
  background-image: linear-gradient(122deg, rgba(0, 0, 0, 0.04) 18%, rgba(0, 164, 93, 0.56) 71%), url("../../img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
@media screen and (min-width: 992px) {
  .hero {
    background-image: linear-gradient(127deg, rgba(0, 0, 0, 0.04) 17%, rgba(0, 164, 93, 0.32) 93%), url("../../img/hero.jpg");
    height: 550px;
  }
}
@media screen and (min-width: 1366px) {
  .hero {
    height: 500px;
  }
}
.hero__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  height: 100%;
}
@media screen and (min-width: 992px) {
  .hero__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero__container__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .hero__container__content {
    padding: 0 3rem;
  }
}
.hero__container__content h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 992px) {
  .hero__container__content h1 {
    font-size: 3.5rem;
    font-weight: 500;
  }
}
.hero__container__content p {
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .hero__container__content p {
    font-size: 1.3rem;
    margin: 1.5rem 0;
  }
}
.hero__container__content a {
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: max-content;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.hero__container__content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00a45d;
  width: 10px;
  transition: all 0.2s ease-in-out;
  height: 100%;
  z-index: 1;
}
.hero__container__content a:hover {
  color: #fff;
}
.hero__container__content a:hover::before {
  width: 100%;
}
.hero__container__content a span {
  position: relative;
  z-index: 2;
}
.hero__container__content a img {
  margin-left: 10px;
}
.hero__container__form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__container__form__content {
  background-color: #fff;
  border-bottom: 10px solid #00a45d;
  padding: 2rem 1rem;
  height: 90%;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .hero__container__form__content {
    padding: 2rem;
    width: 80%;
  }
}
.hero__container__form__content h4 {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  .hero__container__form__content h4 {
    font-size: 2rem;
  }
}
.hero__container__form__content h4 span {
  font-weight: bolder;
}
.hero__container__form--mobile {
  background-color: #f4f4f4;
  padding: 1rem 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .hero__container__form--mobile {
    display: none;
  }
}
.hero__container__form--mobile .hero__container__form__content {
  margin: 0 auto;
}

.locations {
  font-size: 16px;
  margin-top: 2em;
  padding-top: 30px;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .locations {
    margin-top: 5em;
  }
}
@media screen and (min-width: 1366px) {
  .locations {
    margin-top: 2em;
  }
}
.locations__container--text {
  display: block;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .locations__container--text {
    font-size: 1.9em;
    padding: 0.4em 3em 1em 3em;
  }
}
@media screen and (min-width: 992px) {
  .locations__container--text {
    margin-bottom: 0;
  }
}
.locations__container--line {
  background-color: #01cd75;
  height: 5px;
  width: 60px;
  margin: 0 auto 1rem auto;
}

.locations__container__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .locations__container__body {
    grid-template-columns: repeat(4, 1fr);
  }
  .locations__container__body :last-child {
    grid-column: span 2;
  }
}
.locations__container__body__cards {
  position: relative;
  display: flex;
  justify-content: center;
  height: 220px;
}
.locations__container__body__cards:last-child {
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .locations__container__body__cards {
    height: 20.3em;
  }
}
.locations__container__body__cards--img {
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.locations__container__body__cards--button {
  background-color: #00a45d;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  padding: 0.5em;
  font-size: 1em;
  bottom: 20px;
  width: 13.5em;
}
.locations__container__body__cards--button:hover {
  color: white;
}
@media screen and (min-width: 768px) {
  .locations__container__body__cards--button {
    padding: 10px;
    font-size: 1.3em;
    width: 90%;
  }
}

.locations__container__body__cards__info {
  background-color: #00a45d;
  height: max-content;
  width: 95%;
  box-shadow: 15px 15px;
  height: 15.1em;
}
@media screen and (min-width: 992px) {
  .locations__container__body__cards__info {
    box-shadow: 32px 32px;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .locations__container__body__cards__info {
    height: 18.1em;
    box-shadow: 25px 35px;
  }
}
@media screen and (max-width: 767px) {
  .locations__container__body__cards__info {
    box-shadow: 15px 15px;
  }
}
.locations__container__body__cards__info__header {
  margin: 0px;
  background-color: white;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  align-items: center;
  display: flex;
  height: auto;
  text-align: start;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .locations__container__body__cards__info__header {
    margin: 2px;
    font-size: 1.8em;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .locations__container__body__cards__info__header {
    margin: 2px;
    font-size: 1.3em;
    text-align: start;
    padding: 0.5rem;
  }
}
.locations__container__body__cards__info__header--icon {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .locations__container__body__cards__info__header--icon {
    margin-left: 1em;
  }
}
.locations__container__body__cards__info__header--title {
  margin-left: 1em;
}

#button--info {
  background-color: black;
  position: relative;
  display: block;
  margin: 1rem auto 0 auto;
  width: 90%;
  padding: 1em;
}
@media screen and (max-width: 1200px) {
  #button--info {
    font-size: 1em;
  }
}

#text--info {
  font-size: 1em;
  font-weight: 500;
  padding: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #text--info {
    font-size: 1.3em;
    text-align: center;
    padding: 1em;
  }
}
@media screen and (max-width: 1200px) {
  #text--info {
    font-size: 1em;
  }
}

#seattle-image {
  background-image: url(../../img/seattle.jpg);
  background-size: cover;
}

#miami-image {
  background-image: url(../../img/miami.jpg);
  background-size: cover;
}

#louis-image {
  background-image: url(../../img/st-louis.jpg);
  background-size: cover;
}

#chicago-image {
  background-image: url(../../img/chicago.jpg);
  background-size: cover;
}

#texas-image {
  background-image: url(../../img/texas.jpg);
  background-size: cover;
}

#colorado-image {
  background-image: url(../../img/colorado.jpg);
  background-size: cover;
  background-position: 75% center;
  background-repeat: no-repeat;
}

.logo {
  font-size: 10px;
  margin: 2rem 0;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .logo {
    padding: 0;
    margin: 8vh 0;
  }
}
.logo__container {
  background-color: rgba(213, 217, 222, 0.5725490196);
  text-align: center;
  font-weight: 600;
  padding-top: 2em;
  font-size: 1.3em;
  height: max-content;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .logo__container {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 3em;
    height: 100%;
  }
}
.logo__container h3 {
  font-size: 21px;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .logo__container h3 {
    font-size: 30px;
  }
}

.logo__container__logos {
  display: grid;
  margin-top: 1em;
  grid-template-columns: repeat(1, 1fr);
  gap: 2em;
}
.logo__container__logos a {
  text-decoration: none;
  color: #000;
}
.logo__container__logos--img {
  height: 30px;
  margin-left: 10px;
}
.logo__container__logos--img__rating {
  margin-left: 5px;
  height: 20px;
}
.logo__container__logos--card {
  box-shadow: 0 6px 10px 8px rgba(0, 0, 0, 0.04);
  margin-left: 10px;
  border-radius: 5px;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.6117647059);
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .logo__container__logos--card {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .logo__container__logos--card:last-child {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .logo__container__logos--card:last-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .logo__container__logos {
    gap: 0em;
    margin-top: 1.1em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1366px) {
  .logo__container__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
  .logo__container__logos {
    gap: 1em;
    margin-top: 1.1em;
    grid-template-columns: repeat(2, 1fr);
  }
}
.navbar {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  top: 7.1rem;
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    top: 4.3rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar {
    top: 2.8rem;
  }
}
.navbar-collapse {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .navbar-collapse {
    background-color: #f4f4f4;
    position: relative;
    top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-toggler {
    margin-right: 1rem;
  }
}
.navbar-brand img {
  height: 110px;
  transition: all 0.2s ease-in-out;
}
.navbar .container-fluid {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .navbar .container-fluid {
    padding: 0 0 0 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-brand {
    padding: 0 1rem;
  }
}
.navbar-brand img {
  height: 76px;
}
@media screen and (min-width: 992px) {
  .navbar-brand img {
    height: 89px;
  }
}
.navbar-nav {
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    padding-left: 0;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) a {
    font-size: 1.1rem;
  }
}
.navbar-nav li:not(:last-child) a.contact {
  color: #00a45d !important;
  font-weight: bolder;
}
.navbar-nav li:not(:last-child) a.active {
  font-weight: bolder;
}
.navbar-nav li:last-child {
  background-color: #000;
  padding: 0 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .navbar-nav li:last-child {
    position: relative;
  }
}
.navbar-nav li:last-child a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.navbar-nav li:last-child a:hover::after {
  width: 100%;
}
.navbar-nav li:last-child a:hover img {
  transform: translateY(-4px) translateX(5px);
  height: 27px;
}
.navbar-nav li:last-child a span {
  padding: 0.3rem;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.navbar-nav li:last-child a img {
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.navbar-nav li:last-child span {
  color: #fff;
  font-size: 0.8rem;
}
.navbar--top {
  background-color: #01cd75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
.navbar--top__container {
  align-items: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .navbar--top__container {
    padding: 0.4rem 0 0 0;
  }
}
@media screen and (min-width: 1366px) {
  .navbar--top__container {
    flex-direction: row;
    padding: 0 3.5rem;
  }
}
.navbar--top a {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}
@media screen and (min-width: 1366px) {
  .navbar--top a {
    color: #000;
  }
}
.navbar--top a img {
  margin-right: 0.5rem;
}
.navbar--top__cta {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1366px) {
  .navbar--top__cta {
    background-color: unset;
    width: max-content;
  }
}
.navbar--top__cta p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}
.navbar--top__title h1 {
  font-size: 1rem;
  font-weight: bolder;
}
@media screen and (max-width: 1200px) {
  .navbar--top__title h1 {
    padding: 0 1rem;
    text-align: center;
  }
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 1rem 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-right: 7px solid #01cd75;
  z-index: 99;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    border-right: 2px solid #000;
    background: #f9f8f8;
    border-top: 5px solid #000;
    width: auto;
  }
}
.navbar .dropdown-menu p {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu p {
    margin-bottom: 0.3rem;
    font-size: 15px;
    color: #938e8e;
    letter-spacing: 0;
    display: block;
  }
}
.navbar .dropdown-menu li {
  background-color: #fff;
  padding: unset;
  left: unset;
}
.navbar .dropdown-menu li:not(:last-of-type) {
  border-bottom: 2px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li:not(:last-of-type) {
    border-bottom: 0;
  }
}
.navbar .dropdown-menu li a {
  color: #000 !important;
  font-size: 1.1rem;
  height: unset;
  font-weight: bolder;
  padding-left: 0 !important;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a {
    background: #f9f8f8;
  }
}
.navbar .dropdown-menu li a img {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu li a img {
    margin-right: 10px;
    display: block;
  }
}
.navbar .dropdown-menu li a:hover {
  background-color: #00a45d;
  padding-left: 1rem;
  color: #fff !important;
}
.navbar .dropdown-menu li a:hover img {
  opacity: 0;
}
.navbar .dropdown-menu .contact--mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .contact--mobile {
    background-color: #01cd75 !important;
    display: block;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: bolder;
    padding: 0.5rem 0;
    text-align: center;
    margin-top: 0.5rem;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu .contact--mobile:hover {
    background-color: #000 !important;
  }
}

.services {
  background-color: #eee;
  font-size: 16px;
  height: max-content;
  display: grid;
  align-items: center;
  padding-bottom: 3em;
  padding-top: 4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .services__container {
    padding: 0;
  }
}
.services__container--name {
  font-size: 13px;
  color: #01cd75;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .services__container--name {
    font-size: 1em;
  }
}
.services__container--title {
  color: black;
  text-align: justify;
  font-size: 1.3em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .services__container--title {
    font-size: 1.5em;
  }
}
.services__container--subtitle {
  color: black;
  font-size: 1em;
}

.services__container__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  padding-top: 1.5em;
}
@media screen and (min-width: 992px) {
  .services__container__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__container__cards__card {
  background-color: white;
  border: solid 3px black;
  height: 29em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .services__container__cards__card {
    height: 24.7em;
  }
}
.services__container__cards__card__body {
  padding: 2em;
}
.services__container__cards__card__body--title {
  display: block;
  margin: 0.5em 0;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .services__container__cards__card__body--title {
    font-size: 1.9em;
  }
}
.services__container__cards__card__body--icon {
  display: block;
}
.services__container__cards__card__body--text {
  font-size: 1em;
  color: #000;
}
.services__container__cards__card__body--text:hover {
  color: #00834A;
}
.services__container__cards__card__body--link {
  color: #00a45d;
  text-decoration: none;
  font-weight: 500;
}
.services__container__cards__card__body--link:hover {
  color: #00834A;
}
.services__container__cards__card__footer--button {
  background-color: #00a45d;
  color: white;
  text-decoration: none;
  width: 100%;
  height: 8vh;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .services__container__cards__card__footer--button {
    font-size: 1.3em;
  }
}
.services__container__cards__card__footer--button:hover {
  color: white;
}

.statistics__media--mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  height: 200px;
}
.statistics__media--mobile img {
  height: auto;
  width: 100%;
  margin-left: -3rem;
}
@media screen and (min-width: 992px) {
  .statistics__media--mobile img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .statistics__media__container {
    margin: 4.5rem 0 2rem 0;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .statistics__media__container {
    padding: 0 4rem;
  }
}
.statistics__media__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .statistics__media__content {
    background-image: url("../../img/stats.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4.5rem;
    height: 462px;
  }
}
.statistics__media__content__header {
  background-color: #000;
  color: #fff;
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .statistics__media__content__header {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__media__content__header {
    margin-left: auto;
  }
}
@media screen and (min-width: 1366px) {
  .statistics__media__content__header {
    width: 40%;
  }
}
.statistics__media__content__body {
  background-color: #01cd75;
  margin-left: auto;
  height: 100%;
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .statistics__media__content__body {
    padding: 2rem;
    width: 50%;
  }
}
@media screen and (min-width: 1366px) {
  .statistics__media__content__body {
    padding: 2rem;
    width: 35%;
  }
}
.statistics__media__content__body p {
  font-size: 1.3rem;
  text-align: justify;
}
@media screen and (min-width: 1366px) {
  .statistics__media__content__body p {
    font-size: 1.2rem;
  }
}
.statistics__media__content__body p span {
  font-weight: bolder;
  font-size: 1.4rem;
}
.statistics__media__content__body a {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  display: block;
  font-weight: bolder;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .statistics__media__content__body a {
    margin-top: 1.5rem;
  }
  .statistics__media__content__body a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 0;
    transition: all 0.2s ease-in-out;
    height: 100%;
    z-index: -1;
  }
  .statistics__media__content__body a:hover {
    color: #fff;
  }
  .statistics__media__content__body a:hover::after {
    width: 100%;
  }
}
.statistics__count__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .statistics__count__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.statistics__count__container::before {
  background-color: #e4dfda;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .statistics__count__container::before {
    height: 300px;
    top: -9rem;
  }
}
.statistics__count__individual {
  text-align: center;
}
.statistics__count__individual h5 {
  font-size: 2.5rem;
}
.statistics__count__individual p {
  color: #6a6a6a;
  font-weight: bolder;
}

#reviews {
  scroll-margin-top: 60px;
}

.testimonials {
  background-color: #eee;
  height: max-content;
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 1rem;
    margin-top: -4rem;
    position: relative;
    z-index: -1;
  }
}
.testimonials__container--line {
  width: 14vw;
  height: 6px;
  background-color: #01cd75;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .testimonials__container--line {
    width: 3.2vw;
  }
}
.testimonials__container--tittle {
  font-size: 1rem;
  display: block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .testimonials__container--tittle {
    font-size: 30px;
    margin-top: 1.8rem;
  }
}

.testimonials__container__carousel {
  position: relative;
}
.testimonials__container__carousel__items {
  padding: 0.5rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items {
    padding: 1rem;
  }
}
.testimonials__container__carousel__items__body {
  height: 480px;
  font-size: 14px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  padding: 4rem 2rem 3rem 2rem;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    height: 420px;
    padding: 4rem 2rem 3rem 2rem;
  }
}
.testimonials__container__carousel__items__body--icon {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 19px;
  margin-bottom: 18px;
}
.testimonials__container__carousel__items__body--tittle {
  color: #00834A;
  height: 3rem;
}
.testimonials__container__carousel__items__body--img {
  height: 2rem;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-51%, -50%);
}
.testimonials__container__carousel__items__body--text {
  margin: 0 auto;
  display: block;
  text-align: justify;
  height: max-content;
  font-size: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body--text {
    height: 100px;
  }
}
.testimonials__container__carousel__items__body__footer {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body__footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
.testimonials__container__carousel__items__body__footer--img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body__footer--img {
    width: 20%;
  }
}
.testimonials__container__carousel__items__body__footer--name {
  font-size: 10px;
  font-weight: 600;
  text-align: end;
  color: #00834A;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body__footer--name {
    font-size: 14px;
  }
}
.testimonials__container__carousel__items__body--date {
  display: block;
  position: absolute;
  bottom: 40px;
  color: #696969;
  border-bottom: solid 1px;
  margin-bottom: -20px;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel__items__body--date {
    bottom: 60px;
  }
}
.testimonials__container__carousel .owl-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .testimonials__container__carousel .owl-dots {
    bottom: 1rem;
  }
}

.owl-stage-outer {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .owl-stage-outer {
    padding-bottom: 4rem;
  }
}

.form {
  height: max-content;
  display: block;
}

.form__container .accordion-body {
  padding-left: 0;
  background-color: #fff !important;
}
@media screen and (max-width: 1200px) {
  .form__container .accordion-body {
    padding: 1rem 0;
  }
}
.form__container .accordion-item {
  border: 0;
  border-radius: 0;
}
.form__container__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .form__container__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__container__body__cols--name {
  font-size: 16px;
  color: #01cd75;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}
.form__container__body__cols--title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem 0;
}
.form__container__body__cols--subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.form__container__body__cols:first-child {
  padding: 0rem;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .form__container__body__cols:first-child {
    padding: 3rem;
  }
}

.spinner-border {
  display: none;
}

.form__container__body__cols__form--sectionName {
  font-size: 15px;
  color: white;
  padding: 12px 18px;
  display: block;
  width: max-content;
  margin: 0.9rem 0;
}
.form__container__body__cols__form--sectionName:nth-child(3n+1) {
  background-color: #01cd75;
}
.form__container__body__cols__form--sectionName:nth-child(3n+3) {
  background-color: #00a45d;
}
.form__container__body__cols__form--sectionName:nth-child(3n+2) {
  background-color: #00834A;
}
.form__container__body__cols__form__origin {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 100px repeat(2, 1fr);
}
@media (max-width: 767px) {
  .form__container__body__cols__form__origin {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__container__body__cols__form__final {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 100px repeat(2, 1fr);
}
@media (max-width: 767px) {
  .form__container__body__cols__form__final {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__container__body__cols__form__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .form__container__body__cols__form__data {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__container__body__cols__form__date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0.5rem;
  border-top: solid 2px #eee;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .form__container__body__cols__form__date {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__container__body__cols__form input select {
  padding: 18px 12px;
}

@media screen and (min-width: 992px) {
  .inputsForm:not(:first-child) {
    margin: 0 0.7rem;
  }
}
@media screen and (min-width: 992px) {
  .inputsForm:first-child {
    margin: 0 0.7rem 0 0;
  }
}
.inputsForm input,
.inputsForm select {
  border-radius: 0;
  padding: 0.8rem;
}

.input-group {
  width: 20vw;
}

#map {
  height: 60vh;
}
@media screen and (min-width: 992px) {
  #map {
    height: 60vh;
  }
}

.map {
  height: max-content;
  position: sticky;
  top: 9.3rem;
}

.form-label {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
}

.form-control,
.form-select {
  background-color: #f2f0f0;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 180, 14, 0.25);
  border-color: #00a45d;
}

.form-check-input:checked {
  background-color: #00a45d;
  border-color: #00a45d;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 180, 14, 0.25);
  border-color: #00a45d;
}

.btn-dark {
  border-radius: 0;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-dark:disabled {
  cursor: not-allowed;
}

::selection {
  background-color: #00a45d !important;
  color: #fff;
}

.alert-danger,
.alert-success {
  display: none;
}
@media screen and (min-width: 992px) {
  .alert-danger,
.alert-success {
    position: fixed;
    top: 0;
    font-size: 1rem;
    width: 100%;
    left: 0;
    z-index: 9999;
  }
}

#textoTerminos {
  font-size: 14px;
  text-align: justify;
}

.alertTop {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  text-align: center;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

main {
  margin-top: 200px;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1366px) {
  main {
    margin-top: 166px;
  }
}

@media screen and (min-width: 992px) {
  .footer__main-content {
    grid-template-columns: 160px repeat(5, 180px);
    gap: 1rem;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__main-content {
    grid-template-columns: 160px repeat(5, 150px);
  }
}
@media screen and (min-width: 1280px) {
  .footer__main-content {
    grid-template-columns: 400px repeat(4, 200px);
    gap: 1rem;
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .footer__main-content {
    grid-template-columns: 450px repeat(4, 220px);
    padding: 3rem;
  }
}

#Sticky--button {
  z-index: 9999;
  position: fixed;
  bottom: 5%;
  right: 2%;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.circle {
  z-index: -1;
  color: #01cd75;
  position: absolute;
}

.circle2 {
  filter: drop-shadow(1px);
  margin-top: 10px;
  margin-left: 10px;
  z-index: 2;
  color: #ffffff;
}

.phoneIcon {
  position: absolute;
  margin-top: 25px;
  margin-left: 25px;
  color: #01cd75;
}

#Sticky--button:hover {
  animation: latido 2s infinite;
  transform-origin: center;
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bubble {
  align-items: center;
  color: #ffffff;
  height: 40px;
  position: absolute;
  opacity: 0;
  background-color: #01cd75;
  border: 1px solid #01cd75;
  padding: 10px;
  border-radius: 5px;
  top: -50%;
  left: 20%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 1s ease;
}

.bubbleSquare {
  z-index: -1;
  height: 1px;
  position: absolute;
  opacity: 0;
  background-color: #01cd75;
  padding: 10px;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  transition: opacity 0s ease-out;
  transform: rotate(45deg);
  animation-delay: 0.5s;
}

#Sticky--button:hover .bubble {
  opacity: 1;
}

#Sticky--button:hover .bubbleSquare {
  animation-delay: 0.5s;
  transition: opacity 1s ease;
  opacity: 0.9;
}
