@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@700&display=swap');

section {
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    background: #F5F5F5;
}

.contenedor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}

/* Cabecera y colores */

.cabecera {
    background-color: #26C4C3;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
}

.foto_y_nombre {
    display: grid;
        justify-content: center;
        position: relative;
        min-height:350px;
        align-items: center;
    }
    
    .contenedor_azul .foto_y_nombre:before {
        content: '';
        background: linear-gradient(#3C84A8 50%, #245065 50%);
        inset: 0;
        position: absolute;
    }
  
.foto img {
    width: 100%;
    height: auto;
}
  
.biografia_pequenio {
    margin-top: 20px;
    text-align: left;
}

.contenedor_articulo {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contenedor_azul {
    width: 100%;
    padding-inline: 50px;
}

#agendar-btn {
    display: block !important;
}

.container__sesiones-disponibles {
    border-radius: 20px;
    width: 100%;
    padding: 2rem 1rem;
    grid-column: 1/4;
    background: #ffffff !important;
}

.container__sesiones-disponibles p {
    font-size: clamp(15px, 3vw, 18px);
}


/* CALENDARIO DIA */
.current-date {
    background-color: transparent;
    color: black;
    border: 4px solid #26C4C3;
    border-radius: 30px;
    padding: 1px;
}

.current-date:hover {
    background-color: #ddd;
    border: 8px solid #ddd;
    text-decoration: none;
    border-radius: 30px;
    color: black;
}

.current-date:active {
    background-color: black;
    border: 8px solid black;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
}

.date {
    background-color: #26C4C3;
    color: #fff;
    border: 8px solid #26C4C3;
    border-radius: 100%;
}

.date:hover {
    background-color: #ddd;
    border: 8px solid #ddd;
    text-decoration: none;
    border-radius: 30px;
    color: black;
}

.date:active {
    background-color: black;
    border: 8px solid black;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;

}

.date, .current-date {
    width: 2em;
    display: grid;
    place-content: center;
    height: 2em;
    margin: auto;
}

/* Icono ? de modal */
.swal2-icon.swal2-question {
    font-size: unset;
    line-height: unset;
}

@media screen and (min-width: 768px) {
    .contenedor_azul {
        width: max(30ch, 40%);
        padding-inline: 0;
        overflow: hidden;
        border-radius: 20px;
    }
}

.info_perfil>div:nth-child(1) {
    padding: 15px;
  }

.contenedor_dato_perfil {
    display: flex;
    flex-wrap: wrap!important;
    width: 100%;
    align-items: flex-start;
    column-gap: 25px;
    justify-content: space-evenly;
}

.dato_perfil {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #6770A8;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    position: relative;
    top: 0;
}



.info_dato {
    background-color: #26C4C3;
    width: 100%;
    position: relative;
    margin-top: -0.75rem;
    border-radius: 0 0 1rem 1rem;
}
input[type="text"]{
    width: 15.5rem;
}

/*SECTION HERO*/
.nombreNutricionista, .nombreConsejero {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.p-psicologo {
    color: #fff;
    opacity: 1;
    font-size: 40px;
    font-weight: 750;
    line-height: 0px;
    margin-bottom: 0px;
    font-family: 'Segoe UI', sans-serif;
    padding: 45px;
}

.contenedor_perfil {
    position: relative;
    width: 100px;
    height: 100px;
    width: 30%;
    height: 100%;
}


.contenedor_azul .foto_y_duracion {
    display: grid;
    justify-content: center;
    position: relative;
    min-height: 400px;
    align-items: center;
}

.contenedor_azul .foto_y_duracion:before {
    content: '';
    background: linear-gradient(#3C84A8 50%, #245065 50%);
    inset: 0;
    position: absolute;
}

.contenedor_azul .foto {
    width: min(270px, 80vw);
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

.contenedor_azul .foto img {
    display: block;
    width: 100%;
    height: auto;
    height: var(--foto-altura);
    object-fit: cover;
    margin-inline: auto;
    border-radius: 50%;
    max-height: 270px;
    max-width: 260px;
    border: 5px solid #26C4C3;
}

.contenedor_azul .duracion>* {
    color: inherit;
}

.contenedor_azul .duracion {
    background: #245168;
    color: white;
    width: 70%;
    width: min(70%, 280px);

    margin-inline: auto;
    padding: .5rem;
    text-align: center;


    z-index: 3;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    transform: translateY(50%);

}

.contenedor_azul .text {
    background: #245065;
    padding: 20px 40px;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
}

.biografia_pequenio {
    background: #2B647F;
    width: 100%;
}

.biografia_pequenio ul {
    padding-left: 30px;
    width: 100%;
    color:white;
    letter-spacing: 0.5;
}

.biografia_pequenio li::marker {
    font-size: 25px;
    color: #26c4c3;
}

.biografia_pequenio li {
    color: #ffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: disc;
}


.contenedor_dato_perfil h3 {
    top: 0 !important;
}

.contenedor_dato_perfil .title {
    all: initial;
    font-family: 'Lato', sans-serif;
    color: #26C4C3;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
  
}

.biografia_pequeño ul {
    padding-left: 39px;
    width: 100%;
    color: white;
}

.title--white {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: white;
    font-size: 1.2rem;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
}

.idiomas-list {
    list-style-type: none; 
    padding: 0; 
}

.idiomas-list li {
    font-size: 14px;
    color: #ffffff; 
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 6px;
    text-indent: 0; 

}

.idiomas-list li::before {
    content: "●";
    color: #26C4C3;
    font-size: 20px;
    margin-right: 8px; 
    line-height: 1; 
}

.simbolo_conexion {
    position: absolute;
    width: calc(100%/5);
    height: calc(100%/5);
    right: calc(100%/30);
    top: calc(100%/200);
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    background: #4caf50;
}

.dato {
    width: 100%;
    height: 100%;
    background: white;
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background: transparent;
}

.dato>h1 {
    font-family: 'Baloo Tamma 2';
    color: white;
    font-size: 2rem !important;
}

.dato>p, .dato>ul, .dato>li, .info_duracion>p {
    all: initial;
    font-family: 'Lato', sans-serif;
    color: #12787F;
}

.dato>p:first-of-type {
    font-weight: bold;
    font-size: 1.5rem;
}

.dato>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    padding: 0 20px;
    color: rgba(58, 137, 142, 1);
}

.dato>ul>li {
    cursor: pointer;
    padding: 5px 10px;
}

.dato>ul>li:hover {
    background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
}

.info_duracion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 5px;
    width: 60%;
    padding: 10px 50px;
    background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
    border-radius: 10px;
}

.info_duracion>p {
    color: rgba(58, 137, 142, 1);
}

.info_duracion>p:last-child {
    font-weight: bold;
}

.fondo_perfil {
    width: 100%;
    height: 100px;
    position: relative;
    background: url(./img/backgroundPsicologo.png);
    background-size: cover;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 0 0 1rem 1rem;
}

.fondo_perfil>h2 {
    all: initial;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}

.fondo_perfil>h2:hover {
    background: transparent;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.box_perfil_duracion {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.info_perfil {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
}

.info_perfil>div {
    flex-grow: 1;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 60px;
}

.areas_trabajo>h1,
.agendar_cita>h1,
.tipo_plan>h1,
.info_horario>p {
    font-family: 'Baloo Tamma 2';
    color: #12787F !important;
}

#agendar .info_calendario {
    background-color: #ffffff !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 16px;
}

.agendar_cita>button {
    border-radius: 28px;
    background: #26C4C3;
    border-style: solid;
    font-size: 16px;
    color: white;
    border-color: transparent;
    margin-top: 10px;
    padding: 10px 0;
}

.biografia_pequeño li {
    color: #ffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: disc;
}

.biografia_pequeño li::marker {
    font-size: 25px;
    color: #26c4c3;
}

.contenedor_horario>h2,
.biografia>h1,
.formacion>h1,
.biografia_pequeño>h1 {
    all: initial;
    font-family: 'Inter', sans-serif;
}

.agendar_cita>h1,
.areas_trabajo>h1,
.biografia>h1,
.formacion>h1,
.biografia_pequeño>h1,
.tipo_plan>h1 {
    color: #26C4C3;
    font-size: 24px;
}

.contenedor_horario>h2 {
    width: 20%;
    color: rgba(58, 137, 142, 1);
    font-size: 18px;
}

.contenedor_horario {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

  .info_fecha {
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }

  .info_fecha>h2 {
      all: initial;
      font-family: 'Inter', sans-serif;
      color: rgba(58, 137, 142, 1);
      font-size: 18px;
      /* width: 40%; */
  }

  .info_fecha>h1 {
      font-size: 20px;
      width: 40%;
  }

  .info_horario {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
  }

  .info_horario>p {
      margin: 0;
      text-align: center;
      /*all: initial;
    font-family: 'Inter', sans-serif;    
    color: rgba(58, 137, 142, 1);*/
  }

  .info_horario>button {
      border-radius: 28px;
      background: #26C4C3;
      border-style: solid;
      font-size: 16px;
      color: white;
      border-color: transparent;
      padding: 10px 0;
  }

  .horario {
      /* width: 40%; */
      align-self: center;
      display: flex;
      column-gap: 5px;
  }

  .horario>p.active {
      background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
      color: rgba(58, 137, 142, 1);
      border-style: solid;
      border-color: rgba(58, 137, 142, 1);
      border-width: 3px;
      border-radius: 5px;
      font-weight: bold;
      padding: 5px;
  }

  .horario>p {
      background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
      color: rgba(58, 137, 142, 1);
      border-style: solid;
      border-color: transparent;
      border-width: 3px;
      border-radius: 5px;
      font-weight: bold;
      padding: 5px;
  }

  .info_calendario {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%;
  }

  .info_fecha {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info_fecha>h2 {
    all: initial;
    font-family: 'Inter', sans-serif;
    color: rgba(58, 137, 142, 1);
    font-size: 18px;
    /* width: 40%; */
}

.info_fecha>h1 {
    font-size: 20px;
    width: 40%;
}

.info_horario {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.info_horario>p {
    margin: 0;
    text-align: center;
    /*all: initial;
    font-family: 'Inter', sans-serif;    
    color: rgba(58, 137, 142, 1);*/
}

.info_horario>button {
    border-radius: 28px;
    background: #26C4C3;
    border-style: solid;
    font-size: 16px;
    color: white;
    border-color: transparent;
    padding: 10px 0;
}

.horario {
    /* width: 40%; */
    align-self: center;
    display: flex;
    column-gap: 5px;
}

.horario>p.active {
    background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
    color: rgba(58, 137, 142, 1);
    border-style: solid;
    border-color: rgba(58, 137, 142, 1);
    border-width: 3px;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
}

.horario>p {
    background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
    color: rgba(58, 137, 142, 1);
    border-style: solid;
    border-color: transparent;
    border-width: 3px;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
}

.horario__subtitle{
    color: #26C4C3;
}

.info_calendario {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    /*box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);*/
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 16px;
}

.calendario__buttons{
    width:100%;
}

.cita-detalles {
    margin: 10px !important;
}

.cita-detalles label {
    color: #26C4C3;
    font-size: 16px !important;
}

.cita-detalles input {
    font-size: 16px !important;
}

.calendario__button {
    width: min(100%, 250px) !important;
    border: none;
    text-align: center;
    border-radius: 16px;
    background: #26C4C3;
    color: #ffffff;
    padding: .5rem 1.5rem;
    margin-inline: auto;
    margin-top: 10px;
}

.calendario__button a {
    color: #ffffff;
}

#cale .owl-item {
    height: 18em;
}

.month {
    max-width: 100%;
    text-align: center;
}

.horarios_disponibles {
    padding-top: 1em;
    margin: 0 auto;
}



  /*CSS-CALENDARIO------------------------------------------------------------------------------------------*/

  @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

  :root {
      --calendar-bg-color: #262829;
      --calendar-font-color: black;
      --weekdays-border-bottom-color: #404040;
      --calendar-date-hover-color: #505050;
      --calendar-current-date-color: #1b1f21;
      --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
      --calendar-today-innerborder-color: transparent;
      --calendar-nextprev-bg-color: transparent;
      --next-prev-arrow-color: #26C4C3;
      --next-prev-arrow-color1: #FFF;
      --calendar-border-radius: 16px;
      --calendar-prevnext-date-color: #484848
  }

  * {
      padding: 0;
      margin: 0;
  }

  .calendar {
      /* font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    max-width: 400px;
    min-width: 320px; */
      background: transparent;
      color: var(--calendar-font-color);
      /* margin: 20px auto; */
      box-sizing: border-box;
      overflow: hidden;
      font-weight: normal;
      border-radius: var(--calendar-border-radius);
      width: 50%;
  }

  .calendar-inner {
      padding: 10px 10px;
  }

  .calendar-body div {
      border: 1px solid black;
  }

  .calendar .calendar-inner .calendar-body {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      text-align: center;
  }

  .calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
      border: 1px solid transparent;
      border-bottom: 1px solid var(--weekdays-border-bottom-color);
  }

  .calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
      border: 1px solid transparent;
      border-bottom: 1px solid var(--weekdays-border-bottom-color);
  }

  .calendar .calendar-inner .calendar-body div>a {
      color: var(--calendar-font-color);
      text-decoration: none;
      display: flex;
      justify-content: center;
  }

  .calendar .calendar-inner .calendar-body div:hover {
    background-color: #26C4C3; /* Fondo azul claro */
    color: #ffffff; /* Texto blanco */
    border-radius: 50%; /* Círculo */
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.calendar .calendar-inner .calendar-body .selected-day {
    background-color: #007a7a; /* Azul más oscuro para el día seleccionado */
    color: #ffffff; /* Texto blanco */
    border-radius: 50%; /* Círculo */
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

  .calendar .calendar-inner .calendar-body div.empty-dates:hover {
      border: 1px solid transparent;
  }

  .calendar .calendar-inner .calendar-controls {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-right: -9px;
  }

  .calendar .calendar-inner .calendar-today-date {
      display: grid;
      text-align: center;
      cursor: pointer;
      margin: 3px 0px;
      /* background: var(--calendar-current-date-color); */
      padding: 8px 0px;
      border-radius: 10px;
      width: 80%;
      margin: auto;
  }

  .calendar .calendar-inner .calendar-controls .calendar-year-month {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next {
      text-align: right;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next1 {
      text-align: right;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next2 {
      text-align: right;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next3 {
      text-align: right;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next4 {
      text-align: right;
  }


  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
      font-weight: 500;
      font-size: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label1,
  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label1 {
      font-weight: 500;
      font-size: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label2,
  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label2 {
      font-weight: 500;
      font-size: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label3,
  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label3 {
      font-weight: 500;
      font-size: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label4,
  .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label4 {
      font-weight: 500;
      font-size: 20px;
  }

  .calendar .calendar-inner .calendar-body .calendar-today:hover {
      border: 1px solid transparent;
  }

  .calendar .calendar-inner .calendar-body .calendar-today a {
      outline: 2px solid var(--calendar-today-innerborder-color);
  }

  .calendar .calendar-inner .calendar-controls .calendar-next a,
  .calendar .calendar-inner .calendar-controls .calendar-prev a {
      color: var(--calendar-font-color);
      font-family: arial, consolas, sans-serif;
      font-size: 20px;
      text-decoration: none;
      padding: -9px 5px;
      display: inline-block;
      background: #26C4C3;
      margin: 10px 0 10px 0;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next a svg,
  .calendar .calendar-inner .calendar-controls .calendar-prev a svg {
      height: 20px;
      width: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next a svg path,
  .calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
      fill: var(--next-prev-arrow-color1);
  }

  .calendar .calendar-inner .calendar-controls .calendar-next1 a,
  .calendar .calendar-inner .calendar-controls .calendar-prev1 a {
      color: var(--calendar-font-color);
      font-family: arial, consolas, sans-serif;
      font-size: 20px;
      text-decoration: none;
      padding: -9px 5px;
      display: inline-block;
      background-color: white;

      margin: 10px 0 10px 0;
  }


  .calendar .calendar-inner .calendar-controls .calendar-next1 a svg,
  .calendar .calendar-inner .calendar-controls .calendar-prev1 a svg {
      height: 20px;
      width: 20px;
  }

  .calendar .calendar-inner .calendar-controls .calendar-next1 a svg path,
  .calendar .calendar-inner .calendar-controls .calendar-prev1 a svg path {
      fill: var(--next-prev-arrow-color);
  }

  .calendar .calendar-inner .calendar-body .prev-dates,
  .calendar .calendar-inner .calendar-body .next-dates {
      color: var(--calendar-prevnext-date-color);
  }

  .calendar .calendar-inner .calendar-body .prev-dates:hover,
  .calendar .calendar-inner .calendar-body .next-dates:hover {
      border: 1px solid transparent;
      pointer-events: none;
  }


  /*calendario*/
#cale {
    width: 100%;
    max-width: 500px;
}

.calendar-container {
    position: relative;
    /* width: 498px; */
    /*max-width: 500px;*/
    /* top: 1em; */
    border: 1.33px solid #CCCCCC;
    border: 1.33px solid transparent;
    height: 25rem;
    /* background: white; */
    /* padding-top: 1rem; */
}

.calendar-container header {
    background: white;
    color: #26C4C3;
    font-size: 0.4rem;
    font-weight: 600;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.month {
    max-width: 100%;
    text-align: center;
}

.month {
    font-size: 4em;
    line-height: 1em;
    text-transform: lowercase;
}

.calendar {
    background: transparent;
    color: var(--calendar-font-color);
    /* margin: 20px auto; */
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    border-radius: var(--calendar-border-radius);
    width: 100%;
    display: block;
    padding: 1.5em 0;
}

.calendar thead {
    color: #e66b6b;
    font-weight: 700;
    text-transform: uppercase;
}

table.calendar>* {
    display: grid;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
    font-size: clamp(14px, 1.5vw, 18px);
}

@media (max-width: 768px) {
    table.calendar>* {
        font-size: clamp(12px, 4vw, 18px);
    }
}

tr:nth-child(odd) {
    background-color: #fff !important;
}

table.calendar td {
    min-width: 3em;
    min-width: min(3em, 10vw);
    padding: 0;
}

@media screen and (min-width: 768px) {
    table.calendar td {
        min-width: 3.2em;
        padding: 0;
    }
}

.calendar td {
    /* padding: .5em 1em; */
    /* padding: .3em .5em; */
    text-align: center;
}
table td {
    border: none;
    border-collapse: none;
    color: black;
}
td {
    padding: 0;
}


  /*------------------------------------------------------------------------------------------------------- */

  .areas_trabajo {
      display: flex;
      flex-direction: column;
      justify-content: center;

  }

  .tipo_plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .img-tipo {
      display: flex;
      flex-direction: row;
      justify-content: center;
  }

  .img-tipo a {
      display: flex;
      flex-direction: row;
      justify-content: center;
  }

  .img-tipo a img {
      object-fit: contain;
      padding-right: 1rem;
      border-right: 0.3rem dashed #6770A8;
      opacity: 0.2;
  }

  .img-tipo a img:hover {
      opacity: 1;
  }

  .img-tipo a:last-child img {
      border-right: none;
      padding-right: 0;
  }

  .contenedor_botones ul {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    display: flex;
    background: white;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 15px;
    border-radius: 20px;
    padding: 2em 1em;
    align-items: center;
  }
  
  .contenedor_botones ul li {
    margin: 0 0 0 1em;
  }
  

  .contenedor_botones li {
    list-style-type: disclosure-closed;
    font-family: 'Open Sans', sans-serif;
    flex-basis: 45%;
    min-width: 200px;
  }

  .contenedor_botones li::marker {
      color: #26C4C3;
  }

  .biografia>p,
  .biografia_pequeño>p {
      text-align: justify;
  }

  .formacion>ul {
      margin-bottom: 0;
      list-style: initial;
      width: 100%;
  }

/* Estilo de cada plan */
.btn-tarifa {
    background: #FFFFFF;
    color: #26C4C3;
    border: none;
    padding: 3em .5em;
    transition: all .2s ease;
    display: grid;
    justify-content: space-between;
    place-content: center;
    line-height: 1.3;
    transition: all .2s ease;
  }


  .btn-tarifa:hover {
    background: #26C4C3;
    color: #1b1f21;
  }

  .btn-tarifa[id="2"] {
      background-color: #26C4C3;
      color: white;
  }

  .btn-tarifa[id="2"]:hover {
      color: black;
  }

  .calendar-year-label,
  .calendar-month-label {
      color: #26C4C3;
  }

  .day {
    font-size: 8em;
    font-weight: 900;
    line-height: 1em;
  }

  .month {
    font-size: 4em;
    line-height: 1em;
    text-transform: lowercase;
  }


  .contenedor_testimonio {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.calendar .calendar-inner .calendar-body .selected-date {
    background-color: #26C4C3; /* O un color que coincida con el diseño */
    color: #fff;
    border-radius: 50%;
}

.calendar .calendar-inner .calendar-body .calendar-today {
    background-color: #ffffff; /* Fondo blanco */
    color: #000000; /* Color del texto */
    border: 2px solid #26C4C3; /* Borde azul claro */
    border-radius: 50%; /* Círculo */
    width: 30px; /* Tamaño del círculo */
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    border: none;
}



.calendar .calendar-inner .calendar-body div {
    border: none; 
    width: 30px; /* Tamaño fijo */
    height: 30px; /* Tamaño fijo */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; /* Centrado */
}

.testimonio {
    display: flex;
    width: 90%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}
.testimonio h1 {
    font-size: 45px;
    color: #26C4C3;
    font-weight: bold;
    margin-bottom: 0;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.comments-container h1 {
    font-weight: 400;
    color: #595959;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.comments-container {
    width: min(100%, 900px);
    padding: 1rem 2rem;
    border-radius: 15px;
    margin: 0 auto;
}

#comentariosList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.form-group:has(.profile-image) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}
.comment-card {
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    gap: 15px;
    width: 100%;
    margin-bottom: 60px;
}
.comment-content {
    flex: 1;
}

.comment-text {
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    margin: 5px 0;
}

.estrellas {
    color: #2dc6c1;
    font-size: 1em;
}
.star-off {
    color: #9EE6E5;
}

.fa-star:before {
    content: "\f005";
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

#mensaje {
    border-radius: 16px;
}
textarea.form-control {
    min-height: unset;
}

.seccion-enviar {
    justify-content: space-between;
}

.seccion-enviar {
    display: flex;
    flex-direction: row;
}

.seccion-enviar h5 {
    font-weight: 800;
}
.clasificanos-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
}
.mt-6 {
    margin-top: 4rem !important;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Checkbox hoarios */

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+label {
    background: linear-gradient(rgba(158, 230, 229, 0.5), rgba(158, 230, 229, 0.5));
    color: rgba(58, 137, 142, 1);
    border-style: solid;
    border-color: rgba(58, 137, 142, 1);
    border-width: 3px;
    border-radius: 5px;
}

.horario label {
    text-align: center;
}

.horario.reservado input[type="checkbox"],
.horario.reservado label {
    background-color: gray;
    color: white;
}

/* fin checkcbox */

/* horarios existentes  */
.horario-container {
    display: inline-block;
}

.horario {
    display: inline-block;
    margin-right: 10px;
}

/* Encabezado del comentario con foto y nombre */
/* Foto y nombre en línea */
.comment-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    top: -10px;
    /* Ajusta el valor para mover la imagen hacia arriba */
}

.comment-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    position: relative;
}
.comment-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}



.comment-header h3 {
    font-size: 1.1em;
    color: #333;
    margin: 0;
}

/* Texto del comentario */
.comment-text {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
    margin: 5px 0 10px;
}

/* Estrellas de calificación debajo del comentario */
.estrellas {
    color: #ccc;
    font-size: 0.8em;
    display: flex;
    gap: 5px;
}

.colorDefaultEstrella {
    cursor: pointer;
    transition: color 0.3s;
}

.colorDefaultEstrella.star-on {
    color: #26C4C3;
}


.form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.profile-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-control {
    width: calc(100% - 80px); /* Deja espacio para la imagen de perfil */
    min-height: 80px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    font-size: 1em;
}

.clasificacion-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-puntaje {
    color: #26C4C3;
}
.colorDefaultEstrella {
    font-size: 1.5em;
    color: #bbb;
    cursor: pointer;
}

.colorDefaultEstrella.star-on {
    color: #26C4C3;
}

#enviarMensaje {
    width: 20%;
    background: #26C4C3;
    text-transform: capitalize;
    font-size: 20px;
}

/* fin horarios existentes */
.btns-tarifa {
    display: grid;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .contenedor_dato_perfil {
        flex-direction: column;
        row-gap: 25px;
    }

    .dato_perfil,
    .info_perfil {
        width: 100%;
    }

    .info_calendario {
        flex-direction: column;
    }

    .calendar {
        width: 100%;
    }

    .dato>h1 {
        font-size: 20px;
    }

    .box_perfil_duracion {
        flex-direction: column;
        row-gap: 20px;
        padding-top: 80px;
    }

    .info_duracion {
        width: 100%;
    }

    .box_perfil_duracion {
        height: 100%;
    }

    .container_foto {
        width: 350px;
        height: 390px;
        top: -200px;
        flex-wrap: nowrap;
        display: flex;
        place-content: center;
        /* margin: 1.5rem; */
        position: relative;
    }

    .contenedor_perfil {
        width: 128px;
        height: 128px;
        top: -70px;
        position: absolute;
    }

    .dato_perfil {
        position: inherit;
    }

}

@media (min-width: 481px) {
    .biografia_pequeño {
        padding: 15px;
    }

    .biografia {
        display: none !important;
    }

    .formacion {
        display: none !important;
    }
}

.btns-tarifa {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#cale .owl-nav .owl-prev, #cale .owl-nav .owl-next {
    background-color: transparent;
    color: #26C4C3;
    padding: 10px;
    font-size: 2rem;
    font-weight: 500;
}

#cale .owl-nav .owl-prev, #cale .owl-nav .owl-next {
    background-color: transparent;
    color: #26C4C3;
    padding: 10px;
    font-size: 2rem;
    font-weight: 500;
}
#cale .owl-nav {
    position: absolute;
    max-width: 500px;
    top: 4.5rem;
    top: 2.2em;
    left: 0;
    right: 0;
    transform: translateY(-80%);
    display: flex;
    justify-content: space-between;
}

.fa-map-marker {
    color: #fff;
}

.colorDefaultEstrella {
cursor: pointer;
margin-right: 0.5rem;
}

.star-off {
color: #9EE6E5;
}

.fa-star:before {
content: "\f005";
}

.colorDefaultEstrella {
    font-size: 1.5em;
    cursor: pointer;
    margin-right: 5px;
}

.colorDefaultEstrella.star-on {
    color: #26C4C3;
    /* Color de las estrellas seleccionadas */
}

.colorDefaultEstrella.star-off {
    -webkit-text-stroke: 1.5px #26C4C3;
    /* Borde de las estrellas no seleccionadas */
}

.colorDefaultEstrella.star-off::before {
    color: #F5F5F5 !important;
    /* Color de las estrellas no seleccionadas */
}

@media (max-width: 500px) {
    .btn-tarifa{
        font-weight: 400;
        font-size: 0.8em;
    }
    .contenedor_botones {
        padding: 0 !important;
    }

    .contenedor_azul{
        max-width: 90% !important;
        padding-inline: revert !important;
    }

    .contenedor_azul .text{
        padding:  0em 1em 2em 1em !important;
    }

    .calendario__buttons{
        width: 100% !important;
    }

    .cita-detalles input {
        width: 100% !important;
    }
}


/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
    .contenedor_azul {
        max-width: 100%;
        border-radius: 15px;
        margin: 0 auto;
    }

    .contenedor_azul .text {
        padding: 6em 1em 2em 1em;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .biografia_pequenio {
        margin-top: 20px;
        text-align: left;
    }

    .nombreNutricionista {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
        text-align: center;
    }
    .nombrePerfil {
        margin-top: 40px;
        text-align: center;
        color: #ffffff;
    }
    
    .contenedor_dato_perfil .title {
        font-family: 'Poppins', sans-serif;
        color: #26C4C3;
        font-size: 32px;
        font-weight: 600;
        /* SemiBold en Poppins */
        text-transform: capitalize;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        /* Centra el título */
    }
    
    .contenedor_dato_perfil .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 32px;
        color: #26C4C3;
        text-align: center;
        margin-bottom: 20px;
    }

    .month {
        font-size: 3em;
    }

    .contenedor_botones {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
        align-items: baseline;
        padding: .5em 1em .5em 0;
        width: 100%;
    }

    .contenedor {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .info_perfil ul {
        width: 100%;
        list-style-type: none;
        padding-left: 0;
    }

    .info_perfil ul li {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        color: #333;
        width: 100%;
    }

    .info_perfil ul li::before {
        content: '▶';
        color: #26C4C3;
        margin-right: 8px;
        flex-shrink: 0;
    }



    .comments-container h1 {
        font-family: 'Inter', sans-serif;
        font-weight: 500; /* Medium */
        color: #595959;
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }
    
    .testimonio {
        width: 100%;
    }
    .agendar_cita>button {
        width: 85%;
        border-radius: 14px;
        background: #26C4C3;
        border-style: solid;
        font-size: 16px;
        color: white;
        border-color: transparent;
        margin-top: 10px;
        margin-left: 30px;
        padding: 8px 0;
    }


    /* Estilo para el contenedor principal */
    .encabezado {
        width: 100%;
        background: #26C4C3; 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        position: relative;
    }

    /* Fondo azul en la mitad izquierda con transición diagonal */
    .skewed {
        width: 50%; 
        height: 100%; 
        background: #3C84A8; 
        clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* Lista de contacto (teléfono y ubicación) */
    .location__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        z-index: 2;
    }

    /* Ocultar el ícono de ubicación */
    .location__item:nth-child(2) {
        display: none; 
    }

    /* Ajuste para el ícono de teléfono */
    .location__link img {
        width: 20px; 
        height: 20px;
    }


    /* Lista de redes sociales */
    .redes__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 0.5rem 0;
        position: relative;
        z-index: 2; 
    }

    /* Estilo para los íconos de redes sociales */
    .redes__item img {
        width: 24px; 
        height: 24px;
        background: none;
        border-radius: 0; 
        padding: 0; 
    }

    /* Ocultar solo el texto dentro del enlace del teléfono */
    .location__link {
        color: transparent; 
        font-size: 0;
    }

    /* Asegurar que el ícono de teléfono se mantenga visible y en su tamaño */
    .location__link img {
        font-size: initial;
        width: 20px; 
        height: 20px;
    }

    /* Ocultar completamente el enlace del teléfono (ícono y texto) */
    .location__item:first-child {
        display: none; 
    }


    /* Contenedor principal de comentarios */

    .comments-container {
        background-color: #FFFFFF;
        padding: 0.8rem;
        border-radius: 20px;
        width: 100%;
        max-width: 450px;
        /* margin: 20px auto; */
    }
    /* Contenedor de la imagen de perfil y el cuadro de texto */
    .form-group {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    /* Estilo para el contenedor de la imagen de perfil */
    .profile-icon {
        width: 70px; 
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e0e0e0;
        flex-shrink: 0; 
    }

    /* Imagen de perfil */
    .profile-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* Cuadro de texto de opinión */
    textarea.form-control {
        width: 100%;
        min-height: 100px;
        border: none;
        border-radius: 15px;
        padding: 15px;
        resize: none;
        font-size: 15px;
        color: #666;
        background-color: #fff;
    }

    /* Contenedor de calificación y botón en una sola línea */
    .modal-footer.seccion-enviar {
        display: flex;
        margin-top: 1rem;
        padding-top: 0.5rem;
        border-top: 1px solid #eaeaea;
        margin-left: 20px;
        flex-direction: row;
        gap: 1px;
        justify-content: space-around;
        align-items: flex-start;
    }



    /* Estrellas de calificación */
    .colorDefaultEstrella {
        font-size: 20px;
        color: #bbb;
        cursor: pointer;
        transition: color 0.3s;
    }

    .colorDefaultEstrella.star-on {
        color: #26C4C3;
    }

    /* Botón Publicar */
    #enviarMensaje {
        width: fit-content;
        background: #26C4C3;
        text-transform: capitalize;
        font-size: 20px;
    }

    .info_perfil>div {
        flex-grow: 1;
        width: 100%;
        border-radius: 8px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        /* margin-bottom: 60px; */
    }

    /* Estilos para la lista de comentarios */
    #comentariosList {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Estilo de cada tarjeta de comentario */
    .comment-card {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        padding: 5px;
        text-align: left;
    }

    /* Encabezado del comentario con foto y nombre */
    .comment-header {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative; /* Permite ajustar la posición de la imagen */
    }

    .comment-header img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        flex-shrink: 0;
        position: relative;
        top: -10px; /* Ajusta el valor para mover la imagen hacia arriba */
    }

    .comment-header h3 {
        font-size: 1.1em;
        color: #333;
        margin: 0;
        margin-top: 10px;
    }

    /* Texto del comentario */
    .comment-text {
        font-size: 0.9em;
        color: #666;
        line-height: 1.5;
        margin: 10px 0;
    }

    /* Estrellas de calificación debajo del comentario */
    .estrellas {
        color: #2dc6c1;
        font-size: 1.2em;
        display: flex;
        gap: 3px;
    }


}
