* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  background-color: #f8f9fa;
}

.info-baner {
  height: 40px;
  width: 100%;
  background-color: #212529;
}
.info-baner .info-elements {
  width: 100%;
  display: flex;
}
.info-baner .info-elements .info-contact {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.info-baner .info-elements .info-contact i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9176470588);
  padding: 8px 10px 0 0px;
}
.info-baner .info-elements .info-contact a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9176470588);
  text-decoration: none;
  padding-top: 8px;
  margin-right: 20px;
  transition: color 0.3s;
}
.info-baner .info-elements .info-contact a:hover {
  color: #ced4da;
}
.info-baner .info-elements .info-icons {
  width: 50%;
  display: flex;
  justify-content: end;
}
.info-baner .info-elements .info-icons .icons i {
  font-size: 22px;
  padding: 8px 20px 0 20px;
  color: rgba(255, 255, 255, 0.9176470588);
  transition: color 0.3s;
}
.info-baner .info-elements .info-icons .icons i:hover {
  color: #ced4da;
}

@media (max-width: 400px) {
  .info-baner .info-elements .info-icons .icons i {
    padding: 8px 10px 0 10px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
  }
}
.underline {
  height: 2px;
  background-color: #ced4da;
  margin-bottom: 30px;
}

nav {
  z-index: 100;
  box-shadow: 0 5px 15px #343a40;
  padding: 10px 0;
}

.nav-link {
  text-transform: uppercase;
  color: #343a40;
  transition: background-color 0.8s;
  border-radius: 10px;
  font-size: 18px;
  margin: 5px 0;
  font-weight: bold;
}

.nav-link:hover {
  background-color: #ced4da;
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  background-color: #ced4da;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 5px;
  }
}
.navbar-brand img {
  height: 50px;
}

h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 45px;
  color: #212529;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
  color: #212529;
  text-transform: uppercase;
  text-align: left;
}

.baner {
  height: 250px;
  background-color: #212529;
}
.baner .baner-elements {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.baner .hero-logo {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}
.baner .hero-logo img {
  height: 175px;
}

@media (max-width: 1200px) {
  .baner .hero-logo {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .baner .hero-logo img {
    height: 175px;
  }
}
@media (max-width: 576px) {
  .baner .hero-logo {
    margin-top: 10px;
    height: 100x;
  }
  .baner .hero-logo img {
    height: 150px;
  }
}
.hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 6;
}

header h1 {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9176470588);
  text-transform: uppercase;
}

.home-description {
  font-size: 18px;
  color: #212529;
}
.home-description span {
  font-size: 25px;
  font-weight: bold;
  font-family: "poppins", sans-serif;
}

.offer .row {
  justify-content: space-around;
  margin: 30px 0;
}
.offer .offer-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 10px;
}
.offer .offer-card-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #212529;
}
.offer .offer-text {
  font-size: 18px;
  color: #212529;
}
.offer .offer-text span {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.offer .offer-card-text {
  color: #212529;
}
.offer i {
  font-size: 40px;
  padding-top: 20px;
  color: #343a40;
}

.accordion {
  --bs-accordion-border-color: $background-color;
}
.accordion span {
  font-weight: bold;
}

.accordion-button::after {
  color: rgba(255, 255, 255, 0.9176470588);
}

.accordion-button {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.9176470588);
  border-radius: 20px;
  padding-top: 30px;
}
.accordion-button img {
  height: 60px;
  margin-right: 20px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-item {
  color: #212529;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item > .accordion-header .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-button:not(.collapsed) {
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.9176470588);
  background-color: #343a40;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: $background-color;
}

.accordion-body {
  font-size: 18px;
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0px;
  box-shadow: none;
}

.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-left: auto;
  font-weight: 900;
  rotate: 90deg;
  margin-right: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.about-us .row {
  justify-content: space-around;
  margin: 30px 0;
}
.about-us .about-us-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.9176470588);
  margin-top: 20px;
  border-radius: 10px;
  width: 350px;
}
.about-us .about-us-card-title {
  font-size: 17px;
  font-weight: bold;
  color: #212529;
  text-transform: uppercase;
}
.about-us i {
  font-size: 30px;
  padding-top: 20px;
  color: #212529;
}
.about-us .about-us-card-team {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9176470588);
  margin-top: 20px;
  border-radius: 10px;
  width: 250px;
}

.profile,
.team {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9176470588);
  border-radius: 10px;
  padding: 20px 0;
}
.profile .first-text,
.team .first-text {
  width: 100%;
  text-align: right;
  padding: 20px 40px 40px 40px;
  font-size: 16px;
}
.profile .first-text span,
.team .first-text span {
  font-weight: bold;
  font-size: 18px;
  font-family: "poppins", sans-serif;
}
.profile .header,
.team .header {
  width: 100%;
  display: flex;
  justify-content: start;
}
.profile .header h3,
.team .header h3 {
  padding-left: 40px;
}
.profile .profile-elements,
.team .profile-elements {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 820px;
}
.profile .profile-img,
.team .profile-img {
  margin-left: 40px;
  height: 100%;
}
.profile .profile-img img,
.team .profile-img img {
  margin-top: 15px;
  width: 500px;
  border-radius: 50px;
}
.profile .profile-text,
.team .profile-text {
  padding: 0 40px;
  width: 60%;
  font-size: 16px;
  color: #212529;
}
.profile .profile-text span,
.team .profile-text span {
  font-weight: bold;
  font-size: 20px;
  font-family: "poppins", sans-serif;
}
.profile .profile-text .bold,
.team .profile-text .bold {
  font-size: 16px;
  font-weight: bold;
  font-family: "poppins", sans-serif;
}

@media (max-width: 1400px) {
  .profile .profile-img img {
    margin-top: 120px;
    width: 400px;
  }
}
@media (max-width: 1400px) {
  .profile .profile-elements {
    flex-direction: column;
    height: 100%;
  }
  .profile .profile-img {
    margin: 20px 0;
    height: 450px;
    width: 92%;
    overflow: hidden;
    position: relative;
  }
  .profile .profile-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .profile .profile-text {
    width: 100%;
  }
}
.team .team-text {
  padding: 0 40px;
  color: #212529;
}

.contact {
  display: flex;
  justify-content: center;
}
.contact .contact-square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9176470588);
  width: 100%;
  height: 850px;
  border-radius: 10px;
  padding: 20px;
}
.contact .contact-square .info-apropo {
  font-size: 14px;
  margin: 0 auto;
  transform: translate(20%);
  width: 50%;
  padding: 15px 0;
}
.contact .contact-square .info-apropo p {
  padding: 0;
  margin: 0;
}
.contact .contact-square .info-apropo p span {
  font-weight: bold;
}
.contact .contact-square .contact-hours {
  text-align: center;
  padding: 10px;
}
.contact .contact-square .contact-hours p {
  padding: 0;
  margin: 0;
}
.contact .contact-square .contact-hours p span {
  font-weight: bold;
}
.contact p {
  padding: 20px;
  color: #212529;
}
.contact .contact-text {
  padding: 10px;
  font-weight: bold;
}
.contact .square-text {
  width: 100%;
  padding: 0 50px;
  font-size: 18px;
}
.contact .square-text span {
  font-size: 20px;
  font-weight: bold;
}
.contact .square-text img {
  padding: 20px;
  height: 160px;
}
.contact .square-text i {
  font-size: 30px;
}
.contact .icons {
  display: flex;
  justify-content: space-around;
}
.contact .icons i {
  font-size: 40px;
  padding: 30px;
  color: #212529;
  transition: color 0.3s;
}
.contact .icons i:hover {
  color: #ced4da;
}

.table {
  text-align: left;
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 0;
  transform: translate(20%);
}
.table span {
  font-weight: bold;
  padding-right: 5px;
}
.table i {
  font-size: 30px;
  padding: 5px 10px;
}
.table a {
  text-decoration: none;
  color: #212529;
  transition: color 0.3s;
}
.table a:hover {
  color: #ced4da;
}

@media (max-width: 992px) {
  .contact .contact-square {
    height: 850px;
  }
  .contact .contact-square .info-apropo {
    transform: translate(0%);
    width: 100%;
    padding: 15px 0;
  }
  .contact .square-text img {
    height: 120px;
  }
  .table {
    padding: 0;
    width: 100%;
    transform: translate(0%);
  }
}
@media (max-width: 575px) {
  .table {
    font-size: 14px;
  }
  .contact .contact-square {
    height: 850px;
  }
  .contact .square-text {
    padding: 0;
    font-size: 16px;
  }
}
.footer {
  background-color: #ced4da;
  color: #343a40;
}
.footer p {
  font-size: 12px;
  margin: 0;
  padding: 5px;
}/*# sourceMappingURL=main.css.map */