p {
  font-size: 16px;
  line-height: 30px;
}

ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  margin-bottom: 10px;
}

.divisor {
  width: 100%;
  height: 4px;
  background-color: #009a38;
}

.text-gray {
  color: #8b8b8b;
}

.text-justify {
  text-align: justify;
}

.nav {
  position: sticky;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 0;
  background-color: #fff;
}
.nav__social {
  width: 100%;
  background-color: #202020;
  padding: 15px;
}
.nav__social a, .nav__social span {
  color: #fff;
}
.nav__social a {
  text-decoration: none;
}
.nav__menu {
  position: relative;
  height: 100px;
}
.nav__menu--image {
  height: 68px;
  position: relative;
}
.nav__menu--toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.nav__menu__links__list {
  list-style: none;
}
.nav__menu__links__list--item a {
  color: #202020;
  text-decoration: none;
  font-weight: bold;
  padding: 13px;
  display: block;
  height: 100%;
  position: relative;
}
.nav__menu__links__list--item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background-color: #009a38;
  transition: width 300ms ease;
}
.nav__menu__links__list--item a:hover::before {
  width: 100%;
}
.nav__menu__links a {
  height: 100%;
}
.nav__menu__links a img {
  height: 80%;
}

.accreditations {
  background-color: #f6f7f9;
}

.footer {
  background-color: #202020;
}
.footer h4 {
  font-size: 18px;
}
.footer p {
  color: #8b8b8b;
}
.footer__brands--item {
  color: #fff;
  font-size: 36px;
  transition: color 300ms ease;
}
.footer__brands--item:hover {
  color: #009a38;
}
.footer__copyright {
  padding: 20px;
  background-color: #000;
  text-align: center;
}
.footer__copyright img {
  height: 30px;
}

.carousel-item {
  position: relative;
}
.carousel-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: block !important;
  background-color: #009a38;
  border-radius: 0.2em;
  padding: 20px;
}

.dropdown-menu {
  padding: 0;
}

.centered-dropdown {
  position: absolute !important;
  left: 50% !important;
  top: 60px !important;
  transform: translateX(-50%) !important;
}

.float-button {
  z-index: 999;
  border: none;
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 20px;
  right: 20px;
  text-align: center;
  line-height: 75px;
  background-color: #009a38;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.float-button:hover {
  color: #fff;
}

.values__item--image {
  height: 100px;
  width: 100px;
}
.values__item--text {
  font-size: 24px;
}

.flag {
  height: 15px;
}

@media (max-width: 767px) {
  .nav__menu {
    height: auto;
  }
}
@media (max-width: 1283px) {
  .nav__menu__links__list--item a {
    font-size: 12px;
  }
}
@media (min-width: 1300px) {
  .carousel-item-title {
    font-size: 54px;
  }
}
@media (max-width: 553px) {
  .carousel-item-title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
