/* General body styling */
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}

/* Ajustes para el ícono en el header */
.navbar-brand img {
  width: 40px; /* Ajustado para ocupar menos espacio */
  height: auto;
}

.flechaMenu{
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}

.svgFlecha{
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}

.svgFlechaInt{
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 0.90rem;
}

/* Hero section styles */
.hero-section {
  padding: 60px 0;
}

.camino{
  margin: 0 auto;
}

.hero-text {
  margin-bottom: 20px;
}

.herolblInfo{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.3rem;
  color: #F58220;
}

.hero-text h1, .encabezado {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.167;
  color: #1E305E;
  font-weight: 800;
  margin-top: 24px;
}
.hero-text p {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  color: #707070;
  font-size: 1.2rem;
  max-width: 80%;
  margin-bottom: 24px;
}

p {
  text-align: justify;
}

 /* Estilos de las imágenes */
 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.img-fluid {
max-width: 100%;
height: auto;
border-radius: 10px;
}

.imgLogoLinguaskill{
  max-width: 30%;
  height: auto;
  border-radius: 10px;
  position: relative;
}

.imgLogoCambridge{
  max-width: 25%;
  height: auto;
  border-radius: 10px;
  position: relative;
}

.imgLogoCreative{
  max-width: 25%;
  height: auto;
  border-radius: 10px;
  position: relative;
  object-fit: contain;
}

.img-fluid-curso {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  position: relative;
  top: 100px;
}

/* Botón personalizado con colores */
.btn-primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: Sofia Pro;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #F7F9FD;
  background-color: #F58220;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  text-transform: none;
  border-radius: 20px;
  width: 200px;
}

.btn-primary:hover {
  background-color: #F58220;
}

/* Sección de estadísticas */
.stats-section {
  background-color: #1E305E; /* Color de fondo de la sección de estadísticas */
  color: white; /* Color del texto en la sección de estadísticas */
  padding: 30px 80px; /* Espaciado en la sección de estadísticas */
}

.lblstats{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #F7F9FD;
  font-size: 1rem;
}

.stat {
  text-align: center; /* Alineación central del contenido dentro de cada bloque de estadística */
  margin-bottom: 20px; /* Espaciado inferior entre bloques de estadísticas */
}
.rowBtnTabs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: initial;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px;
  background-color: transparent;
  height: auto;
  box-shadow: none;
}
.divBtnTabs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: initial;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 320px;
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  height: auto;
  border-radius: 20px;
  box-shadow: 32px 32px 48px rgba(0, 0, 0, 16%);
}

.btnTabs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: initial;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #F7F9FD;
  height: 40px;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  border: none !important;
}

.btnTabsActivado{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: initial;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #1E305E;
  height: 40px;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #F7F9FD;
  font-weight: inherit;
  font-size: 14px;
  text-align: inherit;
}

.lblGarantia{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E;
  font-weight: 700;
  font-size: 1.6rem;
}

.divGarantiaImg{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 45%;
}

.divGarantiaCert{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 45%;
}

.divOnline, .divPresencial, .btnCenter{
  margin: 0 auto;
}

.show{
  display: flex;
}

.hide{
  display: none;
}

.lblModPerfecta{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E;
  font-weight: 700;
  font-size: 1.6rem;
}

.cardGarantia{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 300px;
  z-index: 2;
  box-shadow: 10px 10px 10px rgba(5, 14, 53, 8%);
  border-radius: 10px;
  padding: 16px;
}

.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button {
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}

.whatsapp-chat {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  height: 400px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.whatsapp-chat iframe {
  width: 100%;
  height: 100%;
}


@media (min-width: 1200px) {
  .cardGarantia {
    max-width: 300px;
  }
}
/* Estilos del header y navbar */
.navbar {
  background-color: #ffffff; /* Fondo blanco para el header */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}

/* Colores del menú */
.navbar-nav .nav-link {
  color: #003b6f; /* Color principal del texto */
}

/* Hover sobre el menú */
.navbar-nav .nav-link:hover {
  color: #FF4033; /* Cambio de color en hover */
}

/* Distribución de los íconos de redes sociales */
.navbar .social-icons {
  display: flex;
  gap: 15px;
}

.section-mission {
  padding: 40px 0; /* Espaciado en la sección de misión */
  background-color: #f4f7f9; /* Color de fondo de la sección de misión */
}
.section-mission h2 {
  color: #003b6f; /* Color del encabezado en la sección de misión */
  font-weight: bold; /* Peso del texto del encabezado en la sección de misión */
}

.section-mission p {
  color: #777; /* Color del párrafo en la sección de misión */
}
.section-mission .img-mission {
  border-radius: 10px; /* Bordes redondeados de la imagen en la sección de misión */
}
.mission-logos img {
  max-width: 150px; /* Tamaño máximo de las imágenes de logotipos */
  margin-right: 20px; /* Espaciado a la derecha de cada logotipo */
}
.highlight-text {
  color: #FF4033; /* Color del texto destacado */
  font-weight: bold; /* Peso del texto destacado */
}



/* Estilo para los títulos de la misión (título principal) */
.mission h2 {
  color: #004085; /* Color azul para el título */
  font-weight: bold; /* Texto en negrita */
}

/* Estilo para el párrafo de la misión */
.mission p {
  color: #333333; /* Color gris oscuro para el texto */
}

/* Estilo para el subtítulo en color naranja */
.text-orange {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  line-height: 1.75;
  color: #F58220;
  font-size: 1.2rem;
}

.textCostoOrange, .spanOcupacion {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  color: #F58220;
  font-size: 1rem;
}

/* Estilo para el título en color azul */
.text-primary {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E !important;
  font-weight: 700;
}

.textSecundario{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E;
  font-weight: 700;
  font-size: 1.1rem;
}

.txtSecundario{
  margin: 0;
  margin-left: 16px;
}

.textomision{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
  max-width: 80%;
  margin: 0;
  margin-top: 16px;
  text-align: justify;
}

/* Estilo para las tarjetas de servicio */
.service-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F9FD;
  padding: 16px;
  border-radius: 8px;
  height: 100%;
  border: none;
}

/* Efecto hover para las tarjetas */
.service-card:hover {
  transform: translateY(-5px); /* Desplazamiento hacia arriba en hover */
}

/* Estilo para los iconos dentro de las tarjetas */
.icon .iconSvg, .iconSvg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 2.1875rem;
  color: #F58220;
}

/* Estilo para los enlaces dentro de las tarjetas */
.btn-link {
  color: #004085; /* Color azul del enlace */
  font-weight: bold;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline; /* Subrayado en hover */
}

/* Estilo para los párrafos dentro de las tarjetas */
.card-text {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
  max-width: 480px;
  margin: 0;
  margin-top: 24px;
  text-align: justify;
}

.card-text-garantia{
  margin: 0;
  margin-top: 24px;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
}

.enlaceCard{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 24px;
}

/* Estilo para las secciones de texto */
.important-section p {
  color: #6c757d; /* Color gris para el texto */
}

/* Espacio entre íconos y texto */
.me-3 {
  margin-right: 1rem; /* Margen a la derecha de los íconos */
}

/* Estilo para los íconos */
.important-section img {
  max-width: 75%;
  height: auto;
  border-radius: 10px;
}

/* Estilo para la imagen principal */
.image-container {
  position: relative; /* Necesario para colocar íconos de interacción */
}

/* Estilo para el botón de flecha (arriba a la izquierda) */
.play-button {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}

/* Estilo para el botón de interacción (abajo a la derecha) */
.interaction-button {
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.img-mission {
  max-width: 50%;
  height: auto;
  border-radius: 10px; /* Bordes redondeados */
}

/* Estilo para el botón del acordeón (preguntas) */
.accordion-button {
  background-color: #f8f9fa; /* Color claro */
  color: #004085; /* Azul oscuro para el texto */
  font-weight: bold; /* Negrita para las preguntas */
  border: 1px solid #e9ecef; /* Borde ligero */
}

/* Estilo para el cuerpo del acordeón (respuestas) */
.accordion-body {
  background-color: #ffffff; /* Blanco para las respuestas */
  color: #6c757d; /* Texto gris */
  padding: 15px; /* Espaciado alrededor del texto */
  border: none; /* Borde para las respuestas */
}

/* Margen inferior entre los ítems del acordeón */
.accordion-item {
    margin-bottom: 1rem;
}

/* Estilo general del contenedor */
.faq-section {
  background-color: #fdfdfd; /* Fondo blanco claro */
  padding: 2rem; /* Espaciado en la sección */
}

/* Estilo adicional para pantallas grandes */
@media (min-width: 768px) {
  .faq-section {
      padding: 3rem;
  }
}


/* Sección de contacto */
.contact-section {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.section-title {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E;
  font-weight: 700;
}

.section-description {
  margin: 0 auto;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
  font-weight: inherit;
  font-size: 1.1rem;
  max-width: 500px;
  text-align: center;
}

/* Botones de llamada a la acción */
.cta-buttons {
  margin: 20px 0;
}

.btn {
  padding: 15px 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.whatsapp {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 10px 0 0 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: Sofia Pro;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #F7F9FD;
  background-color: #7DD86F;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  text-transform: none;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  gap: 5px;
}

.whatsapp:hover{
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgb(87, 151, 77);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.agenda {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 10px 0 0 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: Sofia Pro;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #F7F9FD;
  background-color: #F58220;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  text-transform: none;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  gap: 5px;
}

.fas{
  display: inherit;
  margin-right: 8px;
  margin-left: -4px;
}

.agenda:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgb(171, 91, 22);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

/* Sección del pie de página */
.footer-section {
  background-color: #f8f9fa;
  padding: 50px 20px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
  overflow:hidden;
  padding: 0 60px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 25%;
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 60px;
  margin-bottom: 15px;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 5px;
}

/* Estilo de texto de contacto */
.footer-column p {
  font-size: 1rem;
  color: #6c757d;
}

.footer-section li a{
  text-decoration: none;
  color: #6c757d;

}


/* Estilos para submenús de niveles adicionales */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -1px;
}

/* Mostrar el submenú al hacer hover */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
  
h2, h4 {
  color: #333;
}

.text-secondary {
  color: #666;
}

.btn-orange {
  background-color: #FFA500;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-orange:hover {
  background-color: #cc8400;
}

.icon-small {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

/* Estilos para subrayar */
u {
  text-decoration: underline;
  color: #FF6A00;
}

/* Botón personalizado para "Online" */

.btn-outline-dark {
  border-radius: 50px;
  padding: 10px 20px;
}

.tituloCard{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Espaciado inferior en las tarjetas */
.card-title {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  font-weight: 700;
  color: #1E305E;
  font-size: 1.3rem;
}

.card-title-garantia, .cardBeneficiosTitulo {
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #1E305E;
  font-weight: 700;
  font-size: 1rem;
}

.cardTipoPrep{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F9FD;
  padding: 16px;
  border-radius: 8px;
  height: 100%;
  border: none;
}

.divTipoPrep{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divTipoPrep .textSecundario{
  margin-left: 10px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FF6A00;
}

  
.icon img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 2.1875rem;
  color: #F58220;
}


/* Contenedor de imagen del curso */
.course-img {
  position: relative;
}

/* Badge del nivel de curso */
.course-level-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: white;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: bold;
}

/* Botones personalizados */
.btn-whatsapp {
  background-color: #25D366;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
}

.btn-agenda {
  background-color: #FF6A00;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
}

.btn-whatsapp:hover,
.btn-agenda:hover {
  opacity: 0.8;
}

/* imágenes */
.testimonial {
  background-color: #f4f4f4; /* Fondo claro para los testimonios */
  padding: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #FF6A00; /* Borde izquierdo naranja */
}

.cardTestimonial{
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  border: none;
}

.divTestimonial{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F9FD;
  padding: 32px;
  border-radius: 10px;
  height: 100%;
}

.infoTestimonial{
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  height: 100%;
  padding: 16px;
}

.textoTestimonial
{
  height: 200px;
}

.textoTestimonial p,.testimonial-info{
  line-height: 1.1rem;
  padding: 16px;
}

.testimonial-info img{
  border-radius: 50%;
}

.testimonial-info p{
  margin-bottom: 0;
}

.imgCircular{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: Sofia Pro;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #bdbdbd;
  background-color: #1E305E ´;
}

.botonesCarousel{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.divBtnsCarousel{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.btnsCarousel{
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
  max-width: calc(100vw - 215px);
}

.carouselPrevBtn{
  background-color: #1E305E;
  opacity: 0.2;
}

.carouselNextBtn{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #1E305E;
}

.carouselPrevBtn{
  text-align: right;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.carouselNextBtn{
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.carousel-inner{
  overflow: unset !important;
}

.divTestimoniales{
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}


.testimonialesWrapper{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
}

.testimonialesStage{
  transition: transform;
  transform: translate3d(0px, 0px, 0px);
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.testimonialesStageItem{
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}


.testimonialItem{
  display: flex;
  flex-direction: column;
  background-color: rgb(247, 249, 253);
  padding: 32px;
  border-radius: 10px;
}

.testimonialItemInner{
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  overflow: hidden;
}

.testimonialInfo{
  padding: 16px;
  height: 300px;
}

.testimonialText{
  margin: 0px;
  font-weight: 400;
  font-size: 1rem;
  color: rgb(112, 112, 112);
  letter-spacing: 0.3px !important;
  font-family: "Sofia Pro" !important;
  line-height: 25px !important;
}

.testimonialImgUsuario{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
}

.testimonialImg{
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Sofia Pro";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  color: rgb(255, 255, 255);
  background-color: transparent;
}

.testimonialPrevBtn{
  text-align: right;
}

.testimonialPrevBtn,
.testimonialNextBtn{
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  padding: 10px 5px;
}

.PrevBtn, .NextBtn{
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-align: center;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  background-color: rgb(30, 48, 94);
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.svgPrevBtn, .svgNextBtn{
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonialNombreUsuario{
  margin: 0px;
  font-family: "Sofia Pro";
  font-size: 1rem;
  color: rgb(30, 48, 94);
  font-weight: 700;
  line-height: 25px !important;
}

.testimonialNombre{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 0px 0px 16px;
}

.testimonialInfoUsuario{
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.testimonios-carousel{
  max-width: calc(-215px + 100vw);
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}
.conocerMas{
  margin: 0 auto;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
  font-weight: inherit;
  font-size: 1.1rem;
  max-width: 500px;
  text-align: center;
}
.text-dark {
  color: #003366;
  font-weight: bold;
}
  
.hero-section h2 {
  color: #003366;
  font-weight: bold;
}

.hero-section p {
  font-size: 18px;
  color: #555;
}

.icon-container img {
  width: 50px;
  height: 50px;
}

.next-steps h4 {
  color: #FF6A00;
}

.next-steps h3 {
  color: #003366;
  font-weight: bold;
}

.sigPasos{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divSigPasos{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F9FD;
  padding: 32px;
  height: 100%;
}

.Pasos{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Pasos label,
.Pasos h5{
  margin: 0px 0px 0px 8px;
  display: inline;
}

.card ul {
  list-style-type: none;
  padding: 0;
}

.card li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.card .btn {
  border-radius: 25px;
  font-weight: bold;
  padding: 10px 20px;
}

.btn-success {
  background-color: #4CAF50;
  color: white;
}

.btn-warning {
  background-color: #FF6A00;
  color: white;
}

p {
  font-size: 18px;
  color: #555;
}

/* Sección de Exámenes */
.exam-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-dark {
  color: #003366;
}

.hero-section p {
  font-size: 18px;
  color: #555;
}

/* Tarjeta flotante en la imagen */
.badge-card {
  width: 120px;
  top: -20px;
  left: 20px;
}

.rounded-circle {
  border-radius: 50%;
}

/* Sección de Beneficios */
.benefits-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.benefit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 300px;
  z-index: 2;
  box-shadow: 22px 22px 30px rgba(5, 14, 53, 8%) !important;
  border-radius: 10px;
  padding: 16px;
}

.benefit-box img {
  width: 50px;
  height: 50px;
}

.text-dark {
  color: #003366;
}

/* Estilos de las tarjetas de los cursos */
.card img {
  width: 40px;
  height: 40px;
}

p {
  font-size: 16px;
  color: #555;
}

.text-dark {
  color: #003366;
}

/* Estilos de la sección de preparación */
.preparation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0px;
  background-color: #1E305E;
  height: auto;
  box-shadow: none;
  color: #ffffff;
}

.titlePreparation{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  margin-top: 0px;
  color: #F7F9FD;
  font-weight: 700;
}

.textPreparation{
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.imgPreparation{
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* width: 100%; */
  height: 230px;
}

/* Estilos para la sección de testimonios */
.testimonials-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rounded-circle {
  border-radius: 50%;
}

/* Estilos del carrusel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #FF6A00;
  border-radius: 50%;
}

.carousel-indicators button {
  background-color: #FF6A00;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Estilos para la sección de contacto */
.contact-section h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  padding: 32px;
  background-color: transparent;
  height: auto;
  box-shadow: none;
}

.contact-section p {
  font-size: 18px;
  color: #555;
}

.btn-success {
  background-color: #28A745;
  color: white;
}

.btn-warning {
  background-color: #FF6A00;
  color: white;
}

/* Estilos de la sección de certificación */
.certification-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.certification-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Estilos de la sección de pasos */
.steps-section {
  background-color: #FFF8F0;
}

.step-card {
  background-color: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-card h2 {
  font-size: 36px;
}

.step-card p {
  font-size: 16px;
  color: #555;
}

.steps-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Sección de íconos */
.icon-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF6A00;
}

.icon-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.icon-box p {
  font-size: 14px;
  color: #555;
}

/* Asegurar que todas las tarjetas tengan la misma altura */
.d-flex {
  display: flex;
}

.flex-fill {
  flex: 1;
}

/* Estilos de los iconos */
.icon-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.icon-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF6A00;
}

.icon-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.icon-box p {
  font-size: 14px;
  color: #555;
}

.cardCambridge{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  background-color: #F7F9FD;
  height: 100%;
  border: none;
}

/* Sección de razones del Teacher's Course */
.why-teacher-course-section {
  background-color: #FFF8F0;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Estilos de los iconos y tarjetas */
.icon-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.icon-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF6A00;
}

.icon-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.icon-box p {
  font-size: 14px;
  color: #555;
}

/* Sección de validación */
.validation-section {
  background-color: #FFF8F0;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Estilos de las tarjetas con igual altura */
.process-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 22px 22px 30px rgba(5, 14, 53, 8%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 60%;
  margin: 0 auto;
}

.process-box h3.number {
  font-size: 40px;
  font-weight: bold;
}

.process-box h5 {
  margin-top: 10px;
}

.process-box p {
  font-size: 14px;
  color: #555;
}

/* Espaciado para las secciones */
.process-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Estilos de las tarjetas */
.requirement-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.requirement-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF6A00;
}

.requirement-box h5 {
  margin-top: 10px;
}

.requirement-box p {
  font-size: 14px;
  color: #555;
}

/* Espaciado para las secciones */
.constancia-section {
  padding-bottom: 60px;
}

.requirements-section {
  background-color: #FFF8F0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lead{
  margin: 0;
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  color: #707070;
  font-size: 1.2rem;
  max-width: 80%;
  margin-bottom: 24px;
}


/* Variables CSS para Colores */
:root {
  --facebook-color: #3b5998;
  --twitter-color: #1DA1F2;
  --tiktok-color: #000000;
  --instagram-color: #E1306C;
  --icon-color: #555;
  --icon-hover-color: #fff;
  --background-color: #f0f0f0;
}

/* Estilos Generales para el Contenedor de Redes Sociales */
.social-icons {
  text-align: center; /* Centra los elementos inline-block horizontalmente */
  background-color: #ffffff; /* Fondo blanco para el contenedor */
  border-radius: 10px; /* Bordes redondeados del contenedor para una apariencia más suave */
}

/* Estilos Generales para los Enlaces de Redes Sociales */
.social-icons a {
  display: inline-block; /* Permite que los elementos se alineen horizontalmente */
  width: 50px; /* Ancho fijo para los enlaces */
  height: 50px; /* Alto fijo para los enlaces */
  line-height: 50px; /* Centra verticalmente el ícono */
  border-radius: 50%; /* Hace que los enlaces sean circulares */
  background-color: #FFC604; /* Color de fondo inicial */
  color: #ffffff; /* Color del ícono inicial */
  font-size: 24px; /* Tamaño del ícono */
  margin: 0 10px; /* Espacio entre los enlaces */
  transition: all 0.3s ease; /* Transiciones suaves para todas las propiedades */
  text-decoration: none; /* Elimina el subrayado de los enlaces */
  vertical-align: middle; /* Alinea los elementos verticalmente en el medio */
}

.social-icons a i {
  color: #ffffff; /* Color del ícono inicial */
}

/* Efecto de Hover: Cambia el Color de Fondo y el Color del Ícono */
.social-icons a:hover {
  background-color: #FF4033; /* Color de fondo al pasar el ratón */
  color: #fff; /* Color del ícono al pasar el ratón */
  transform: scale(1.1); /* Aumenta ligeramente el tamaño del enlace */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra alrededor del enlace */
}

/* Efecto de Rotación en el Ícono al Hacer Hover */
.social-icons a i {
  transition: transform 0.3s ease; /* Transición suave para transformaciones */
}

.social-icons a:hover i {
  transform: rotate(360deg); /* Gira el ícono 360 grados al hacer hover */
}

/* Estilos de Foco para Accesibilidad */
.social-icons a:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}
.divSvgLineas{
  width: 25%;
}

/* Responsividad */
/* Mobile (up to 600px) */
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }

  .hero-section {
    padding: 10px 0;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .herolblInfo, .text-orange, .step-card h2 {
    font-size: 1.1rem;
  }

  .hero-text h1 {
    font-size: 1.3rem;
    text-align: justify;
  }

  .hero-text p {
    max-width: 100%;
  }

  .img-mission {
    max-width: 100%;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .imgLogoLinguaskill {
    max-width: 50%;
  }

  .imgLogoCambridge {
    max-width: 50%;
  }

  .textomision {
    max-width: 100%;
    margin-top: 12px;
  }

  .text-primary {
    font-size: 1.3rem;
  }

  .important-section img {
    max-width: 100%;
  }
  .important-section .col-md-6 {
    margin-bottom: 0;
  }

  .faq-section {
    padding: 0;
  }

  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }

  .img-fluid-curso {
    max-width: 100%;
    top: 0;
  }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .divGarantiaImg {
    position: relative;
    right: 0;
    display: inline-block;
  }

  .card-text-garantia {
    margin-top: 12px;
  }

  .cardGarantia {
    height: auto;
    margin-bottom: 16px !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .d-flex {
    display: block !important;
  }

  .p-4 {
    padding: 10px !important;
  }

  .divTestimonial {
    padding: 10px;
  }

  .infoTestimonial {
    padding: 6px;
  }

  .textoTestimonial {
    height: auto;
  }

  #testimonialsCarousel .col-md-6  {
    width: 100%;
  }

  .textoTestimonial p, .testimonial-info {
    padding: 14px;
  }

  p {
    font-size: 14px;
  }

  .footer-column {
    min-width: 100%;
  }

  .Pasos label {
    display: inline;
  }

  .benefit-box {
    height: 200px;
  }

  .divGarantiaCert{
    display: flex;
    position: relative;
    height: 70px;
    right: 0;
  }

  .whatsapp, .agenda {
    margin: 5px;
    width: 100%;
  }

  .cardTipoPrep p{
    margin-bottom: 0.5rem;
  }

  .contact-section {
    padding: 20px 20px;
  }

  .process-box {
    height: auto;
    width: 100%;
  }

  .process-box h3.number {
    font-size: 20px;
  }

  .dropdown-submenu .dropdown-menu {
    position: relative; 
    left: 0; 
    top: 0;
    margin-top: -1px;
  }

  .show {
    display: block;
  }
}

/* Tablet (601px to 900px) */
@media (min-width: 601px) and (max-width: 900px) {
  .hero-text h1, .encabezado {
    font-size: 1.5rem;
  }

  .hero-section {
    padding: 20px 0;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .imgLogoLinguaskill {
    max-width: 50%;
  }

  .imgLogoCambridge {
    max-width: 50%;
  }

  .textomision {
    max-width: 100%;
  }

  .important-section img {
    max-width: 100%;
  }

  .cta-buttons .btn {
    width: 40% !important;
  }

  /*Cursos presenciales*/
  .img-fluid-curso {
    max-width: 100%;
    top: 0;
  }

  .divGarantiaImg {
    position: relative;
    display: block;
    right: 0;
  }

  .cardGarantia {
    height: 300px;
  }

  .card-text-garantia {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .cta-buttons {
    text-align: center;
    margin: 10px 0;
  }

  .d-flex {
    display: block !important;
  }

  .divTestimonial {
    padding: 10px;
  }

  .infoTestimonial {
    padding: 6px;
  }

  .textoTestimonial {
    height: 350px;
  }

  .textoTestimonial p, .testimonial-info {
    padding: 14px;
  }

  p {
    font-size: 14px;
  }

  .camino {
    margin: 0;
    width: 100%;
  }

  .Pasos label {
    display: inline;
  }

  .contact-section {
    padding: 20px 20px;
  }

  .step-card.p-4 {
    padding: .5rem !important;
  }

  .step-card p {
    font-size: 14px;
  }

  .step-card h2 {
    font-size: 18px;
  }

  .process-box {
    height: auto;
    width: 100%;
  }

  .process-box h3.number {
    font-size: 30px;
  }
}

/* Desktop (901px to 1200px) */
@media (min-width: 901px) and (max-width: 1200px) {
  .hero-text h1, .encabezado {
    font-size: 1.5rem;
  }

  .hero-section {
    padding: 20px 0;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .imgLogoLinguaskill {
    max-width: 50%;
  }
  .important-section .image-container img {
    max-width: 100%;
  }

  .imgLogoCambridge {
    max-width: 50%;
  }

  .textomision {
    max-width: 100%;
  }

  .cta-buttons .btn {
    width: 40% !important;
  }

  .contact-section {
    padding: 20px 20px;
  }

  /*Cursos presenciales*/
  .img-fluid-curso {
    max-width: 100%;
    top: 0;
  }

  .divGarantiaImg {
    position: relative;
    display: block;
    right: 0;
  }

  .cardGarantia {
    height: 250px;
  }

  .card-text-garantia {
    margin-top: 10px;
    font-size: 0.90rem;
  }

  .cta-buttons {
    text-align: center;
    margin: 10px 0;
  }

  .d-flex {
    display: block !important;
  }

  .divTestimonial {
    padding: 10px;
  }

  .infoTestimonial {
    padding: 6px;
  }

  .textoTestimonial {
    height: 200px;
  }

  .textoTestimonial p, .testimonial-info {
    padding: 14px;
  }

  p {
    font-size: 14px;
  }
}

/* Large Desktop (above 1200px) */
@media (min-width: 1201px) {
  .container {
      max-width: 1200px;
      margin: auto;
  }
  .main-content, .services, .contact-info, .faq {
      padding: 25px;
      font-size: 20px;
  }
  .course-cards, .certification-cards {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 30px;
  }
  .cta-button {
      padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px; /* Ajusta el line-height para centrar el ícono */
    font-size: 20px; /* Reduce el tamaño del ícono */
    margin: 0 5px; /* Reduce el margen entre los enlaces */
  }

/*   .footer-columns {
    flex-direction: column;
    align-items: center;
  }
 */
  .cta-buttons {
    flex-direction: column;
  }

/*   .btn {
    margin-bottom: 15px;
    width: 100%;
  } */

}