@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 80px;
  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;
}

.cursos__section {
  display: block;
  width: 100vw;
  padding: 0px 20px 80px;
}
.cursos__section .cs_cont {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cursos__section .cs_cont .filtros {
  width: 25%;
  border: 1px solid #e8e8ea;
  padding: 20px;
  border-radius: 20px;
}
.cursos__section .cs_cont .filtros .close {
  display: none;
}
.cursos__section .cs_cont .filtros .title {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cursos__section .cs_cont .filtros h2 {
  color: #015ea6;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /*24px*/padding: 10px 24px 10px 0.5rem;
  border-radius: 0.25rem;
  background-image: url("../images/icons/down.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.3s ease-in-out, background-color 0.3s ease;
  -o-transition: background-position 0.3s ease-in-out, background-color 0.3s ease;
  transition: background-position 0.3s ease-in-out, background-color 0.3s ease;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.cursos__section .cs_cont .filtros h2:hover {
  background-color: #ebf6ff;
}
.cursos__section .cs_cont .filtros h2.active {
  background-image: url("../images/icons/up.svg");
  margin-bottom: 20px;
  background-color: #ebf6ff;
}
.cursos__section .cs_cont .filtros .filter-group {
  margin-bottom: 15px;
  padding-left: 1rem;
}
.cursos__section .cs_cont .filtros .filter-group label {
  display: block;
  color: #0b0909;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 150%; /* 27px */
  cursor: pointer;
}
.cursos__section .cs_cont .filtros .filter-group input[type=checkbox] {
  margin-right: 10px;
}
.cursos__section .cs_cont .filtros input[type=checkbox]:checked {
  accent-color: #015ea6;
}
.cursos__section .cs_cont .filtros input[type=checkbox]:focus {
  outline: none;
}
.cursos__section .filtros .btns{
    padding-top: 3rem;
}
.cursos__section .filtros .btns .apply{
  background-color: #015ea6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.cursos__section .filtros .btns .clean{
    background-color: #fff;
    color: #015ea6;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    border: 1px solid #015ea6;
}
.cursos__section .cs_cont .filtros_mobile {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
.cursos__section .cs_cont .filtros_mobile .filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cursos__section .cs_cont .filtros_mobile .filter img {
  margin-left: 15px;
}
.cursos__section .cs_cont .categorias_grid {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cursos__section .cs_cont .categorias_grid .categoria_item {
  width: 23%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1% 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(93, 90, 136, 0.12);
          box-shadow: 0px 9px 12px 0px rgba(93, 90, 136, 0.12);
  margin-bottom: 30px;
  cursor: pointer;
}
.cursos__section .cs_cont .categorias_grid .categoria_item .imagen_curso {
  width: 100%;
  max-height: 230px;
  min-height: 230px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px 16px 0 0;
}
.cursos__section .cs_cont .categorias_grid .categoria_item .info_curso {
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
}
.cursos__section .cs_cont .categorias_grid .categoria_item .info_curso .categoria {
  color: #00365f;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cursos__section .cs_cont .categorias_grid .categoria_item .info_curso .no_cursos {
  color: #646363;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.cursos__section .cs_cont .categorias_grid .categoria_item:hover {
  -webkit-box-shadow: 0px 9px 12px 0px rgba(100, 99, 99, 0.7);
          box-shadow: 0px 9px 12px 0px rgba(100, 99, 99, 0.7);
}
.cursos__section .cs_cont .grid__cursos {
  width: 72%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cursos__section .cs_cont .grid__cursos .ver_categorias {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.cursos__section .cs_cont .grid__cursos .ver_categorias p {
  color: #13a538;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  padding-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-image: url("../images/icons/down-green.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.cursos__section .cs_cont .grid__cursos .ver_categorias p img {
  margin-right: 10px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria {
  width: 100%;
  display: block;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .categoria {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .categoria p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #59c575;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .categoria p img {
  margin-right: 10px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .categoria h4 {
  color: #00365f;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item {
  width: 30%;
  border: 1px solid #e8e8ea;
  border-radius: 20px;
  padding: 15px;
  margin: 0 1% 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Para que todos los elementos se alineen verticalmente */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Para distribuir los elementos dentro del curso_item */
  background-color: #fff;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a {
  text-decoration: none;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .imagen_curso {
  width: 100%;
  display: block;
  max-height: 180px;
  min-height: 180px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso {
  color: #00365f;
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* Para que la sección de información se estire para ocupar el espacio restante */
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item .location__course{
  display: block;
  padding-left: 2rem;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .titulo_curso {
  color: #00365f;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limita el texto a 3 líneas */
  -webkit-box-orient: vertical;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .horario,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .ubi,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .estudiantes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2b2b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 140%;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .horario span,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .ubi span,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .estudiantes span {
  margin-right: 5px;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .horario img,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .ubi img,
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .estudiantes img {
  margin-right: 10px;
}

.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item a .informacion__curso .ubi {
  flex-wrap: wrap;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  border-radius: 20px;
  bottom: -1px;
  background: -o-linear-gradient(left, #59C575, #0176D0);
  background: -webkit-gradient(linear, left top, right top, from(#59C575), to(#0176D0));
  background: linear-gradient(to right, #59C575, #0176D0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item:hover {
  border: none;
}
.cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item:hover::before {
  opacity: 1;
}

.destacados__section {
  width: 100vw;
  display: block;
  padding: 120px 20px 50px;
  background: #f2f2f2;
}
.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 a{
    text-decoration: none;
}
.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;
}
.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: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
  text-decoration: none;
}
.aprende__section .bg .aps_cont .cta_btn img {
  margin-left: 5px;
}

@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: 1024px) {
  .cursos__section .cs_cont .filtros {
    display: none !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 50;
    border-radius: 0;
  }
  .cursos__section .cs_cont .filtros .close {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
    display: block;
  }
  .cursos__section .cs_cont .filtros .title {
    display: none;
  }
  .cursos__section .cs_cont .filtros .btns {
    width: 100%;
    display: block;
    text-align: center;
  }
  .cursos__section .cs_cont .filtros .btns .apply {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    background: #00365f;
    margin: 0 auto 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    border-radius: 30px;
  }
  .cursos__section .cs_cont .filtros .btns .apply img {
    margin-left: 15px;
  }
  .cursos__section .cs_cont .filtros .btns .clean {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    margin: 0 auto 30px;
    color: #015EA6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    border-radius: 30px;
  }
  .cursos__section .cs_cont .filtros .btns .clean img {
    margin-left: 15px;
  }
  .cursos__section .cs_cont .filtros_mobile {
    display: none;
  }
  .cursos__section .cs_cont .grid__cursos {
    width: 100%;
  }
  .cursos__section .cs_cont .grid__cursos .curso_item {
    width: 32%;
  }
  .cursos__section .cs_cont .categorias_grid .categoria_item {
    width: 30%;
  }
}
@media only screen and (max-width: 920px) {
  .cursos__section .cs_cont .grid__cursos {
    width: 100%;
  }
  .cursos__section .cs_cont .grid__cursos .curso_item {
    width: 48%;
  }
}
@media only screen and (max-width: 860px) {
  .cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item {
    width: 45%;
  }
  .cursos__section .cs_cont .categorias_grid .categoria_item {
    width: 45%;
  }
}
@media only screen and (max-width: 680px) {
  .cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .cursos__section .cs_cont .grid__cursos {
    width: 100%;
  }
  .cursos__section .cs_cont .grid__cursos .curso_item {
    width: 100%;
  }
  .cursos__section .cs_cont .categorias_grid .categoria_item {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .destacados__section .dt_cont .titulo h4,
  .aprende__section .bg .aps_cont .titulo h4,
  .cursos__section .cs_cont .grid__cursos .items_subcategoria .categoria h4 {
    font-size: 24px;
  }
  .aprende__section .bg .aps_cont .categoria p {
    width: 65%;
    margin: 0 auto;
  }
  .cursos__section .cs_cont .grid__cursos .items_subcategoria .items_grid .curso_item {
    width: 100%;
  }
}
