.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;
}

.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;
  }
}

html,
body {
  scroll-behavior: smooth;
}

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

*: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;
  }
}

.legal {
  height: max-content;
}
.legal__header {
  background-color: #e4dfda;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .legal__header {
    padding: 0 3rem;
    height: 195px;
  }
}
.legal__header--title {
  text-align: center;
  display: block;
  font-size: 21px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .legal__header--title {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }
}
.legal__header p {
  opacity: 0.7;
  margin-bottom: 0;
}
.legal__header h5 {
  margin-bottom: 1.5rem;
}
.legal__body {
  padding: 2rem 1rem 1rem 1rem;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .legal__body {
    padding: 3rem 3rem 3rem 3rem;
  }
}
.legal__body > div {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .legal__body > div {
    margin-top: -3rem;
  }
}
.legal__body p span {
  font-weight: bolder;
}
.legal__body h5 {
  margin-bottom: 1.5rem;
}
.legal__body ol {
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
  .legal__body ol {
    padding-left: 2rem;
  }
}
.legal__body ol li {
  font-weight: bolder;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.legal__body ul {
  padding-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  .legal__body ul {
    padding-left: 2rem;
  }
}
.legal__body img {
  height: auto;
  width: 90%;
}

.calendly-inline-widget {
  height: 500px;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .calendly-inline-widget {
    height: 680px;
  }
}

.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;
}

.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 !important;
  margin-bottom: 18px;
}
.testimonials__container__carousel__items__body--tittle {
  color: #00834A;
  height: 3rem;
}
.testimonials__container__carousel__items__body--img {
  height: 2rem !important;
  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;
  }
}

.testimonials {
  height: max-content;
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 1rem;
    position: relative;
  }
}
.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;
  }
}
