body div#crear-expediente {
    display: none !important;
}
  #banner{
    padding:120px 0 50px;
  }
  .desktop {
    padding: 50px 0;
}
div#expediente-result {
    display: none !important;
}
.buttons.hidden {
    display: block !important;
    margin: 0;
}
.hidden{display:none!important}
.form-hint{font-size:12px;margin-top:4px}
#crear-expediente{border:1px solid #e3e3e3;padding:16px;border-radius:12px;margin-top:16px}
#crear-expediente h3{margin:0 0 8px}
.crear-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.crear-grid .fg{display:flex;flex-direction:column}
.crear-grid label{font-size:12px;margin-bottom:4px}
button#btn-cancelar-crear {
    color: #000;
}
.form-group__input {
    padding: 14px 6px 10px !important;
    border-radius: 8px !important;
    border: 1px solid #c4c4c4 !important;
    font-size: 16px !important;
}
.breadcrumb-item + .breadcrumb-item::before {}

.breadcrumb-item.active {
    background-color: transparent;
}
.form-group.checkbox-group label {margin-top: 20px;}
.crear-grid input, .crear-grid select{padding:8px;border:1px solid #d9d9d9;border-radius:8px}
#btn-crear-expediente{padding:10px 14px;border-radius:10px;border:0;background:#0e7fbe;color:#fff;cursor:pointer}
#btn-cancelar-crear{padding:10px 14px;border-radius:10px;border:1px solid #bbb;background:#fff;cursor:pointer}

/*
  #banner{
    padding: 30px 0 30px;
  }*/
  a.available.selected {filter: grayscale(0);background-color: #0066B3 !important;}
a.slot-hora.selected {
    background-color: #002b60 !important;
    color: #fff !important;
}
a.available {
    background-color: #69b3e3!important;
}
  {### STYLES TABS DIRECTORIO ##}
  #TABS-MEDICAL-{
    padding:80px 0;
  }

  
  {% scope_css %}
  #Experiencia .min-card {
    flex: auto!important;
  }
  
  #Afiliaciones .box-min,
  #Cursos .box-min {
        justify-content: start;
  }
  
  #Afiliaciones .min-card,
  #Cursos .min-card  {
    flex: auto!important;
    max-width: 100%;
  }
  
  #Experiencia .box-min,
  .experiencia-grid-mobile {
    position: relative;
    margin-left: 12%; /* espacio para la línea */
  }

  #Experiencia .min-card,
  .experiencia-grid-mobile .min-card.time {
    position: relative;
    padding-left: 40px; /* espacio para el punto */
  }

  #Experiencia .box-min::before,
  .experiencia-grid-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8%;
    width: 4px;
    background-color: rgba(225, 240, 249, 1);
    z-index: 0;
  }
  
  #Experiencia .min-card::before,
  .experiencia-grid-mobile .min-card.time::before {
    content: '';
    position: absolute;
    top: 45%;
    left: -9.4%;
    transform: translateY(-50%); 
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    z-index: 1;
  }
  
  .box-min {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
    justify-content: center;
  }

  .publicaciones_ * {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px !important;
    color: rgba(0, 43, 96, 1);
    margin-bottom: 4%;
  }
  
  .publicaciones_ br {
    display: inline-block;
  }
  
  .banner-afiliacion {
    position: absolute;
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; 
    background: rgba(0, 102, 179, 0.5)!important;
    backdrop-filter: blur(24px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 2vw 3vw;
  }
  
  .banner-afiliacion img {
    max-width: 250px;
  }
  
  {#####################################################}
  /* Modal fondo */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Mostrar modal */
  .modal.show {
    display: flex;
    justify-content: flex-end;
    overflow: auto;
    align-content: flex-start;
    flex-wrap: wrap;
  }

.form-container {
  background: white;
  padding: 24px;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 708px;
  position: relative;
  overflow: hidden;
}

  
  .close-modal {
  position: absolute;
  top: 6px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 32px;
  color: #4b5563;
  cursor: pointer;
  transition: color 0.3s;
}

.close-modal:hover {
  color: #111827;
  box-shadow: none;
}

  
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #6366f1;
  transition: width 0.3s ease;
}

.step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.step.active {
  display: block;
}

h2 {
  color: #1f2937;
  margin-bottom: 20px;
  font-size: 24px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #4b5563;
  font-weight: 500;
}

input, textarea, select {
  width: 100%;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #6366f1;
}

.color-options {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.selected {
  border: 3px solid #6366f1;
}
 
  .flex-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 15vh 0;
  }

.buttons {
  /*display: flex;
  justify-content: space-between;
  margin-top: 30px;*/
  display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    gap: 10px;
}

button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

button.next {
  background: #6366f1;
  color: white;
}

button.prev {
  background: #e5e7eb;
  color: #4b5563;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error {
  color: #ef4444;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}
/* Chrome, Safari, Edge */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* fondo blanco */
  -webkit-text-fill-color: #000 !important; /* texto negro */
  caret-color: #000; /* cursor negro */
}

/* Firefox */
input:-moz-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -moz-text-fill-color: #000 !important;
}

/* Opcional: transición para que no se vea "amarillo" */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.submit-message {
  text-align: center;
  padding: 40px;
}

.submit-message img {
  width: 80px;
  margin-bottom: 20px;
}

  
  .cita {
  border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 20px 0;
  background: #fff;
}

.cita__titulo {
  color: #0056a7;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cita__doctor {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cita__foto {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.cita__detalles {
  flex: 1;
}

.cita__nombre {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

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

.cita__tag {
  background-color: #f0f7fd;
  color: #0056a7;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #d0e3f3;
}

.cita__info {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f7fd;
  border-radius: 8px;
  padding: 8px 12px;
  gap: 16px;
  margin-top: 20px;
}

.cita__item {
  display: flex;
  align-items: center;
  gap: 8px;
  
  font-size: 14px;
  font-weight: 500;
  color: #1e3a8a;
}

.cita__icon {
  font-size: 16px;
}
  
  .paciente {
        padding: 20px 0;
  }
  
  
.paciente__title {
  font-size: 18px;
  font-weight: bold;
  color: #0056a7;
  margin-bottom: 1rem;
}

.paciente__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group__container {
  position: relative;
}

.form-group__label {
  position: absolute;
  top: 0%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  background-color: white;
  padding: 0 4px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.form-group__input {
  width: 100%;
  padding: 18px 12px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background: white;
  appearance: none;
}


/* Error (invisible por defecto) */
.form-group__error {
  display: none;
  color: #d32f2f;
  font-size: 12px;
  margin-top: 4px;
}
  

.checkbox-group {
  grid-column: 1 / -1; /* Ocupar de la columna 1 hasta la última */
  margin-top: 20px;
  
}
.form-group.obs-field {
    grid-column: span 2;
}

.checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
  color: #1e1e1e;
}
/**/
.loader-home.active {    display: flex;
    flex-direction: column;
    gap: 20px;}

.content-load {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 250px;
    font-size: 18px;
  animation: blink 1.5s infinite ease-in-out;
}


@keyframes blink {
  0%   { opacity: .5; }
  50%  { opacity: 1; }
  100% { opacity: .5; }
}
.loader-home {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: .98;
}
/**/
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #0075c9; /* azul */
  border-radius: 2px;
  transition: all 0.2s;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #0075c9;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00016 10.2002L3.30016 7.50016L2.3335 8.46683L6.00016 12.1335L14.0002 4.1335L13.0335 3.16683L6.00016 10.2002Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

  .confirmation-container {
    margin: 40px auto;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
  }

  .confirmation-container .success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background-color: #D1FADF;
    color: #2E7D32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

  .confirmation-container h2 {
    color: #2E7D32;
    margin-bottom: 8px;
  }

  .confirmation-container p {
    color: #555;
    margin-bottom: 24px;
  }

  .confirmation-container p strong {
    color: #000;
  }

  .doctor-card {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
    border-top: 1px solid #e0e0e0;
    padding-top: 24px;
    flex-wrap: wrap;
  }

  .doctor-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
  }

  .doctor-info {
    flex: 1;
    min-width: 240px;
  }

  .doctor-info h3 {
    margin: 0 0 8px;
    color: #1b3f75;
  }

  .specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
  }

  .specialties span {
    background-color: #e6f0fc;
    color: #1b3f75;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 16px;
    white-space: nowrap;
  }

  .location,
  .date-time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
    margin: 6px 0;
  }

  .location i,
  .date-time i {
    color: #1b3f75;
  }
  
  
 .loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
}

.rotating-loader {
  width: 60px;
  height: 60px;
  animation: rotate 1.2s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}

.loader-text {
  margin-top: 16px;
  font-size: 18px;
  color: #1b3f75;
  font-weight: 500;
}

  
  
  

span.dia {
    display: block;
    font-size: 12px;
      text-transform: capitalize;
}
select#select-mes {
    text-transform: capitalize;
}

span.num {
    display: block;
    background-color: #002B60;
    border-radius: 100%;
    padding: 5px 6px;
    font-size: 18px;
    margin: 2px 0;
}

span.mes {
    display: block;
    font-size: 12px;
    text-transform:capitalize;
}

a.available.selected {
    color: #fff;
}

a.available {
    background-color: #E1F0F9 !important;
    color: #3385C2;
    text-transform: uppercase;
}

a.available .num {
    background-color: #C3E1F4;
}

.available.selected span.num {
    background-color: #002b60;
    color: #fff;
}

span.no-disponible {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 32px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    background-color: #EDEEEE;
}

.no-disponible span.num {
    background-color: #CACBCD;
}

.no-disponible {
    color: #A7A9AC !important;
    text-transform: uppercase;
}
.calendar-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 40px;
}
a.available.selected span.dia,a.available.selected span.mes {
    color: #fff;
}
a.available span.dia,a.available span.mes {color: #3385C2;font-family: 'Inter';}
span.chip {
    border: 1px solid #002B60;
    border-radius: 12px;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 1.6;
    display: block;
  color:#002B60;
      font-family: 'Inter', sans-serif;
}

div#chips-especialidades {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 9px;
}
.container_fecha {
    display: flex;
    align-items: center;
    gap: 10px;
}
.semana_ {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: -4000px;
}
.container_fecha button {
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: inherit !important;
}
/* Responsive */
@media (max-width: 600px) {
    #banner{
  padding: 50px 0 30px;
} 
  
  .paciente__form {
    grid-template-columns: 1fr;
  }
  
  .experiencia-grid-mobile {
    margin-left: 15%;
  }
  
  .experiencia-grid-mobile::before {
    left: -12%;
  }
  
  .experiencia-grid-mobile .min-card.time::before {
    left: -14.5%;
    width: 18px;
    height: 18px;
  }
}



  {######################################################}
  
  
  /**/
  .mobile{
    display: none;
  }
  @media(max-width:768px){
    .mobile{
      display: block;
    }
    .desktop{
      display: none;
    }
  }
  #conoce-especialistas{
    padding:85px 0 50px;
  }
  #conoce-especialistas h3{
    text-align:center;
  }
  /*changes */
  h2{
    color: #002B60;
  }

  .i-content {
    display: flex;
    align-items: center;
    margin-bottom:17px;
    gap: 8px;
  }
  .icon-m {
    display: flex;
  }
  .icon-m img {
    width: 100%;
    max-width: 24px!important;
    height: 24px!important;
    min-width: 24px!important;
  }
.i-content.horario p {
    color: #002B60;
    margin: 0;
  font-size: 14px!important;
}


  .two-columns {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .box-reserva h5 {
    font-weight: 700;
    font-family: Inter, serif;
    color: #002B60;
    margin-bottom: 5px;
  }
  p.greent {
    color: #04AA5E!important;
    font-size: 10px!important;
    font-family: Inter, serif;
  }
  .mb {
    margin-bottom: 16px;
  }

  .font-sm {
    margin-bottom: 16px;
    color: #748A96;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  .left-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
  }

  .show{
    display: none;
  }
  @media(max-width:768px){
    .show{
      display: block;
    }
    .hide{
      display: none;
    }
    .specialties span:last-child {
      display: none;
    }
  }
  @media(max-width:480px){
    .info p {
      font-size: 14px!important;
    }
    .desc-container h2 {
      font-size: 20px!important;
    }
    .specialties {
      margin: 8px 0;
    }
    .i-content {
      margin-bottom: 8px;
    }
  }

  /* ----------------- */



  .image-container img {
    max-width: 100%;
  }

  .text-container h1 {
    color: #002B60;
    margin-bottom: 30px;
  }

  .text-container,.text-container p {
    color: #001126;
  }
  span.title-d {
    color: #00528F;
    font-size: 16px;
    display: block;
    margin: 20px 0 10px;
  }

  .btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .btn-disponible {
    background-color: #E1F0F9;
    padding: 8px 16px;
    border-radius: 16px;
  }

  /**/
  #cards h3{text-align:center;}
  section#cards {
    padding: 65px 0 100px;
  }
  .min-card a {
    text-decoration: none;
    color: inherit;
  }
  .min-logo img {
    height: 52px;
  }
  .min-logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .min-content .font-sm {
    font-family: "Inter", serif;
    font-size: 12px;
    color: #748A96;
    line-height: 1.7;
    margin-bottom: 0;
  } 
  
  .min-logo h5 {
    margin: 0;
    color: #002B60;
    font-weight: 500;
    font-family: "Noto Serif", serif;
  }
  .min-content {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .min-cta .font-sm {
    color: #002B60;
    text-decoration: underline;
    font-family: "Inter", serif;
    padding: 12px 8px;
  }
  .min-card {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .minicards-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
  }
  .descinfo p {
    color: #001126;
  }

  .descinfo {
    margin: 25px 0 15px;
  }

  .box-reserva {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 5px 0px rgba(0, 0, 0, 0.00), 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
  }

  p.availability {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }

  .box-reserva p {
    color: #0066B3;
  }

  .calendar a {
    background-color: #0066B3;
    display: block;
  }

  .calendar {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }
    .desc-container .name-dr{
      font-size: 40px;
    }
  @media (max-width:768px){
    
    #banner .container {
      padding: 0!important;
    }
    
    .two-columns {
      position: relative;
      display: flex;
      flex-direction: column; 
      gap: 24px;
      margin-bottom: 28px;
    }
    .specialties {
      flex-wrap: wrap;
    }

  /*  .text-container {
      position: absolute !important;
      width: 100% !important;
      max-width: 30vw !important;
      max-height: 254px !important;
      overflow: hidden !important;
      left: 0 !important;
    }
    */

    .desc-container .name-dr,
    .desc-container .specialties {
      margin-left: 34vw!important;
    }
    
    .banner-afiliacion * {
      font-size: 12px!important;
    }

    .text-container img {
      max-width: 80%; 
    }
    
    .info {
      margin-top: 20px; 
    }

    .calendar {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  @media(max-width:480px){
    .min-card {
      max-width: 100%;
    }
  }

  /**/
  .banner {
    background-color: #E1F0F9;
    width: 100%;
    max-width: 1280px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .banner-content h3 {
    margin: 0;
    color: #002B60;
    font-weight: 500;
    font-family: "Noto Serif", serif;
    margin-bottom: 20px;
  }
  .banner-content .b-text {
    color: #335580;
    font-family: "Inter", serif;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .banner-content .cta-banner {
    background-color: #002B60;
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    width: 100%;
    max-width: 302px;

    padding: 18px;
    text-align: center;
    border-radius: 8px;
    /*background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 24px;
    background-image: url("");
    background-position: 28% center;*/
  }

  .banner-content {
    padding: 50px;
  }
  .banner-img {
    margin-top: auto;
    display: flex;
  }
  .banner-img img {
    width: 100%;
    max-width: 340px;
    object-fit: cover;
    margin-left:auto;
  }
  .b-images {
    display: flex;
    justify-content:;
  }
  /*.banner-phone img {
  width: 100%;
  max-width: 331px;
  }*/
  .banner-phone {
    position: absolute;
    right: 0;
    top: -90px;
  }

  .banner {
    position: relative;
  }
  .banner-logo {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content:center;
  }

  .banner-logo img {
    max-width: 200px !important;
  }

  a.cta-banner {
    margin-top: 24px;
  }

  /* new */
  .specialties {
    display: flex;
    gap: 10px;
    margin: 20px 0;
  }

  .specialties span {
    display: block;
    border-radius: 12px;
    border: 1px solid #002B60;
    padding: 4px 16px;
    font-size: 10px;
    font-family: "Inter",sans-serif;
    font-weight: 500;
  }

  .info {
    font-family: "Inter",sans-serif;
  }

  .info p {
    font-family: "Inter",sans-serif;
    color: #002B60;
    font-weight: 500;
  }

  /*buscar citas*/
  
  a.available {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 32px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  a.unavailable {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 32px;
    align-items: center;
    color: #3385C2;
    text-decoration: none;
    font-size: 14px;
    background-color: #E1F0F9;
  }
  a.unavailable span {
    color: #fff;
    font-size: 14px;
    background-color: #C3E1F4;
    padding: 5px 7px;
    border-radius: 32px;
    margin-top: 4px;
  }

  .times {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .times a {
    background-color: #E1F0F9;
    color: #3385C2;
    text-decoration: none;
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    min-width: 70px;
  flex-grow: 0;
  }
  select#select-especialidad {
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    color: #0066B3;
}

.box-reserva {
    font-family: 'Inter',sans-serif;
}

select#select-mes {
    padding: 0;
    color: #0066B3;
    font-size: 14px;
}

div#agenda-horario label {
    font-size: 12px;
}
  .times a.active{
    background-color: #002b60;
    color: #fff;
}
  
  button.schedule-btn {
    background-color: #002B60;
    padding: 14px;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }  

  @media(max-width:992px){
    .banner-content{
      padding-left: 50px;
    }
  }
  @media(max-width:768px){
    .banner-phone {
      position: relative;
      right: 0;
      top: 0;
    }
    .banner-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 35px;
      /*padding: 35px;*/
      padding:26px;
    }
    .b-images {
      width: 100%;
      justify-content: center;
    }
    .banner-content h3 {
      font-size:32px;
    }
  }
  /**/

  /**/
  .card-especialista {
    padding: 20px;
    max-width: 310px;
    background-color: #fff;
    box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0.00), 0px 24px 10px 0px rgba(0, 0, 0, 0.01), 0px 14px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
  }

  .title-card-espe h4 {
    font-size: 20px;
    margin: 12px 0;
    text-align: center;
    color: #002B60;
    margin-bottom: 0;
  }

  p.especialidad-tag {
    text-align: center;
    font-size: 12px;
    color: #69B3E3;
  }

  .contenido-espe {
    font-size: 12px;
    color: #748A96;
    text-align:center;
    line-height: 1.2;
    margin: 20px 0;
  }
  .contenido-espe p{font-size:12px;}
  .cta-link a {
    text-align: center;
    color: #002B60;
    font-weight: 500;
  }

  .cta-link {
    text-align: center;
  }
  .card-list-especialista {
    margin-top:45px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .card-especialista {
    margin: auto;
  }
  /**/
  .faq-item {
    box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0.00), 0px 24px 10px 0px rgba(0, 0, 0, 0.01), 0px 14px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
    border: 0;
    padding: 16px 12px;
    border-radius: 16px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    background-image: url("https://39872653.fs1.hubspotusercontent-na1.net/hubfs/39872653/arrow-right-2.png");
    background-size: 24px;
    background-position: 97% center;
    background-repeat: no-repeat;
  }

  .faq-content {
    margin-top: 10px;
  }
  .faq-item:hover {
    background-color: #f9f9f9;
  }
  .faq-content {
    display: none;
    padding: 10px;
    font-size: 16px;
    color: #333;
  }
  .arrow {
    transition: transform 0.3s ease;
  }
  .open .arrow {
    transform: rotate(90deg);
  }
  .grid-two-faq {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
  }

  .gf-2 {
    text-align: center;
  }

  section#faq {
    padding: 50px 0;
  }

  .faq-container {
    margin-top: 50px;
  }

  .gf-1 h3 {
    margin-bottom: 20px;
  }

  .gf-1 > p {
    font-size: 12px;
  }
  @media (max-width:768px){
    .banner {
      grid-template-columns: 1fr;
    }

    .card-list-especialista {
      grid-template-columns: 1fr;
    }

    .grid-two-faq {
      grid-template-columns: 1fr;
    }
  }
  
  
  {####################### ESTILOS TABS DIRECTORIO MEDICO #########################}
  
  /*tabs*/
.tab-center {
    display: flex;
    justify-content: center;
}
.tab {
    overflow: hidden;
    display: flex;
    gap: 11px;
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
}
.tab button {
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 13px 16px;
    transition: 0.3s;
    color: #002B60;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.tab button.active {
    background-color: #E1F0F9;
    border-radius: 16px;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
}
.tab::-webkit-scrollbar {
    display: none;
}
@media(max-width:768px){
    .tab button {
        border: 1px solid #E1F0F9;
        border-radius: 16px;
    }
    .tab {
        gap: 8px;
    }
    .center {
        margin-top: 40px!important;
    }
}

/*all*/
.center {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.box-all {
    width: 100%;
    max-width: 1080px;
}

/*sobre-mi*/
.box {
    display: flex;
    width: 100%;
    gap: 15px;
}
.left {
    width: 60%;
}
.right {
    width: 40%;
    display: flex;
    justify-content: right;
}
.right img {
    width: 100%;
    max-width: 306px!important;
    object-fit: cover;
    border-radius: 16px;
}
h3 {
    color: #002B60;
    font-family: "Noto Serif", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
p {
    color: #5D6E78;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
}
.left p {
    margin-bottom: 36px;
}
h4 {
    color: #0066B3;
    font-family: "Noto Serif", serif;
    font-size: 24px;
    font-weight: 500;
}
.card-info {
    border: 1px solid #CCE0F0;
    border-radius: 16px;
    padding: 12px;
    width: 100%;
    max-width: 192px;
}
.min-logo-c {
    display: flex;
    justify-content: flex-end;
}
.min-logo-c img {
    width: 100%;
    max-width: 24px;
}
.font-xs {
    font-size: 10px;
    color: #87C2E9;
    font-family: "Inter", sans-serif;
}
.card-info h5 {
    margin-bottom: 3px;
}
.box-info {
    display: flex;
    gap: 26px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.card-area {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.09);
    padding: 16px;
    border-radius: 16px;
    width: 100%;
    max-width: 336px;
    text-align: center;
}

.card-area h5 {
    margin-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-size: 19px;
}
.b-top {
    display: flex;
    justify-content: center;
     flex-wrap: wrap;
    gap: 27px;
    margin-bottom: 32px;
}
.b-top .card-area {
      flex: 0 0 calc((100% - 2rem) / 3); /* 3 columnas con espacio entre ellas */
  box-sizing: border-box;
}
  
@media (max-width: 768px) {
  .b-top .card-area {
    flex: 0 0 50%; /* 2 columnas */
  }
}

@media (max-width: 480px) {
  .b-top .card-area {
    flex: 0 0 100%; /* 1 columna */
  }
}

  
.box-area h3 {
    margin-bottom: 28px;
}
h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #002B60;
    font-weight: 500;
    line-height: 1.1;
}

img.d-none {
    display: none;
}
.right h4 {
    display: none;
}
  
@media(max-width:768px){
.tab-center {
    padding-left: 20px;
}

.tabcontent {
    padding: 0 20px !important;
}
    .left {
        width: 100%;
    }
    .right{
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .box {
        flex-direction: column;
        gap: 0;
        margin-bottom: 48px;
    }
    .right img:first-child{
        display: none;
    }
    img.d-none {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .right h4 {
        display: block;
        margin-top: 40px;
    }
    .left h4 {
        display: none;
    }
    .left p {
        margin-bottom: 32px;
    }
    .box-info {
        display: none;
    }
    .box-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box-area h3 {
        margin-bottom: 36px;
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 12px!important;
    }
    h4 {
        font-size: 20px;
      margin-top: 16px!important;
    }
    .card-area {
        max-width: 500px;
    }
}


/**/

.box-flex {
    display: flex;
    width: 100%;
    gap: 23px;
}
.b-left {
    width: 60%;
}
.b-right {
    width: 40%;
    display: flex;
  position: relative;
}
  
  .b-right img {
    width: 100%!important;
    max-width: 100%!important;
    object-fit: contain!important;
    height: fit-content!important;
    position: sticky;
    top: 5px;
    border-radius: 16px;
  }
  
.b-left h3 {
    margin-bottom: 15px;
      text-align: left !important; 
}
.b-left .font-sm {
    color: #335580;
}

/*min-card*/
.min-card a {
    text-decoration: none;
    color: inherit;
}
.min-card .min-logo img {
    height: 52px;
}
.min-card .min-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.min-card .min-logo h5 {
    margin: 0;
    color: #002B60;
    font-weight: 500;
    font-family: "Noto Serif", serif;
}
.min-content {
    margin-top: 4px;
    margin-bottom: 4px;
}
.min-cta .font-sm {
    color: #002B60;
    text-decoration: underline;
    font-weight: 500;
    font-family: "Inter", serif;
    padding: 12px 8px;
    margin-bottom: 0;
}
/*-------------------------------------*/



.min-card.bs-none {
    box-shadow: none;
}
.image-mobile img {
    width: 100%;
    display: none;
}
@media(max-width:768px){
    .image-mobile img {
        display: block;
        margin-bottom: 50px;
    }
    .b-right {
        display: none;
    }
    .b-left {
        width: 100%;
    }
    .box-min {
        gap: 12px;
    }
    .b-left h3 {
        margin-bottom: 20px;
    }
    .min-card .min-logo h5 {
        line-height: 1.3;
    }
    .min-card {
        max-width: 100%;
    }
}

/*tab titulos personales*/
.min-cta.fecha .font-sm {
    padding: 0;
    font-weight: 700;
    text-decoration: none;
}


/*publicaciones academicas*/
.card-art .font-xs {
    color: #6680A0;
    margin-bottom: 3px;
}
.card-art h5 {
    color: #002B60;
    font-family: "Noto Serif", serif;
    margin-bottom: 16px;
}
.c-banner img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}
  .submit-message .location p {
    margin: 0 !important;
}
.c-banner {
    display: flex;
    margin-bottom: 16px;
}
.card-art {
    width: 100%;
    max-width: 340px;
}
.card-art .font-sm {
    color: #000000;
    margin-bottom: 16px;
}
.fuente .font-xs {
    color: #0066B3;
    margin-bottom: 16px;
}
.label {
    border-radius: 12px;
    border: 1px solid #002B60;
    padding: 4px 16px;
    color: #002B60;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    width: 100%;
    max-width: 90px;
}
.all-label {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.cta a {
    display: inline-block;
    padding: 12px 8px;
    text-align: center;
    color: #002B60;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.cta {
    text-align: center;
}
.all-art.mb {
    margin-bottom: 26px;
}
.all-art {
    display: flex;
    justify-content: center;
    gap: 19px;
}
.titulos .font-sm {
    max-width: 630px;
    margin-bottom: 40px;
}

@media(max-width:768px){
    .all-art {
        gap: 24px;
        flex-direction: column;
    }
    .card-art:last-child {
        margin-bottom: 0;
    }
    .none{
        display: none;
    }
    .all-art.mb {
        margin-bottom: 24px;
    }
    .card-art{
        max-width: 100%;
    }
}

/*articulos y videos*/
.last-banner img {
    width: 100%;
}
.last-banner {
    margin-top: 74px;
    display: flex;
}

.icon-pub {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-pub img {
    width: 100%;
    max-width: 42px;
    height: 42px;
}
.b-logo .font-sm {
    margin-bottom: 0;
    line-height: 1.1;
    color: #6680A0;
    font-family: "Noto Serif", serif;
    font-weight: 500;
}
.b-logo .text {
    color: #002B60;
    font-family: "Noto Serif", serif;
    font-weight: 500;
}
.last-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.last-icon a {
    color: #002B60;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 12px 8px;
    display: inline-block;
}
  
  /* ----- tabs ------- */
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  padding: 21px 16px;
  box-shadow: inset 0px -1px 1px 0px #69B3E3;
}
.panel {
  /*padding: 10px;*/
  padding-top: 16px;
  display: none;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 100%;
  padding-bottom: 50px;
}

.accordion .t-icon img {
  transform: rotate(0deg);
  transition: .3s;
}
.accordion.active .t-icon img {
  transform: rotate(180deg);
  transition: .3s;
}
/*-------------------------------------------------*/

p {
  font-family: "Inter", sans-serif;
  color: #5D6E78;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1.5;
}
.titulo-toggle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #002B60;
}
.t-icon img {
  width: 100%;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}

.contenido {
  margin-bottom: 48px;
}
.contenido .text {
  margin-bottom: 36px;
}
  

.box-mobile {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  margin-bottom: 27px;
}

.box-mobile h5 {
  color: #002B60;
  margin-bottom: 5px;
}

.box-mobile .text {
  color: #748A96;
}

.box-mobile:last-child {
  margin-bottom: 0;
}

/**/
.min-card {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.09);
  max-width: 100%;
  height: auto;
}
.min-card:last-child{
  margin-bottom: 0;
}
.min-card .min-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.min-card .min-logo img {
  height: 52px;
}
.min-card .min-logo h5 {
  margin: 0;
  color: #002B60;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
.min-content {
  margin-top: 4px;
  margin-bottom: 4px;
}


.min-cta .font-sm {
  color: #002B60;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Inter", serif;
  padding: 12px 8px;
  margin-bottom: 0;
  font-size: 12px;
}

.mb{
  margin-bottom: 16px!important;
}
a {
  text-decoration: none;
  color: inherit;
}


.min-cta.fecha .font-sm {
  padding: 0;
  font-weight: 700;
  text-decoration: none;
}
.min-card.time {
  padding: 24px 16px;
}
  
  /*last card*/
  .card-art {
        max-width: 100%;
    }
  .c-banner {
    display: flex;
    margin-bottom: 16px;
}
  .c-banner img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}
  .card-art .font-xs {
    color: #6680A0;
    margin-bottom: 3px;
}
  .card-art h5 {
    color: #002B60;
    font-family: "Noto Serif", serif;
    margin-bottom: 16px;
}
  .card-art .font-sm {
    color: #000000;
    margin-bottom: 16px;
    font-weight: 400;
}
 .all-label {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
  .label {
    border-radius: 12px;
    border: 1px solid #002B60;
    padding: 4px 16px;
    color: #002B60;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    width: 100%;
    max-width: 90px;
}
  .min-text{
    color: #0066B3;
    margin-bottom: 16px;
    font-size: 10px;
    font-family: "Inter", sans-serif;
  }
  .last-cta {
    width: 100%;
    padding: 12px;
    text-align: center;
}

.last-cta a {
    text-decoration: underline!important;
    color: #002B60;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
}
  
  



/**/
  .mobile{
    display: none;
  }
.desc-container {width: 100%;}
.cta-tmp a {
    background-color: #002B60;
    padding: 14px;
    width: 100%;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 20px;
}
  @media(max-width:768px){
  .mobile{
    display: block;
    }
    .desktop{
      display: none;
    }
  }
  #conoce-especialistas{
    padding:85px 0 50px;
  }
  #conoce-especialistas h3{
    text-align:center;
  }
  /*changes */
  h2{
    color: #002B60;
  }
  
  .i-content {
      display: flex;
      gap: 8px;
  }
  .icon-m {
      display: flex;
  }
  .icon-m img {
      width: 100%;
      max-width: 24px;
      height: 24px;
    min-width: 24px;
  }
  .i-content {
      margin-bottom:17px;
  }
  
  
  .two-columns {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
  .box-reserva h5 {
    font-weight: 700;
    font-family: Inter, serif;
    color: #002B60;
    margin-bottom: 5px;
    font-size: 20px;
}
p.greent {
    color: #04AA5E!important;
    font-size: 14px!important;
    font-family: Inter, serif;
}
  .mb {
    margin-bottom: 16px;
}
  

  .left-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
  }
   
  .show{
    display: none;
  }
  @media(max-width:768px){
      .show{
          display: block;
      }
      .hide{
          display: none;
      }
    .specialties span:last-child {
    display: none;
}
  }
  @media(max-width:480px){
    .info p {
        font-size: 14px!important;
    }
    .desc-container h2 {
        font-size: 20px!important;
    }
    .specialties {
        margin: 8px 0;
    }
    .i-content {
        margin-bottom: 8px;
    }
}
    
  /* ----------------- */
  
  
  
.image-container img {
    max-width: 100%;
}

.text-container h1 {
    color: #002B60;
    margin-bottom: 30px;
}

.text-container,.text-container p {
    color: #001126;
}
  span.title-d {
    color: #00528F;
    font-size: 16px;
    display: block;
    margin: 20px 0 10px;
}

.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-disponible {
    background-color: #E1F0F9;
    padding: 8px 16px;
    border-radius: 16px;
}
  
  /**/
  #cards h3{text-align:center;}
  section#cards {
      padding: 65px 0 100px;
  }
    .min-card a {
      text-decoration: none;
      color: inherit;
  }
  .min-logo img {
      height: 52px;
  }
  .min-logo {
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .min-logo h5 {
      margin: 0;
      color: #002B60;
      font-weight: 500;
      font-family: "Noto Serif", serif;
  }
  .min-content {
      margin-top: 8px;
      margin-bottom: 16px;
  }
  .min-cta .font-sm {
      font-size: 14px;
      text-decoration: underline;
      font-weight: 700;
      font-family: "Inter", serif;
      padding: 12px 8px;
    color: #0066B3;
  }
  .min-card {
      padding: 16px;
      border-radius: 16px;
      box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.09);
      width: 100%;
      max-width: 305px;
  }
.minicards-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
}
  .descinfo p {
    color: #001126;
}

.descinfo {
    margin: 25px 0 15px;
}

.box-reserva {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 5px 0px rgba(0, 0, 0, 0.00), 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
}

p.availability {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.box-reserva p {
    color: #0066B3;
}

.calendar a {
    background-color: #0066B3;
    display: block;
}

.calendar {
    display: flex;
    gap: 18px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
  @media (max-width:768px){
      .two-columns {
        display: flex;
        gap: 24px;
        margin-bottom: 28px;
    }
    .specialties {
    flex-wrap: wrap;
}


.text-container img {
    max-width: 100%;
}


.calendar {
    flex-wrap: wrap;
    gap: 10px;
}
  }
  @media(max-width:480px){
      .min-card {
        max-width: 100%;
      }
  }
  
  /**/
    .banner {
background-color: #E1F0F9;
    width: 100%;
    max-width: 1280px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .banner-content h3 {
      margin: 0;
      color: #002B60;
      font-weight: 500;
      font-family: "Noto Serif", serif;
      margin-bottom: 20px;
  }
  .banner-content .b-text {
      color: #335580;
      font-family: "Inter", serif;
      max-width: 520px;
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 30px;
  }
  .banner-content .cta-banner {
      background-color: #002B60;
      color: #ffffff;
      text-decoration: none;
      font-family: "Inter", serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.1;
      display: inline-block;
      width: 100%;
      max-width: 302px;

      padding: 18px;
      text-align: center;
      border-radius: 8px;
      /*background-repeat: no-repeat;
      padding-left: 35px;
      background-size: 24px;
      background-image: url("");
      background-position: 28% center;*/
  }

  .banner-content {
      padding: 50px;
  }
  .banner-img {
      margin-top: auto;
      display: flex;
  }
  .banner-img img {
      width: 100%;
      max-width: 340px;
      object-fit: cover;
    margin-left:auto;
  }
  .b-images {
      display: flex;
    justify-content:;
  }
  /*.banner-phone img {
      width: 100%;
      max-width: 331px;
  }*/
.banner-phone {
    position: absolute;
    right: 0;
    top: -90px;
}

.banner {
    position: relative;
}
  .banner-logo {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content:center;
}

.banner-logo img {
    max-width: 200px !important;
}

a.cta-banner {
    margin-top: 24px;
}
  
  /* new */
  .specialties {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.specialties span {
    display: block;
    border-radius: 12px;
    border: 1px solid #002B60;
    padding: 4px 16px;
    font-size: 10px;
    font-family: "Inter",sans-serif;
    font-weight: 500;
}

.info {
    font-family: "Inter",sans-serif;
}

.info p {
    font-family: "Inter",sans-serif;
    color: #002B60;
    font-weight: 500;
}
  
  /*buscar citas*/
 
a.available {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 32px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
a.unavailable {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 32px;
    align-items: center;
    color: #3385C2;
    text-decoration: none;
    font-size: 10px;
    background-color: #E1F0F9;
}
a.unavailable span {
    color: #fff;
    font-size: 16px;
    background-color: #C3E1F4;
    padding: 5px 7px;
    border-radius: 32px;
    margin-top: 4px;
}

.times {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
  flex-wrap: wrap;
}
  .times a {
    background-color: #E1F0F9;
    color: #3385C2;
    text-decoration: none;
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
}
button.schedule-btn {
    background-color: #002B60;
    padding: 14px;
    width: 100%;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}  
  
  @media(max-width:992px){
      .banner-content{
          padding-left: 50px;
      }
  }
  @media(max-width:768px){
    .banner-phone {
    position: relative;
    right: 0;
    top: 0;
    }
      .banner-content {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          padding-left: 35px;
          /*padding: 35px;*/
        padding:26px;
      }
      .b-images {
          width: 100%;
          justify-content: center;
      }
    .banner-content h3 {
      font-size:32px;
    }
  }
  /**/
  
  /**/
  .card-especialista {
    padding: 20px;
    max-width: 310px;
    background-color: #fff;
    box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0.00), 0px 24px 10px 0px rgba(0, 0, 0, 0.01), 0px 14px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
}

.title-card-espe h4 {
    font-size: 20px;
    margin: 12px 0;
    text-align: center;
    color: #002B60;
    margin-bottom: 0;
}

p.especialidad-tag {
    text-align: center;
    font-size: 12px;
    color: #69B3E3;
}

.contenido-espe {
    font-size: 12px;
    color: #748A96;
  text-align:center;
    line-height: 1.2;
    margin: 20px 0;
}
  .contenido-espe p{font-size:12px;}
.cta-link a {
    text-align: center;
    color: #002B60;
    font-weight: 500;
}

.cta-link {
    text-align: center;
}
  .card-list-especialista {
    margin-top:45px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.card-especialista {
    margin: auto;
}
  /**/
  .faq-item {
    box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0.00), 0px 24px 10px 0px rgba(0, 0, 0, 0.01), 0px 14px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
    border: 0;
    padding: 16px 12px;
    border-radius: 16px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Noto serif', sans-serif;
    font-weight: 500;
    background-image: url("https://39872653.fs1.hubspotusercontent-na1.net/hubfs/39872653/arrow-right-2.png");
    background-size: 24px;
    background-position: 97% center;
    background-repeat: no-repeat;
}

.faq-content {
    margin-top: 10px;
}
        .faq-item:hover {
            background-color: #f9f9f9;
        }
        .faq-content {
            display: none;
            padding: 10px;
            font-size: 16px;
            color: #333;
        }
        .arrow {
            transition: transform 0.3s ease;
        }
        .open .arrow {
            transform: rotate(90deg);
        }
  .grid-two-faq {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
}

.gf-2 {
    text-align: center;
}

section#faq {
    padding: 50px 0;
}

.faq-container {
    margin-top: 50px;
}

.gf-1 h3 {
    margin-bottom: 20px;
}

.gf-1 > p {
    font-size: 12px;
}
  @media (max-width:768px){
.banner {
    grid-template-columns: 1fr;
}

.card-list-especialista {
    grid-template-columns: 1fr;
}

.grid-two-faq {
    grid-template-columns: 1fr;
}
  }
