@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.slide__principal {
  background-image: url("../images/position/cursos/header_cursos.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
}
.slide__principal .bg {
  padding: 100px 20px;
  background-color: rgba(0, 54, 95, 0.6);
}
.slide__principal .bg .sp_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slide__principal .bg .sp_cont .categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slide__principal .bg .sp_cont h4 {
  color: #fff;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.slide__principal .bg .sp_cont .texto {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.bradcrum {
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #fff;
  margin: -20px auto 40px;
  padding: 10px 30px;
  border-radius: 40px;
}
.bradcrum .b_cont {
  width: 100%;
  text-align: center;
}
.bradcrum .b_cont p {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
  /* 27px */
}
.bradcrum .b_cont p a {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.bradcrum .b_cont p img {
  width: 20px;
  margin: 0 15px;
}

.blog__section {
  width: 100vw;
  display: block;
  padding: 20px 20px;
}
.blog__section .bs_cont {
  max-width: 1024px;
  width: 100%;
  display: block;
  padding: 20px;
  margin: 0 auto;
}
.blog__section .bs_cont .titulo {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
.blog__section .bs_cont .titulo h1 {
  color: #00365f;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
.blog__section .bs_cont .cuerpo {
  width: 100%;
  display: block;
}
.blog__section .bs_cont .cuerpo .imgen_header {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}
.blog__section .bs_cont .cuerpo .imgen_header img {
  width: 100%;
  border-radius: 20px;
  max-height: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.blog__section .bs_cont .cuerpo .video_rep {
  max-width: 1024px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%; /* El contenedor toma el 100% del ancho disponible */
  padding-top: 56.25%; /* Esto crea una relación de aspecto 16:9 (100% * 9 / 16) */
  height: 0; /* La altura se ajusta automáticamente según la relación de aspecto */
  overflow: hidden;
}
.blog__section .bs_cont .cuerpo .video_rep video ,
.blog__section .bs_cont .cuerpo .video_rep iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* Opcional: para eliminar bordes del iframe */
}
.blog__section .bs_cont .cuerpo .informacion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__section .bs_cont .cuerpo .informacion .share {
  width: 10%;
  display: block;
}
.blog__section .bs_cont .cuerpo .informacion .share p {
  color: #0b0909;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
  /* 21px */
}
.blog__section .bs_cont .cuerpo .informacion .share hr {
  background-color: #13a538;
  height: 2px;
  width: 40px;
  border: none;
  margin-bottom: 30px;
}
.blog__section .bs_cont .cuerpo .informacion .share ul {
  width: 100%;
  display: block;
}
.blog__section .bs_cont .cuerpo .informacion .share ul li {
  list-style: none;
  margin-bottom: 30px;
}
.blog__section .bs_cont .cuerpo .informacion .inf_nota {
  width: 90%;
  padding: 0 30px;
  display: block;
}
.blog__section .bs_cont .cuerpo .informacion .inf_nota p {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-bottom: 30px;
}
.blog__section .bs_cont .cuerpo .informacion .inf_nota .imagen_nota {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.blog__section .bs_cont .cuerpo .informacion .inf_nota .imagen_nota img {
  width: 100%;
  max-width: 450px;
}
.blog__section .bs_cont .cuerpo .relacionadas {
  display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
}
.blog__section .bs_cont .cuerpo .relacionadas .prev,
.blog__section .bs_cont .cuerpo .relacionadas .next {
  border: 1px solid #646363;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  width: 100%;  
  height: 100%;
  -webkit-box-orient: vertical;    
  -webkit-box-direction: normal;    
      -ms-flex-direction: column;    
          flex-direction: column;
}
.blog__section .bs_cont .cuerpo .relacionadas .prev {
  border-radius: 20px 0 0 20px;
  text-decoration: none;
}
.blog__section .bs_cont .cuerpo .relacionadas .prev p {
  color: #646363;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  line-height: 150%; /* 27px */
}
.blog__section .bs_cont .cuerpo .relacionadas .prev .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  width: 100%;
}
.blog__section .bs_cont .cuerpo .relacionadas .prev .info p {
  color: #181a2a;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Límite de 3 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__section .bs_cont .cuerpo .relacionadas .prev .info img {
  margin-left: 10px; /* Espacio entre la imagen y el texto */
}
.blog__section .bs_cont .cuerpo .relacionadas .next {
  border-radius: 0 20px 20px 0;
  border-left: 1px solid transparent;
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
      text-decoration: none;
}
.blog__section .bs_cont .cuerpo .relacionadas .next p {
  color: #646363;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 150%; /* 27px */
}
.blog__section .bs_cont .cuerpo .relacionadas .next .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Utiliza flexbox para alinear imagen y texto en una fila */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Alinea verticalmente el contenido */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  width: 100%;
}
.blog__section .bs_cont .cuerpo .relacionadas .next .info p {
  color: #181a2a;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Límite de 3 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__section .bs_cont .cuerpo .relacionadas .next .info img {
  margin-left: 10px; /* Espacio entre la imagen y el texto */
}

.blog__section .bs_cont .cuerpo .relacionadas.just__end__element .next {
    border-left: 1px solid #646363;
}

.destacados__section {
  width: 100vw;
  display: block;
}
.destacados__section .dt_cont {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 180px;
  margin: 0 auto;
}
.destacados__section .dt_cont .titulo {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.destacados__section .dt_cont .titulo .categoria {
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.destacados__section .dt_cont .titulo .categoria img {
  margin-right: 15px;
}
.destacados__section .dt_cont .titulo h4 {
  color: #00365f;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.destacados__section .dt_cont .destacados_grid {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.destacados__section .dt_cont .destacados_grid .destacado_item {
  max-height: 400px;
  min-height: 400px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .promo {
  height: 100px;
  width: 100px;
  border-radius: 20px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top left, #fdb628 50%, transparent 50%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fdb628), color-stop(50%, transparent));
  background: linear-gradient(to bottom right, #fdb628 50%, transparent 50%);
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .promo h6 {
  color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 17.298px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 140%;
  /* 24.217px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion {
  width: 100%;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: auto;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_img {
  width: 15%;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_img img {
  width: 100%;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_name {
  width: 80%;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_name p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .fecha {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .fecha p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .texto {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .texto p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio {
  width: 100%;
  display: block;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio p.gratis {
  color: #13a538;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio p span {
  color: #d91515;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-decoration: line-through;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .mas {
  color: #59c575;
  font-size: 18px;
  margin-top: 16px;
  display: none;
  font-weight: 500;
  text-transform: uppercase;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #adadad;
  padding: 10px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .titulo {
  color: #00365f;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc hr {
  width: 80px;
  height: 2px;
  background-color: #adadad;
  border: none;
  margin: 15px 0;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .desc {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .img_perfil {
  width: 20%;
  display: block;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .infor {
  width: 75%;
  display: block;
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .infor .categoria {
  width: 100%;
  color: #646363;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px;
  /* 21px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .infor .consultor_nombre {
  width: 100%;
  color: #015ea6;
  /* desktop/body/medium/S */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .menos {
  color: #00365F;
  font-size: 18px;
  margin-top: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: none;
}
.destacados__section .dt_cont .destacados_grid .destacado_item:hover .bg {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.destacados__section .dt_cont .destacados_grid .destacado_item:hover .curso_desc {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.destacados__section .dt_cont .bx-has-pager {
  display: none;
}

.aprende__section {
  background-image: url("../images/position/aprende.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
  border-bottom: 6px solid #13a538;
}
.aprende__section .bg {
  padding: 100px 20px;
  background: -o-linear-gradient(left, rgba(0, 54, 95, 0.9) 0%, rgba(19, 165, 56, 0.6) 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 54, 95, 0.9)), color-stop(68.63%, rgba(19, 165, 56, 0.6)));
  background: linear-gradient(90deg, rgba(0, 54, 95, 0.9) 0%, rgba(19, 165, 56, 0.6) 68.63%);
}
.aprende__section .bg .aps_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.aprende__section .bg .aps_cont .categoria {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.aprende__section .bg .aps_cont .categoria p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
}
.aprende__section .bg .aps_cont .categoria p img {
  margin-right: 15px;
}
.aprende__section .bg .aps_cont .titulo {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.aprende__section .bg .aps_cont .titulo h4 {
  color: #fff;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.aprende__section .bg .aps_cont .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  text-decoration: none;
  background-image: url("../images/icons/white.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.aprende__section .bg .aps_cont .cta_btn:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  color: #015ea6;
  background-image: url("../images/icons/cta_blue.svg");
}

.button__copylink {
  position: relative;
}
.button__copylink span {
  position: absolute;
  left: -36px;
  width: 100px;
  border-radius: 0.5rem;
  padding: 0.25rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5em;
  top: -40px;
}

@media only screen and (max-width: 1180px) {
  .destacados__section .dt_cont .bx-has-pager {
    display: block;
  }
  .destacados__section .dt_cont .bx-has-pager .bx-default-pager {
    bottom: initial !important;
  }
  .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .mas {
    display: block;
  }
  .destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .menos {
    display: block;
  }
  .destacados__section .dt_cont .destacados_grid .destacado_item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 860px) {
  .blog__section .bs_cont .cuerpo .relacionadas .prev .info p,
  .blog__section .bs_cont .cuerpo .relacionadas .next .info p {
    display: none;
  }
  .blog__section .bs_cont .cuerpo .relacionadas .prev {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__section .bs_cont .cuerpo .relacionadas .next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__section .bs_cont {
    padding: 0;
  }
}
@media only screen and (max-width: 720px) {
  .blog__section .bs_cont .cuerpo .informacion .share {
    display: none;
  }
  .blog__section .bs_cont .cuerpo .informacion .inf_nota {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .blog__section .bs_cont .titulo h4,
  .slide__principal .bg .sp_cont h4,
  .destacados__section .dt_cont .titulo h4,
  .aprende__section .bg .aps_cont .titulo h4 {
    font-size: 24px;
  }
  .aprende__section .bg .aps_cont .categoria p {
    width: 65%;
    margin: 0 auto;
  }
}