/* ========== ROTADOR PRINCIPAL HOME ========== */
.rotador-principal-home {
  padding-top: 20px;
  position: relative;
  width: 100%;
}

.cont_rotador_home_new {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Slider principal (Webflow - posiblemente en desuso) */
.slider_principal_home_jc {
  background-color: #0000;
  border-radius: 20px;
  height: 600px;
}

.mask_new_rotador_h-jc {
  border-radius: 20px;
}

.slide_nav_new_rotador_jc {
  font-size: 6px !important;
}

/* ========== SLICK SLIDER ========== */
/* Contenedor principal del slider */
.slick-rotador-principal {
  border-radius: 20px;
  opacity: 1;
  visibility: visible;
}

.slick-rotador-principal .slick-list {
  border-radius: 20px;
  overflow: hidden;
}

.slick-rotador-principal .slick-track {
  display: flex;
}

.slick-rotador-principal .slick-slide {
  height: 630px;
  float: left;
}

/* Ocultar flechas por defecto de Slick */
.slick-rotador-principal .slick-prev,
.slick-rotador-principal .slick-next {
  display: none !important;
}

/* ========== SLIDES ========== */
.slide_item_new_rotador-jc {
  background-image: url('../images/bg_rotador_new_jc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 65px;
  padding-bottom: 95px;
  height: 100%;
  outline: none;
}

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

.cont1_items_rotados_jc {
  margin-bottom: 118px;
  padding-left: 20px;
}

.cont2_items_rotados_jc {
  text-align: center;
}

.desc_items_rotador_jc {
  color: #fff;
  width: 90%;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

/* ========== TARJETA DE NOTA EN SLIDE ========== */
.cont_nota_item_rotador_jc {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  padding: 30px 40px 25px 30px;
}

.titulo_nota_item_rotador-jc {
  color: #000;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 34px;
}

.txt_nota_item_rotador-jc {
  color: #000;
  margin-bottom: 20px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.btn_nota_item_rotador-jc {
  color: #fff;
  text-align: center;
  background-color: #293d55;
  border-radius: 25px;
  padding: 15px 30px 12px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

/* ========== FLECHAS PERSONALIZADAS ========== */
.slick-arrow-prev,
.slick-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.slick-arrow-prev {
  left: 20px;
}

.slick-arrow-next {
  right: 20px;
}

.icon_left_arrow_rotador_h,
.icon_der_arrow_rotador_h {
  width: 46px;
  height: 46px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon_left_arrow_rotador_h {
  color: #0000;
  background-image: url('../images/arrow-prev_new_rotador.png');
  margin-right: 0;
}

.icon_der_arrow_rotador_h {
  color: #0000;
  background-image: url('../images/arrow-next_new_rotador.png');
  margin-left: 0;
}

/* ========== DOTS PERSONALIZADOS ========== */
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  /*transform: translateX(-50%);*/
  z-index: 10;
  display: flex !important;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0;
  padding: 0;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #71859d;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  /*transition: all 0.3s ease;*/
}

.slick-dots li.slick-active button {
  background-color: #fff;
  /*transform: scale(1.2);*/
}

/* ========== SECCIÓN BANNERS (si se usa) ========== */
.sec__new_banners {
  background-image: url('../images/bg_baners_example.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /*height: 600px;*/
  /*padding-top: 300px;
  padding-bottom: 180px;*/
  padding-top: 315px;
  padding-bottom: 180px;
  position: relative;
}

.cont_bannes_info-jc {
  padding: 0 20px;
  text-align: center;
  width: 100%;
  /*max-width: 880px;
  margin-left: auto;
  margin-right: auto;*/
}

.titulo__new-banners {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
}

.desc__new-banners {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 20px;
  /*width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;*/
  font-family: Poppins, sans-serif;
  font-size: 16px;
}
.desc__new-banners p{
  margin-bottom: 0px;
}

/* ATENCIÓN: Clase duplicada con .desc__new-banners */
.desc_new-banners-jm {
  color: #fff;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

/* ========== BREADCRUMBS ========== */
.bread_new-module {
  width: 100%;
  position: absolute;
  top: 170px;
  bottom: auto;
}

/* ATENCIÓN: Clase duplicada con .bread_new-module */
.bread_new-module-jm {
  width: 100%;
  position: absolute;
  top: 165px;
  bottom: auto;
}

.btn_bread_new_module {
  color: #86949e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

/* ATENCIÓN: Clase duplicada con .btn_bread_new_module */
.btn_bread_new_module-jm {
  color: #86949e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.cont_of_breads-jc {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* ATENCIÓN: Clase duplicada con .cont_of_breads-jc (solo cambia sufijo) */
.cont_of_breads-jm {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ========== CLASES ÚNICAS DEL PRIMER CSS ========== */

.sec1_tipos_inversion-jm {
  padding-top: 55px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.cont1_sec1_tipos_inv-jm {
  flex-flow: wrap;
  /*width: 90%;*/
  max-width: 1050px;
  margin: auto;
  /*margin-left: auto;
  margin-right: auto;*/
  display: flex;
}

.card_tipos_inv-jm {
  float: left;
  background-color: #2a3e56;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 25px 30px 40px 25px;
}

.cont1_card_tipos_inv-jm {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.img_card_tipo_inv_jm {
  float: left;
  background-image: url('../images/icon_Foundation1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 50px;
  margin-right: 15px;
}

.img_card_tipo_inv_jm._2 {
  background-image: url('../images/icon2.svg');
  background-size: 65px 65px;
}

.img_card_tipo_inv_jm._3 {
  background-image: url('../images/icon_Summit.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.img_card_tipo_inv_jm._4 {
  background-image: url('../images/icon_Legacy4.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.titulo_card_tipo_inv_jm {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.titlle_card_tipo_inv_jm {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.txt1_card_tipo_inv_jm {
  color: #fff;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.txt2_card_tipo_inv_jm {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cont_banner_com-inv-jm {
  background-color: #2a3e56;
  background-image: url('../images/bg-comparativa-inv-jm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /*width: 90%;*/
  max-width: 1400px;
  margin: auto;
  /*margin-left: auto;
  margin-right: auto;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec1_comp_inv-jm {
  padding-top: 45px;
  padding-bottom: 30px;
}

.cont1_sec1_comp_inv-jm {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_desc_sec1_com-inv-jm {
  text-align: center;
}

.desc_sec1_com-inv-jm {
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: justify;
  text-align-last: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.sec1_disclaimer-jm {
  padding-top: 40px;
  padding-bottom: 70px;
}

.cont1_sec1_discla-jm {
  width: 90%;
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
}

.desc_discla-sec1-jm {
  color: #000;
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.desc_discla-sec1-jm_bold {
  font-weight: 500;
}

/* ========== MEDIA QUERIES ========== */
@media screen and (max-width: 991px) {
  .slick-rotador-principal .slick-slide {
    height: 550px;
  }
  
  .cont1_items_rotados_jc {
    margin-bottom: 60px;
    padding-left: 0;
  }

  .cont_nota_item_rotador_jc {
    margin-left: auto;
  }

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

  .sec__new_banners {
    padding-top: 280px;
  }

  .titulo__new-banners {
    font-size: 36px;
    line-height: 40px;
  }
  .desc_items_rotador_jc {
    font-size: 16px;
    line-height: 20px;
  }

  .desc_new-banners-jm {
    width: 100%;
  }

  .sec1_disclaimer-jm {
    padding-bottom: 40px;
  }
  .desc_sec1_com-inv-jm{
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .slick-rotador-principal .slick-slide {
    height: 550px;
    padding-top: 50px;
  }
  
  .slide_item_new_rotador-jc {
    padding-top: 50px;
  }

  .cont1_items_rotados_jc {
    margin-bottom: 80px;
  }

  .desc_items_rotador_jc {
    font-size: 16px;
    line-height: 20px;
  }

  .titulo_nota_item_rotador-jc {
    font-size: 20px;
    line-height: 26px;
  }

  .txt_nota_item_rotador-jc {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .btn_nota_item_rotador-jc {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  .slick-arrow-prev {
    left: 10px;
  }
  
  .slick-arrow-next {
    right: 10px;
  }
  
  .icon_left_arrow_rotador_h,
  .icon_der_arrow_rotador_h {
    width: 35px;
    height: 35px;
  }

  .titulo__new-banners {
    margin-top: 0;
    font-size: 30px;
  }

  .desc__new-banners {
    font-size: 14px;
  }
  
  /* Media queries del primer CSS para 767px */
  .titulo_new-banners-jm {
    margin-top: 0;
    font-size: 30px;
  }

  .desc_new-banners-jm {
    font-size: 14px;
  }

  .bread_new-module-jm {
    top: 150px;
  }
  .sec1_tipos_inversion-jm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card_tipos_inv-jm {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cont_banner_com-inv-jm {
    width: 100%;
    padding-bottom: 100px;
  }
  .desc_sec1_com-inv-jm{
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .slider_principal_home_jc {
    height: auto;
  }
  
  .slick-rotador-principal .slick-slide {
    height: auto;
    min-height: 480px;
    padding-top: 20px;
  }
  
  .slide_item_new_rotador-jc {
    padding-top: 20px;
  }

  .cont1_items_rotados_jc {
    margin-bottom: 60px;
  }

  .desc_items_rotador_jc {
    width: 100%;
    font-size: 14px;
  }

  .cont_nota_item_rotador_jc {
    width: 100%;
    padding: 20px 20px;
  }

  .titulo_nota_item_rotador-jc {
    font-size: 20px;
    line-height: 26px;
  }

  .txt_nota_item_rotador-jc {
    font-size: 14px;
    line-height: 22px;
  }
  
  .slick-arrow-prev {
    left: 5px;
  }
  
  .slick-arrow-next {
    right: 5px;
  }
  
  .icon_left_arrow_rotador_h,
  .icon_der_arrow_rotador_h {
    width: 30px;
    height: 30px;
  }
  
  .icon_left_arrow_rotador_h {
    margin-left: 0;
  }

  .icon_der_arrow_rotador_h {
    margin-left: 0;
  }

  .sec__new_banners {
    /*height: 480px;
    padding-top: 200px;*/
    height: auto;
    padding-top: 175px;
    padding-bottom: 75px;
  }

  .cont_bannes_info-jc {
    width: 100%;
  }

  .titulo__new-banners {
    font-size: 24px;
    line-height: 30px;
  }

  .desc__new-banners {
    font-size: 14px;
  }

  .bread_new-module {
    top: 110px;
  }

  .titulo_new-banners-jm {
    font-size: 24px;
    line-height: 30px;
  }

  .desc_new-banners-jm {
    font-size: 14px;
  }

  .bread_new-module-jm {
    top: 110px;
  }

  .cont_of_breads-jm {
    width: 95%;
  }
  .sec1_comp_inv-jm {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .desc_sec1_com-inv-jm{
    font-size: 14px;
    line-height: 20px;
  }
}


/*estilos para los banners*/

.cont_bannes_info-jm {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0 20px;
  /*text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;*/
}

.titulo_new-banners-jm {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  /*max-width: 890px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;*/
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  margin: 0px;
  display: block;
}

.desc_new-banners-jm {
  color: #fff;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bread_new-module-jm {
  width: 100%;
  position: absolute;
  top: 165px;
  bottom: auto;
}

.btn_bread_new_module-jm {
  color: #86949e;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

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

.cont_for_banners-jm {
  background-image: url('../images/bg_baners_example.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /*width: 95%;*/
  display: block;
  max-width: 1400px;
  margin: auto;
  /*height: 600px;*/
  /*margin-left: auto;
  margin-right: auto;*/
  padding-top: 300px;
  padding-bottom: 200px;
  /*padding-top: 290px;
  padding-bottom: 180px;*/
  position: relative;
}

@media screen and (max-width: 991px) {
  .titulo_new-banners-jm {
    width: 100%;
    padding-left: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .desc_new-banners-jm {
    width: 100%;
  }

  .cont_for_banners-jm {
    /*width: 100%;
    height: 550px;
    padding-top: 225px;
    padding-bottom: 150px;*/
    width: 100%;
    /*height: 450px;*/
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .titulo_new-banners-jm {
    margin-top: 0;
    font-size: 30px;
  }

  .desc_new-banners-jm {
    font-size: 14px;
  }

  .bread_new-module-jm {
    top: 150px;
  }

  .cont_for_banners-jm {
    /*width: 100%;
    height: 500px;
    padding-top: 200px;*/
    /*height: 400px;*/
    padding: 150px 20px 100px;
  }
}

@media screen and (max-width: 479px) {
  .cont_bannes_info-jm {
    width: 100%;
  }

  .titulo_new-banners-jm {
    font-size: 24px;
    line-height: 30px;
  }

  .desc_new-banners-jm {
    font-size: 14px;
  }

  .bread_new-module-jm {
    top: 110px;
  }

  .cont_of_breads-jm {
    width: 95%;
  }

  /*.cont_for_banners-jm {
    height: 440px;
    padding-top: 200px;
  }*/
}



/*estilos para NOSOTROS*/

.sec1_us-jm {
  padding: 60px 20px;
}

.cont1_sec1_us-jm {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_izq_sec1_us-jm {
  float: left;
  width: 55%;
  padding-right: 50px;
}

.col_der_sec1_us-jm {
  float: left;
  width: 45%;
  padding-left: 50px;
}

.txt1_sec1_us-jm {
  color: #000;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.txt2_sec1_us-jm {
  color: #000;
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.sec2_us-jm {
  padding-left: 20px;
  padding-right: 20px;
}

.cont1_sec2_us-jm {
  background-image: url('../images/new-images/bg_sec2_us-jm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.cont-exist-us-jm {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo_existir-us-jm {
  color: #000;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text_existir-us-jm {
  color: #000;
  text-align: justify;
  text-align-last: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.sec3_us-jm {
  padding: 60px 20px;
}

.col_izq_sec3_us-jm {
  float: left;
  width: 45%;
  padding-right: 0;
}

.col_der_sec3_us-jm {
  float: left;
  width: 55%;
  padding-left: 55px;
}

.cont1_sec3_us-jm {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec4_us-jm {
  padding: 50px 20px;
}

.cont1_sec4_us-jm {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.titulo_sec4_us-jm {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.fila1_ben_sec4_us-jm {
  flex-flow: wrap;
  margin-bottom: 15px;
  padding-right: 100px;
  display: flex;
}

.fila2_ben_sec4_us-jm {
  flex-flow: wrap;
  padding-left: 100px;
  display: flex;
}

.card_benf_sec4_us-jm {
  float: left;
  border-radius: 10px;
  width: 32.33%;
  margin-right: 1%;
  padding: 20px 30px 25px;
}

.txt_num_sec4-us-jm {
  color: #d9d9d9;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.txt_sec4-us-jm {
  color: #053b93;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.txt_sec4-us-jm p{
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .col_izq_sec1_us-jm {
    padding-right: 0;
  }

  .col_der_sec1_us-jm {
    padding-left: 20px;
  }

  .fila1_ben_sec4_us-jm {
    padding-right: 0;
  }

  .fila2_ben_sec4_us-jm {
    padding-left: 0;
  }

  .card_benf_sec4_us-jm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec1_us-jm {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .col_der_sec1_us-jm {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .txt1_sec1_us-jm {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .txt2_sec1_us-jm {
    font-size: 16px;
    line-height: 22px;
  }

  .cont1_sec2_us-jm {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .titulo_existir-us-jm {
    font-size: 26px;
    line-height: 30px;
  }

  .text_existir-us-jm {
    font-size: 16px;
    line-height: 20px;
  }

  .sec3_us-jm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col_izq_sec3_us-jm {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

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

  .sec4_us-jm {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .cont_titulo_sec4_us-jm {
    margin-bottom: 20px;
  }

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

  .fila1_ben_sec4_us-jm {
    margin-bottom: 0;
  }

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

@media screen and (max-width: 479px) {
  .txt1_sec1_us-jm {
    font-size: 22px;
  }

  .txt2_sec1_us-jm {
    font-size: 14px;
    line-height: 20px;
  }

  .cont1_sec2_us-jm {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titulo_existir-us-jm {
    font-size: 22px;
  }

  .sec4_us-jm {
    padding-bottom: 20px;
  }

  .titulo_sec4_us-jm {
    font-size: 22px;
  }
}