@font-face {
  font-family: "GolosText-SemiBold";
  src: url("../fonts/GolosText-SemiBold.woff2") format("woff2"),
    url("../fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText-Regular";
  src: url("../fonts/GolosText-Regular.woff2") format("woff2"),
    url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText-Medium";
  src: url("../fonts/GolosText-Medium.woff2") format("woff2"),
    url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText-ExtraBold";
  src: url("../fonts/GolosText-ExtraBold.woff2") format("woff2"),
    url("../fonts/GolosText-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText-Bold";
  src: url("../fonts/GolosText-Bold.woff2") format("woff2"),
    url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText-Black";
  src: url("../fonts/GolosText-Black.woff2") format("woff2"),
    url("../fonts/GolosText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "GolosText-Regular";
  background-color: #fbfbfb;
}

.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  /*padding: 15px 60px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  box-shadow: 0px 3px 12px 0px #8e8e8e1a;
}

.logo {
  display: flex;
  align-items: center;
  margin-left: 110px;
}

.logo img {
  height: 40px;
  margin-right: 10px;
  width: 186px;
  height: 59px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 27px 0px;
}

.nav-links .active {
  color: #350076;
  border-bottom: 8px solid #8ccc27;
}


.login-btn {
  display: flex;
  align-items: center;
  background: #b3f4f2;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
}

.login-btn:hover {
  color: #350076;
}

.login-btn img {
  height: 18px;
  width: 18px;
  margin-right: 8px;
}

.banner-img {
  text-align: center;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-img {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.main-banner {
  width: 90%;
  position: relative;
  top: -11px;
}

/* Bottom left aqua shape */
.shape-left {
  position: absolute;
  bottom: -36px;
  left: 36px;
  width: 864px;
  height: 383px;
  z-index: -1;
}

/* Top right lime shape */
.shape-green {
  position: absolute;
  top: 18px;
  right: 0;
  width: 864px;
  height: 383px;
  z-index: -1;
}

/* Top right purple circle */
.shape-purple {
  position: absolute;
  top: 140px;
  right: 0;
  width: 150px;
  z-index: -1;
}

.banner-text {
  position: absolute;
  top: 255px;
  left: 256px;
  color: #fff;
  font-family: "GolosText-ExtraBold";
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 60px;
  leading-trim: NONE;
  letter-spacing: -1%;
  line-height: 73px;
  z-index: 9;
}

.banner-text {
  text-align: left;
}

.banner-cta {
  position: absolute;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -1%;
  margin-left: -36px;
}

.banner-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -280px;
  position: relative;
  z-index: 9;
}

button.banner-btn-left {
  margin-right: 7px;
  width: 175px;
  color: #0d001d;
  height: 32px;
  border-radius: 15px;
  border: 1px solid #fff;
}

button.banner-btn-right {
  width: 125px;
  height: 32px;
  color: #6833a9;
  border-radius: 15px;
  border: 1px solid #fff;
}

img.banner-btn-img {
  margin-right: 7px;
}

/* description */

.description {
  width: 80%;
  height: 225px;

  padding-top: Space/Base 3x;
  padding-right: Space/Base 6x;
  padding-bottom: Space/Base 3x;
  padding-left: Space/Base 6x;
  gap: 24;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  background: var(--Purple-400, #6833a9);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  top: 0;
  position: relative;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.desc-img {
  width: 72px;
  height: 72px;
}

.desc-block {
  display: flex;
  gap: 20px;
  width: 40%;

  @media screen and (max-width: 600px) {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

.desc-heading {
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
}

.desc-text {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #fbfbfb;
}

/* details */

.details {
  display: flex;
  top: 0;
  position: relative;
  gap: 16px;
  margin-bottom: 25px;
}

.details-small {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.details-large {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.details-block {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;

  @media screen and (max-width: 600px) {
    padding: 0 !important;
  }
}

.details-block div {
  padding: 8px;
}

.details-block img {
  border-radius: 0 8px 8px 0;

  @media screen and (max-width: 900px) {
    height: 100%;
  }
}

.buscar {
  width: auto;
  /* width: 131px; */
  display: flex;
  align-items: center;
  gap: 8px;
  height: 64px;
  gap: 8;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  padding: 16px;
  background: var(--Neutral2-500, #131316);
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #fbfbfb;
  border: none;

  @media screen and (max-width: 1200px) {
    margin-top: 0 !important;
    height: auto !important;
  }
}

/*-------------------*/
.doctores-list {
  padding: 40px 80px;
  font-family: "GolosText-SemiBold";
}

.doctores-list>div {
  max-width: 1080px;
  margin: 0 auto;
}

.doctores-list h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #0f0f12;
}

.especialidades {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 22px 16px;
  /* padding-left: 18px; */
}

.especialidades span {
  border: 1px solid var(--Neutral2-400, #424245);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 20px;
  background-color: #fff;
  color: #424245;
  cursor: pointer;
  transition: all 0.2s ease;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.especialidades span:hover {
  background-color: #f3f3f3;
  border-color: #999;
}

/*-----------------*/
.main-profesional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px 40px 80px;
  gap: 40px;
}

.left-side {
  width: 50%;
}

.left-side h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #424245;
  font-weight: 400;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 50px;
  letter-spacing: -1%;
}

.right-side {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.image-bg {
  position: relative;
  background-color: #6833a9;
  width: 337px;
  height: 425px;
  border-radius: 8px;
}

.image-bg img {
  position: absolute;
  bottom: -98px;
  right: -245px;
  width: 514px;
  height: 546px;
}

/*---------------*/
.opciones-section {
  padding: 20px 80px;

  background-color: #fff;
}

.opciones-title {
  font-size: 2rem;
  padding-bottom: 30px;
  padding-left: 110px;
  color: #0f0f12;
  margin-bottom: 40px;
  text-align: left;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  vertical-align: bottom;
}

.opciones-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.opcion-card {
  position: relative;
  background-color: #6833a9;
  border-radius: 16px;
  width: 300px;
  padding-top: 120px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.opcion-card:hover {
  transform: translateY(-5px);
}

.opcion-img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: 12px;
  /*overflow: hidden;*/
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.opcion-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.opcion-content {
  padding: 28px 20px 20px 20px;
}

.opcion-content h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.opcion-content p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.para-text-card {
  margin-bottom: 0px;
}

/* === SECCIÓN DE CONEXIÓN MÉDICA === */
.medconect-section {
  background-color: #b3f4f2;
  position: relative;
  height: 520px;
  margin: 150px 0px 100px 0px;
}

.medconect-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  position: relative;
}

.medconect-left {
  position: relative;
  width: 45%;
}

.medconect-img {
  position: absolute;
  bottom: -355px;
  left: 0;
  width: 617px;
  height: 711px;
}

.medconect-right {
  width: 50%;
  color: #111;
  z-index: 2;
  position: relative;
  padding-left: 60px;
}

.medconect-right h2 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  vertical-align: bottom;
}

.medconect-btn {
  background-color: #131316;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
}

.medconect-btn:hover {
  background-color: #333;
  transform: scale(1.05);
}


/* @media only screen and (max-width: 1200px){ */
.directory-contain {
  padding-top: 0 !important;
}

.directory-contain .container {
  background: transparent;
}

.directory-contain .dest-left-rgt {
  background: #fbfbfb;
}

.directory-contain .dest-left-rgt .row {
  background: transparent;
}

.directory-contain-row>.col-lg-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.directory-contain .dest-heading-new {
  margin-bottom: 0;
  padding-top: 30px;
  background: #fbfbfb;
  padding-left: 15px;
  padding-right: 15px;
}

.agendar-list li {
  font-family: "GolosText-Regular";
}

.agendar-list li.active {
  font-family: "GolosText-Semibold";
}

@media (max-width: 768px) {
  .medconect-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
    padding: 0 30px;
  }

  .medconect-left {
    width: 80%;
  }

  .medconect-img {
    position: relative;
    bottom: 0;
  }

  .medconect-right {
    width: 100%;
  }
}

/* === FOOTER === */
.medfooter {
  background-color: #0b0b0d;
  color: #ccc;
  font-family: "Inter", sans-serif;
  padding: 50px 80px 20px;

  @media screen and (max-width: 600px) {
    padding: 20px;
  }
}

.medfooter-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.medfooter-logo {
  width: 25%;
}

.medfooter-logo img {
  width: 77%;
  margin-bottom: 15px;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 200px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 50%;
  }
}

.medfooter-logo p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fbfbfb;
  font-family: "GolosText-Regular";
  font-weight: 400;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
}

/* === COLUMNAS === */
.medfooter-links {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  width: 45%;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.medfooter-links h4 {
  color: #fbfbfb;
  margin-bottom: 10px;
  font-family: "GolosText-Bold";
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.medfooter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.medfooter-links li {
  margin-bottom: 6px;
}

.medfooter-links a {
  color: #fbfbfb;
  text-decoration: none;
  font-size: 0.9rem;
}

.medfooter-links a:hover {
  color: #00d1d1;
}

/* === LOGIN BUTTON === */
.medfooter-login {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: start;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 24%;
    justify-content: start;
  }
}

.medfooter-btn {
  background-color: #b3f4f2;
  color: #111;
  border: none;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.medfooter-btn:hover {
  background-color: #8ce3e7;
}

/* === BOTTOM ROW === */
.medfooter-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
}

.medfooter-bottom p {
  color: #fbfbfb;
  text-decoration: underline;
  font-weight: 400;
  font-family: "GolosText-Regular";
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .medfooter-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .medfooter-logo,
  .medfooter-links,
  .medfooter-login {
    width: 100%;
  }

  .medfooter-login {
    justify-content: flex-start;
  }
}

/* testimonions */

.test-section {

  padding: 40px 0px;
  background-color: #a6e22e;
  font-family: "GolosText-Regular";
  color: #0f0f12;
  text-align: center;
}

.testimonions {
  font-size: 64px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: start;
  margin-left: 80px;
  font-style: normal;

  @media screen and (max-width: 600px) {
    margin-left: 0;
  }
}

.testimonial-container {
  width: 100%;
  max-width: 100%;
}

.testimonial {
  display: flex !important;
  align-items: start;
  justify-content: center;
  text-align: center;
  gap: 20px;
  background: transparent;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.test-img {

  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.text-heading {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  text-align: start;

  @media screen and (max-width: 600px) {
    text-align: center;
  }
}

.test-name {
  font-size: 16px;
  margin-top: 8px;
  color: #0f0f12;
  text-align: start;
  font-weight: 400;

  @media screen and (max-width: 600px) {
    text-align: center;
  }
}

.slick-slide {
  padding: 0 20px;
}

.slick-track {
  display: flex;
  gap: 50px;

  @media screen and (max-width: 600px) {
    gap: 0;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    gap: 0 !important;
    margin: 20px !important;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    gap: 0 !important;
  }
}

/* Iniciar Sesión */

.navbar-initiar button {
  width: auto;
  height: 48px;
  opacity: 1;
  border-radius: 16px;
  padding: 16px;
  background: #b3f4f2;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  border: 1px solid #b3f4f2;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  /* right: -116px; */

  @media screen and (max-width: 900px) {
    font-size: 16px;
    height: auto;
    padding: 10px;
  }
}

.display-initiar {
  display: none !important;

  @media screen and (max-width: 600px) {
    display: block !important;
  }
}

.display-initiar img {
  width: 24px !important;
  height: 24px !important;
}

.navbar-initiar button img {
  width: 24px;
  height: 24px;
}

.navbar-initiar img {
  width: 263px;
  height: 94px;

  @media screen and (max-width: 900px) {
    width: 186px;
  }
}

.navbar-initiar {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;

  @media screen and (max-width: 900px) {
    justify-content: space-between;
  }
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 50px;
  align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;

  @media screen and (max-width: 900px) {
    gap: 30px;
  }
}

.nav-list li a {
  text-decoration: none;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -1%;
  color: #0d001d;
  position: relative;
  padding-bottom: 5px;

  @media screen and (max-width: 900px) {
    font-size: 12px;
  }
}

.nav-list li a.active {
  color: #350076;
  font-weight: 600;
}

.nav-list li a.active::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background-color: #8ccc27;
  border-radius: 2px;

  @media screen and (max-width: 600px) {
    bottom: -9px;
  }
}

.directrio-top {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #420093;
  padding: 40px;

  @media screen and (max-width: 600px) {
    padding: 15px;
  }
}

.blank-blue {
  background: var(--Marina-200, #e1fbfa);
  width: 100%;
  height: 218px;
  opacity: 1;
  gap: 10px;
  padding-right: 52px;
  padding-bottom: 62px;
  padding-left: Space/Base 2x;
  display: flex;
  justify-content: end;
  position: relative;
}

.black-btns-heading {
  width: auto;
  height: auto;
  angle: 0 deg;
  opacity: 1;
  gap: 8;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--Neutral2-500, #131316);
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #fbfbfb;
  margin-left: 8px;
}

.black-btns-heading:hover {
  background-color: #fbfbfb;
  color: #131316;
}

.manimage {
  width: 80px;
  height: 80px;
}

.distance {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 17px;
  letter-spacing: -1%;
  color: #717173;
  display: flex;
  align-items: center;
  margin: 0;
}

.distance img {
  width: 16px;
  height: 16px;
}

.image-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.de-btn {
  width: 111px;
  height: 24px;
  angle: 0 deg;
  opacity: 1;
  gap: 8;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--Emerald-500, #8ccc27);
  border: 1px solid #8ccc27;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #0e1404;
}

.de-btn img {
  width: 16px;
  height: 16px;
}

.dr-juan {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  margin: 0;
}

.pediatra {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
}

.verify {
  font-family: "GolosText-Regular";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #287a17;
  display: flex;
  gap: 8px;
  justify-content: start;
  align-items: center;
  margin: 0;
}

.verify img {
  width: 20px;
  height: 20px;
}

.img-verification {
  display: flex;
  gap: 10px;
  align-items: center;

  @media screen and (max-width: 600px) {
    flex-direction: column;
    align-items: start;
  }
}

.heart-txt {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -1%;
  color: #424245;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.heart-txt img {
  width: 16px;
  height: 16px;
}

.profile-block {
  display: flex;
  gap: 20px;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.agendar {
  width: auto;
  height: 48px;
  angle: 0 deg;
  opacity: 1;
  gap: 8;
  border-radius: 16px;
  padding: 16px;
  margin: 0;
  font-family: "GolosText-Regular";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--Neutral2-500, #131316);
}

.agendar img {
  width: 24px;
  height: 24px;
}

.btns-directrio {
  display: flex;
  gap: 24px;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.agendar-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  width: max-content;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.agendar-list li {
  list-style: none;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  cursor: pointer;
}

.agendar-list li.active {
  color: #131316;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  /* makes underline bold */
  text-decoration-color: #b3f4f2;
  font-family: "GolosText-Semibold";
}

.ars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ars p {
  font-family: "GolosText-Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #0f0f12;
  margin: 0;
}

.ars button {
  width: 72px;
  height: 24px;
  angle: 0 deg;
  opacity: 1;
  padding: 4px 8px;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid var(--Neutral2-400, #424245);
  background-color: #fff;
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #424245;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Especialidades {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Especialidades p {
  margin: 0;
}

.esp-heading {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #0f0f12;
}

.esp-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.esp-btns p {
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #131316;
  width: auto;
  height: 24px;
  angle: 0 deg;
  cursor: pointer;
  opacity: 1;
  background: var(--Neutral1-500, #ececec);
  padding: 4px 8px;
  border-radius: 8px;
}

.compromiso-heading {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #0f0f12;
  margin: 0;
  margin-bottom: 5px;
}

.compromiso-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
}

.tabs {
  display: flex;
  gap: 30px;

  @media screen and (max-width: 600px) {
    gap: 15px;
  }
}

.tab {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
  cursor: pointer;

  @media screen and (max-width: 600px) {
    font-size: 12px;
  }
}

#tab1:checked~.tabs label[for="tab1"],
#tab2:checked~.tabs label[for="tab2"],
#tab3:checked~.tabs label[for="tab3"] {
  font-family: "GolosText-Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  padding: 0 10px;

  @media screen and (max-width: 600px) {
    font-size: 12px;
  }
}

input[type="radio"] {
  display: none;
}

/* --- Active Tab Styling --- */
#tab1:checked~.tabs label[for="tab1"],
#tab2:checked~.tabs label[for="tab2"],
#tab3:checked~.tabs label[for="tab3"] {
  color: #131316;
  border-bottom: 3px solid #6f00ff;
}

/* --- Content Section --- */
.content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

#tab1:checked~.content1,
#tab2:checked~.content2,
#tab3:checked~.content3 {
  display: block;
}

/* --- Address Content Styles --- */
.address-title {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  margin-bottom: 16px;
}

.address-title strong {
  font-family: "GolosText-Bold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;

  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}

.address-title img {
  width: 16px;
  height: 16px;
}

.address-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.address-details {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
  margin-bottom: 16px;
  margin-left: 30px;

  @media screen and (max-width: 600px) {
    font-size: 14px;
  }
}

.phone {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
  display: flex;
  gap: 6px;
}

.icon {
  color: #6f00ff;
  display: flex;
  align-items: center;
}

/* --- Animation --- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 20px;
  box-shadow: 0px 3px 12px 0px #8e8e8e1a;

  background-color: #fff;

  border-radius: 16px;
}

.direct-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 76%;

  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    width: 90%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 90%;
  }

  @media screen and (max-width: 600px) {
    width: 94%;
  }
}

.full-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -166px;
}

.another-floating-area {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 100%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.map {
  width: 464px;
  height: 263px;
  border-radius: 16px;
  position: absolute;
  bottom: 9px;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    height: 227px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: 234px;
  }

  @media screen and (max-width: 600px) {
    width: 80%;
    height: 152px;
    bottom: auto;
  }
}

.direct-btns {
  @media screen and (max-width: 600px) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* table second column directrio */

.schedule table {
  border-collapse: collapse;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

th {
  background: #131313;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  width: 100px;
  border: 5px solid #fff;
}

th span {
  display: block;
  font-size: 18px;
  margin-top: 4px;
}

th.today {
  background: #5c1bce;
}

td {
  padding: 10px 15px;
  font-weight: 600;
  color: #000;
  border: 3px solid #fff;
  width: 100px;
}

td.cross-text {
  font-family: "GolosText-Regular";
  color: #424245;
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  text-decoration: line-through;
}

td.inactive {
  /* background: #13131626; */
  background-color: rgba(19, 19, 22, 0.15);
  color: #0d001d;
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
}

.schedule table thead {
  font-family: "GolosText-Regular";
  color: #fbfbfb;
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -1%;
}

.table-list {
  list-style: none;
  display: flex;
  gap: 20px;
  border-bottom: 1px dotted #007bff;
  padding: 0;
  margin: 0;
  font-family: "GolosText-Regular", sans-serif;
  font-size: 16px;
  color: #0d001d;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.table-list li {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  transition: color 0.3s;
  margin-bottom: 20px;
}

.table-list li.active {
  font-weight: 600;
  color: #350076;
}

.table-list li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 6px;
  background-color: #280058;
  border-radius: 2px;
}

.second-area {
  padding: 40px 32px;
  border-radius: 16px;
  height: 869px;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 100% !important;
    height: auto;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 100% !important;
    height: auto;
  }

  @media screen and (max-width: 600px) {
    width: 100% !important;
    padding: 10px;
  }
}

.services {
  border-radius: 16px;
  box-shadow: 0px 3px 12px 0px #8e8e8e1a;

  display: flex;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  gap: 24px;

  @media screen and (max-width: 600px) {
    padding: 10px;
  }
}

/* services table */

.services-table {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  background: #fbfbfb;
  border-radius: 10px;
  overflow: hidden;
}

.services-table th {
  text-align: left;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #0d001d;
  background: #fff;

  @media screen and (max-width: 600px) {
    padding: 0;
  }
}

.services-table td {
  padding: 15px 20px;
  padding-left: 0;
  font-size: 15px;
  color: #424245;
  font-weight: 500;
  border-top: 1px solid #d9cce9;
  padding: 25px;

  @media screen and (max-width: 600px) {
    padding: 5px;
    width: calc(100% / 3);
  }
}

tbody,
td,
tfoot,
th,
thead,
tr {
  width: max-content;
}

.services p {
  margin: 0;
}

.price {
  font-weight: 600;
}

.btn-cita {
  background-color: #131316;
  width: auto;

  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  padding: 5px 16px;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #fbfbfb;
  border: 1px solid #131316;
}

.btn-cita:hover {
  background-color: #24005a;
  border: 1px solid #24005a;
}

/* optional subtle card shadow */
.services-wrapper {
  background: #fff;
  border-radius: 12px;
}

.services p {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #131316;
}

.exp-heading {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #131316;

  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}

.director {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #0f0f12;
  margin: 0;

  @media screen and (max-width: 600px) {
    font-size: 12px;
  }
}

.director-items {
  padding: 16px 20px;
  border-bottom: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
  background: var(--Surface-Backgrounds-Surface-Neutral-100, #f7f7f7);
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media screen and (max-width: 600px) {
    padding: 10px;
  }
}

.hosp-list {
  margin: 0;
}

.hosp-list li {
  @media screen and (max-width: 600px) {
    font-size: 12px;
  }
}

.Experiencia {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 12px 0px #8e8e8e1a;

  border-radius: 16px;

  @media screen and (max-width: 600px) {
    padding: 10px;
  }
}

.blue-table {
  width: 100%;
}

.column-alignment {
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    flex-direction: column !important;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    flex-direction: column !important;
  }

  @media screen and (max-width: 600px) {
    flex-direction: column !important;
  }
}

.consultorio-form {
  margin-top: 20px;
}

.form-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative;
}

.form-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 25px;
  height: 102px;
  width: 2px;
  background: #a1a1a2;
}

.form-step-number {
  background: #420093;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.form-step-content {
  flex: 1;
}

.form-step-label {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;

  @media screen and (max-width: 600px) {
    font-size: 15px;
  }
}

.form-select {
  width: 100%;
  text-wrap: auto;
  height: 56px;
  padding: 8px;
  border-radius: 8px !important;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #fff;
  color: #717173;
  cursor: pointer;
  appearance: none;
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #424245;
}

.form-select option {
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #424245;
}

.form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.form-submit-btn {
  width: 172px;
  height: 48px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  padding: 16px;
  gap: 15px;
  background: var(--Neutral2-500, #131316);
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;

  @media screen and (max-width: 600px) {
    width: 156px;
    height: 33px;
    font-size: 20px;
  }
}

.consultorio-form .form-step:last-child:after {
  content: "";
  display: none;
}

.custom-wrapper {
  width: 100%;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

/* ====== Custom Nav Tabs (Stepper Style) ====== */
.custom-tabs {
  border-bottom: 3px solid #e9ecef;
  display: flex;
  gap: 130px;
  position: relative;

  margin-bottom: 40px !important;

  @media screen and (min-width: 601px) and (max-width: 1200px) {
    gap: 0;
  }

  @media screen and (max-width: 600px) {
    justify-content: center;
    gap: 0;
  }
}

.custom-tabs .nav-link {
  border: none;
  background: none;
  color: #6c757d;
  text-align: center;
  flex: 1;
  position: relative;
  font-weight: 500;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    font-size: 13px;
  }
}

.custom-tabs .nav-link::before {
  content: attr(data-step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6c757d;
  color: #fff;
  margin: 0 auto 5px;
  font-size: 14px;
  margin-left: 2px;
}

.custom-tabs .nav-link.active {
  color: #6f2dbd;
  border: none;
}

.custom-tabs .nav-link.active::before {
  background: #6f2dbd;
}

.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: #8ccc27;

  @media screen and (max-width: 600px) {
    width: auto;
  }
}

/* ====== Content Layout ====== */
.custom-content {
  display: flex;
  gap: 25px;
  margin-bottom: 80px;
  justify-content: center;
  padding: 20px;

  @media screen and (max-width: 600px) {
    align-items: center;
    flex-direction: column-reverse !important;
  }
}

.left-box {
  border-radius: 12px;
  width: 36%;
  position: relative;

  @media screen and (min-width: 601px) and (max-width: 1200px) {
    width: 100% !important;
    padding: 20px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 60% !important;
  }

  @media screen and (max-width: 1200px) {
    width: 90%;
  }
}

.right-box {
  background: rgb(248, 249, 250);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  display: flex;
  top: 9px;
  flex-direction: column;
  gap: 20px;
  z-index: 5;
}

.left-box h4 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 8px;
}

.left-box ul {
  margin-left: 20px;
}

.left-box h6 {
  margin-top: 20px;
  font-weight: 600;
}

.doctor-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.doctor-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.doctor-info h6 {
  margin: 0;
  font-weight: 600;
  color: #6f2dbd;
}

.doctor-info p {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

.right-box a {
  font-size: 13px;
  text-decoration: none;
  color: #6f2dbd;
}

@media (max-width: 768px) {
  .custom-content {
    flex-direction: column;
  }
}

.new-radio-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  margin-top: 20px;
}

.ars-label {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.direction-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
}

.mag-icon {
  position: relative;
  bottom: -41px;
  left: -28px;
}

/* --------------added by important------------------- */
.selected-text {
  padding-left: 40px !important;
}

.rightbox-dr {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
}

.Carlos {
  font-family: "GolosText-Regular";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  margin: 0;
  margin-bottom: 10px;
}

.rightbox-image {
  width: 40px;
  height: 40px;
}

.rightbox-top {
  display: flex;
  gap: 10px;
}

.date-rightbox p {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
}

.calender-right {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: start;
}

.cam-text {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #6833a9;
  margin: 0;
  margin-top: 20px;
}

.loc-text-navtab {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #131316;
  display: flex;
  gap: 20px;
  align-items: start;
}

.call-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
}

.rectangle {
  position: absolute;
  top: -42px;
  z-index: 4;
  right: -23px;

  @media screen and (max-width: 600px) {
    right: 0;
    top: 2px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    right: 0;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    right: 0;
  }
}

.left-arrow {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 5%;
}

.personales {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  margin: 0;
  padding-bottom: 5px;
}

.logo-navtab {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;

  @media screen and (max-width: 600px) {
    justify-content: center;
  }
}

.custom-tabs .nav-link.completed::after {
  @media screen and (max-width: 600px) {
    width: auto !important;
  }
}

.right-inherited {
  position: relative;
  z-index: 9;
  background: rgb(251, 251, 251);
  padding: 20px 20px 20px 0px;
  border-radius: 16px;
  display: flex;
  top: -21px;
  /* left: -17px; */
  flex-direction: column;
  gap: 20px;

  @media screen and (max-width: 600px) {
    padding-left: 20px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    padding-left: 20px;
  }
}

/* Hamburger Button (Hidden by default) */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Mobile View */
@media (max-width: 600px) {
  .hamburger {
    display: flex;
    gap: 3px;
    padding: 30px;
  }

  .nav-list {
    position: absolute;
    top: 114px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    transform: translateY(-200%);
    opacity: 0;
    transition: all 0.4s ease;
  }

  .nav-list.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 6;
  }

  .displaynot-initiar {
    display: none !important;
  }

  /* Hamburger Animation */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }
}

.text-grey {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
}

.confirm-text p {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.input-confirm {
  width: 100%;
  height: 64px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 8px;
  border-width: 1px;
  padding: 8px;

  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);

  @media screen and (min-width: 1201px) and (max-width: 1300px) {
    width: 300px !important;
  }
}

.confirm-btn {
  width: 100%;
  height: 48px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  border-width: 1px;
  gap: 8;
  padding: 16px;
  background: var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  border: 1px solid var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
  margin-top: 38px;

  @media screen and (max-width: 600px) {
    font-size: 20px;
  }
}

.filter-bar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dropdown {
  position: relative;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #a1a1a2;

  @media screen and (max-width: 600px) {
    border: none;
  }
}

/* left icons */
.icon {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
  width: 16px;
}

/* input center text */
.filter-input {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

/* right icon background */
.icon-bg {
  background-color: #b3f4f2;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 64px;
  padding: 8px 8px;
}

.arrow {
  color: #333;
  font-size: 12px;
}

/* dropdown menu */
.dropdown-list {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 5px 0;
  z-index: 10;
}

.dropdown-list li {
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
}

.dropdown-list li:hover {
  background: #e6f9f9;
}

.dropdown.active .dropdown-list {
  display: block;
}

/* tags below */
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.tag {
  border: 1px solid #424245;
  color: #424245;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.ars-drop-down {
  padding: 40px 0;
}

.final-right-icon {
  padding-left: 10px;
}

.dest-heading {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 72px;
  letter-spacing: -1%;
  vertical-align: bottom;
}

.filter-bar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

section.dest-section-new {
  /*padding: 40px 145px;*/
  position: relative;
  z-index: 0;
}

.dest-left-rgt {
  border-bottom: 1px solid #d0d0d0;
  background: #fbfbfb;
  padding: 15px;
  position: relative;
}

/*left side CSS*/
h2.dest-heading-new {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 72px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #000000;
}

.h2,
h2 {
  font-size: 2rem;
}

/* Doctor Card */
.doctor-image-wrap-new {
  margin-top: 15px;
}

.doctor-card-new {
  display: flex;
  gap: 20px;
}

.doctor-photo-new {
  width: 80px;
  height: 80px;
}

.doctor-distance-new {
  font-size: 14px;
  color: #717173;
  display: flex;
  align-items: center;
  margin: 15px 0px 14px 0px;

  @media screen and (max-width: 600px) {
    justify-content: center;
  }
}

.ver-text {
  font-family: "GolosText-SemiBold";
  color: #001d94;
  font-weight: 600;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  padding-left: 26px;
}

.distance-doctor {
  margin-left: 5px;
}

.call-tab-content {
  display: flex;
}

.call-loc-ico {
  padding-right: 10px;
}

.highlight-btn-new {
  /* --------- added by sanoj bckcolr, fntwght ------------  */
  background: #8ccc27;
  background: #6aa310;
  border-radius: 8px;
  border: 1px solid #8ccc27;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: -2px;
  color: #212529;
}

.doctor-name-new {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.speciality-new {
  font-size: 16px;
  color: #424245;
  margin: 0;
}

.doctor-verification-new {
  display: flex;
}

.verify-new {
  color: #287a17;
  font-family: GolosText-SemiBold;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 12px;
  margin-bottom: 0;
  font-weight: 700;
}

.trusted-new {
  font-size: 14px;
  color: #424245;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.appointment-btn-new {
  background: #131316;
  color: #fbfbfb;
  border-radius: 15px;
  padding: 4px 8px;
  border: 1px solid #2f2f2f;
  font-size: 14px;
  margin-right: 5px;
}

img.icon-inline-new {
  width: 18px;
  height: 18px;
  padding-left: 5px;
}

/* Specialties */
.specialties-new {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.commitment-area-new {
  padding: 15px 15px 15px 0;
}

p.specialties-title-new {
  margin-top: 1rem;
  margin-bottom: 3px;
  font-family: "GolosText-Bold";
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
}

.specialties-tags-new {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.specialties-tags-new span {
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
}

/* Commitment */
.commitment-title-new {
  font-size: 19px;
  color: #0f0f12;
  /* font-weight: 600; */
  font-weight: 700;
  margin-bottom: 5px;
}

.commitment-text-new {
  font-size: 16px;
  color: #424245;
  margin: 0 0 10px 0;
}

/* Address Tabs */
.address-wrap-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.address-tabs-new {
  display: flex;
  gap: 30px;
}

.address-tab-new {
  font-size: 20px;
  color: #717173;
  cursor: pointer;
  font-weight: 400;
}

input[name="loc-tab"] {
  display: none;
}

.address-wrap-new input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

/* Active Tab Styling */
#loc-tab1:checked~.address-tabs-new label[for="loc-tab1"],
#loc-tab2:checked~.address-tabs-new label[for="loc-tab2"],
#loc-tab3:checked~.address-tabs-new label[for="loc-tab3"] {
  color: #350076;
  border-bottom: 3px solid #8ccc27;
  font-weight: 700;
}

/* Active Tab Styling */
#loc-tab4:checked~.address-tabs-new label[for="loc-tab4"],
#loc-tab5:checked~.address-tabs-new label[for="loc-tab5"],
#loc-tab6:checked~.address-tabs-new label[for="loc-tab6"] {
  color: #350076;
  border-bottom: 3px solid #8ccc27;
  font-weight: 700;
}

/* Active Tab Styling */
#loc-tab7:checked~.address-tabs-new label[for="loc-tab7"],
#loc-tab8:checked~.address-tabs-new label[for="loc-tab8"],
#loc-tab9:checked~.address-tabs-new label[for="loc-tab9"] {
  color: #350076;
  border-bottom: 3px solid #8ccc27;
  font-weight: 700;
}

/* Active Tab Styling */
#loc-tab10:checked~.address-tabs-new label[for="loc-tab10"],
#loc-tab11:checked~.address-tabs-new label[for="loc-tab11"],
#loc-tab12:checked~.address-tabs-new label[for="loc-tab12"] {
  color: #350076;
  border-bottom: 3px solid #8ccc27;
  font-weight: 700;
}

/* Address Content */
.address-content-new {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

#loc-tab1:checked~.content1-new,
#loc-tab2:checked~.content2-new,
#loc-tab3:checked~.content3-new {
  display: block;
}

#loc-tab4:checked~.content1-new,
#loc-tab5:checked~.content2-new,
#loc-tab6:checked~.content3-new {
  display: block;
}

#loc-tab7:checked~.content1-new,
#loc-tab8:checked~.content2-new,
#loc-tab9:checked~.content3-new {
  display: block;
}

#loc-tab10:checked~.content1-new,
#loc-tab11:checked~.content2-new,
#loc-tab12:checked~.content3-new {
  display: block;
}

.address-title-new {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px 0;
  font-weight: 600;
}

.address-text-new {
  font-size: 16px;
  color: #424245;
  margin-bottom: 16px;
}

.address-phone-new {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #424245;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ver-top-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

img.map-bg-img {
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -110px;
}

.ver-btn-new {
  color: #fbfbfb;
  background: #6833a9;
  border-radius: 20px;
  border: 1px solid #6833a9;
  width: 120px;
  height: 40px;
  font-weight: 600;
  font-family: "GolosText-SemiBold";
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.schedule table {
  border-collapse: collapse;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.schedule th {
  background: #131313;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 15px;
  width: 100px;
  border: 5px solid #fff;
}

.schedule th span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

.schedule th.today {
  background: #420093;
}

.schedule td {
  padding: 10px 15px;
  font-weight: 600;
  color: #000;
  border: 3px solid #fff;
  width: 100px;
}

.schedule td.cross-text {
  font-family: "GolosText-Regular";
  color: #424245;
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  text-decoration: line-through;
}

.schedule td.inactive {
  background: #13131626;
  color: #0d001d;
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
}

.schedule table thead {
  font-family: "GolosText-Regular";
  color: #fbfbfb;
  font-weight: 400;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -1%;
}

.service-table-down table {
  width: 508px;
  border-collapse: collapse;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}

.service-table-down {
  margin-top: 20px;
}

.service-table-down th {
  background-color: #000;
  color: #fbfbfb;
  text-align: left;
  padding: 12px 16px;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  border: none !important;
}

.service-table-down td {
  padding: 12px 16px;
  border-bottom: 1px solid #d0d0d0;

  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #424245;
}

/* Alternate row colors */
.service-table-down tr:nth-child(even) {
  background-color: #f7f7f7;
}

.service-table-down tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.second-navtag {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  margin: 0;
}

.data-btns button {
  width: 304px;
  height: 40px;
  gap: 8;
  angle: 0 deg;
  opacity: 1;
  border-top-left-radius: Radius 2x;
  border-bottom-left-radius: Radius 2x;
  border-width: 1px;
  padding: 16px;
  border: 1px solid var(--Neutral2-400, #424245);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #2f2f2f;
  background-color: #fff;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.data-btns {
  padding-top: 10px;
  display: flex;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.data-btns button:first-child {
  border-radius: 16px 0 0 16px;

  @media screen and (max-width: 600px) {
    border-radius: 16px;
    margin-bottom: 20px;
  }
}

.data-btns button:last-child {
  border-radius: 0 16px 16px 0;

  @media screen and (max-width: 600px) {
    border-radius: 16px;
  }
}

.navtab-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inputs-data p {
  margin: 0;
}

.input-confirm {
  width: 292px;
  height: 64px;

  angle: 0 deg;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.input-confirm p:first-child {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
}

.input-confirm p:last-child {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
}

.fetch {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.btn-paciente {
  width: 190px;
  height: 64px;
  gap: 4;
  border-radius: 8px;
  background-color: #fff;
  angle: 0 deg;
  opacity: 1;
  border: 1px solid var(--Stroke-New-group-Selected, #424245);
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.input-responsive {
  @media screen and (max-width: 600px) {
    flex-direction: column !important;
  }
}

.btn-paciente img {
  padding-right: 2px;
  height: 100%;
  width: 24px;
  padding-left: 5px;
  margin: 0 4px;
  /* border-left: 1px solid #424245; */
  border-left: 1px solid #ccc;
}

.paciente {
  display: flex;
  gap: 24px;
  padding-top: 10px;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.btn-paciente p {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.info {
  margin: 0;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  margin-bottom: 10px;
}

.numero p {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.numero {
  width: 433px;
  height: 64px;
  gap: 4;
  angle: 0 deg;
  opacity: 1;
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 10px;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.commentario p {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  margin: 0;
  color: #131316;
  margin-bottom: 10px;
}

.informatn {
  width: 100%;
  height: 64px;
  color: #717173;
  padding-left: Space/Base 1x;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  border-width: 1px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;

  @media screen and (max-width: 600px) {
    height: auto;
  }
}

.ai-reserver {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #424245 !important;
}

.checkboxes {
  display: flex;
  gap: 16px;
}

.checkboxes input {
  width: 34px;
  height: 32px;
  border: 1px solid #a1a1a2;
  border-radius: 8px;
  appearance: none;
  cursor: pointer;

  @media screen and (max-width: 600px) {
    width: 70px;
  }
}

.checkboxes input:checked {
  background-color: #007bff;
  /* your selected color */
  border-color: #007bff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.173 12.927L2.12 8.873l1.415-1.414 2.638 2.637 6.364-6.364 1.414 1.414z"/></svg>');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.commentario .checkboxes:first-of-type input[type="checkbox"]:first-child {
  width: 43px;

  @media screen and (max-width: 600px) {
    width: 97px;
  }
}

.commentario .checkboxes:first-of-type input[type="checkbox"]:last-child {
  width: 43px !important;
}

.continue {
  width: 100%;
  height: 48px;
  gap: 8;
  angle: 0 deg;
  opacity: 1;
  border-width: 1px;
  padding: 16px;
  border-radius: 16px;
  background: var(--Purple-400, #6833a9);
  border: 1px solid var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourth-first img {
  width: 100px;
  height: 100px;
}

.fourth-first p {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.fourth-first {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.image-fourth {
  width: 40px;
  height: 40px;
  border-radius: 16px;
}

.dr-fourth {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  margin: 0;
}

.pediatra-y {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
}

.fourth-second {
  display: flex;
  gap: 10px;
  align-items: start;
}

.fourth-third {
  display: flex;
  gap: 10px;
  align-items: start;
}

.fourth-third p {
  margin: 0;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
}

.Cambiar {
  color: var(--Text-Button-Primary-Buttons-Primary-300, #6833a9) !important;
  font-weight: 600 !important;
  position: relative;
  bottom: -13px;
  left: 15px;
}

.fourth-direction {
  font-family: "GolosText-SemiBold";
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #131316 !important;
  margin-bottom: 10px;
}

.fourth-block {
  padding: 20px;
  width: 42%;
  position: relative;
  background-color: #fff;

  @media screen and (max-width: 900px) {
    width: 100%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 50%;
  }
}

.arc {
  width: 201px;
  height: 671px;
  position: relative;
  top: 0;
  left: 163px;

  @media screen and (max-width: 900px) {
    position: absolute;
    top: 98%;
    left: 0;
    display: none;
  }
}

.tab-fourth {
  display: flex;
  width: 100%;
  justify-content: center;
}

.object {
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  text-align: center;
}

.object-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estasmos {
  bottom: 169px;
  position: relative;

  @media screen and (max-width: 600px) {
    bottom: auto;
  }
}

.object-area img {
  @media screen and (max-width: 900px) {
    width: 100%;
  }
}

.medconsultorio-second {
  position: relative;

  @media screen and (max-width: 600px) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.med-cons-green {
  position: absolute;
  right: 2%;
  top: 5%;
  z-index: 2;

  @media screen and (min-width: 1801px) {
    top: 8%;
  }

  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    width: 50%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 50%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 60%;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    top: -100px;
    right: 0;
    width: 100%;
  }
}

.med-cons-doctors {
  position: relative;
  z-index: 5;

  @media screen and (min-width: 1801px) {
    width: 75%;
  }

  @media screen and (min-width: 1201px) and (max-width: 1439px) {
    width: 80%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 80%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 80%;
  }

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.med-cons-purple {
  position: absolute;
  z-index: 9;
  right: 11%;
  top: 12%;

  @media screen and (min-width: 1801px) {
    top: 13.5%;
  }

  @media screen and (min-width: 1201px) and (max-width: 1439px) {
    height: 65%;
    width: 30%;
    object-fit: cover;
    border-radius: 0px 40px 40px 0px;
    right: 148px;
    top: 72px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    top: 11%;
    height: 73%;
    width: 39%;
    object-fit: cover;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: 89%;
    top: 5%;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    width: 94%;
    right: auto;
  }
}

.email-box {
  width: 100%;
  height: 64px;
  padding-left: 8px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 8px;
  border-width: 1px;
  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: 53px;
  }
}

.Nombre {
  position: absolute;
  margin: 0;
  padding-left: 8px;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #717173;
  top: 12%;
}

.email-heading {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
  margin: 0;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 24px;
  }
}

.email-btn {
  width: 100%;
  height: 64px;
  background: var(--Neutral2-500, #131316);
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #fbfbfb;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  padding: 16px;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.email-block {
  width: 414px;
  height: 497px;
  top: 17%;
  right: 15%;
  padding-top: Space/Base 3x;
  padding-right: Space/Base 4x;
  padding-bottom: Space/Base 6x;
  padding-left: Space/Base 4x;
  gap: 16;
  angle: 0 deg;
  opacity: 1;
  border-radius: 16px;
  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  padding: 24px 32px;
  position: absolute;
  z-index: 11;

  @media screen and (min-width: 1201px) and (max-width: 1439px) {
    height: 55%;
    top: 15%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    height: 60%;
    justify-content: space-between;
    padding: 18px 25px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: 80%;
    top: 9%;
    padding: 14px 22px;
    width: 276px;
  }

  @media screen and (max-width: 600px) {
    width: 90%;
    top: 20%;
    right: auto;
  }
}

.email-heading:last-child {
  width: 100%;
  text-align: center;
}

.republic {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #fbfbfb;
  margin: 0;

  @media screen and (min-width: 1201px) and (max-width: 1439px) {
    font-size: 25px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 18px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    font-size: 14px;
    line-height: 25px;
  }
}

.republic-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: var(--Purple-400, #6833a9);
  border-radius: 24px;
  padding: 24px;
  width: 50%;
  position: absolute;
  top: 33%;
  right: 22%;
  z-index: 10;
  height: fit-content;

  @media screen and (min-width: 1801px) {
    width: 35%;
    right: 30%;
  }

  @media screen and (min-width: 1440px) and (max-width: 1500px) {
    top: 36%;
    right: 27%;
  }

  @media screen and (min-width: 1311px) and (max-width: 1439px) {
    top: 41%;
    right: 24%;
    padding: 16px;
  }

  @media screen and (min-width: 1201px) and (max-width: 1310px) {
    top: 41%;
    right: 30%;
    padding: 16px;
  }

  @media screen and (min-width: 901px) and (max-width: 930px) {
    width: 32% !important;
    right: 59%;
    padding: 10px;
    top: 44%;
  }

  @media screen and (min-width: 931px) and (max-width: 1024px) {
    width: 33% !important;
    right: 55%;
    padding: 10px;
    top: 44%;
  }

  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    width: 33% !important;
    right: 49%;
    padding: 10px;
    top: 44%;
  }

  @media screen and (min-width: 601px) and (max-width: 650px) {
    top: 56%;
    right: 48%;
    padding: 14px;
    width: 49% !important;
  }

  @media screen and (min-width: 651px) and (max-width: 754px) {
    top: 56%;
    right: 40%;
    padding: 14px;
    width: 49% !important;
  }

  @media screen and (min-width: 755px) and (max-width: 821px) {
    top: 56%;
    right: 30%;
    padding: 14px;
    width: 49% !important;
  }

  @media screen and (min-width: 821px) and (max-width: 900px) {
    top: 56%;
    right: 44%;
    padding: 14px;
  }

  @media screen and (min-width: 850px) and (max-width: 860px) {
    top: 124px;
    right: 44%;
    padding: 14px;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    bottom: 170px;
    width: 94%;
    right: auto;
    border-radius: 12px;
    text-align: center;
  }
}

/* Beneficios-section */

.Beneficios-section {
  background: var(--Purple-400, #6833a9);
  width: 80%;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  top: -21px;
  z-index: 12;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 90%;
  }

  @media screen and (max-width: 600px) {
    width: 90%;
    top: -151px;
  }

  @media screen and (max-width: 600px) {
    width: 90%;
    top: -151px;
  }
}

.benfi {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #fbfbfb;
  margin: 0;

  @media screen and (max-width: 600px) {
    font-size: 45px;
  }
}

.benfi-area {
  display: flex;
  justify-content: center;

  @media screen and (min-width: 600px) and (max-width: 900px) {
    flex-direction: column;
  }

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.benfi-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-benfio {
  margin: 0;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
}

.pacient-benfi {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #fbfbfb;
  margin: 0;
  margin-top: 10px;
}

.benfi-blocks {
  display: flex;
  gap: 20px;
  align-items: start;
  width: 448px;

  @media screen and (max-width: 600px) {
    flex-direction: column;
    align-items: center;
    width: auto;
  }
}

.benfi-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.work-img {
  position: relative;
  left: -117px;

  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    width: 50%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 50%;
    left: auto;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    left: auto;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 600px) {
    left: auto;
    margin-bottom: 20px;
  }
}

/* Paquetes */

.Paquetes {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #0f0f12;

  @media screen and (max-width: 600px) {
    font-size: 50px !important;
  }
}

.cada {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #424245;
  margin: 0;
}

.cuenta {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #131316;
}

.pricing {
  font-family: #131316;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #131316;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 24px !important;
  }
}

.seleccionar {
  width: 326.6666564941406px;
  height: 48px;
  angle: 0 deg;
  opacity: 1;
  gap: 8;
  border-radius: 16px;
  padding: 16px;
  border-width: 1px;
  border: 1px solid var(--Neutral2-400, #424245);
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.disc-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  vertical-align: bottom;
  color: #424245;
}

.paquetes-blocks {
  display: flex;
  gap: 24px;

  @media screen and (max-width: 900px) {
    flex-direction: column;
  }
}

.paquetes-section {
  font-family: "GolosText-Regular";
  padding: 60px 80px;
  background: #fff;

  @media screen and (max-width: 600px) {
    padding: 20px;
  }
}

.Paquetes {
  font-size: 64px;
  font-weight: 400;
  color: #0f0f12;
  margin-bottom: 12px;
}

.cada {
  font-size: 24px;
  color: #424245;
  margin-bottom: 40px;
}

.paquetes-blocks {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.paquete-card {
  border-right: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
  padding: 32px;
  width: 374px;
  background-color: #fff;
  display: flex;
  flex-direction: column;

  @media screen and (max-width: 900px) {
    width: auto;
    border-bottom: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
    border-right: none;
  }

  @media screen and (max-width: 600px) {
    padding: 0;
  }
}

.paquete-card ul {
  margin-top: 20px;
  padding-left: 20px;
}

.paquete-card li {
  font-size: 16px;
  color: #424245;
  margin-bottom: 6px;
}

.cuenta,
.plan-title {
  font-size: 24px;
  font-weight: 600;
  color: #131316;
  margin-bottom: 12px;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 19px;
  }
}

.pricing {
  font-size: 32px;
  font-weight: 400;
  color: #131316;
  margin-bottom: 20px;
}

.seleccionar {
  border: 1px solid #424245;
  background: #fff;
  border-radius: 16px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #2f2f2f;
  cursor: pointer;
  transition: all 0.3s ease;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 230px;
  }

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.seleccionar.black {
  background-color: #000;
  color: #fff;
  border: none;
}

.seleccionar:hover {
  transform: scale(1.03);
}

.toggle-btns {
  display: flex;

  margin-bottom: 20px;
}

.toggle {
  background: #fbfbfb;
  color: #6833a9;
  border: none;
  border: 1px solid var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
}

.toggle.active {
  background: #6833a9;
  color: #fff;
}

.toggle {
  transition: background 0.3s, color 0.3s;
}

.toggle:first-child {
  border-radius: 16px 0 0 16px;
}

.toggle:last-child {
  border-radius: 0 16px 16px 0;
}


/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 1000px) and (max-width: 1280px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .banner-text {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: 30px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: auto;
  }

  .shape-purple {
    /* position: absolute; */
    top: 20%;
    /* right: 10%; */
    width: 10%;
    height: auto;
  }

  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    /* flex-direction: column; */
    margin-top: 22px;
    gap: 10px;
    width: 90%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 14px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    /*width: 100%;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 43px;
  }

  .description {
    display: flex;
    gap: 20px;
    height: 100%;
    top: 15px;
    align-items: flex-start;
  }

  .desc-block {
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    gap: 10px;
    align-items: flex-start;
    width: 40%;
  }

  .desc-img {
    width: 60px;
    height: 60px;
  }

  .desc-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .desc-text {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-------------------------------Section-2-----------------------------*/
@media (min-width: 1000px) and (max-width: 1280px) {
  .especialidades {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .especialidades span {
    font-size: 14px;
    padding: 10px 12px;
  }

  h2 {
    font-size: 22px;
  }
}

/*-------------------------------Section-3-----------------------------*/
@media (min-width: 1000px) and (max-width: 1280px) {
  .main-profesional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    padding: 20px 20px 100px;
    overflow: hidden;
  }

  .left-side {
    width: 55%;
  }

  .left-side h2 {
    font-size: 44px;
    line-height: 1.1;
    color: #333;
    text-align: left;
  }

  .right-side {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 100%;
    max-width: 360px;
    height: 320px;
    position: relative;
  }

  .image-bg img {
    width: 360px;
    height: 440px;
    object-fit: contain;
    position: absolute;
    right: -110px;
    top: 10px;
  }
}

/*-------------------------Section 4------------------------*/
@media (min-width: 1000px) and (max-width: 1280px) {
  .opciones-section {
    padding: 40px 20px;
  }

  .opciones-container {
    max-width: 750px;
    margin: 0 auto;
  }

  .opciones-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    /*gap: 67px;*/
    justify-content: center;
    flex-wrap: wrap;
  }

  .opcion-card {
    width: 221px;
  }

  .opcion-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
}

/*---------------------------Section 6-----------------------------*/
@media (min-width: 1000px) and (max-width: 1279px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    text-align: left;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -372px;
    /*height: 100%;*/
  }

  .medconect-right {
    width: 100%;
    bottom: 0;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 347px;
  }
}

/*---------Screen Size 912 To 999---------*/
/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 912px) and (max-width: 999px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: 30px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  /* Positioned decorative shapes */
  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    /* flex-direction: column; */
    margin-top: 97px;
    gap: 10px;
    width: 90%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 11px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    /*width: 100%;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 43px;
  }

  /* Description section below */
  .description {
    margin-top: 30px;
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    padding-top: 60px;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 60px;
    height: 60px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-------------------------------Section-2-----------------------------*/
@media (min-width: 912px) and (max-width: 999px) {
  .especialidades {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .especialidades span {
    font-size: 14px;
    padding: 10px 12px;
  }

  h2 {
    font-size: 22px;
  }
}

/*-------------------------------Section-3-----------------------------*/
@media (min-width: 912px) and (max-width: 999px) {
  .main-profesional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }

  .left-side {
    width: 55%;
  }

  .left-side h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #333;
    text-align: left;
  }

  .right-side {
    width: 45%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 100%;
    max-width: 320px;
    position: relative;
  }

  .image-bg img {
    width: 100%;
    height: 440px;
    object-fit: contain;
    position: absolute;
    right: 0px;
    top: 10px;
  }
}

/*-------------------------Section 4------------------------*/
@media (min-width: 912px) and (max-width: 999px) {
  .opciones-section {
    padding: 40px 20px;
  }

  .opciones-container {
    max-width: 750px;
    margin: 0 auto;
  }

  .opciones-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-wrap: wrap;
  }

  .opcion-card {
    width: 221px;
  }

  .opcion-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
}

/*---------------------------Section 6-----------------------------*/
@media (min-width: 912px) and (max-width: 999px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -372px;
    /*height: 100%;*/
  }

  .medconect-right {
    width: 100%;
    bottom: 0;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 340px;
  }
}

/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 820px) and (max-width: 911px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 44px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: 30px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    /* flex-direction: column; */
    margin-top: 97px;
    gap: 10px;
    width: 90%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 11px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    /*width: 100%;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 43px;
  }

  .description {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    padding-top: 60px;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 60px;
    height: 60px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-------------------------------Section-2-----------------------------*/
@media (min-width: 820px) and (max-width: 911px) {
  .especialidades {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .especialidades span {
    font-size: 14px;
    padding: 10px 12px;
  }

  h2 {
    font-size: 22px;
  }
}

/*-------------------------------Section-3-----------------------------*/
@media (min-width: 820px) and (max-width: 911px) {
  .main-profesional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }

  .left-side {
    width: 55%;
  }

  .left-side h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #333;
    text-align: left;
  }

  .right-side {
    width: 45%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 100%;
    max-width: 320px;
    position: relative;
  }

  .image-bg img {
    width: 100%;
    height: 440px;
    object-fit: contain;
    position: absolute;
    right: 0px;
    top: 10px;
  }
}

/*-------------------------Section 4------------------------*/
@media (min-width: 820px) and (max-width: 911px) {
  .opciones-section {
    padding: 40px 20px;
  }

  .opciones-container {
    max-width: 750px;
    margin: 0 auto;
  }

  .opciones-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-wrap: wrap;
  }

  .opcion-card {
    width: 221px;
  }

  .opcion-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
}

/*---------------------------Section 6-----------------------------*/
@media (min-width: 820px) and (max-width: 911px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
  }

  .medconect-right {
    width: 100%;
    top: 500px;
    bottom: 0;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 770px;
  }
}

/*---------Screen Size 768 To 819---------*/
/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 768px) and (max-width: 819px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 44px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: 30px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  /* Positioned decorative shapes */
  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    /* flex-direction: column; */
    margin-top: 97px;
    gap: 10px;
    width: 90%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 11px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    /*width: 100%;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 43px;
  }

  /* Description section below */
  .description {
    margin-top: 30px;
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    padding-top: 60px;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 60px;
    height: 60px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-------------------------------Section-2-----------------------------*/
@media (min-width: 768px) and (max-width: 819px) {
  .especialidades {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .especialidades span {
    font-size: 14px;
    padding: 10px 12px;
  }

  h2 {
    font-size: 22px;
  }
}

/*-------------------------------Section-3-----------------------------*/
@media (min-width: 768px) and (max-width: 819px) {
  .main-profesional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }

  .left-side {
    width: 55%;
  }

  .left-side h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #333;
    text-align: left;
  }

  .right-side {
    width: 45%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 100%;
    max-width: 320px;
    position: relative;
  }

  .image-bg img {
    width: 100%;
    height: 440px;
    object-fit: contain;
    position: absolute;
    right: 0px;
    top: 10px;
  }
}

/*-------------------------Section 4------------------------*/
@media (min-width: 768px) and (max-width: 819px) {
  .opciones-section {
    padding: 40px 20px;
  }

  .opciones-container {
    max-width: 750px;
    margin: 0 auto;
  }

  .opciones-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    /*gap: 67px;*/
    justify-content: center;
    flex-wrap: wrap;
  }

  .opcion-card {
    width: 217px;
  }

  .opciones-title {
    padding-left: 0;
  }

  .opcion-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
}

/*---------------------------Section 6-----------------------------*/
@media (min-width: 768px) and (max-width: 819px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
    height: 100%;
  }

  .medconect-right {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 90%;
  }
}

/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 30px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: 30px;
  }

  .banner-cta button {
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  /* Positioned decorative shapes */
  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    flex-direction: column;
    margin-top: 220px;
    gap: 10px;
    width: 80%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 10px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 13px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  .description {
    /*margin-top: 20px;*/
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 20px;
    height: 20px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-----------------(Section -2)Blow Banner Css-----------------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .doctores-list {
    padding: 15px 10px;
    text-align: center;
  }

  .doctores-list h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .especialidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .especialidades span {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
  }
}

/*-----------------(Section -3)MedConsultorio reúne Section-------------------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .main-profesional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-align: center;
    gap: 15px;
  }

  .left-side {
    width: 100%;
  }

  .left-side h2 {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .right-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 90%;
    height: 330px;
    max-width: 280px;
  }

  .image-bg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    top: 30px;
  }
}

/*---------------------(Section -4)Card Section----------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
  .opciones-section {
    padding: 20px 10px;
  }

  .opciones-title {
    font-size: 32px;
    line-height: 32px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
  }

  .opciones-grid {
    gap: 60px;
  }

  .opcion-card {
    width: 500px;
  }
}

/*------------------(Section -5)testimonial Section-------------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .test-section {
    padding: 20px 10px;
  }

  .testimonions {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .text-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .test-name {
    font-size: 13px;
  }
}

/* --------------(Section -6)Above Footer Responsive Css----------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
    height: 100%;
  }

  .medconect-right {
    width: 100%;
    position: absolute;
    bottom: -20%;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 620px;
  }
}

/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 390px) and (max-width: 479px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  /* Positioned decorative shapes */
  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    flex-direction: column;
    margin-top: 220px;
    gap: 10px;
    width: 100%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 10px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 13px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  .description {
    display: flex;
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 20px;
    height: 20px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-----------------(Section -2)Blow Banner Css-----------------------------------*/
@media (min-width: 390px) and (max-width: 479px) {
  .doctores-list {
    padding: 15px 10px;
    text-align: center;
  }

  .doctores-list h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .especialidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .especialidades span {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
  }
}

/*-----------------(Section -3)MedConsultorio reúne Section-------------------------------------*/
@media (min-width: 390px) and (max-width: 479px) {
  .main-profesional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-align: center;
    gap: 15px;
  }

  .left-side {
    width: 100%;
  }

  .left-side h2 {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .right-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 90%;
    height: 330px;
    max-width: 280px;
  }

  .image-bg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    top: 30px;
  }
}

/*---------------------(Section -4)Card Section----------------------------------*/

@media (min-width: 390px) and (max-width: 479px) {
  .opciones-section {
    padding: 20px 10px;
  }

  .opciones-title {
    font-size: 22px;
    line-height: 28px;
    padding-left: 0;
    padding-bottom: 35px;
    margin-bottom: 25px;
    text-align: center;
  }

  .opciones-grid {
    gap: 60px;
  }
}

/*------------------(Section -5)testimonial Section-------------------------------*/
@media (min-width: 390px) and (max-width: 479px) {
  .test-section {
    padding: 20px 10px;
  }

  .testimonions {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .text-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .test-name {
    font-size: 13px;
  }
}

/* --------------(Section -6)Above Footer Responsive Css----------------------*/
@media (min-width: 390px) and (max-width: 479px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
    height: 100%;
  }

  .medconect-right {
    width: 100%;
    position: absolute;
    bottom: -20%;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 490px;
  }
}

/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 360px) and (max-width: 389px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  /* Positioned decorative shapes */
  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  /* Banner search section */
  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    flex-direction: column;
    margin-top: 220px;
    gap: 10px;
    width: 100%;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 10px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 13px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  /* Description section below */
  .description {
    display: flex;
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 20px;
    height: 20px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-----------------(Section -2)Blow Banner Css-----------------------------------*/
@media (min-width: 360px) and (max-width: 389px) {
  .doctores-list {
    padding: 15px 10px;
    text-align: center;
  }

  .doctores-list h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .especialidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .especialidades span {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
  }
}

/*-----------------(Section -3)MedConsultorio reúne Section-------------------------------------*/
@media (min-width: 360px) and (max-width: 389px) {
  .main-profesional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-align: center;
    gap: 15px;
  }

  .left-side {
    width: 100%;
  }

  .left-side h2 {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .right-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 90%;
    height: 330px;
    max-width: 280px;
  }

  .image-bg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    top: 30px;
  }
}

/*---------------------(Section -4)Card Section----------------------------------*/

@media (min-width: 360px) and (max-width: 389px) {
  .opciones-section {
    padding: 20px 10px;
  }

  .opciones-title {
    font-size: 22px;
    line-height: 28px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
  }

  .opciones-grid {
    gap: 60px;
  }
}

/*------------------(Section -5)testimonial Section-------------------------------*/
@media (min-width: 360px) and (max-width: 389px) {
  .test-section {
    padding: 20px 10px;
  }

  .testimonions {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .text-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .test-name {
    font-size: 13px;
  }
}

/* --------------(Section -6)Above Footer Responsive Css----------------------*/
@media (min-width: 360px) and (max-width: 389px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
    height: 100%;
  }

  .medconect-right {
    width: 100%;
    position: absolute;
    bottom: -20%;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 450px;
  }
}

/*  --------------------------(Section -1) banner responsive CSS  ----------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .banner {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .banner-img {
    position: relative;
    width: 100%;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .banner-text {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .banner-cta {
    display: flex;
    justify-content: center;
    margin-left: 12px;
    margin-top: -12px;
    /*gap: 10px;*/
  }

  .banner-cta button {
    /*display: flex;*/
    align-items: center;
    gap: 6px;
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    border-radius: 20px;
  }

  .banner-btn-img {
    width: 14px;
    height: 14px;
  }

  .shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
  }

  .shape-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }

  .shape-purple {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 10%;
    height: auto;
  }

  .banner-data {
    padding: 15px 10px;
  }

  .details {
    display: flex;
    flex-direction: column;
    margin-top: 220px;
    gap: 10px;
  }

  .details-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 10px;
  }

  .details-small {
    font-size: 12px;
    color: #666;
  }

  .details-large {
    font-size: 13px;
    color: #000;
    font-weight: 500;
  }

  .buscar {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  .description {
    display: flex;
    gap: 20px;
    height: 100%;
    width: 100%;
  }

  .desc-block {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .desc-img {
    width: 20px;
    height: 20px;
  }

  .desc-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
  }

  .desc-text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  .desc-block.desk-second {
    padding-top: 60px;
  }

  button.banner-btn-left {
    width: 130px;
    height: auto;
  }
}

/*-----------------(Section -2)Blow Banner Css-----------------------------------*/
@media (min-width: 320px) and (max-width: 359px) {
  .doctores-list {
    padding: 15px 10px;
    text-align: center;
  }

  .doctores-list h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .especialidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .especialidades span {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
  }
}

/*-----------------(Section -3)MedConsultorio reúne Section-------------------------------------*/
@media (min-width: 320px) and (max-width: 359px) {
  .main-profesional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-align: center;
    gap: 15px;
  }

  .left-side {
    width: 100%;
  }

  .left-side h2 {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .right-side {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-bg {
    width: 90%;
    height: 330px;
    max-width: 280px;
  }

  .image-bg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    top: 30px;
  }
}

/*---------------------(Section -4)Card Section----------------------------------*/

@media (min-width: 320px) and (max-width: 359px) {
  .opciones-section {
    padding: 20px 10px;
  }

  .opciones-title {
    font-size: 22px;
    line-height: 28px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
  }

  .opciones-grid {
    gap: 60px;
  }
}

/*------------------(Section -5)testimonial Section-------------------------------*/
@media (min-width: 320px) and (max-width: 359px) {
  .test-section {
    padding: 20px 10px;
  }

  .testimonions {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .text-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .test-name {
    font-size: 13px;
  }
}

/* --------------(Section -6)Above Footer Responsive Css----------------------*/
@media (min-width: 320px) and (max-width: 359px) {
  .medconect-section {
    padding: 20px 10px;
  }

  .medconect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .medconect-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .medconect-img {
    width: 100%;
    top: -170px;
    height: 100%;
  }

  .medconect-right {
    width: 100%;
    position: absolute;
    bottom: -20%;
    padding-left: 0;
  }

  .medconect-right h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .medconect-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .medconect-section {
    height: 400px;
  }
}

.dash-image-section {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 163vh;
  margin-bottom: 70px;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    height: auto;
    margin-bottom: 90px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    flex-direction: column;
  }

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }

  @media screen and (max-width: 600px) {
    height: auto;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}

.last-section-heading {
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #080809;
  margin: 0;
}

.dashboard-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.last-sec-block {
  position: absolute;
  width: 496px;
  height: 588px;
  border-radius: 16px;
  angle: 0 deg;
  opacity: 1;
  z-index: 7;
  background-color: #fbfbfb;
  padding: 24px 32px;
  border-radius: 16px;
  right: -21%;
  top: 4%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    right: -10%;
    top: 24%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 376px;
    right: -22%;
    top: 17%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    position: relative;
    width: 100%;
    right: auto;
    top: 0;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    width: 90%;
    height: auto;
    right: auto;
    top: auto;
    gap: 10px;
  }
}

.bluerect {
  position: absolute !important;
  right: 0 !important;
  z-index: 5 !important;

  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    left: 58px !important;
    width: 90%;
    top: 24%;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    left: 0 !important;
    width: 100%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    position: absolute;
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    width: 100%;
  }
}

.purple-img {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 20%;

  @media screen and (min-width: 1801px) {
    left: 16%;
    top: 18%;
  }

  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    width: 500px;
    height: 120%;
    left: -61px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    left: -85px;
    width: 400px;
    left: -19px;
    top: 16%;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    position: relative;
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    position: relative;
    width: 100%;
  }
}

.last-section-text {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #424245;
  margin: 0;
}

.last-section-link {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  width: 100%;
  text-align: center;
}

.last-section-link span {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #6833a9;
}

.profile-section {
  background-color: #f9f9fb;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

/* Sidebar */
.sidebar-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  padding: 10px 12px;
  font-size: 15px;
  color: #333;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s;
}

.sidebar-menu li.active,
.sidebar-menu li:hover {
  background-color: #ede8fc;
  color: #6c3fd4;
  font-weight: 600;
}

/* Right Section */
.content-section {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  margin-left: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  width: 100%;

  @media screen and (max-width: 600px) {
    margin: 0 !important;
  }
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #6c3fd4;
  margin-bottom: 20px;
}

/* Profile photo */
.profile-photo-section {
  text-align: center;
  margin-bottom: 25px;
}

.photo-circle {
  width: 100px;
  height: 100px;
  background: #e6e6e6;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-circle img {
  width: 60%;
}

.upload-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 14px;
  cursor: pointer;
}

.upload-btn:hover {
  background: #333;
}

/* Form Inputs */
.personal-info-form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.personal-info-form .form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.personal-info-form .form-control:focus {
  border-color: #6c3fd4;
}

.sidebar-section {
  width: 40% !important;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: 41%;
  }

  @media screen and (max-width: 600px) {
    display: none;
  }
}

.pro-sec {
  display: flex;
  justify-content: center;
}

.sidebar-page {
  display: flex;
  justify-content: end;
}

.sidebar-alignment {
  display: flex;
  flex-direction: column;
  width: 73%;

  @media screen and (min-width: 601px) and (max-width: 1200px) {
    width: 90%;
  }

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

/*duplicates */

.banner-text-second {
  position: absolute;
  top: 315px;
  left: 256px;
  color: #0d001d;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 50px;
  letter-spacing: -1%;
  vertical-align: bottom;
  z-index: 9;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    top: 129px;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    top: 90px;
    left: 120px;
  }

  @media screen and (max-width: 600px) {
    top: 20px;
    left: 0;
    margin: 0;
  }
}

.banner-text-second p {
  margin-left: 146px;
  text-align: left;

  @media screen and (max-width: 600px) {
    font-family: "GolosText-SemiBold";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    padding: 5px 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: -1%;
    vertical-align: bottom;
    color: #0d001d;
    box-shadow: 0px 8px 16px 0px #42424566;
    margin-left: 0;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    margin-left: 0;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    margin-left: 0;
  }
}

/*index-third css*/

button.login-btn.displaynot-initiar.doctor-pn {
  background: #131316;
  color: #fbfbfb;
}

/* horarios */

.title-horarios {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
  color: #420093;
}

.horario-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

/* Tabs */
.horario-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;

  @media (min-width: 320px) and (max-width: 767px) {
    .horario-tabs {
      flex-wrap: wrap !important;
    }
  }

  @media screen and (max-width: 900px) {
    gap: 7px;
  }
}

.horario-tab {
  background: transparent;
  border: none;
  font-size: 15px;
  color: #333;
  padding: 6px 12px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: 0.2s ease;
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
}

.horario-tab--active {
  background: #000;
  color: #fbfbfb;
}

.horario-tab:hover {
  background: #f2f2f2;
  color: #000;
}

/* Checkbox */
.horario-checkbox-block {
  margin-bottom: 24px;
}

.horario-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #444;
  cursor: pointer;
}

/* Section */
.horario-matutino .horario-heading {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #131316;
  margin-bottom: 12px;
}

/* Dropdown */
.horario-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 12px;
  color: #333;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' width='16' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center/12px;
  text-wrap: auto;

  @media screen and (max-width: 600px) {
    font-size: 13px;
  }
}

.marcar {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;

  @media screen and (max-width: 600px) {
    font-size: 15px;
  }
}

.horario-select {
  @media screen and (max-width: 1200px) {
    width: 100% !important;
  }
}

.horario-label {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.horario-select {
  /* width: 560px; */
  height: 64px;
  border-radius: Radius 1x;
  border-width: 1px;
  angle: 0 deg;
  opacity: 1;
  padding-left: Space/Base 1x;
  gap: 10px;
  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;

  @media (min-width: 320px) and (max-width: 359px) {
    padding-right: 40px;
  }

  @media (min-width: 360px) and (max-width: 479px) {
    padding-right: 40px;
  }

  @media (min-width: 480px) and (max-width: 767px) {
    padding-right: 40px;
  }

  @media (min-width: 768px) and (max-width: 819px) {
    padding-right: 40px;
  }
}

.horario-select:focus {
  outline: none;
}

.horario-matutino {
  display: inline;
  flex-direction: column;
  position: relative;
}

.arrow-grey {
  width: 32px;
  height: 64px;
  position: absolute;
  top: 29%;
  left: 50%;
}

.form-select {
  --bs-form-select-bg-img: url("/images/arrow-grey.svg");
}

.horario-btns button {
  width: 86px;
  height: 24px;
  angle: 0 deg;
  opacity: 1;
  padding: 4px 12px;
  gap: 4;
  background: var(--Alpha-Neutral1-Alpha-50, #ececec80);
  border: none;
  font-family: GolosText-Medium;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #0d001d;
  margin-top: 10px;

  margin-left: 8px;

  @media screen and (max-width: 401px) {
    margin-left: 4px;
  }
}

.right-form {
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media screen and (min-width: 601px) and (max-width: 1200px) {
    width: 64%;
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    width: 90%;
  }
}

.info-action-heading {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
  color: #420093;
}

.nombre-section {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  margin: 0;
}

.nombre-first {
  width: 560px;
  height: 64px;
  border-radius: 8px;
  border-width: 1px;
  angle: 0 deg;
  opacity: 1;
  padding-left: Space/Base 1x;
  gap: 10px;
  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  padding: 10px;

  @media screen and (max-width: 1200px) {
    width: 100%;
  }
}

.nombre-first:focus {
  outline: none;
}

.nombre-inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nombre-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.below-text-additional {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: end;
  margin: 0;
  margin-top: 20px;
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #6833a9;
}

.nombre-second {
  width: 560px;
  height: 132px;
  border-radius: 8px;
  border-width: 1px;
  angle: 0 deg;
  opacity: 1;
  padding-left: Space/Base 1x;
  gap: 10px;
  background: var(--Surface-Backgrounds-Surface-Neutral-0, #fbfbfb);
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  padding: 10px;

  @media screen and (max-width: 1200px) {
    width: auto;
  }
}

.perfill-btn {
  width: auto;
  height: 48px;
  border-radius: 16px;
  border-width: 1px;
  angle: 0 deg;
  opacity: 1;
  gap: 8px;
  padding: 16px;
  background: var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  border: 1px solid var(--Text-Button-Primary-Buttons-Primary-300, #6833a9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #fbfbfb;
  margin-top: 20px;

  @media screen and (max-width: 600px) {
    margin: 20px;
    font-size: 16px;
  }
}

.perfill-btn img {
  width: 24px;
  height: 24px;
}

.perfill-ver {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.alignment-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* sidebar layout */

.section-width {
  padding: 0 !important;
}

/*----------------tab img one-----------------*/
.img-tab-sec {
  padding: 50px;

  @media screen and (max-width: 600px) {
    padding: 10px;
  }
}

.img-body-tab {
  text-align: center;
  padding: 30px;
  background: #ececec80;
  border-radius: 15px;
  width: 50%;
  margin: auto;

  @media screen and (min-width: 480px) and (max-width: 600px) {
    width: 100% !important;
  }
}

.cuenta-text {
  font-weight: 800;
  font-family: "GolosText-ExtraBold";
  font-size: 72px;
  leading-trim: NONE;
  line-height: 72px;
  letter-spacing: -1%;
  text-align: center;
  color: #000;
}

.complete-text {
  font-family: "GolosText-Medium";
  font-weight: 500;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  text-align: center;
}

button.img-tab-btn {
  width: 100%;
  height: 48px;
  background: #6833a9;
  color: #fbfbfb;
  border: 1px solid #6833a9;
  border-radius: 15px;
}

.list-text {
  text-align: left;
}

.img-body-tab img {
  @media screen and (max-width: 1200px) {
    width: 100% !important;
  }
}

.cuenta-text {
  @media screen and (min-width: 601px) and (max-width: 900px) {
    font-size: 35px;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 40px;
    text-align: start;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .img-body-tab {
    width: 100%;
    padding: 1rem;
  }

  .img-body-tab img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .cuenta-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }

  .complete-text {
    font-size: 0.9rem;
    margin: 10px 0;
  }

  .img-tab-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 8px;
  }
}

@media (min-width: 360px) and (max-width: 389px) {
  .img-body-tab {
    width: 100%;
    padding: 1rem;
  }

  .img-body-tab img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .cuenta-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }

  .complete-text {
    font-size: 0.9rem;
    margin: 10px 0;
  }

  .img-tab-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 8px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .img-body-tab {
    width: 100%;
    padding: 1rem;
  }

  .img-body-tab img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .cuenta-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
  }

  .complete-text {
    font-size: 0.9rem;
    margin: 10px 0;
  }

  .img-tab-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 8px;
  }
}


.custom-tabs .nav-link.completed {
  color: #000 !important;
  font-weight: 600;
}

.custom-tabs .nav-link.completed::before {
  content: "\2713" !important;
  background: #84c225 !important;
  color: #280058;
  font-weight: bold;
}

.custom-tabs .nav-link.completed::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  width: 331px;
  background: #000;
}

/* Active tab style (purple) */
.custom-tabs .nav-link.active {
  color: #6f2dbd !important;
}

.custom-tabs .nav-link.active::before {
  background: #6f2dbd !important;
}


/*tab internal page css*/
.custom-tabs.second .nav-link.completed::before {
  /* content: "✔" !important; */
  content: "\2713" !important;
  background: #717173 !important;
  color: #fff;
  font-weight: bold;
}

.custom-tabs.second .nav-link.completed::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  width: 331px;
  background: #ececec;
}

.form-group {
  margin-bottom: 25px;
}

h4.nombre-heading {
  font-weight: 400;
  font-family: "GolosText-Regular";
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #131316;
  margin-bottom: 30px;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
  color: #131316;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

/* Nombre y Apellido */
.input-wpr {
  display: flex;
  gap: 15px;
}

.input-wpr.in-wpr {
  margin-top: 20px;
}

.input-wrapper {
  position: relative;
  flex: 1;
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
}

.datos {
  padding: 30px;
  box-shadow: 0px 3px 12px 0px #8e8e8e1a;
  background: #ffffff;
  border-radius: 15px;
  /* --------------------added by: ------------ */
  margin-bottom: 95px;
  /* box-shadow: 0px 3px 12px 0px #cccccc; */
}

.nuevo {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
}

.datos h3 {
  font-family: "GolosText-SemiBold";
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
}

.input-wrapper .hint {
  position: absolute;
  /* top: 6px; */
  top: 2px;
  left: 12px;
  color: #888;
  font-size: 13px;
  pointer-events: none;
}

.nom-input .input-wrapper input,
.input-wrapper select {
  width: 450px;
  padding: 26px 10px 10px 10px;
  border: 1px solid #a1a1a2;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  appearance: none;
  background-size: 10px;

  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.nom-input .input-wrapper input:focus,
.input-wrapper select:focus {
  border-color: #007bff;
}

.input-wrapper input,
.input-wrapper select {
  width: 100%;
  height: 55px;
  padding: 26px 10px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* font-size: 14px; */
  outline: none;
  /* ------------added by-----------  */
  font-size: 20px;
}

.input-wrapper select {
  appearance: none;
  background: #fff url("../images/drop-img.svg") no-repeat right 10px center;
  background-size: contain;
  background-position: right -1px center;
}

.input-wrapper input:focus,
.input-wrapper select:focus {
  border-color: #007bff;
}

/* Fecha de nacimiento */
.dob-row {
  display: flex;
  gap: 10px;

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.dob-row .input-wrapper select {
  text-align: left;
  text-align: left;
  padding: 26px 25px 26px 10px;
  margin-bottom: 0;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
}

/* Make date selects smaller */
.dob-row .input-wrapper.small {
  flex: 0 0 100px;
}

/* Nacionalidad same style as input */
.dob-row .input-wrapper.large {
  flex: 1;
}

p.hint.hint-dia {
  margin-bottom: 0;
  margin-top: 10px;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
}

.form-section {
  margin-top: 25px;
}

.doc-text-description {
  font-size: 14px;
  color: #717173;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.upload-wrapper {
  display: flex;
  justify-content: space-between;
  /*gap: 20px; */

  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}

.file-upload-box {
  flex: 1;
  margin-right: -12px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 2px dashed #b3f4f2;
  padding: 16px 10px;
  border-radius: 8px;
  background-color: #f9fdfd;
  cursor: pointer;
  transition: 0.2s ease;
  box-sizing: border-box;
  /* ensures borders don't merge visually */

  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1%;
  color: #6b9291;
}

.file-upload-label:hover {
  background-color: #eefcfc;
  border-color: #7ddcdc;
}

.file-upload-label img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.contact-info-section {
  margin-top: 30px;
}

.contact-info-heading {
  font-size: 16px;
  font-weight: 600;
  color: #131316;
  margin-bottom: 10px;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.contact-info-inputs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.input-wrapper.nombre {
  border: none;
}

.input-wrapper.nombre input {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  border: 2px solid #ccc;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
  height: 62px;
  padding-top: 20px;
  padding-bottom: 0;
}

.contact-info-box {
  flex: 1;
}

.contact-info-box label {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.contact-info-box input {
  width: 100%;
  padding: 10px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s ease;
}

.contact-info-box input:focus {
  border-color: #a78bfa;
  outline: none;
}

.contact-info-add {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  gap: 6px;
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  color: #6833a9;
  text-decoration: none;
}

.contact-info-add img {
  width: 14px;
  height: 14px;
}

.contact-info-add:hover {
  text-decoration: underline;
}

.contact-address-section {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
}

.contact-address-heading {
  font-size: 16px;
  font-weight: 600;
  color: #131316;
  margin: 20px 0 10px;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
}

.contact-address-box {
  margin-bottom: 15px;
}

.contact-address-box label {
  display: block;
  color: #717173;
  margin-bottom: 6px;

  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -1%;
}

.contact-address-box input,
.contact-address-box textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s ease;
}

.contact-address-box input:focus,
.contact-address-box textarea:focus {
  border-color: #7a3df0;
  outline: none;
}

/*-----right--------*/
.form-footer-section {
  text-align: center;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-family: "Poppins", sans-serif;
}

.btn-next-unique {
  background-color: #6833a9;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 10px 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
}

.btn-next-unique:hover {
  background-color: #692cd4;
}

.btn-back-unique {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  border: none;
  background: #fff;
  margin-top: 30px;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -1%;
  color: #6833a9;
}

.btn-back-unique:hover {
  color: #5a20c7;
}

.form-footer-text {
  margin-top: 15px;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  text-align: start;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

/*new slide css*/
.profile-section {
  background-color: #f9f9fb;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

/* Sidebar */
.sidebar-section {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  padding: 10px 12px;
  font-size: 17px;
  color: #333;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  color: #424245;
  font-weight: 500;
}


.sidebar-menu li img {
  width: 20px;
  height: 20px;
}

.sidebar-menu li.active::before,
.sidebar-menu li:hover::before {
  content: "";
  position: absolute;
  /* left: -19px; */
  left: -10px;
  top: 0;
  width: 6px;
  border-radius: 0;
  height: 100%;
  background-color: #420093;
}

/* Highlight active or hover */
.sidebar-menu li.active,
.sidebar-menu li:hover {
  background-color: #fff;
  color: #420093;
  font-weight: 600;
}

/* Text styling for “Información personal” look */
.sidebar-menu li.active span,
.sidebar-menu li:hover span {
  font-weight: 700;
  color: #24004d;
}

.sidebar-menu li.active,
.sidebar-menu li:hover {
  /* background-color: #fff; */
  background-color: transparent;
  color: #420093;
  font-weight: 600;
  font-family: "GolosText-SemiBold";
}

.sidebar-menu li.active::before {
  content: "";
  position: absolute;
  /* left: -19px; */
  left: -10px;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #420093;
}

/* Right Section */
.content-section {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-left: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #6c3fd4;
  margin-bottom: 20px;
}

/* Profile photo */
.profile-photo-section {
  text-align: center;
  margin-bottom: 25px;
}

.photo-circle {
  width: 100px;
  height: 100px;
  background: #e6e6e6;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-circle img {
  width: 60%;
}

.upload-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 14px;
  cursor: pointer;
}

.upload-btn:hover {
  background: #333;
}

/* Form Inputs */
.personal-info-form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.personal-info-form .form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.personal-info-form .form-control:focus {
  border-color: #6c3fd4;
}

.sidebar-section {
  width: 40%;
}


.pro-sec {
  display: flex;
}

.form-check-inline .form-check-label {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #717173;
}

.form-check-label {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.row {
  position: relative;
  z-index: 5;
  background-color: #fff;

  @media screen and (max-width: 991px) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  @media screen and (max-width: 600px) {
    text-align: center;
    top: 5px;
  }
}

.sidebar-menu li:hover img {
  filter: invert(10%) sepia(132%) saturate(6280%) hue-rotate(253deg) brightness(65%) contrast(103%);
}

/*-----------------------informatic css---------------------*/
.info-section {
  background: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.info-section h4 {
  color: #420093;
  margin-bottom: 25px;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: -1%;
}

.info-section .form-label {
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.info-section .form-control,
.info-section select {
  border-radius: 8px;
  height: 64px;
  box-shadow: none;
  padding: 17px;
  color: #717173;
  font-family: "GolosText-Regular";
  font-weight: 400;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  background: #fbfbfb;
}

span.input-group-text {
  padding: 0.375rem 0.3rem;
  background: #fbfbfb;
}

span.input-group-text .search-my-icon {
  color: #424245;
}

.info-section textarea.form-control {
  resize: none;
}

.add-btn {
  color: #6c3fd4;
  font-weight: 500;
  font-size: 14px;
  background: none;
  border: none;
  padding: 0;
}

.add-btn:hover {
  text-decoration: underline;
}

.profile-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #d1f8f7;
  border: 2px solid #8fc3c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #333;
  margin: 0 auto 10px;
}

.upload-btn {
  background: #131316;
  color: #fbfbfb;
  border-radius: 20px;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  border: none;
  width: 175px;
  height: 32px;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    width: auto;
    height: auto;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #2f2f2f;

  @media screen and (max-width: 600px) {
    width: 100%;
    justify-content: space-between;
  }
}

.tag i {
  font-size: 16px;
  cursor: pointer;
}

.info-prof-body {
  padding: 0px 30px;
}

@media (max-width: 767px) {
  .info-section {
    padding: 20px;
  }
}

.section-product {
  gap: 20px;
}

.sidebar-info {
  width: 80%;

  @media screen and (max-width: 1200px) {
    width: 30%;
  }
}

.personal-info-section .row .col-lg-9 .col-md-6 {
  @media screen and (max-width: 900px) {
    width: 100%;
  }
}

.info-prof-body {
  @media screen and (max-width: 900px) {
    padding: 0;
  }
}

.jim {
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1%;
  padding-bottom: 37px;
  color: #131316;
  margin: 0;
  position: relative;
  bottom: -22px;
  border-bottom: 10px solid #8ccc27;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    font-size: 11px;
    /* bottom: -12px; */
  }
}

.image-drop-black {
  width: 24px !important;
  height: 24px !important;
}

.profile-nav {
  width: 44px !important;
  height: 44px !important;
}

.profile-block {
  display: flex;
  gap: 14px;
  align-items: center;

  @media screen and (max-width: 600px) {
    display: none;
  }
}

/*-------------------------------Date Picker Page-------------*/
p.clini-text {
  padding: 15px 10px 0px 10px;
  margin: 0;
}

.info-time-btn {
  background: #287a17 !important;
  color: #fbfbfb !important;
}

.clinica-text {
  margin-bottom: 0px;
  margin-top: 20px;
}


.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  background: transparent !important;
  border: none !important;
}

.ui-datepicker-header .ui-datepicker-prev span.ui-icon,
.ui-datepicker-header .ui-datepicker-next span.ui-icon {
  background-image: none !important;
  text-indent: 0 !important;
  position: relative !important;
}

.ui-datepicker-header .ui-datepicker-prev span.ui-icon::before {
  content: "" !important;
  display: block !important;
  width: 1.8em !important;
  height: 1.8em !important;
  background: url("/images/date-left-arrow.svg") no-repeat center center !important;
  background-size: contain !important;
}

.ui-datepicker-header .ui-datepicker-next span.ui-icon::before {
  content: "" !important;
  display: block !important;
  width: 1.8em !important;
  height: 1.8em !important;
  background: url("/images/date-right-arrow.svg") no-repeat center center !important;
  background-size: contain !important;
}


.ui-widget-content {
  border: 1px solid #fff !important;
  background: #ffffff;
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #222222;
  font-weight: bold;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
  color: #212121;
}

span.ui-datepicker-year {
  display: none;
}

table.ui-datepicker-calendar th {
  background: #fff;
  color: #000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #b3f4f2;
  background: #b3f4f2 !important;
  border-radius: 100%;
  color: #131316 !important;
  font-family: "GolosText-Regular";
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #fff !important;
  background: #fff !important;
  text-align: center;
  font-weight: normal;
  color: #131316 !important;
  font-family: "GolosText-Regular";
}

.ui-widget-header .ui-icon-circle-triangle-e {
  background-image: url("../images/date-right-arrow.svg") !important;
}

.ui-icon,
.ui-widget-content .ui-icon-circle-triangle-w {
  background-image: url("../images/date-left-arrow.svg") !important;
}

.hasDatepicker {
  display: flex;
  justify-content: center;
}

.checkbox-block {
  margin: 0;
  display: flex;
  gap: 8px;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
  margin-top: 20px;
  align-items: center;
}

.checkbox-block img {
  width: 24px;
  height: 24px;
}

.precio {
  margin: 0 !important;
  margin-top: 20px !important;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.repo-exit {
  width: 20px !important;
  height: 20px !important;
}

.dropdown-txt {
  font-family: GolosText-Medium;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #424245;
  padding: 20px 16px;
}

.dropdown-menu {
  border-radius: 16px;
  /* left: -202px !important; */
}

.dropdown-item:first-child {
  border-bottom: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
}

a.ui-state-default.ui-state-active {
  background-color: #b3f4f2 !important;
  border-radius: 100%;
}

.block-second {
  width: 312px;

  @media screen and (max-width: 600px) {
    width: auto;
  }
}

.block-first {
  /* ---------------added by-------------  */
  width: 447px;

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    width: auto;
  }
}

.ars-drop-down .input-wrapper input {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
  /* -----added by--------  */
  font-weight: 400;
  color: #717173;
}

/* Completed step style */
.custom-tabs .nav-link.completed {
  color: #000 !important;
  font-weight: 600;
}

.custom-tabs .nav-link.completed::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  width: 331px;
  background: #424245;

  @media screen and (min-width: 1200px) and (max-width: 1500px) {
    /* width: 295px; */
    width: 331px;
  }
}

/* Active tab style (purple) */
.custom-tabs .nav-link.active {
  color: #6f2dbd !important;
}

.custom-tabs .nav-link.active::before {
  background: #6f2dbd !important;
}

#loc-tab1:checked~.address-tabs-new label[for="loc-tab1"],
#loc-tab2:checked~.address-tabs-new label[for="loc-tab2"],
#loc-tab3:checked~.address-tabs-new label[for="loc-tab3"] {
  padding: 0 20px;
}

.icon-arroe {
  position: absolute;
  right: -30px;
  height: 56px;
  bottom: 84px !important;

  @media screen and (max-width: 600px) {
    bottom: 106px !important;
    right: -36px !important;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    bottom: 104px !important;
  }

  @media screen and (min-width: 768px) and (max-width: 819px) {
    bottom: 104px !important;
    right: -15px !important;
  }

  @media screen and (min-width: 820px) and (max-width: 911px) {
    bottom: 104px !important;
    right: -14px !important;
  }

  @media screen and (min-width: 912px) and (max-width: 1024px) {
    position: absolute;
    right: -10px !important;
    height: 56px;
    bottom: 104px !important;
  }

  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    position: absolute;
    right: -10px !important;
    height: 56px;
    bottom: 104px !important;
  }

  @media screen and (min-width: 1201px) and (max-width: 1300px) {
    right: -22px !important;
    height: 56px;
    bottom: 85px !important;
  }
}

.clikabletab {
  color: #424245;
}

.service-table-down {
  @media (min-width: 320px) and (max-width: 359px) {
    overflow-x: auto;
  }
}

.form-step-content:last-child::after {
  display: none;
}

.form-step:last-child {
  border: none;
}

.form-step:nth-child(3)::after {
  display: none;
}

.confirm-line::placeholder {
  color: #717173 !important;
}

.input-confirm::placeholder {
  color: #717173 !important;
}

.ui-datepicker-trigger {
  background: url("../images/ben-profile.svg") no-repeat center center;
  border: none;
  width: 24px;
  /* adjust size */
  height: 24px;
}

.arrow-ciudad {
  position: absolute;
  top: 30px;
  right: 8px;
  height: 64px;
}

.arrow-ciudad-2 {
  position: absolute;
  top: 30px;
  right: 8px;
  height: 64px;
}

.arrow-ciudad-2 {
  box-shadow: inset 1px 0 #a1a1a2;
  width: 24px !important;
  height: 62px !important;
}

.direction-1 {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: -1%;
  color: #717173;
}

.btn-d-rection {
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: -1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #6833a9;
  width: 100%;
  display: flex;
  justify-content: end;
}

.costo-arrow {
  position: absolute;
}

.grey-below {
  right: 0 !important;
  left: auto !important;
  top: 0% !important;
  pointer-events: none !important;
}

.grey-below-last {
  right: 26px !important;
  left: auto !important;
  top: auto !important;
  bottom: 26px !important;
}

.ui-icon-circle-triangle-w {
  background-position: center;
}

.ui-icon-circle-triangle-e {
  background-position: center;
}

.grey-img-below {
  right: 0;
  left: 95%;
  top: 0%;

  @media (min-width: 320px) and (max-width: 359px) {
    left: 86%;
    /* top: 20%; */
  }

  @media (min-width: 360px) and (max-width: 479px) {
    left: 88%;
    /* top: 24%; */
  }

  @media (min-width: 767px) and (max-width: 819px) {
    left: 92%;
    /* top: 24%; */
  }
}

.arrow-last-grey {
  width: 32px;
  height: 64px;
  position: absolute;
  /* top: 29%; */
  left: 91%;

  @media (min-width: 320px) and (max-width: 359px) {
    left: 79%;
  }

  @media (min-width: 360px) and (max-width: 479px) {
    left: 83%;
  }

  @media (min-width: 767px) and (max-width: 819px) {
    left: 86%;
  }
}

.grey-img-two {
  right: 0 !important;
  left: auto !important;
  top: 24%;

  @media (min-width: 320px) and (max-width: 359px) {
    top: 16%;
  }

  @media (min-width: 360px) and (max-width: 479px) {
    top: 33%;
  }

  @media (min-width: 768px) and (max-width: 819px) {
    top: 33%;
  }
}

.arrow-light-grey {
  width: 22px;
  height: 64px;
  position: absolute;
  left: auto;
  right: 0;
  box-shadow: inset 1px 0 #a1a1a2;
  pointer-events: none !important;

  @media only screen and (max-width: 575px) {
    width: 22px !important;
  }

}

.bg-icon-med {
  top: 40%;
  right: 0 !important;
  left: auto !important;

  @media (min-width: 320px) and (max-width: 359px) {
    top: 28%;
  }

  @media (min-width: 360px) and (max-width: 479px) {
    top: 33%;
  }

  @media (min-width: 768px) and (max-width: 819px) {
    top: 33%;
  }
}

.dash-bg-two {
  top: 0;
}

.bg-dash-bord {
  top: 30%;

  @media (min-width: 320px) and (max-width: 359px) {
    top: 20%;
  }

  @media (min-width: 360px) and (max-width: 479px) {
    top: 24%;
  }

  @media (min-width: 768px) and (max-width: 819px) {
    top: 24%;
  }
}

.grey-img-two-icon {
  right: 0 !important;
  top: 0 !important;
  left: auto !important;

  @media (min-width: 360px) and (max-width: 479px) {
    top: 20%;
  }

  @media (min-width: 768px) and (max-width: 819px) {
    top: 19%;
  }
}

.img-icon-below {
  top: 0%;
}

.form-select.my-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: white url("../images/arrow-grey.svg") no-repeat right center;
}

.details-block.block-first .icon-bg-index {
  background-color: #b3f4f2;
  padding: 20px 0;
  border-left: 1px solid #6b9291;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.details-block.block-second .icon-bg-index {
  background-color: #b3f4f2;
  padding: 20px 0;
  border-left: 1px solid #6b9291;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.banner-btn-left.banner-btn-index-3 {
  color: #6833a9;
}

.experience-dropdown {
  @media screen and (max-width: 600px) {
    width: 100% !important;
  }
}

.align-direction {
  width: 50% !important;

  @media screen and (max-width: 900px) {
    width: 100% !important;
  }
}

.sidebar-control {
  @media screen and (max-width: 767px) {
    width: 23%;
  }
}

.appt-schedule-wrapper {
  width: 100%;
  max-width: 700px;
  border-top: 1px solid #dcdcdc;
  font-family: Arial, sans-serif;
}

.appt-row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.appt-time {
  width: 70px;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 17px;
  letter-spacing: -1%;
  color: #131316;
  width: 92px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appt-active .appt-time {
  background-color: #b3f4f2;
}

.appt-info {
  flex: 1;
  padding: 10px 14px;
}

.appt-name {
  font-family: "GolosText-SemiBold";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 14px;
  letter-spacing: -1%;
  color: #424245;
}

.appt-ars {
  margin-left: 6px;
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 17px;
  letter-spacing: -1%;
  color: #131316;
}

.appt-ars strong {
  font-size: #000 !important;
}

.appt-notes {
  margin-top: 6px;

  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -1%;
  color: #0f0f12;
}

/* Highlighted Active Appointment */
.appt-active {
  background: #d6f8ff;
}

.rightform-second {
  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 40%;
  }
}

.rightform-second .content-section .appt-time {
  width: auto;
}

.prosec-second {
  gap: 10px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 20px;
  }
}

.sidebar-control {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.contentsec-second {
  @media screen and (max-width: 767px) {
    width: 100%;
    margin: 0 !important;
  }
}

.content-margin {
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;

  @media screen and (max-width: 767px) {
    margin: 0;
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
    border: none !important;
    border-bottom: 1px solid var(--Stroke-New-group-Dividers, #d9cce9);
  }
}

.arrow-dropdown {
  top: 0% !important;
}

.rightform-align {
  display: flex;
  background-color: #fff;
  margin-left: 10px;
  padding: 20px 0;

  @media screen and (max-width: 900px) {
    flex-direction: column;
  }
}

.total-cities {
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -1%;
  color: #420093;

  @media screen and (max-width: 900px) {
    font-size: 14px;
  }
}

.cities-num {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  color: #424245;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;

  @media screen and (max-width: 900px) {
    font-size: 40px;
  }
}

.cities-print {
  font-family: GolosText-Regular;
  font-weight: 400;
  font-style: Regular;
  font-size: 55px;
  leading-trim: NONE;
  line-height: 66px;
  letter-spacing: -1%;
  color: #424245;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;
  margin: 0;

  @media screen and (max-width: 900px) {
    font-size: 40px;
  }
}

.city-count {
  width: 383px;
  padding-bottom: 0;

  @media screen and (max-width: 900px) {
    width: 100%;
  }
}

.section-time {
  background-color: #f7f7f7;
}

.section-blocks {
  background: #fff;
}

.sidebar-alignment-last {
  width: 30%;
}

.right-last {
  width: 70%;

  @media screen and (max-width: 600px) {
    width: 90%;
  }
}

.row-align {
  width: 80%;
  margin: 0 auto !important;
}

.form-expand {
  @media screen and (max-width: 600px) {
    width: 100%;
  }
}

.mapsimage {
  position: absolute;
  right: -10%;
  z-index: -1;

  @media screen and (max-width: 600px) {
    right: 0;
    width: 100%;
    display: none;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    right: -9%;
  }
}

.crear-heading {
  font-size: 20px;
}

.arrow-lista {
  top: 0px;
  right: 0px;
}

.horario-second {
  top: 0 !important;
  right: 0 !important;
  left: auto;
}

/* Add dot under all dates */
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px !important;
}

.ui-datepicker-calendar td a::after,
.ui-datepicker-calendar td span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}

/* --------------added by ------commented sothat dot na aey--------- */

.container {
  background-color: #fff;
}

.fech-text {
  width: max-content;
}

.form-alignment {
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    width: 100% !important;
  }
}

.input-border {
  border: 1px solid var(--Stroke-New-group-Border, #a1a1a2);
  border-width: 1px 0 1px 1px;
}

.major {
  width: 250px;
  height: 32px;
  angle: 0 deg;
  opacity: 1;
  gap: 8;
  border-radius: 16px;
  padding: 16px;
  background: var(--Neutral2-800, #080809);
  font-family: GolosText-SemiBold;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -1%;
  color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 20px;
}

.form-btn-align {
  background-color: #fff;
}

.dropdown {
  width: auto !important;
}

img.bluerect {
  width: 100%;
  height: auto;
}

img.purple-img {
  width: 55%;
  height: 100%;
  widh: 85%;
  position: absolute;
  top: 120px;

  @media screen and (max-width: 600px) {
    width: 90%;
    position: relative;
    top: auto;
    height: auto;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 50%;
    left: -29px;
  }
}

.last-sec-block {
  right: -27%;
  top: 10%;

  @media screen and (max-width: 600px) {
    right: auto;
    top: auto;
  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    width: 59%;
  }
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  width: auto;
  height: 25px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker-next {
  top: -4px !important;
}

/* DK-CSS */

.last-sec-block {
  right: -25%;
}

img.bluerect {
  width: 100%;
  height: 54%;
  top: 259px;
  border-radius: 20px;
  object-fit: cover;
}

/* DK-CSS */

/* --------------sk---------------- */
.dc-right .schedule tbody tr td.inactive.active {
  background: #420093;
  color: #fff;
}

.dc-right .schedule tbody tr td.cross-text {
  pointer-events: none !important;
}

/* ----------new css---------- */
select#aseguradora {
  color: #717173;
}

select.form-control.form-control1.wdt-box {
  width: 168px;
}

/* ----------new css---------- */

@media screen and (max-width: 768px) {
  .banner-text p {
    text-align: left;
    padding-left: 3%;
  }

  select.form-control.form-control1.wdt-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .banner-text p {
    text-align: left !important;
  }
}

@media screen and (min-width: 822px) and (max-width: 1200px) {
  select.form-control.form-control1.wdt-box {
    width: 175px;
  }
}

@media screen and (min-width: 769px) and (max-width: 821px) {
  select.form-control.form-control1.wdt-box {
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {

  .banner-text,
  .details {
    width: 70% !important;
  }

  select.form-control.form-control1.wdt-box {
    width: 100%;
  }
}

@media screen and (min-width: 912px) and (max-width: 1024px) {
  .icon-arroe1 {
    right: -15px !important;
  }

  .input-wrapper1 select {
    padding: 10px 10px !important;
  }
}

.republic-block {
  @media screen and (min-width: 931px) and (max-width: 1024px) {
    top: 155px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    top: 165px;
  }

  @media screen and (min-width: 1201px) and (max-width: 1310px) {
    top: 195px;
  }

  @media screen and (min-width: 1311px) and (max-width: 1439px) {
    top: 205px;
  }

  @media screen and (min-width: 651px) and (max-width: 821px) {
    top: 115px;
  }
}

/* -------------------24-12-------------------------  */
@media screen and (min-width: 1311px) and (max-width: 1439px) {
  .republic-block {
    top: 263px;
  }

  .email-block {
    top: 24%;
  }

  .med-cons-green {
    top: 14%;
  }

  .med-cons-purple {
    top: 136px;
  }

  .rectangle {
    top: -35px;
  }
}

/* -------------------24-12 -------------------------  */

@media (min-width: 999px) and (max-width: 1023px) {
  .banner-data {
    margin-top: -250px;
  }

  .buscar {
    margin-top: 0;
    height: auto;
    padding: 10px 20px;
    border-radius: 16px;
  }
}

@media (min-width: 1199px) and (max-width: 1230px) {
  .banner-data {
    margin-top: -320px;
  }

  .buscar {
    margin-top: 0;
    height: auto;
    padding: 10px 20px;
    border-radius: 16px;
  }
}

@media (min-width: 1230px) and (max-width: 1280px) {
  .banner-data {
    margin-top: -340px;
  }

  .buscar {
    margin-top: 0;
    height: auto;
    padding: 10px 20px;
    border-radius: 16px;
  }
}

@media (min-width: 1023px) and (max-width: 1101px) {
  .banner-data {
    padding: 45px 10px;
  }

  .desc-block {
    width: 45%;
  }

  .main-profesional {
    padding: 40px 0px 40px 80px;
  }

  .image-bg img {
    right: -40px;
  }

  .opciones-container {
    max-width: 1060px;
    margin: 0 auto;
  }

  .opcion-card {
    width: 251px;
  }
}

@media (min-width: 1279px) and (max-width: 1300px) {

  .banner-text,
  .details {
    width: 80% !important;
  }

  .banner-text {
    position: absolute;
    top: 31%;
    left: 52%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
  }

  .banner-cta {
    margin-left: 0px;
  }

  .banner-data .description {
    width: 85%;
  }

  .banner-data .description .desc-block {
    width: 45%;
  }

  .main-profesional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 40px 80px;
    gap: 40px;
  }

  .opciones-section {
    padding: 20px 80px;
    background-color: #fff;
  }

  .opcion-card {
    position: relative;
    background-color: #6833a9;
    border-radius: 16px;
    width: 300px;
    padding-top: 120px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
  }

  .opciones-container {
    max-width: 1400px;
    margin: 0 auto;
  }

  /* -------------------30-12--------------- */

  .image-bg img {
    right: -100px;
    top: -57px;
  }

  .image-bg {
    right: 31px;
  }

  .main-profesional {
    padding: 40px 0px 40px 99px;
    gap: 0px;
  }

  .banner-text {
    top: 32%;
    left: 59%;
  }

  .banner-text p {
    font-size: 63px;
    line-height: 73px;
  }

  .description {
    width: 80%;
    height: 225px;
    padding-top: Space/Base 3x;
    padding-right: Space/Base 6x;
    padding-bottom: Space/Base 3x;
    padding-left: Space/Base 6x;
    gap: 24;
    opacity: 1;
    border-radius: 16px;
    background: var(--Purple-400, #6833a9);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    top: 0px;
    position: relative;
  }

  .banner-data {
    margin-top: -302px;
    width: 85%;
  }

  .banner-cta {
    margin-left: -24px;
  }

  .banner-cta {
    margin-top: 0px;
  }

  .opciones-grid {
    gap: 13px;
  }

  .icon-arroe {
    right: -35px !important;
    height: 56px;
    bottom: 84px !important;
  }

  .input-confirm {
    width: 100% !important;
  }

  .rectangle {
    top: -35px;
  }

  .shape-green {
    top: 22px;
  }

  .shape-purple {
    top: 23%;
  }

  .dest-section {
    padding: 0px !important;
  }

  .banner-text-second p {
    margin-left: 121px !important;
    margin-top: -15px !important;
  }

  .dob-row .input-wrapper select {
    padding: 11px 25px 8px 10px !important;
  }

  .datos .dob-row p.hint.hint-dia.mes1 {
    top: 6px !important;
  }

  .form-groupes .input-wrapper .hint {
    top: 5px !important;
  }

  img.bluerect {
    height: 44% !important;
    top: 380px !important;
  }

  .bluerect {
    left: 19px !important;
  }

  .inc-sz.col-md-3 {
    width: 30% !important;
  }

  .inc-size.col-md-4 {
    width: 31.33% !important;
  }

  .horario-tab {
    padding: 21px 12px 12px !important;
  }
}


@media (min-width: 460px) and (max-width: 600px) {
  select#aseguradora {
    background-image: url("/images/navarrow.svg") !important;
    background-size: contain;
    background-position: right;
  }

  .icon-arroe1 {
    display: none;
  }

  .rectangle {
    right: -30px;
    top: -26px;
  }
}

@media (min-width: 535px) and (max-width: 550px) {
  .republic-block {
    top: -180px;
    height: 560px;
    padding-top: 170px;
    margin-bottom: 40px;
    border-radius: 0px 26px 26px 0px;
  }

  .republic {
    font-size: 40px;
  }

  .med-cons-purple {
    display: none;
  }
}

@media (min-width: 308px) and (max-width: 351px) {
  .confirmacion1 {
    padding: 8px 0px !important;
  }

  .benfi-main {
    margin-top: 60px;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .navbar-initiar button {
    gap: 0px;
  }

  .navbar-initiar button img {
    width: 16px;
    height: 16px;
  }

  button.login-btn.displaynot-initiar.doctor-pn {
    font-size: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .info-section .form-label {
    font-size: 15px;
  }
}

@media screen and (min-width: 822px) and (max-width: 999px) {
  select.form-control.form-control1.wdt-box {
    width: 100%;
  }

  .ars-drop-down .input-wrapper input {
    font-size: 12px;
  }
}

@media screen and (min-width: 810px) and (max-width: 821px) {
  .ars-drop-down .input-wrapper input {
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .dropdown {
    width: 100% !important;
  }

  .dropdown .react-datepicker-wrapper {
    width: 100% !important;
  }

  .doctor-card-new {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    gap: 20px !important;
  }
}

@media (min-width: 1001px) and (max-width: 1025px) {
  .banner-text-second {
    top: 147px !important;
    left: 190px !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .rectangle {
    right: 9px !important;
    top: -36px !important;
  }
}
