.wrapper_menu_aside{background:var(--primary_color);position:fixed;z-index:99;top:65px;left:0;width:215px;height:calc(100% - 65px);overflow:auto;color:#fefefe;padding:1.25rem 1rem .5rem;transition:.25s cubic-bezier(.2,.61,.41,.95);display:flex;flex-direction:column;justify-content:space-between}.wrapper_menu_aside:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15)}.wrapper_menu_aside::-webkit-scrollbar{width:10px}.wrapper_menu_aside::-webkit-scrollbar-track{background:transparent}.wrapper_menu_aside::-webkit-scrollbar-thumb{cursor:pointer}.wrapper_menu_aside.is-show{margin-left:0}.wrapper_menu_aside:after{content:"";transition:.5s cubic-bezier(.2,.61,.41,.95);position:fixed;bottom:0;left:0;width:215px;height:40%;background:transparent;background:-webkit-gradient(left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.25)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.25));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0)}.wrapper_menu_aside .nav_menu_items{position:relative;z-index:1}.wrapper_menu_aside .nav_menu_items ul{padding-left:0;list-style:none}.wrapper_menu_aside .nav_menu_items ul hr{margin:.75rem 0;border-top:2px solid hsla(0,0%,100%,.25)}.wrapper_menu_aside .nav_menu_items ul .menu_item{margin-bottom:.3rem;width:100%;font-family:"is_medium";padding:.6rem .75rem;border-radius:7px;display:flex;justify-items:flex-start;align-items:center;color:#fefefe;cursor:pointer}.wrapper_menu_aside .nav_menu_items ul .menu_item.active,.wrapper_menu_aside .nav_menu_items ul .menu_item:hover{background:#fefefe;color:#303030}.wrapper_menu_aside .nav_menu_items ul .menu_item.active .ico_imgs img,.wrapper_menu_aside .nav_menu_items ul .menu_item:hover .ico_imgs img{-webkit-filter:invert(100%);filter:invert(100%)}.wrapper_menu_aside .nav_menu_items ul .menu_item .ico_imgs{width:20px;min-width:20px;height:100%;margin-right:.65rem}.wrapper_menu_aside .nav_menu_items ul .menu_item .ico_imgs img{width:100%}.wrapper_menu_aside .nav_menu_items ul .ul_collapse{padding-left:.85rem}.wrapper_menu_aside .nav_menu_items ul .ul_collapse li .submenu_item{padding:.5rem .5rem .5rem .75rem;display:block;margin-bottom:0;color:#fefefe;font-family:"is_book";border-radius:7px}.wrapper_menu_aside .nav_menu_items ul .ul_collapse li .submenu_item.active,.wrapper_menu_aside .nav_menu_items ul .ul_collapse li .submenu_item:hover{background:rgba(0,0,0,.25)}.wrapper_menu_aside .nav_legals{position:relative;z-index:1;text-align:center;border-top:2.5px solid hsla(0,0%,100%,.15);padding-top:.5rem}.wrapper_menu_aside .nav_legals a{color:#ededed;cursor:pointer;font-size:.85rem;font-weight:600}.wrapper_menu_aside .nav_legals a:hover{text-decoration:underline}.wrapper_header{background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.12);width:100%;padding:0 1rem;height:65px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;right:0;z-index:99}.wrapper_header .box_brand{display:flex;justify-content:flex-start;align-items:center;max-width:195px;min-width:195px}.wrapper_header .box_brand .btn_menu{display:none;margin-right:.75rem;max-width:26px;width:100%;height:20px;position:relative;top:0;z-index:2;cursor:pointer}.wrapper_header .box_brand .btn_menu:hover{color:#4169e1}.wrapper_header .box_brand .btn_menu span{width:100%;height:4px;border-radius:4px;display:block;position:absolute;background:var(--primary_color);transition:all .35s ease;transform-origin:0 100%}.wrapper_header .box_brand .btn_menu span:nth-child(2){top:calc(50% - 2px)}.wrapper_header .box_brand .btn_menu span:nth-child(3){bottom:0}.wrapper_header .box_brand .btn_menu.visible_menu{right:-5px}.wrapper_header .box_brand .btn_menu.visible_menu span:first-child{transform:rotate(45deg) translate(-3px,2px)}.wrapper_header .box_brand .btn_menu.visible_menu span:nth-child(2){opacity:0}.wrapper_header .box_brand .btn_menu.visible_menu span:nth-child(3){transform:rotate(-45deg) translate(-2px,1px)}.wrapper_header .box_brand img{max-height:50px}.wrapper_header .content_header{display:flex;justify-content:space-between;align-items:center}.wrapper_header .content_header .box_search_input .input-group .input-group-prepend .input-group-text{background:#f2f2f2;border-radius:30px 0 0 30px}.wrapper_header .content_header .box_search_input .input-group .form-control{border-radius:0 30px 30px 0;height:calc(1.5em + .5rem + 2px);background:#f2f2f2}.wrapper_header .content_header .box_options{margin-left:1rem;display:flex;justify-content:flex-end;align-items:center}.wrapper_header .content_header .box_options .btn_notifications{display:flex;justify-content:flex-start;align-items:center;margin-right:1rem;height:100%;cursor:pointer}.wrapper_header .content_header .box_options .btn_notifications .icon_bell{position:relative}.wrapper_header .content_header .box_options .btn_notifications .icon_bell .far{font-size:1.5rem}.wrapper_header .content_header .box_options .btn_notifications .icon_bell .bullet{background:var(--primary_color);position:absolute;color:#fff;top:-8px;right:-10px;width:18px;height:18px;border-radius:50%;font-size:.7rem;font-family:"is_medium";display:flex;justify-content:center;align-items:center}.wrapper_header .content_header .box_options .btn_notifications:hover .icon_bell{color:var(--primary_color)}.wrapper_header .content_header .box_options .dropdown-menu{min-width:300px;padding:0;border:0;border-radius:.5rem;box-shadow:2px 2px 12px rgba(0,0,0,.2)}.wrapper_header .content_header .box_options .dropdown-menu .content_box_notif .notif_ttl{padding:.75rem;color:#efefef;border-radius:.5rem .5rem 0 0;line-height:1;background:var(--primary_color);margin-bottom:.25rem}.wrapper_header .content_header .box_options .dropdown-menu .item_notification{padding:.5rem .75rem;display:block;border-bottom:1px solid #f2f2f2;cursor:pointer}.wrapper_header .content_header .box_options .dropdown-menu .item_notification:hover{background:#eee}.wrapper_header .content_header .box_options .dropdown-menu .item_notification:last-child{border:0}.wrapper_header .content_header .box_options .dropdown-menu .notif_empty{text-align:center;display:flex;flex-direction:column;padding:1rem .5rem;color:#dedede}.wrapper_header .content_header .box_options .dropdown-menu .notif_empty .far{font-size:3rem;margin-bottom:.25rem}.wrapper_header .content_header .box_options .dropdown-menu .notif_empty span{color:#ccc}.wrapper_header .content_header .box_options .item_options{font-size:1.25rem;cursor:pointer}.wrapper_header .content_header .box_options .item_options:hover{color:var(--primary_color)}.wrapper_header .content_header .box_options .item_options .hydrated{font-size:1.8rem}.wrapper_block{position:relative}.wrapper_block .modal-content{background:transparent!important;box-shadow:none;border:0}.wrapper_block .box_content_block{display:flex;align-self:center;align-items:center;height:100vh}.modal-open{overflow:auto!important}.wrapper_slide_home .slick-slide iframe{width:100%}.wrapper_slide_home .slick-slide .box_video_poster{width:100%;position:relative}.wrapper_slide_home .slick-slide .box_video_poster .ico_play{width:80px;height:80px;font-size:2rem;cursor:pointer;background:var(--primary_color);color:#fff;position:absolute;top:calc(50% - 40px);left:calc(50% - 40px);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 18px rgba(0,0,0,.25)}.wrapper_slide_home .slick-slide .box_video_poster .ico_play:hover{box-shadow:none}.wrapper_box_user_profile{background:var(--primary_color);height:100%;border-radius:9px;color:#fefefe;font-family:"is_medium";padding:1rem;position:relative;display:flex;justify-content:center;align-items:center}.wrapper_box_user_profile:after{content:"";border-radius:9px;position:absolute;bottom:0;left:0;width:100%;height:40%;background:transparent;background:-webkit-gradient(left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.15)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.15));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0)}.wrapper_box_user_profile *{z-index:1}.wrapper_box_user_profile .ico_tool{position:absolute;font-size:1.5rem;top:.5rem;right:.75rem;color:#fefefe}.wrapper_box_user_profile .box_avatar_user .avatar{width:100px;height:100px;margin:0 auto}.wrapper_box_user_profile .box_info_user{margin-top:.5rem}.wrapper_box_user_profile .box_info_user .name{font-size:1.35rem}.wrapper_box_user_profile .box_data_user{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:1rem;position:relative;z-index:9}.wrapper_box_user_profile .box_data_user>div{width:100%;margin-right:.75rem}.wrapper_box_user_profile .box_data_user>div:last-child{margin:0}.wrapper_box_user_profile .box_data_user>div h6{margin-bottom:.25rem;font-size:.85rem}.wrapper_box_user_profile .box_data_user>div p{background:#fefefe;color:#303030;font-size:.85rem;padding:.5rem .15rem;border-radius:6px}.wrapper_box_user_profile .box_insignias img{height:25px;margin:0 .25rem}.drawer_user_profile{width:100%}.item_blackboard .box_avatar_user{width:75px;min-width:75px;height:75px}.item_blackboard{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.15rem;border-radius:6px}.item_blackboard:last-child{margin-bottom:0}.item_blackboard:hover{background:#f2f2f2}.item_blackboard .box_avatar_user{min-width:60px}.item_blackboard .box_avatar_user .avatar{height:65px;width:65px}.item_blackboard .info_post{width:100%;padding-left:1rem}.wrapper_login{background:#f2f2f2;height:100vh;min-height:500px;display:flex;justify-content:center;align-items:center;padding:2rem}.wrapper_login .content_login{background:#fff;max-width:1024px;width:100%;height:80vh;min-height:475px;border-radius:8px;box-shadow:-3px -3px 40px rgba(45,45,46,.15);display:flex;justify-content:space-between;align-items:flex-start}.wrapper_login .content_login .box_msj{background:var(--primary_color);color:#fefefe;height:100%;border-radius:8px 0 0 8px;width:35%;min-width:200px;padding:1rem;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;z-index:9}.wrapper_login .content_login .box_msj>div{position:relative;z-index:1}.wrapper_login .content_login .box_msj:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;border-radius:8px;background:transparent;background:-webkit-gradient(left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.15)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.15));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0)}.wrapper_login .content_login .box_msj .btn.primary{background:transparent;color:#fff!important;border:2px solid #fff;margin-bottom:0!important;padding-top:8px}.wrapper_login .content_login .box_form{width:65%;height:100%;padding:1rem;display:flex;justify-content:center;text-align:center}.wrapper_login .content_login .box_form .box_inputs{width:100%;display:flex;flex-direction:column;justify-content:space-between}.wrapper_login .content_login .box_form .box_inputs .box_input_icon .ico_show_pass{position:absolute;width:27px;height:27px;border-radius:50%;top:9px;right:7px;color:#666;padding-top:3px;cursor:pointer}.wrapper_login .content_login .box_form .box_inputs .box_input_icon .ico_show_pass:hover{background:#dcdcdc}.wrapper_login .content_login .box_form .box_inputs .box_input_icon .ico_show_pass .fas{font-size:13px}.wrapper_login .content_login .box_form .box_logo_company_login{display:flex;justify-content:center;align-items:center;margin-bottom:.25rem}.wrapper_login .content_login .box_form .box_logo_company_login img{max-height:110px}.wrapper_login .content_login .box_form .box_content_form{width:100%;max-width:350px;margin:0 auto 2rem}.wrapper_login .content_login .box_form .nav_legals{text-align:right;font-size:.9rem}.wrapper_login .content_login .box_form .nav_legals a{color:#9a9a9a;cursor:pointer}.wrapper_login .content_login .box_form .nav_legals a:hover{color:var(--primary_color)}.wrapper_login .content_login .box_form .ttl_form{color:var(--primary_color);margin-bottom:1rem;font-size:1.75rem}.wrapper_login .content_login .box_form .btn_links{font-size:.95rem;cursor:pointer}.wrapper_login .content_login .box_form .box_btn_login{margin-bottom:.8rem}.wrapper_register{background:#eee;min-height:100vh;position:relative;overflow:hidden}.wrapper_register .line{line-height:1}.wrapper_register .bg_register{max-width:1300px;min-width:990px;top:0}.wrapper_register .bg_register,.wrapper_register .box_header{width:100%;position:absolute;left:50%;transform:translateX(-50%)}.wrapper_register .box_header{max-width:1250px;top:10px;text-align:right;z-index:9;padding:0 1rem}.wrapper_register .box_header a{display:inline-block;background:var(--primary_color);color:#efefef;padding:.6rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:3px 2px 12px rgba(0,0,0,.4)}.wrapper_register .box_header a:hover{box-shadow:none}.wrapper_register .container_register{position:relative;z-index:1;padding-top:170px;padding-bottom:3rem}.wrapper_register .container_register .drawer_card_register{background:#fff;box-shadow:0 0 22px rgba(0,0,0,.1);max-width:600px;margin:0 auto;padding:.85rem 2rem 1.5rem;border-radius:.75rem}.wrapper_register .container_register .drawer_card_register .box_brand_register{display:flex;justify-content:space-between;align-items:center}.wrapper_register .container_register .drawer_card_register .box_brand_register div{width:100%;margin-right:1rem}.wrapper_register .container_register .drawer_card_register .box_brand_register img{max-height:80px}.wrapper_register .container_register .drawer_card_register .box_points_step{width:100%;max-width:400px;margin:1.25rem auto 1rem;display:flex;justify-content:space-between;position:relative}.wrapper_register .container_register .drawer_card_register .box_points_step:before{content:"";height:0;border-bottom:3px dashed #ccc;width:100%;position:absolute;top:50%;transform:translateY(-50%);left:0}.wrapper_register .container_register .drawer_card_register .box_points_step.bar_full:before{border-bottom:3px solid var(--primary_color)}.wrapper_register .container_register .drawer_card_register .box_points_step .point_step{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.1rem;color:#bbb;border:3px solid #bbb;background:#fff}.wrapper_register .container_register .drawer_card_register .box_points_step .point_step.active{border-color:var(--primary_color);box-shadow:0 2px 8px rgba(0,0,0,.25);color:#fff;background:var(--primary_color)}.wrapper_register .container_register .drawer_card_register .box_form_register .box_input_icons{position:relative}.wrapper_register .container_register .drawer_card_register .box_form_register .box_input_icons .ico_show_pass{position:absolute;top:2.2rem;right:.25rem;font-size:.9rem;border-radius:50%;padding:.25rem .33rem;cursor:pointer;color:#666}.wrapper_register .container_register .drawer_card_register .box_form_register .box_input_icons .ico_show_pass:hover{background:#ddd}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_membership .ttl_membership{max-width:400px;margin:0 auto 1rem}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_membership .box-ico-pay{font-size:4rem;line-height:1}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_membership .box-ico-pay.success{color:#23b107}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_membership .box-ico-pay.cancel{color:#c90000}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_btns{position:relative;min-height:45px}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_btns .secundary{position:absolute;left:0;top:0;min-width:190px}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_btns .primary{position:absolute;right:0;min-width:190px;top:0}.wrapper_register .container_register .nav_legals{max-width:600px;margin:.75rem auto 0;text-align:right;font-size:.85rem;font-weight:600;padding-right:.5rem}.wrapper_register .container_register .nav_legals a{color:#aaa;cursor:pointer}.wrapper_register .container_register .nav_legals a:hover{color:var(--primary_color)}.wrapper_surveys{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem);display:flex;justify-content:space-between;align-items:flex-start}.wrapper_surveys .content_surveys{width:calc(100% - 250px);height:100%}.wrapper_surveys .content_surveys .box_more_survey{display:flex;justify-content:flex-end;align-items:center;font-family:"is_medium"}.wrapper_surveys .content_surveys .box_more_survey .btn_ellipsis{background:#ddd!important;width:25px;height:25px;display:none;justify-content:center;align-items:center;margin-left:.75rem;border-radius:50%;background:#f2f2f2;cursor:pointer;color:#000}.wrapper_surveys .content_surveys .content_ttls{margin-bottom:2rem}.wrapper_surveys .content_surveys .content_ttls .ttl{color:#e69eac}.wrapper_surveys .content_surveys .boxes_surveys{margin-top:.5rem}.wrapper_surveys .content_surveys .boxes_surveys .card{min-height:275px;height:100%}.wrapper_surveys .content_surveys .boxes_surveys .box_list_surveys .list-group-item{border:0;border-left:3px solid #ddd;padding:.25rem .75rem;border-radius:0;margin-bottom:.75rem;opacity:.5;cursor:pointer}.wrapper_surveys .content_surveys .boxes_surveys .box_list_surveys .list-group-item.active{background:#f6f6f6!important;border-left:3px solid var(--primary_color);opacity:1;color:var(--primary_color)!important}.wrapper_surveys .content_surveys .boxes_surveys .box_list_surveys .list-group-item:hover{background:#f6f6f6!important;opacity:1;color:#303030}.wrapper_surveys .content_surveys .boxes_surveys .box_list_surveys .list-group-item:last-child{margin-bottom:0}.wrapper_surveys .aside_lateral{position:fixed;top:65px;right:0;background:#fff;width:100%;max-width:250px;height:100%;padding:1rem;display:flex;justify-content:space-around;align-items:center;flex-direction:column;z-index:9}.wrapper_surveys .aside_lateral.is-show{right:0}.wrapper_surveys .aside_lateral .btn_ellipsis_close{display:none;position:absolute;cursor:pointer;top:10px;right:10px;font-size:1.25rem}.wrapper_surveys .aside_lateral .box_avatar_user{margin:2rem auto 1.5rem;width:135px;height:135px}.wrapper_surveys .aside_lateral .box_avatar_user .avatar{width:135px;height:135px}.wrapper_surveys .aside_lateral .prev_surveys{margin-bottom:4rem;width:100%}.wrapper_surveys .aside_lateral .prev_surveys .box_item_surv{padding-top:1rem;overflow:auto;max-height:170px}.wrapper_surveys .aside_lateral .prev_surveys .box_item_surv::-webkit-scrollbar{width:6px}.wrapper_surveys .aside_lateral .prev_surveys .box_item_surv::-webkit-scrollbar-track{background:#eee}.wrapper_surveys .aside_lateral .prev_surveys .box_item_surv::-webkit-scrollbar-thumb,.wrapper_surveys .aside_lateral .prev_surveys .box_item_surv::-webkit-scrollbar-thumb:hover{background:#aaa}.wrapper_surveys .aside_lateral .prev_surveys .item_prev_surveys{display:flex;justify-content:flex-start;align-items:flex-start}.wrapper_surveys .aside_lateral .prev_surveys .item_prev_surveys span{font-size:1.5rem;width:30px;color:#4f38a3}.section_surveys{text-align:center;padding:0 1.25rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.section_surveys .slick-slider{width:100%}.section_surveys .slick-list{height:100%!important}.section_surveys .question{padding-bottom:.75rem;border-bottom:2px solid #444}.section_surveys .answers{margin:1rem 0}.section_surveys .box_arrows{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:1rem}.section_surveys .box_arrows .arrow{display:flex;justify-content:center;align-items:center;opacity:.5;font-family:"is_medium";font-size:.9rem;cursor:pointer}.section_surveys .box_arrows .arrow:hover{opacity:1}.section_surveys .box_arrows .arrow .fas{font-size:1.5rem}.content_ttls{background:#f6e7ec;border-radius:9px;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:160px}.content_ttls .box_img_surveys{text-align:center}.content_ttls .box_img_surveys img{width:65%}.ico_round{display:flex;justify-content:center;align-items:center;border:5px solid #999;width:90px;height:90px;margin:0 auto;font-size:2.25rem;color:#999;border-radius:50%}.surveys:hover .ico_left{margin-right:.75rem!important}.surveys .ico_up{display:none}.surveys .custom-control-input:checked~.custom-control-label:before{border-color:var(--primary_color)!important;background-color:var(--primary_color)!important;width:20px;height:20px;top:0;left:-30px}.surveys .custom-control-input:checked~.custom-control-label:after{display:none!important}.surveys .custom-control-label{cursor:pointer}.surveys .custom-control-label:before{width:20px!important;height:20px!important;top:0!important;left:-30px!important;border:2px solid #adb5bd!important}.outline{outline:none}.content_text_board{background:var(--primary_color);position:relative;padding:.5rem;border-radius:8px;color:#fff;max-height:70vh;overflow:auto}.content_text_board::-webkit-scrollbar{width:8px}.content_text_board::-webkit-scrollbar-track{background:transparent}.content_text_board::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.content_text_board::-webkit-scrollbar-thumb:hover{background:#8a8787}.content_text_board>div{position:relative;z-index:9}.content_text_board>div .item_cat_board{padding:.75rem;border-bottom:1px solid #ccc;cursor:pointer}.content_text_board>div .item_cat_board h5{font-size:1rem}.content_text_board>div .item_cat_board:last-child{border:0}.content_text_board>div .item_cat_board:hover{background:rgba(0,0,0,.2)}#recognition_form .form-control{background:#fff}#recognition_form .form-control.textarea{height:85px}.box_ranking .item_ranking{border-left:4px solid orange;padding-left:1rem}.box_ranking .item_ranking .content_item_ranking{display:flex;justify-content:flex-start;align-items:center}.box_ranking .item_ranking .box_avatar_user .avatar{width:60px;height:60px;margin:0 auto}.my_modal{background:rgba(0,0,0,.65)}.my_modal .modal-header{padding:.75rem 1rem}.my_modal .modal-body{padding:1rem;max-height:80vh;overflow:auto}.my_modal .modal-body .item_acknowledgment{border-left:5px solid orange;padding:.3rem 0 .3rem 1rem;display:flex;justify-content:flex-start;align-items:center;margin-bottom:.75rem}.my_modal .modal-body .item_acknowledgment .box_avatar_user .avatar{width:60px;min-width:60px;height:60px;margin:0 auto}.box_content_board{position:relative}.box_content_board .back_ico{display:none}.box_content_board .back_ico>span{background:#fefefe;padding:.35rem;border-radius:5px;color:#666;box-shadow:1px 1px 6px rgba(0,0,0,.25)}.box_content_board .box_ranking_new{text-align:right;text-decoration:underline;font-size:.9rem;font-family:"is_medium";margin-bottom:.8rem;color:var(--primary_color)}.box_content_board .box_recognition{display:none;margin-top:1.5rem}.box_content_board .box_recognition fieldset{border-radius:6px}.box_content_board .box_recognition.is-show{display:block}.wrapper_messages{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_messages .template_messages .box_group_messages{overflow:auto;margin-bottom:1rem;border-bottom:2px solid #ccc}.wrapper_messages .template_messages .box_group_messages::-webkit-scrollbar{height:8px}.wrapper_messages .template_messages .box_group_messages::-webkit-scrollbar-track{background:#eee}.wrapper_messages .template_messages .box_group_messages::-webkit-scrollbar-thumb{background:#ddd}.wrapper_messages .template_messages .box_group_messages::-webkit-scrollbar-thumb:hover{background:#aaa}.wrapper_messages .template_messages .box_group_messages .btn-group{min-width:300px;margin-bottom:0}.wrapper_messages .template_messages .box_group_messages .btn-group .btns{min-width:100px;border-radius:7px 7px 0 0}.wrapper_messages .template_messages .content_messages .box_filter_messg{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.25rem;background:#fff;padding:.5rem;border-radius:.25rem}.wrapper_messages .template_messages .content_messages .wrapper_table .td_user{display:flex;justify-content:flex-start;align-items:center}.wrapper_messages .template_messages .content_messages .wrapper_table .td_user .box_avatar_user{margin-right:.5rem}.wrapper_messages .template_messages .content_messages .wrapper_table .td_user .box_avatar_user .avatar{width:35px;min-width:35px;height:35px}.wrapper_messages .template_messages .content_messages .wrapper_table .tr_msg{background:#fff}.wrapper_messages .template_messages .content_messages .wrapper_table .tr_msg.is_read{background:transparent}.wrapper_messages .template_messages .content_messages .wrapper_table .icon_tables{font-size:1.25rem}.box_ordering{margin-right:1rem;display:flex;justify-content:flex-start;align-items:center}.box_ordering .ttls_order{font-family:"is_medium";margin-right:.5rem}.wrapper_read_message .content_info_msg{display:flex;justify-content:flex-start;align-items:center}.wrapper_read_message .content_info_msg .box_avatar_user{margin-right:.5rem}.wrapper_read_message .content_info_msg .box_avatar_user .avatar{min-width:60px;width:60px;height:60px}.wrapper_read_message .content_info_msg .box_info_msg .text-muted{font-size:.9rem;color:#999!important;line-height:20px}.wrapper_read_message .box_data_msg{font-size:.9rem!important;display:flex;justify-content:flex-end;align-items:center}.wrapper_read_message .box_data_msg .link_send{cursor:pointer;color:var(--primary_color)}.wrapper_read_message .box_data_msg .link_send:hover{text-decoration:underline}.wrapper_read_message .box_adjunts{margin-bottom:1rem}.box_container_hub,.wrapper_read_message .box_adjunts .files{justify-content:flex-start}.box_container_hub{display:flex;flex-wrap:wrap;box-sizing:content-box}.box_container_hub .item_provaider_hub{width:25%;height:100%;padding:.5rem .75rem}.box_container_hub .item_provaider_hub:hover .item_content{box-shadow:0 0 0 2px var(--primary_color);color:#303030}.box_container_hub .item_provaider_hub .item_content{display:flex;justify-content:center;align-items:center;flex-direction:column;height:260px;box-shadow:1px 1px 6px rgba(0,0,0,.05);background:#fff;border-radius:1rem;text-align:center;padding:.5rem;margin:0;position:relative}.box_container_hub .item_provaider_hub .item_content .box_p_img{min-height:180px;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem}.box_container_hub .item_provaider_hub .item_content .box_p_img img{width:75%;transition:transform .3s}.wrapper_tool_discount{display:flex;justify-content:flex-end;align-items:center;min-width:310px}.wrapper_tool_discount .item_link_op{text-align:center;background:#fff;margin:0 .25rem;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.5rem .8rem;border-radius:.35rem;font-size:.9rem}.wrapper_tool_discount .item_link_op:hover{box-shadow:none}.wrapper_tool_discount .item_link_op .fas{font-size:1rem}.box_item_purchase_details{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:.9rem;margin:1.25rem 0}.box_item_purchase_details .btn_delete_item{padding-right:.75rem;cursor:pointer;color:#aaa}.box_item_purchase_details .btn_delete_item:hover{color:red}.box_item_purchase_details .item_details *{margin:0}.box_item_purchase_details .item_details .price_unit{font-weight:400;color:#aaa;padding-top:.15rem;font-size:.8rem}.box_item_purchase_details .box_catidad{min-width:60px;margin-left:1rem}.box_item_purchase_details .box_item_total{padding-left:.75rem}.item_purchase{background:#fff;box-shadow:0 3px 7px rgba(0,0,0,.1);margin-top:.5rem;position:relative}.item_purchase .btn_delete_group{position:absolute;top:7px;right:10px;z-index:9;color:#aaa;font-size:.8rem;cursor:pointer}.item_purchase .btn_delete_group:hover{color:red}.item_purchase .card{border:0;border-radius:0}.item_purchase .card-header{background:transparent;padding:.65rem 1rem;display:flex;justify-content:space-between;align-items:center}.item_purchase .card-header .box_logo_shop{padding-right:.75rem}.item_purchase .card-header .box_logo_shop .bg_logo_shop{width:55px;height:55px;background:#fff}.item_purchase .card-header .to_shop{display:inline;margin:0;font-size:.8rem;padding-top:.25rem}.item_purchase .card-header .to_shop>a{color:var(--primary-color)!important}.item_purchase .card-header .to_shop:hover .fas{padding-left:.25rem}.item_purchase .card-header .lastdata{display:flex;justify-content:space-between;padding-top:1rem}.item_purchase .card-header .lastdata .ico_chevron{cursor:pointer;margin-left:1rem;display:flex;justify-content:center;align-items:center;font-size:.8rem;min-width:23px;width:23px;height:23px;border-radius:50%;border:1px solid #ccc;color:#666;transition:.5s cubic-bezier(.2,.61,.41,.95)}.item_purchase .card-header .lastdata .ico_chevron.open{transform:rotate(-180deg)}.item_purchase .card-header .lastdata .ico_chevron .fa-chevron-down{padding-top:.25rem}.item_purchase .card-body{padding:0 .75rem}.box_paymethod{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:0 .5rem}.box_paymethod .item_paymethod{background:#fff;margin:.35rem;display:flex;justify-content:center;padding:.3rem .5rem;border-radius:.35rem;border:1px solid #e4edf8;box-shadow:0 3px 6px rgba(0,0,0,.15)}.box_paymethod .item_paymethod:hover{box-shadow:none}.box_paymethod .item_paymethod img{height:35px}.wrapper_aside_purchase{position:fixed;top:0;right:0;height:100vh;width:100%;max-width:470px;z-index:999;overflow:auto;margin-right:-505px;background:#fff;box-shadow:-5px 0 12px rgba(0,0,0,.15)}.wrapper_aside_purchase.is-show{margin-right:0}.wrapper_aside_purchase.is-show~.bg_pleca{display:block}.wrapper_aside_purchase .box_content_aside{height:100%;display:flex;flex-direction:column;justify-content:space-between}.wrapper_aside_purchase .box_content_aside .titulares{text-align:left;padding:.8rem;background:#fff;justify-content:space-between;align-items:center;min-height:70px;box-shadow:0 3px 8px rgba(0,0,0,.25);z-index:1;display:flex}.wrapper_aside_purchase .box_content_aside .titulares .btn_brd{background:var(--primary_color);color:#fefefe;padding:.25rem 0;min-width:75px;text-align:center;font-size:.9rem;border-radius:9px;font-family:"is_medium";cursor:pointer}.wrapper_aside_purchase .box_content_aside .titulares .btn_brd:hover{opacity:.85}.wrapper_aside_purchase .box_content_aside .content_items{max-height:calc(100% - 150px);overflow:auto;padding-bottom:1rem;flex-grow:1}.wrapper_aside_purchase .box_content_aside .content_items::-webkit-scrollbar{width:7px}.wrapper_aside_purchase .box_content_aside .content_items::-webkit-scrollbar-track{background:#f2f2f2}.wrapper_aside_purchase .box_content_aside .content_items::-webkit-scrollbar-thumb{background:#888}.wrapper_aside_purchase .box_content_aside .content_items::-webkit-scrollbar-thumb:hover{background:#555}.wrapper_aside_purchase .box_footer_aside{background:#fff;box-shadow:0 -3px 7px rgba(0,0,0,.15);min-height:225px;padding:.75rem .75rem 0;z-index:9}.wrapper_aside_purchase .box_footer_aside .box_total_neto{display:flex;justify-content:space-between;margin-bottom:.25rem}.wrapper_aside_purchase .box_footer_aside .box_total_neto .label{font-size:.85rem}.wrapper_aside_purchase .box_footer_aside .box_total_neto .box_w{width:90%;text-align:right}.bg_pleca{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.65);z-index:99}.wrapper_paymethod .ttls_sections{text-align:center;position:relative;font-size:.9rem}.wrapper_paymethod .ttls_sections:after{content:"";height:1px;width:100%;position:absolute;top:50%;left:0;background:#ddd}.wrapper_paymethod .ttls_sections>span{position:relative;z-index:1;background:#fff;padding:0 1rem}.wrapper_paymethod .box_powered_by{text-align:center}.wrapper_paymethod .box_powered_by small{font-size:.85rem!important}.wrapper_paymethod .box_powered_by img{height:60px}.wrapper_discount{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.box_iframe_video iframe,.box_provider_image img{width:100%;border-radius:.5rem!important;box-shadow:1px 1px 15px rgba(0,0,0,.15)}.box_iframe_video iframe{min-height:385px}.wrapper_provider{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_provider .box__providers .box_logo_shop img{height:50px}.wrapper_provider .info_media{margin-top:1rem}.box_item_promo .box_img_promo{padding:0 .5rem}.box_item_promo .box_info_promo{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.15);border-radius:.45rem;padding:.75rem;position:relative}.box_item_promo .box_info_promo .name_promo{font-size:1rem;min-height:55px}.box_item_promo .box_info_promo .btn_info_promo{position:absolute;top:9px;right:9px;color:#dcdcdc;cursor:pointer;font-size:1rem}.box_item_promo .box_info_promo .btn_info_promo:hover{color:var(--primary_color)}.box_item_promo .box_info_promo .price-add{display:flex;justify-content:space-between;align-items:flex-end}.box_item_promo .box_info_promo .price-add .price{color:var(--primary_color)}.box_item_promo .box_info_promo .price-add .btn_add_promo{cursor:pointer;background:var(--primary_color);color:#fff;display:flex;height:32px;width:32px;box-shadow:1px 2px 6px rgba(0,0,0,.25);justify-content:center;align-items:center;border-radius:50%;font-size:.95rem}.content_tooltip{display:none;background:#fff;box-shadow:6px 6px 16px rgba(0,0,0,.15);padding:1rem 1.15rem .75rem .75rem;border-radius:.3rem;font-size:.7rem;position:absolute;top:0;left:5%;width:90%;z-index:9;text-align:justify}.content_tooltip .btnclose_info{position:absolute;top:5px;right:5px;font-size:1rem;color:var(--primary-color);cursor:pointer}.content_tooltip.is-show{display:block}.wrapper_items_provider{margin-top:4rem}.wrapper_purchased_item .body_purchased_item{border-top:1px solid #ccc}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping{padding:.75rem;border-right:1px solid #ccc;border-top:1px solid #ccc}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping:first-child{border-top:0}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .bg_logo_shop{background:#fff}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .item_purchased{font-weight:300;font-size:.85rem;margin-bottom:1.5rem}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .item_purchased>span:first-child,.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .item_purchased>span:last-child{padding-right:.5rem;font-weight:600}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .item_purchased>span:last-child{padding-left:.75rem}.wrapper_purchased_item .body_purchased_item .info_item_shopping .content_item_shopping .item_purchased:last-child{margin:0}.wrapper_purchased_item .body_purchased_item .action_item_shopping{text-align:center;padding:1rem 0!important}.wrapper_purchased_item .body_purchased_item .action_item_shopping>p{margin:0;line-height:1}.wrapper_purchased_item .body_purchased_item .action_item_shopping>p:first-child{margin-bottom:.4rem}.wrapper_purchased_item{background:#fff;padding:.25rem 0;margin-bottom:1rem;border:1px solid #dce3e8;border-radius:8px;box-shadow:1px 2px 6px rgba(0,0,0,.1)}.wrapper_purchased_item .head_purchased_item{padding:.5rem;cursor:pointer}.wrapper_purchased_item .head_purchased_item .col_unicas{position:relative;display:flex;justify-content:space-between!important;width:100%;padding-left:2rem}.wrapper_purchased_item .head_purchased_item .col_unicas .ico_chevron{position:absolute;left:0;top:10px;z-index:1s;background:#fff;margin-right:1rem;display:flex;justify-content:center;align-items:center;font-size:.8rem;min-width:23px;width:23px;height:23px;border-radius:50%;border:1px solid #ccc;color:#666;transition:.5s cubic-bezier(.2,.61,.41,.95)}.wrapper_purchased_item .head_purchased_item .col_unicas .ico_chevron.open{transform:rotate(-180deg)}.wrapper_purchased_item .head_purchased_item .ttl_info{font-family:"is_medium";margin-bottom:.25rem}.wrapper_purchased_item .head_purchased_item .p_info{margin:0;font-size:.9rem;font-weight:300}.wrapper_purchased_item .head_purchased_item .p_info .paid{color:var(--primary_color);font-family:"is_medium"}.wrapper_purchased_item .head_purchased_item .p_info .pending_payment{background:var(--primary_color);padding:.25rem 1rem;color:#fff;display:inline-block;border-radius:.25rem}.wrapper_shoppingHistory{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_shoppingHistory .contain_shop_history .boxes_hop_history{border-radius:8px;padding:0 1rem 1rem}.wrapper_shoppingHistory .contain_shop_history .boxes_hop_history .paginated_page{text-align:end}.wrapper_shoppingHistory .contain_shop_history .boxes_hop_history .paginated_page button{border:10px;box-sizing:border-box;display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:inherit;font-weight:inherit;position:relative;height:36px;line-height:36px;min-width:36px;color:rgba(0,0,0,.87);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;background-color:transparent;text-align:center;border-radius:45px}.wrapper_shoppingHistory .contain_shop_history .boxes_hop_history .paginated_page button.isActive{color:var(--primary_color)!important}.wrapper_shoppingHistory .contain_shop_history .boxes_hop_history .paginated_page button:hover{background-color:hsla(0,0%,60%,.2)}.oxxopay-section{text-align:center;background:#f0f0f0;width:60%;margin:auto;border-radius:15px;padding:3% 10%;color:#5a595e}.oxxopay-section h1{margin:0;font-size:30px;font-weight:700}.oxxopay-section p{font-size:18px}.oxxopay-section .oxxopay-p{margin:0 0 5%}.oxxopay-section img{width:50%}.oxxopay-section i{color:#4fb087;width:inherit;padding:3%}@media (max-width:767px){.oxxopay-section{width:90%}}.wrapper_head_rewards .content_statistics{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1rem}.wrapper_head_rewards .content_statistics .item_statistics{margin-right:1rem;border-radius:9px;padding:.75rem}.wrapper_head_rewards .content_statistics .item_statistics.item25{width:100%;height:110px}.wrapper_head_rewards .content_statistics .item_statistics:first-child{background:var(--primary_color);color:#fefefe;position:relative}.wrapper_head_rewards .content_statistics .item_statistics:first-child:after{content:"";border-radius:9px;position:absolute;bottom:0;left:0;width:100%;height:60%;background:transparent;background:-webkit-gradient(left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.25)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.25));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0)}.wrapper_head_rewards .content_statistics .item_statistics:nth-child(2){background:#f1cfdc}.wrapper_head_rewards .content_statistics .item_statistics .statistics{position:relative;z-index:1;display:flex;justify-content:space-around;align-items:center;flex-direction:column;text-align:center;height:100%}.wrapper_head_rewards .content_statistics .item_statistics .statistics *{margin:0}.wrapper_head_rewards .content_statistics .item_statistics .statistics.unique{flex-direction:row;text-align:left;justify-content:flex-start;padding-left:.25rem}.wrapper_head_rewards .content_statistics .item_statistics .statistics.unique .ico_unique{font-size:2.5rem;background:#fefefe;color:#303030;min-width:60px;width:60px;height:60px;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;margin-right:1rem}.wrapper_category .box_tag_category{display:flex;justify-content:center;align-items:flex-start;margin-bottom:2.25rem}.wrapper_category .box_tag_category .item_tab_category{cursor:pointer;width:125px;margin:0 .25rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;text-align:center;color:#aaa;padding:.25rem;border-radius:5px}.wrapper_category .box_tag_category .item_tab_category .tag_ico{font-size:2rem;margin-bottom:.5rem}.wrapper_category .box_tag_category .item_tab_category .tag_name{font-family:"is_medium";text-transform:uppercase;font-size:.8rem;line-height:1.1}.wrapper_category .box_tag_category .item_tab_category:hover{background:#f2f2f2}.wrapper_category .box_tag_category .item_tab_category.active{color:var(--primary_color);background:#f2f2f2}.wrapper_category .box_category_items{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.wrapper_category .box_category_items .box_item_cupon{margin-bottom:1.5rem;width:20%;padding:0 1rem}.wrapper_category .box_category_items .box_item_cupon:hover .info_cupon .ico_download .fas{display:inline;color:var(--primary_color)}.wrapper_category .box_category_items .box_item_cupon:hover .info_cupon .ico_download .far{display:none}.wrapper_category .box_category_items .box_item_cupon:hover .item_cupon .box_img_cupon img{transform:scale(1.1)}.wrapper_category .box_category_items .box_item_cupon .item_cupon .box_img_cupon{overflow:hidden;border-radius:9px}.wrapper_category .box_category_items .box_item_cupon .item_cupon .box_img_cupon img{border-radius:9px}.wrapper_category .box_category_items .box_item_cupon .info_cupon{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem .5rem 0}.wrapper_category .box_category_items .box_item_cupon .info_cupon .name_categ{color:var(--primary_color);font-size:.65rem;text-transform:uppercase}.wrapper_category .box_category_items .box_item_cupon .info_cupon .name_cupon{font-family:"is_medium"}.wrapper_category .box_category_items .box_item_cupon .info_cupon .ico_download{font-size:1.85rem;border-left:1px solid #ccc;padding-left:.5rem;color:#aaa;cursor:pointer}.wrapper_category .box_category_items .box_item_cupon .info_cupon .ico_download .fas{display:none}.wrapper_table thead th{border-top:0!important}.wrapper_table tbody{font-size:.9rem;font-family:"is_light"}.wrapper_list_history .list_history{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #dedede;font-size:.9rem}.wrapper_list_history .list_history .item_list_history{text-align:center}.wrapper_list_history .list_history .item_list_history .img_cupon{height:90px;border-radius:5px}.wrapper_list_history .list_history .item_list_history .btndown{min-width:120px!important}.canjea{color:#c91616;font-family:"is_medium"}.content_user_activity .content_history_activity .box_ttls_activity{background:#eee;display:flex;justify-content:flex-start;align-items:center;padding:.5rem 1rem;border-radius:1rem}.content_user_activity .content_history_activity .box_ttls_activity>div{width:100%}.content_user_activity .content_history_activity .box_ttls_activity>div:first-child{width:125px}.content_user_activity .content_history_activity .box_list_activity .item_list_activity{display:flex;justify-content:flex-start;align-items:center}.content_user_activity .content_history_activity .box_list_activity .item_list_activity>div{padding:.5rem .25rem;width:100%}.content_user_activity .content_history_activity .box_list_activity .item_list_activity>div:first-child{width:90px;position:relative;z-index:9;min-height:70px}.content_user_activity .content_history_activity .box_list_activity .item_list_activity>div:first-child:after{content:"";width:2px;top:0;left:28px;height:100%;position:absolute;background:#ccc}.content_user_activity .content_history_activity .box_list_activity .item_list_activity>div .ico_Activity{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;border:3px solid #ccc;background:#fff;font-size:1.25rem;color:#bbb;position:relative;z-index:9}.content_user_activity .content_history_activity .box_list_activity .item_list_activity .item_description{padding:0;height:100%}.content_user_activity .content_history_activity .box_list_activity .item_list_activity .item_description .name_activity{font-family:"is_medium"}.content_user_activity .content_history_activity .box_list_activity .item_list_activity .item_description .data_activity{color:#aaa;font-size:.85rem}.wrapper_profile{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_profile .content_profile{display:flex;justify-content:space-between;align-items:flex-start;position:relative;flex-direction:row}.wrapper_profile .content_profile .box_main_info_profile{height:100%;width:100%}.wrapper_profile .content_profile .box_main_info_profile .box_aside_btns{position:relative}.wrapper_profile .content_profile .box_main_info_profile .btn_ellipsis{background:#ddd!important;width:25px;height:25px;display:none;justify-content:center;align-items:center;margin-left:.75rem;border-radius:50%;background:#f2f2f2;cursor:pointer;color:#000;position:absolute;top:-55px;right:0}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one{display:flex;justify-content:flex-start;align-items:center;width:100%;position:relative}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .box_avatar_user .avatar{width:125px;min-width:125px;height:125px;margin-right:2rem;border:5px solid #fff}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one input[type=file]{display:none}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .icons{position:absolute;width:33px;height:33px;border-radius:50%;box-shadow:1px 2px 8px rgba(0,0,0,.35);cursor:pointer;background:#fff}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .ico_save{width:35px;height:35px;color:#fff;bottom:-4px;left:40px;display:flex;justify-content:center;align-items:center;background:#278b13;border:0;outline:none}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .custom-file-upload{display:inline-block;padding:8px;bottom:-10px;left:80px}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .custom-file-upload:hover{background:var(--primary_color);color:#fff}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_two{width:50%;text-align:center}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info{display:flex;justify-content:space-between}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info>div{border-right:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;text-align:center}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info>div:last-child{border-right:0}.wrapper_profile .content_profile .box_main_info_profile .box_details_account{margin-top:2rem;margin-bottom:1.25rem;position:relative}.wrapper_profile .content_profile .box_main_info_profile .box_details_account .btn-bitbucket{position:absolute;right:15px;top:14px;font-size:16px;cursor:pointer}.wrapper_profile .content_profile .box_main_info_profile .box_details_account .btn-bitbucket:hover{color:var(--primary_color)}.wrapper_pending{max-width:270px;width:100%;height:100%;margin-left:1.5rem;top:80px;position:-webkit-sticky;position:sticky}.wrapper_pending .closeAll{cursor:pointer;position:absolute;top:10px;font-size:1.25rem;right:15px;z-index:99}.wrapper_pending .content_peding{max-height:250px;overflow:auto}.wrapper_pending .content_peding::-webkit-scrollbar{width:8px}.wrapper_pending .content_peding::-webkit-scrollbar-track{background:transparent}.wrapper_pending .content_peding::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_pending .content_peding::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_pending .content_peding .item_pending{padding:.75rem 1rem;border-bottom:1px solid #efefef;display:block}.wrapper_pending .content_peding .item_pending:hover{background:#efefef}.wrapper_pending .content_peding .item_pending:hover .fnt_medium{color:var(--primary_color)}.wrapper_pending .content_peding .item_pending:last-child{border:0}.wrapper_preferencias .custom-control-label{display:flex;justify-content:space-between;align-items:center}.wrapper_preferencias .custom-control-label .span_drop{width:28px;min-width:28px;height:28px;border-radius:50%}.wrapper_our_company{display:flex;justify-content:space-between;align-items:flex-start}.wrapper_our_company .nav-tabs{border-bottom:1px solid #666;justify-content:space-around}.wrapper_our_company .nav-tabs .nav-item{margin:0;width:100%}.wrapper_our_company .nav-tabs .nav-item .nav-link{min-width:auto!important;width:90%;margin:0 auto;text-align:center;cursor:pointer;background:transparent;border:0}.wrapper_our_company .nav-tabs .nav-item .nav-link.active{font-family:"is_medium";color:#333;border-bottom:5px solid var(--primary_color)}.wrapper_our_company .nav-tabs .tab-content{width:100%;height:100%;overflow:auto}.wrapper_our_company .sec_list_post{background:#ededed;width:100%;max-width:290px;height:calc(100vh - 4rem);overflow:auto}.wrapper_our_company .sec_list_post::-webkit-scrollbar{width:8px}.wrapper_our_company .sec_list_post::-webkit-scrollbar-track{background:transparent}.wrapper_our_company .sec_list_post::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_our_company .sec_list_post::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_our_company .sec_list_post .box_ttl_opt{position:relative}.wrapper_our_company .sec_list_post .box_ttl_opt .btn_ellipsis{background:#ddd!important;width:25px;height:25px;display:none;justify-content:center;align-items:center;margin-left:.75rem;border-radius:50%;background:#f2f2f2;cursor:pointer;color:#000;position:absolute;top:5px;right:0}.wrapper_our_company .sec_list_post .divtop{padding:2rem 1.25rem 0}.wrapper_our_company .sec_list_post .box_ttls_sec{margin:1.5rem 1.25rem;padding:1.25rem .8rem;display:flex;justify-content:flex-start;align-items:center;color:#fefefe}.wrapper_our_company .sec_list_post .box_ttls_sec.article{background:#4282f5}.wrapper_our_company .sec_list_post .box_ttls_sec.article .is_mes{text-transform:capitalize}.wrapper_our_company .sec_list_post .box_ttls_sec.gallery{background:#e76e0a}.wrapper_our_company .sec_list_post .box_ttls_sec.gallery .ico_box_sec{color:#e76e0a}.wrapper_our_company .sec_list_post .box_ttls_sec .ico_box_sec{background:#fefefe;color:#4282f5;min-width:50px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-right:.5rem;text-transform:uppercase;font-family:"is_bold";font-size:2rem}.wrapper_our_company .sec_list_post .box_ttls_sec p{font-size:.75rem}.wrapper_our_company .sec_list_post .content_list_post hr{margin:.5rem 0}.wrapper_our_company .sec_list_post .content_list_post .item_list_post{background:#fefefe!important;padding:1.25rem 1rem;position:relative;cursor:pointer;border-bottom:1px solid #dedede;box-shadow:0 0 8px rgba(0,0,0,.2)}.wrapper_our_company .sec_list_post .content_list_post .item_list_post>div{display:flex;justify-content:flex-start;align-items:center}.wrapper_our_company .sec_list_post .content_list_post .item_list_post:hover.is_read{border-radius:.3rem .3rem 0 0!important;color:#303030;opacity:1}.wrapper_our_company .sec_list_post .content_list_post .item_list_post.is_read{background:transparent!important;color:#666;box-shadow:none;border-radius:0!important;opacity:.9}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .box_avatar_user{min-width:60px}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .box_avatar_user .avatar{height:50px;width:50px}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .date_post{font-size:.75rem;color:#999}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .views_post{position:absolute;top:.35rem;right:1rem;color:#999;font-size:.7rem}.wrapper_our_company .sec_post{width:100%;height:calc(100vh - 4rem);position:relative}.wrapper_our_company .sec_post .back_ico{display:none;background:#fefefe;padding:.25rem .35rem;border-radius:5px;position:absolute;top:10px;left:25px;color:#666;box-shadow:1px 1px 6px rgba(0,0,0,.25)}.wrapper_our_company .sec_post .content_post{height:100%;display:flex;flex-direction:column;justify-content:space-between}.wrapper_our_company .sec_post .content_post .content_info_post{padding:2rem;width:100%;overflow:auto;height:100%}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar{width:8px}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-track{background:transparent}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_our_company .sec_post .content_post .content_info_post .info_post{display:flex;justify-content:flex-start;align-items:center;margin:.5rem 0 2rem}.wrapper_our_company .sec_post .content_post .content_info_post .info_post .box_avatar_user{min-width:75px}.wrapper_our_company .sec_post .content_post .content_info_post .info_post .box_avatar_user .avatar{height:65px;width:65px}.wrapper_our_company .sec_post .content_post .sec_controls_post{width:100%;height:auto;background:#fefefe;box-shadow:2px -2px 9px rgba(0,0,0,.1)}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #d9d9d9}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post .likes{min-width:50px}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post .likes .like_heart{font-size:1.2rem;margin-right:.25rem;color:#da2222}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post{font-size:.9rem;display:flex;justify-content:space-between;align-items:center;padding:1.25rem .75rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read{min-width:110px}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read .tag_read{padding:.25rem .35rem;border-radius:5px;background:#4282f5;color:#fff;cursor:pointer}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read .tag_read:hover{background:#2f6fe6}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post{width:100%;text-align:right;display:flex;justify-content:flex-end;align-items:center}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action{padding:.25rem .35rem;border-radius:5px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin-left:.5rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action:hover{background:#f2f2f2}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i{margin-right:.35rem;font-size:1.35rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i.far{color:#303030}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i.fas{color:#da2222}.wrapper_our_company .sec_post .ReactGridGallery{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile{width:calc(25% - 5px);margin:5px!important;text-align:center}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport img{height:115px!important}.wrapper_our_company .sec_aside_our_company{background:#fefefe;border-left:1px solid #ddd;padding:2rem 1.25rem;max-width:250px;width:100%;height:calc(100vh - 4rem);display:flex;flex-direction:column;justify-content:space-between;position:relative}.wrapper_our_company .sec_aside_our_company .closex{display:none;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.wrapper_our_company .sec_aside_our_company .sec_more_post .box_items_years{padding:1rem 0;height:calc(100vh - 10em);overflow:auto}.wrapper_our_company .sec_aside_our_company .sec_more_post .box_items_years::-webkit-scrollbar{width:8px}.wrapper_our_company .sec_aside_our_company .sec_more_post .box_items_years::-webkit-scrollbar-track{background:transparent}.wrapper_our_company .sec_aside_our_company .sec_more_post .box_items_years::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_our_company .sec_aside_our_company .sec_more_post .box_items_years::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.5rem;cursor:pointer;color:#888}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:first-child{--defaultBackground:#ffc004}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:nth-child(2){--defaultBackground:#c00000}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:nth-child(3){--defaultBackground:#70ac47}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:nth-child(4){--defaultBackground:#5d9cec}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:nth-child(5){--defaultBackground:#70459f}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:nth-child(6){--defaultBackground:#ff5735}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li:hover{color:#222}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li .dots{width:30px;height:30px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;border-radius:50%;font-family:"is_medium";color:#fefefe;margin-right:.5rem;background:#ed5565;background:var(--optionBackground,var(--defaultBackground,#ed5565))}.wrapper_our_company .sec_aside_our_company .sec_more_post .item_more_post .box_collapse .box_ul_month li .name_mes{text-transform:capitalize}.wrapper_help .content_ttls{background:#7890fa;border-radius:15px;display:flex;justify-content:flex-start;align-items:center;padding:0 2rem;height:160px}.wrapper_help .content_ttls .box_img_surveys{text-align:center}.wrapper_help .content_ttls .box_img_surveys img{width:75%}.wrapper_help .content_ttls .minw{max-width:350px}.wrapper_help .content_tabs_help{margin-top:4rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link{background:#fefefe;outline:none;box-shadow:2px 2px 14px rgba(0,0,0,.1);border-radius:10px;margin-bottom:1rem;display:flex;justify-content:flex-start;align-items:center;line-height:1;padding:1.25rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link span{font-size:2.1rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link h5{margin-bottom:0;font-family:"is_medium";padding-left:1rem;font-size:1.15rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link.active{background:var(--primary_color)}.wrapper_help .tab-content{padding:0 .5rem}.wrapper_help .tab-content .content_info_help .ttl_info_help{border-bottom:1px solid #ccc;display:flex;justify-content:flex-start;align-items:center;margin-bottom:1rem}.wrapper_help .tab-content .content_info_help .ttl_info_help span{margin-right:1rem;font-size:2.5rem}.wrapper_help .tab-content .content_info_help .ttl_info_help h5{font-family:"is_medium";font-size:1.75rem;line-height:1}.wrapper_audience .content_ttls{background:#a6d7ff;border-radius:15px;display:flex;justify-content:flex-start;align-items:center;padding:1rem 2rem;height:170px;margin-bottom:2rem!important}.wrapper_audience .content_ttls .box_img_surveys{text-align:center;min-width:180px}.wrapper_audience .content_ttls .box_img_surveys img{width:100%}.wrapper_audience .content_ttls .minw{max-width:400px}.wrapper_audience .content_card_audience{padding:1rem .25rem .25rem}.wrapper_audience .content_card_audience .box_list_audience{width:100%}.wrapper_audience .content_card_audience .box_list_audience .item_audience{display:flex;justify-content:flex-start;align-items:center;padding:.3rem;border-radius:5px;margin:.15rem 0;font-size:.95rem}.wrapper_audience .content_card_audience .box_list_audience .item_audience:hover{background:#f2f2f2}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience{width:100%;padding-right:1rem;display:flex;justify-content:flex-start;align-items:center}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:65px;font-size:2.5rem;text-align:center}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_btns{margin-top:.5rem}.wrapper_ecommerce .content_ttls{background:#a6d7ff;border-radius:15px;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;height:170px;margin-bottom:2rem!important}.wrapper_ecommerce .content_ttls .box_img_surveys{text-align:center;min-width:180px}.wrapper_ecommerce .content_ttls .box_img_surveys img{width:100%}.wrapper_ecommerce .content_ttls .minw{max-width:400px}.wrapper_ecommerce .content_card_audience{padding:1.25rem 2rem}.wrapper_ecommerce .content_card_audience .box_list_audience{max-width:750px;width:100%;margin:0 auto}.wrapper_ecommerce .content_card_audience .box_list_audience .item_audience{display:flex;justify-content:flex-start;align-items:center;padding:.3rem;border-radius:5px;margin:.15rem 0;font-size:.95rem}.wrapper_ecommerce .content_card_audience .box_list_audience .item_audience:hover{background:#f2f2f2}.wrapper_ecommerce .content_card_audience .box_list_audience .item_audience .box_info_audience{width:100%;padding-right:1rem;display:flex;justify-content:flex-start;align-items:center}.wrapper_ecommerce .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:65px;font-size:2.5rem;text-align:center}.wrapper_ecommerce .content_card_audience .box_list_audience .item_audience .box_btns{margin-top:.5rem}.wrapper_ecommerce .item_ecommerce{display:block;text-align:center}.wrapper_ecommerce .item_ecommerce figure img{border-radius:.5rem}.wrapper_ecommerce .item_ecommerce:hover h5,.wrapper_ecommerce .item_ecommerce:hover p{color:var(--primary_color)}.wrapper_slide_home{position:relative;border-radius:9px;overflow:hidden}.wrapper_slide_home .slick-slide{line-height:0}.wrapper_slide_home .slick-next,.wrapper_slide_home .slick-prev{font-size:0;line-height:0;background:hsla(0,0%,100%,.25);position:absolute;top:calc(50% - 5px);display:block;width:20px;height:40px;padding:0;transform:translateY(-50%);z-index:9;cursor:pointer;color:transparent;border:none;outline:none;opacity:.6}.wrapper_slide_home .slick-prev{left:10px}.wrapper_slide_home .slick-next{right:10px}.wrapper_slide_home .slick-next:focus,.wrapper_slide_home .slick-next:hover,.wrapper_slide_home .slick-prev:focus,.wrapper_slide_home .slick-prev:hover{opacity:1;outline:none}.wrapper_slide_home .slick-next:before,.wrapper_slide_home .slick-prev:before{content:"";position:absolute;top:calc(50% - 5px);left:calc(50% - 5px);z-index:9}.wrapper_slide_home .slick-prev:before{border-right:8px solid #444}.wrapper_slide_home .slick-next:before,.wrapper_slide_home .slick-prev:before{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent}.wrapper_slide_home .slick-next:before{border-left:8px solid #444}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}.rbc-event{border:none;box-sizing:border-box;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 rgba(51,51,51,.5)}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:rgba(0,0,0,.1)}.rbc-show-more{background-color:hsla(0,0%,100%,.3);z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal}.rbc-month-view{position:relative;border:1px solid #ddd;display:flex;flex-direction:column;flex:1 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0;overflow:hidden}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.25);padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:flex;flex-flow:column nowrap}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event{border:1px solid #265985;display:flex;max-height:100%;min-height:20px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:-webkit-sticky;position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{width:140px;flex:1 1;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:rgba(0,0,0,.5);color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1 1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1 1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.event-event{background-color:#6b9acf!important}.event-birthday{background-color:#8cbd6b!important}.wrapper_diary .content_ttl_diary{margin-bottom:1.5rem}.wrapper_course .content_ttls{background:#c0e9ae;border-radius:15px;display:flex;justify-content:flex-start;align-items:center;padding:1rem 2rem;margin-bottom:2rem!important}.wrapper_course .content_ttls .box_img_surveys{text-align:center;min-width:180px}.wrapper_course .content_ttls .box_img_surveys img{width:100%}.wrapper_course .content_ttls .minw{max-width:500px}.wrapper_course .content_card_audience{padding:1.25rem 2rem}.wrapper_course .content_card_audience .box_list_audience{width:100%}.wrapper_course .content_card_audience .box_list_audience .item_audience{cursor:pointer;display:flex;justify-content:flex-start;align-items:center;padding:.3rem;border-radius:5px;margin:.5rem 0;font-size:.95rem}.wrapper_course .content_card_audience .box_list_audience .item_audience:hover{background:#f2f2f2;color:var(--primary_color)}.wrapper_course .content_card_audience .box_list_audience .item_audience .box_info_audience{padding-right:1rem;display:flex;justify-content:flex-start;align-items:center;word-break:break-word}.wrapper_course .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:65px;font-size:2.5rem;text-align:center}.wrapper_users{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_users .box_actions .btn{min-width:auto!important;padding:0 1rem}.wrapper_users .box_actions .dropdown-item a:hover{color:#fefefe}.wrapper_users .box_actions .btn-secondary:active,.wrapper_users .box_actions .btn-secondary:focus{background:var(--primary_color)!important}.wrapper_users .box_tool_user .form_inline{display:flex;justify-content:flex-end}.wrapper_users .box_tool_user .form_inline .form-control{border-radius:5px 0 0 5px}.wrapper_users .box_tool_user .box_search_inp .btn{background:#d1d6df;min-width:auto;height:calc(1.5em + .75rem + 2px);border-radius:0 5px 5px 0;padding:.375rem .75rem}.wrapper_details_survey,.wrapper_survey_admin,.wrapper_users_details{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.input_div{display:flex;justify-content:flex-start;align-items:center}.input_div .drop_color{width:40px;min-width:40px;height:40px;border-radius:5px;margin-right:.4rem}.input_div .form-group{width:100%;height:100px;margin-bottom:0}input:disabled,input[disabled],textarea[disabled]{opacity:.4!important;cursor:not-allowed}.wrapper_post_admin{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.wrapper_post_admin .wrapper_editor_textual .post_img{position:relative;margin-left:1rem}.wrapper_post_admin .wrapper_editor_textual .post_img span{background:rgba(216,5,5,.95);color:#fefefe;cursor:pointer;position:absolute;box-shadow:-3px 1px 6px rgba(0,0,0,.25);top:-10px;left:-10px;width:25px;height:25px;padding-left:6px;padding-top:3px;border-radius:50%;font-size:.9rem}.wrapper_post_admin .wrapper_editor_textual .post_img span:hover{box-shadow:none;top:-11px;left:-11px}.wrapper_post_admin .wrapper_editor_textual .files{flex-wrap:wrap;justify-content:flex-start}.wrapper_post_admin .wrapper_editor_textual .files>span{margin-bottom:1rem}.wrapper_post_admin .box_iframe_course .form-group{margin-bottom:.25rem}.wrapper_post_admin .box_iframe_course .box_btn_modal{text-align:right;font-size:.9rem}.wrapper_post_admin .box_iframe_course .box_btn_modal span{text-decoration:underline;font-style:italic;cursor:pointer}.wrapper_post_admin .box_iframe_course .box_btn_modal span:hover{text-decoration:none}.wrapper_galleries .box_imgs_gallery{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.wrapper_galleries .box_imgs_gallery .item_img_gallery{width:12.5%;padding:.5rem;position:relative}.wrapper_galleries .box_imgs_gallery .item_img_gallery:hover .ico_trash{display:flex}.wrapper_galleries .box_imgs_gallery .item_img_gallery .ico_trash{display:none;justify-content:center;align-items:center;width:25px;height:25px;background:rgba(216,5,5,.95);color:#fefefe;cursor:pointer;border-radius:50%;position:absolute;top:2px;left:2px;font-size:.9rem;box-shadow:-3px 1px 6px rgba(0,0,0,.25)}.wrapper_galleries .box_imgs_gallery .item_img_gallery .ico_trash:hover{box-shadow:none;top:0;left:0}.wrapper_diary_admin .box_data_calendar{display:flex;justify-content:flex-start;align-items:center}.wrapper_diary_admin .box_data_calendar .item_data_calendar{display:flex;justify-content:flex-start;align-items:center;margin-right:1rem}.wrapper_diary_admin .box_data_calendar .item_data_calendar h6{padding-left:.3rem!important}.wrapper_company_admin,.wrapper_details_company,.wrapper_details_reward,.wrapper_reward_admin{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}.content_new_question{background:#f8f7f7;padding:1rem;margin-bottom:1.5rem}.content_new_question .form-group .form-control{background:#fff}.wrapper_control{background:hsla(0,0%,100%,.99);background:-webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,.99)),color-stop(6%,hsla(0,0%,94.9%,.99)),color-stop(94%,hsla(0,0%,94.9%,.99)),color-stop(100%,hsla(0,0%,100%,.99)));background:linear-gradient(90deg,hsla(0,0%,100%,.99) 0,hsla(0,0%,94.9%,.99) 6%,hsla(0,0%,94.9%,.99) 94%,hsla(0,0%,100%,.99));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);min-height:calc(100vh - 4rem)}@font-face{font-family:"is_light";src:url(/static/media/GothamNarrow-Light.11144372.eot);src:url(/static/media/GothamNarrow-Light.11144372.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-Light.2e4d9124.ttf) format("truetype"),url(/static/media/GothamNarrow-Light.04196039.woff) format("woff"),url(/static/media/GothamNarrow-Light.04ba9519.svg) format("svg")}@font-face{font-family:"is_light_italic";src:url(/static/media/GothamNarrow-LightItalic.774cf5f3.eot);src:url(/static/media/GothamNarrow-LightItalic.774cf5f3.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-LightItalic.0f65ae7b.ttf) format("truetype"),url(/static/media/GothamNarrow-LightItalic.e98ce651.woff) format("woff") url(/static/media/GothamNarrow-LightItalic.450f3261.svg) format("svg")}@font-face{font-family:"is_book";src:url(/static/media/GothamNarrow-Book.a7617e7a.eot);src:url(/static/media/GothamNarrow-Book.a7617e7a.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-Book.06d4e0c4.ttf) format("truetype"),url(/static/media/GothamNarrow-Book.338285dc.woff) format("woff"),url(/static/media/GothamNarrow-Book.95564d8e.svg) format("svg")}@font-face{font-family:"is_book_italic";src:url(/static/media/GothamNarrow-BookItalic.bb0c8128.eot);src:url(/static/media/GothamNarrow-BookItalic.bb0c8128.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-BookItalic.52e6e9f7.ttf) format("truetype"),url(/static/media/GothamNarrow-BookItalic.b57ca309.woff) format("woff"),url(/static/media/GothamNarrow-BookItalic.eaba5e62.svg) format("svg")}@font-face{font-family:"is_medium";src:url(/static/media/GothamNarrow-Medium.9ab13cc0.eot);src:url(/static/media/GothamNarrow-Medium.9ab13cc0.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-Medium.178274c4.ttf) format("truetype"),url(/static/media/GothamNarrow-Medium.3e58e257.woff) format("woff"),url(/static/media/GothamNarrow-Medium.0c0f602e.svg) format("svg")}@font-face{font-family:"is_medium_italic";src:url(/static/media/GothamNarrow-MediumItalic.fd3dd8bb.eot);src:url(/static/media/GothamNarrow-MediumItalic.fd3dd8bb.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-MediumItalic.5244fd70.ttf) format("truetype"),url(/static/media/GothamNarrow-MediumItalic.209b1a24.woff) format("woff"),url(/static/media/GothamNarrow-MediumItalic.bc8a3a05.svg) format("svg")}@font-face{font-family:"is_bold";src:url(/static/media/GothamNarrow-Bold.c0237eae.eot);src:url(/static/media/GothamNarrow-Bold.c0237eae.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-Bold.93bfc945.ttf) format("truetype"),url(/static/media/GothamNarrow-Bold.571da480.woff) format("woff"),url(/static/media/GothamNarrow-Bold.870ee8d3.svg) format("svg")}@font-face{font-family:"is_bold_italic";src:url(/static/media/GothamNarrow-BoldItalic.f78cc2cd.eot);src:url(/static/media/GothamNarrow-BoldItalic.f78cc2cd.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-BoldItalic.6a3bf814.ttf) format("truetype"),url(/static/media/GothamNarrow-BoldItalic.c3d46a24.woff) format("woff"),url(/static/media/GothamNarrow-BoldItalic.c462a960.svg) format("svg")}@font-face{font-family:"is_black";src:url(/static/media/GothamNarrow-Black.735d18b8.eot);src:url(/static/media/GothamNarrow-Black.735d18b8.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-Black.90f82e00.ttf) format("truetype"),url(/static/media/GothamNarrow-Black.c82969fd.woff) format("woff"),url(/static/media/GothamNarrow-Black.fc356641.svg) format("svg")}@font-face{font-family:"is_black_italic";src:url(/static/media/GothamNarrow-BlackItalic.38b62340.eot);src:url(/static/media/GothamNarrow-BlackItalic.38b62340.eot) format("embedded-opentype"),url(/static/media/GothamNarrow-BlackItalic.5460134e.ttf) format("truetype"),url(/static/media/GothamNarrow-BlackItalic.e3b9029b.woff) format("woff"),url(/static/media/GothamNarrow-BlackItalic.62c13259.svg) format("svg")}:root{--primary_color:#582669}body{font-family:"is_book";line-height:1.35}a,a:hover,body{color:#303030}a:hover{text-decoration:none}h1{line-height:2.25rem}img{max-width:100%}.cursor{cursor:pointer}.trans{transition:.5s cubic-bezier(.2,.61,.41,.95)}.shadows{box-shadow:0 0 12px rgba(0,0,0,.15)}.bradius{border-radius:9px}.padd{padding:2rem}.text.fnt_light{font-family:"is_light"}.text.fnt_book{font-family:"is_book"}.text.fnt_medium{font-family:"is_medium"}.text.fnt_bold{font-family:"is_bold"}.text.fnt_black{font-family:"is_black"}.c_primary{color:#582669;color:var(--primary_color)}.c_green{color:#039403}.paragraph{font-size:1rem}.paragraph.parag_big{font-size:1.2rem}.custom-control-label{vertical-align:middle;padding-top:.15rem}.card{border-radius:9px;border:0;padding:.75rem}.form-group{margin-bottom:1.25rem}.form-group .box_input_icon{position:relative;display:block}.form-group .box_input_icon .form-control{padding-left:37px}.form-group .box_input_icon .ico_input{position:absolute;left:12px;top:calc(50% - 11px)}.form-group .box_input_icon .ico_input img{height:18px}.form-group .form-control{border-radius:9px;height:45px;background:#f2f2f2}.form-group .form-control:focus{color:#303030;outline:0;border:0}.dropdown-container{border-radius:9px;padding:2px 2px 2px 6px;background:#f2f2f2}.dropdown-container:focus{color:#303030;outline:0;border:0}.bg_logo_shop{width:75px;height:75px;margin:0 auto;display:flex;justify-self:center;overflow:hidden;align-items:center;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.25)}.dropdown-menu{border-radius:0;padding:.5rem}.dropdown-menu .dropdown-item{padding-left:.75rem;border-radius:5px}.dropdown-menu .dropdown-item:hover{background:#582669;background:var(--primary_color);color:#fefefe}label{margin-bottom:.25rem}.custom-control-input:checked~.custom-control-label:before{border-color:#582669!important;border-color:var(--primary_color)!important;background-color:#582669!important;background-color:var(--primary_color)!important}fieldset{padding:1.5rem;border:1px solid #ccc}fieldset legend{display:inline-block;width:auto;padding:0 1rem 0 .5rem;font-size:1.25rem;color:#666}.table-responsive{display:block!important}.wrapper_table td,.wrapper_table th{vertical-align:middle}.wrapper_table .table-sm td,.wrapper_table .table-sm th{padding:.5rem .3rem}.wrapper_table thead th{font-size:.9rem}.wrapper_table tbody tr{border-bottom:1px solid #dee2e6}.wrapper_table tbody tr td{border:0}.wrapper_table .link_data{color:#582669;color:var(--primary_color);cursor:pointer}.wrapper_table .link_data:hover{text-decoration:underline}.wrapper_table .icon_tables{display:inline-block;margin:0 .2rem;cursor:pointer}.wrapper_table .icon_tables:hover{color:#582669;color:var(--primary_color)}.wrapper_table .min_width{min-width:175px}.wrapper_calendar{overflow:auto;min-height:550px}.wrapper_calendar .rbc-header{padding:5px 3px;background-color:#f2f2f2;text-transform:capitalize}.wrapper_calendar .rbc-calendar .rbc-toolbar{position:relative;height:80px}.wrapper_calendar .rbc-calendar .rbc-toolbar>span{margin:0 auto;text-align:center;position:absolute}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group{bottom:0}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group button{padding:.35rem .5rem}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group:first-child{left:0}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group:last-child{right:0}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-toolbar-label{top:0;text-transform:capitalize;font-family:"is_medium";font-size:2rem;padding:0}.wrapper_calendar .rbc-calendar .rbc-agenda-view,.wrapper_calendar .rbc-calendar .rbc-month-view,.wrapper_calendar .rbc-calendar .rbc-time-view{min-width:500px}.box_data_calendar .item_data_calendar{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.5rem}.box_data_calendar .item_data_calendar .drops{width:25px;height:25px;border-radius:5px}.box_data_calendar .item_data_calendar .drops.event{background:#6b9acf}.box_data_calendar .item_data_calendar .drops.birthday{background:#8cbd6b}.box_data_calendar .item_data_calendar h6{margin-bottom:0;padding-left:.5rem}.line_height{line-height:1}.btn-group{margin-top:.25rem;margin-bottom:1.5rem}.btn-group .btns{border:0;padding:.5rem .75rem;outline:none}.btn-group .btns.active,.btn-group .btns:hover{background:#582669!important;background:var(--primary_color)!important;color:#fefefe}.btn-group .btns.active{box-shadow:inset 0 0 12px rgba(0,0,0,.3)}.btn-group .btns:first-child{border-radius:7px 0 0 7px}.btn-group .btns:last-child{border-radius:0 7px 7px 0}.files{display:flex;justify-content:flex-end;align-items:center}.files>span{position:relative}.files .item_file{cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;padding:.5rem .5rem .25rem;border-radius:6px;margin-left:.5rem}.files .item_file .ico_file{width:25px;font-size:1.8rem;margin-right:.35rem}.files .item_file small{max-width:95px;word-break:break-all;line-height:1}.files .item_file:hover{opacity:.75}.files .btn_delete{background:rgba(216,5,5,.95);color:#fefefe;cursor:pointer;position:absolute;box-shadow:-3px 1px 6px rgba(0,0,0,.25);top:-13px;left:0;width:25px;height:25px;padding-left:6px;padding-top:3px;border-radius:50%;font-size:.9rem}.wrapper__modal_infog{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:999;text-align:center;overflow:auto;padding:1rem;display:none}.wrapper__modal_infog.inShow{display:block}.wrapper__modal_infog .btnInCLose{background:#fff;font-size:.8rem;font-weight:800;padding:.25rem;border-radius:.25rem;position:fixed;z-index:99;top:.5rem;letter-spacing:1px;right:1rem;box-shadow:2px 2px 9px rgba(0,0,0,.75);cursor:pointer}.wrapper__modal_infog .modal_infog{max-width:525px;margin:0 auto}.wrapper__modal_infog .modal_infog .imginmodal{width:100%;margin:0 auto}.wrapper_dropzone{margin-bottom:2rem}.wrapper_dropzone .dropzone{background:#fefefe;padding:1rem}.wrapper_dropzone .dropzone .box_dropzone{border-radius:7px;border:2px dashed #c7072e;margin:0;padding:2rem .5rem;text-align:center}.wrapper_dropzone .dropzone .box_dropzone span{font-size:3rem}.nav-tabs{overflow:auto;flex-wrap:nowrap;border:0}.nav-tabs::-webkit-scrollbar{height:8px}.nav-tabs::-webkit-scrollbar-track{background:#eee}.nav-tabs::-webkit-scrollbar-thumb{background:#ddd}.nav-tabs::-webkit-scrollbar-thumb:hover{background:#aaa}.nav-tabs .nav-item{margin:0}.nav-tabs .nav-item .nav-link{min-width:150px;width:100%;text-align:center;cursor:pointer}.nav-tabs .nav-item .nav-link.active{font-family:"is_medium";color:#582669;color:var(--primary_color)}.brox_for_video{display:none}.brox_for_video.is_show{display:block}.box_tabs_avisos .nav-item{width:100%}.box_tabs_avisos .card_tabs{box-shadow:0 -1px 2px rgba(0,0,0,.1);padding-top:2rem!important}.box_tabs_avisos .box_videos,.box_tabs_avisos iframe{width:100%}.btn{font-family:"is_medium";border-radius:30px;min-width:200px;height:45px;padding:10px;position:relative}.btn:active,.btn:focus,.btn:hover{outline:0;box-shadow:none}.btn:active:before,.btn:focus:before,.btn:hover:before{height:100%}.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:hsla(0,0%,100%,.15);transition:.3s cubic-bezier(.2,.61,.41,.95);border-radius:30px}.btn.primary{background:#582669;background:var(--primary_color);color:#fff!important;border:0}.btn.secundary{border:2px solid #582669;border:2px solid var(--primary_color);color:#582669;color:var(--primary_color)}.btn.minimum{height:33px;padding:.2rem 2rem;min-width:auto}.back_go{background:#fefefe;padding:.35rem;border-radius:5px;cursor:pointer;color:#666;box-shadow:1px 1px 6px rgba(0,0,0,.25)}.back_go:hover{color:#582669;color:var(--primary_color)}.btn_links{cursor:pointer}.btn_links:hover,.link_action{text-decoration:underline}.link_action{color:#582669;color:var(--primary_color);cursor:pointer}.box_avatar_user .avatar{background:#fefefe;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.box_avatar_user .avatar>img{width:100%;transform:scale(1.2)}.box_empty{text-align:center;color:#666}.box_empty span{font-size:2.5rem}.card_tabs{background:#fefefe;border:1px solid #dee2e6;border-top:0;border-radius:0 5px 5px 5px;box-shadow:1px 1px 6px rgba(0,0,0,.05);padding:1rem 1.5rem}.drawer_btns_sect{margin-top:1rem;width:100%;display:flex;justify-content:space-between;align-items:center}.wrapper_main{margin:0 auto;max-width:1500px}.wrapper_main .section_main{width:calc(100% - 215px);margin-left:215px;margin-top:4rem}.wrapper_home .row_data_home{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap;margin-bottom:.75rem}.wrapper_home .row_data_home .link_data_home{width:25%;padding-right:1.5rem;margin-bottom:1rem}.wrapper_home .row_data_home .link_data_home:last-child{padding:0}.wrapper_home .row_data_home .link_data_home .item_data_home{background:#fefefe;display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:9px;height:100%;width:100%}.wrapper_home .row_data_home .link_data_home .item_data_home .slick-slider .slick-dots{bottom:-10px}.wrapper_home .row_data_home .link_data_home .item_data_home h2{line-height:1}.wrapper_home .row_data_home .link_data_home .item_data_home .label_data{font-size:.85rem;margin-bottom:0}.wrapper_home .row_data_home .link_data_home .item_data_home .rewards{line-height:.8}.wrapper_home .row_data_home .link_data_home .item_data_home .box_company_home{width:calc(100% - 70px);position:relative}.wrapper_home .row_data_home .link_data_home .item_data_home .box_company_home img{width:80%}.wrapper_home .row_data_home .link_data_home .item_data_home .drop_icon{background:#582669;background:var(--primary_color);width:60px;min-width:60px;margin-left:.5rem;height:60px;display:flex;justify-content:center;align-items:center;border-radius:8px}.wrapper_home .row_data_home .link_data_home .item_data_home .drop_icon img{width:40%}.wrapper_home .row_drops .drop_home{background:#fefefe;padding:.75rem 1rem;height:100%}.wrapper_home .row_drops .ttls_drop{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.wrapper_home .row_drops .ttls_drop .text{margin:0;width:100%;font-weight:600;color:#582669;color:var(--primary_color)}.wrapper_home .row_drops .ttls_drop .more{min-width:70px;margin-left:1rem}.wrapper_home .row_drops .content_drop{max-height:270px;overflow:auto;padding-right:.5rem}.wrapper_home .row_drops .content_drop::-webkit-scrollbar{width:8px}.wrapper_home .row_drops .content_drop::-webkit-scrollbar-track{background:transparent}.wrapper_home .row_drops .content_drop::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_home .row_drops .content_drop::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_home .row_drops .box_schedule{position:relative}.wrapper_home .row_drops .box_schedule .span_month{position:absolute;top:1rem;right:.75rem;font-size:.9rem;font-family:"is_medium"}.wrapper_home .row_drops .box_business img{width:100%}.info_post h6{word-break:break-word}.wrapping_pay_canceled{display:flex;justify-content:center;align-items:center;min-height:550px}.wrapping_pay_canceled .box_cancel{padding-top:2rem}.wrapping_pay_canceled .box_cancel .cancel_label{font-family:"is_bold";font-size:.9rem;letter-spacing:3px;color:#ccc}.wrapping_pay_canceled .box_cancel .cancel_box_icons{font-size:6rem;color:#e00c0c;padding-top:1rem}.wrapping_pay_canceled .box_cancel .cancel_box_icons>h1{font-family:"is_bold";font-size:3.5rem;font-style:italic;line-height:.75}.wrapping_pay_canceled .box_cancel .cancel_info{margin-top:2rem;padding:0 2rem}.wrapping_pay_canceled .box_new_try{padding-top:2rem}.wrapping_pay_canceled .box_new_try .new_try{padding:2rem 0}.wrapping_pay_canceled .box_new_try .new_try:first-child{border-bottom:1px solid #ccc}.wrapper_pay_successful{display:flex;justify-content:center;align-items:center;min-height:600px}.wrapper_pay_successful .box_success{padding:2rem 0}.wrapper_pay_successful .box_recomp{padding:1rem 2rem;border-left:1px solid #ccc}.wrapper_editor_textual .wrapper-class{width:100%}.wrapper_editor_textual .wrapper-class .editor-class{border:1px solid #efefef;height:auto!important;min-height:200px;border-radius:2px;padding:0 1rem}.wrapper_editor_textual .wrapper-class .rdw-option-active{box-shadow:inset 1px 1px 0 #bfbdbd;background:#dadada!important}.wrapper_editor_textual .wrapper-class .public-DraftEditor-content{min-height:200px}.wrapper_editor_textual .wrapper-class .rdw-justify-aligned-block>div{width:100%}.wrapper_editor_textual .wrapper-class .rdw-justify-aligned-block>div span{white-space:normal!important}.wrapper_editor_textual .wrapper-class .public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write!important}.wrapper_editor_textual .wrapper-class .DraftEditor-root *{white-space:normal!important}.fade{opacity:1}.textarea-box{height:auto!important}.wrapper_modal_cap{max-width:100%;margin:0;height:100%;background:rgba(0,0,0,.5);position:relative;display:flex;justify-content:center;align-items:center}.wrapper_modal_cap .modal-content{height:90%;width:90%;background:#000}.wrapper_modal_cap .modal-content>div{height:100%}.wrapper_modal_cap .modal-content>div .toolbar_opt_modal{position:absolute;top:-30px;right:0;display:flex;justify-content:flex-end;align-items:center}.wrapper_modal_cap .modal-content>div .toolbar_opt_modal .btns_modal{background:#fff;box-shadow:2px -2px 6px rgba(0,0,0,.95);margin-left:.5rem;padding:.25rem .4rem;font-size:.75rem;letter-spacing:1px;border-radius:.2rem;font-weight:500;cursor:pointer;color:#111}.wrapper_modal_cap .modal-content>div .toolbar_opt_modal .btns_modal:hover{color:#c90f0f}.wrapper_modal_cap iframe{width:100%;height:100%;position:relative;border-radius:.25rem}.wrapper_modal_cap video{width:100%;height:100%}.slick-slider{display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-20px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:8px;height:8px;margin:0 3px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:0;height:0;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:"slick";font-size:6px;line-height:20px;position:absolute;top:0;left:0;background-color:#333;width:8px;height:8px;content:"";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:1;color:#000;background:#582669;background:var(--primary_color)}.divtop .box_ttl_opt{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.divtop .ttls{display:flex;justify-content:flex-start;align-items:center;position:relative}.divtop .ttls span{background:#f2f2f2;position:relative;z-index:1}.divtop .ttls:after{content:"";width:100%;height:2px;position:absolute;background:#303030;z-index:0}.divtop .ttls .ico_shop{display:flex;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;border-radius:50%;border:2px solid #303030}.divtop .ttls .ico_shop .fas{font-size:1rem}@media screen and (max-width:1200px){.wrapper_home .row_data_home .link_data_home{width:50%;padding-right:1rem}.wrapper_home .row_data_home .link_data_home:nth-child(2){padding:0}.rewards{overflow-wrap:break-word}.wrapper_surveys .content_surveys{width:100%}.wrapper_surveys .content_surveys .box_more_survey .btn_ellipsis{display:flex}.wrapper_surveys .aside_lateral{position:fixed;top:65px;right:-337px;width:100%;max-width:335px;box-shadow:-5px 0 12px rgba(0,0,0,.15)}.wrapper_surveys .aside_lateral .btn_ellipsis_close{display:block}.box_container_hub .item_provaider_hub .item_content{height:100%}.box_container_hub .item_provaider_hub .item_content .box_p_img{min-height:auto;height:100%}.wrapper_help .content_ttls .box_img_surveys img{width:85%}.wrapper_our_company .sec_list_post .box_ttl_opt .btn_ellipsis{display:flex}.wrapper_our_company .sec_aside_our_company{display:none;position:fixed;top:4rem;right:0;box-shadow:-3px 0 20px rgba(0,0,0,.1);max-width:315px;width:100%}.wrapper_our_company .sec_aside_our_company .closex,.wrapper_our_company .sec_aside_our_company.is-show{display:block}}@media screen and (max-width:1080px){.wrapper_pending{max-width:319px;top:65px;right:-320px;z-index:9;position:fixed}.wrapper_pending.is-show{right:0}.wrapper_pending .card{height:calc(100vh - 65px);border-radius:0}.wrapper_profile .content_profile .box_main_info_profile .btn_ellipsis{display:flex}.wrapper_our_company{display:flex;justify-content:space-between;align-items:flex-start}.wrapper_our_company .nav-tabs{border-bottom:1px solid #666;justify-content:space-around}.wrapper_our_company .nav-tabs .nav-item{margin:0;width:100%}.wrapper_our_company .nav-tabs .nav-item .nav-link{min-width:auto!important;width:90%;margin:0 auto;text-align:center;cursor:pointer;background:transparent;border:0}.wrapper_our_company .nav-tabs .nav-item .nav-link.active{font-family:"is_medium";color:#333;border-bottom:5px solid #582669;border-bottom:5px solid var(--primary_color)}.wrapper_our_company .nav-tabs .tab-content{width:100%;height:100%;overflow:auto}.wrapper_our_company .sec_list_post{background:#ededed;width:100%;max-width:290px;height:calc(100vh - 4rem);overflow:auto}.wrapper_our_company .sec_list_post::-webkit-scrollbar{width:8px}.wrapper_our_company .sec_list_post::-webkit-scrollbar-track{background:transparent}.wrapper_our_company .sec_list_post::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_our_company .sec_list_post::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_our_company .sec_list_post .box_ttl_opt{position:relative}.wrapper_our_company .sec_list_post .box_ttl_opt .btn_ellipsis{display:flex}.wrapper_our_company .sec_list_post .divtop{padding:2rem 1.25rem 0}.wrapper_our_company .sec_list_post .box_ttls_sec{margin:1.5rem 1.25rem;padding:1.25rem .8rem;display:flex;justify-content:flex-start;align-items:center;color:#fefefe}.wrapper_our_company .sec_list_post .box_ttls_sec.article{background:#4282f5}.wrapper_our_company .sec_list_post .box_ttls_sec.article .is_mes{text-transform:capitalize}.wrapper_our_company .sec_list_post .box_ttls_sec.gallery{background:#e76e0a}.wrapper_our_company .sec_list_post .box_ttls_sec.gallery .ico_box_sec{color:#e76e0a}.wrapper_our_company .sec_list_post .box_ttls_sec .ico_box_sec{background:#fefefe;color:#4282f5;min-width:50px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-right:.5rem;text-transform:uppercase;font-family:"is_bold";font-size:2rem}.wrapper_our_company .sec_list_post .box_ttls_sec p{font-size:.75rem}.wrapper_our_company .sec_list_post .content_list_post hr{margin:.5rem 0}.wrapper_our_company .sec_list_post .content_list_post .item_list_post{background:#fefefe!important;padding:1.25rem 1rem;position:relative;cursor:pointer;border-bottom:1px solid #dedede;box-shadow:0 0 8px rgba(0,0,0,.2)}.wrapper_our_company .sec_list_post .content_list_post .item_list_post>div{display:flex;justify-content:flex-start;align-items:center}.wrapper_our_company .sec_list_post .content_list_post .item_list_post:hover.is_read{border-radius:.3rem .3rem 0 0!important;color:#303030;opacity:1}.wrapper_our_company .sec_list_post .content_list_post .item_list_post.is_read{background:transparent!important;color:#666;box-shadow:none;border-radius:0!important;opacity:.9}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .box_avatar_user{min-width:60px}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .box_avatar_user .avatar{height:50px;width:50px}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .date_post{font-size:.75rem;color:#999}.wrapper_our_company .sec_list_post .content_list_post .item_list_post .views_post{position:absolute;top:.35rem;right:1rem;color:#999;font-size:.7rem}.wrapper_our_company .sec_post{width:100%;height:calc(100vh - 4rem);position:relative}.wrapper_our_company .sec_post .back_ico{display:none;background:#fefefe;padding:.25rem .35rem;border-radius:5px;position:absolute;top:10px;left:25px;color:#666;box-shadow:1px 1px 6px rgba(0,0,0,.25)}.wrapper_our_company .sec_post .content_post{height:100%;display:flex;flex-direction:column;justify-content:space-between}.wrapper_our_company .sec_post .content_post .content_info_post{padding:2rem;width:100%;overflow:auto;height:100%}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar{width:8px}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-track{background:transparent}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:20px}.wrapper_our_company .sec_post .content_post .content_info_post::-webkit-scrollbar-thumb:hover{background:#8a8787}.wrapper_our_company .sec_post .content_post .content_info_post .info_post{display:flex;justify-content:flex-start;align-items:center;margin:.5rem 0 2rem}.wrapper_our_company .sec_post .content_post .content_info_post .info_post .box_avatar_user{min-width:75px}.wrapper_our_company .sec_post .content_post .content_info_post .info_post .box_avatar_user .avatar{height:65px;width:65px}.wrapper_our_company .sec_post .content_post .sec_controls_post{width:100%;height:auto;background:#fefefe;box-shadow:2px -2px 9px rgba(0,0,0,.1)}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #d9d9d9}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post .likes{min-width:50px}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_files_post .likes .like_heart{font-size:1.2rem;margin-right:.25rem;color:#da2222}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post{font-size:.9rem;display:flex;justify-content:space-between;align-items:center;padding:1.25rem .75rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read{min-width:110px}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read .tag_read{padding:.25rem .35rem;border-radius:5px;background:#4282f5;color:#fff;cursor:pointer}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_tag_read .tag_read:hover{background:#2f6fe6}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post{width:100%;text-align:right;display:flex;justify-content:flex-end;align-items:center}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action{padding:.25rem .35rem;border-radius:5px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin-left:.5rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action:hover{background:#f2f2f2}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i{margin-right:.35rem;font-size:1.35rem}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i.far{color:#303030}.wrapper_our_company .sec_post .content_post .sec_controls_post .content_options_post .box_actions_post .box_btns_post .btn_action>i.fas{color:#da2222}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile{width:calc(48% - 5px)}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport img{height:135px!important}}@media screen and (max-width:990px){.wrapper_slide_home{margin-bottom:1rem}.rewards{overflow-wrap:break-word;max-width:100%}.wrapper_surveys .content_surveys .content_ttls{padding:6rem 1rem}.box_container_hub .item_provaider_hub{width:33.3%;padding:.5rem}.surveys .ico_left{display:none}.surveys .ico_up{display:inline-block}.wrapper_category .box_category_items .box_item_cupon{width:33.3%}.wrapper_galleries .box_imgs_gallery .item_img_gallery{width:25%}.wrapper_help .content_ttls .box_img_surveys img{width:100%}}@media screen and (max-width:900px){.drawer_btns_sect{align-items:flex-start;flex-direction:column}}@media screen and (max-width:860px){.wrapper_our_company .sec_list_post{max-width:100%;min-height:calc(100vh - 4rem);height:100%}.wrapper_our_company .sec_post{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:#fefefe}.wrapper_our_company .sec_post .back_ico,.wrapper_our_company .sec_post.is-show{display:block}.wrapper_our_company .sec_post .content_post .content_info_post{padding-top:1rem}.wrapper_our_company .sec_post .content_post .content_info_post .info_post{margin-top:2.25rem}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile{width:calc(23% - 5px)}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport img{height:135px!important}}@media screen and (max-width:768px){.wrapper_menu_aside{width:275px;margin-left:-280px;box-shadow:5px 0 16px rgba(0,0,0,.2)}.wrapper_menu_aside:after{margin-left:-280px}.wrapper_main .section_main{width:100%;margin-left:0;margin-top:3rem;padding:1rem .5rem 0}.wrapper_header{width:100%}.wrapper_header .box_brand .btn_menu{display:inline-block}.wrapper_login .content_login .box_msj{width:50%}.padd{padding:1.5rem 1rem}.wrapper_register .bg_register{top:-20px}.wrapper_register .container_register{padding-top:120px}}@media screen and (max-width:620px){.wrapper_header .content_header .box_search_input{display:none}.wrapper_login{min-height:675px}.wrapper_login .content_login{flex-direction:column;height:100%;min-height:625px}.wrapper_login .content_login .box_msj{width:100%;border-radius:8px 8px 0 0;height:auto;padding:1.25rem 1rem}.wrapper_login .content_login .box_form{width:100%;padding-bottom:2rem}.wrapper_surveys .content_surveys .content_ttls{padding:3rem 1rem}.wrapper_surveys .content_surveys .content_ttls .box_img_surveys{display:none}.box_container_hub .item_provaider_hub .item_content .box_p_img img{width:100%}.divtop .box_ttl_opt{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-direction:column-reverse}.divtop .box_ttl_opt .wrapper_tool_discount{margin-bottom:1.5rem}.divtop .box_ttl_opt.no_reverse{flex-direction:column!important}.divtop .box_ttl_opt.no_reverse .box_actions{margin-top:1rem}.wrapper_tool_discount{min-width:100%}.wrapper_category{padding-top:0!important}.wrapper_category .box_tag_category .item_tab_category .tag_ico{font-size:1.65rem}.wrapper_category .box_tag_category .item_tab_category .tag_name{font-size:.75rem}.wrapper_list_history .list_history{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.wrapper_list_history .list_history .item_list_history{width:50%;margin-bottom:.5rem}.wrapper_list_history .list_history .item_list_history:first-child{width:100%}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info{flex-wrap:wrap;justify-content:flex-start}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info>div{width:33%;border-right:1px solid #ccc!important}.wrapper_help .content_tabs_help{margin-top:2rem}.wrapper_help .content_ttls{height:100%;padding:.5rem 1rem}.wrapper_help .content_ttls .box_img_surveys img{display:none}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile{width:calc(30% - 5px)}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport img{height:115px!important}}@media screen and (max-width:575px){.ttls_black{font-size:2rem}.wrapper_login .content_login .box_form .box_logo_company_login{margin-bottom:1rem}.wrapper_home .row_data_home .item_data_home .box_company_home img{width:100%}.padd{padding:1.5rem .5rem}.wrapper_purchased_item .head_purchased_item .col_unicas{flex-wrap:wrap}.wrapper_purchased_item .head_purchased_item .col_unicas .cols{width:50%;margin-bottom:.5rem}.wrapper_category .box_tag_category .item_tab_category .tag_ico{font-size:1.65rem;margin-bottom:0;padding:.5rem}.wrapper_category .box_tag_category .item_tab_category .tag_name{font-size:.75rem;display:none}.wrapper_board .content_text_board{max-height:100%;color:#303030;background:#fefefe}.wrapper_board .content_text_board>div .item_cat_board h5{color:#582669;color:var(--primary_color)}.wrapper_board .box_content_board{display:none;background:#f2f2f2;position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;z-index:9;padding-top:5.5rem}.wrapper_board .box_content_board .back_ico,.wrapper_board .box_content_board.is-show{display:block}.wrapper_help .content_tabs_help .nav.nav-pills{flex-direction:row!important}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item{width:50%;padding:0 .5rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link{min-height:100px}.my_modal .modal-body{max-height:70vh}}@media screen and (max-width:480px){.wrapper_galleries .box_imgs_gallery .item_img_gallery{width:33.3%}.wrapper_header .box_notifications .btn_notifications .icon_bell_label{display:none}.wrapper_login{padding:0;min-height:600px}.wrapper_login .content_login{min-height:600px;box-shadow:none}.wrapper_login .content_login .box_msj{border-radius:0!important}.wrapper_login .content_login .box_form{padding:.5rem 1.25rem}.wrapper_login .content_login .box_form .box_btn_login{margin-bottom:0}.box_container_hub .item_provaider_hub{width:50%}.box_container_hub .item_provaider_hub .item_content .box_p_img img{width:100%}.divtop .ttls:after{display:none}.divtop .ttls span{background:transparent}.btn{margin-bottom:1rem}.wrapper_head_rewards .content_statistics{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:0;flex-wrap:wrap}.wrapper_head_rewards .content_statistics .item_statistics{width:45%!important;margin:0 0 1rem}.wrapper_head_rewards .content_statistics .item_statistics.large{width:100%!important}.wrapper_category .box_category_items .box_item_cupon{width:50%}.card_tabs{padding:.75rem}.wrapper_help .tab-content .content_info_help .ttl_info_help span{font-size:2rem}.wrapper_help .tab-content .content_info_help .ttl_info_help h5{font-size:1.45rem}.wrapper_audience .content_card_audience{padding:1rem}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:45px;font-size:2.25rem}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience h5{font-size:1.1rem}.wrapper_register .container_register .drawer_card_register{padding:.85rem 1.1rem 1.5rem}}@media screen and (max-width:460px){.wrapper_login .content_login{min-height:620px}.wrapper_home .row_data_home .item_data_home{flex-direction:column-reverse;text-align:center;justify-content:flex-end!important}.wrapper_home .row_data_home .item_data_home .box_company_home{width:90%;margin-top:.5rem}.wrapper_home .row_data_home .item_data_home .box_company_home img{width:95%}.wrapper_home .row_data_home .item_data_home .drop_icon{margin:0 0 .35rem}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info{justify-content:flex-start;flex-wrap:wrap}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one,.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_two{width:100%}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one{display:block;text-align:center}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .box_avatar_user{margin:0 auto 1rem;width:175px;min-width:175px;height:175px}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .box_avatar_user .avatar{width:175px;min-width:175px;height:175px}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .ico_save{bottom:auto;top:142px;left:48%}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_one .custom-file-upload{bottom:auto;top:140px;left:60%}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .main_info .box_two{margin-top:.5rem}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info{flex-wrap:wrap;justify-content:flex-start}.wrapper_profile .content_profile .box_main_info_profile .box_user_info .second_info>div{width:50%;border-right:1px solid #ccc!important}.wrapper_our_company .sec_post .back_ico{left:15px}.wrapper_our_company .sec_post .content_post .content_info_post{padding:1rem}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile{width:calc(47% - 5px)}.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.wrapper_our_company .sec_post .ReactGridGallery .ReactGridGallery_tile .ReactGridGallery_tile-viewport img{height:115px!important}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item{width:50%;padding:0 .5rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link{min-height:120px;flex-direction:column;text-align:center;padding:1.5rem .15rem .15rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link span{font-size:1.8rem}.wrapper_help .content_tabs_help .nav.nav-pills .nav-item .nav-link h5{padding:0;font-size:1rem;margin-top:.5rem}.wrapper_audience .content_card_audience{padding:1rem}.wrapper_audience .content_card_audience .box_list_audience .item_audience{flex-direction:column;align-items:flex-start}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:45px;font-size:2.25rem}.wrapper_audience .content_card_audience .box_list_audience .item_audience .box_info_audience h5{font-size:1.1rem}.content_ttls{padding:1rem!important;height:100%!important}.wrapper_course .content_card_audience{padding:.75rem}.wrapper_course .content_card_audience .box_list_audience .item_audience{padding:0}.wrapper_course .content_card_audience .box_list_audience .item_audience .box_info_audience{padding-right:.25rem}.wrapper_course .content_card_audience .box_list_audience .item_audience .box_info_audience .box_icon{min-width:45px;font-size:2.25rem;text-align:center}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_btns .btn{min-width:170px}}@media screen and (max-width:415px){.wrapper_calendar .rbc-calendar .rbc-toolbar{position:relative;height:75px}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-toolbar-label{font-size:1.75rem}.wrapper_register .container_register .drawer_card_register .box_form_register .box_form_btns .btn{width:100%;position:relative;margin-bottom:.5rem}.wrapper_menu_aside{padding:1.25rem 1rem}}@media screen and (max-width:380px){.wrapper_login .content_login .box_form .ttl_form{margin-bottom:1rem}.wrapper_login .content_login .box_msj{padding:1rem}.wrapper_box_user_profile .box_data_user{flex-direction:column}.wrapper_box_user_profile .box_data_user>div{margin-right:0}.wrapping_pay_canceled .box_cancel .cancel_info{padding:0}.wrapping_pay_canceled .box_new_try{padding-top:0}.wrapper_purchased_item .head_purchased_item .col_unicas{flex-wrap:wrap;padding:0}.wrapper_purchased_item .head_purchased_item .col_unicas .ico_chevron{left:auto;right:-10px;top:0}.wrapper_purchased_item .head_purchased_item .col_unicas .cols{width:100%;margin-bottom:.25rem;display:flex}.wrapper_category .box_tag_category .item_tab_category{cursor:pointer;width:45px}.wrapper_calendar{overflow:auto;min-height:550px}.wrapper_calendar .rbc-header{padding:5px 3px;background-color:#f2f2f2;text-transform:capitalize}.wrapper_calendar .rbc-calendar .rbc-toolbar{height:110px}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group{bottom:0}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group button{padding:.35rem .75rem}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group:first-child{left:auto;bottom:2.4rem}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-btn-group:last-child{right:auto}.wrapper_calendar .rbc-calendar .rbc-toolbar .rbc-toolbar-label{top:0;text-transform:capitalize;font-family:"is_medium";font-size:1.5rem;padding:0}}@media screen and (max-width:360px){.wrapper_galleries .box_imgs_gallery .item_img_gallery{width:50%}.col-6{flex:none;max-width:100%}.item_purchase .card-header .box_logo_shop .bg_logo_shop{width:48px;height:48px}.ttlshop{font-size:1.15rem}.wrapper_head_rewards .content_statistics .item_statistics .statistics.unique{padding-left:0;font-size:.9rem}.wrapper_head_rewards .content_statistics .item_statistics .statistics.unique .ico_unique{min-width:50px;width:50px;font-size:2rem;height:50px;margin-right:.5rem}.wrapper_surveys .aside_lateral .box_avatar_user{margin:.5rem auto;width:115px;height:115px}.wrapper_surveys .aside_lateral .box_avatar_user .avatar{width:115px;height:115px}.wrapper_register .container_register .drawer_card_register .box_brand_register{flex-direction:column-reverse}.wrapper_register .container_register .drawer_card_register .box_brand_register div{margin-right:0;margin-top:.5rem;text-align:center}}@media screen and (max-width:340px){.wrapper_tool_discount .item_link_op{padding:.5rem}.divtop .box_ttl_opt{margin-bottom:.75rem}.divtop .box_ttl_opt h2{font-size:1.6rem}.divtop .ttls{font-size:1.25rem}.divtop .pp{display:none}}
/*# sourceMappingURL=main.acc844ab.chunk.css.map */