@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.font-gill-sans {
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
}

.font-gfs-didot {
  font-family: "GFS Didot", sans-serif;
}

.color-letras {
  color: #74816e;
}

.color-letras-active {
  color: #4c533c;
}

.color-letras-yellow {
  color: #f3f2ea;
}

.redes-sociales {
  cursor: pointer;
  z-index: 3;
  width: 50px;
  height: 50px;
}

.redes-sociales-icon {
  width: 100%;
  font-size: 23px;
  height: 100%;
}

.diplomados-card {
  width: 336px;
  height: 309px;
  background-color: #a4b5a4;
}

.img-esquina {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;

}

.fondo-libro {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px 0;
}

.fondo-libro::before {
  position: absolute;
  content: "";
  background-image: url(../images/libro2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 166px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fondo-libro .main-title {
  font-size: 57px;
  margin-top: 23px;
  line-height: 1.1;
}

.enfoque-integral-card {
  background-size: cover;
  background-position: center;
}

.enfoque-integral-card.bioquimica {
  background:
    linear-gradient(rgba(106, 120, 103, 0.85), rgba(106, 120, 103, 0.85)),
    url('../images/about-us/bioquimica.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.enfoque-integral-card.nutricion {
  background:
    linear-gradient(rgba(106, 120, 103, 0.85), rgba(106, 120, 103, 0.85)),
    url('../images/about-us/nutricion.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.enfoque-integral-card.lifestyle {
  background:
    linear-gradient(rgba(106, 120, 103, 0.85), rgba(106, 120, 103, 0.85)),
    url('../images/about-us/lifestyle.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.enfoque-integral-card.estres {
  background:
    linear-gradient(rgba(106, 120, 103, 0.85), rgba(106, 120, 103, 0.85)),
    url('../images/about-us/estres.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.enfoque-integral-card.bioindividual {
  background:
    linear-gradient(rgba(106, 120, 103, 0.85), rgba(106, 120, 103, 0.85)),
    url('../images/about-us/bioindividual.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-contain {
  object-fit: cover;
}
.texto-frase{
  text-align: justify;
  font-size: 26px;
}

/*--------------------------------------------------------------------------------------------------
  Formulario de contacto "diplomados"
  --------------------------------------------------------------------------------------------------*/
  
  @media (max-width: 600px){
    .md-body-form{
      height: 650px;
      overflow-y: scroll;
    }
  }
  .bg-modal{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(191, 195, 187);
  }
  
  .bg-form-contacto{
    background-color: #fff;
    /*box-shadow: 0px 0 4px 0px rgba(0,0,0,.1);*/
    width: 70%;
    max-width: 680px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px 40px 8px;
    margin: 50px auto;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    transform: translateZ(0);
  }
  @media (max-width: 600px){
    .bg-form-contacto{
      margin: 40px auto;
      width: 90%;
    }
  }
  .form-logo-header{
    height: 36px;
  }
  .form-logo-header img{
    height: 50px;
  }
  .form-c-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .form-c-titulos{
    margin: 16px auto;
    width: 80%;
  }
  .titulo-form{
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
    margin-block-start: 0.67em;
  }
  @media (max-width: 600px){
    .titulo-form{
      font-size: 24px;
      line-height: 32px;
    }
  }
  .desc-form{
    font-family: "Figtree", "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    max-height: 220px;
    overflow-y: auto;
    overflow-wrap: break-word;
    color: #323338
  }
  .form-c-cuerpo{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-c-cuerpo .apartado-info{
    /*padding-top: 16px;*/
    padding-bottom: 24px;
    font-size: 16px;
    width: 100%;
  }
  .title-apartado{
    display: flex;
    margin-bottom: 8px;
  }
  .title-apartado .txt-title{
    font-family: "Poppins", sans-serif;
    color: rgb(50, 51, 56);
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 20px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .apartado-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    direction: ltr;
  }
  .apartado-input .input-form-modal{
    width: 100%;
    height: 40px;
    font-size: 14px !important;
    padding: 12px !important;
    outline: none;
    font-weight: 400 !important;
    border: solid 1px !important;
    border-color: #c3c6d4 !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    color: #323338 !important;
    background-color: #fff !important;
    margin-top: 0 !important;
  }
  .flex-tel{
    display: flex;
  }
  .flex-tel .input-tel-form{
    max-width: 160px;
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
    height: 40px !important;
    font-size: 14px !important;
    padding: 12px !important;
    outline: none;
    font-weight: 400 !important;
    border: solid 1px !important;
    border-color: #c3c6d4 !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    color: #323338 !important;
    margin-top: 0 !important;
  }
  .flex-tel .dp-lada{
    margin-right: 8px !important;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    height: 50px !important;
    min-height: 30px !important;
    border: 1px solid #c3c6d4 !important;
    box-shadow: none;
    border-radius: 4px !important;
  }
  @media (max-width: 600px){
    .flex-tel .dp-lada{
      width: 92px;
    }
  }
  .apartado-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .btn-form-c{
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .btn-enviar-form{
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    min-width: auto;
    color: #fff;
    height: 40px;
    font-weight: 400;
    font-size: 16px; 
    line-height: 22px;
    font-family: "Figtree", "Roboto", sans-serif;
    padding: 8px 16px;
  }

  .menu-list-ladas{
    background-color: #fff;
    position: absolute;
    top: 45px;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
    height: 220px;
    overflow-y: scroll;
    width: 100%;
    border-radius: 4px;
  }
  .custom-list { 
    list-style-type: none; 
    padding: 6px; 
    width: 100% 
  } 
  .custom-list li { 
    display: flex; 
    align-items: center;
    cursor: pointer; 
    height: 100%;
    box-sizing: content-box;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
  } 
  .custom-list li:hover{
    background-color: rgba(216, 216, 216, 0.4);
  }
  .selected-pais-lada{
    background-color: rgba(231, 148, 187, 0.4);
  }
  .flag-pais { 
    margin-right: 8px;
    flex-shrink: 0;
    height: 24px;
    width: 32px;
    box-shadow: 0 0 4px 0 rgba(117,117,117,.4);
  } 
   .lada-pais{
    text-align: right;
    font-size: 12px;
    justify-self: flex-end;
    color: #323338;
    font-weight: 300;
   }
   @media (max-width: 600px){
    .lada-selec .lada-pais{
      display: none;
    }
   }
  
  .btn-des-lada{
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 30px;
    position: relative;
    transition: 100ms;
    box-sizing: border-box;
    height: 38px;
    border: 0px solid transparent;
    outline: 0px !important;
    direction: ltr;
    
  }
  .op-selec{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex: 1 1 0%;
    flex-wrap: wrap;
    padding: 2px 8px 2px 12px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;;
    background-color: transparent;
    height: 38px;
    border-radius: 4px;
    width: 99px;
  }
  .icon-dp{
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;;
    background-color: transparent;
    height: 38px;
    border-radius: 4px;
    width: 35px;
    justify-content: center;
  }

  .contacto-form-section .btn-des-lada,
  .contacto-form-section .op-selec,
  .contacto-form-section .icon-dp {
    height: 45px; /* asegúrate que sea igual a la altura de los otros inputs */
    display: flex;
    align-items: center;
  }
/*--------------------------------------------------------------------------------------------------
  Para los pasos del cursos
---------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------
  ESTILOS EXCLUSIVOS PARA FORMULARIO DE CONTACTO (No afecta a diplomados)
---------------------------------------------------------------------------------------------------*/
#SecContacto .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.col-left {
  flex: 1;
  max-width: 40%;
  padding-right: 20px;
}
.col-right {
  flex: 1;
  max-width: 100%;
}

.contacto-form-section .form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 0px;
  align-items: flex-start;
}

.contacto-form-section .form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 8px !important;
  min-width: 20px;
}

.contacto-form-section .form-group.w-100 {
  flex: 100%;
}

.contacto-form-section .form-row.center {
  justify-content: center;
}

.contacto-form-section .input-form,
.contacto-form-section .input-tel-form,
.contacto-form-section .textarea-form{
  background-color: #f7e9da !important;
  border: none !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  padding: 14px 16px !important;
}

.contacto-form-section .txt-title {
  color: #6b7c68;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Montserrat';
  margin-bottom: 0px !important;
  display: inline-block;
}


.contacto-form-section .bg-form-contacto {
  background-color: #fff;
  width: 100%;
  max-width: 800px; /* Más ancho que diplomados */
  padding: 40px;
  margin: 30px auto;
  border-radius: 8px;
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.08);*/
}

/* Cuerpo del formulario */
.contacto-form-section .form-c-cuerpo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Campos de formulario */
.contacto-form-section .apartado-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contacto-form-section .input-form {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  height: 45px;
  transition: border 0.3s ease;
}

.contacto-form-section .input-form:focus {
  border-color: #d83a52;
  outline: none;
}

/* Textarea específico (más pequeño) */
.contacto-form-section .textarea-form {
  min-height: 200px !important;
  resize: vertical;
  width: 100%;
}

.p-parrafo{
  font-family: "Montserrat", sans-serif;
  /*white-space: pre-line;*/
  font-size: 20px;
}

.h-title{
 font-family: "Montserrat", sans-serif;
 font-weight: 600;
 font-size: 45px;
}

/* Estilos para el campo de teléfono - SOLO ESTA PARTE HA CAMBIADO */
.contacto-form-section .input-group-tel {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center !important;
  margin-top: 10px !important;
}

.contacto-form-section .flex-tel {
  display: flex;
  gap: 10px;
  width: 100%;
}

.contacto-form-section .dp-lada {
  background-color: #f7e9da !important;
  border: none !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  width: auto;
  min-width: 130px;
  height: 45px !important;
  position: relative;
}

.contacto-form-section .btn-des-lada {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.contacto-form-section .op-selec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacto-form-section .lada-selec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacto-form-section .flag-pais {
  width: 20px;
  height: auto;
}

.contacto-form-section .lada-pais {
  font-size: 14px;
  white-space: nowrap;
}

.contacto-form-section .input-tel-form {
  flex: 1;
  min-width: 0;
  height: 45px !important;
  box-sizing: border-box;
}

/* Menú desplegable mejorado - SOLO ESTA PARTE HA CAMBIADO */
.contacto-form-section .menu-list-ladas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px !important;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 5px;
  z-index: 1000;
}

.contacto-form-section .search-container {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.contacto-form-section .search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.contacto-form-section .custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacto-form-section .op-lada {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.contacto-form-section .op-lada:hover {
  background: #f5f5f5;
}

.contacto-form-section .selected-pais-lada {
  background-color: #e9f5ee;
}

.contacto-form-section .nombre-pais {
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contacto-form-section .loading-text,
.contacto-form-section .error-text,
.contacto-form-section .no-results {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* Botón de enviar */
.contacto-form-section .btn-enviar-form {
  background: #6b7c68;
  padding: 10px 30px;
  width: 100%;
  max-width: 250px;
  font-size: 20px;
  border-radius: 25px;
  margin: 0 auto 30px auto;
  display: block;
  color: white;
  border: none;
  transition: background 0.3s ease;
}

.contacto-form-section .btn-enviar-form:hover {
  background: #59664e !important;
}

.contacto-form-section{
    padding-top: 120px;
  }

/* Estilos responsive */
@media (max-width: 768px) {
  .contacto-form-section .bg-form-contacto {
    padding: 30px 0px;
    margin: 20px auto;
  }

  .contacto-form-section .flex-tel{
    flex-direction: row !important;
    gap:0px;
  }

  .contacto-form-section .dp-lada{
    width: 120px !important;
    min-width: 120px !important;
  }
  .contacto-form-section .btn-des-lada{
    padding:0 8px;
  }
  
  .contacto-form-section .lada-pais{
    width: 25px !important;
  }

  .contacto-form-section .form-row {
    flex-direction: column;
  }

  .contacto-form-section .form-group {
    width: 100%;
  }

  .contacto-form-section .apartado-info{
    padding: 0 0 12px;
    margin: 0px;
  }
  .contacto-form-section .form-c-cuerpo{
    gap: 15px;
  }
  .contacto-form-section .btn-enviar-form {
  margin: 0 auto 0 auto;
  }

  .col-right{
    padding: 0;
  }

  .contacto-form-section .form-row {
    gap: 5px;
  }
  .contacto-form-section .input-group-tel {
    gap: 30px !important;
  }

  .p-parrafo {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: left;
  }

  .h-title {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  /* Ajustar el contenedor principal para las columnas */
  #SecContacto .container {
    padding: 0 40px;
  }

  #SecContacto .row {
    flex-direction: column;
  }

  .col-left {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .apartado-info{
    padding:0px;
  }
  .col-right {
    max-width: 100%;
    width: 100%;
  }

  /* Imagen responsive */
  .img-contact img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
   .contacto-form-section{
    padding: 1.5rem 4rem;
    padding-top: 120px;
   }

   .contacto-form-section .bg-form-contacto{
    padding: 0;
   }
}

.img-contact img{
  border-radius: 10px;
  max-height: 400px;
}


/*--------------------------------------------------------------------------------------------------
  PAGINA DE AGRADECIMIENTO
--------------------------------------------------------------------------------------------------*/
.thankyou-page {
  font-family: "Figtree", "Roboto", sans-serif;
  background-color: #f9f9f7;
  color: #4c533c;
  margin: 0;
  padding: 0;
}

.container-thankyou, .row-thankyou, .thankyou-container {
  margin-left: 0;
  padding-left: 0;
  max-width: 100%;
}

.thankyou-icon {
  font-size: 5rem;        
  color: #4c533c;         
  margin-bottom: 15px;  
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-15px); }
  60% { transform: translateY(-7px); }
}

/* Layout principal */
.thankyou-wrapper {
  display: flex;
  height: 85vh;
  width: 100%;
}

/* Sección de imagen */
.thankyou-image {
  flex: 0 0 45%;
  overflow: hidden;
}

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

/* Sección de contenido */
.thankyou-content {
  flex: 0 0 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.thankyou-title {
  font-family: "GFS Didot", serif;
  font-size: 2.5rem;
  color: #4c533c;
  margin-bottom: 20px;
}

.thankyou-message {
  margin-bottom: 30px;
  line-height: 1.6;
}

.thankyou-message p {
  margin-bottom: 15px;
}

.thankyou-button {
  background: #59664e;
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0 auto 30px; 
  min-width: 200px;
  text-align: center; 
  box-sizing: border-box; 
}

.thankyou-button:hover {
  background: #4c533c;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .thankyou-wrapper {
    height: auto;
    min-height: 100vh; 
  }
  .thankyou-image {
    height: 45vh; 
  }
  .thankyou-title {
    font-size: 1.8rem; 
  }
}

/* Responsive */
@media (max-width: 991px) {
  .thankyou-wrapper {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }
  
  .thankyou-image {
    flex: 0 5% auto;
    width: 100%;
    margin-top: 70px; 
    height: calc(300px - 60px); 
    max-height: none;
  }
  
  .thankyou-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; 
    }
  
  .thankyou-content {
    flex: 1;
    width: 100%;
    padding: 30px 20px;
  }
  
  .thankyou-icon {
    font-size: 3.5rem;
  }
  
  .thankyou-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .thankyou-button {
    display: block; 
    width: 80%; 
    max-width: 280px; 
    padding: 12px 20px; 
  }
}

@media (max-width: 575px) {
  .thankyou-image {
    height: 250px;
  }
  
  .thankyou-img {
    object-fit: cover;
    object-position: top center;
  }

  .thankyou-content {
    transform: translateX(0); 
    padding: 20px !important; 
    margin-left: 0 !important;
    width: 100vw; 
    position: relative;
    left: 0;
  }
  
  .thankyou-button {
    width: 90%; 
    max-width: none; 
  }

  .thankyou-title,
  .thankyou-message,
  .thankyou-button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-width: 95%; 
  }
}
/*---------------------------------------- Buscador de Ladas*/
.search-container {
    padding: 10px;
    background: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.nombre-pais {
    margin-left: 10px;
}

.loading-text, .error-text, .no-results {
    padding: 15px;
    text-align: center;
    color: #666;
}

.error-text {
    color: #d32f2f;
}

/*Estilos del blog*/
#vue-app-blog.section-padding-02 {
  padding-top: 130px !important;
  margin-top: 0 !important;
}
@media (max-width: 1300) {
 #vue-app-blog.section-padding-02 {
  padding-top: 145px !important;
  margin-top: 0 !important;
}
}

.class-blog-articulo .single-blog, .class-blog-articulo .single-blog .blog {
  padding-top: 15px !important;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.class-blog-articulo .single-blog {
  height: 560px;
}

/* 5. Limita el resumen a 3 líneas */
.class-blog-articulo .single-blog p {
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.class-blog-articulo .title {
max-height: 5.8em;         /* 2 líneas si el line-height es 1.5em */
overflow: hidden;
text-overflow: ellipsis;
line-height: 2em;
display: block;
white-space: normal;
word-break: break-word;
position: relative;
}

/*Estilos del blog - vista individual*/
/* Aplica solo a ese li específico */
.class-blog-articulo .page-banner-content .breadcrumb {
  max-width: 100%;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

.class-blog-articulo .breadcrumb-item.active {
  max-width: 40%; /* o lo que necesites */
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 14px;
  text-align: left;
}
.class-blog-articulo .title2 {
font-size: 30px;
margin-bottom: 15px;
word-break: break-word;
}


/* Responsivo para pantallas pequeñas */
@media (max-width: 768px) {
 .class-blog-articulo .breadcrumb-item.active {
       max-width: 600px; /* Limita el ancho en desktop */
      margin-top: 5px;
      font-size: 12px;       /* Ajuste para pantallas pequeñas */
  }
 .class-blog-articulo .title2{
  font-size: 30px;
  line-height: 1.3;
}

 .class-blog-articulo .title2{
  display: block;
  width: 100%;
}
}

.cursos-inicio h6{
  font-family: "Montserrat", sans-serif;
}

/* Overlay oscuro para el modal */
.modal-backdrop.show {
    background: rgba(30, 30, 30, 0.7) !important;
}

#ModalContacto .modal-content.modal-ffl-clean {
    border-radius: 18px !important;
    border: none !important;
    background: #fff !important;
    box-shadow: 0 8px 32px rgba(16,46,22,0.10);
    padding: 0;
    overflow: hidden;
    max-width: 380px;
    margin: auto;
    box-sizing: border-box;
}

#ModalContacto .modal-ffl-header-clean {
    background: #102E16 !important;
    color: #fff !important;
    border-radius: 18px 18px 0 0 !important;
    border-bottom: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 2rem 1rem 2rem;
    position: relative;
    font-family: 'Montserrat', 'Nunito', sans-serif;
}

#ModalContacto .form-logo-header-clean img {
    max-width: 180px;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

#ModalContacto .titulo-form-clean {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    font-family: 'GFS Didot', serif;
    text-align: center;
}

#ModalContacto .modal-ffl-body-clean,
#ModalContacto .apartado-info-clean,
#ModalContacto .txt-title-clean,
#ModalContacto .input-form-modal-clean,
#ModalContacto .input-tel-form-clean,
#ModalContacto .btn-enviar-form-clean,
#ModalContacto .custom-list-clean,
#ModalContacto .op-lada-clean,
#ModalContacto .btn-des-lada-clean {
    font-family: 'Montserrat', 'Nunito', sans-serif !important;
}

#ModalContacto .modal-ffl-body-clean {
    background: #fff !important;
    padding: 0.7rem 0rem 0.7rem 0rem;
    border-radius: 0 0 18px 18px !important;
    margin-top: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

#ModalContacto .apartado-info-clean {
    margin-bottom: 1.2rem;
}

#ModalContacto .txt-title-clean {
    color: #102E16 !important;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.05rem;
    font-family: 'Montserrat', 'Nunito', sans-serif;
    display: block;
}

#ModalContacto .input-form-modal-clean,
#ModalContacto .input-tel-form-clean {
    border-radius: 6px !important;
    border: none !important;
    background: #DAE2CB !important;
    color: #102E16 !important;
    font-size: 1.08rem;
    padding: 0.5rem 1.2rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    box-shadow: none !important;
    resize: none;
    height: 44px;
    min-height: 44px;
    box-sizing: border-box;
}

#ModalContacto .input-form-modal-clean:focus,
#ModalContacto .input-tel-form-clean:focus {
    outline: 2px solid #DAE2CB;
    background: #DAE2CB !important;
}

#ModalContacto .input-form-modal-clean[rows],
#ModalContacto textarea.input-form-modal-clean {
    min-height: 70px;
    height: 90px;
    max-width: 100%;
    resize: vertical;
}

#ModalContacto .flex-tel-clean {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#ModalContacto .btn-des-lada-clean,
#ModalContacto .btn-des-lada-clean *,
#ModalContacto .op-selec-clean,
#ModalContacto .lada-selec-clean,
#ModalContacto .dp-lada-clean {
    background: #DAE2CB !important;
    color: #6B7B6B !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: none !important;
}

#ModalContacto .dp-lada-clean {
    position: relative !important;
}

#ModalContacto .custom-list-clean,
#ModalContacto .custom-list-clean * {
    background: #ffffff !important;
    color: #6B7B6B !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: none !important;
}

#ModalContacto .btn-des-lada-clean {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    border: 0px solid transparent;
    outline: 0px !important;
    box-sizing: border-box;
}

#ModalContacto .op-selec-clean {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 0%;
    flex-wrap: wrap;
    padding: 2px 8px 2px 12px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;
    background-color: transparent;
    border-radius: 4px;
    width: 99px;
}

#ModalContacto .lada-selec-clean {
    display: flex;
    align-items: center;
    gap: 8px;
}

#ModalContacto .icon-dp-clean {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;
    background-color: transparent;
    border-radius: 4px;
    width: 35px;
    justify-content: center;
}

#ModalContacto .flag-pais-clean {
    width: 20px;
    height: auto;
}

#ModalContacto .lada-pais-clean {
    font-size: 14px;
    white-space: nowrap;
}

#ModalContacto .input-tel-form-clean {
    flex: 1;
    min-width: 0;
    height: 45px !important;
    box-sizing: border-box;
}

#ModalContacto .menu-list-ladas-clean {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 300px !important;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    z-index: 9999;
}

#ModalContacto .search-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#ModalContacto .search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

#ModalContacto .custom-list-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ModalContacto .op-lada-clean {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

#ModalContacto .op-lada-clean:hover {
    background: #f5f5f5;
}

#ModalContacto .selected-pais-lada-clean {
    background-color: #e9f5ee;
}

#ModalContacto .nombre-pais-clean {
    font-size: 14px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ModalContacto .btn-enviar-form-clean {
    background: #102E16 !important;
    color: #fff !important;
    border-radius: 14px !important;
    border: none !important;
    padding: 0.7rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    box-shadow: none !important;
    letter-spacing: 0.5px;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
}

#ModalContacto .btn-enviar-form-clean:hover {
    background: #102E16 !important;
    color: #fff !important;
}

#ModalContacto .close {
    color: #fff !important;
    opacity: 1;
    font-size: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    background: none;
    border: none;
    z-index: 10;
    line-height: 1;
}

/* Mejorar alineación lada + input */
.flex-tel-clean {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dp-lada-clean {
    min-width: 120px;
    position: relative;
}

.input-tel-form-clean {
    flex: 1;
    min-width: 140px;
    height: 44px;
    margin-left: 0.5rem;
}

/* Forzar alineación perfecta entre lada y teléfono */
#ModalContacto .flex-tel-clean .btn-des-lada-clean,
#ModalContacto .flex-tel-clean .input-tel-form-clean {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0.5rem 1.2rem !important;
    border: 1px solid #f5e8dc !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

#ModalContacto .flex-tel-clean .btn-des-lada-clean {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-width: 80px !important;
}

#ModalContacto .flex-tel-clean .input-tel-form-clean {
    width: 100% !important;
    max-width: 100% !important;
    resize: none !important;
}

/* Responsive para móviles */
@media (max-width: 700px) {
    #ModalContacto .modal-content.modal-ffl-clean {
        max-width: 98vw;
        width: 98vw;
        left: 1vw;
        right: 1vw;
    }
    
    #ModalContacto .modal-ffl-body-clean {
        padding: 0.7rem 0rem !important;
        padding-left: 1vw;
        padding-right: 1vw;
        box-sizing: border-box;
    }
    
    #ModalContacto .input-form-modal-clean,
    #ModalContacto .input-tel-form-clean {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }
    
    #ModalContacto .flex-tel-clean {
        margin-left: 0;
        margin-right: 0;
    }
    
    #ModalContacto .input-form-modal-clean[rows],
    #ModalContacto textarea.input-form-modal-clean {
        min-height: 60px;
        height: 80px;
        max-width: 100vw;
    }
}

/* Estilos para el modal de programa-integral */
#ModalContactoPrograma .modal-content.modal-ffl-clean {
    background: #fff;
    border-radius: 18px;
    border: none;
    box-shadow: 0 8px 32px rgba(245, 232, 220, 0.18);
    padding: 0;
    max-width: 380px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

#ModalContactoPrograma .modal-ffl-header-clean {
    background: #748273;
    border-radius: 18px 18px 0 0;
    padding: 1.5rem 2rem 1rem 2rem;
    text-align: center;
    position: relative;
}

#ModalContactoPrograma .form-logo-header-clean img {
    max-width: 180px;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

#ModalContactoPrograma .titulo-form-clean {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'GFS Didot', serif;
}

#ModalContactoPrograma .modal-ffl-body-clean {
    padding: 0.7rem 0rem 0.7rem 0rem;
    background: #fff;
    border-radius: 0 0 18px 18px;
    margin-top: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

#ModalContactoPrograma .txt-title-clean {
    color: #102E16;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    font-family: 'Montserrat', 'Nunito', sans-serif !important;
}

#ModalContactoPrograma .input-form-modal-clean,
#ModalContactoPrograma .input-tel-form-clean {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #f5e8dc;
    padding: 0.5rem 1.2rem;
    font-size: 1.08rem;
    color: #102E16;
    background: #f6e9d9;
    transition: border 0.2s;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Nunito', sans-serif !important;
}

#ModalContactoPrograma .input-form-modal-clean[rows],
#ModalContactoPrograma textarea.input-form-modal-clean {
    min-height: 70px;
    height: 90px;
    max-width: 100%;
    resize: vertical;
}

#ModalContactoPrograma .input-form-modal-clean:focus,
#ModalContactoPrograma .input-tel-form-clean:focus,
#ModalContactoPrograma .search-input:focus {
    border: 1.5px solid #f5e8dc;
    outline: none;
}

#ModalContactoPrograma .apartado-info-clean {
    margin-bottom: 1.2rem;
}

#ModalContactoPrograma .btn-des-lada-clean,
#ModalContactoPrograma .btn-des-lada-clean *,
#ModalContactoPrograma .op-selec-clean,
#ModalContactoPrograma .lada-selec-clean,
#ModalContactoPrograma .dp-lada-clean {
    background: #f6e9d9 !important;
    color: #6B7B6B !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: none !important;
}

#ModalContactoPrograma .custom-list-clean,
#ModalContactoPrograma .custom-list-clean * {
    background: #ffffff !important;
    color: #6B7B6B !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: none !important;
}

#ModalContactoPrograma .dp-lada-clean {
    position: relative !important;
}

#ModalContactoPrograma .op-lada-clean {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.15s;
    color: #6B7B6B;
    font-size: 1rem;
}

#ModalContactoPrograma .op-lada-clean.selected-pais-lada-clean {
    background: transparent !important;
    color: #6B7B6B;
}

#ModalContactoPrograma .lada-selec-clean {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

#ModalContactoPrograma .flag-pais-clean {
    width: 22px;
    height: 16px;
    margin-right: 0.15rem;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
}

#ModalContactoPrograma .btn-enviar-form-clean {
    background: #748273 !important;
    color: #fff !important;
    border-radius: 14px !important;
    border: none !important;
    padding: 0.7rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    box-shadow: none !important;
    letter-spacing: 0.5px;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
}

#ModalContactoPrograma .btn-enviar-form-clean:hover {
    background: #b48a78 !important;
    color: #fff !important;
}

#ModalContactoPrograma .close {
    color: #fff !important;
    opacity: 1;
    font-size: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    background: none;
    border: none;
    z-index: 10;
    line-height: 1;
}

#ModalContactoPrograma .input-form-modal-clean[rows] {
    height: auto;
    min-height: 40px;
}

#ModalContactoPrograma .flex-tel-clean {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
}

#ModalContactoPrograma .btn-des-lada-clean {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    border: 0px solid transparent;
    outline: 0px !important;
    box-sizing: border-box;
}

#ModalContactoPrograma .input-tel-form-clean {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none !important;
    resize: none;
    height: 44px !important;
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    border: 1px solid #f5e8dc;
    border-radius: 6px;
    line-height: 1;
    overflow: hidden;
}

#ModalContactoPrograma .icon-dp-clean {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;
    background-color: transparent;
    border-radius: 4px;
    width: 35px;
    justify-content: center;
}

#ModalContactoPrograma .op-selec-clean {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 0%;
    flex-wrap: wrap;
    padding: 2px 8px 2px 12px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    font-family: "Figtree", "Roboto", sans-serif;
    color: #323338;
    background-color: transparent;
    border-radius: 4px;
    width: 68px;
}

#ModalContactoPrograma .lada-selec-clean {
    display: flex;
    align-items: center;
    gap: 8px;
}

#ModalContactoPrograma .flag-pais-clean {
    width: 20px;
    height: auto;
}

#ModalContactoPrograma .lada-pais-clean {
    font-size: 14px;
    white-space: nowrap;
}

#ModalContactoPrograma .input-tel-form-clean {
    flex: 1;
    min-width: 0;
    height: 45px !important;
    box-sizing: border-box;
}

/* Forzar alineación perfecta entre lada y teléfono */
#ModalContactoPrograma .flex-tel-clean .btn-des-lada-clean,
#ModalContactoPrograma .flex-tel-clean .input-tel-form-clean {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0.5rem 1.2rem !important;
    border: 1px solid #f5e8dc !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

#ModalContactoPrograma .flex-tel-clean .btn-des-lada-clean {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-width: 58px !important;
}

#ModalContactoPrograma .flex-tel-clean .input-tel-form-clean {
    width: 100% !important;
    max-width: 100% !important;
    resize: none !important;
}

/* Estilos específicos para el menú desplegable */
#ModalContactoPrograma .menu-list-ladas-clean {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 300px !important;
    max-height: 250px;
    overflow-y: auto;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    z-index: 9999;
}

#ModalContactoPrograma .search-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#ModalContactoPrograma .search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

#ModalContactoPrograma .custom-list-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ModalContactoPrograma .op-lada-clean {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

#ModalContactoPrograma .op-lada-clean:hover {
    background: transparent !important;
}

#ModalContactoPrograma .selected-pais-lada-clean {
    background-color: #e9f5ee;
}

#ModalContactoPrograma .nombre-pais-clean {
    font-size: 14px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive para móviles - Modal Programa */
@media (max-width: 700px) {
    #ModalContactoPrograma .modal-content.modal-ffl-clean {
        max-width: 98vw;
        width: 98vw;
        left: 1vw;
        right: 1vw;
    }
    
    #ModalContactoPrograma .modal-ffl-body-clean {
        padding: 0.7rem 0.2rem;
        padding-left: 1vw;
        padding-right: 1vw;
        box-sizing: border-box;
    }
    
    #ModalContactoPrograma .input-form-modal-clean,
    #ModalContactoPrograma .input-tel-form-clean {
        font-size: 1rem;
        padding: 0.5rem 0.7rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    #ModalContactoPrograma .input-form-modal-clean[rows],
    #ModalContactoPrograma textarea.input-form-modal-clean {
        min-height: 60px;
        height: 80px;
        max-width: 100vw;
    }
    
    #ModalContactoPrograma .flex-tel-clean {
        margin-left: 0;
        margin-right: 0;
    }
}

/*----------------------------------------*/
/*   Compra Curso CSS
/*----------------------------------------*/
#vue-content.compra-curso-vista {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  #vue-content.compra-curso-vista {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }
}

.compra-curso-vista .form-control {
  color:#102E16;
  border-radius: 1rem !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.compra-curso-vista .btn-switch-group {
  display: flex;
  border-radius: 7rem !important;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.compra-curso-vista .btn-switch-left,
.compra-curso-vista .btn-switch-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem;
  text-align: center;
  pointer-events: none;
  cursor: default;
}

.compra-curso-vista .btn-switch-left {
  border-radius: 3rem !important;
  border: none !important;
  color: #ffffff !important;
  background-color: #748274 !important;
}

.compra-curso-vista .btn-switch-right {
  border-radius: 3rem !important;
  background-color: white !important;
  color: #748274 !important;
}

.compra-curso-vista .btn-outline-success {
  border: 2px solid #748274 !important;
  color: #748274 !important;
  background-color: white !important;
  border-radius: 2rem !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.compra-curso-vista .btn-outline-success:hover,
.compra-curso-vista .btn-outline-success:focus {
  background-color: #748274 !important;
  color: white !important;
}

.compra-curso-vista .btn-success {
  background-color: #748274 !important;
  border-color: #748274 !important;
  color: white !important;
  border-radius: 2rem !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.compra-curso-vista .btn-success:hover {
  background-color: #5e685e !important;
  border-color: #5e685e !important;
}

.compra-curso-vista h2.text-center {
  margin-top: 100px;
  color: #748274 !important;
}

.compra-curso-vista .list-group-item {
  font-size: 1rem;
}

.compra-curso-vista .text-btn-color {
  color: #748274 !important;
  font-size: 20px;
}

.compra-curso-vista .form-check-input:checked {
  background-color: #748274 !important;
  border-color: #748274 !important;
}

.compra-curso-vista .card {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 1rem !important;
}

@media (max-width: 768px) {

  .compra-curso-vista .btn-switch-left,
  .compra-curso-vista .btn-switch-right {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
  }

  .compra-curso-vista .btn-switch-left i,
  .compra-curso-vista .btn-switch-right i {
    margin-right: 5px !important;
  }
  .compra-curso-vista .btn-switch-group {
    border-radius: 4rem !important;
  }
}

@media (max-width: 576px) {
  .compra-curso-vista .btn-switch-left,
  .compra-curso-vista .btn-switch-right {
    font-size: 0.8rem !important;
    padding: 0.4rem 0.8rem !important;
  }
}

.compra-curso-vista .card {
  overflow: visible !important;
  height: auto !important;
}

/*----------------------------------------*/
/*  Compra Taller CSS
/*----------------------------------------*/
#vue-content.compra-taller-vista {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #vue-content.compra-taller-vista {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }
}

.compra-taller-vista .form-control {
  color:#102E16;
  border-radius: 1rem !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.compra-taller-vista .btn-switch-group {
  display: flex;
  border-radius: 7rem !important;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.compra-taller-vista .btn-switch-left,
.compra-taller-vista .btn-switch-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem;
  text-align: center;
  pointer-events: none;
  cursor: default;
}

.compra-taller-vista .btn-switch-left {
  border-radius: 3rem !important;
  border: none !important;
  color: #ffffff !important;
  background-color: #748274 !important;
}

.compra-taller-vista .btn-switch-right {
  border-radius: 3rem !important;
  background-color: white !important;
  color: #748274 !important;

}

.compra-taller-vista .btn-outline-success {
  border: 2px solid #748274 !important;
  color: #748274 !important;
  background-color: white !important;
  border-radius: 2rem !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.compra-taller-vista .btn-outline-success:hover,
.compra-taller-vista .btn-outline-success:focus {
  background-color: #748274 !important;
  color: white !important;
}

.compra-taller-vista .btn-success {
  background-color: #748274 !important;
  border-color: #748274 !important;
  color: white !important;
  border-radius: 2rem !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.compra-taller-vista .btn-success:hover {
  background-color: #5e685e !important;
  border-color: #5e685e !important;
}

.compra-taller-vista h2.text-center.mb-3 {
  margin-top: 100px;
  color: #748274;
}

.compra-taller-vista .list-group-item {
  font-size: 1rem;
}

.compra-taller-vista .text-btn-color {
  color: #748274 !important;
  font-size: 20px;
}

.compra-taller-vista .form-check-input:checked {
  background-color: #748274 !important;
  border-color: #748274 !important;
}
@media (max-width: 768px) {

  .compra-taller-vista .btn-switch-left,
  .compra-taller-vista .btn-switch-right {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
  }

  .compra-taller-vista .btn-switch-left i,
  .compra-taller-vista .btn-switch-right i {
    margin-right: 5px !important;
  }
  .compra-taller-vista .btn-switch-group {
    border-radius: 4rem !important;
  }
}

@media (max-width: 576px) {
  .compra-taller-vista .btn-switch-left,
  .compra-taller-vista .btn-switch-right {
    font-size: 0.8rem !important;
    padding: 0.4rem 0.8rem !important;
  }
}

.compra-taller-vista .card {
  overflow: visible !important;
  height: auto !important;
}
/*----------------------------------------*/
/*  Pagar Curso CSS
/*----------------------------------------*/
.pago-curso-btn-switch-group {
  display: flex;
  border-radius: 7rem !important;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pago-curso-btn-left,
.pago-curso-btn-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem;
  text-align: center;
  pointer-events: none;
}

.pago-curso-btn-left {
  border-radius: 3rem !important;
  border: none !important;
  color: #748274 !important;
  background-color: white !important;
}

.pago-curso-btn-right {
  border-radius: 3rem !important;
  background-color: #748274 !important;
  color: white !important;
  border: 2px solid #748274 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pago-curso-outline-btn {
  border: 2px solid #748274 !important;
  color: #748274 !important;
  background-color: white !important;
  border-radius: 2rem !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.pago-curso-outline-btn:hover,
.pago-curso-outline-btn:focus {
  background-color: #748274 !important;
  color: white !important;
}

.pago-curso-pay-btn {
  background-color: #748274 !important;
  border-color: #748274 !important;
  color: white !important;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.pago-curso-pay-btn:hover {
  background-color: #5e685e !important;
  border-color: #5e685e !important;
}

.pago-curso-group-bottom {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.pago-curso-title {
  margin-top: 100px;
  color: #748274;
}

/*----------------------------------------*/
/*  Pagar Taller CSS
/*----------------------------------------*/
.pago-taller-switch-group {
  display: flex;
  border-radius: 7rem !important;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pago-taller-btn-left,
.pago-taller-btn-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem;
  text-align: center;
  pointer-events: none;
}

.pago-taller-btn-left {
  border-radius: 3rem !important;
  border: none !important;
  color: #748274 !important;
  background-color: white !important;
}

.pago-taller-btn-right {
  border-radius: 3rem !important;
  background-color: #748274 !important;
  color: white !important;
  border: 2px solid #748274 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pago-taller-btn-outline {
  border: 2px solid #748274 !important;
  color: #748274 !important;
  background-color: white !important;
  border-radius: 2rem !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.pago-taller-btn-outline:hover,
.pago-taller-btn-outline:focus {
  background-color: #748274 !important;
  color: white !important;
}

.pago-taller-btn-success {
  background-color: #748274 !important;
  border-color: #748274 !important;
  color: white !important;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.pago-taller-btn-success:hover {
  background-color: #5e685e !important;
  border-color: #5e685e !important;
}

.pago-taller-title {
  margin-top: 100px;
  color: #748274;
}

.pago-taller-btn-group-bottom {
  display: flex;
  gap: 1rem;
  width: 100%;
}

/*Estilos para form deshabilitado*/
input.form-control:disabled, 
textarea.form-control:disabled, 
select.form-control:disabled {
  background-color: #e0e0e0 !important;  
  color: #6c757d !important;             
  border: 1px solid #ced4da !important;  
  cursor: not-allowed !important;        
  opacity: 1 !important;                  
}

/*Estilos para el boton de atras*/
.div-btn-atras {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn-btn-atras {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/*Estilos para toggle de passsword*/
.togg-pass {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


/*----------------------------------------*/
/*  Pago Confirmacion CSS
/*----------------------------------------*/  
.pago-confirmacion-modal-pp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(16,46,22,0.10);
  padding: 24px 22px 28px 22px;
}
.pago-confirmacion-section {
  min-height: unset;
  display: block;
  padding-top: 120px;
  padding-bottom: 20px; 
  background: #f9f9f7;
}
.pago-confirmacion-info-pp{
  color: #888;
  font-size: 15px;
  margin-bottom: 18px;
}
.pago-confirmacion-logo-pp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 8px;
}
.pago-confirmacion-logo-img-pp {
  height: 36px;
}
.pago-confirmacion-horizontal-pp {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pago-confirmacion-horizontal-pp-top,
.pago-confirmacion-horizontal-pp-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pago-confirmacion-check-pp {
  font-size: 54px;
  color: #0070ba;
  margin-bottom: 10px;
}
.pago-confirmacion-mensaje-pp {
  font-size: 17px;
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}
.pago-confirmacion-title-pp {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 16px;
  text-align: center;
}
.pago-confirmacion-redireccion-pp {
  font-size: 17px;
  color: #555;
  text-align: center;
}
.pago-confirmacion-progress-pp {
  width: 100%;
  height: 8px;
  background: #eaeaea;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 14px;
}
.pago-confirmacion-progress-bar-pp {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0070ba, #2bb673);
  animation: pago-pp-bar 30s linear forwards;
}
@keyframes pago-pp-bar {
  0% { width: 100%; }
  100% { width: 0%; }
}
.pago-confirmacion-contador-pp {
  font-weight: bold;
  color: #0070ba;
}
.pago-confirmacion-link-pp {
  color: #0070ba !important;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.pago-confirmacion-link-pp.is-disabled{
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
  cursor: default;
}
.pago-confirmacion-swal2-popup-pp {
  border-radius: 12px !important;
  padding: 30px 20px 20px 20px !important;
  max-width: 540px;
}

/* Hero de Confirmación PayPal */
.pago-confirmacion-hero-pp{
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 60px 20px;
  background: radial-gradient(1200px 600px at 10% -10%, rgba(0,112,186,0.12), transparent 60%),
              radial-gradient(900px 700px at 110% 10%, rgba(43,182,115,0.08), transparent 60%),
              linear-gradient(180deg, #ffffff, #f7fbff 40%, #f6fff9 100%);
}
.pp-hero-content{
  max-width: 920px;
  width: 100%;
  text-align: center;
  color: #102E16;
  padding: 10px 12px;
}
.pp-hero-icon{
  font-size: 86px;
  line-height: 1;
  color: #0070ba;
  text-shadow: 0 10px 30px rgba(0,112,186,0.25);
  animation: pp-hero-pop 600ms ease-out both;
}
.pp-hero-title{
  font-family: "GFS Didot", serif;
  font-size: 52px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #102E16;
}
.pp-hero-subtitle{
  font-size: 22px;
  color: #4c533c;
  margin-bottom: 6px;
}
.pp-hero-info{
  color: #102E16;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.pp-hero-actions{
  margin-top: 16px;
}
.pp-cta-btn{
  display: inline-block;
  background: #0070ba;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(0,112,186,0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pp-cta-btn.is-disabled{ pointer-events: none; opacity: 0.6; box-shadow: none; }
.pp-cta-btn:hover{
  background: #065f9e;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,112,186,0.28);
}
.pp-brand{
  margin-top: 20px;
  opacity: 0.9;
}
.pp-brand-top{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pp-brand-top img{
  height: 64px;
  filter: drop-shadow(0 6px 14px rgba(0,112,186,0.25));
}
@keyframes pp-hero-pop{
  0%{ transform: scale(0.9); opacity: 0; }
  100%{ transform: scale(1); opacity: 1; }
}