@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__section {
  width: 100vw;
  height: 80vh;
  min-height: 700px;
}
.slide__section .ss_cont {
  width: 100%;
  height: 100%;
  display: block;
}
.slide__section .ss_cont .slider {
  width: 100%;
  height: 100%;
  display: block;
}
.slide__section .ss_cont .slider .imagen__slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto {
  background-color: rgba(0, 54, 95, 0.5);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .categoria {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #59c575;
  margin-bottom: 16px;
  line-height: 140%;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .titulo {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 120%;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .descripcion {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 70px;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 550px;
  width: auto;
  margin: 0 auto;
  padding: 10px 48px 10px 32px;
  -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;
  background-image: url("../images/icons/white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .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");
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .categoria {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #59c575;
  margin-bottom: 16px;
  line-height: 140%;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .titulo {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 120%;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .descripcion {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 70px;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .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 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: 72% center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .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");
}
.slide__section .ss_cont .slider .imagen__slide .logos__section {
  width: 100%;
  background: rgba(19, 165, 56, 0.8);
  position: absolute;
  bottom: 0;
}
.slide__section .ss_cont .slider .imagen__slide .logos__section .ls_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.slide__section .ss_cont .slider .imagen__slide .logos__section .ls_cont ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 1rem 1rem;
  margin-bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.slide__section .ss_cont .slider .imagen__slide .logos__section .ls_cont ul li {
  width: 20%;
  padding: 0 10px;
}
.slide__section .ss_cont .slider .imagen__slide .logos__section .ls_cont ul li a{
  display: inline-block;  
}
.slide__section .ss_cont .slider .imagen__slide .logos__section .ls_cont ul li img {
  width: 80%;
  margin: 0 auto;
}

.conocimiento__section {
  width: 100vw;
  display: block;
  padding: 100px 20px;
  background-color: #f2f2f2;
}
.conocimiento__section .cs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.conocimiento__section .cs_cont .logo {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
.conocimiento__section .cs_cont .logo img {
  width: auto;
}
.conocimiento__section .cs_cont .textos {
  margin-bottom: 70px;
  display: block;
  text-align: center;
}
.conocimiento__section .cs_cont .textos h4 {
  color: #00365f;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}
.conocimiento__section .cs_cont .textos p {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #646363;
  font-size: 20px;
  line-height: 140%;
}
.conocimiento__section .cs_cont .numeralia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conocimiento__section .cs_cont .numeralia .numero_item {
  width: 20%;
  text-align: center;
  
}

.divider__number__item{
    width: 6.6%;
    background-image: url("../images/icons/diagonal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.conocimiento__section .cs_cont .numeralia .numero_item h5 {
  font-size: 44px;
  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;
  font-weight: 700;
  line-height: 120%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conocimiento__section .cs_cont .numeralia .numero_item p {
  color: #00365f;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
}
.conocimiento__section .cs_cont .numeralia .numero_item:first-child {
  background-image: none;
}

.evento__section {
  width: 100vw;
  display: block;
  background-image: url("../images/position/proximo_evento.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.evento__section:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.evento__section .bg {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  background: -o-linear-gradient(left, rgba(0, 54, 95, 0.8) 0%, rgba(19, 165, 56, 0.3) 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 54, 95, 0.8)), color-stop(68.63%, rgba(19, 165, 56, 0.3)));
  background: linear-gradient(90deg, rgba(0, 54, 95, 0.8) 0%, rgba(19, 165, 56, 0.3) 68.63%);
}
.evento__section .bg .es_cont {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.evento__section .bg .es_cont .titulos {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.evento__section .bg .es_cont .titulos h6 {
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.evento__section .bg .es_cont .titulos h6 img {
  margin-right: 10px;
}
.evento__section .bg .es_cont .titulos h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.evento__section .bg .es_cont .calendario_evento {
  width: 100%;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evento__section .bg .es_cont .calendario_evento .fecha {
  width: 30%;
  text-align: center;
}
.evento__section .bg .es_cont .calendario_evento .fecha .dia {
  background-color: #015ea6;
  padding: 1rem 1.25rem;
  border-radius: 20px;
  width: 140px;
  margin: 0 auto;
}
.evento__section .bg .es_cont .calendario_evento .fecha .dia h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
}
.evento__section .bg .es_cont .calendario_evento .fecha .dia p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.evento__section .bg .es_cont .calendario_evento .informacion {
  width: 70%;
  text-align: left;
}
.evento__section .bg .es_cont .calendario_evento .informacion .titulo_evento {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  margin-bottom: 16px;
  text-align: left;
}
.evento__section .bg .es_cont .calendario_evento .informacion .hl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.evento__section .bg .es_cont .calendario_evento .informacion .hl .hora,
.evento__section .bg .es_cont .calendario_evento .informacion .hl .lugar {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-right: 1rem;
  /* 28px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evento__section .bg .es_cont .calendario_evento .informacion .hl .hora img,
.evento__section .bg .es_cont .calendario_evento .informacion .hl .lugar img {
  margin-right: 15px;
}
.evento__section .bg .es_cont .calendario_evento .desc {
  margin-top: 50px;
  width: 100%;
  display: block;
  text-align: center;
}
.evento__section .bg .es_cont .calendario_evento .desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 50px;
}
.evento__section .bg .es_cont .calendario_evento .desc .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  -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: calc(100% - 16px) center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.evento__section .bg .es_cont .calendario_evento .desc .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");
}

.about__section {
  width: 100vw;
  display: block;
  padding: 100px 20px 220px;
}
.about__section .as_cont {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.about__section .as_cont .imagen__info {
  width: 100%;
  display: block;
  max-height: 480px;
  min-height: 480px;
  position: relative;
  height: 100%;
  background-image: url("../images/position/about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about__section .as_cont .imagen__info .info {
  background-color: #fff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -20%;
  left: 0;
  right: 0;
  padding: 20px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__section .as_cont .imagen__info .info .imagen {
  width: 20%;
}
.about__section .as_cont .imagen__info .info .imagen img {
  width: 180px;
}
.about__section .as_cont .imagen__info .info .desc {
  width: 78%;
}
.about__section .as_cont .imagen__info .info .desc .titulo {
  color: #00365f;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 16px;
}
.about__section .as_cont .imagen__info .info .desc .texto {
  color: #646363;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 20px;
}
.about__section .as_cont .imagen__info .info .desc .cta {
  color: #00365f;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 24px;
  text-decoration: none;
  background-image: url("../images/icons/cta_blue.svg");
  background-repeat: no-repeat;
  background-position: 75% center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about__section .as_cont .imagen__info .info .desc .cta:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #59c575;
  background-image: url("../images/icons/green-line.svg");
}

.cursos__section {
  width: 100vw;
  padding: 50px 20px 100px;
}
.cursos__section .cs_cont {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.cursos__section .cs_cont .titulo {
  width: 100%;
  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;
}
.cursos__section .cs_cont .titulo img {
  margin-right: 15px;
}
.cursos__section .cs_cont h4 {
  color: #00365f;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 65px;
}
.cursos__section .cs_cont .grid__cursos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 30px;
}
.cursos__section .cs_cont .grid__cursos .curso_item {
  max-width: 280px;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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);
}
.cursos__section .cs_cont .grid__cursos .curso_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 .grid__cursos .curso_item .info_curso {
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
}
.cursos__section .cs_cont .grid__cursos .curso_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 .grid__cursos .curso_item .info_curso .no_cursos {
  color: #646363;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.cursos__section .cs_cont .grid__cursos .curso_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 .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 2rem;
  -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;
  background-image: url("../images/icons/white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cursos__section .cs_cont .cta_btn:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ebf6ff;
  color: #015ea6;
  background-image: url("../images/icons/cta_blue.svg");
}

.funciona__section {
  background-image: url("../images/position/funciona.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
}
.funciona__section .bg {
  padding: 80px 20px;
  background: -o-linear-gradient(left, rgba(19, 165, 56, 0.9) 0%, rgba(0, 54, 95, 0.9) 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 165, 56, 0.9)), color-stop(68.63%, rgba(0, 54, 95, 0.9)));
  background: linear-gradient(90deg, rgba(19, 165, 56, 0.9) 0%, rgba(0, 54, 95, 0.9) 68.63%);
}
.funciona__section .bg .fs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  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;
}
.funciona__section .bg .fs_cont .imagen {
  width: 48%;
  display: block;
}
.funciona__section .bg .fs_cont .imagen img {
  width: 100%;
}
.funciona__section .bg .fs_cont .f_desc {
  width: 48%;
  display: block;
}
.funciona__section .bg .fs_cont .f_desc h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 50px;
}
.funciona__section .bg .fs_cont .f_desc .paso {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.funciona__section .bg .fs_cont .f_desc .paso .imagen {
  width: 50px;
}
.funciona__section .bg .fs_cont .f_desc .paso .imagen img {
  width: 100%;
}
.funciona__section .bg .fs_cont .f_desc .paso .info {
  padding-left: 20px;
  width: 90%;
}
.funciona__section .bg .fs_cont .f_desc .paso .info .titulo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 16px;
}
.funciona__section .bg .fs_cont .f_desc .paso .info .texto {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}



.destacados__section {
  width: 100vw;
  display: block;
  padding: 120px 20px 50px;
  background: -o-linear-gradient(top, #f2f2f2 60%, white 40%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f2f2f2), color-stop(40%, white));
  background: linear-gradient(to bottom, #f2f2f2 60%, white 40%);
}
.destacados__section .dt_cont {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 80px;
  margin: 0 auto;
  border-bottom: 2px solid #adadad;
}
.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%;
  cursor: pointer;
  text-decoration: none;
  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;
}
.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%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 .img_perfil  img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
}
.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;
}

.testimonios__section {
  width: 100vw;
  display: block;
  padding: 50px 20px 100px;
}
.testimonios__section .ts_cont {
  max-width: 780px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.testimonios__section .ts_cont p {
  color: #00365f;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 80px;
}
.testimonios__section .ts_cont .users {
  width: 100%;
  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: 20px;
}
.testimonios__section .ts_cont .users img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -20px;
}
.testimonios__section .ts_cont .info {
  width: 100%;
  text-align: center;
}
.testimonios__section .ts_cont .info p {
  margin-bottom: 2px;
}
.testimonios__section .ts_cont .info p.puesto {
  color: #646363;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.testimonios__section .ts_cont .info p.empresa {
  color: var(--blue-main, #00365f);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}

.blog__section {
  width: 100vw;
  display: block;
  padding: 100px 20px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
}
.blog__section .bs_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.blog__section .bs_cont .titulo {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.blog__section .bs_cont .titulo .categoria {
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.blog__section .bs_cont .titulo .categoria img {
  margin-right: 15px;
}
.blog__section .bs_cont .titulo .t_cta {
  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;
}
.blog__section .bs_cont .titulo .t_cta h4 {
  color: #00365f;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  width: 80%;
}
.blog__section .bs_cont .titulo .t_cta .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-image: url("../images/icons/white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 24px auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.blog__section .bs_cont .titulo .t_cta .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");
}
.blog__section .bs_cont .blog_grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.blog__section .bs_cont .blog_grid .item_grid {
  border: 1px solid #e8e8ea;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  width: 30%;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.blog__section .bs_cont .blog_grid .item_grid a {
  text-decoration: none;
  cursor: pointer;
}
.blog__section .bs_cont .blog_grid .item_grid a .imagen {
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-bottom: 15px;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion {
  width: 100%;
  display: block;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion p {
  color: #181a2a;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
  margin-bottom: 20px;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor {
  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;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor .a_img {
  width: 15%;
  text-align: center;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor .a_img img {
  width: 40px;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor .nombre {
  width: 83%;
  display: block;
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor .nombre p {
  color: #646363;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
  /* 19.6px */
}
.blog__section .bs_cont .blog_grid .item_grid a .informacion .autor .nombre p span {
  font-weight: 400;
}
.blog__section .bs_cont .blog_grid .item_grid::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  border-radius: 11px;
  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;
}
.blog__section .bs_cont .blog_grid .item_grid:hover {
  border: none;
}
.blog__section .bs_cont .blog_grid .item_grid:hover::before {
  opacity: 1;
}
.blog__section .bs_cont .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: none;
  max-width: 200px;
  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;
}
.blog__section .bs_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");
}

.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: calc(100% - 20px) center;
  background-size: 20px auto;
  -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");
}

.gracias {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 54, 95, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gracias .g_cont {
  max-width: 460px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  text-align: center;
}
.gracias .g_cont h5 {
  color: v #002541;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: 30px;
  margin-top: 30px;
}
.gracias .g_cont p {
  color: #646363;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 30px 0;
}
.gracias .g_cont .continuar {
  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;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  background-color: #1b72b8;
  margin: 0 auto 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gracias .g_cont .continuar:hover {
  color: #00365f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #EBF6FF;
}


.testimonios__slide__image{
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-transform:scale(1,1);
        -ms-transform:scale(1,1);
            transform:scale(1,1);
}
.testimonios__slide__image.active__slide{
    z-index: 2;
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}

.big__slide__home .bx-wrapper .bx-pager{
  bottom: 140px;
}

@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: 980px) {
  .slide__section .ss_cont .slider .imagen__slide .Bg__texto {
    padding: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__section .as_cont .imagen__info .info .desc {
    width: 70%;
  }
  .blog__section .bs_cont .blog_grid .item_grid {
    width: 33%;
  }
}
@media only screen and (max-width: 860px) {
  .bx-wrapper .bx-controls-direction a {
    width: 32px !important;
    height: 32px !important;
  }
  .bx-wrapper .bx-prev {
    background-size: cover !important;
    left: 20px !important;
  }
  .bx-wrapper .bx-next {
    background-size: cover !important;
    right: 20px !important;
  }
  .evento__section .bg .es_cont .calendario_evento .fecha {
    margin: 0 auto;
  }
  .evento__section .bg .es_cont .calendario_evento .informacion {
    width: 100%;
  }
  .about__section .as_cont .imagen__info .info {
    max-width: 720px;
  }
  
  .blog__section .bs_cont .titulo .t_cta h4 {
    width: 100%;
  }
  .blog__section .bs_cont .titulo .t_cta .cta_btn {
    display: none;
  }
  .blog__section .bs_cont .cta_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog__section .bs_cont .blog_grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog__section .bs_cont .blog_grid .item_grid {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .descripcion {
    margin-bottom: 20px;
  }
  .slide__section .ss_cont .slider .imagen__slide .Bg__texto {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-central .titulo, .slide__section .ss_cont .slider .imagen__slide .Bg__texto .texto-derecho .titulo {
    font-size: 24px;
  }
  .conocimiento__section .cs_cont .numeralia .numero_item {
    width: 100%;
    background-image: url("../images/icons/line-down.svg");
    background-size: auto;
    background-position: center bottom;
    padding: 40px 0;
    background-repeat: no-repeat;
  }
  .conocimiento__section .cs_cont .numeralia .numero_item:last-child {
    background-image: none;
  }
  .conocimiento__section .cs_cont .numeralia .numero_item:first-child {
    background-image: url("../images/icons/line-down.svg");
  }
  .evento__section .bg .es_cont .calendario_evento .fecha {
    margin-bottom: 25px;
  }
  .about__section .as_cont .imagen__info {
    padding: 50px 10px;
  }
  .about__section .as_cont .imagen__info .info {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__section .as_cont .imagen__info .info .imagen {
    width: 100%;
    margin-bottom: 25px;
  }
  .about__section .as_cont .imagen__info .info .desc {
    width: 100%;
  }
  .funciona__section .bg .fs_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .funciona__section .bg .fs_cont .imagen {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .funciona__section .bg .fs_cont .f_desc {
    width: 100%;
  }
  .blog__section .bs_cont .blog_grid .item_grid {
    width: 100%;
  }
  .evento__section .bg .es_cont .calendario_evento .informacion .hl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .evento__section .bg .es_cont .calendario_evento .informacion .hl .hora, .evento__section .bg .es_cont .calendario_evento .informacion .hl .lugar {
    width: 100%;
    margin-bottom: 25px;
  }
  .conocimiento__section .cs_cont .numeralia {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .divider__number__item{
    display: none;
  }

  .testimonios__section .ts_cont .users img {
    width: 100px;
    height: 100px;
  }
  .about__section .as_cont .imagen__info .info .imagen img{
    width: 100%;
  }
  
}
@media only screen and (max-width: 520px) {
  .conocimiento__section .cs_cont .textos h4,
  .evento__section .bg .es_cont .titulos h4,
  .destacados__section .dt_cont .titulo h4,
  .cursos__section .cs_cont h4,
  .blog__section .bs_cont .titulo .t_cta h4,
  .aprende__section .bg .aps_cont .titulo h4 {
    font-size: 24px;
  }
  .conocimiento__section .cs_cont .textos {
    margin-bottom: 25px;
  }
  .conocimiento__section .cs_cont .numeralia .numero_item {
    padding: 25px 0;
  }
  .conocimiento__section .cs_cont .numeralia .numero_item:first-child {
    padding-top: 0;
  }
  .evento__section .bg .es_cont .calendario_evento .informacion .titulo_evento {
    font-size: 16px;
  }
  .funciona__section .bg .fs_cont .f_desc h4 {
    text-align: center;
    font-size: 24px;
  }
  .aprende__section .bg .aps_cont .categoria p {
    width: 65%;
    margin: 0 auto;
  }
}