:root {
  --color-01: #1a3e67;
  --color-01-rgba: rgba(0, 83, 161, 0.75);
}

html,
body {
  font-family: "Raleway", sans-serif;
}

.glass {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.glass strong {
  color: #e4231d;
}

.menuMain {
  position: fixed;
  top: 5%;
  left: 5%;
  width: auto;
  padding: 15px 35px;
  font-weight: 600;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.menuMain a {
  color: var(--color-01);
  text-decoration: none;
}

.menuMain.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.menuMain.scrolling-up {
  transform: translateY(0);
  opacity: 1;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

.hamburger-icon {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navbar-toggler:not(.collapsed) .line-a {
  transform: rotate(45deg);
  top: 10px;
  position: absolute;
}

.navbar-toggler:not(.collapsed) .line-b {
  opacity: 0;
  transform: translateX(-60px);
}

.navbar-toggler:not(.collapsed) .line-c {
  transform: rotate(-45deg);
  top: 10px;
  position: absolute;
}

.slideText .h1 {
  font-size: 5.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
}

.slideText .h2 {
  font-size: 3.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1em;
}

.section-01 {
  background-image: url("../images/bgslide.webp");
  background-color: #232323;
  background-size: cover;
  background-position: center;
}

.titleModule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-01, #0a2e5a);
  line-height: 1.2em;
}

.titleModule::before,
.titleModule::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-01-rgba, rgba(0, 83, 161, 0.5));
}

.titleModule::before {
  margin-right: 15px;
}

.titleModule::after {
  margin-left: 15px;
}

.subTitleModule {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-01, #0a2e5a);
  line-height: 1.2em;
}

.subTitleModule::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-01-rgba, rgba(0, 83, 161, 0.5));
  margin-left: 15px;
}

.themeDarkCustom .subTitleModule::after,
.themeDarkCustom .subTitleModule::before {
  background-color: rgba(255, 255, 255, 1);
}

.bg-custom {
  background-color: var(--color-01);
}

.personSlide {
  width: 85%;
}

.choice {
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  float: left;
  align-items: center;
  transition: width 0.2s;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.expand {
  width: calc(90% - 10px);
}

.unset {
  width: 16%;
  color: black !important;
  background-color: #ddd !important;
}

.small {
  width: calc(5% - 10px);
  background-color: var(--color-01) !important;
}

.small > div,
.unset > div > p {
  opacity: 0;
}

.expand > div {
  transition-delay: 200ms;
  opacity: 1;
}

.bg-galeria {
  background-size: cover;
  background-position: center;
}

.btn-gallery {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 3px;
  text-align: center;
}

.expand .btn-gallery {
  left: 10px;
  top: 10px;
}

.small .btn-gallery {
  width: 25px;
  height: 25px;
  padding: 1.5px !important;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  background-color: #efefef;
  color: var(--color-01) !important;
}

.gallery-caption {
  font-size: 1.2em;
}

.gallery-card,
.gallery-img {
  height: 450px;
}

.gallery-img-1 {
  background-image: url("../images/galeria-02-01.webp");
}

.gallery-img-2 {
  background-image: url("../images/galeria-01.webp");
}

.gallery-img-3 {
  background-image: url("../images/galeria-03-01.webp");
}

.info-section {
  position: relative;
  background-image: url("../images/bgslide.webp");
  background-size: cover;
  background-position: center;
}

.info-logo {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

.btn-primary-custom {
  --main-color: var(--color-01, #0a2e5a);
  --hover-color: var(--color-02, #0053a1);
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: var(--hover-color);
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btn-shine::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  opacity: 0;
  transform: rotate(30deg) translate(-100%, -100%);
  transition: none;
}

.btn-shine:hover::after {
  animation: shine-effect 0.8s forwards;
}

@keyframes shine-effect {
  0% {
    transform: rotate(30deg) translate(-100%, -100%);
    opacity: 0.2;
  }
  100% {
    transform: rotate(30deg) translate(50%, 50%);
    opacity: 0;
  }
}

.video-section {
  position: relative;
}

.video-section-content {
  position: relative;
  z-index: 99;
}

.iphone-frame {
  padding-top: 14px;
  width: 350px;
  height: 630px;
  background-image: url("../images/iphone.png");
  background-size: 350px 630px;
  background-repeat: no-repeat;
  background-position: center;
}

.youtube-frame {
  border-radius: 36px;
}

.video-resource {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 1;
}

.video-resource img,
.quest-resource img {
  opacity: 0.2;
}

.quest-section {
  position: relative;
}

.quest-resource {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  z-index: 1;
}

.score-scale {
  font-size: 0.9em;
}

.consultation-controls {
  max-width: 520px;
}

.doctor-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.doctor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26, 62, 103, 0.12);
  border-color: rgba(26, 62, 103, 0.25);
}

.doctor-name {
  font-weight: 800;
  color: var(--color-01);
  line-height: 1.15em;
  margin-bottom: 4px;
}

.doctor-meta {
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.6);
}

.badge-soft {
  background: rgba(26, 62, 103, 0.08);
  color: var(--color-01);
  border: 1px solid rgba(26, 62, 103, 0.12);
  font-weight: 800;
}

.btn-wa {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  font-weight: 800;
}

.btn-wa:hover {
  filter: brightness(0.96);
  color: #fff;
}

.btn-outline-custom {
  border-color: rgba(26, 62, 103, 0.25);
  color: var(--color-01);
  font-weight: 800;
}

.btn-outline-custom:hover {
  background: rgba(26, 62, 103, 0.06);
  border-color: rgba(26, 62, 103, 0.35);
  color: var(--color-01);
}

.small-note {
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.55);
}

.empty-title {
  color: var(--color-01);
  font-weight: 800;
}

@media (max-width: 768px) {
  .menuMain {
    top: 2%;
    left: 1%;
    text-align: center;
    border-radius: 0;
    width: 98%;
    padding: 10px;
    font-size: 0.85em;
  }

  .slideText .h1 {
    font-size: 3rem;
  }

  .slideText .h2 {
    font-size: 1.5rem;
  }

  .choice {
    margin-left: 2px;
    margin-right: 2px;
  }

  .choice .gallery-caption {
    width: 100%;
    background-color: var(--color-01-rgba);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .expand {
    width: calc(80% - 4px);
  }

  .small {
    width: calc(10% - 4px);
  }
}
