@charset "UTF-8";

/*general*/


/*estilos generales*/

html,
body {
    height: 100%;
    margin: 0;
    display: -webkit-box;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "CoreSansRegular", Inter, Roboto;
    padding: 0px;
}

@font-face {
    font-family: "CoreSansRegular", Inter, Roboto;
    src: url("../fonts/typography/CoreSansA45Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CoreSansLigth", Inter, Roboto;
    src: url("../fonts/typography/CoreSansA35Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "CoreSansBold", Inter, Roboto;
    src: url("../fonts/typography/CoreSansA65Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "CoreSansThin", Inter, Roboto;
    src: url("../fonts/typography/CoreSansA15Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w83 {
    width: 83%;
}

.w90 {
    width: 90%;
}

.w83_tab {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w33 {
    width: 33%;
}

.h-auto {
    height: auto;
}

.h100 {
    height: 100%;
}

.padding-0 {
    padding: 0 0 0 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-t-0 {
    padding-top: 0 0 0 0;
}

.padding-t-5 {
    padding: 5px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-b-0 {
    padding-bottom: 0 0 0 0;
}

.padding-b-5 {
    padding-bottom: 5px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-b-15 {
    padding-bottom: 15px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-b-30 {
    padding-bottom: 30px;
}

.paddings_global {
    padding: 0 0 0 0;
}

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

.margin_auto {
    margin: 0 auto;
}

.margin_initial {
    margin: initial !important;
}

.position-right {
    margin: 0 0 0 auto;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-15 {
    margin-top: 15px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin_0 {
    margin-bottom: 0px !important;
}

.bg-content-gray {
    background: #F2F2F2;
}

.centered-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.icon-object-bp {
    text-align: center;
    margin: 0 auto;
}

.icon-object-bp img {
    width: 100%;
    max-width: 120px;
}

.icon-object-bp p {
    font-family: "CoreSansRegular", Inter, Roboto;
}

.centered-object_res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-grid {
    display: -ms-grid;
    display: grid;
}

.d-initial {
    display: initial;
}

.d-block {
    display: block;
}

.scroll-auto {
    overflow: auto;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-right {
    text-align: right;
}


/*background*/

.bg-gray-component_bp {
    background-color: #F3F3F3;
    /* padding: 50px 0px; */
}

.bg-green-component_bp {
    background: rgba(17, 183, 25, 0.1);
    padding: 50px 0px;
}


/*banner*/

.banner-component-cuentas_bp {
    height: 300px;
}

.banner-component-cuentas_bp .banner-img_bp {
    position: absolute;
    width: 100%;
}

.banner-component-cuentas_bp .banner-img_bp img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-component-cuentas_bp .banner-text_bp {
    position: relative;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%;
    margin: 0 0 0 auto;
}

.banner-component-cuentas_bp .banner-text_bp .text-content_bp h1 {
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 400;
    color: #11B719;
    margin-bottom: 0;
    line-height: 28px;
}

.banner-component-cuentas_bp .banner-text_bp .text-content_bp p {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    font-size: 19px;
    font-family: "CoreSansLigth", Inter, Roboto;
    /*color: black;*/
}


/*home*/


/*título*/

.title-section_bp h1 {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 29px;
    margin-bottom: 45px;
    margin-top: 45px;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 100;
    max-width: 100%;
}

.title-section_bp h2 {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 37px;
    margin-bottom: 45px;
    margin-top: 45px;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 100;
    max-width: 100%;
    font-size: 30px;
}


/*owl-carousel*/

.owl-carousel-cuentas-bp {
    margin-bottom: 50px;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item {
    margin-right: 10px !important;
    width: 100% !important;
    margin-left: 10px !important;
    border: 2px solid #c4c4c4;
    border-radius: 11px;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .active {
    border: 2px solid #11B719;
    background: rgba(17, 183, 25, 0.2);
    padding: 30px 40px 70px;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    border-radius: 11px;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .active .text-box_bp h3 {
    color: #11B719;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp.stand {
    padding: 30px 40px;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .icon-box_bp {
    width: 150px;
    height: 100px;
    margin: 0 auto;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .icon-box_bp img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp {
    margin-bottom: 100px;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp h3 {
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp p {
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-size: 15px;
    text-align: center;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp ol li {
    padding: 15px 0px;
    list-style-type: none;
    counter-increment: lista;
    position: relative;
    font-family: "CoreSansLigth", Inter, Roboto;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp ol li:before {
    color: black;
    content: counter(lista) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: bold;
    font-family: "CoreSansBold", Inter, Roboto;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp .text-box_bp ol li span {
    font-weight: bold;
    font-family: "CoreSansBold", Inter, Roboto;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #F99D35;
    text-decoration: none;
    font-size: 15px;
    font-family: "CoreSansBold", Inter, Roboto;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item .item-owl-box_bp a:hover {
    color: #11B719;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -48px;
    font-size: 114px;
    font-weight: 100;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev span {
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(../wps/wcm/connect/bancopopular/bdd1672b-5656-4d39-9f4f-91b1974d5ab3/bullet-owl.png?MOD=AJPERES);
    content: "";
    display: block;
    text-align: center;
    width: 40px;
    height: 75px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.4;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev:hover {
    background: none;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev:hover span:before {
    opacity: 1.0;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -52px;
    font-size: 114px;
    font-weight: 100;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next span {
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(../wps/wcm/connect/bancopopular/bdd1672b-5656-4d39-9f4f-91b1974d5ab3/bullet-owl.png?MOD=AJPERES);
    content: "";
    display: block;
    text-align: center;
    width: 40px;
    height: 75px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next:hover {
    background: none;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next:hover span:before {
    opacity: 1.0;
}

.owl-carousel-cuentas-bp .owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    margin-top: 7px;
}

.btn-owl_bp {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    left: 0;
    padding: 0px 40px;
}


/*owl-2*/

.owl-msg2-component_bp .item .msg-owl2_bp {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.owl-msg2-component_bp .item .msg-owl2_bp img {
    width: 150px;
    max-width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.owl-msg2-component_bp .item .msg-owl2_bp p {
    font-size: 21px;
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    text-align: center;
}

.owl-msg2-component_bp .item .msg-owl2_bp p span {
    color: #009A48;
}

.owl-msg2-component_bp .owl-nav {
    display: none;
}


/**/

.img-imformative_bp h1 {
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    text-align: center;
    display: none;
}

.img-imformative_bp img {
    width: 100%;
}

.text-imformative_bp {
    margin-left: 20px;
}

.text-imformative_bp h1 {
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    margin-top: 0;
}

.text-imformative_bp h3 {
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    margin-top: 0;
    font-size: 30px;
}

.text-imformative_bp p {
    font-family: "CoreSansLigth", Inter, Roboto;
    font-size: 15px;
}

.text-imformative_bp p strong {
    font-weight: 700;
    font-family: "CoreSansRegular", Inter, Roboto;
}

.text2-imformative_bp h1 {
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    text-align: right;
    margin-top: 0;
}

.text2-imformative_bp h3 {
    font-weight: 300;
    font-family: "CoreSansLigth", Inter, Roboto;
    text-align: right;
    margin-top: 0;
    font-size: 30px;
}

.text2-imformative_bp p {
    font-family: "CoreSansLigth", Inter, Roboto;
    font-size: 15px;
    text-align: right;
}

.text2-imformative_bp p strong {
    font-weight: 700;
    font-family: "CoreSansRegular", Inter, Roboto;
}

.text2-imformative_bp .brand-apps_bp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.text2-imformative_bp .brand-apps_bp img {
    width: 150px;
    max-width: 100%;
}

.text2-imformative_bp .brand-apps_bp img:nth-child(1) {
    margin-right: 20px;
}

.change-p-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.change-p-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}


/*line-process*/

.line-procress-component_bp .text-line-process_bp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.line-procress-component_bp .text-line-process_bp p {
    margin: 0;
}

.line-procress-component_bp .text-line-process_bp p:nth-child(1) {
    font-size: 90px;
    color: #009A48;
    font-family: "CoreSansLigth", Inter, Roboto;
}

.line-procress-component_bp .text-line-process_bp p:nth-child(2) {
    font-size: 15px;
}

.line-procress-component_bp .text-line-process_bp p:nth-child(2) span {
    font-weight: 700;
    font-family: "CoreSansBold", Inter, Roboto;
    display: block;
}

.line-procress-component_bp .line-process_bp {
    position: relative;
    margin-top: 27px;
}

.line-procress-component_bp .line-process_bp .border-dotted_bp {
    border: 1px #c4c4c4 dotted;
    position: absolute;
    width: 100%;
    top: 14px;
}

.line-procress-component_bp .line-process_bp .bullets-bp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.line-procress-component_bp .line-process_bp .bullets-bp span {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009A48;
}

.line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(2) {
    margin: 0 auto;
}

.line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(3) {
    right: 0;
}

.line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(3) i,
.line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(3) svg {
    width: 23px;
    height: 23px;
    background: #009A48;
    padding: 4px;
    border-radius: 50%;
    color: white;
}


/*card slide*/

.btn-banner {
    /*background: #11B719;*/
    background: #F99B35;
    color: white;
    border: none;
    padding: 16px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    font-size: 15px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 20px 0 0;
    display: block;
    text-align: center;
}

.btn-banner:hover {
    background: #666767;
    color: white;
}

.btn-banner:focus {
    background: #666767;
    color: white;
}

.btn-banner:active {
    background: #666767;
    color: white;
}

.btn-1_bp {
    background: #11B719;
    color: white;
    border: none;
    padding: 16px;
    width: auto;
    min-width: 200px;
    border-radius: 10px;
    display: block;
    font-size: 15px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 20px;
}

.btn-1_bp:hover {
    background: #666767;
    color: white;
}

.btn-1_bp:focus {
    background: #666767;
    color: white;
}

.btn-1_bp:active {
    background: #666767;
    color: white;
}

.btn-owl1_bp {
    background: #11B719;
    color: white;
    border: none;
    padding: 16px;
    width: auto;
    max-width: 200px;
    border-radius: 10px;
    display: block;
    font-size: 15px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 20px;
    color: white !important;
}

.btn-owl1_bp:hover {
    background: #666767;
    color: white;
}

.btn-owl1_bp:focus {
    background: #666767;
    color: white;
}

.btn-owl1_bp:active {
    background: #666767;
    color: white;
}

.accordion-header {
    padding: 20px 40px 20px 20px;
    color: black;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    border-bottom: 1px solid #434343;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 400;
}

.accordion-header i,
.accordion-header svg {
    margin: 0 0 0 auto;
    /* width: 100%; */
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #F99D35;
}

.accordion-header.open i,
.accordion-header.open svg {
    color: #009A48;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.accordion-body .accordion-body__contents {
    padding: 20px;
}

.acordion-collapse {
    max-height: 0;
    -webkit-transition: max-height 0.40s ease-out;
    transition: max-height 0.40s ease-out;
    overflow: hidden;
}

.acordion-collapse.open {
    max-height: 500px;
    -webkit-transition: max-height 0.60s ease-in;
    transition: max-height 0.60s ease-in;
}

.btn-see-more_bp {
    display: block;
    text-align: center;
    margin: 30px 20px;
    cursor: pointer;
}

.btn-see-more_bp .plus {
    width: 41px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.20s ease-in;
    transition: 0.20s ease-in;
}

.btn-see-more_bp .change-clic_bp {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F99D35;
}

.btn-see-more_bp .change-clic-benefits_bp {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F99D35;
}

.rotate-icon_bp {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.parts-component_bp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.parts-component_bp .part-left_bp {
    width: 70%;
}

.parts-component_bp .part-left_bp p {
    font-size: 33px;
    line-height: 34px;
    margin: 0;
    margin-right: 30px;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 100;
    text-align: right;
}

.parts-component_bp .part-right_bp {
    width: 30%;
}

.parts-component_bp .part-right_bp a {
    width: 100%;
    max-width: 100%;
    text-align: center;
}


/*internas*/

.product-benefit-component_bp {
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
}

.product-block-element {
    display: block;
    margin: 0 auto !important;
}

.product-benefit-component_bp:nth-child(1) .product-benefit-content_bp {
    border-top: none;
}

.product-benefit-component_bp:last-child .product-benefit-content_bp {
    border-bottom: none !important;
}

.product-benefit-component_bp .product-benefit-content_bp {
    border: 1px solid #8e8e8e;
    border-bottom: none;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 100px;
    margin-bottom: -1px !important;
}

.product-benefit-component_bp .product-benefit-content_bp:nth-child(1) {
    margin-right: -1px !important;
    border-left: none;
}

.product-benefit-component_bp .product-benefit-content_bp:nth-child(1) p {
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
}

.product-benefit-component_bp .product-benefit-content_bp:nth-child(2) {
    /* margin-left: -1px !important; */
    border-right: none;
}

.product-benefit-component_bp .product-benefit-content_bp:nth-child(2) p {
    text-align: left;
}

.product-benefit-component_bp .product-benefit-content_bp p {
    margin-bottom: 0;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-size: 15px;
    margin-top: 0;
    color: #181818;
}

.benefits-collapse_bp {
    max-height: 0;
    -webkit-transition: max-height 0.40s ease-out;
    transition: max-height 0.40s ease-out;
    overflow: hidden;
    opacity: 0;
}

.benefits-collapse_bp.show-benefits_bp {
    max-height: 500px;
    -webkit-transition: max-height 0.60s ease-in;
    transition: max-height 0.60s ease-in;
    opacity: 1;
    border-bottom: 1px solid;
    margin-top: -1px;
}

.benefits-collapse_bp.show-benefits_bp:last-child {
    border-bottom: none !important;
}

.benefits-see-more_bp {
    display: block;
    text-align: center;
    margin: 30px 20px;
}

.benefits-see-more_bp img {
    width: 41px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.20s ease-in;
    transition: 0.20s ease-in;
}

.benefits-see-more_bp .change-clic_bp {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F99D35;
}

.benefits-see-more_bp .change-clic-benefits_bp {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F99D35;
}

@media all and (max-width: 991px) {
    .sections-plans_bp .sections-content_img {
        width: 65% !important;
    }
    .sections-plans_bp .sections-content_description {
        width: 35% !important;
    }
}

@media only screen and (max-width: 768px) {
    .btn-banner {
        margin: 20px auto 0 !important;
        /*margin-top: 20px !important;*/
    }
    .benefits-collapse_bp.show-benefits_bp {
        border-bottom: none !important;
        margin-top: 0px !important;
    }
    hr {
        display: none !important;
    }
    .banner-component-cuentas_bp {
        height: auto;
    }
    .banner-component-cuentas_bp .banner-img_bp {
        position: relative;
    }
    .banner-component-cuentas_bp .banner-img_bp img {
        height: auto !important;
        /*height: 300px;*/
        -o-object-position: top;
        object-position: top;
        width: 100% !important;
        margin-left: 0% !important;
    }
    .banner-component-cuentas_bp .banner-text_bp {f
        height: auto;
        padding: 20px;
        width: 100%;
        margin: 0 0 0 auto;
        background: #F3F3F3;
        text-align: center;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp {
        width: 100%;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp h1 {
        margin-top: 0;
        font-size: 26px;
        font-weight: 900;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp p {
        width: 100%;
        margin-top: 15px;
    }
    /*giros-app-transferencias*/
    .img-imformative_bp h1 {
        font-size: 24px;
        font-family: "CoreSansRegular", Inter, Roboto;
        display: block;
    }
    .img-imformative_bp img {
        width: 500px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .text-imformative_bp {
        margin-bottom: 40px;
        margin-left: 0px;
    }
    .text-imformative_bp h1 {
        display: none;
    }
    .text-imformative_bp p {
        text-align: center;
    }
    .text-imformative_bp p strong {
        font-weight: 300;
        font-family: "CoreSansLight", Inter, Roboto;
    }
    .text-imformative_bp button {
        margin: 0 auto;
        margin-top: 20px;
    }
    .text2-imformative_bp h1 {
        display: none;
    }
    .text2-imformative_bp p {
        font-family: "CoreSansLigth", Inter, Roboto;
        font-size: 15px;
        text-align: center;
    }
    .text2-imformative_bp p strong {
        font-weight: 700;
        font-family: "CoreSansRegular", Inter, Roboto;
    }
    .text2-imformative_bp .brand-apps_bp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .text2-imformative_bp .brand-apps_bp img {
        margin-right: 10px;
        width: 118px;
    }
    .change-p-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .change-p-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .dis-movil-none {
        display: none !important;
    }
    /*line-process*/
    .line-procress-component_bp .text-line-process_bp {
        margin-bottom: 40px;
    }
    .line-procress-component_bp .text-line-process_bp p {
        margin: 0;
    }
    .line-procress-component_bp .text-line-process_bp p:nth-child(1) {
        font-size: 70;
        margin-right: 10px;
    }
    .line-procress-component_bp .line-process_bp {
        margin-top: 0px;
        height: 100%;
    }
    .line-procress-component_bp .line-process_bp .border-dotted_bp {
        border-left: 1px #c4c4c4 dotted !important;
        position: absolute;
        top: 0px;
        height: 100%;
        border: none;
        right: 0;
        width: 1px;
        left: 50%;
    }
    .line-procress-component_bp .line-process_bp .bullets-bp {
        display: block;
        height: 100%;
    }
    .line-procress-component_bp .line-process_bp .bullets-bp span {
        margin: 0 auto;
    }
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(1) i,
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(1) svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(2) {
        margin: 0 auto;
        vertical-align: middle;
        position: absolute;
        top: 46%;
        left: 0;
        right: 0;
    }
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(2) i,
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(2) svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .line-procress-component_bp .line-process_bp .bullets-bp span:nth-child(3) {
        right: initial;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    /*accordiones*/
    .parts-component_bp {
        display: block;
    }
    .parts-component_bp .part-left_bp {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .parts-component_bp .part-left_bp p {
        font-size: 20px;
        line-height: 23px;
        margin-right: 0;
        text-align: center;
        margin-bottom: 22px;
    }
    .parts-component_bp .part-right_bp {
        width: 100%;
    }
    .parts-component_bp .part-right_bp a {
        width: 400px;
        max-width: 100%;
    }
    /*owl-2*/
    .owl-msg2-component_bp .item .msg-owl2_bp img {
        width: 130px;
    }
    .owl-msg2-component_bp .item .msg-owl2_bp p {
        font-size: 16px;
        margin-top: 7px;
    }
    /*owl1*/
    .owl-carousel-cuentas-bp {
        margin-bottom: 50px;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-stage .owl-item {
        margin-right: 20px !important;
        width: 96% !important;
        margin-left: 15px !important;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav {
        margin-top: 0;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev {
        left: -14px;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev span {
        font: 0/0 a;
        text-shadow: transparent;
        color: transparent;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-prev span:before {
        width: 18px;
        height: 36px;
        background-size: 16px;
        opacity: 1.0;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next {
        right: -13px;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next span {
        font: 0/0 a;
        text-shadow: transparent;
        color: transparent;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-nav .owl-next span:before {
        width: 18px;
        height: 36px;
        background-size: 16px;
        opacity: 1.0;
    }
    .owl-carousel-cuentas-bp .owl-carousel .owl-dots {
        position: relative !important;
        width: 100%;
        margin-top: 7px;
    }
    /*internas*/
    .product-benefit-component_bp {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .product-benefit-component_bp:nth-child(1) .product-benefit-content_bp {
        border-top: none !important;
    }
    .product-benefit-component_bp .product-benefit-content_bp {
        border-bottom: 1px solid #8e8e8e !important;
    }
    .product-benefit-component_bp .product-benefit-content_bp:nth-child(1) {
        margin-right: 0px !important;
        border-right: none !important;
    }
    .product-benefit-component_bp .product-benefit-content_bp:nth-child(1) p {
        text-align: center !important;
        margin: 0 auto !important;
    }
    .product-benefit-component_bp .product-benefit-content_bp:nth-child(2) {
        margin-right: 0px !important;
        border-left: none !important;
    }
    .product-benefit-component_bp .product-benefit-content_bp:nth-child(2) p {
        text-align: center !important;
        margin: 0 auto !important;
    }
    .product-benefit-component_bp:last-child .product-benefit-content_bp {
        border-bottom: 1px solid #181818 !important;
    }
    .text2-imformative_bp h3 {
        text-align: center;
    }
    .text-imformative_bp h3 {
        text-align: center;
    }
    
    .btn-owl1_bp {
        margin: 0 auto;
        margin-top: 20px !important;
    }
    /*seccion planes*/
    .sections-plans_bp {
        display: block;
    }
    .sections-plans_bp .sections-content_img {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .sections-plans_bp .sections-content_description {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .sections-title_res {
        text-align: center;
    }
    .sections-title_desk {
        display: none;
        text-align: center;
    }
    .btn-content_2 {
        margin: 0 auto;
    }
    .btn-content_gray {
        margin: 0 auto;
    }
    .sections-content_description .sections-description {
        text-align: center
    }
    .line-hr {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .banner-component-cuentas_bp {
        height: auto;
    }
    .banner-component-cuentas_bp .banner-img_bp {
        position: relative;
    }
    .banner-component-cuentas_bp .banner-img_bp img {
        height: 200px;
        -o-object-position: top center;
        object-position: top center;
    }
    .centered-object {
        display: block;
    }
    .icon-object-bp {
        width: 100%;
        display: inline-block;
    }
    .icon-object-bp img {
        width: 20%;
        float: left;
    }
    .icon-object-bp p {
        width: 80%;
        float: left;
        margin-top: 23px;
    }
    /*seccion planes*/
    .btn-content_2 {
        width: 100%;
        padding: 18px 0px;
    }
}


/*new*/

hr {
    display: block;
    background-color: #bbbdc0 !important;
    border-color: transparent;
    clear: both;
    color: #bbbdc0 !important;
    height: 1px !important;
    margin: 0;
}

.title-section-td_bp h2 {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 37px;
    margin-bottom: 20px;
    margin-top: 45px;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-weight: 100;
    max-width: 100%;
    font-size: 30px;
}

.title-section-td_bp p {
    max-width: 700px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    font-family: "CoreSansLigth", Inter, Roboto;
}

.line-title_bp {
    display: block;
    max-width: 400px;
    height: 1px;
    background: #009A48;
    margin: 0 auto;
    margin-top: 24px;
}

.list-td-component_bp ol {
    clear: both;
    list-style: none;
}

.list-td-component_bp ol li {
    padding-top: 27px;
    position: relative;
    counter-increment: inst;
    font-family: "CoreSansLigth", Inter, Roboto;
    font-size: 16px;
}

.list-td-component_bp ol li a {
    background: #11B719;
    color: white;
    border: none;
    padding: 14px;
    width: 250px;
    max-width: 100%;
    border-radius: 10px;
    font-size: 13px;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-left: 13px;
    display: inline-block;
    text-align: center;
}

.list-td-component_bp ol li a:hover {
    background: #666767;
}

.list-td-component_bp ol li::before {
    content: counter(inst);
    color: #009A48;
    font-size: 26px;
    left: -22px;
    position: absolute;
    font-family: "CoreSansRegular", Inter, Roboto;
    top: 23px;
}

.list-td-component_bp ol li:nth-child(1)::before {
    top: 33px;
}

.text-object {
    font-family: "CoreSansRegular", Inter, Roboto;
}


/*seccion de planes*/

.sections-plans_bp .sections-content_img {
    width: 50%;
    margin-right: 25px;
    height: auto;
}

.sections-content_img img {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.sections-plans_bp .sections-content_description {
    width: 50%;
    margin-left: 25px;
}

.sections-content_description .sections-title {
    line-height: 22px;
}

.sections-content_description .sections-description {
    font-size: 15px;
}

.sections-content_description .sections-description a {
    color: #F99D35;
}

.sections-content_description .sections-description a:hover {
    color: #11B719;
    text-decoration: none;
}

.sections-title_res {
    display: none;
}

.sections-title_desk {
    display: block;
}

.btn-content_2 {
    text-decoration: none;
    background: #11B719;
    width: 200px;
    color: white;
    font-size: 15px;
    display: block;
    /* margin: 0 auto; */
    max-width: 100%;
    padding: 18px;
    border-radius: 7px;
}

.btn-content_2:hover {
    background: #666767;
    color: white !important;
}

.btn-content_2:focus {
    color: white !important;
}

.btn-content_2:active {
    color: white !important;
}
/* @media all and (max-width: 1220px) {
    .banner-text_bp {
        width: 32% !important;
        right: 2%;
    }
} */
/* @media all and (max-width: 1024px) {

    .banner-component-cuentas_bp {
        height: auto;
        background-color: #F3F3F3;
    }
    .banner-component-cuentas_bp .banner-img_bp {
        position: relative;
    }
    .banner-component-cuentas_bp .banner-img_bp img {
        height: 300px;
        -o-object-position: top;
        object-position: top;
        width: 50%;
        margin-left: 24%;
        object-fit: contain;
    }
    .banner-component-cuentas_bp .banner-text_bp {
        height: auto;
        padding: 20px;
        width: 100% !important;
        margin: 0 0 0 auto;
        background: #F3F3F3;
        text-align: center;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp {
        width: 100%;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp h1 {
        margin-top: 0;
        font-size: 26px;
        font-weight: 900;
    }
    .banner-component-cuentas_bp .banner-text_bp .text-content_bp p {
        width: 100%;
        margin-top: 15px;
    }
    .margin-btn{
    margin: 20px auto 0 !important;
    }
} */
.margin-btn{
    margin: 20px 0 0;
}

@media (max-width: 1024px) {
    .banner-img_bp img {
        width: 50%;
        object-position: 0;
        margin-left: 0 !important;
    }
}
