@font-face {
    font-family: 'ValueSansProBold';
    src: url('../fonts/Value Sans Pro Bold.ttf');
}

.value-sans-pro-bold {
    font-family: 'ValueSansProBold';
}

@font-face {
    font-family: 'ValueSansProMedium';
    src: url('../fonts/Value Sans Pro Medium.ttf');
}


.value-sans-pro-medium {
    font-family: 'ValueSansProMedium';
}

@font-face {
    font-family: 'ValueSansProRegular';
    src: url('../fonts/Value Sans Pro Regular.ttf');
}

.value-sans-pro-regular {
    font-family: 'ValueSansProRegular';
}

@font-face {
    font-family: 'ValueSerifBold';
    src: url('../fonts/Value Serif Bold.ttf');
}

.value-serif-bold {
    font-family: 'ValueSerifBold';
}

@font-face {
    font-family: 'ValueSerifMedium';
    src: url('../fonts/Value Serif Medium.ttf');
}

.value-serif-medium {
    font-family: 'ValueSerifMedium';
}

@font-face {
    font-family: 'ValueSerif';
    src: url('../fonts/value-serif.ttf');
}

.value-serif {
    font-family: 'ValueSerif';
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

:root {
    --color-entrenate: #FBCA1C;
    --color-enterate: #002FA1;
    --color-beneficiate: #23DEB8;
    --color-crece: #FF5757;
    --color-contibuye: #A480FF;
}

header {
    /* background-color: #EBE4DC;
    border-bottom: 1px solid #DBC9B5;*/
    /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);*/
    position: relative;
    z-index: 3;
}

    header .row {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        header .row .navigation {
            display: flex;
            align-items: center;
        }

            header .row .navigation .burguer-menu {
                display: none;
                color: #0039A6;
                cursor: pointer;
                margin-right: 15px;
                user-select: none;
            }

                header .row .navigation .burguer-menu:active {
                    transform: scale(0.9);
                }

            header .row .navigation #logo {
                /*width: 160px;*/
                margin-right: 30px;
                cursor: pointer;
            }

            header .row .navigation .ic-textfield {
                margin-right: 30px;
                margin-left: 30px;
            }

                header .row .navigation .ic-textfield .prefix-icon {
                    position: absolute;
                    left: 15px;
                    top: calc(50% - 7px);
                    color: #a9a9a9;
                }

                header .row .navigation .ic-textfield .placeholder {
                    left: 37px;
                }

                header .row .navigation .ic-textfield input[type=text] {
                    padding-left: 37px;
                }

            header .row .navigation .menu {
                display: flex;
                align-items: center;
                list-style: none;
            }

                header .row .navigation .menu li a {
                    display: flex;
                    align-items: center;
                    margin-right: 30px;
                    cursor: pointer;
                    text-decoration: none;
                    width: max-content;
                }

                    header .row .navigation .menu li a .fas {
                        color: transparent;
                        -webkit-text-stroke: 1px #a9a9a9;
                        width: 30px;
                        text-align: center;
                        transition: 0.2s;
                    }

@media (hover: hover) {
    header .row .navigation .menu li a:hover .fas {
        -webkit-text-stroke-color: #7D7D7D;
    }
}

header .row .navigation .menu li.active a .fas {
    -webkit-text-stroke-color: #1A8EAD;
}

header .row .navigation .menu li.active a span {
    color: #1A8EAD;
}

header .row .navigation .menu li.active a span {
    font-weight: 500;
}

@media screen and (max-width: 1160px) {
    header .row .navigation .menu {
        display: none;
    }

    header .row .navigation .burguer-menu {
        display: block;
    }

    header .row .social .user .user-icon span {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    header .row .navigation .ic-textfield {
        display: none;
    }
}

header .row .social {
    display: flex;
    align-items: center;
}

    header .row .social .social-media {
        display: flex;
        align-items: center;
        list-style: none;
    }

        header .row .social .social-media div {
            line-height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 15px;
            cursor: pointer;
            transition: 0.2s;
        }

        header .row .social .social-media li {
            line-height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 15px;
            cursor: pointer;
            transition: 0.2s;
        }

            header .row .social .social-media li i {
                color: #0039A6;
            }

    header .row .social .social-user {
        display: flex;
        align-items: center;
        list-style: none;
    }

        header .row .social .social-user li {
            line-height: 30px;
            text-align: center;
        }

            header .row .social .social-user li a {
                display: flex;
                align-items: center;
                margin-right: 5px;
                margin-left: 5px;
                cursor: pointer;
                text-decoration: none;
                width: max-content;
            }

@media (hover: hover) {
    header .row .social .social-media li:hover {
        background-color: #EAEAEA;
    }

    header .row .social .social-user li a:hover span {
        color: #7D7D7D;
    }
}

header .row .social .mb-icon-search {
    display: none;
    line-height: 48px;
    width: 50px;
    text-align: center;
    border: 1px solid #EAEAEA;
    color: #a9a9a9;
    border-radius: 50%;
}

header .row .social .user {
    position: relative;
}

    header .row .social .user .initials {
        display: inline-block;
        /*line-height: 48px;*/
        /*width: 50px;*/
        /*border-radius: 50%;*/
        /*font-size: 14px;*/
        font-weight: 900;
        /*text-transform: uppercase;*/
        /*border: 1px solid #EAEAEA;*/
        /*text-align: center;*/
        margin: 0 3px 0 10px;
        /*color: #0039A6;*/
        transition: 0.2s;
        cursor: pointer;
        user-select: none;
        text-decoration: none;
    }

@media (hover: hover) {
    header .row .social .user .initials:hover {
        /* background-color: #EAEAEA;*/
    }
}

header .row .social .user .fas {
    color: #a9a9a9;
    cursor: pointer;
    transition: 0.2s;
}

    header .row .social .user .fas.showed {
        transform: rotate(-180deg);
    }

header .row .social .user .user-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 20px;
    min-width: max-content;
    z-index: 2;
}

    header .row .social .user .user-dropdown .hi {
        font-size: 14px;
        font-weight: bold;
        color: #0039A6;
    }

    header .row .social .user .user-dropdown .saving {
        font-size: 14px;
        color: #444444;
        margin-top: 4px;
    }

    header .row .social .user .user-dropdown .options {
        border-top: 1px solid #EAEAEA;
        margin-top: 15px;
        list-style: none;
        padding-top: 10px;
    }

        header .row .social .user .user-dropdown .options li a {
            display: flex;
            align-items: center;
            padding: 10px 30px 10px 0;
            text-decoration: none;
        }

        header .row .social .user .user-dropdown .options li i {
            color: #002FA1;
        }

        header .row .social .user .user-dropdown .options li a .fas {
            /*color: #a9a9a9;*/
            width: 15px;
            text-align: center;
            margin-right: 5px;
        }

        header .row .social .user .user-dropdown .options li a span {
            font-size: 16px;
            color: #1C31A3;
            font-weight: 700;
        }

        header .row .social .user .user-dropdown .options li.exit {
            border-top: 1px solid #EAEAEA;
            margin-top: 10px;
            padding-top: 10px;
        }

    header .row .social .user .user-dropdown .status {
        border-top: 1px solid #EAEAEA;
        margin-top: 15px;
        padding-top: 10px;
        font-family: ValueSansProRegular;
    }

        header .row .social .user .user-dropdown .status p {
            padding: 10px 10px 0px 0px;
            font-size: 16px;
        }

@media screen and (max-width: 700px) {
    header .row .social .social-media {
        display: none;
    }

    header .row .social .social-user {
        display: none;
    }

    header .row .social .mb-icon-search {
        display: inline-block;
    }

    header .row .social .user .initials {
        margin-right: 0;
    }

    header .row .social .user .fas, header .row .social .user .user-dropdown {
        display: none !important;
    }

    .logo-content .logo-web {
        width: 125px !important; /*
        height: 37px !important;*/
    }

    .logo-content span {
        font-size: 16px !important;
        line-height: 16px !important;
    }
}

@media screen and (max-width: 400px) {
    header .row {
        padding: 10px 15px;
    }

        header .row .navigation #logo {
            /*width: 120px;*/
            width: 180px;
        }

        header .row .social .mb-icon-search {
            line-height: 43px;
            width: 45px;
        }

        header .row .social .user .initials {
            margin-left: 5px;
            line-height: 43px;
            width: 45px;
        }

    .logo-content span.title-crece-text {
        inline-size: 100px !important;
    }
}

header .search-mb-open {
    margin: 10px 20px 20px;
    width: calc(100% - 40px);
    display: none;
}

    header .search-mb-open .prefix-icon {
        position: absolute;
        left: 15px;
        top: calc(50% - 7px);
        color: #a9a9a9;
    }

    header .search-mb-open .placeholder {
        left: 37px;
    }

    header .search-mb-open input[type=text] {
        padding-left: 37px;
    }

header #menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

    header #menu-mobile .content {
        background-color: white;
        width: 80%;
        padding: 24px;
        height: 100%;
        transform: translateX(-102%);
        transition: 0.2s;
    }

        header #menu-mobile .content.visible {
            transform: translateX(0);
        }

        header #menu-mobile .content .close-menu {
            color: #a9a9a9;
            background-color: #F5F5F5;
            display: block;
            line-height: 42px;
            width: 42px;
            border-radius: 50%;
            text-align: center;
        }

        header #menu-mobile .content .name {
            font-size: 26px;
            font-weight: bold;
            color: #0039A6;
            margin-bottom: 5px;
            margin-top: 15px;
        }

        header #menu-mobile .content .saving {
            font-size: 13px;
        }

        header #menu-mobile .content .menu-list {
            border-top: 1px solid #EAEAEA;
            list-style: none;
            margin-top: 25px;
            padding-top: 15px;
        }

            header #menu-mobile .content .menu-list li a {
                display: flex;
                align-items: center;
                padding: 15px 0;
                text-decoration: none;
            }

                header #menu-mobile .content .menu-list li a .fas {
                    color: #a9a9a9;
                    width: 14px;
                    text-align: center;
                }

                header #menu-mobile .content .menu-list li a span {
                    color: #484848;
                    font-size: 13px;
                    margin-left: 5px;
                }


@media screen and (max-width: 1310px) {
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 480px) {
}

#home-page #banner {
    position: relative;
    width: 100%;
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #home-page #banner > .container {
        display: flex;
        justify-content: space-between;
        max-width: 1270px;
        z-index: 1;
    }

        #home-page #banner > .container .handler {
            font-size: 30px;
            color: white;
            opacity: 0.4;
            transition: 0.2s;
            cursor: pointer;
        }

            #home-page #banner > .container .handler[data-handler=next] {
                right: 30px;
            }

            #home-page #banner > .container .handler[data-handler=prev] {
                left: 30px;
            }

            #home-page #banner > .container .handler:active {
                transform: scale(0.9);
            }

@media (hover: hover) {
    #home-page #banner > .container .handler:hover {
        opacity: 0.85;
    }
}

#home-page #banner .banner {
    position: absolute;
    background-size: cover;
    background-position: center;
    /*display: none;*/
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

#home-page #banner .banner-desktop {
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
    /* display: none; */
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

#home-page #banner .banner-mobile {
    display: none;
    position: absolute;
    background-size: cover;
    background-position: center;
    /* display: none; */
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

/*    #home-page #banner .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }*/

#home-page #banner .banner.current {
    /*display: flex;*/
}

    #home-page #banner .banner.current .content {
        display: block;
    }

#home-page #banner .banner .content {
    max-width: 500px;
    display: none;
}

    #home-page #banner .banner .content .title {
        font-size: 34px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
    }

    #home-page #banner .banner .content .subtitle {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }

    #home-page #banner .banner .content .action {
        display: inline-block;
        margin-top: 20px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 300;
    }

@media screen and (max-width: 630px) {
    #home-page #banner .banner .content {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    #home-page #banner .banner .content .title {
        font-size: 28px;
    }

    #home-page #banner .banner .content .action {
        line-height: 40px;
        font-size: 12px;
    }
}

#home-page #categories {
    padding-top: 80px;
}

    #home-page #categories .ic-title {
        margin-bottom: 25px;
    }

    #home-page #categories .category-list {
        display: flex;
        align-items: normal;
        justify-content: center;
        flex-wrap: wrap;
    }

        #home-page #categories .category-list .category {
            /*width: 224px;*/
            /*width: calc(100% / 8 - 140px / 8);*/
            width: calc(100% / 5 - 15px);
            height: 191px;
            flex-shrink: 0;
            border-radius: 6px;
            box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.20);
            list-style: none;
            transition: 0.2s;
            cursor: pointer;
        }

            #home-page #categories .category-list .category:hover p {
                color: #fff !important;
            }

            #home-page #categories .category-list .category a {
                padding: 30px 15px;
                display: block;
                height: 100%;
            }

            #home-page #categories .category-list .category.cat-compras {
                background-color: #FFB600;
            }

            #home-page #categories .category-list .category.cat-educacion {
                background-color: #A846E8;
            }

            #home-page #categories .category-list .category.cat-restaurantes {
                background-color: #FF2D2D;
            }

            #home-page #categories .category-list .category.cat-familia {
                background-color: #CE1D87;
            }

            #home-page #categories .category-list .category.cat-entretenimiento {
                background-color: #00DD7E;
            }

            #home-page #categories .category-list .category.cat-tecnologia {
                background-color: #40C5FF;
            }

            #home-page #categories .category-list .category.cat-finanzas {
                background-color: #4481FC;
            }

            #home-page #categories .category-list .category.cat-viajes {
                background-color: #CC9900;
            }

            #home-page #categories .category-list .category:active {
                transform: scale(0.95);
            }

            #home-page #categories .category-list .category:not(:last-child) {
                margin-right: 14px;
            }

            #home-page #categories .category-list .category a {
                text-decoration: none;
            }

            #home-page #categories .category-list .category .icon {
                display: block;
                height: 50px;
                width: 50px;
                text-align: center;
                border-radius: 50%;
                background-color: rgba(0, 0, 0, 0.15);
                color: #fff;
                font-size: 20px;
                margin: 0 auto 10px auto;
                background-size: 25px;
                background-repeat: no-repeat;
                background-position: center;
            }

            #home-page #categories .category-list .category .title {
                /*color: #fff;*/
                font-size: 20px;
                font-weight: bold;
                text-align: center;
            }

            #home-page #categories .category-list .category .count {
                color: #fff;
                font-size: 20px;
                font-weight: 500;
                text-align: center;
                opacity: 0.75;
            }

@media screen and (max-width: 1000px) {
    #home-page #categories .category-list .category {
        /*width: calc(100% / 5 - 80px / 5);*/
        width: 197px;
        margin-bottom: 20px;
    }

        #home-page #categories .category-list .category:not(:nth-child(5n)) {
            margin-right: 20px;
        }

        #home-page #categories .category-list .category:nth-child(5n), #home-page #categories .category-list .category:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 700px) {
    #home-page #categories .category-list .category {
        /*width: calc(100% / 4 - 60px / 4);*/
        width: 160px;
        height: 163px;
    }

        #home-page #categories .category-list .category:not(:nth-child(4n)) {
            margin-right: 20px;
        }

        #home-page #categories .category-list .category:nth-child(4n), #home-page #categories .category-list .category:last-child {
            margin-right: 9px;
        }

        #home-page #categories .category-list .category .title {
            font-size: 16px;
        }

        #home-page #categories .category-list .category .count {
            font-size: 16px;
        }

    .ic-title {
        font-size: 24px;
    }

    #home-page #benefits .benefit-list .benefit .detail .brand {
        font-size: 14px !important;
    }

    #home-page #benefits .benefit-list .benefit .detail .name {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 550px) {
    #home-page #categories .category-list .category {
        width: calc(100% / 2 - 10px);
    }

        #home-page #categories .category-list .category:not(:nth-child(2n)) {
            margin-right: 20px;
        }

        #home-page #categories .category-list .category:nth-child(2n), #home-page #categories .category-list .category:last-child {
            margin-right: 0;
        }

    #home-page #banner .banner-desktop {
        display: none;
    }

    #home-page #banner .banner-mobile {
        display: block;
    }
}

#home-page #brands {
    padding-top: 90px;
    margin-bottom: 150px;
}

    #home-page #brands .ic-subtitle {
        margin-bottom: 25px;
    }

    #home-page #brands .brand-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        #home-page #brands .brand-list .brand {
            width: calc(100% / 5 - 80px / 5);
            list-style: none;
            text-align: center;
            padding: 40px 35px;
        }

            #home-page #brands .brand-list .brand:not(:nth-child(5n)) {
                margin-right: 20px;
            }

            #home-page #brands .brand-list .brand img {
                max-width: 100%;
                filter: grayscale(50%);
                opacity: 0.5;
                transform: scale(0.9);
                transition: 0.2s;
            }

@media (hover: hover) {
    #home-page #brands .brand-list .brand img:hover {
        opacity: 1;
        filter: grayscale(0);
        transform: scale(1);
    }
}

@media screen and (max-width: 1000px) {
    #home-page #brands .brand-list .brand {
        width: calc(100% / 4 - 60px / 4);
    }

        #home-page #brands .brand-list .brand:not(:nth-child(4n)) {
            margin-right: 20px;
        }

        #home-page #brands .brand-list .brand:nth-child(4n), #home-page #brands .brand-list .brand:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 800px) {
    #home-page #brands .brand-list .brand {
        width: calc(100% / 3 - 40px / 3);
    }

        #home-page #brands .brand-list .brand:not(:nth-child(3n)) {
            margin-right: 20px;
        }

        #home-page #brands .brand-list .brand:nth-child(3n), #home-page #brands .brand-list .brand:last-child {
            margin-right: 0;
        }

        #home-page #brands .brand-list .brand img {
            opacity: 1;
            filter: grayscale(0);
            transform: 1;
        }
}

@media screen and (max-width: 580px) {
    #home-page #brands .brand-list .brand {
        width: calc(100% / 2 - 15px);
    }

        #home-page #brands .brand-list .brand:not(:nth-child(2n)) {
            margin-right: 20px;
        }

        #home-page #brands .brand-list .brand:nth-child(2n), #home-page #brands .brand-list .brand:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 420px) {
    #home-page #brands .brand-list .brand {
        padding: 20px;
    }
}

#home-page #app {
    background-color: #F5F5F5;
    margin-top: 60px;
}

    #home-page #app .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
    }

        #home-page #app .container img {
            margin-right: 20px;
        }

        #home-page #app .container > div p:first-child {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 10px;
        }

            #home-page #app .container > div p:first-child + p {
                max-width: 400px;
                font-weight: 300;
                margin-bottom: 20px;
            }

@media screen and (max-width: 600px) {
    #home-page #app .container {
        flex-direction: column;
        text-align: center;
    }

        #home-page #app .container > img {
            width: 100px;
            margin: 0 0 20px 0;
        }
}

@media screen and (max-width: 480px) {
    #home-page #app .container > div p:first-child {
        font-size: 20px;
    }

    #home-page #app .container > div img {
        width: 100px;
    }

        #home-page #app .container > div img:last-child {
            margin-right: 0;
        }
}

#home-page #benefits {
    margin: 90px auto 90px auto;
}

    #home-page #benefits .ic-title {
        /*margin-bottom: 25px;*/
        letter-spacing: -1.28px;
    }

    #home-page #benefits .benefit-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #home-page #benefits .benefit-list .benefit {
            width: calc(100% / 4 - 15px);
            /*border: 1px solid #EAEAEA;*/
            border-radius: 6px;
            background: #FFF;
            box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.20);
            /*padding: 20px;*/
            position: relative;
            margin-top: 30px;
            max-width: 308px;
        }

            #home-page #benefits .benefit-list .benefit:not(:last-child) {
                /*margin-right: 20px;*/
                margin-right: 14px;
                margin-bottom: 12px;
            }

            #home-page #benefits .benefit-list .benefit .tag-new {
                position: absolute;
                top: 10px;
                left: 10px;
                background-color: #EC00A6;
                color: white;
                font-size: 12px;
                padding: 7px;
                border-radius: 7px;
                z-index: 1;
            }

                #home-page #benefits .benefit-list .benefit .tag-new .far {
                    color: white;
                    font-size: 12px;
                    margin-right: 3px;
                }

            #home-page #benefits .benefit-list .benefit .image {
                display: flex;
                align-items: center;
                justify-content: center;
                max-height: 263px;
                width: 100%;
                overflow: hidden;
                border-radius: 10px;
            }

                #home-page #benefits .benefit-list .benefit .image img {
                    width: 100%;
                }

            #home-page #benefits .benefit-list .benefit .detail {
                /*padding-top: 15px;*/
                padding: 20px;
            }

                #home-page #benefits .benefit-list .benefit .detail .brand {
                    font-size: 16px;
                    color: #444444;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                #home-page #benefits .benefit-list .benefit .detail .name {
                    font-size: 18px;
                    font-weight: 500;
                    margin-top: 7px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    letter-spacing: -0.72px;
                }

                #home-page #benefits .benefit-list .benefit .detail .buttons {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 20px;
                }

                    #home-page #benefits .benefit-list .benefit .detail .buttons .ic-primary-button {
                        padding: 0 30px;
                        border-radius: 6px;
                        background: #1C31A3;
                        font-size: 16px;
                    }

                    #home-page #benefits .benefit-list .benefit .detail .buttons .share {
                        display: flex;
                        align-items: center;
                        list-style: none;
                    }

                        #home-page #benefits .benefit-list .benefit .detail .buttons .share li:not(:last-child) {
                            margin-right: 10px;
                        }

                        #home-page #benefits .benefit-list .benefit .detail .buttons .share li i {
                            font-size: 25px;
                            color: transparent;
                            cursor: pointer;
                            transition: 0.2s;
                        }

                        #home-page #benefits .benefit-list .benefit .detail .buttons .share li:first-child i {
                            -webkit-text-stroke: 1px #1A8EAD;
                        }

                        #home-page #benefits .benefit-list .benefit .detail .buttons .share li:last-child i {
                            -webkit-text-stroke: 1px #FF5757;
                        }

                        #home-page #benefits .benefit-list .benefit .detail .buttons .share li:active i {
                            transform: scale(0.95);
                        }

@media (hover: hover) {
    #home-page #benefits .benefit-list .benefit .detail .buttons .share li:first-child:hover i {
        color: #1A8EAD;
    }

    #home-page #benefits .benefit-list .benefit .detail .buttons .share li:last-child:hover i {
        color: #D82323;
    }
}

@media screen and (max-width: 1028px) {
    #home-page #benefits .benefit-list .benefit {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
    }

        #home-page #benefits .benefit-list .benefit:not(:nth-child(2n)) {
            margin-right: 20px;
        }

        #home-page #benefits .benefit-list .benefit:nth-child(2n), #home-page #benefits .benefit-list .benefit:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 540px) {
    #home-page #benefits .benefit-list .benefit {
        width: 100%;
        margin-right: 0 !important;
        /*display: flex;*/
        /*align-items: flex-start;*/
    }

        #home-page #benefits .benefit-list .benefit .image {
            width: 100%;
        }

        #home-page #benefits .benefit-list .benefit .detail {
            /*padding-top: 0;*/
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /*height: 100%;*/
            width: 100%;
            padding-left: 20px;
        }

        #home-page #benefits .benefit-list .benefit .image {
            max-height: 263px;
        }
}

@media screen and (max-width: 440px) {
    /*#home-page #benefits .benefit-list .benefit {
        padding: 0;
        overflow: hidden;
    }

        #home-page #benefits .benefit-list .benefit .image {
            border-radius: 0;
            height: 100%;
            max-height: none;
            position: relative;
        }

            #home-page #benefits .benefit-list .benefit .image img {
                height: 100%;
                width: auto;
                position: absolute;
                left: 0;
                top: 0;
            }

        #home-page #benefits .benefit-list .benefit .detail {
            padding: 15px;
        }*/
}

@media screen and (max-width: 400px) {
    #home-page #benefits .benefit-list .benefit .detail .buttons .ic-primary-button {
        padding: 0 15px;
    }
}

#home-page #benefits > .ic-primary-button {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 283px;
    background-color: #1C31A3;
    color: #fff !important;
    font-size: 18px;
    padding: 5px 6px;
}

@media screen and (max-width: 1028px) {
    #home-page #benefits > .ic-primary-button {
        margin-top: 10px;
    }
}

#home-page #modal-destacados .content-modal {
    max-width: 800px;
}

    #home-page #modal-destacados .content-modal .benefit-list {
        display: flex;
    }

        #home-page #modal-destacados .content-modal .benefit-list .benefit {
            width: calc(100% / 4 - 15px);
            border: 1px solid #EAEAEA;
            border-radius: 10px;
            padding: 20px;
            position: relative;
            transition: 0.2s;
        }

            #home-page #modal-destacados .content-modal .benefit-list .benefit:not(:last-child) {
                margin-right: 20px;
            }

            #home-page #modal-destacados .content-modal .benefit-list .benefit.glide__slide--active {
                box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
            }

            #home-page #modal-destacados .content-modal .benefit-list .benefit .tag-new {
                position: absolute;
                top: 10px;
                left: 10px;
                background-color: #EC00A6;
                color: white;
                font-size: 12px;
                padding: 7px;
                border-radius: 7px;
                z-index: 1;
            }

                #home-page #modal-destacados .content-modal .benefit-list .benefit .tag-new .far {
                    color: white;
                    font-size: 12px;
                    margin-right: 3px;
                }

            #home-page #modal-destacados .content-modal .benefit-list .benefit .image {
                display: flex;
                align-items: center;
                justify-content: center;
                max-height: 240px;
                width: 100%;
                overflow: hidden;
                border-radius: 10px;
            }

                #home-page #modal-destacados .content-modal .benefit-list .benefit .image img {
                    width: 100%;
                }

            #home-page #modal-destacados .content-modal .benefit-list .benefit .detail {
                padding-top: 15px;
            }

                #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .brand {
                    font-size: 13px;
                    color: #B5B5B5;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .name {
                    font-size: 15px;
                    font-weight: 500;
                    margin-top: 3px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 20px;
                }

                    #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .ic-primary-button {
                        padding: 0 30px;
                    }

                    #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share {
                        display: flex;
                        align-items: center;
                        list-style: none;
                    }

                        #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:not(:last-child) {
                            margin-right: 10px;
                        }

                        #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li i {
                            font-size: 20px;
                            color: transparent;
                            cursor: pointer;
                            transition: 0.2s;
                        }

                        #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:first-child i {
                            -webkit-text-stroke: 1px #1A8EAD;
                        }

                        #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:last-child i {
                            -webkit-text-stroke: 1px #D82323;
                        }

                        #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:active i {
                            transform: scale(0.95);
                        }

@media (hover: hover) {
    #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:first-child:hover i {
        color: #1A8EAD;
    }

    #home-page #modal-destacados .content-modal .benefit-list .benefit .detail .buttons .share li:last-child:hover i {
        color: #D82323;
    }
}

@media screen and (max-width: 1028px) {
    #home-page #modal-destacados .content-modal .benefit-list .benefit {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
    }

        #home-page #modal-destacados .content-modal .benefit-list .benefit:not(:nth-child(2n)) {
            margin-right: 20px;
        }

        #home-page #modal-destacados .content-modal .benefit-list .benefit:nth-child(2n), #home-page #modal-destacados .content-modal .benefit-list .benefit:last-child {
            margin-right: 0;
        }
}

#home-page #modal-destacados .content-modal .glide__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    #home-page #modal-destacados .content-modal .glide__arrows .glide__counter {
        font-size: 12px;
        color: #a9a9a9;
        padding: 0 10px;
    }

    #home-page #modal-destacados .content-modal .glide__arrows .glide__arrow {
        position: relative;
        top: 0;
        left: 0;
        background-color: #F5F5F5;
        border-radius: 50%;
        border: none;
        height: 42px;
        width: 42px;
        transform: translateY(0);
    }

        #home-page #modal-destacados .content-modal .glide__arrows .glide__arrow .fas {
            color: #0039A6;
            font-size: 18px;
        }

/*# sourceMappingURL=layout-home.css.map */

.ic-favActive {
    color: #FF5757 !important;
}

header .row .social .user .user-dropdown .custom {
    border-top: none;
    margin-top: 0px;
    list-style: none;
    padding-top: 0px;
}


.right-menu {
    padding: 9px;
    min-width: 0;
    box-shadow: none;
    border: none !important;
}

    .right-menu .icon-bar-menu + .icon-bar-menu {
        margin-top: 4px;
    }

    .right-menu .icon-bar-menu {
        background-color: #787878;
    }

    .right-menu .icon-bar-menu {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }

    .right-menu:hover {
        background-color: #fff !important;
    }


hr.separator {
    border: 0;
    height: 1px;
    background: #EAEAEA;
    background-image: -webkit-linear-gradient(left, #fbfbfb, #EAEAEA, #fbfbfb);
    background-image: -moz-linear-gradient(left, #fbfbfb, #EAEAEA, #fbfbfb);
    background-image: -ms-linear-gradient(left, #fbfbfb, #EAEAEA, #fbfbfb);
    background-image: -o-linear-gradient(left, #fbfbfb, #EAEAEA, #fbfbfb);
}

.text-success {
    color: #28a745 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-primary {
    color: #007bff !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.logo-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    /* gap: 12px; */
}

    .logo-content .logo-web {
        display: block;
    }

    .logo-content .logo-web {
        width: 162px;
        height: 50px;
    }

    .logo-content .logo-mobile {
        width: 35px;
        height: 35px;
        display: none;
    }

    .logo-content span {
        margin-left: 12px;
    }

    .logo-content span {
        color: #002FA1;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .logo-content .title-dividir {
        background: #002FA1;
        width: 3px;
        height: 35px;
        line-height: 20px;
        margin: 0px 15px;
    }

    .logo-content span.title-crece-text {
        margin-left: 0px !important;
        inline-size: 150px;
    }

    .logo-content span {
        color: #002FA1;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

.navigation .menu .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0.25rem solid #fff0;
    border-bottom-color: transparent;
}

.navigation .menu .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navigation .menu.header_options li a {
    color: #002FA1;
    font-size: 1.2em;
    text-align: center;
    font-size: 1rem;
}

.navigation .menu .nav-link {
    margin-top: 0.4rem;
    margin-bottom: 0.9rem;
}

    .navigation .menu .nav-link span {
        font-size: 24px !important;
        border-bottom: 0.45rem solid transparent;
        padding: 0.5rem 0 !important;
        transition: 0.2s;
        color: #002FA1;
        font-weight: 700;
    }

        .navigation .menu .nav-link span.entrenate {
            /*border-bottom-color: var(--color-entrenate);*/
        }

        .navigation .menu .nav-link span.enterate {
            /*border-bottom-color: var(--color-enterate);*/
        }

        .navigation .menu .nav-link span.beneficiate {
            border-bottom-color: var(--color-beneficiate);
        }

        .navigation .menu .nav-link span.crece {
            /*border-bottom-color: var(--color-crece);*/
        }

        .navigation .menu .nav-link span.contribuye {
            /*border-bottom-color: var(--color-contibuye);*/
        }

header .row .social .user .user-icon {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    header .row .social .user .user-icon span {
        color: #002FA1;
        margin-left: 0.5rem;
        font-size: 20px;
        font-weight: 700;
    }

header #menu-mobile .content .menu-list li {
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #D3D7E5;
}

    header #menu-mobile .content .menu-list li::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 15px;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        left: 0;
    }

    header #menu-mobile .content .menu-list li.entrenate::before {
        background: var(--color-entrenate);
    }

    header #menu-mobile .content .menu-list li.enterate::before {
        background: var(--color-enterate);
    }

    header #menu-mobile .content .menu-list li.beneficiate::before {
        background: var(--color-beneficiate);
    }

    header #menu-mobile .content .menu-list li.crece::before {
        background: var(--color-crece);
    }

    header #menu-mobile .content .menu-list li.contribuye::before {
        background: var(--color-contibuye);
    }

.top-text-decoration__item {
    width: 20%;
    height: 100%;
}

.top-text-decoration__item--yellow {
    background-color: #FBCA1C;
}

.top-text-decoration__item--blue {
    background-color: #1C31A3;
}

.top-text-decoration__item--green {
    background-color: #23DEB8;
}

.top-text-decoration__item--pink {
    background-color: #FF5757;
}

.top-text-decoration__item--purple {
    background-color: #A480FF;
}

.top-title__text-decoration {
    width: 100%;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*position: absolute;*/
    top: 0;
}

.top-title__text-decoration {
    max-height: 15px;
    /*margin-bottom: 2.5rem;*/
    margin-top: 0;
    left: 0;
    right: 0;
}

.color-beneficiate {
    color: var(--color-beneficiate) !important;
}

footer {
    height: auto !important;
    padding-bottom: 17px;
    padding-top: 17px;
    display: flex;
    flex-wrap: wrap;
}

footer {
    background: #1C31A3;
    border-top: 0;
}

.footer-social-media {
}

    .footer-social-media .title {
        font-size: 1.5rem;
    }

    .footer-social-media ul li {
        list-style: none;
        margin: 0 0 0 10px;
        display: inline-block;
    }

        .footer-social-media ul li a {
            height: 35px;
            width: 35px;
            display: block;
            float: left;
            background: #ffff;
            border-radius: 50%;
            position: relative;
        }

            .footer-social-media ul li a span {
                position: absolute;
                font-size: 22px;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                transition: all .3s ease;
            }

.footer-right-icon {
    color: #ffff;
}

    .footer-right-icon span {
        font-size: 14px;
    }

    .footer-right-icon img {
        margin-left: 8px;
    }

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.text-white {
    color: #fff !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

a {
    color: #1C31A3 !important;
}

@media (max-width: 992px) {
    .footer-social-media .title {
        font-size: 16px !important;
    }

    .footer-right-icon span {
        font-size: 12px !important;
    }

    .footer-social-media ul li a {
        height: 20px !important;
        width: 20px !important;
    }

        .footer-social-media ul li a span {
            font-size: 12px !important;
        }

    .footer-right-icon img {
        height: 20px !important;
        width: 20px !important;
    }
}
