@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 h1 {
  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;
  margin-bottom: 80px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.slide__principal .bg .sp_cont .bradcrum {
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 40px;
}
.slide__principal .bg .sp_cont .bradcrum .b_cont {
  width: 100%;
  text-align: center;
}
.slide__principal .bg .sp_cont .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: 1.35em;
  margin-bottom: 0;
}
.slide__principal .bg .sp_cont .bradcrum .b_cont p a {
  color: #00365f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  padding: 0.25rem 0.35rem;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
  cursor: pointer;
}
.slide__principal .bg .sp_cont .bradcrum .b_cont p a:hover {
    background: var(--gradlight, linear-gradient(90deg, #59C575 0%, #0176D0 68.63%));
    color: #fff;
}
.slide__principal .bg .sp_cont .bradcrum .b_cont p img {
  width: 20px;
  margin: 0 15px;
}

.curso__section {
  width: 100vw;
  padding: 50px 20px;
  display: block;
}
.curso__section .cs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.curso__section .cs_cont .informacion_curso {
  width: 63%;
  display: block;
}
.curso__section .cs_cont .informacion_curso .iv_home {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.curso__section .cs_cont .informacion_curso .iv_home .video_rep {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.curso__section .cs_cont .informacion_curso .iv_home .video_rep iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.curso__section .cs_cont .informacion_curso .iv_home .fecha {
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  background: -o-linear-gradient(left, #59c575 0%, #0176d0 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(#59c575), color-stop(68.63%, #0176d0));
  background: linear-gradient(90deg, #59c575 0%, #0176d0 68.63%);
}
.curso__section .cs_cont .informacion_curso .iv_home .fecha .dia {
  color: #f2f2f2;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 45px */
}
.curso__section .cs_cont .informacion_curso .iv_home .fecha .mes {
  color: #f2f2f2;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items {
  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;
  margin-bottom: 60px;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items .item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items .item .titulo {
  color: #00365f;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.5rem;
  /* 28px */
  text-transform: uppercase;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items .item .desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  background: -o-linear-gradient(left, #59c575 0%, #0176d0 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(#59c575), color-stop(68.63%, #0176d0));
  background: linear-gradient(90deg, #59c575 0%, #0176d0 68.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items .item .desc p{
  margin-bottom: 0.25rem;
}
.curso__section .cs_cont .informacion_curso .curso_desc_items hr {
  display: none;
  width: 80px;
  background-color: #ADADAD;
  border: none;
  height: 2px;
  margin: 20px auto;
}
.curso__section .cs_cont .informacion_curso .objetivo,
.curso__section .cs_cont .informacion_curso .dirijdo {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.curso__section .cs_cont .informacion_curso .objetivo h4,
.curso__section .cs_cont .informacion_curso .dirijdo h4 {
  color: #00365f;
  margin-bottom: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.curso__section .cs_cont .informacion_curso .objetivo ,
.curso__section .cs_cont .informacion_curso .dirijdo  {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.curso__section .cs_cont .informacion_curso .objetivo  p,
.curso__section .cs_cont .informacion_curso .dirijdo  p{
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.curso__section .cs_cont .informacion_curso .objetivo ul,
.curso__section .cs_cont .informacion_curso .dirijdo ul {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.curso__section .cs_cont .informacion_curso .objetivo ul li,
.curso__section .cs_cont .informacion_curso .dirijdo ul li {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}
.curso__section .cs_cont .informacion_curso .temario {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .informacion_curso .temario .t_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.curso__section .cs_cont .informacion_curso .temario .t_header h4 {
  width: 80%;
  color: #00365f;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.curso__section .cs_cont .informacion_curso .temario .t_header .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: 10px 20px;
  -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;
  font-size: 20px;
}
.curso__section .cs_cont .informacion_curso .temario .t_header .cta_btn img {
  margin-left: 5px;
}
.curso__section .cs_cont .informacion_curso .temario .temario {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item {
  width: 100%;
  display: block;
  border: 0.5px solid #646363;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 30px;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .head {
  border-radius: 16px 16px 0px 0px;
  border: 2px solid var(--grad01, #13a538);
  background: var(--grad01, linear-gradient(90deg, #13a538 0%, #00365f 68.63%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .head .textos {
  width: 90%;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .head .textos .seccion {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .head .textos .texto {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .head svg {
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  -o-transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .content {
  height: 0px;
  overflow-y: hidden;
  -webkit-transition: height 0.25s ease-in;
  -o-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;
  border-bottom: 1px solid #afafaf;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .content p {
  color: #2c2b2b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  border-bottom: 1px solid #646363;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .content p img {
  margin-right: 10px;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item .content p:last-child {
  border-bottom: 0;
}
.curso__section .cs_cont .informacion_curso .temario .temario .item.active .head svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.curso__section .cs_cont .informacion_curso .temario .temario .item:last-child {
  margin-bottom: 70px;
}
.curso__section .cs_cont .informacion_curso .instructores {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .informacion_curso .instructores h4 {
  color: #00365f;
  margin-bottom: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.curso__section .cs_cont .informacion_curso .instructores .texto {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 60px;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor {
  width: 100%;
  display: block;
  /* height: 340px; */
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item {
  /* max-width: 420px; */
  width: 100%;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #646363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .img {
  width: 25%;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .info {
  width: 75%;
  padding-left: 0.5rem;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .info .puesto {
  color: #00365f;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .info .nombre {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  background: -o-linear-gradient(left, #59c575 0%, #0176d0 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(#59c575), color-stop(68.63%, #0176d0));
  background: linear-gradient(90deg, #59c575 0%, #0176d0 68.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .info hr {
  height: 2px;
  background-color: #000;
  width: 80px;
  border: none;
  margin-bottom: 15px;
}
.curso__section .cs_cont .informacion_curso .instructores .instructor .instructor_item .info .info_ins {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.curso__section .cs_cont .informacion_curso .instructores  .bx-wrapper .bx-pager {
    bottom: -1.5rem;
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion {
  background-image: url("../images/position/aprende.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  border-radius: 20px;
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg {
  padding: 65px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg .sc_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg .sc_cont h6 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  max-width: 480px;
  margin-bottom: 50px;
  line-height: 120%; /* 33.6px */
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg .sc_cont .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  width: 100%;
  padding: 10px 20px;
  -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;
}
.curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg .sc_cont .cta_btn img {
  margin-left: 5px;
}
.curso__section .cs_cont .info-izq {
  width: 33%;
}
.curso__section .cs_cont .info-izq .curso_precios {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #646363;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* O el valor que necesites (por ejemplo, 20px) */
  background-color: white; /* Para asegurarte de que el fondo no se "pierda" al hacer scroll */
  z-index: 1; /* Para asegurarte de que el elemento se quede encima de otros */
}
.curso__section .cs_cont .info-izq .curso_precios .top_precio {
  width: 100%;
  display: block;
  padding: 30px;
  text-align: center;
  background-color: #015ea6;
  border-radius: 20px 20px 0 0;
}
.curso__section .cs_cont .info-izq .curso_precios .top_precio h3 {
  color: #f2f2f2;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 52.8px */
}
.curso__section .cs_cont .info-izq .curso_precios .cta {
  width: 100%;
  padding: 30px;
}
.curso__section .cs_cont .info-izq .curso_precios .cta .add {
  width: 100%;
  display: block;
  background-color: #015ea6;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.curso__section .cs_cont .info-izq .curso_precios .cta .add img {
  margin-left: 15px;
}
.curso__section .cs_cont .info-izq .curso_precios .cta .cotizar {
  width: 100%;
  padding: 10px 30px;
  border: 2px solid #13a538;
  color: #13a538;
  border-radius: 40px;
  text-align: center;
  color: #13a538;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  margin-bottom: 30px;
}
.curso__section .cs_cont .info-izq .curso_precios .cta hr {
  width: 100%;
  height: 1px;
  background-color: #646363;
  border: none;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso {
  width: 100%;
  padding: 0 20px 20px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso p {
  color: #adadad;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-bottom: 20px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad {
  width: 100%;
  display: block;
  position: relative;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .titulo {
  color: #13a538;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .titulo img {
  margin-right: 10px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad #selected-date {
  display: none;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .modalidades {
  /* display: none; */
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .modalidades label {
  width: 100%;
  display: block;
  color: #0b0909;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}
.inner__modalidad__price{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas {
  /* display: none; */
  width: 100%;
  margin-bottom: 20px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input {
  width: 100%;
  padding: 10px 15px 5px;
  border-radius: 0.5rem;
  border: 1px solid #646363;
  font-size: 0.875rem;
  color: #000;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input::-moz-placeholder {
  color: #adadad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input::-webkit-input-placeholder {
  color: #adadad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input:-ms-input-placeholder {
  color: #adadad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input::-ms-input-placeholder {
  color: #adadad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .modalidad .fechas input::placeholder {
  color: #adadad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .incluye {
  width: 100%;
  display: block;
  position: relative;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .incluye .titulo {
  color: #2c2b2b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .open__close__accordion{
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .incluye .titulo img {
  margin-right: 10px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .incluye ul {
  display: none;
  list-style: none;
  margin-bottom: 20px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .incluye ul li {
  color: #646363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .material {
  width: 100%;
  display: block;
  position: relative;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .material .titulo {
  color: #2c2b2b;
  font-size: 18px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .material .titulo img {
  margin-right: 10px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso  .info__bloque{
    display: none;
    padding-left: 1rem;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso  .info__bloque p{
    color: var(--color-black);
    font-size: 18px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso  .info__bloque ul{
  display: none;
  list-style: none;
  margin-bottom: 20px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso  .info__bloque ul li {
  color: #646363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .duracion {
  width: 100%;
  display: block;
  position: relative;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .duracion .titulo {
  color: #2c2b2b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .duracion .titulo img {
  margin-right: 10px;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .duracion ul {
  display: none;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .cotizar {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .cotizar p {
  width: 100%;
  display: block;
  border-radius: 40px;
  color: #59c575;
  text-align: center;
  border: 1px solid #59c575;
  padding: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  cursor: pointer;
}
.curso__section .cs_cont .info-izq .curso_precios .detalle_curso .cotizar p:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #59c575;
  color: #fff;
}
.curso__section .cs_cont .info-izq .destacados__section {
  width: 100%;
  display: block;
  padding: 50px 0 50px;
  position: relative;
  background: #fff;
  z-index: 5;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont {
  width: 100%;
  margin: 0 auto;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .titulo {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.curso__section .cs_cont .info-izq .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;
  margin-bottom: 16px;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .titulo .categoria img {
  margin-right: 15px;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .titulo h4 {
  color: #00365f;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.curso__section .cs_cont .info-izq .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.curso__section .cs_cont .info-izq .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%;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 30px;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .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%);
}
.curso__section .cs_cont .info-izq .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 */
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_img {
  width: 15%;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_img img {
  width: 100%;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .consultor .c_name {
  width: 80%;
}
.curso__section .cs_cont .info-izq .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 */
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .fecha {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.curso__section .cs_cont .info-izq .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 */
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .texto {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .texto p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio {
  width: 100%;
  display: block;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .bg .informacion .precio p.gratis {
  color: #13a538;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .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;
  line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc hr {
  width: 80px;
  height: 2px;
  background-color: #adadad;
  border: none;
  margin: 15px 0;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .img_perfil {
  width: 20%;
  display: block;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item .curso_desc .consultor .infor {
  width: 75%;
  display: block;
}
.curso__section .cs_cont .info-izq .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 */
}
.curso__section .cs_cont .info-izq .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 */
}
.curso__section .cs_cont .info-izq .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;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item:hover .bg {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .destacados_grid .destacado_item:hover .curso_desc {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.curso__section .cs_cont .info-izq .destacados__section .dt_cont .bx-has-pager {
  display: none;
}

.destacados__section {
  width: 100vw;
  display: block;
  padding: 120px 20px 50px;
}
.destacados__section .dt_cont {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 50px;
  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%;
  text-decoration: none;
  cursor: pointer;
  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;
  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 .bx-pager {
  bottom: -30px !important;
}

.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;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trigger__video__player{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.trigger__video__player:hover {
  -webkit-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.ui-datepicker .ui-datepicker-prev{
  background-image: url('../images/icons/arrow__left__calendar.svg');
}
.ui-datepicker .ui-datepicker-next{
  background-image: url('../images/icons/arrow__right__calendar.svg');
}

.ui-datepicker .ui-datepicker-title{
    color: #000;
    font-weight: 0.875rem;
    font-weight: 500;
}
.ui-datepicker thead th{
    color: #000;
    font-weight: 0.875rem;
    font-weight: 500;
}
.ui-datepicker thead th{
    color: #000;
    font-weight: 0.875rem;
    font-weight: 400;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
}

.ui-datepicker-calendar td.available a{
    border: 1px solid #015ea6;
    background: #015ea6;
    font-weight: normal;
    color: #fff;
}
.ui-widget-header{
    background-color: #f5f5f5;
}


.info__date:empty{
    margin-bottom: 0;
    display: none;
}
.info__date{
    color:rgb(88, 21, 28);
    background-color:rgb(248, 215, 218);
    border-bottom-color:rgb(241, 174, 181);
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.5rem;
}

.block__sede select.is-invalid{
    border-color: #dc3545;
}


.sidebar__sin__fechas{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}


@media only screen and (max-width: 1080px) {
  .curso__section .cs_cont .informacion_curso {
    width: 100%;
  }
  .curso__section .cs_cont .informacion_curso .bx-wrapper {
    max-width: initial !important;
  }
  .curso__section .cs_cont .info-izq .curso_precios {
    position: relative;
    top: 0;
  }
  .curso__section .cs_cont .info-izq {
    margin-top: 50px;
    width: 100%;
  }
  .curso__section .cs_cont .info-izq .destacados__section {
    display: none;
  }
  .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: 680px) {
  .curso__section .cs_cont .informacion_curso .curso_desc_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .curso__section .cs_cont .informacion_curso .curso_desc_items .item {
    width: 100%;
  }
  .curso__section .cs_cont .informacion_curso .curso_desc_items img {
    display: none;
  }
  .curso__section .cs_cont .informacion_curso .curso_desc_items hr {
    display: block;
  }
  .curso__section .cs_cont .informacion_curso .temario .t_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .curso__section .cs_cont .informacion_curso .temario .t_header h4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .curso__section .cs_cont .informacion_curso .temario .t_header .cta_btn {
    width: 100%;
    max-width: initial;
  }

  .slide__principal .bg .sp_cont .bradcrum .b_cont p img {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .slide__principal .bg .sp_cont .bradcrum .b_cont p a {
    font-size: 14px;
  }
  .curso__section .cs_cont .informacion_curso .temario .temario .item .head {
    padding: 0.5rem 1.5rem;
  }
  .curso__section .cs_cont .informacion_curso .temario .temario .item .head .textos .texto {
    font-size: 1rem;
  }
  .curso__section .cs_cont .informacion_curso .temario .temario .item .content p {
    font-size: 1rem;
  }
  .curso__section .cs_cont .info-izq .curso_precios .top_precio h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .destacados__section .dt_cont .titulo h4,
  .slide__principal .bg .sp_cont h1,
  .curso__section .cs_cont .informacion_curso .instructores h4,
  .destacados__section .dt_cont .titulo h4,
  .curso__section .cs_cont .informacion_curso .temario .t_header h4,
  .curso__section .cs_cont .informacion_curso .objetivo h4,
  .curso__section .cs_cont .informacion_curso .dirijdo h4,
  .aprende__section .bg .aps_cont .titulo h4 {
    font-size: 24px;
  }
  .curso__section .cs_cont .informacion_curso .solicita_cotizacion .bg .sc_cont h6 {
    font-size: 20px;
  }
  .aprende__section .bg .aps_cont .categoria p {
    width: 65%;
    margin: 0 auto;
  }
}