@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-SemiBoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto/Roboto-Black.ttf");
  font-weight: 900;
}
body {
  font-family: Roboto;
  --color-green: #91ba4f;
  --color-green-dark: #396336;
  --color-blue: #1077bc;
  --color-red: #cc061d;
  padding-top: 65px;
}

#app-top {
  display: none;
  background-color: var(--color-green-dark);
  color: #fff;
  padding: 16px 0;
}
#app-top .container {
  display: flex;
  align-items: center;
}
#app-top .infos {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
#app-top .infos a {
  text-decoration: none;
  color: inherit;
}
#app-top .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#app-header {
  display: none;
  align-items: center;
  padding: 16px 0;
}
#app-header a {
  color: inherit;
}
#app-header .navbar-brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
#app-header .navbar-brand .app-name {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  color: #1077bc;
}
#app-header .navbar-brand .app-name span {
  color: #cc061d;
}
#app-header .navbar-brand .app-logo {
  width: 90px;
}
#app-header .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#app-header .nav a {
  font-weight: 600;
  font-size: 18px;
}
#app-header .nav a:hover {
  text-decoration: none !important;
}
#app-header .nav a.active {
  color: var(--color-blue);
}
#app-header .nav a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
#app-header .nav a.dropdown-item {
  font-weight: 500;
}
#app-header .nav .nav-item:last-child a {
  padding-right: 0;
}

#app-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1051;
  height: 65px;
}
#app-header-mobile .mobile-title {
  font-weight: 700;
  font-size: 18px;
}
#app-header-mobile .mobile-title span {
  color: var(--color-red);
}
#app-header-mobile .mobile-title .app-logo {
  width: 40px;
  margin-right: 5px;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transition: left 0.3s ease-in-out;
}
.mobile-sidebar .nav .nav-item a {
  color: inherit;
  padding: 16px 0;
  font-weight: 600;
}
.mobile-sidebar .nav .nav-item a.active {
  color: var(--color-blue);
}
.mobile-sidebar .nav .nav-item a.dropdown-item {
  padding: 12px 16px;
  font-weight: 500;
}
.mobile-sidebar .mobile-sidebar-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 16px;
}
.mobile-sidebar .mobile-sidebar-bottom a {
  text-decoration: none;
  text-align: center;
  background: var(--color-green);
  padding: 8px;
  margin-bottom: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.mobile-sidebar.show {
  left: 0;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  display: none;
}

.mobile-overlay.show {
  display: block;
}

#app-banner {
  margin-top: 16px;
}
#app-banner img {
  width: 100%;
}

#home-banner {
  margin-top: 16px;
}

#app-about h1 {
  text-align: center;
  margin-bottom: 16px;
}
#app-about h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #396336;
}
#app-about .text {
  margin: auto;
  text-align: justify;
  line-height: 28px;
  font-size: 18px;
}

#app-specialties {
  background-color: #f6f6f6;
}
#app-specialties .specialty-list .specialty-box {
  background-color: #fff;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: inherit;
}
#app-specialties .specialty-list .specialty-box + .specialty-box {
  margin-top: 16px;
}
#app-specialties .specialty-list .specialty-box:hover {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: 0.3s;
}
#app-specialties .specialty-list .specialty-box:hover .info .name {
  color: var(--color-blue);
  transition: 0.3s;
}
#app-specialties .specialty-list .specialty-box .img img {
  width: 100%;
  aspect-ratio: 16/12;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#app-specialties .specialty-list .specialty-box .info .name {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 12px;
  text-align: center;
}

#app-services .service-list .service-box {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: inherit;
}
#app-services .service-list .service-box + .service-box {
  margin-top: 16px;
}
#app-services .service-list .service-box:hover {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: 0.3s;
}
#app-services .service-list .service-box:hover .info .name {
  color: var(--color-blue);
  transition: 0.3s;
}
#app-services .service-list .service-box .img img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#app-services .service-list .service-box .info .name {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 5px;
}
#app-services .service-list .service-box .info .des {
  opacity: 0.7;
  text-align: justify;
}

#app-activity .activity-list .img {
  display: block;
  cursor: pointer;
  padding: 8px;
  background-color: #fff;
  overflow: hidden;
}
#app-activity .activity-list .img:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
#app-activity .activity-list .img:hover img {
  transform: scale(1.1);
  transition: 1s;
}
#app-activity .activity-list .img img {
  width: 100%;
}

#app-footer {
  background: linear-gradient(to top, #efefef, #efefef);
  padding-top: 32px;
  padding-bottom: 32px;
}
#app-footer .app-name {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
#app-footer .app-name .name {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #1077bc;
}
#app-footer .app-name .name span {
  color: #cc061d;
}
#app-footer .app-name .logo {
  width: 60px;
}
#app-footer > .inner {
  padding-top: 32px;
}
#app-footer > .inner .info-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
}
#app-footer > .inner .info-title.red {
  color: var(--color-red);
}
#app-footer > .inner .company-info {
  margin-bottom: 32px;
}
#app-footer > .inner .company-info .text {
  text-align: justify;
}
#app-footer > .inner .clinic-info {
  margin-bottom: 32px;
}
#app-footer > .inner .clinic-info ul.info-list {
  list-style: none;
  padding-left: 0;
}
#app-footer > .inner .clinic-info ul.info-list li {
  margin-bottom: 16px;
}
#app-footer > .inner .clinic-info ul.info-list li .icon {
  display: inline-block;
  min-width: 26px;
}
#app-footer > .inner .clinic-info ul.info-list li a {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
#app-footer > .inner .contact-info .social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
#app-footer > .inner .contact-info .info-time > div {
  margin-bottom: 8px;
}
#app-footer > .inner .contact-info .info-time > div:last-child {
  margin-bottom: 0;
}

#app-doctors .doctor-list {
  display: grid;
  grid-template-columns: repeat();
}
#app-doctors .doctor-list .doctor-box + .doctor-box {
  margin-top: 16px;
}
#app-doctors .doctor-list .doctor-box .img img {
  width: 100%;
}
#app-doctors .doctor-list .doctor-box .name {
  font-weight: 600;
  font-size: 120%;
  margin-top: 12px;
}
#app-doctors .doctor-list .doctor-box .specialty {
  color: gray;
  opacity: 0.8;
}

.section {
  padding: 80px 0;
}
.section h1 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.full-width-photo {
  display: none;
  background-color: #f6f6f6;
  padding-bottom: 150px;
}
.full-width-photo img {
  width: 100%;
}

.icon-sml {
  width: 18px;
  height: 18px;
}

.page-back {
  padding: 12px 0;
  border-top: 1px solid #d9d9d9;
}
.page-back a {
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 500;
}

.page-banner {
  padding: 50px 16px;
  text-align: center;
  background: rgba(206, 206, 206, 0.2901960784);
}
.page-banner h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.page-banner h5 {
  font-weight: 400;
}

.page-article-wrapper {
  padding: 32px 0;
}
.page-article-wrapper .empty-article {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-indicators {
  margin-bottom: 8px;
}

.carousel-indicators [data-bs-target] {
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-control-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7019607843), transparent);
}

.carousel-control-next {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7019607843), transparent);
}

.carousel-indicators .active {
  background-color: #1077bc;
}

@media screen and (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #app-activity .activity-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #app-activity .activity-list .img img {
    width: 100%;
    aspect-ratio: 5/3.6;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #app-specialties .specialty-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  #app-specialties .specialty-list .specialty-box + .specialty-box {
    margin-top: 0;
  }
  #app-services .service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  #app-services .service-list .service-box + .service-box {
    margin-top: 0;
  }
  #app-top {
    display: block;
  }
  #app-top .infos .address {
    flex: 1;
  }
  #app-doctors .doctor-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  #app-doctors .doctor-list .doctor-box + .doctor-box {
    margin-top: 0;
  }
  #app-doctors .doctor-list .doctor-box .img {
    aspect-ratio: 1333/2000;
    background: #f4f4f4;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .full-width-photo {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
  #app-top .infos {
    font-size: inherit;
    gap: 48px;
  }
  #app-top .infos .address {
    flex: unset;
  }
  #app-header-mobile {
    display: none;
  }
  #app-header {
    display: flex;
  }
  #app-banner {
    margin-top: 0;
  }
  #app-activity .activity-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #app-specialties .specialty-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  #app-specialties .specialty-list .specialty-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
  }
  #app-services .service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  #app-footer {
    padding-bottom: 0;
  }
  #app-footer > .inner {
    padding: 32px 0;
    display: flex;
    gap: 32px;
  }
  #app-footer > .inner .company-info {
    margin-bottom: 0;
    width: 300px;
  }
  #app-footer > .inner .clinic-info {
    margin-bottom: 0;
    flex: 1;
  }
  #app-footer > .inner .contact-info {
    width: 220px;
  }
  #app-footer .app-name-container {
    padding: 0;
  }
  #app-footer .app-name .name {
    font-size: 24px;
    line-height: 34px;
  }
  #app-footer .app-name .logo {
    width: 90px;
  }
  #app-doctors .doctor-list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .section {
    padding: 120px 0;
  }
  #app-about .text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1400px) {
  #app-specialties .specialty-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
  }
  #app-specialties .specialty-list .specialty-box {
    padding: 8px;
    padding-bottom: 12px;
  }
  #app-doctors .doctor-list {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=main.css.map */