/*#txt-resumen-cv {
    padding: 10px;
    background-color: #FFFFFF;
    cursor: default;
    margin-bottom: 10px;
    resize: vertical;
}

#div-datos-profesional {
    margin-top: 1%;
}

#div-foto {
    margin-top: 3%;
}

.matricula {
    font-size: 14px;
}

#btn-ver-turnos {
    margin-top: 5%;
}

.celda-evento{
    height: 40px;
    text-align: center;
}

.celda-informacion-evento {
    background-color: #6bd0eb;
    border: 0px!important;
    border-left: 4px solid rgba(0,0,0, 0.3)!important;
    padding: 5px;
    font-weight: bold; color: white;
    cursor: pointer;
    font-size: 13px !important
}

.celda-informacion-evento:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    z-index: 5000;
}

.celda-evento-calendario {
    border: 0px!important;
    width: 25%;
}

.span-horario-turno {
    margin-right: 5px;
}

#btn-ver-proximos-dias {
    color:#555555;
    position: absolute;
    top: 42px;
    right: 0;
}

#btn-ver-anteriores-dias {
    color:#555555;
    position: absolute;
    top: 42px;
    left: 0;
}*/
:root {
    --main-color: #174e76;
    --text-color: #333;
    --bg-light: #f9f9f9;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-color);
}

header {
    background-color: var(--main-color);
    color: white;
    padding: 2rem;
    text-align: center;
    border-bottom: 0px!important;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
}

.profile-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--main-color);
    margin-bottom: 1rem;
}

h1, h2, h3 {
    color: var(--main-color);
}

.section {
    margin-bottom: 2.5rem;
}

ul.services {
    list-style: none;
    padding: 0;
}

ul.services li {
    background: var(--bg-light);
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-left: 5px solid var(--main-color);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.opinions {
    background-color: #f1f1f1;
    padding: 1rem;
    border-left: 5px solid var(--main-color);
    margin-bottom: 1rem;
}

.button {
    background-color: var(--main-color);
    color: white;
    padding: 0.75rem 1.5rem;
    margin: 0.25rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.service-block {
    background-color: var(--bg-light);
    border-left: 5px solid var(--main-color);
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

.turno-virtual-contenedor-whatsapp {
    background-color: #ffffff;
    border-left: 6px solid #25D366;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #222;
}

.link-turno-virtual-contenedor-whatsapp {
    display: inline-block;
    background-color: #25D366;
    color: white;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}

.timeline {
    border-left: 3px solid var(--main-color);
    padding-left: 1rem;
    margin-top: 1rem;
}
.timeline-item {
    margin-bottom: 1.5rem;
    position: relative;
}

.timeline-item::before {
    content: "●";
    color: var(--main-color);
    position: absolute;
    left: -1.1rem;
    font-size: 1.2rem;
    top: 0.1rem;
}

.timeline-item .year {
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 0.2rem;
    display: block;
}

.timeline-item .details {
    margin-left: 0.2rem;
}

button[disabled], html input[disabled] {
    background-color: #ccc;
    color: #666;
    border: 1px solid #999;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
    transition: background-color 0.3s, opacity 0.3s;
}

.video-section {
  background-color: #E3F2FD; /* Celeste claro */
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(33, 150, 243, 0.15);
  margin: 20px auto;
  max-width: 900px;
}

.video-section h2 {
    text-align: left;
    margin-bottom: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* proporción 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}


.carrera-profesional {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  margin: 30px auto;
  max-width: 900px;
}

.carrera-profesional h2 {
  margin-bottom: 20px;
}

.no-info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3F2FD;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
  color: #1976D2;
  font-size: 16px;
  font-style: italic;
}

.no-info-box img {
  width: 30px;
  height: 30px;
  opacity: 0.7;
}

.opniones {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  margin: 30px auto;
  max-width: 900px;
}

.opniones h2 {
  margin-bottom: 20px;
}

.especialidades {
  background-color: #E3F2FD;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.especialidades h3 {
  color: #0D47A1;
  font-size: 22px;
  margin-bottom: 15px;
  border-left: 4px solid #1976D2;
  padding-left: 10px;
}

.subespecialidades-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subespecialidades-lista li {
  background-color: white;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 10px;
}


.sellos-telemedicina {
  padding: 40px 20px;
  background-color: #f5faff;
  text-align: center;
  border-radius: 12px;
  max-width: 1100px;
  margin: auto;
}

.sellos-telemedicina h2 {
  font-size: 28px;
  color: #0D47A1;
  margin-bottom: 30px;
}

.sellos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.sello {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

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

.sello img {
  width: 60px;
  margin-bottom: 15px;
}

.sello h3 {
  color: #1976D2;
  font-size: 18px;
  margin-bottom: 10px;
}

.sello p {
  color: #555;
  font-size: 14px;
}

.opiniones-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #f5faff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
}

.opiniones-section h2 {
  margin-bottom: 10px;
}

.div-feedback {
  text-align: center;
  margin-bottom: 30px;
}

.div-feedback .score {
  font-size: 32px;
  font-weight: bold;
  color: #2E7D32;
}

.opiniones-lista {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.opinion-card {
  background-color: white;
  padding: 20px;
  border-left: 5px solid #1976D2;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.opinion-card:hover {
  transform: translateY(-4px);
}

.opinion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.estrellas {
  font-size: 18px;
  color: #FFD700;
}

.comentario {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}


@media screen and (max-width: 425px) {
    #div-turnos-para-video-consulta {
        margin-top: 15px;
    }
    #btn-solicitar-turno {
        width: 100%;
        margin-bottom: 10px;
    }
    #btn-solicitar-consulta-por-mensaje {
        width: 100%;
    }
    .celda-informacion-evento .span-horario-turno {
        display: block;
        text-align: center;
        margin-right: 0px!important;
    }
    .celda-informacion-evento .span-precio-turno {
        display: block;
        text-align: center;
    }
    .cabecera-tabla-calendario {
        max-width: 65px!important;
    }
    #div-consultorio-particular, #div-genero, #div-edad {
        text-align: center;
    }
    .profile-img {
        width: 200px;
        height: 200px;
    }
}
