@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-BoldCn.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-BoldCn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-It.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("../fonts/AvenirNextLTPro-DemiCn.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-DemiCn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #9E9E9E;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 768px) {
  .offcanvas-collapse {
    position: fixed;
    top: 80px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    padding-top: 25px;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner.js-hamburger {
  background-color: #d9c8c0;
}

.hamburger-inner.js-hamburger:before {
  background-color: #d9c8c0;
}

.hamburger-inner.js-hamburger::after {
  background-color: #d9c8c0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #d9c8c0;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  top: 6px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.main-banner__content .slick-prev {
  z-index: 2;
  height: 40px;
  width: 40px;
  top: 55%;
  left: -1%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 65px;
  height: 64px;
}

.main-banner__content .slick-prev:before {
  font-size: 25px;
  color: #fff;
  content: "\f053";
  font-family: 'FontAwesome';
  z-index: 3;
}

.main-banner__content .slick-prev:hover {
  outline: none;
  background: transparent;
  color: #fff;
}

.main-banner__content .slick-next {
  right: -1%;
  z-index: 2;
  height: 40px;
  width: 40px;
  top: 55%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 65px;
  height: 64px;
}

.main-banner__content .slick-next:before {
  font-size: 25px;
  color: #fff;
  content: "\f054";
  font-family: 'FontAwesome';
}

.main-banner__content .slick-next:hover {
  outline: none;
  background: transparent;
  color: #fff;
}

.main-banner__content .slick-dots {
  z-index: 2;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 9%;
  width: 0%;
  clip-path: polygon(50% 0%, 100% 31%, 100% 69%, 50% 100%, 0% 69%, 0% 31%);
  width: 16px;
  height: 17px;
  background: #fff;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner__content .slick-dots {
    left: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-banner__content .slick-dots {
    left: 45%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-banner__content .slick-dots {
    left: 35%;
  }
}

.main-banner__content .slick-dots .slick-active button:before {
  color: #00b050;
  opacity: 0.75;
  width: 35px;
  margin: 0;
}

.main-banner__content .slick-dots li {
  margin: 0 10px;
}

.main-banner__content .slick-dots li button:before {
  color: gray;
  content: '';
  height: 12px;
  width: 35px;
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: all 300ms ease;
}

.main-banner__content .slick-dots li button:hover:before, .main-banner__content .slick-dots li button:focus:before {
  color: #00b050;
}

.main-election__items .slick-prev {
  z-index: 2;
  height: 40px;
  width: 40px;
  top: -20%;
  right: 3%;
  background-color: transparent;
  width: 65px;
  height: 64px;
}

.main-election__items .slick-prev:before {
  font-size: 25px;
  color: #DF8239;
  content: "\f053";
  font-family: 'FontAwesome';
  z-index: 3;
}

.main-election__items .slick-prev:hover {
  outline: none;
  background: transparent;
  color: #DF8239;
}

.main-election__items .slick-next {
  right: -1%;
  z-index: 2;
  height: 40px;
  width: 40px;
  top: -20%;
  background-color: transparent;
  width: 65px;
  height: 64px;
}

.main-election__items .slick-next:before {
  font-size: 25px;
  color: #DF8239;
  content: "\f054";
  font-family: 'FontAwesome';
}

.main-election__items .slick-next:hover {
  outline: none;
  background: transparent;
  color: #DF8239;
}

.main-election__items .slick-dots {
  z-index: 2;
  display: flex;
  position: absolute;
  bottom: -30%;
  right: 55%;
  width: 0%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-election__items .slick-dots {
    left: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-election__items .slick-dots {
    left: 35%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-election__items .slick-dots {
    left: 35%;
  }
}

.main-election__items .slick-dots .slick-active button:before {
  color: #00b050;
  opacity: 0.75;
  width: 35px;
  margin: 0;
}

.main-election__items .slick-dots li {
  margin: 0 10px;
}

.main-election__items .slick-dots li button:before {
  color: gray;
  content: '';
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #DF8239;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
}

.main-election__items .slick-dots li button:hover:before, .main-election__items .slick-dots li button:focus:before {
  color: #00b050;
}

.btn_custom {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 600;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 13px 50px;
  cursor: pointer;
}

.btn--small {
  padding: 8px 12px;
  min-width: 65px;
  font-size: 12px;
}

.btn--medium {
  padding: 10px 55px;
  min-width: 85px;
  font-size: 14px;
}

.btn--large {
  padding: 12px 55px;
  min-width: 105px;
  font-size: 16px;
}

.btn--filled {
  color: #000;
  background-color: #ebe5e2;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.btn--filled:hover {
  text-decoration: none;
  background-color: #ebe5e2;
  color: #000;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: 0.3s ease-in-out;
}

.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-box.btn-box__banner {
  margin-top: 50px;
}

body {
  font-family: "Avenir Next LT Pro", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
  padding: 100px 0 0 0;
  position: relative;
}

@media (min-width: 0px) and (max-width: 767px) {
  section {
    padding: 50px 0 0 0;
  }
}

button:focus {
  outline: 5px auto transparent;
}

.img-round {
  border-radius: 5px;
}

.navbar {
  background-color: #fff;
  transition: 0.3s ease-in-out;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 120px;
}

.navbar .content {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    height: 80px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar {
    height: 75px;
  }
}

.navbar.fixed {
  height: 85px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.nav-item {
  padding: 0 12px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-item {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-brand {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-brand {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.nav-link {
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Avenir Next LT Pro", sans-serif;
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-link {
    color: #000;
  }
}

.nav-link:hover {
  color: #000 !important;
}

.nav-link.fixed-color {
  color: #000;
  transition: 0.3s ease-in-out;
}

.nav-link.fixed-color:hover {
  color: #000;
}

.nav-link:hover {
  color: #fff;
}

.navbar-brand {
  color: #282727;
  font-size: 25px;
  margin-left: 15px;
}

.navbar-brand:hover {
  color: #d9c8c0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .navbar-brand {
    width: 200px;
    margin-left: 10px;
  }
}

.navbar-brand img {
  width: 100%;
}

.navbar-collapse {
  justify-content: flex-end;
}

.nav-top__header {
  width: 100%;
  background-color: #ebe5e2;
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.nav-top__header.nav-top__header--detele {
  display: none !important;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-top__header {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-top__header {
    display: none;
  }
}

.nav-top__content {
  padding: 0 100px;
}

.main-nav__contact a {
  color: #898989;
  text-decoration: none;
}

.main-nav__redes a {
  color: #898989;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}

.main-nav__redes a:hover {
  transition: 0.3s ease-in-out;
  color: #000;
}

.dropdown-menu {
  padding: 15px;
}

.dropdown-menu li {
  margin-bottom: 5px;
}

.dropdown-menu li a {
  color: #000;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.dropdown-menu li a:hover {
  text-decoration: none;
  color: #d9c8c0;
  transition: 0.3s ease-in-out;
}

/** Banner */
.main-banner {
  position: relative;
  overflow: hidden;
  margin-top: -80px;
}

.main-banner .main-banner__item {
  position: relative;
}

.main-banner .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.main-banner .mask .main-banner__text {
  position: absolute;
  position: absolute;
  top: 50%;
  width: 70%;
  left: 17%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-banner .mask .main-banner__text {
    width: 80%;
    left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-banner .mask .main-banner__text {
    top: 35%;
  }
}

.main-banner .mask .main-banner__text .main-banner__title {
  text-align: center;
}

.main-banner .mask .main-banner__text .main-banner__title p {
  padding: 0 25px;
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner .mask .main-banner__text .main-banner__title p {
    font-size: 55px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-banner .mask .main-banner__text .main-banner__title p {
    font-size: 30px;
    padding: 0;
  }
}

.main-banner .mask .main-banner__text .main-banner__title span {
  padding: 0 25px;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.main-banner .mask .main-banner__text .main-banner__description {
  padding: 0 25px;
  color: #fff;
  font-size: 20px;
  line-height: 2rem;
  margin: 50px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner .mask .main-banner__text .main-banner__description {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-banner .mask .main-banner__text .main-banner__description {
    font-size: 18px;
    padding: 0;
  }
}

.main-banner .main-banner__img {
  width: 100%;
  height: 105vh;
}

.main-banner .main-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-general__title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-general__title p {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  font-family: "Avenir Next LT Pro", sans-serif;
  position: relative;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-general__title p {
    font-size: 40px;
  }
}

.main-general__title p:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #d9c8c0;
  bottom: -5px;
  left: 40%;
  border-radius: 50px;
}

.main-general__title.main-general__title--product p:before {
  left: 35%;
}

.main-product__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-product__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-product__content {
    grid-template-columns: 100%;
  }
}

.main-product__item {
  transition: 0.3s ease-in-out;
}

.main-product__item:hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-product__img {
  width: 100%;
  height: 220px;
}

.main-product__img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.main-product__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.main-product__title p {
  padding: 0 25px;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.main-product__price {
  display: flex;
  justify-content: center;
}

.main-product__price p {
  color: #999;
  font-size: 14px;
}

.about-parallax {
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60");
  background-size: cover;
  height: 40vh;
  background-attachment: fixed;
  position: relative;
  background-position: 50% -140px;
  margin-top: 80px;
}

.about-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #756862 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
}

.about-parallax .about-parallax__title {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-parallax .about-parallax__title h2 {
  color: #fff;
}

.about-parallax .btn-about__parallax {
  position: absolute;
}

.main-about__box {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-about__box {
    margin-top: 0;
  }
}

.main-about__img img {
  width: 100%;
}

.main-about__boxsmall {
  margin-top: 30px;
}

.main-about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-about__content {
    grid-template-columns: 100%;
  }
}

.nav-pills {
  margin-left: -14px;
}

.main-about__boxtitle p {
  font-size: 16px;
  font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #ebe5e2;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  padding: 10px 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
    padding: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
    padding: 10px;
  }
}

.nav-pills .nav-link {
  padding: 10px 35px;
  background-color: transparent;
  border: 1px solid #ebe5e2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-pills .nav-link {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-pills .nav-link {
    padding: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-pills .nav-link {
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-pills .nav-item {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-pills .nav-item {
    padding: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-pills .nav-item {
    padding: 5px;
  }
}

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="number"] {
  width: 100%;
  margin: 0 0px 20px;
  height: 45px;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: rgba(214, 218, 224, 0.52);
  color: #efc09c;
  font-size: 16px;
}

input[type="text"]:focus,
  input[type="phone"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus {
  background: rgba(217, 200, 192, 0.49);
  border-color: transparent !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent !important;
}

input[type="text"]::placeholder,
  input[type="phone"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder {
  color: #898989 !important;
}

textarea {
  width: 100%;
  margin: 0 0px 20px;
  height: 45px;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: rgba(214, 218, 224, 0.52);
  color: #efc09c;
  font-size: 14px;
  height: 100px;
  resize: none;
}

textarea:focus {
  background: rgba(217, 200, 192, 0.49);
  border-color: transparent !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent !important;
}

textarea::placeholder {
  color: #898989 !important;
}

.main-footer__info {
  color: #fff;
  display: flex;
  align-items: center;
}

.main-footer__info ul {
  list-style: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-footer__info ul {
    padding: 15px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-footer__info ul li {
    font-size: 13px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-footer__info ul li {
    margin-bottom: 10px;
  }
}

.main-footer__info ul li a {
  color: #fff;
  font-family: "Avenir Next LT Pro", sans-serif;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: baseline;
}

.main-footer__info ul li a i {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-footer__info ul li a {
    font-size: 13px;
  }
}

.main-footer__info ul li a:hover {
  text-decoration: none;
}

.main-footer__copy {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  bottom: 0;
  padding: 20px 0 5px 0;
  background-color: #d9c8c0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-footer__copy {
    text-align: center;
  }
}

.main-footer__copy p {
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #282727;
}

.main-footer__copy a {
  color: #282727;
  text-decoration: none;
  font-family: "Avenir Next LT Pro", sans-serif;
  text-decoration: none;
  font-weight: 700;
  margin-right: 5px;
}

.main-footer__copy a:hover {
  text-decoration: none;
}

.main-contact__content {
  display: flex;
  justify-content: center;
}

.main-footer {
  padding-top: 50px;
}

.main-footer__form {
  width: 65%;
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-footer__form {
    width: 100%;
  }
}

.main-partners__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-partners__content {
    grid-template-columns: 100%;
  }
}

.main-partners__item {
  display: flex;
  justify-content: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-partners__item {
    margin-bottom: 20px;
  }
}

.main-partners__img {
  width: 240px;
}

.main-partners__img.main-partners__img--small {
  width: 140px;
}

.main-partners__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-footer__map {
  margin-top: 50px;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
}
