@charset "UTF-8";

/* Add pulsing animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@font-face {
  font-family: "OpenSans-SemiBold";
  font-display: swap;
  src: url(./fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url(./fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(./fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  src: url(./fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: "Lato-Regular";
  font-display: swap;
  src: url(./fonts/Lato-Regular.ttf);
}

:root {
  --color0: #fff;
  --color1: #00c9cb;
  --color2: #808080;
  --color3: #6a83bd;
  --color4: #555;
  --color5: #ededed;
  --color6: #d5d7d6;
  --color7: #f6f6f6;
  --color8: #f9f9f9;

  --default-font: "Arial, Verdana, Helvetica, sans-serif";
  --font0: "OpenSans-SemiBold";
  --font1: "OpenSans-Bold";
  --font2: "OpenSans-Regular";
  --font3: "Lato-Bold";
  --font4: "Lato-Regular";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

::placeholder {
  color: var(--color3);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--color3);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: var(--font1);
}

li {
  list-style: none;
  cursor: pointer;
}

body {
  font-family: var(--font1);
  width: 100%;
  max-width: 192rem;
  margin: auto;
  background-color: var(--color0);
}

.in-view {
  font-family: var(--font1);
  font-weight: 700;
  color: var(--color3);
}

h2 {
  font: 700 4.4rem/6rem var(--font1);
  letter-spacing: -0.02em;
  color: var(--color4);
  text-align: center;
  width: 100%;
  margin: auto;
}

.plans {
  width: 100%;
  padding: 1.6rem 1rem;
  border: none;
  border-radius: 10rem;
  background: var(--color1);
  font: 600 2rem / 2rem var(--font0);
  color: var(--color0);
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans::after {
  content: url(./assets/right-arrow.png);
  width: 1.9rem;
  height: 1.9rem;
  margin-left: 0.6rem;
}

.plans:hover {
  cursor: pointer;
  transform: scale(1.05);
}

header {
  width: 100%;
  max-width: 192rem;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: var(--color0);
  border-top: 1rem solid var(--color1);
  border-bottom: 0.05rem solid var(--color1);
}

header .menu-top-mobile {
  display: none;
}

header .container-one-desktop {
  width: 100%;
  max-width: 141rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container-one-desktop .container-one-desktop-logo {
  width: 100%;
  max-width: 10rem;
}

header .container-one-desktop .container-two {
  width: 100%;
  max-width: 88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

header .container-one-desktop .container-two ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container-one-desktop .container-two ul li {
  font: 600 1.8rem/1.8rem var(--font0);
  letter-spacing: 0.01em;
  color: var(--color2);
  transition: 100ms;
  margin-right: 16px;
}

header .container-one-desktop .container-two ul li:hover {
  color: var(--color3);
}

header .container-one-desktop .container-two .user-logo {
  width: 100%;
  padding: 0.8rem 2.3rem 0.5rem;
  border-radius: 10rem;
  background-color: var(--color1);
  display: flex;
  font: 600 1.7rem/1.7rem var(--font0);
  color: var(--color0);
  transition: 300ms;
  animation: pulse 2s infinite;
}

header .container-one-desktop .container-two .user-logo::before {
  content: url("./assets/user-logo.png");
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  margin-right: 0.4rem;
}

header .container-one-desktop .container-two .user-logo:hover {
  transform: scale(1.05);
  animation: none; /* Stop animation on hover */
}

.header {
  background: url("./assets/bg-section-one.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 192rem;
  margin: 11.395rem auto 0;
  height: 78rem;
}

.header .container-three {
  width: 100%;
  max-width: 140.4em;
  margin: auto;
  padding: 0 1rem;
}

.header .container-three h1 {
  font: 600 5rem/6.1rem var(--font0);
  color: var(--color4);
  width: 100%;
  max-width: 84rem;
  padding: 20.8rem 0 0;
}

.header .container-three h1 span {
  font-family: var(--font1);
  font-weight: 700;
  color: var(--color3);
}

.header .container-three .plans {
  max-width: 37.7rem;
  margin: 4.4rem 0 0;
}

.header .bg-mobile {
  display: none;
}

header .container-one-desktop .container-two ul li .area-medico-btn {
  font: 600 1.8rem/1.8rem var(--font0);
  letter-spacing: 0.01em;
  color: var(--color2);
  transition: 100ms;
}

header .container-one-desktop .container-two ul li .area-medico-btn:hover {
  color: var(--color3);
}

#medical-register-form {
  background: #fdfdfd;
  border-radius: 12px;
  padding: 40px;
  max-width: 800px;
  margin: 3rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#medical-register-form h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #00c9cb;
  padding-bottom: 20px;
}
#medical-register-form label {
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
#medical-register-form input[type="text"],
#medical-register-form input[type="email"],
#medical-register-form input[type="date"],
#medical-register-form input[type="file"],
#medical-register-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#medical-register-form input[type="text"]:focus,
#medical-register-form input[type="email"]:focus,
#medical-register-form input[type="date"]:focus,
#medical-register-form input[type="file"]:focus,
#medical-register-form select:focus {
  border-color: #00c9cb;
  box-shadow: 0 0 5px rgba(0, 201, 203, 0.5);
  outline: none;
}
#medical-register-form button {
  background: #00c9cb;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}
#medical-register-form button:hover {
  background: #009a9d;
  transform: translateY(-2px);
}
#medical-register-form button:active {
  transform: translateY(0);
}
#medical-register-form section {
  margin-bottom: 30px;
}
#medical-register-form section.active {
  display: block;
}
#medical-register-form section:not(.active) {
  display: none;
}

/* Updated Modal Styles */
:root {
  --color0: #ffffff;
  --color1: #00c9cb;
  --color2: #808080;
  --color3: #6a83bd;
  --color4: #555;
  --color5: #ededed;
}

/* The modal overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

/* Modal content container */
.modal-content {
  background-color: var(--color0);
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
}

/* Modal header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal-header h2 {
  font-size: 1.8rem;
  color: var(--color1);
  margin: 0;
}

/* Close button */
.close {
  font-size: 28px;
  font-weight: bold;
  color: var(--color2);
  cursor: pointer;
}

.close:hover {
  color: var(--color1);
}

/* Modal body content */
.modal-body {
  font-size: 18px;
  color: var(--color4);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Modal footer */
.modal-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* Buttons inside the modal */
.modal-button {
  padding: 10px 20px;
  background-color: var(--color1);
  color: var(--color0);
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.modal-button:hover {
  background-color: #009a9d;
}

/* Add pulsing animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Apply pulsing animation to desktop user-logo button */
header .container-one-desktop .container-two .user-logo {
  width: 100%;
  padding: 0.8rem 2.3rem 0.5rem;
  border-radius: 10rem;
  background-color: var(--color1);
  display: flex;
  font: 600 1.7rem/1.7rem var(--font0);
  color: var(--color0);
  transition: 300ms;
  animation: pulse 2s infinite;
}

/* Apply pulsing animation to mobile user-logo button */
header .menu-top-mobile .menu-top-mobile-active .user-logo {
  width: 100%;
  max-width: 11.9rem;
  margin: auto;
  padding: 0.8rem 2.5rem;
  border-radius: 10rem;
  background-color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 600 1.7rem/1.7rem var(--font0);
  color: var(--color0);
  transition: 300ms;
  animation: pulse 2s infinite;
}

header .container-one-desktop .container-two .user-logo {
  animation: pulse 2s infinite;
}

header .container-one-desktop .container-two .user-logo:hover {
  animation: none;
}

header .menu-top-mobile .menu-top-mobile-active .user-logo {
  animation: pulse 2s infinite;
}

header .menu-top-mobile .menu-top-mobile-active .user-logo:hover {
  animation: none;
}

@media (max-width: 600px) {
  #medical-register-form {
    padding: 20px;
  }
  #medical-register-form h3 {
    font-size: 1.6rem;
  }
  #medical-register-form button {
    font-size: 1rem;
  }
}

@media (max-width: 1440px) {
  header .container-one-desktop .container-one-desktop-logo {
    max-width: 10rem;
  }

  .header {
    margin: 8.025rem auto 0;
    height: 56rem;
  }

  .header .container-three h1 {
    padding: 13rem 0 0;
  }
}

@media (max-width: 1023px) {
  h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }

  header #menuDesktop {
    display: none;
  }

  header .menu-top-mobile {
    display: block;
    width: 100%;
    max-width: 102.3rem;
    margin: auto;
    padding: 1rem 1rem;
  }

  header .menu-top-mobile .container-one-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .menu-top-mobile .container-one-mobile-logo {
    width: 100%;
    max-width: 14rem;
    height: auto;
  }

  header .menu-top-mobile .container-one-mobile .toggle {
    position: relative;
    width: 32px;
    height: 35px;
    right: 0px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    cursor: pointer;
  }

  header .menu-top-mobile .container-one-mobile .toggle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.2px;
    border-radius: 50px;
    background-color: var(--color3);
    transform: translateY(-10px);
    box-shadow: 0 10px 0 var(--color3);
    transition: 300ms;
  }

  header .menu-top-mobile .container-one-mobile .toggle.active::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 0 var(--color3);
  }

  header .menu-top-mobile .container-one-mobile .toggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.2px;
    border-radius: 50px;
    background-color: var(--color3);
    transform: translateY(10px);
    transition: 300ms;
  }

  header .menu-top-mobile .container-one-mobile .toggle.active::after {
    transform: translateY(0px) rotate(-45deg);
  }

  header .menu-top-mobile .menu-top-mobile-active {
    display: none;
  }

  header .menu-top-mobile .menu-top-mobile-active ul {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  header .menu-top-mobile .menu-top-mobile-active ul li {
    font: 600 1.8rem/1.8rem var(--font0);
    color: var(--color2);
    transition: 100ms;
    margin: 0 auto 1.5rem;
  }

  header .menu-top-mobile .menu-top-mobile-active ul li:hover {
    color: var(--color3);
  }

  header .menu-top-mobile .menu-top-mobile-active .user-logo {
    width: 100%;
    max-width: 18rem;
    margin: auto;
    padding: 0.8rem 2.5rem;
    border-radius: 10rem;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 600 1.7rem/1.7rem var(--font0);
    color: var(--color0);
    transition: 300ms;
  }

  header .menu-top-mobile .menu-top-mobile-active .user-logo::before {
    content: url("./assets/user-logo.png");
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    margin-right: 0.4rem;
  }

  header .menu-top-mobile .menu-top-mobile-active .user-logo:hover {
    transform: scale(1.05);
    animation: none; /* Stop animation on hover */
  }

  .header {
    background: none;
    height: 100%;
    margin: 6.608rem auto 0;
  }

  .header .bg-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .header .container-three {
    padding: 0 1rem 6rem;
  }

  .header .container-three h1 {
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    max-width: 76rem;
    margin: auto;
    padding: 5rem 0 0 0;
  }

  .header .container-three .plans {
    margin: 3.4rem auto 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  .header .container-three h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    text-align: center;
    max-width: 50rem;
    margin: auto;
    padding: 4rem 0 0 0;
  }

  .header .container-three .plans {
    max-width: 40rem;
  }
}

@media (max-width: 539px) {
  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  header .menu-top-mobile .container-one-mobile-logo {
    max-width: 14rem;
  }

  header .menu-top-mobile .menu-top-mobile-active ul {
    padding-top: 1rem;
  }

  header .menu-top-mobile .menu-top-mobile-active ul li {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  header .menu-top-mobile .menu-top-mobile-active .user-logo {
    font-size: 1.6rem;
    line-height: 1.6rem;
    max-width: 24rem;
  }

  .header .container-three {
    padding: 0 1rem 5.3rem;
  }

  .header .container-three h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    max-width: 41rem;
  }

  .header .container-three .plans {
    max-width: 32rem;
  }
}

@media (max-width: 375px) {
  .plans {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .header .container-three h1 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    max-width: 32rem;
  }

  .header .container-three .plans {
    max-width: 29rem;
  }
}

/* Depoimentos Section */
.depoimentos {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.depoimentos .container-eight {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.depoimentos h2 {
  color: var(--color1);
  font-family: "OpenSans-Bold";
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin-bottom: 1.5rem;
}

.depoimentos p {
  color: var(--color2);
  font-family: "OpenSans-Regular";
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.depoimentos-slider {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}

.slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  background: white;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 60rem;
}

.depoimento-slide {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.depoimento-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: white;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  font-size: 2rem;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
  background: var(--color1);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 2rem;
}

.next-btn {
  right: 2rem;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(0, 201, 203, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--color1);
  transform: scale(1.2);
}

.dot:hover {
  background: var(--color1);
}

/* Loading state */
.depoimentos-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  color: var(--color2);
  font-size: 1.8rem;
}

.depoimentos-error {
  text-align: center;
  color: #dc3545;
  font-size: 1.6rem;
  padding: 2rem;
}

/* Responsive styles for depoimentos */
@media (max-width: 768px) {
  .depoimentos {
    padding: 6rem 0;
  }
  
  .depoimentos h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  
  .depoimentos p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 3rem;
  }
  
  .slider-wrapper {
    height: 45rem;
  }
  
  .slider-btn {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  
  .prev-btn {
    left: 1rem;
  }
  
  .next-btn {
    right: 1rem;
  }
  
  .dot {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 480px) {
  .depoimentos {
    padding: 4rem 0;
  }
  
  .depoimentos .container-eight {
    padding: 0 1rem;
  }
  
  .depoimentos h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  
  .slider-wrapper {
    height: 35rem;
  }
  
  .slider-btn {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
  
  .prev-btn {
    left: 0.5rem;
  }
  
  .next-btn {
    right: 0.5rem;
  }
}
