:root {
    --color-principal: #26154f;
    --color-secundario: #eaeaea;
    --fuente-principal: 'Sora', sans-serif;
    --fuente-textos: 'Poppins', sans-serif;
}

body {
    font-family: var(--fuente-principal);
}

img {
    max-width: 100%;
}

section {
    padding: 40px 0;
}

section.contenidos {
  background-color: #fdf7f0 !important;
  padding-top: 40px !important;
}

section.formulario-contacto {
  background-color: #f5f5f5 !important;
  padding-top: 40px !important;
}


section.especialistas img.img-especialista {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid #c59d59 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.w-100 b {
  color: #c59d59;
  font-weight: 600;
}

.w-100 li {
  margin-bottom: 0.8rem;
}

/* Sección principal */
.ppal {
  background: #f5f5f5; /* fondo neutro en lugar del amarillo */
}

/* Texto del párrafo */
.ppal p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

/* Botón principal alternativo */
.btnPrincipal.btnAlt {
  background: #c59d59;
  border-radius: 30px;
  padding: 0.7rem 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.btnPrincipal.btnAlt:hover {
  background: #b28a4a;
}

/* Video estilo */
.ratio.video-rounded {
  aspect-ratio: 3 / 2;
}

.video-rounded iframe {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Logo responsive */
.logo_imvmed {
  max-width: 250px;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

/* Sección especialistas */
.especialistas {
  padding: 6rem 0;
  background: #fff;
}

.especialistas .img-especialista {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #c59d59;
  transition: 0.3s;
}

.especialistas .img-especialista:hover {
  transform: scale(1.05);
}

.w-100 .btnPrincipal.btnAlt:hover {
  background-color: #b28a4a;
  color: #fff;
}


/* VIDEO MÁS ALTO dentro del ratio Bootstrap */
.ratio.video-rounded {
  aspect-ratio: 4 / 3; /* antes 16/9 => esto lo hace más cuadrado y alto */
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.ratio.video-rounded iframe {
  border-radius: 12px;
}


.btnes_flex {
    gap: 20px;
}

.btnPrincipal {
    background-color: #bf9752;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border:0;
}

.btnPrincipal.btnAlt {
    background-color: #fff;
    color: var(--color-principal);
}

.btnPrincipal.btnBlack {
    background-color: #141414;
    color: #fff;
}

.intro_secciones {
    display:block;
    max-width: 700px;
    margin:0 auto 40px;
    text-align: center;
}

.tit_secciones {
    font-weight: 800;
    font-size:2rem;
}

header {
    background-color: #fff;
    top:0;
    padding: 20px 0;
    position:STICKY;
    width:100%;
    z-index: 99;
}

header .logo img {
    /* filter: contrast(0) brightness(1500); */
    max-width:250px;
}

h1 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    text-align:left;
    color: #bf9752;
}

h1 span {
  font-size:1.7rem;
  line-height:1.5rem;
  font-weight:500;
  color:#141414;
}

.img-titulo {
    padding-top: 20px;
}

.ppal {
    /* background: linear-gradient(to right, #000000e0, transparent), #000 url(../img/principal.jpg) no-repeat center; */
    background-color: #f5f5f5;
    background-size: cover;
    min-height:80vh;
    padding: 6rem;
}

.ppal .container .row .col-sm:first-of-type {
    gap: 20px;
}

.ppal p,
.ppal ul {
    font-size: .9rem;
    text-align:left;
}

.ppal ul li {
  margin-bottom:10px;
  display:flex;
  gap:7px;
  align-items:center;
}

.ppal ul li i {
  color: #c59d59;
}

.ppal .btnes_flex {
  justify-content: flex-start;
  display:flex;
}

.logos {
    padding: 40px 0;
    background-color: #26154f0f;
}

.box_instructor {
    gap:20px;
}

.box_instructor img {
    max-width: 100px;
}

.txt_instructor h3 {
    font-size: 1.05rem;
    line-height:1;
    margin-bottom:15px;
    font-weight: 700;
}

.txt_instructor h3 span {
    font-size: .9rem;
    font-weight:500;
    display:block;
}

.txt_instructor p {
    font-size: .8rem;
    margin-bottom:0;
}


.video-rounded iframe {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.img-producto {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.equipo-card {
  height: 100%;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

/* @media (max-width: 575px) {
  .img-producto {
    height: 180px;
  }
} */

/* Sección general */
.seccion-video-faq {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Título FAQ */
.faq-title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

/* Instagram video */
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 0 1rem;
}

.video-wrapper blockquote.instagram-media {
  max-width: 400px;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}


/* Estilo del acordeón */
.accordion-item {
  border: 1px solid #c59d59;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #fff8ed;
  color: #c59d59;
  border-bottom: 1px solid #f3e4cd;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(197, 157, 89, 0.25);
}

.accordion-body {
  background-color: #fdfdfd;
  padding: 1rem 1.25rem;
  color: #333;
  line-height: 1.5;
}

/* Dorado destacado */
.marca {
  color: #c59d59;
  font-weight: bold;
}

/* Responsive ajustes */
@media (max-width: 767.98px) {
  .video-wrapper {
    max-width: 100%;
  }

  .accordion-button {
    font-size: 1rem;
  }
}


.btnEquipo {
    display: inline-block !important;
    background-color: #c59d59 !important;
    color: #fff !important;
    padding: 10px 24px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    border: none !important;
}

.btnEquipo:hover {
    background-color: #a37d41 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
}


.comparativa-tabla table {
    border-color: #ddd;
}

.comparativa-tabla th {
    background-color: #f6f1ea;
    color: #4b3621;
    font-weight: 600;
}

.comparativa-tabla td {
    background-color: #fff;
    color: #333;
    font-size: 0.95rem;
}


.logos .container {
    /* max-width: 1140px; */
}

.logos .slick-slide {
    padding:0 10px;
}

.logos .slick-slide img {
    /* filter: contrast(0) brightness(1500);
    max-width: 80%; */
    margin:0 auto;
    border-radius: 10px;
}

.contenidos .container {
    max-width:1200;
}

section.contenidos h2:first-of-type {
  margin-top: 0;
}

section.contenidos h2:first-of-type {
  margin-top: 0;
}


.contenidos .container .col-sm {
    position: relative;
}

.fila_tit_text p {
  text-align:right;
  font-size:.9rem;
}

.contenidos .logo_virtus_contenido {
    max-width: 350px;
    margin: 0 auto 20px;
    display: block;
}

.contenidos .img_contenido {
    border-radius: 20px;
    max-width: 300px;
}

.content_info_curso {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    /* padding: 20px 35px; */
}

.contenidos.blefaroplastia_fondo {
  min-height:80vh;
  background: url(../img/bg-blefaroplastia.jpg) no-repeat center;
  background-size: cover;
}

.box_info_curso {
    background-color: #fff;
    border: 1px solid #c59d59;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: center;
}

.box_info_curso:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
    background-color: #f6f1ea;
}

.box_info_curso i {
    font-size: 2rem;
    color: #c59d59;
    margin-bottom: 15px;
}

.box_info_curso h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.box_info_curso h5 {
    font-size: 0.95rem;
    color: #4b3621;
    margin: 0;
}

.box_info {
}

.box_info_curso i {
    font-size:40px;
}

.box_info h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.box_info h5 {
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: 400

}

.gif_virtus {
    background: linear-gradient(to top,  #26154f8f, #26154f8f), var(--color-principal) url(../img/gif-virtus.gif) no-repeat center;
    background-size: cover;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.gif_virtus .tit_secciones {
    font-size: 50px;
    text-transform: uppercase;
    color:#fff;
}

.gif_virtus .tit_secciones span {
    color: #5383ec;
    display:block
}

.programa {}

.programa .container {
    max-width: 900px;
}

.programa .col-sm {
    display:flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.box_programa {
    display:flex;
    align-items: center;
    gap:30px;
    justify-content: flex-start;
    transition: opacity 0.5s ease, transform 0.5s ease;
      opacity: 0.35; /* Estado "apagado" */
}

.box_programa.active {
    opacity: 1; /* Estado activo */
    transform: scale(1.02); /* Un leve escalado para resaltar */
  }

.box_programa .num {
    font-size: 40px;
    font-weight: 800;
    width:10%;
}

.box_programa p {
    margin-bottom:0;
    font-size: .9rem;
    width:90%;
}

.modulos .container {
    max-width: 1000px;
}

.fecha_evento {
    font-weight: 800;
    font-size: 1.5rem;
    line-height:1.1;
}

.fecha_evento span {
    font-weight: 400;
    font-size: 1.2rem;
    display:block;
}

.box_modulo {
    padding: 35px;
    border-radius: 20px;
    background-color: #fff;
    display:flex;
    flex-direction: column;
    gap:25px;
    color: var(--color-principal);
    box-shadow: 0 0px 15px 1px rgba(98, 98, 138, 0.14901960784313725);
}

.box_modulo.practico {
    background: linear-gradient(45deg, var(--color-principal) 50%, #5a6ef0);
    color: #fff;
}

.head_modulo h3 {
    font-size: 1.4rem;
    font-weight:700;
}

.head_modulo h3 span {
    font-weight: 400;
    font-size: 1.2rem;
    display:block;
}

.info_modulo p {
    margin-bottom: 5px;
    font-size: .9rem;
}

.contenido_modulo {
    padding: 20px;
    background-color: #26154f1f;
    border-radius:15px;
}
.contenido_modulo h4 {
    font-size: 1.2rem;
    font-weight: 700;
}

.contenido_modulo ul {
    font-size: .9rem;
    list-style: none;
    padding-left:10px;
}

.contenido_modulo ul li {
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:10px;
    line-height:1.1;
}

.contenido_modulo ul li i {
    font-size: .6rem;
    color :#f47901;
}

.practico .contenido_modulo {
    background-color: #ffffff4a;
}


.content_form {
  background-color: #f9f9f9 !important;
  padding: 2rem !important;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}

.form-control {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
}

.form-control:focus {
  border-color: #c59d59 !important;
  box-shadow: 0 0 0 0.2rem rgba(197, 157, 89, 0.25) !important;
}

.btnPrincipal.btnAlt {
  background-color: #c59d59 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 0.6rem 1.5rem !important;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btnPrincipal.btnAlt:hover {
  background-color: #b18a4c !important;
  color: #fff !important;
}


.seccion-video-faq .btnPrincipal.btnAlt {
  background-color: #c59d59 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 0.6rem 1.5rem !important;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.seccion-video-faq .btnPrincipal.btnAlt:hover {
  background-color: #b18a4c !important;
  color: #fff !important;
}


footer {
  background-color: #fdf6ee!IMPORTANT; /* Crema elegante y clara */
  color: #333;
  padding: 4rem 0;
  text-align: center;
}

footer a {
  color: #c59d59;
  font-weight: 500;
  text-decoration: none;
}

footer a:hover {
  color: #a37638;
  text-decoration: underline;
}

footer .logo img {
  max-width: 300px;
  margin-bottom: 1.5rem;
}

footer .copy {
    font-size: .7rem;
}

footer {
  border-top: 2px solid #c59d59;
}



@media (max-width:767px) {
  header .logo img {
    max-width:200px;
  }

  .ppal {
    padding: 30px;
  }

    .ppal .col-sm-7 {
        text-align:center;
        justify-content:center;
    }

    .ppal .container .row {
      flex-direction: column-reverse;
    }

    .ppal .container .row .col-sm:last-of-type {
      margin-bottom: 30px;
    }

    .video iframe {
        width:400px;
        height: 225px;
    }

    .contenidos.blefaroplastia_fondo {
      min-height: 100vh;
      background: linear-gradient(to bottom, #fff 25%, transparent 70%), url(../img/bg-blefaroplastia.jpg) no-repeat center 80px;
        background-size: cover;
    }

    section.contenidos h2:first-of-type, .fila_tit_text p {
      text-align: center;
    }

    .fila_tit_text p {
      font-size:1rem;
    }

    .tit_secciones {
      font-size:1.5rem;
    }



    .contenidos .row {
        /* flex-direction: column-reverse; */
    }

    .img_contenido {
        margin-bottom:30px;
    }

    .gif_virtus {
        height: 50vh;
    }

    .gif_virtus .tit_secciones {
        font-size: 26px;
    }

    .modulos .row .col-sm {
        margin-bottom: 30px;
    }

    .content_form {
        margin-top: 35px;
    }

    .content_info_curso {
        gap:15px;
        justify-content: center;
    }

    .box_info_curso {
        gap:10px;
        padding: 10px 17px;
    }

    .box_info_curso i {
        font-size:30px;
    }

}
