@charset "UTF-8";

/*general*/


/*estilos generales*/

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

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

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

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

@font-face {
    font-family: "CoreSansThin";
    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;
}

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

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

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

.color--expres  {
    color: #FA2617 !important;
}

.color--la14 {
    color: #ED5C2B !important;
}

.border-color-expres {
    border-color: #FA2617 !important;
}

.border-color-la14 {
    border-color: #FFF !important;
    
}

.bullets-expres li::before {
    color: #FA2617 !important;
}

.bullets-la14 li::before {
    color: #ED5C2B !important;
}


.scroll-y {
    overflow: hidden;
    overflow-y: scroll;
}
 .text-40{
    font-size: 35px !important;
 }
.content-btns{
    width: 80%;
    margin: 40px auto;
    display: flex;
}
.btn-digital{
    width: 45%;
    height: auto;
    margin: 20px 2%;
}
.btn-digital img{
    width: 100%;
    height: auto;
}

/*header*/

.header-bf {
    height: 70px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-shadow: 0px 2px 6px -3px #888888;
    box-shadow: 0px 2px 6px -3px #888888;
    position: relative;
    z-index: 1;
}

.header-bf img {
    width: 227px;
}


/*contenido parte izquierda*/

.part-left-componenet img {
    width: 100%;
}


/*contenido parte derecha*/

.part-right-componenet {
    padding: 25px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}

.part-right-componenet::-webkit-scrollbar {
     width: 12px !important;
     -webkit-width: 12px !important;
     height: 10px !important;
     -webkit-height: 10px !important;
}
.part-right-componenet::-webkit-scrollbar-track {
     background-color: white !important;
     -webkit-background-color: white !important;
     border-radius: 10px !important;
     -webkit-border-radius: 10px !important;
}
.part-right-componenet::-webkit-scrollbar-thumb{
     -webkit-border-radius: 10px !important;
     -webkit-webkit-border-radius: 10px !important;
     border-radius: 10px !important;
     -webkit-border-radius: 10px !important;
     background: #89BD23 !important; 
     -webkit-background: #89BD23 !important; 
     border: 2px solid #fff !important;
     -webkit-border: 2px solid #fff !important;
}

.part-right-componenet h3 {
    font-family: "CoreSansRegular";
    color: #666666;
    text-align: center;
    font-size: 29px;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.part-right-componenet h3 span {
    color: #43a649;
    font-family: "CoreSansBold";
}

.part-right-componenet .benefits {
    margin-bottom: 15px !important;
    border: 2px solid;
    padding: 20px 20px 32px 20px;
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
    /* min-width: 100%; */
    width: 100%;
}

.part-right-componenet .benefits .icon {
    width: 44px;
    margin-right: 20px;
    max-height: 100px;
}
.part-right-componenet .benefits .icon img {
    width: 100%;
    height: auto;
}
.part-right-componenet .benefits .text {
    font-size: 18px;
    color: #666666;
    font-family: "CoreSansRegular";
}
.part-right-componenet .benefits .text-green {
    font-size: 18px;
    color: #17ae4b;
    font-family: "CoreSansBold";
    text-align: left;
}

.part-right-componenet .benefits ul {
    list-style: none;
    margin-left: 0px !important;
    margin: 0;
}

.part-right-componenet .benefits ul li {
    font-size: 18px;
    color: #666666;
}

.part-right-componenet .benefits ul li:before {
    content: "•";
    color: #11b719;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 300;
    font-size: 20px;
}

.part-right-componenet .benefits ul.list-orange li:before {
    color: #e24627 !important;
}

.part-right-componenet .text-gray {
    text-align: center;
    font-size: 18px;
    color: #666666;
    font-family: "CoreSansRegular";
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.part-right-componenet .text-gray span {
    font-family: "CoreSansBold";
}

.part-right-componenet .text-green {
    text-align: center;
    font-size: 18px;
    color: #43a649;
    font-family: "CoreSansBold";
    margin-bottom: 20px;
}

.part-right-componenet a {
    /*max-width: 280px;
    background: red;
    display: block;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 20px;*/
    text-decoration: none;
    font-family: "CoreSansBold";
    color:#666666;
}

.part-right-componenet a:hover {
    text-decoration: none;
    background: none !important;
}

.part-right-componenet .percentage {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.part-right-componenet .tc-cards {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}

.part-right-componenet .terms-bf h6 {
    font-size: 16px;
    font-family: "CoreSansBold";
    color: #666666;
    text-align: center;
}

.part-right-componenet .terms-bf p {
    font-size: 14px;
    text-align: justify;
    color: #666666;
    font-family: "CoreSansRegular";
}

.part-right-componenet .terms-bf p span {
    font-family: "CoreSansBold";
}

.terms-bf ol li::marker {
    font-size: 14px;
    color: #666666;
    font-weight: 700;
}

.part-right-componenet .brand-aval {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 33px;
    padding-bottom: 30px;
}

.bloque-content{
    width: 90%;
    margin: 10px auto;
    display: block;
}
.bloque-content p{
    color:#8f9194;
    font-size: 15px;
}
.bloque-content ol {
    
    margin-left: 0px !important;
    margin: 0;
}
.bloque-content ol li{
    color:#8f9194;
    font-size: 15px;
}
.bloque-content ol li::marker {
    
    color: #11b719;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 300;
    font-size: 20px;
    font-family: "CoreSansBold";
}
.bloque-content img{
    width: 100%;
    height: auto;
}
.image-center400{
max-width: 400px;
margin: 25px auto;
display: block;
}
.image-center460{
    max-width: 460px;
    margin: 25px auto;
    display: block;
    }
.image-center300{
    max-width: 300px;
    margin: 25px auto;
    display: block;
    }
.cont-info-green{
    width: 90%;
    margin: 20px auto;
    background-color:#e6f2e3;
    border: #17ae4b 1px solid;
    border-radius: 15px;
    padding: 20px;
}
.cont-info-green h4{
    font-family: "CoreSansBold";
    text-align: center;
    color:#17ae4b;
    font-size: 15px;
} 
.cont-info-green p{
    text-align: center;
    color:#606060;
    font-size: 13px;
}
.cont-info-green h5{
    font-family: "CoreSansBold";
    color:#17ae4b;
    font-size: 14px;
    border-bottom: #17ae4b 1px solid;
    padding-bottom: 10px;
    margin-top: 15px;
}
.cont-info-green .tems{
    width: 100%;
    margin: 15px auto;
}
.text-info-green{
    text-align: left !important;
    margin-bottom: 15px;
}
.back-inf{
    background-color:#f6f7f7 ;
    border:none !important;
    border-radius: 0px !important;
}
.icono-inferior{
    max-width: 120px;
    height: auto;
    margin:-40px auto 0;
}
.icono-inferior img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    /*header*/
    .header-bf {
        height: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-bf img {
        width: 170px;
        display: block;
    }
    /*contenido*/
    .part-left-componenet img {
        height: auto;
        -o-object-fit: initial;
        object-fit: initial;
    }
    
    .part-right-componenet .brand-aval {
        display: block;
    }
    .part-right-componenet .benefits ul {
        margin-left: 0px !important;
    }

    .background-img, .part-right-componenet {
        height: auto;
    }

    .part-right-componenet {
        overflow-y: inherit;
    }

    .scroll-y {
        overflow: auto;
    }
     .text-40{
    font-size: 25px !important;
 }
 .content-btns{
    display: block;
}
.btn-digital{
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.btn-digital img{
    width: 100%;
    height: auto;
}
}

@media only screen and (max-width: 557px) {
    .part-right-componenet {
        padding: 50px 6px;
    }
}

.background-img {
    background-color: #fff;
}

.gray {
    font-family: "CoreSansBold";
}

.green {
    font-family: "CoreSansBold";
    color: #43a649 !important;
}

.border-green {
    border-color: #43a649 !important;
}

.border-orange {
    border-color: #e24627 !important;
}

.background-green {
    background: #43a649 !important;
}

.orange {
    font-family: "CoreSansBold";
    color: #e24627 !important;
}

.orange-light {
    color: #ec5d2b !important;
    font-family: "CoreSansBold";
}

.link-no-boton{
    text-decoration: none;
    color: #43a649;
}


/*# sourceMappingURL=styles.css.map */