/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background: #bab8af;
  height: 35px;
  font-size: 0.875rem;
  z-index: 1030;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s;
}

header .navbar-brand img {
  min-width: 250px;
}

@media (min-width: 768px) {
  header .navbar-brand img {
    min-width: 350px;
  }
}

.header-scrolled {
  top: -148px;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-color: #c7c8c2;
  background-image: url(../img/banner.webp);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  background-color: #e6e6e6;
  overflow: visible;
}

#about video {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 100%;
}

@media (min-width: 576px) {
  #about video {
    width: 370px;
  }
}

@media (min-width: 992px) {
  #about video {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: scale(1.2) translateX(-50%);
  }
}

@media (min-width: 1200px) {
  #about video {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: scale(1.1) translateX(-50%);
  }
}

/*--------------------------------------------------------------
# Treatments
--------------------------------------------------------------*/

#treatments .container-fluid {
  padding: 0 150px 0 150px;
}

#treatments img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  max-width: 300px;
}

#treatments .swiper-button-next,
#treatments .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  --swiper-navigation-size: 13px;
  --swiper-navigation-color: #fff;
}

#treatments .swiper-button-next {
  right: 90px;
}
#treatments .swiper-button-prev {
  left: 90px;
}

@media (max-width: 556px) {
  #treatments .container-fluid {
    padding: 80px 30px 30px 30px;
  }

  #treatments .swiper-button-next {
    right: 3px;
  }
  #treatments .swiper-button-prev {
    left: 3px;
  }
}

#treatments .swiper-pagination {
  --swiper-pagination-color: #e6e6e6;
  --swiper-pagination-bullet-size: 12px;
}

@media (min-width: 576px) {
  #treatments .swiper-pagination {
    bottom: -50px;
  }
}

#treatments .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  opacity: 1;
}

#treatments .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6e6e6;
  border: 3px solid #e6e6e6;
  opacity: 1;
}

/*--------------------------------------------------------------
# Objectives
--------------------------------------------------------------*/
#objectives {
  padding: 0;
}

#objectives .half-1 {
  background-color: #e6e6e6;
  padding: 8% 5% 8% 8%;
}

#objectives .half-2 {
  background-image: url("../img/foto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 40px 150px 40px 150px;
}

#testimonials .testimonial-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

#testimonials .testimonial-item h4 {
  font-size: 1rem;
}

.testimonial-text {
  font-weight: 200;
  font-size: 1rem;
  height: 150px;
  overflow-y: scroll;
}

.testimonial-text::-webkit-scrollbar {
  width: 5px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #bab8af;
  border-radius: 5px;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

.testimonial-text::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  top: 55%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #ffffff;
}

#testimonials .swiper-button-next {
  right: 90px;
}
#testimonials .swiper-button-prev {
  left: 90px;
}

@media (max-width: 700px) {
  #testimonials .container-fluid {
    padding: 40px 30px 40px 30px;
  }

  #testimonials .swiper-button-next {
    right: 3px;
  }
  #testimonials .swiper-button-prev {
    left: 3px;
  }
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 12px;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6e6e6;
  border: 3px solid #e6e6e6;
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background-color: #bab8af;
}

#contact .col-lg-6 .content {
  max-width: 550px;
}

#contact form div.position-relative::before {
  position: absolute;
  content: "*";
  color: #f00;
  left: 40px;
  top: 8px;
}

#contact .icon-grid {
  background-color: #c0beb6;
  transition: background-color 0.5s;
  width: 180px;
}

@media (max-width: 376px) {
  #contact .icon-grid {
    width: 100%;
  }
}

#contact .icon-grid:hover {
  background-color: #cbc9c2;
}

#contact .icon-grid-desc {
  font-size: 0.8rem;
  font-weight: lighter;
  position: relative;
  top: -20px;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#faq {
  background-color: #c7c8bf;
}

.accordion-button:after {
  order: -1;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-width: 17px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' fill='%23fff' id='chevron'%3E%3Cpath d='m1363 877-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L531 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'%3E%3C/path%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' fill='%23fff' id='chevron'%3E%3Cpath d='m1363 877-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L531 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'%3E%3C/path%3E%3C/svg%3E");
  margin-left: 0;
  margin-right: 0.5em;
}

.accordion .accordion-item {
  background-color: #c7c8bf;
  border: 0;
  --bs-accordion-border-width: 0;
}

.accordion .accordion-item .accordion-header {
  border: 2px solid #fff;
  --bs-accordion-btn-focus-border-color: #fff;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  --bs-accordion-btn-bg: #c7c8bf;
  --bs-accordion-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #c7c8bf;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

#map {
  position: relative;
  background-color: #94670a;
  padding: 0;
}

#map .map-buttons {
  top: initial;
  bottom: 0;
}

@media (min-width: 576px) {
  #map .map-buttons {
    top: 50%;
    bottom: initial;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #94670a;
  font-size: 0.9375rem;
}

footer .footer {
  padding: 60px 0;
}

footer .footer-link {
  font-weight: 100;
}

footer .copyright {
  padding: 30px 0 25px 0;
}

.copy-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

.max-width-250 {
  max-width: 250px;
}

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-gray {
  color: #7d7d73;
}

.text-lightgray {
  color: #babdbe;
}

.text-justify {
  text-align: justify;
}

/**
* Background
*/

.bg-gray {
  background-color: #c7c8bf;
}

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #26d367;
  --bs-btn-border-color: #26d367;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18994a;
  --bs-btn-hover-border-color: #18994a;
  --bs-btn-focus-shadow-rgb: 148, 103, 10;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18994a;
  --bs-btn-active-border-color: #18994a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6ac48c;
  --bs-btn-disabled-border-color: #6ac48c;
}

.btn-golden {
  --bs-btn-color: #fff;
  --bs-btn-bg: #94670a;
  --bs-btn-border-color: #94670a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #694b0e;
  --bs-btn-hover-border-color: #694b0e;
  --bs-btn-focus-shadow-rgb: 105, 75, 14;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #694b0e;
  --bs-btn-active-border-color: #694b0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8b7549;
  --bs-btn-disabled-border-color: #8b7549;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (max-width: 1200px) {
}

/* lg */
@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

/* sm */
@media (max-width: 556px) {
  .w-sm-100 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}
