.w-embed-youtubevideo {
  width: 100%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-top: 56.25%;
}

.w-embed-youtubevideo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  transition: 0.2s;
}

.header.header--fixed {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.nav_bar {
  background-color: rgba(0, 0, 0, 0);
}

.cont_menu {
  max-width: 1200px;
  justify-content: space-between;
  /*align-items: baseline;*/
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cont_menu.cont_menu2 {
  display: block;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_menu.nav_menu2 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.item-menu {
  color: #232323;
  border: 1px solid #fff;
  border-radius: 14px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.item-menu:hover {
  color: #3740b4;
  border-color: #3740b4;
  font-weight: 500;
}

.item-menu1 {
  color: #fff;
  background-color: #3740b4;
  border-radius: 22px;
  margin-left: 100px;
  padding: 12px 40px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

main {
  padding-top: 115px;
}

.jc_sec1_h {
  background-image: linear-gradient(#f5f5fb 85%, #fff 85%);
  padding-top: 40px;
  padding-bottom: 40px;
}

.jc_cont1_sec1_h {
  height: 600px;
  margin-right: 10%;
  padding-right: 0;
}

.slider_sec1_h {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.jc_cont_slide_h {
  height: 100%;
}

.col_izq_slide_sec1_h {
  width: 65%;
  height: 100%;
  float: left;
  background-color: #eee;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.col_der_slide_sec1_h {
  width: 35%;
  float: left;
  padding-top: 60px;
  padding-left: 65px;
}

.text1_sec1_h {
  color: #5f66c3;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 300;
  line-height: 44px;
}

.text2_sec1_h {
  color: #4f4f4f;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.cta1_sec1_h {
  width: 255px;
  color: #3740b4;
  text-align: center;
  border: 1px solid #3740b4;
  border-radius: 22px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.cta2_sec1_h {
  width: 255px;
  color: #fff;
  text-align: center;
  background-color: #3740b4;
  border-radius: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.left-arrow_sec1_h {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_left_sec1_h.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 8%;
  left: 47%;
  right: auto;
}

.rig-arrow_sec1_h {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_rig_sec1_h.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: 8%;
  left: 54%;
  right: auto;
}

.jc_sec2_h {
  background-color: #d7d9f0;
  background-image: linear-gradient(#fff 80%, #d7d9f0 80%);
  padding-top: 40px;
  padding-bottom: 40px;
}

.jc_cont1_sec2_h {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec2_h {
  width: 45%;
  float: left;
  padding-top: 20px;
  padding-right: 80px;
}

.jc_col_der_sec2_h {
  width: 55%;
  height: 345px;
  float: left;
  position: relative;
}

.jc_titul_sec2_h {
  color: #3740b4;
  margin-bottom: 35px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
}

.jc_text_sec2_h {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.jc_text_sec2_h a {
  color: #3740b4;
}

.cta_play_video_sec2_h {
  background-image: url("../images/img_video.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jc_sec3_h {
  background-color: #d7d9f0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jc_cont1_sec3 {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont_titul_sec3_h {
  margin-bottom: 35px;
}

.jc_cont_slide_sec3_h {
  height: 385px;
  margin-bottom: 35px;
}

.jc_titul_sec3 {
  color: #3740b4;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
}

.jc_txt_sec3_h {
  color: #222;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.slider_sec3_h {
  height: 100%;
  background-color: #d7d9f0;
  border-radius: 30px;
  box-shadow: -3px 0 18px -4px #3740b4;
}

.slide-nav-2 {
  display: none;
}

.col_izq_slide_sec3_h {
  width: 50%;
  height: 100%;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col_izq_slide_sec3_h._2 {
  background-image: url("../images/img2_slide_sec3_h.png");
}

.col_izq_slide_sec3_h._3 {
  background-image: url("../images/img3_slide_sec3_h.png");
}

.col_izq_slide_sec3_h._4 {
  background-image: url("../images/img4_slide_sec3_h.png");
}

.col_izq_slide_sec3_h._5 {
  background-image: url("../images/img5_slide_sec3_h.png");
}

.col_der_slide_sec3_h {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 50px;
}

.jc_num_slide_sec3_h {
  color: #3740b4;
  margin-bottom: 15px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.jc_txt-slide_sec3_h {
  color: #4f4f4f;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.jc_txt-slide_sec3_h a {
  color: #3740b4;
}

.left-arrow_sec3_h {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_left_sec3_h.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  bottom: 5%;
  left: 4%;
  right: auto;
}

.rig-arrow_sec3_h {
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow_rig_sec3_h.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 4%;
}

.jc_sec4_h {
  background-image: linear-gradient(#d7d9f0 40%, #fff 40%);
  padding-top: 30px;
  padding-bottom: 40px;
}

.jc_cont1_sec4_h {
  width: 90%;
  max-width: 1050px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_izq_sec4_h {
  width: 40%;
  height: 500px;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col_der_sec4_h {
  width: 60%;
  float: left;
  padding-bottom: 40px;
  padding-left: 80px;
}

.jc_titul_sec4_h {
  color: #232323;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.col1_izq_sec4_h {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.col1_der_sec4_h {
  width: 50%;
  float: left;
  padding-left: 20px;
}

.jc_txt_btn_sec4_h {
  color: #232323;
  text-align: center;
  margin-bottom: 15px;
  font-family: Hanken Grotesk, sans-serif;
}

.jc_btn_sec4_h {
  color: #fff;
  text-align: center;
  background-color: #3740b4;
  border-radius: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: block;
}

.jc_btn2_sec4_h {
  color: #3740b4;
  text-align: center;
  border: 1px solid #3740b4;
  border-radius: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #f5f5fb;
  padding-top: 75px;
  padding-bottom: 100px;
  float: left;
  width: 100%;
}

.jc_cont_footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.jc_cont1_footer {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.jc_col_izq_footer,
.jc_col_der_footer {
  width: 50%;
  float: left;
}

.jc_cont_items_footer {
  width: 40%;
  float: left;
}

.jc_form_footer {
  width: 60%;
  float: left;
}

.jc_items_footer {
  color: #4f4f4f;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.jc_items_footer:hover {
  color: #3740b4;
}

.field-label_footer {
  color: #4f4f4f;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-box-footer {
  color: #4f4f4f;
  border: 1px solid #a7a7a7;
  border-radius: 20.5px;
  font-family: Hanken Grotesk, sans-serif;
}

.jc_cont2_footer {
  border-top: 1px solid #dfe0f3;
  padding-top: 25px;
}

.text_copy {
  color: #a7a7a7;
  font-family: Hanken Grotesk, sans-serif;
}

.jc_sec1_coa {
  padding-top: 10px;
  padding-bottom: 40px;
}

.jc_cont1_sec1_coa {
  width: 90%;
  max-width: 1300px;
  background-color: #5f66c3;
  border-top-right-radius: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_col_izq_sec1_coa {
  width: 58%;
  float: left;
  background-color: #eee;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
}

.jc_col_der_sec1_coa {
  width: 42%;
  float: left;
  padding: 130px 60px 130px 40px;
}

.jc_titul_sec1_coa {
  color: #fff;
  margin-bottom: 35px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
}

.jc_txt_sec1_coa {
  color: #fff;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.jc_sec2_coa {
  padding-top: 30px;
  padding-bottom: 30px;
}

.jc_container_coa {
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec2_coa {
  width: 50%;
  float: left;
  padding: 30px 50px 50px;
}

.jc_col_der_sec2_coa {
  width: 50%;
  float: left;
  background-image: url("../images/img1_sec2_coa.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jc_txt1_sec2_coa {
  color: #232323;
  text-align: justify;
  margin-bottom: 50px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt1_sec2_coa p {
  margin-bottom: 50px;
}

.jc_txt1_sec2_coa p:last-child {
  margin-bottom: 0;
}

.jc_txt1_sec2_coa a {
  color: #3740b4;
}

.jc_txt1_sec2_coa em {
  color: #3740b4;
}

.jc_txt2_sec2_coa {
  color: #3740b4;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.jc_sec3_coa {
  background-image: linear-gradient(#fff 72%, #fff 72%, #f5f5fb 72%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.jc_col_izq_sec3_coa {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.jc_col_der_sec3_coa {
  width: 50%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.jc_txt_sec3_coa {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_txt_sec3_coa a {
  color: #3740b4;
}

.jc_sec4_coa {
  background-image: linear-gradient(#f5f5fb 85%, #fff 85%);
  padding-top: 20px;
  padding-bottom: 40px;
}

.jc_titul_sec4 {
  color: #3740b4;
  text-align: center;
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
}

.jc_cols_sec4_coa {
  margin-bottom: 60px;
}

.jc_col_izq_sec4_coa,
.jc_col_der_sec4_coa {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
}

.jc_txt1_sec4_coa {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_desc_sec4_coa {
  color: #232323;
  text-align: center;
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.jc_video_sec4_coa {
  width: 590px;
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta_video_sec4_coa {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jc_sec5_coa {
  padding-top: 40px;
  padding-bottom: 20px;
}

.jc_col_izq_sec5_coa {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.jc_col_der_sec5_coa {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 50px;
}

.jc_txt1_sec5_coa {
  color: #3740b4;
  text-align: justify;
  margin-bottom: 40px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.jc_txt2_sec5_coa {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_txt2_sec5_coa a {
  color: #3740b4;
}

.jc_txt2_sec5_coa em {
  color: #3740b4;
}

.jc_txt2_sec5_coa p {
  margin-bottom: 40px;
}

.jc_txt2_sec5_coa p:last-child {
  margin-bottom: 0;
}

.jc_sec6_coa {
  background-color: #878cd2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.jc_cont1_sec6_coa {
  width: 90%;
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.jc_txt1_sec6_coa {
  color: #fff;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_cta_sec6_coa {
  color: #fff;
  background-color: #3740b4;
  border: 1px solid #3740b4;
  border-radius: 22px;
  margin-bottom: 25px;
  padding: 10px 55px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.jc_sec7_coa {
  padding-top: 100px;
  padding-bottom: 100px;
}

.jc_cont1_sec7_cou {
  margin-bottom: 30px;
}

.jc_col1_izq_sec7_cou {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-right: 60px;
}

.jc_col1_der_sec7_cou {
  width: 50%;
  float: left;
}

.jc_text1_sec7_cou {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_text1_sec7_cou a {
  color: #3740b4;
}

.jc_cont2_sec7_cou {
  margin-bottom: 50px;
}

.jc_col2_izq_sec7_cou {
  width: 50%;
  float: left;
}

.jc_col2_der_sec7_cou {
  width: 50%;
  float: left;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 80px;
}

.jc_text2_sec7_cou {
  color: #232323;
  text-align: justify;
  margin-bottom: 50px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_text2_sec7_cou a {
  color: #3740b4;
}

.jc_text2_sec7_cou p {
  margin-bottom: 50px;
}

.jc_text2_sec7_cou p:last-child {
  margin-bottom: 0;
}

.jc_text3_sec7_cou {
  color: #000;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_cta_text {
  color: #3740b4;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.jc_text4_sec7_cou {
  color: #3740b4;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.jc_sec1_med {
  padding-top: 10px;
  padding-bottom: 40px;
}

.jc_cont1_sec1_med {
  width: 90%;
  max-width: 1300px;
  background-color: #5f66c3;
  border-top-right-radius: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_col_izq_sec1_med {
  width: 58%;
  background-image: url("../images/img1_med.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
}

.jc_txt1_sec1_med {
  color: #fff;
  margin-top: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.jc_col_der_sec1_med {
  width: 42%;
  padding: 100px 60px 100px 40px;
}

.jc_sec2_med {
  padding-top: 40px;
  padding-bottom: 20px;
}

.jc_cont1_sec2_med {
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont2_sec2_med {
  margin-bottom: 15px;
}

.jc_col1-izq_sec2_med {
  width: 50%;
  float: left;
}

.jc_col1-der_sec2_med {
  width: 50%;
  float: left;
  padding: 40px 50px 70px 30px;
}

.jc_txt1_sec2_med {
  color: #3740b4;
  text-align: justify;
  margin-bottom: 40px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

.jc_txt2_sec2_med {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_txt2_sec2_med em {
  color: #3740b4;
}

.jc_txt2_sec2_med p {
  margin-bottom: 40px;
}

.jc_txt2_sec2_med p:last-child {
  margin-bottom: 0;
}

.jc_txt2_sec2_med a {
  color: #3740b4;
}

.jc_col2-izq_sec2_med {
  width: 50%;
  float: left;
  padding: 60px 35px 40px 50px;
}

.jc_col2-der_sec2_med {
  width: 50%;
  float: left;
}

.jc_sec3_med {
  padding-top: 30px;
  padding-bottom: 30px;
}

.jc_cont_sec3_med {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont1_sec3_med {
  margin-bottom: 35px;
}

.jc_txt1_sec3_med {
  color: #232323;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  line-height: 26px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont2_sec3_med {
  margin-bottom: 40px;
}

.jc_col_izq_sec3_med {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.jc_col_der_sec3_med {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.jc_video_yt_med {
  border-radius: 10px;
}

.jc_cont3_sec3_med {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jc_btn_sec3_med {
  color: #fff;
  background-color: #232323;
  border-radius: 22px;
  padding: 12px 35px;
  font-family: Hanken Grotesk, sans-serif;
  text-decoration: none;
}

.jc_cont4_sec3_med {
  width: 90%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec4_med,
.jc_col_der_sec4_med {
  width: 50%;
  float: left;
}

.jc_txt_sec4_sec3_med {
  margin-bottom: 50px;
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_txt_sec4_sec3_med a {
  color: #3740b4;
}

.jc_col1_izq_sec3_med {
  width: 50%;
  float: left;
  text-align: justify;
  padding-top: 60px;
  padding-bottom: 25px;
  padding-right: 50px;
}

.jc_col1_der_sec3_med {
  width: 50%;
  float: left;
}

.jc_sec4_med {
  background-color: #f5f5fb;
  padding-top: 20px;
  padding-bottom: 50px;
}

.jc_cta_sec3_med {
  color: #fff;
  background-color: #232323;
  border-radius: 22px;
  padding: 12px 35px;
  font-family: Hanken Grotesk, sans-serif;
  text-decoration: none;
}

.jc_cont1_sec4_med {
  width: 90%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec4_md {
  width: 50%;
  float: left;
  padding-top: 80px;
  padding-bottom: 20px;
  padding-right: 70px;
}

.jc_col_der_sec4_md {
  width: 50%;
  float: left;
}

.jc_cont_titul_sec4_med {
  margin-bottom: 25px;
}

.jc_titul_sec4_med {
  color: #3740b4;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.jc_cont_list_sec4_med {
  margin-bottom: 20px;
}

.jc_cont_list_sec4_med {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_cont_list_sec4_med ol,
.jc_cont_list_sec4_med ul {
  padding-left: 25px;
}

.jc_cont_list_sec4_med li {
  margin-bottom: 15px;
}

.jc_cont_list_sec4_med li::marker {
  color: #3740b4;
}

.jc_cont_list_sec4_med a {
  color: #3740b4;
}

.jc_list_sec4_med {
  padding-left: 25px;
}

.list-item-med {
  color: #3740b4;
  margin-bottom: 15px;
}

.jc_txt_list_med {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txtl_sec4_med {
  color: #232323;
  padding-left: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_sec5_med {
  padding-top: 60px;
}

.jc_cont1_sec5_med {
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec5_med {
  width: 50%;
  float: left;
}

.jc_col_der_sec5_med {
  width: 50%;
  float: left;
  padding: 60px 60px 60px 30px;
}

.jc_txt1_sec5_med {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt1_sec5_med em {
  color: #3740b4;
}

.jc_txt1_sec5_med a {
  color: #3740b4;
}

.jc_overlay-med {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.3);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.jc_cont_over_med {
  width: 90%;
  max-width: 1250px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 10%;
}

.jc_cont1_over-med {
  width: 50%;
  float: left;
  background-image: url("../images/img_over_med.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.jc_cont2_over-med {
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 150px 50px 160px;
  position: relative;
}

.jc_cont2_over-med.jc_cont2_over-med_med {
  padding: 30px 60px;
}

.jc_cont_mor-over-med {
  background-color: #5f66c3;
  padding: 60px 50px;
}

.jc_txt1_over_med {
  color: #fff;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.jc_txt2_over_med {
  color: #fff;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt2_over_med a {
  color: #fff;
}

.jc_txt3_over_med {
  color: #232323;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt3_over_med a {
  color: #3740b4;
}

.jc_txt3_over_med p {
  margin-bottom: 20px;
}

.jc_txt3_over_med p:last-child {
  margin-bottom: 0;
}

.jc_fila_form_med {
  margin-bottom: 10px;
}

.txt_field1-med {
  width: 49%;
  float: left;
  color: #7b7b7b;
  border: 1px solid #3740b4;
  border-radius: 20px;
  margin-right: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.txt_field2-med {
  width: 49%;
  color: #7b7b7b;
  border: 1px solid #3740b4;
  border-radius: 20px;
  margin-left: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.txt_field-med {
  color: #7b7b7b;
  border: 1px solid #3740b4;
  border-radius: 20px;
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-med {
  color: #fff !important;
  background-color: #3740b4 !important;
  border: 1px solid #3740b4 !important;
  border-radius: 20px !important;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.jc_img_over_cont {
  background-image: url("../images/img_over_med.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_close-med {
  text-decoration: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.img_over_med {
  background-image: url("../images/img_over_med.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.jc_sec1_thank {
  padding-bottom: 50px;
}

.jc_cont1_thank {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_col_izq_thank {
  width: 50%;
  float: left;
  background-image: url("../images/img_coach.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jc_col_der_thank {
  width: 50%;
  float: left;
}

.jc_cont_col-der_thank {
  background-color: #f5f5fb;
  padding: 100px 80px 40px 60px;
}

.jc_sec1_cur_free {
  padding-top: 40px;
  padding-bottom: 30px;
}

.img_over_c-free {
  height: 200px;
  background-image: url("../images/img_over_med.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.jc_cont1_free_c {
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_cont1_free_c.jc_cont1_free_c1 {
  height: 350px;
  background-image: url("../images/img_membresia.PNG");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jc_sec1_log {
  padding-top: 100px;
  padding-bottom: 100px;
}

.jc_cont1_log {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.titul_log {
  margin-bottom: 40px;
}

.texto_log {
  color: #fff;
  text-align: center;
  font-family: Philosopher, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 32px;
}

.texto_log.text_reg,
.texto_log.recuperar {
  color: #3740b4;
}

.field_log {
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.cont_fields {
  margin-bottom: 25px;
}

.cont_recor {
  margin-bottom: 40px;
  padding-left: 10px;
}

.radio-button-label {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.radio-button {
  border: 1px solid #3740b4;
}

.ingresar {
  color: #fff !important;
  background-color: #222;
  border-radius: 20px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
}

.ingresar.registro {
  background-color: #3740b4 !important;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
}

.ingresar.recperar_pass {
  background-color: #3740b4;
}

.cont_ingresar {
  text-align: center;
  margin-bottom: 40px;
}

.btn_olvidado {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: underline;
  display: inline-block;
}

.jc_sec1_video {
  padding-top: 20px;
  padding-bottom: 50px;
}

.jc_sec1_mem {
  padding-top: 40px;
  padding-bottom: 40px;
}

.jc_cont1_mem {
  width: 50%;
}

.jc_cont2_mem {
  width: 50%;
  padding: 60px 80px;
}

.jc_text1_thank {
  color: #3740b4;
  margin-bottom: 30px;
  font-family: Philosopher, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 32px;
}

.jc_text2_thank {
  color: #232323;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_text3_thank {
  color: #232323;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  display: none;
}

.text_enviar {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  text-decoration: underline;
  display: inline-block;
}

.jc_text4_thank {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.jc_cont2_thank {
  background-color: #5f66c4;
  padding: 60px 30px 60px 60px;
}

.jc_text5_thank {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 26px;
}

.jc_sec1_memb {
  padding-top: 10px;
  padding-bottom: 40px;
}

.jc_cont1_sec1_mem {
  width: 90%;
  max-width: 1300px;
  background-color: #5f66c3;
  border-top-right-radius: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_col_izq_sec1_mem {
  width: 58%;
  float: left;
  background-image: url("../images/felicidad-en-la-naturaleza.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
}

.jc_col_der_sec1_mem {
  width: 42%;
  float: left;
  padding: 130px 60px;
}

.jc_titul_sec1_mem {
  color: #fff;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.jc_text_sec1_mem {
  color: #fff;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_sec2_memb {
  padding-top: 90px;
  padding-bottom: 50px;
}

.jc_cont1_sec2_mem {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec2_mem {
  width: 50%;
  float: left;
}

.jc_col_der_sec2_mem {
  width: 50%;
  float: left;
  padding: 0px 30px 40px 50px;
}

.jc_txt1_sec2_mem {
  color: #3740b4;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.jc_txt2_sec2_mem {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_sec3_memb {
  background-color: #f5f5fb;
  padding-top: 20px;
  padding-bottom: 80px;
}

.jc_cont1_sec3_mem {
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec3_mem {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.jc_col_der_sec3_mem {
  width: 50%;
  float: left;
  text-align: center;
}

.jc_txt1_sec3_mem {
  color: #3740b4;
  margin-bottom: 35px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.list1_mem {
  padding-left: 30px;
}

.list_item_mem {
  color: #373fb3;
  margin-bottom: 15px;
  font-size: 15px;
}

.txt_item_list_mem {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_sec4_memb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.jc_cont1_sec4_mem {
  width: 90%;
  max-width: 900px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec4_mem {
  width: 50%;
  float: left;
  padding-right: 60px;
}

.jc_col_der_sec4_mem {
  width: 50%;
  float: left;
}

.jc_text_sec4_mem {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt-bold_sec4_mem {
  color: #3740b4;
  font-weight: 500;
}

.jc_sec5_memb {
  padding-top: 20px;
  padding-bottom: 40px;
}

.jc_col1_izq_sec4_mem {
  width: 50%;
  float: left;
}

.jc_col2_der_sec4_mem {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 40px;
}

.jc_text2_sec4_mem {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_cont2_sec4_mem {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont1_sec5_memb {
  width: 90%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jc_cont_text_sec5_mem {
  margin-bottom: 30px;
}

.jc_txt1_sec5_memb {
  color: #222;
  text-align: center;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.jc_txt2_sec5_memb {
  color: #222;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.jc_cont-cta_sec5_mem {
  text-align: center;
}

.jc_cta_sec5_mem {
  color: #fff;
  background-color: #2e31ab;
  border: 1px solid #2e31ab;
  border-radius: 22px;
  padding: 12px 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 2px;
  text-decoration: none;
  display: inline-block;
}

.jc_cta_sec5_mem:hover {
  color: #222;
  background-color: #fff;
}

.jc_cont1_log-reg {
  width: 100%;
}

.jc_col_izq_log-reg {
  width: 50%;
  float: left;
  background-color: #3740b4;
  padding-top: 85px;
  padding-bottom: 150px;
}

.jc_col_der_log-reg {
  width: 50%;
  float: left;
  padding-top: 85px;
  padding-bottom: 150px;
}

.jc_sec1_recup {
  padding-top: 40px;
  padding-bottom: 40px;
}

.jc_cont_fila_recup {
  margin-bottom: 25px;
}

.txt_field_rec {
  width: 49%;
  float: left;
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20.5px;
  margin-bottom: 0;
  margin-right: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.txt_field_rec1 {
  width: 49%;
  float: left;
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20.5px;
  margin-bottom: 0;
  margin-left: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.jc_txt1_cours_free {
  color: #fff;
  margin-bottom: 20px;
  font-family: Philosopher, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 34px;
}

.jc_cont_mor-cours_free {
  background-color: #5f66c3;
  padding: 60px 80px;
}

.jc_cont_mor-cours_free.jc_cont_mor-cours_free_med {
  background: linear-gradient(
      rgba(55, 64, 180, 0.7) 100%,
      rgba(55, 64, 180, 0.7) 100%
    ),
    url("../images/img_over_med.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-jc_txt1_cours_free {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.c-jc_txt3_over_med {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.jc_cont1_thank1 {
  width: 100%;
  display: flex;
}

.jc_col_izq_thank1 {
  width: 50%;
  float: left;
  background-image: url("../images/img_coach.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jc_col_der_thank1 {
  width: 50%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jc_cont1_col_der_thank1 {
  width: 90%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.jc_txt1_thank1 {
  color: #3740b4;
  margin-bottom: 35px;
  padding-right: 0;
  font-family: Philosopher, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 32px;
}

.jc_txt2_thank1 {
  color: #262626;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_cont_texts_thank1 {
  margin-bottom: 30px;
}

.jc_cta-btn_thank1 {
  color: #fff;
  background-color: #3740b4;
  border: 1px solid #3740b4;
  border-radius: 20px;
  padding: 12px 35px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.jc_cta-btn_thank1:hover {
  color: #3740b4;
  background-color: #fff;
}

.jc_col_der_thank2 {
  width: 50%;
  float: left;
  background-color: #edeafa;
  padding-top: 200px;
  padding-bottom: 140px;
}

.jc_cont1_thank2 {
  width: 100%;
  display: flex;
}

.jc_sec1_curs {
  padding-top: 70px;
  padding-bottom: 50px;
}

.jc_con1_sec1_curs {
  width: 90%;
  max-width: 1150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.jc_cont_tabs_curs {
  width: 90%;
  max-width: 370px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.jc_titul_tab_sus {
  color: #222;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.jc_titul_tab_sus.jc_titul_tab_sus_click {
  background-image: url("../images/line_tab.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 600;
}

.jc_cont_busq {
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.jc_icon_search {
  width: 200px;
  display: none;
}

.input_search {
  width: 200px;
}

.jc_cont1_g_sec1_curs {
  width: 100%;
  border-bottom: 1px solid #d4d4fb;
}

.jc_cont_titul_curs {
  width: 90%;
  max-width: 1000px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.jc_titul_g_curs {
  color: #222;
  text-align: center;
  font-family: Philosopher, sans-serif;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.jc_sec2_curs {
  padding-top: 40px;
  padding-bottom: 80px;
}

.jc_cont1_sec2_curs {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.jc_card_curso {
  width: 30.33%;
  float: left;
  border: 1px solid #d4d4fb;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
}

.jc_cont_img_card_curs {
  height: 190px;
  background-color: #eee;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.jc_cont_img_card_curs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jc_cont_img_card_curs-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.jc_cont_img_card_curs-block__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #3740b4;
  background-image: url("../images/padlock.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 40px;
}

.jc_cont2_card_curs {
  padding: 25px 10px;
}

.jc_card-nom_curs {
  margin-bottom: 30px;
}

.jc_cont_titul_card-curs {
  width: 75%;
  float: left;
  padding-right: 5px;
}

.jc_txt_curs_titul {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.jc_porce_curs_card {
  width: 25%;
  float: left;
  display: flex;
  align-items: center;
}

.jc_txt_porce_card {
  font-family: Hanken Grotesk, sans-serif;
  color: #222;
  margin-left: 10px;
}

.jc_txt_dura {
  width: 50%;
  float: left;
  color: #222;
  background-image: url("../images/icon_reloj.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5px 5px 5px 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_txt_lecc {
  width: 50%;
  float: left;
  color: #222;
  background-image: url("../images/icon_lecc.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5px 5px 5px 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_sec1_pp {
  padding-top: 10px;
  padding-bottom: 30px;
}

.jc_col_izq_sec1_pp {
  width: 58%;
  background-image: url("../images/img1_pp.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
}

.jc_col_der_sec1_pp {
  width: 42%;
  padding: 135px 60px 100px;
}

.jc_titul_sec1_pp {
  color: #fff;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
}

.jc_cont1_sec1_pp {
  width: 90%;
  max-width: 1300px;
  background-color: #5f66c3;
  border-top-right-radius: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_sec2_pp {
  padding-top: 30px;
  padding-bottom: 10px;
}

.jc_cont1_sec2_pp {
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_sec2_pp {
  width: 50%;
  float: left;
}

.jc_col_der_sec2_pp {
  width: 50%;
  float: left;
  padding-top: 85px;
  padding-left: 20px;
}

.jc_txt1_sec2_pp {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_txt_bold_sec2_pp {
  color: #5f66c3;
  font-style: italic;
  font-weight: 400;
}

.jc_sec3_pp {
  background-color: #edeafa;
  padding-top: 90px;
  padding-bottom: 90px;
}

.jc_cont1_sec3_pp {
  width: 90%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.jc_titul-cont_sec3_pp {
  margin-bottom: 50px;
}

.jc_txt1_sec3_pp {
  color: #3740b4;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.jc_col_izq_sec3_pp {
  width: 50%;
  float: left;
  padding-right: 35px;
}

.jc_col_der_sec3_pp {
  width: 50%;
  float: left;
  padding-left: 35px;
}

.jc_txt2_sec3_pp {
  color: #232323;
  text-align: justify;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_cont_form_sec3_pp {
  margin-top: 45px;
}

.jc_cont1_form_sec3_pp {
  margin-bottom: 30px;
}

.text_field_pp {
  width: 49%;
  float: left;
  color: #7b7b7b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3740b4;
  border-radius: 20.5px;
  margin-bottom: 0;
  margin-right: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text_field1_pp {
  width: 49%;
  float: left;
  color: #7b7b7b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3740b4;
  border-radius: 20.5px;
  margin-bottom: 0;
  margin-left: 1%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text_field_g_pp {
  color: #7b7b7b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3740b4;
  border-radius: 22.5px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-pp {
  color: #fff !important;
  background-color: #373fb3 !important;
  border: 1px solid #373fb3;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
}

.submit-pp:hover {
  color: #373fb3;
  background-color: rgba(0, 0, 0, 0);
}

.jc_sec1_cur-inter {
  padding-top: 60px;
  padding-bottom: 60px;
}

.jc_cont1_sec1_cur-inter {
  width: 90%;
  max-width: 1300px;
  border-top: 1px solid #d4d4fb;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.jc_col_izq_cur_inter {
  width: 30%;
  max-height: 830px;
  overflow: auto;
  float: left;
  background-color: #f5f5fb;
  border-bottom: 1px solid #d4d4fb;
  border-left: 1px solid #d4d4fb;
  border-right: 1px solid #d4d4fb;
  padding-bottom: 10px;
}

.jc_col_der_cur_inter {
  width: 70%;
  float: left;
  padding-top: 35px;
  padding-left: 70px;
}

.jc_cont_titul_cur-inter {
  width: 90%;
  max-width: 1200px;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.jc_titulo_curs-inter {
  color: #222;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  width: 70%;
  margin-left: auto;
}

.jc_con_titul_vidios_cur-inter {
  border-bottom: 1px solid #d4d4fb;
  padding: 35px 15px 20px 60px;
}

.jc_titul-modulos {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.modulo-video {
  border-bottom: 1px solid #d4d4fb;
  padding: 18px 15px 18px 60px;
  text-decoration: none;
  display: block;
}

.modulo-video.modulo-video_active {
  background-color: #fff;
}

.jc_cont1_modulo1 {
  align-items: center;
  display: flex;
}

.jc_cont_cl_izq-modul {
  width: 80%;
  float: left;
  padding-right: 20px;
}

.jc_cont_cl_der-modul {
  width: 20%;
  float: left;
}

.jc_txt1_modul {
  color: #3740b4;
  margin-bottom: 15px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.jc_txt2_modul {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.txt_porcentaje-video {
  color: #3740b4;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.txt_porcentaje-video.active {
  display: block;
}

.cont_div_check {
  display: none;
}

.cont_div_check.active {
  display: block;
}

.cont_div_check.cont_div_check1 {
  display: block;
}

.jc_cont_video_cur_inter {
  height: 470px;
  background-image: url("../images/img_video_curs.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
}

.jc_cont-det-video {
  border-bottom: 1px solid #d4d4fb;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  display: flex;
}

.jc_titul-det-vedeo {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.bt-marcar {
  color: #3740b4 !important;
  border: 1px solid #3740b4 !important;
  background-color: transparent !important;
  border-radius: 22px;
  padding: 12px 35px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.bt-marcar.bt-marcar--active {
  color: #fff !important;
  background-color: #3740b4 !important;
}

.bt-marcar:hover {
  color: #fff;
  background-color: #3740b4;
}

.jc_cont2-det-video {
  padding-top: 35px;
  padding-bottom: 35px;
}

.jc_txt2-det-video {
  color: #222;
  padding-right: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.jc_cont3-det-video {
  border-bottom: 1px solid #232323;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.jc_col1_izq_det-vid {
  width: 64%;
  float: left;
  border: 1px solid #232323;
  border-radius: 27px;
  margin-right: 1%;
  padding: 25px;
}

.jc_col1_der_det-vid {
  width: 34%;
  float: left;
  text-align: center;
  border: 1px solid #232323;
  border-radius: 27px;
  margin-left: 1%;
  padding: 20px;
}

.jc_col2-1-izq_det-vid {
  width: 20%;
  float: left;
  padding-right: 5px;
}

.jc_col2-1-der_det-vid {
  width: 80%;
  float: left;
  padding-left: 15px;
}

.jc_txt1_col-izq {
  color: #232323;
  margin-bottom: 15px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.jc_txt2_col-izq {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.cta-aprender-mas {
  color: #3740b4;
  text-align: center;
  margin-top: 10px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  display: block;
}

.jc_cont4-det-video {
  padding-bottom: 25px;
}

.jc_txt_cont4_det-video {
  margin-bottom: 25px;
}

.jc_txt3_det-video {
  color: #232323;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.jc_cont-mes-cont4-det-vid {
  border-radius: 17px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 2.925px 2px rgba(29, 30, 28, 0.17);
}

.text-area-dt-vid {
  color: #606060;
  border-radius: 17px;
  padding-top: 25px;
  padding-bottom: 40px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
}

.jc_cont-btn-cont4-det-vid {
  text-align: right;
}

.submint-comment-video {
  color: #3740b4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3740b4;
  border-radius: 22px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.submint-comment-video:hover {
  color: #fff;
  background-color: #3740b4;
}

.jc_cont5-det-video {
  border-top: 1px solid #d4d4fb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jc_txt4_det-video {
  color: #232323;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jc_txt5_det-video {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.btn_play-video {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jc_cont1_vidios {
  width: 90%;
  max-width: 1250px;
  background-image: url("../images/bg_banner_video.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 55% 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-right: 50px;
}

.btn_back-page {
  color: #3740b4;
  background-image: url("../images/arrow-back-page.png");
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  flex: 0 0 auto;
}

.jc_cont_titul-back {
  align-items: flex-end;
  display: flex;
}

.jc_sec1_perfil {
  padding-top: 20px;
  padding-bottom: 20px;
}

.jc_cont_titul_perfil {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
}

.jc_titulo_perfil {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.jc_cont1_sec1_perfil {
  width: 90%;
  max-width: 1300px;
  border-top: 1px solid #d4d4fb;
  border-bottom: 1px solid #d4d4fb;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jc_col_izq_perfil {
  width: 30%;
  float: left;
  background-color: #f5f5fb;
  border-left: 1px solid #d4d4fb;
  border-right: 1px solid #d4d4fb;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.jc_col_der_perfil {
  width: 70%;
  float: left;
  padding: 35px 10px 200px 60px;
  display: block;
}

.jc_col_der_perfil.jc_col_der_perfil1 {
  display: block;
}

.btn_membresia {
  color: #222;
  text-align: center;
  background-color: #d9daf0;
  background-image: url("../images/icon_membresia.png");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #d9daf0;
  border-radius: 12px;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.btn_mis-datos {
  color: #222;
  text-align: center;
  background-color: #a8abde;
  background-image: url("../images/icon_mis_datos.png");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #a8abde;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.jc_cont_datos {
  margin-bottom: 20px;
}

.jc_col_izq_fil-dat {
  width: 50%;
  float: left;
}

.jc_col_der_fil-dat {
  width: 50%;
  float: left;
  text-align: right;
}

.text_correo_dat {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.change_dato {
  color: #3740b4;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.titul_dat_fila {
  color: #222;
  margin-right: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.text_dat_fila {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.jc_cont_dett-mem {
  max-width: 515px;
  margin-bottom: 35px;
}

.jc_titul_det_mem {
  color: #222;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.jc_desc_det_mem {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
}

.jc_cont_deta-mem {
  border-top: 1px solid #d4d4fb;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 35px;
  display: flex;
}

.logo_pago {
  border: 1px solid #a8abde;
  border-radius: 10px;
  margin-right: 10px;
  padding: 8px;
  display: inline-block;
}

.jc_col_izq_fil-det-mem {
  width: 50%;
  float: left;
}

.jc_col_der_fil-det-mem {
  width: 50%;
  float: left;
  text-align: right;
}

.jc_txt_date-pay {
  color: #222;
  margin-bottom: 60px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
}

.btn_cancelar_mem {
  color: #3740b4;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.jc_col_der_perfil1 {
  width: 70%;
  float: left;
  padding: 35px 10px 200px 60px;
  display: none;
}

.jc_banner_video {
  max-width: 1200px;
}

.jc_col_izq-sec1_vidio {
  width: 45%;
  float: left;
  padding-right: 30px;
}

.jc_col_der-sec1_vidio {
  width: 55%;
  float: left;
  padding-top: 20px;
}

.jc_titul_ban_videos {
  color: #222;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Philosopher, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.jc_desc_banner {
  color: #222;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
}

.jc_cont-video-banner {
  height: 378px;
  background-image: url("../images/img-banner-video.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.jc_cont1_col-der-sec1_v {
  text-align: right;
  margin-bottom: 20px;
}

.btn-ultim-video {
  color: #fff;
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.txt_autor_banner-video {
  color: #3740b4;
  text-align: right;
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.jc_play-video-banner {
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jc_sec2_video {
  background-color: #f5f5fb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.jc_cont1_sec2_video {
  width: 90%;
  max-width: 1250px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.jc_card_video {
  width: 31.33%;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
}

.jc_img_card-video {
  height: 200px;
  background-image: url("../images/portada-videos.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.jc_cont_desc_card-videos {
  padding: 20px;
}

.jc_txt1_card-videos {
  color: #222;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 15px;
}

.jc_txt2_card-videos {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 13px;
}

.jc_cont_btn_videos {
  width: 90%;
  max-width: 1250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn_listo-coach {
  color: #fff;
  background-color: #232323;
  border: 1px solid #232323;
  border-radius: 22px;
  padding: 12px 40px;
  font-family: Hanken Grotesk, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.btn_listo-coach:hover {
  color: #232323;
  background-color: rgba(0, 0, 0, 0);
}

.jc_sec3_video {
  padding-top: 30px;
  padding-bottom: 30px;
}

.jc_txt3_sec5_memb {
  color: #222;
  text-align: center;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.jc_cta_btn_sec5_mem {
  background-color: #2e31ab;
  border: 1px solid #2e31ab;
  border-radius: 33px;
  padding: 12px 35px;
  text-decoration: none;
  color: white !important;
}

.jc_cta_btn_sec5_mem:hover {
  background-color: rgba(46, 49, 171, 0.8);
}

.jc_txt1_btn_sec5_mem {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.jc_txt2_btn_sec5_mem {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.jc_sec1_pago {
  padding-top: 90px;
  padding-bottom: 120px;
}

.jc_cont1_sec1_pago {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.jc_col_izq_pay {
  width: 50%;
  float: left;
  padding-right: 25px;
}

.jc_col_der_pay {
  width: 50%;
  float: left;
  padding-top: 53px;
  padding-left: 25px;
}

.jc_cont1_izq_pay {
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.jc_titl_form-pay {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.jc_txt_fac_pay {
  color: #000;
  margin-bottom: 25px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text_field_pay {
  color: #000;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 500;
}

.input_field_pay {
  color: #232323;
  border: 1px solid #a8abde;
  margin-bottom: 15px;
  font-family: Hanken Grotesk, sans-serif;
}

/* .input_field_pay_custom.error {
  border-color: #ff0000;
} */

.input_field_pay_number {
  background-image: url("../images/credit-card.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding-right: 50px;
}

.input_field_pay_number.visa {
  background-image: url("../images/visa.png");
}

.input_field_pay_number.mastercard {
  background-image: url("../images/mastercard.png");
}

.input_field_pay_code {
  background-image: url("../images/credit-card-date.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  padding-right: 40px;
}

.text_field_pay_error {
  color: #ff0000;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 10px;
  display: none;
}

.jc_label_alert {
  color: #727171;
  font-family: Hanken Grotesk, sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  display: block;
  margin-top: -10px;
}

.jc_cont_submit-pay {
  margin-bottom: 30px;
  position: relative;
  float: left;
}

.jc_cont_det-pay {
  border: 1px solid #a7a7a7;
  margin-bottom: 40px;
  padding: 30px 50px 10px;
}

.jc_fila-det-pay {
  margin-bottom: 25px;
}

.jc_col-izq-fila_pay {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.jc_col-der-fila_pay {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-right: 30px;
}

.jc_txt_titul_det-pay1,
.jc_txt_titul_det-pay {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.jc_fila1-det-pay {
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.jc_txt1_titul_det-pay {
  color: #222;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jc_cont1_det-pay {
  background-color: #bfc2e7;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.btn_rad_pay {
  align-items: center;
  display: flex;
}

.text_pay_credit {
  color: #222;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rad_btn-pay {
  margin-top: 0;
}

.input_select_pay {
  color: #a7a7a7;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a8abde;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Hanken Grotesk, sans-serif;
}

.input_cod_pay {
  color: #a7a7a7;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a8abde;
  font-family: Hanken Grotesk, sans-serif;
}

.c-card-columns {
  display: flex;
  justify-content: space-between;
}

.c-card {
  width: 48%;
}

.jc_cont_cd_dig {
  width: 45%;
  float: left;
  padding-left: 15px;
}

.jc_txt_digitos {
  background-image: url("../images/icon_digitos.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 30px;
  display: inline-block;
}

.submit_pay {
  color: #fff !important;
  background-color: #373fb3 !important;
  border: 1px solid #373fb3 !important;
  border-radius: 25px;
  padding: 10px 90px;
  font-family: Hanken Grotesk, sans-serif;
}

.submit_pay:hover {
  color: #373fb3;
  background-color: rgba(0, 0, 0, 0);
}

.jc_txt_term {
  color: #000;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

.jc_cont_items_hed {
  width: 75%;
  text-align: right;
}

.jc_cont2_item_cu {
  width: 25%;
  text-align: right;
  position: relative;
}

.jc_btn_cuenta {
  text-decoration: none;
}

.jc_cont_brand-items {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.jc_col_izq_head {
  width: 20%;
}

.jc_col_der_head {
  width: 80%;
}

.cont_icon_cuenta {
  margin-right: 15px;
  display: inline-block;
}

.jc_cont_nom-perfil {
  display: inline-block;
}

.jc_txt_perfil {
  color: #969696;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jc_sub-menu-perfil {
  width: 200px;
  text-align: left;
  border: 1px solid #d4d4fb;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 35px;
  left: 10px;
  box-shadow: 0 2px 7px #d4d4fb;
}

.jc_cta_sub-menu-perfil {
  color: #969696;
  border-bottom: 1px solid #d4d4fb;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

#menu-header {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

#menu-header li a {
  color: #232323;
  border: 1px solid #fff;
  border-radius: 14px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

#menu-header li a:hover {
  text-decoration: underline;
}

#menu-header li.item-menu--cta a {
  color: #fff;
  background-color: #3740b4;
  border-radius: 22px;
  margin-left: 100px;
  padding: 12px 40px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #3740b4;
}

#menu-header li.current-menu-item a {
  color: #3740b4;
  border-color: #3740b4;
  font-weight: 500;
  background-color: #f8f8f9;
}

#menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-footer li {
  margin-bottom: 25px;
}

#menu-footer li a {
  color: #4f4f4f;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  transition: 0.2s;
}

#menu-footer li a:hover {
  color: #3740b4;
}

.cont_recupe {
  position: relative;
}

.login-username {
  margin-bottom: 20px;
}

.login-username label {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.login-username input {
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  width: 100%;
  padding: 8px 12px;
  outline: none;
}

.login-username input:focus {
  border-color: #3898ec;
  outline: 0;
}

.login-password {
  margin-bottom: 20px;
}

.login-password label {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.login-password input {
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  width: 100%;
  padding: 8px 12px;
  outline: none;
}

.login-password input:focus {
  border-color: #3898ec;
  outline: 0;
}

.login-remember {
  margin-bottom: 20px;
}

.login-remember label {
  color: #fff;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
}

.login-remember input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.login-submit {
  text-align: center;
}

.login-submit input[type="submit"] {
  color: #fff !important;
  background-color: #222 !important;
  border-radius: 20px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  padding: 9px 15px;
  display: inline-block;
  padding-left: 90px;
  padding-right: 90px;
  border: none;
  cursor: pointer;
}

.cont_olvidado {
  margin-top: 40px;
}

body.logged-in .page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
}

body.logged-in .entry-content {
  float: left;
  width: 100%;
  font-family: Hanken Grotesk, sans-serif;
}

body.logged-in .entry-header {
  font-family: Hanken Grotesk, sans-serif;
}

body.logged-in .entry-content .shop_table {
  width: 100%;
}

body.logged-in .entry-content .woocommerce-Input:focus {
  border-color: #3898ec;
  outline: 0;
}

body.logged-in .entry-content .woocommerce-Button {
  color: #fff !important;
  background-color: #3740b4;
  border-radius: 20px;
  font-size: 16px;
  padding: 9px 15px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.button {
  color: #fff !important;
  background-color: #3740b4 !important;
  border-radius: 20px;
  font-size: 16px;
  padding: 9px 15px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

body.logged-in .entry-content fieldset {
  background-color: transparent;
}

body.logged-in .entry-content legend {
  background-color: transparent;
}

body.logged-in .entry-content a {
  color: #3740b4;
}

body.logged-in .post-edit-link {
  font-family: Hanken Grotesk, sans-serif;
  color: #3740b4;
}

body:not(.logged-in) .entry-content {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Hanken Grotesk, sans-serif;
}

body:not(.logged-in)
  .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  width: 100%;
}

body:not(.logged-in) .entry-content h2 {
  margin-bottom: 20px;
}

body:not(.logged-in) .entry-content label {
  color: #222;
}

body:not(.logged-in) .entry-content .form-row-wide {
  margin-bottom: 20px;
}

body:not(.logged-in) .entry-content input {
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  width: 100%;
  padding: 8px 12px;
  outline: none;
}

body:not(.logged-in) .entry-content input:focus {
  border-color: #3898ec;
  outline: 0;
}

body:not(.logged-in) .entry-content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

body:not(.logged-in) .entry-content .woocommerce-form-login__rememberme {
  display: flex;
  margin-bottom: 20px;
}

body:not(.logged-in) .entry-content .woocommerce-form-login__submit {
  background-color: #3740b4;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  color: #fff;
  border-radius: 20px;
  padding: 9px 60px;
  font-size: 16px;
  display: inline-block;
}

body:not(.logged-in) .entry-content .lost_password a {
  color: #3740b4 !important;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: underline;
  display: inline-block;
}

body:not(.logged-in) .entry-content .lost_password {
  margin-top: 20px;
}

body:not(.logged-in) .entry-header {
  display: none !important;
}

body:not(.logged-in)
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

body:not(.logged-in) .form-row .button {
  width: 100%;
  background-color: #3740b4;
  padding: 12px;
  color: #fff;
  border-radius: 22px;
}

.form_log--login {
  font-family: Hanken Grotesk, sans-serif;
}

.form_log--login h2 {
  display: none;
}

.form_log--login label {
  font-size: 16px;
  color: white;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

.form_log--login input {
  color: #222;
  border: 1px solid #3740b4;
  border-radius: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  width: 100%;
  padding: 8px 12px;
  outline: none;
}

.form_log--login input:focus {
  border-color: #3898ec;
  outline: 0;
}

.form_log--login input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  margin-right: 5px;
}

.form_log--login .woocommerce-form-login__rememberme {
  display: flex;
  margin-bottom: 20px;
}

.form_log--login .woocommerce-form-login__submit {
  background-color: #222 !important;
  font-family: Hanken Grotesk, sans-serif;
  font-style: italic;
  color: #fff !important;
  border-radius: 20px;
  padding: 9px 60px;
  font-size: 16px;
  display: inline-block;
}

.form_log--login .form-row {
  text-align: center;
  margin-bottom: 20px;
}

.form_log--login .lost_password a {
  color: #fff !important;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: underline;
  display: inline-block;
}

.jc_cont2_form_sec3_pp {
  position: relative;
}

.jc_cont_input_cour_free {
  position: relative;
}

.btn_suscribirme {
  width: 100%;
  background-color: #3740b4 !important;
  border-radius: 22px;
  color: #fff !important;
  font-family: Hanken Grotesk, sans-serif;
  padding: 10px !important;
  font-style: italic;
}

.c-btn_suscribirme {
  position: relative;
}

.c-form_marcar_completado {
  position: relative;
}

.hidden {
  position: absolute;
  left: -9999px;
}

#respond .comment-reply-title {
  display: none;
}

#respond .logged-in-as {
  display: none;
}

#respond .comment-form-comment label {
  display: none;
}

#respond .form-submit {
  text-align: right;
}

#respond .form-submit input[type="submit"] {
  display: inline-block;
  color: #3740b4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3740b4;
  padding: 9px 15px;
  border-radius: 22px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
  transition: 0.2s;
}

#respond .form-submit input[type="submit"]:hover {
  color: #fff;
  background-color: #3740b4;
}

.circle-wrap {
  width: 20px;
  height: 20px;
  background: #fefcff;
  border-radius: 50%;
  border: 1px solid #cdcbd0;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
}

.mask .fill {
  clip: rect(0px, 10px, 20px, 0px);
  background-color: #3740b4;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 20px, 20px, 10px);
}

.mask.full,
.circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(0deg);
}

.user {
  position: relative;
  max-width: 170px;
  min-width: 135px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.user:hover .user-content {
  display: block;
}

.user-header {
  text-decoration: none;
}

.c-user-header {
  display: flex;
  align-items: center;
}

.user-header__avatar {
  margin-right: 10px;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: url("../images/user.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.user-header__name {
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #969696;
  transition: 0.2s;
  font-weight: 500;
  transition: 0.2s;
}

.user-header__name:hover {
  color: #3740b4;
}

.user-content {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #e4e5f5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  margin-top: 10px;
}

.user-content__link {
  display: block;
  border-bottom: 1px solid #d4d4fb;
  text-decoration: none;
  color: #969696;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 16px;
  transition: 0.2s;
  font-weight: 500;
}

.user-content__link:hover {
  color: #3740b4;
}

.user-content__link:last-child {
  border-bottom: none;
}

.loader {
  display: none;
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader.active {
  display: inline-block;
}

#btnAddToCart:disabled {
  opacity: 0.5;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.input-text {
  outline: none;
  height: 30px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #aaa;
  color: #444;
  border-radius: 4px;
}

textarea.input-text {
  min-height: 80px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.input-text:focus {
  border-color: #3898ec;
  outline: 0;
}

/* .jc_col_der_cur_inter_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.jc_col_der_cur_inter_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

.c-generic {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 60px 20px 60px 20px;
}

.c-generic-image {
  margin-bottom: 20px;
}

.c-generic__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  color: #3740b4;
  font-size: 40px;
  line-height: 115%;
  font-weight: bold;
  text-align: center;
}

.c-generic__description {
  font-family: Hanken Grotesk, sans-serif;
  color: #212223;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
}

.c-generic__link {
  display: inline-block;
  font-family: Hanken Grotesk, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  background-color: #3740b4;
  font-weight: bold;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.jc_btn_thank {
  font-family: Hanken Grotesk, sans-serif;
  color: #fff !important;
  background-color: #3740b4 !important;
  border-radius: 20px;
  padding: 9px 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
}

.loading_payment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 9999;
  display: none;
}

.loading_payment__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
}

.loading_payment__content__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: Hanken Grotesk, sans-serif;
}

.loading_payment__content__text {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: Hanken Grotesk, sans-serif;
}

.loading_payment__content__loader {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #000;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1040px) {
  #menu-header li.item-menu--cta a {
    margin-left: 50px;
  }

  .item-menu1 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .user {
    max-width: 100%;
    min-width: 100%;
  }

  .c-user-header {
    justify-content: center;
  }

  .user-content {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
  }

  .user-content__link {
    border: none !important;
  }

  #menu-header {
    flex-direction: column;
  }

  #menu-header li {
    width: 100%;
    margin-bottom: 10px;
  }

  #menu-header li a {
    width: 100%;
    margin-right: 0;
  }

  #menu-header li.item-menu--cta a {
    margin-left: 0;
  }

  .nav_menu {
    background-color: #fff;
    padding: 10px;
  }

  .nav_menu.nav_menu2 {
    height: auto;
  }

  .item-menu {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .item-menu1 {
    text-align: center;
    margin-left: 0;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .jc_cont1_sec1_h {
    height: auto;
    margin-right: 0%;
  }

  .col_izq_slide_sec1_h {
    width: 100%;
    height: 400px;
  }

  .col_der_slide_sec1_h {
    width: 100%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta1_sec1_h {
    margin-right: 20px;
  }

  .left-arrow_sec1_h {
    top: 48%;
    bottom: auto;
    left: auto;
    right: 15%;
  }

  .rig-arrow_sec1_h {
    top: 48%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .jc_sec2_h {
    background-image: linear-gradient(#fff 70%, #d7d9f0 70%);
  }

  .jc_col_izq_sec2_h {
    padding-right: 30px;
  }

  .jc_col_der_sec2_h {
    height: 300px;
  }

  .col_izq_sec4_h {
    width: 45%;
    height: 400px;
  }

  .col_der_sec4_h {
    width: 55%;
    padding-left: 20px;
  }

  .jc_col_izq_sec1_coa {
    width: 50%;
  }

  .jc_col_der_sec1_coa {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .jc_col_izq_sec2_coa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jc_col_der_sec3_coa {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .jc_col_izq_sec4_coa,
  .jc_col_der_sec4_coa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jc_col_der_sec5_coa {
    padding-left: 20px;
  }

  .jc_sec6_coa {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jc_sec7_coa {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .jc_col1_izq_sec7_cou {
    padding-right: 30px;
  }

  .jc_col2_der_sec7_cou {
    padding-right: 20px;
  }

  .jc_col_izq_sec1_med,
  .jc_col_der_sec1_med {
    width: 50%;
  }

  .jc_cont_over_med {
    top: 5%;
  }

  .jc_cont2_over-med,
  .jc_cont_mor-over-med {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jc_cont_col-der_thank {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .jc_sec1_log {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ingresar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ingresar.registro {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ingresar.recperar_pass {
    width: auto;
    padding-left: 90px;
    padding-right: 90px;
  }

  .jc_cont2_mem {
    padding-left: 30px;
    padding-right: 30px;
  }

  .jc_col_izq_sec1_mem {
    width: 50%;
  }

  .jc_col_der_sec1_mem {
    width: 50%;
    padding: 100px 40px;
  }

  .jc_col_der_sec2_mem {
    padding: 30px 20px;
  }

  .jc_col_izq_sec3_mem {
    padding-top: 50px;
    padding-left: 10px;
  }

  .jc_col_izq_sec4_mem {
    padding-top: 20px;
    padding-right: 20px;
  }

  .jc_col2_der_sec4_mem {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont_recupe {
    text-align: center;
  }

  .jc_cont_mor-cours_free {
    padding: 50px 20px;
  }

  .jc_cont_input_cour_free {
    text-align: center;
  }

  .jc_col_der_thank2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .jc_con1_sec1_curs {
    text-align: center;
  }

  .jc_card_curso {
    width: 47%;
  }

  .jc_col_izq_sec1_pp {
    width: 50%;
  }

  .jc_col_der_sec1_pp {
    width: 50%;
    padding: 40px 20px;
  }

  .jc_col_der_sec2_pp {
    padding-top: 40px;
  }

  .jc_col_izq_sec3_pp {
    padding-right: 20px;
  }

  .jc_col_der_sec3_pp,
  .jc_col_der_cur_inter {
    padding-left: 20px;
  }

  .jc_con_titul_vidios_cur-inter,
  .modulo-video {
    padding-left: 10px;
  }

  .jc_cont_video_cur_inter {
    height: 300px;
  }

  .jc_cont3-det-video {
    display: block;
  }

  .jc_col1_izq_det-vid {
    width: 100%;
    margin-bottom: 20px;
  }

  .jc_col1_der_det-vid {
    width: 100%;
  }

  .jc_cont1_vidios {
    background-position: 50% 100%;
    background-size: 100% 48%;
    padding-top: 30px;
    padding-right: 0;
  }

  .btn_back-page {
    margin-right: 100px;
  }

  .jc_col_izq_perfil {
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_der_perfil.jc_col_der_perfil1 {
    padding-left: 20px;
  }

  .jc_cont_dett-mem {
    margin-bottom: 20px;
  }

  .jc_cont_deta-mem {
    padding-top: 20px;
  }

  .jc_col_izq_fil-det-mem {
    width: 100%;
    margin-bottom: 20px;
  }

  .jc_col_der_fil-det-mem {
    width: 100%;
    text-align: left;
  }

  .jc_txt_date-pay {
    margin-bottom: 30px;
  }

  .jc_col_der_perfil1 {
    padding-left: 30px;
  }

  .jc_col_izq-sec1_vidio {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
  }

  .jc_col_der-sec1_vidio {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_titul_ban_videos {
    margin-bottom: 30px;
  }

  .jc_desc_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_der_pay {
    padding-left: 0;
  }

  .jc_cont_det-pay {
    margin-bottom: 20px;
    padding: 20px;
  }

  .jc_cont_items_hed {
    width: 100%;
  }

  .jc_cont2_item_cu {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jc_cont_brand-items {
    align-items: center;
  }

  .jc_sub-menu-perfil {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .jc_cta_sub-menu-perfil {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .input_field_pay_number {
    background-position: 98% 50%;
    padding-right: 40px;
  }

  .input_field_pay_code {
    background-position: 96% 50%;
  }

  .c-generic__title {
    font-size: 32px;
  }

  .jc_cont2_over-med.jc_cont2_over-med_med {
    padding: 30px 20px;
  }

  .cont_olvidado {
    margin-top: 20px;
  }

  .login-submit input[type="submit"] {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .jc_sec1_h {
    padding-top: 30px;
  }

  .col_izq_slide_sec1_h {
    height: 350px;
  }

  .text1_sec1_h {
    font-size: 34px;
    line-height: 36px;
  }

  .left-arrow_sec1_h,
  .rig-arrow_sec1_h {
    width: 50px;
    height: 45px;
    top: 40%;
  }

  .jc_sec2_h {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_sec2_h {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .jc_col_der_sec2_h {
    width: 100%;
  }

  .jc_titul_sec2_h {
    margin-bottom: 30px;
  }

  .jc_cont_slide_sec3_h {
    height: 533px;
  }

  .col_izq_slide_sec3_h {
    width: 100%;
    height: 280px;
  }

  .col_der_slide_sec3_h {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .left-arrow_sec3_h,
  .rig-arrow_sec3_h {
    width: 50px;
    height: 50px;
    bottom: 50%;
  }

  .jc_cont1_sec4_h {
    display: block;
  }

  .col_izq_sec4_h {
    width: 100%;
    height: 300px;
  }

  .col_der_sec4_h {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jc_cont1_footer {
    display: block;
  }

  .jc_col_izq_footer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .jc_col_der_footer {
    width: 100%;
  }

  .jc_cont_items_footer,
  .jc_form_footer {
    width: 50%;
  }

  .jc_items_footer {
    padding-left: 10px;
  }

  .jc_sec1_coa {
    padding-bottom: 20px;
  }

  .jc_col_izq_sec1_coa {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_sec1_coa {
    width: 100%;
    padding: 30px 20px;
  }

  .jc_sec2_coa {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_sec2_coa {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .jc_col_der_sec2_coa {
    width: 100%;
  }

  .jc_sec3_coa {
    background-image: linear-gradient(#fff 60%, #fff 60%, #f5f5fb 60%);
  }

  .jc_col_izq_sec3_coa {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .jc_col_der_sec3_coa {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .jc_sec4_coa {
    padding-bottom: 30px;
  }

  .jc_cols_sec4_coa {
    margin-bottom: 30px;
  }

  .jc_col_izq_sec4_coa {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_der_sec4_coa {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_video_sec4_coa {
    width: 100%;
    max-width: 100%;
  }

  .jc_col_izq_sec5_coa {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .jc_col_der_sec5_coa {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .jc_sec7_coa {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_col1_izq_sec7_cou {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .jc_col1_der_sec7_cou,
  .jc_col2_izq_sec7_cou {
    width: 100%;
    text-align: center;
  }

  .jc_col2_der_sec7_cou {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_izq_sec1_med {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_sec1_med {
    width: 100%;
    padding: 30px 20px;
  }

  .jc_sec2_med {
    padding-bottom: 5px;
  }

  .jc_col1-izq_sec2_med {
    width: 100%;
    text-align: center;
  }

  .jc_col1-der_sec2_med {
    width: 100%;
    padding: 20px 0;
  }

  .jc_col2-izq_sec2_med {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .jc_col2-der_sec2_med {
    width: 100%;
    text-align: center;
  }

  .jc_sec3_med {
    padding-top: 5px;
  }

  .jc_col_izq_sec3_med {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .jc_col_der_sec3_med {
    width: 100%;
    padding-left: 0;
  }

  .jc_cont4_sec3_med {
    width: 100%;
  }

  .jc_col1_izq_sec3_med {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 0;
  }

  .jc_col1_der_sec3_med {
    width: 100%;
    text-align: center;
  }

  .jc_sec4_med {
    padding-bottom: 30px;
  }

  .jc_cta_sec3_med {
    display: inline;
  }

  .jc_col_izq_sec4_md {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 0;
  }

  .jc_col_der_sec4_md {
    width: 100%;
    text-align: center;
  }

  .jc_sec5_med {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jc_col_izq_sec5_med {
    width: 100%;
    text-align: center;
  }

  .jc_col_der_sec5_med {
    width: 100%;
    padding: 0 0 20px;
  }

  .jc_cont_over_med {
    flex-direction: column-reverse;
    display: flex;
    top: 2%;
  }

  .jc_cont1_over-med {
    width: 100%;
    float: right;
  }

  .jc_cont2_over-med {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .jc_cont_mor-over-med {
    padding: 10px;
  }

  .jc_txt1_over_med {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .jc_txt2_over_med {
    font-size: 14px;
  }

  .jc_txt3_over_med {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .img_over_med {
    height: 80px;
    display: block;
  }

  .jc_cont1_thank {
    display: block;
  }

  .jc_col_izq_thank {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_thank {
    width: 100%;
  }

  .jc_cont_col-der_thank {
    padding: 30px 10px;
  }

  .jc_sec1_cur_free {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img_over_c-free,
  .jc_cont1_free_c {
    display: block;
  }

  .jc_cont1_free_c.jc_cont1_free_c1 {
    height: 300px;
  }

  .ingresar.recperar_pass {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_sec1_mem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_cont1_mem {
    width: 100%;
  }

  .jc_cont2_mem {
    width: 100%;
    padding: 30px 10px;
  }

  .jc_cont2_thank {
    padding: 30px 10px;
  }

  .jc_sec1_memb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_sec1_mem {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_sec1_mem {
    width: 100%;
    padding: 30px 20px;
  }

  .jc_sec2_memb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_col_izq_sec2_mem {
    width: 100%;
    text-align: center;
  }

  .jc_col_der_sec2_mem {
    width: 100%;
    padding: 20px 0;
  }

  .jc_col_izq_sec3_mem {
    width: 100%;
    padding-top: 20px;
  }

  .jc_col_der_sec3_mem {
    width: 100%;
    text-align: center;
  }

  .jc_sec4_memb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_cont1_sec4_mem {
    margin-bottom: 30px;
  }

  .jc_col_izq_sec4_mem {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 0;
  }

  .jc_col_der_sec4_mem {
    width: 100%;
    text-align: center;
  }

  .jc_sec5_memb {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jc_col1_izq_sec4_mem {
    width: 100%;
    text-align: center;
  }

  .jc_col2_der_sec4_mem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_cont1_sec5_memb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_txt1_sec5_memb {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 42px;
  }

  .jc_col_izq_log-reg,
  .jc_col_der_log-reg {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jc_cont_cta_sec3_med {
    text-align: center;
  }

  .jc_cont1_thank1 {
    display: block;
  }

  .jc_col_izq_thank1 {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_thank1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_cont1_col_der_thank1 {
    max-width: 100%;
  }

  .jc_cta_thank1 {
    text-align: center;
  }

  .jc_col_der_thank2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_cont1_thank2 {
    display: block;
  }

  .jc_sec1_curs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_con1_sec1_curs {
    position: static;
  }

  .jc_cont_tabs_curs {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .jc_titul_tab_sus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .jc_cont_busq {
    display: block;
    position: static;
  }

  .jc_cont1_g_sec1_curs {
    padding-bottom: 10px;
  }

  .jc_cont_titul_curs {
    margin-bottom: 40px;
  }

  .jc_sec2_curs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_card_curso {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .jc_cont_img_card_curs {
    height: 230px;
  }

  .jc_col_izq_sec1_pp {
    width: 100%;
    height: 300px;
  }

  .jc_col_der_sec1_pp {
    width: 100%;
    padding: 20px 10px;
  }

  .jc_titul_sec1_pp {
    font-size: 26px;
    line-height: 32px;
  }

  .jc_sec2_pp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_sec2_pp {
    width: 100%;
    text-align: center;
  }

  .jc_col_der_sec2_pp {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .jc_sec3_pp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jc_titul-cont_sec3_pp {
    margin-bottom: 30px;
  }

  .jc_txt1_sec3_pp {
    font-size: 26px;
    line-height: 30px;
  }

  .jc_col_izq_sec3_pp {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .jc_col_der_sec3_pp {
    width: 100%;
    padding-left: 0;
  }

  .jc_cont2_form_sec3_pp {
    text-align: center;
  }

  .jc_sec1_cur-inter {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_cur_inter {
    width: 100%;
  }

  .jc_col_der_cur_inter {
    width: 100%;
    padding-left: 0;
    order: -1;
  }

  .jc_cont_titul_cur-inter {
    margin-bottom: 20px;
  }

  .jc_titulo_curs-inter {
    text-align: center;
    font-size: 36px;
    display: block;
    width: 100%;
  }

  .jc_con_titul_vidios_cur-inter {
    padding-top: 20px;
  }

  .modulo-video {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }

  .jc_cont_video_cur_inter {
    margin-bottom: 30px;
  }

  .jc_cont-det-video {
    display: block;
  }

  .jc_titul-det-vedeo {
    margin-bottom: 15px;
    display: block;
  }

  .bt-marcar {
    display: block;
  }

  .jc_cont1_vidios {
    background-size: 100% 43%;
  }

  .btn_back-page {
    margin-right: 0;
    padding-left: 50px;
    display: block;
  }

  .jc_cont_titul-back {
    display: block;
  }

  .jc_cont_titul_perfil {
    padding-left: 0;
  }

  .jc_titulo_perfil {
    text-align: center;
  }

  .jc_cont1_sec1_perfil {
    display: block;
  }

  .jc_col_izq_perfil {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
  }

  .jc_col_der_perfil {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_izq_fil-dat {
    padding-right: 10px;
  }

  .jc_col_der_fil-dat {
    padding-left: 10px;
  }

  .jc_col_der_perfil1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_izq-sec1_vidio {
    padding-right: 0;
  }

  .jc_col_der-sec1_vidio {
    padding-left: 0;
    padding-right: 0;
  }

  .jc_titul_ban_videos {
    font-size: 46px;
    line-height: 50px;
  }

  .jc_cont-video-banner {
    height: 300px;
  }

  .jc_cont1_col-der-sec1_v {
    padding-right: 10px;
  }

  .jc_card_video {
    width: 48%;
  }

  .jc_txt3_sec5_memb {
    font-size: 26px;
    line-height: 30px;
  }

  .jc_cta_btn_sec5_mem {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .jc_txt1_btn_sec5_mem {
    font-size: 26px;
  }

  .jc_txt2_btn_sec5_mem {
    font-size: 16px;
  }

  .jc_sec1_pago {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .jc_col_izq_pay {
    width: 100%;
    padding-right: 0;
  }

  .jc_col_der_pay {
    width: 100%;
    padding-top: 10px;
  }

  .jc_cont1_izq_pay {
    margin-bottom: 30px;
  }

  .jc_cont_det-pay {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_col-izq-fila_pay {
    padding-left: 20px;
  }

  .jc_col-der-fila_pay {
    padding-right: 20px;
  }

  .jc_col_izq_head {
    width: 40%;
  }

  .jc_col_der_head {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .input_field_pay_number {
    background-position: 97% 50%;
  }

  .input_field_pay_code {
    background-position: 94% 50%;
  }

  .jc_sec1_h {
    padding-top: 20px;
  }

  .col_izq_slide_sec1_h {
    height: 300px;
  }

  .text1_sec1_h {
    font-size: 30px;
    line-height: 32px;
  }

  .cta1_sec1_h {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .cta2_sec1_h {
    width: 100%;
  }

  .left-arrow_sec1_h {
    top: 32%;
    right: 26%;
  }

  .rig-arrow_sec1_h {
    top: 32%;
    right: 7%;
  }

  .jc_col_der_sec2_h {
    height: 250px;
  }

  .jc_cont_slide_sec3_h {
    height: 600px;
  }

  .jc_txt_sec3_h {
    font-size: 18px;
    line-height: 22px;
  }

  .slide_item1 {
    height: 100%;
  }

  .col_der_slide_sec3_h {
    background-color: #fff;
    padding-top: 20px;
  }

  .left-arrow_sec3_h,
  .rig-arrow_sec3_h {
    width: 40px;
    height: 40px;
    bottom: 64%;
  }

  .col1_izq_sec4_h {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .col1_der_sec4_h {
    width: 100%;
    padding-left: 0;
  }

  .jc_cont1_footer {
    margin-bottom: 30px;
  }

  .jc_cont_items_footer {
    width: 100%;
    margin-bottom: 20px;
  }

  .jc_form_footer {
    width: 100%;
  }

  .jc_items_footer,
  .field-label_footer {
    text-align: center;
  }

  .jc_col_der_sec1_coa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_sec2_coa {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jc_video_sec4_coa {
    height: 280px;
  }

  .jc_sec5_coa {
    padding-top: 20px;
  }

  .jc_col_izq_sec5_coa {
    text-align: center;
  }

  .jc_text2_sec7_cou {
    margin-bottom: 30px;
  }

  .jc_col_der_sec1_med {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_sec2_med {
    padding-top: 20px;
  }

  .jc_cont2_sec2_med {
    margin-bottom: 10px;
  }

  .jc_col2-izq_sec2_med {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jc_cont3_sec3_med {
    margin-bottom: 20px;
  }

  .jc_cta_sec3_med {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: inline;
  }

  .jc_cont2_over-med {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jc_txt1_over_med {
    font-size: 20px;
    line-height: 22px;
  }

  .jc_txt3_over_med {
    margin-bottom: 20px;
  }

  .jc_fila_form_med {
    margin-bottom: 5px;
  }

  .txt_field1-med {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .txt_field2-med {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0%;
  }

  .txt_field-med {
    margin-bottom: 15px;
  }

  .submit-med {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .jc_cont1_free_c.jc_cont1_free_c1 {
    height: 250px;
    background-position: 65%;
  }

  .field_log {
    margin-bottom: 20px;
  }

  .jc_col_der_sec1_mem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_sec3_memb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_col_izq_sec3_mem {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
  }

  .list1_mem {
    padding-left: 20px;
  }

  .jc_sec4_memb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_cont1_sec4_mem {
    margin-bottom: 20px;
  }

  .jc_cont1_sec5_memb {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_txt1_sec5_memb {
    font-size: 24px;
    line-height: 28px;
  }

  .jc_txt2_sec5_memb {
    font-size: 14px;
  }

  .jc_col_der_log-reg {
    padding-bottom: 20px;
  }

  .jc_cont_fila_recup {
    margin-bottom: 20px;
  }

  .txt_field_rec {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .txt_field_rec1 {
    width: 100%;
    margin-left: 0%;
  }

  .jc_txt1_thank1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .jc_cont_texts_thank1 {
    margin-bottom: 20px;
  }

  .jc_cta-btn_thank1 {
    display: block;
  }

  .jc_cont_tabs_curs {
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }

  .jc_titul_tab_sus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .jc_cont_titul_curs {
    margin-bottom: 30px;
  }

  .jc_card-nom_curs {
    margin-bottom: 10px;
  }

  .jc_cont_titul_card-curs {
    width: 100%;
    margin-bottom: 10px;
  }

  .jc_porce_curs_card,
  .jc_txt_dura {
    width: 100%;
  }

  .jc_txt_lecc {
    width: 100%;
    margin-bottom: 10px;
  }

  .jc_titul_sec1_pp {
    font-size: 22px;
    line-height: 28px;
  }

  .jc_sec3_pp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_titul-cont_sec3_pp {
    margin-bottom: 20px;
  }

  .jc_txt1_sec3_pp {
    font-size: 24px;
    line-height: 26px;
  }

  .jc_cont1_form_sec3_pp {
    margin-bottom: 20px;
  }

  .text_field_pp {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .text_field1_pp {
    width: 100%;
    margin-left: 0%;
  }

  .submit-pp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jc_col_der_cur_inter {
    padding-left: 0;
  }

  .jc_cont_video_cur_inter {
    height: 250px;
  }

  .jc_col1_izq_det-vid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jc_col2-1-izq_det-vid {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .jc_col2-1-der_det-vid {
    width: 100%;
    padding-left: 0;
  }

  .jc_cont-btn-cont4-det-vid {
    text-align: center;
  }

  .submint-comment-video {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .jc_cont5-det-video {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jc_cont1_vidios {
    background-size: 100% 38%;
  }

  .jc_titulo_perfil {
    font-size: 24px;
    line-height: 28px;
  }

  .jc_col_der_perfil {
    padding-bottom: 100px;
  }

  .jc_col_izq_fil-dat {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .jc_col_der_fil-dat {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .jc_cont_deta-mem {
    display: block;
  }

  .jc_col_der_perfil1 {
    padding-bottom: 100px;
  }

  .jc_cont-video-banner {
    height: 280px;
  }

  .jc_sec2_video {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_card_video {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .btn_listo-coach {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .jc_txt3_sec5_memb {
    font-size: 22px;
    line-height: 26px;
  }

  .jc_txt1_btn_sec5_mem {
    font-size: 18px;
    line-height: 24px;
  }

  .jc_txt2_btn_sec5_mem {
    font-size: 12px;
    line-height: 20px;
  }

  .jc_sec1_pago {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jc_cont1_izq_pay {
    margin-bottom: 20px;
  }

  .jc_col-izq-fila_pay {
    padding-left: 0;
  }

  .jc_col-der-fila_pay {
    padding-left: 40px;
    padding-right: 0;
  }

  .input_select_pay {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .submit_pay {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .jc_cont_submit-pay {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .c-card-columns {
    flex-wrap: wrap;
  }

  .c-card {
    width: 100%;
  }

  .input_field_pay_code {
    background-position: 97% 50%;
  }
}
