h1{
    font-size:30px !important;
    color:#0E2B6D;
    text-align: start;
    font-weight: 700 !important;
  }
  

.banner-interior {
  
    background-size: cover;
    background-position: center;
    width: 100%;
   height: auto;
  
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner-interior::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 background: rgb(14 43 109 / 76%);
    z-index: 1;
}

/* Aplica el pseudo-elemento ::after solo si la clase mod03-banner está presente */
.mod03-banner {

    background-size: cover;
    background-position: center;
    width: 100%;
   height: auto;
  
    position: relative;
    display: flex;
    flex-direction: column;
}

.mod03-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: linear-gradient(to top, rgba(42, 81, 134, 0.76) 0%, rgba(24, 167, 79, 0.76) 100%);
    z-index: 1;
}


.contenido-banner {
    position: relative; /* Cambié a 'relative' para no afectarlo por el ::after */
    z-index: 2;
    display: flex;
      flex-direction: column;
    height: 100%; /* Asegura que el contenedor ocupe toda la altura del banner */
   
}
.div-mitad-info{
     display: flex
;
    justify-content: space-between;
}

.div-mitad-info-sub{
        display: flex
;
    flex-direction: column;
    gap: 20px;
}
.caja-doble{
    display:flex;
}

.tipo-curso span{
    color:#fff;
    font-size:25px;
    font-weight:600;
}

.nombre-curso span{
    color:#fff;
    font-size:42px;
    font-weight:700;
}
.nombre-cursoG span{
    color:#FEC922;
    font-size:42px;
    font-weight:700;
}
.nombre-profesor p{
    color:#fff;
    font-size:25px;
    font-weight:600;
    margin:0;
}
.tachado-precio p{
        text-decoration: line-through;
}

.encabezado-titulo{
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.button-brochure{
     background: #0E2B6D;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex
;
    align-items: center;
    gap: 10px;
    
}

.button-brochure span{
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.button-brochure svg{
    width:30px;
    height:30px;
}
.caja-botones{
    display:flex;
    align-items:center;
    gap:10px;
}

.caja-boton{
 background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex
;
gap:10px;
    align-items: center;
    justify-content: center;
}
.caja-boton span{
    color:#333333;
    font-weight:600;
    font-size:17px;
}

.caja-boton svg{
    width:30px;
}

.caja-inscripcion{
  background: #FEC922;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 60%;
    cursor:pointer;
    
}

.caja-inscripcion span{
    color:#0E2B6D;
    font-weight:600;
    font-size:25px;
    text-align:center;
}

.caja-sobre-titulo span{
    
    font-weight:700;
    color:#fff;
    font-size:30px;
}

.caja-sobre-parrafo p{
    
    font-weight:400;
    color:#fff;
    font-size:17px;
    text-align:justify;
}

.persona-imagen-curso {
    width:450px;
}
.persona-imagen-curso img{
    width:100%;
    height:auto;
}



.caja-grande{
       display: flex
;
    align-items: center;
    justify-content: center;
}



.caja-grande-izquierda{
        display: flex
;
    flex-direction: column;
    gap: 20px;
    padding:40px 0px;
}

.div-publico-dirigido{
    padding:40px 0px;
}

.caja-grande-derecha{
    padding:40px 0px 0px;
}
.lista-dirigido{
       display: flex;
    gap: 40px;
    margin: 30px 0px;
}


.caja-dirigido{
      flex: 1;
    background: #18A74F;
  padding: 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap:5px
    
}

.caja-dirigido-1{
  
    background: #0E2B6D;
 
    
}
.caja-dirigido-texto{
    width:100%;
}
.caja-dirigido-texto p{
    color:#fff;
    font-weight:400;
    font-size:17px;
    margin:0px;
    text-align:justify;
}



.caja-dirigido-texto span{
    color:#fff;
    font-weight:600;
    font-size:17px;
    margin:0px;
}

.caja-dirigido-imagen{
        width: 110px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.caja-dirigido-imagen img{
    width: 100%;
    height:100%;
}




.div-temario{
  
    padding: 40px 0px;
  
   
}

.div-sub-temario h1{
    color:#18A74F;
}

.encabezado-temario{
    display: flex;
    gap: 15px;
}

.encabezado-orden{
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #18A74F;
    padding: 15px;
    border-radius: 8px;
}


.encabezado-orden span{
    color:#fff;
    font-size:17px;
    font-weight:600;
}

.encabezado-nombre{
        display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #18A74F;
    padding: 15px;
    border-radius: 8px;
        width: 100%;
        cursor:pointer;
}

.encabezado-nombre-grabado{
background: #0E2B6D;    
}

.temario-nombre span{
    color:#fff;
    font-size:17px;
    font-weight:600;
}
.caja-icono-abrir{
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transform: rotate(270deg);
}
.caja-icono-abrir svg{
    width: 10px;
}

.lista-temario{
        display: flex
;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0px;

}

.encabezado-nombre.active{
    background:transparent;
    border:3px solid #18A74F;
}

.encabezado-nombre-grabado.active{
    background:transparent;
    border:3px solid #0E2B6D;
}

.encabezado-nombre.active .temario-nombre span{
    color:#18A74F;
}

.encabezado-nombre-grabado.active .temario-nombre span{
    color:#0E2B6D;
}
.encabezado-nombre.active .caja-icono-abrir{
    border: 1px solid #18A74F;
}

.encabezado-nombre-grabado.active .caja-icono-abrir{
    border: 1px solid #0E2B6D !important;
}

.encabezado-nombre.active .cls-flecha-izquierda{
    stroke: #18A74F !important;
   
}

.encabezado-nombre-grabado.active .cls-flecha-izquierda{
    stroke: #0E2B6D !important;
   
}



.contenido-temas-temario{
        padding: 20px 97px;
        display: none;
            transition: all 0.3s ease; 
}

.contenido-temas-temario.active {
    display: flex; /* Los temas se mostrarán como flex */
  
}

/* Estilo para cuando el módulo no está activo */
.contenido-temas-temario.inactive {
    display: none; /* Los temas están ocultos */
}


.contenido-temas-temario li{
    font-size:17px;
    font-weight:400;
    color:#333333;
}


.div-certificado{
    
    padding:40px 0px;
}

.div-sub-certificado {
        display: flex
;
    flex-direction: column;
    gap: 15px;
}


.parrafo-contenido{
    font-size:17px;
    color:#333333;
    font-weight:400;
    margin:0;
}

.imagen-certificado{
    width:530px;
   
    background: #F2F2F2;
    padding: 15px;
    border-radius: 10px;
}
.imagen-certificado img{
    width:100%
}

.parrafo-imagen-abajo{
    font-size:17px;
    color:#333333;
    font-weight:400;
    margin:0px;
}
.caja-button{
    display:flex;
}
.buton-preguntar-mas{
       background: #0E2B6D;
    border-radius: 8px;
    padding: 15px 50px;
}


.buton-preguntar-mas span{
    font-size:30px;
    text-align:center;
    font-weight:700;
    color:#fff;
    text-align:center;
}



.curso-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items:center;
  gap: 30px;
}

.card-info-curso {
  border-radius: 25px;

  display: flex;
  flex-direction: column;

  height: auto;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 1px 1px 5px gray;
  position: relative;
  background:#fff;
}

.card-info-curso:hover {
  cursor: pointer;
}

.card-imagen {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-imagen img {
  width: 100%; /* La imagen ocupará todo el ancho del contenedor */
  height: 100%; /* La imagen ocupará todo el alto del contenedor */
  object-fit: cover; /* La imagen cubrirá el área sin distorsionarse */
}

.card-imagen-eleccion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fondo-verde-imagen {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18a74f;
  border-radius: 50%;
  box-shadow: 5px 5px 0 #f2f3f5;
}

.fondo-verde-imagen svg {
  width: 50%;
}

.card-gradient {
  position: absolute; /* Lo posiciona sobre la imagen */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 43, 109, 0) 0%,
    rgba(14, 43, 109, 1) 100%
  );
  pointer-events: none; /* No interfiere con otros eventos */
}

.card-watermark {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: auto;
}

.card-watermark img {
  width: 100%; /* La imagen de la marca de agua ocupará el tamaño definido */
  height: auto; /* Mantiene la relación de aspecto */
  object-fit: contain; /* Asegura que la imagen se ajuste sin distorsión */
}

.card-text {
  padding: 5px 20px;
}
.card-text p {
  font-size: 18px;
  color: #575756;
  font-weight: 700;

  margin: 0px;
}

.card-text span {
  color: #fec922;
}

.card-tipo-curso {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-tipo-curso span {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  background: #fec922;
  padding: 2px 20px;
  border-radius: 20px;
  margin: 5px 0px;
}

.card-modalidad-curso {

     width: 30%;
    padding: 5px 20px;
}
.card-modalidad-curso img{
  width: 100%;
}
.card-logo-curso {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 13px;
  width: 20%;
}

.info-fecha-inicio {
  background: #0e2b6d;
  width: 65%;
  border-radius: 0px 50px 50px 0px;
}

.info-fecha-inicio span {
  font-weight: 600;
}
.curso-info {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.curso-info svg {
  width: 30px;
}

.ir-cursos {
  text-decoration: none;
}

.card-info-curso.activo {
  cursor: pointer;
background-color: #E8EAEB;

  transform: scale(1.1) !important;
}
.card-info-curso.activo .caja-mas-informacion{
  background-color: #18A74F;
}
.card-info-curso.activo .caja-mas-informacion p{
 color: #fff;
}

.card-info-curso.activo .caja-antes p{
  color: #575756;
  font-weight: 500;
}
.card-info-curso.activo .info-fecha-inicio {
  background: #14A74F;
}

.card-info-curso.activo .card-gradient {
  background: linear-gradient(
    to bottom,
    rgba(14, 43, 109, 0) 0%,
    rgba(14, 43, 109, 1) 100%
  );
}

.curso-info p {
  margin: 0px;

  color: #6f6f6e;
  font-weight: 400;
  font-size: 15px;
}

.info-fecha-inicio p {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.card-info-curso.activo .info-fecha-inicio p {
  font-weight: 600;
}
.curso-info span {
  font-weight: 600;
}

.card-pie {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.caja-inversion {
  padding: 5px 10px;
  border-radius: 20px;
}

.caja-inversion p {
  margin: 0px;
  font-weight: 600;
  color: #575756;
  font-size: 18px;
}

.caja-antes p {
  font-weight: 500;
  color: #b3b3b3;
  font-size: 14px;
  text-decoration: line-through;
}

.caja-mas-informacion {
  background: #f2f2f2;
  padding: 10px 92px;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 20px 20px;
}

.caja-mas-informacion p {
  margin: 0px;
  font-weight: 700;
  color: #575756;
  font-size: 14px;
  text-align: center;
}
.barra-tipo-curso {
  position: absolute;
  z-index: 2;
  right: -25px;
  top: 40px;
}
.container-vivo-item{
  display: flex;
 justify-content: space-between;
 align-items: center;
}
.span-tipo {
  background-color: #e20919;
  border-radius: 20px 20px 0px 20px;
  max-width: 135px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
}

.span-tipo span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.div-mas-informacion{
    display:flex;
    gap:80px;
    position:relative;
    z-index:2;
}


.div-mas-info-izquierdo{
    width:80%;
}
.div-mas-info-derecho {
    width: 40%;               /* El ancho del contenedor es el 40% */
 
    position: relative;       /* Necesario para que los elementos hijos se posicionen dentro de él */
  
}

.container-derecho {
    position: sticky;         /* Hace que el contenedor se quede fijo cuando hagas scroll */
    top: 0;                   /* Se quedará pegado en la parte superior del contenedor */
    width: 100%;              /* El ancho se ajusta al 100% de .div-mas-info-derecho */
}



.fondo-color-doble {
    position: relative; /* Necesario para que el ::after se posicione correctamente */

}

.fondo-color-doble::after {
    content: ""; /* Necesario para que el pseudo-elemento se vea */
    position: absolute;
    top: 0;
    right: 0; /* Alinea la imagen al lado derecho */
    width: 30%; /* Ajusta el tamaño de la imagen a un 40% del ancho */
    height: 60%; /* Coloca la imagen dentro del área gris (60% de la altura) */
    background: url('https://www.capedu.edu.pe/img/newWeb/marca-agua-curso.png') no-repeat center center;
    background-size: contain; /* Ajusta el tamaño de la imagen */
    pointer-events: none; /* Evita que la imagen interfiera con otros elementos */
}



.caja-card-padding{
    padding:40px 0px;
}

.caja-info-docentes h6{
    color:#0E2B6D;
    font-size:23px;
    font-weight:600;
    margin-bottom:1rem;
    text-align: center;
}

.lista-docentes{
    display: flex;
    flex-direction: column;
    gap: 10px;
    
        border-radius: 25px;
    background:#fff;
    box-shadow: 1px 1px 10px gray;
    padding:20px;
}

.imagen-docente{
    display:flex;
    align-items:center;
    justify-content:center;
    width:auto;
    border-radius:8px;
}

.imagen-docente img{
  width: 90px;
    height: 90px;
    object-fit: contain;
}

.caja-docente{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.docente-contenido span{
    color:#0E2B6D;
    font-size:17px;
    font-weight:600;
}


.docente-contenido p{
    color:#000000;
    font-size:17px;
    font-weight:400;
    margin:0px;
}







@media (min-width: 1200px) and (max-width: 1399px) {
    
 
    
   
  
    .caja-grande-izquierda{
        align-items:center;
        justify-content:center;
        padding:0px;
    }
    .div-mitad-info {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}

.caja-sobre-curso{
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.caja-sobre-parrafo p {
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
    .caja-grande{
        display: flex
;
    flex-direction: column-reverse;
        align-items: center;
    justify-content: center;
    }
    
    .tipo-curso{
            display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding:10px 20px;
    }
    
    .tipo-curso span{
        color:#333333;
        font-size: 18px;
    }
    
    .caja-doble{
            display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    }
    
     .nombre-cursoG{
         display:flex;
     }
    .nombre-cursoG span {
    color: #FEC922;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}
    .container-derecho{
        position:relative !important;
    }
    
    .docente-contenido span {
    color: #0E2B6D;
    font-size: 16px;
    font-weight: 600;
}
.docente-contenido p {
    color: #000000;
    font-size: 14px;
}
.caja-info-docentes h6 {
    color: #0E2B6D;
    font-size: 20px;
}
.caja-info1 {
    width: auto;
    
}
.caja-inscripcion{
    width:auto;
}

.caja-info{
       width:auto !important;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1{
    text-align:center;
}

.caja-dirigido-texto p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
}

.caja-dirigido-texto span {
 
    font-size: 15px;
   
}

.button-brochure span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.info-fecha-inicio p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    
 
    
   
  
    .caja-grande-izquierda{
        align-items:center;
        justify-content:center;
        padding:0px;
    }
    .div-mitad-info {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}

.caja-sobre-curso{
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.caja-sobre-parrafo p {
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
    .caja-grande{
        display: flex
;
    flex-direction: column-reverse;
        align-items: center;
    justify-content: center;
    }
    
    .tipo-curso{
            display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding:10px 20px;
    }
    
    .tipo-curso span{
        color:#333333;
        font-size: 18px;
    }
    
    .caja-doble{
            display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    }
    
     .nombre-cursoG{
         display:flex;
     }
    .nombre-cursoG span {
    color: #FEC922;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}
    .container-derecho{
        position:relative !important;
    }
    
    .docente-contenido span {
    color: #0E2B6D;
    font-size: 16px;
    font-weight: 600;
}
.docente-contenido p {
    color: #000000;
    font-size: 14px;
}
.caja-info-docentes h6 {
    color: #0E2B6D;
    font-size: 20px;
}
.caja-info1 {
    width: auto;
    
}
.caja-inscripcion{
    width:auto;
}

.caja-info{
       width:auto !important;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1{
    text-align:center;
}

.caja-dirigido-texto p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
}

.caja-dirigido-texto span {
 
    font-size: 15px;
   
}

.button-brochure span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.info-fecha-inicio p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}


  .div-mas-informacion {
            display: flex
;
    flex-direction: column;
    gap:0px;
    }
    
    .div-mas-info-izquierdo{
        width:100%;
    }
    .div-mas-info-derecho {
     width: 100%;
    }
    
    .imagen-certificado{
        width:auto;
    }
    
    
}


@media (max-width: 991px) {
    

    
    .lista-dirigido{
        flex-direction:column;
    }
    
    
    .div-mas-informacion {
            display: flex
;
    flex-direction: column;
    gap:0px;
    }
    
    .div-mas-info-izquierdo{
        width:100%;
    }
    .div-mas-info-derecho {
     width: 100%;
    }
    
    .imagen-certificado{
        width:auto;
    }
    
    .caja-grande-izquierda{
        align-items:center;
        justify-content:center;
        padding:0px;
    }
    .caja-grande{
        display: flex
;
    flex-direction: column-reverse;
        align-items: center;
    justify-content: center;
    }
    
    .tipo-curso{
            display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding:10px 20px;
    }
    
    .tipo-curso span{
        color:#333333;
        font-size: 18px;
    }
    
    .caja-doble{
            display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    }
    
     .nombre-cursoG{
         display:flex;
     }
    .nombre-cursoG span {
    color: #FEC922;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
    .container-derecho{
        position:relative !important;
    }
    
    .docente-contenido span {
    color: #0E2B6D;
    font-size: 16px;
    font-weight: 600;
}
.docente-contenido p {
    color: #000000;
    font-size: 14px;
}
.caja-info-docentes h6 {
    color: #0E2B6D;
    font-size: 20px;
}
.caja-info1 {
    width: auto;
}
.caja-info-docentes{
    margin-bottom:5rem;
}
.buton-preguntar-mas span {
    font-size: 20px;
}
.div-sub-certificado  h1{
    font-size:20px !important; 
    text-align:center;
}
.parrafo-imagen-abajo{
    text-align:center;
}
.parrafo-contenido{
      text-align:center;
}

.contenido-temas-temario li{
    font-size:14px;
}
.contenido-temas-temario{
    padding:5px;
}.encabezado-orden span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.temario-nombre span {
    color: #fff;
    font-size: 14px;
}
.encabezado-temario {
    display: flex
;
    gap: 5px;
}
.div-sub-temario h1{
    text-align:center;
}

.caja-dirigido{
    flex-direction:column;
    padding:20px;
}

.caja-dirigido-imagen {
    width: 90px;
}

.caja-dirigido-texto p {
  color: #fff;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
}

.caja-dirigido-texto span{
    font-size:14px;
}

h1{
    text-align:center;
}

.div-certificado{
    padding:0px;
}
.div-temario {
    padding: 20px 0px;
}

.caja-sobre-titulo span {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.caja-sobre-parrafo p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.caja-sobre-curso{
        display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.caja-inscripcion{
    width:auto;
}
.caja-inscripcion span {
    color: #0E2B6D;
    font-weight: 600;
    font-size: 18px;
}
.caja-boton span {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}
.caja-boton {
           background: #fff;
        padding: 8px;
        border-radius: 5px;
        display: flex
;
        gap: 7px;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 60px;
}

.nombre-profesor p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.nombre-curso span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.persona-imagen-curso{
    width:auto;
}

 .div-mitad-info {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}

.caja-sobre-curso{
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.caja-sobre-parrafo p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.caja-info {
        width: auto !important;
        display: flex
;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .container-caja-inscripcion{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    
    
    .encabezado-titulo {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
    .button-brochure span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
    .temario-nombre{
        width:80%;
    }
    
    .container{
        padding:20px !important;
    }
    
    .caja-button {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.card-text p{
    margin:0px;
    font-size:14px;
}

.info-fecha-inicio p {

    font-size:14px;
}

.curso-info p{
    font-size:14px;
}

.caja-inversion p{
    font-size:14px;
}

.span-tipo span{
  font-size: 12px;
}

.span-tipo{
  width: 105px;
}
.barra-tipo-curso{
  right: -2px;
}

}