@font-face {
    font-family: 'samsungone400';
    src: url('samsungone-400_v1.1-webfont.woff2') format('woff2'),
         url('samsungone-400_v1.1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'samsungone700';
    src: url('samsungone-700_v1.1-webfont.woff2') format('woff2'),
         url('samsungone-700_v1.1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'sssR';
}
a{
    text-decoration: none;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
h2{
    padding: 0;
    margin: 0;
    font-size: 30px;
}
p,
figure{
    margin: 0;
    padding: 0;
}
.bt{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    box-sizing: border-box;
    padding: 13px 20px;
    font-family: 'samsungone700';
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}
.bt:hover{
    color: #000000;
    background-color: #FFFFFF;
}
#home_section header,
#video_section header,
#register_form_section header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}
header .bt_registro{
    position: absolute;
    right: 50px;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #000000;
}
header .bt_registro:hover{
    color: #293d9e;
}

#home_section header figure,
#video_section header figure,
#register_form_section header figure{
    width: 130px;
}
#home_section header figure img,
#video_section header figure img,
#register_form_section header figure img{
    float: left;
    width: 100%;
}
#home_section header .bt_bars,
#video_section header .bt_bars,
#register_form_section header .bt_bars{
    position: absolute;
    right: 10px;
    font-size: 25px;
    line-height: 25px;
    display: flex;
    cursor: pointer;
}
#home_section header .bt_bars:hover,
#video_section header .bt_bars:hover,
#register_form_section header .bt_bars:hover{
    color: #293d9e;
}

main{
    height: calc(100% - 90px);
    min-height: calc(100% - 90px);
}
.box_container{
    position: relative;
    width: 100%;
}
.box_container_inner{
    width: 100%;
    /*margin-left: 280px;*/
    min-height: calc(100vh - 90px);
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
nav.sidenav{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 280px;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #f3f4f6;
    transition: all .3s ease-in-out;
}

section.ticker,
section.ticker-registro{
    
    width: 100%;
    background-color: #293d9e;
    height: 40px;
    padding: 8px 16px;
    box-sizing: border-box;
    font-family: 'samsungone400';
    color: #ffffff;
}
section.ticker-registro{
    background-color: #000000;
}


.box_video .video{
    width: 100%;
    margin-top: 5px;
}
.box_video .swiper_products {
    width: 800px;
    height: 100px;
}
.box_video .swiper_products.video_products{
    width: 100%;
}
.box_video .swiper_products.video_products .swiper-slide{
    width: 300px;
    height: 100px;
}
.box_video .swiper_products.video_products .swiper-slide a.slide_element{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000000;
}
.box_video .swiper_products.video_products .swiper-slide a:hover.slide_element{
    color: #293d9e;
}
.box_video .swiper_products.video_products .swiper-slide a.slide_element p.description{
    margin-left: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    font-family: 'samsungone700';
}
.box_video .swiper_products.video_products .swiper-slide a.slide_element figure{
    height: 100%;
    margin: 0;
}
.box_video .swiper_products.video_products .swiper-slide a.slide_element figure img{
    float: left;
    height: 100%;
}

.box_video .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.box_video .type{
    font-size: 18px;
    font-family: 'samsungone700';
}
.box_video .data{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
}
.box_video .data .influencer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}
.box_video .data .influencer .name{
    font-size: 25px;
    line-height: 30px;
    font-family: "sssM";
}
.box_video .data .influencer .code,
.swiper_recents .slide_element .code,
.seach_result .code,
#videoInstagram .code{
    font-size: 20px;
    line-height: 20px;
    background-color: #293d9e;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 6px;
    color: #ffffff;
    margin-top: 10px;
    padding-top: 13px;
    font-family: "sssM";
}
#videoInstagram .code{
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 8px 13px;
    margin-top: 0;
    padding-top: 13px;
    font-family: "sssM";
}
.swiper_recents .slide_element .code{
    font-size: 15px;
    line-height: 15px;
    padding-top: 13px;
    font-family: "sssM";
}
.box_video .data .influencer .code .valuem,
.swiper_recents .slide_element .code
.seach_result .code{
    font-family: 'samsungone700';
}
.box_video .data .influencer .description,
#videoInstagram .description{
    font-size: 18px;
    margin-top: 15px;
}
#videoInstagram .description{
    font-size: 15px;
    margin-top: 10px;
}
.box_video .data .influencer ul.tags,
.seach_result ul.tags,
.search_tags ul.tags,
#videoInstagram ul.tags{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#videoInstagram ul.tags{
    margin: 5px 0 0 0;
}
.box_video .data .influencer ul.tags li,
.seach_result ul.tags li,
.search_tags ul.tags li,
#videoInstagram ul.tags li{
    display: flex;
    box-sizing: border-box;
    margin-right: 7px;
}
.box_video .data .influencer ul.tags li a.selected,
.seach_result ul.tags li a.selected,
.search_tags ul.tags li a.selected,
#videoInstagram ul.tags li a.selected{
    background-color: #000000;
}
.box_instagram{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_instagram .ig_embed{
    width: 100%;
}
.box_instagram .data{
    width: 100%;
}
#videoInstagram .modal-header{
    padding: 15px 15px 12px 15px;
}
.box_instagram .data .influencer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
.box_instagram .data .products{
    width: 100%;
    margin-top: 15px;
}
.box_instagram .data .products .swiper-slide{
    width: 100%;
    margin-top: 20px;
}
.box_instagram .data .products .swiper-slide:first-child{
    margin-top: 0!important;
}
.box_instagram .data .products .swiper-slide a{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.box_instagram .data .products .swiper-slide a p.description {
    margin-left: 15px;
    text-align: left;
    font-size: 16px!important;
    line-height: 16px!important;
    font-family: 'samsungone700';
    color: #000000;
    margin-top: 0!important;
}
.box_instagram .data .products .swiper-slide a:hover p.description {
    color: #293d9e;
}
.modal_ig_name{
    font-size: 25px;
    line-height: 30px;
    font-family: "sssM";
}
.box_instagram .data .products .swiper-slide a figure{
    width: 80px;
    margin-left: 10px;
}
.box_instagram .data .products .swiper-slide a figure img{
    width: 100%;
}

.box_video .data .influencer ul.tags li a,
.seach_result ul.tags li a,
.search_tags ul.tags li a,
#videoInstagram ul.tags li a{
    font-size: 15px;
    line-height: 15px;
    background-color: #293d9e;
    border-radius: 6px;
    color: #ffffff;
    font-family: 'samsungone700';
    padding: 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
}
#videoInstagram ul.tags li a{
    font-size: 13px;
    line-height: 13px;
}
.search_tags ul.tags li.view_all a{
    background-color: #87BE3C;
}
.box_video .data .influencer ul.tags li:last-child,
.seach_result ul.tags li:last-child,
.search_tags ul.tags li:last-child{
    margin-right: 0;
}
.search_tags ul.tags li a:hover{
    background-color: #000000;
}
.seach_result .loader{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}
.seach_result .no-video{
    padding-top: 25px;
    font-family: 'sssB';
}

.swiper-button-next,
.swiper-button-prev,
.swiper-recents-button-next,
.swiper-recents-button-prev  {
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.45);
    border: 1px solid rgba(0,0,0,0.1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-recents-button-next:hover,
.swiper-recents-button-prev:hover {
    background-color: #f7f7f7;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-recents-button-next::after,
.swiper-recents-button-prev::after {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
}

.box_banner{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.box_banner figure.banner{
    max-width: 1300px;
    cursor: pointer;
}
.box_banner figure.banner img{
    float: left;
    width: 100%;
}


.box_recents{
    margin-top: 40px;
}
.box_recents .actions{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.box_recents .title{
    font-size: 23px;
    line-height: 23px;
    font-family: 'samsungone400';
    margin-bottom: 5px;
}
.box_recents .swiper_recents {
    width: 100%;
}

.box_recents .swiper_recents .swiper-slide{
    width: 300px;
    height: auto;
}
.box_recents .swiper_recents .swiper-slide .slide_element{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.box_recents .swiper_recents .swiper-slide .slide_element .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    box-sizing: border-box;
}
.box_recents .swiper_recents .swiper-slide .slide_element .info .name{
    font-size: 19px;
    line-height: 23px;
    font-family: "sssM";
}
.box_recents .swiper_recents .swiper-slide .slide_element .info .code{
    cursor: text;
}
.box_recents .swiper_recents .swiper-slide .slide_element .preview{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 150px;
}
.box_recents .swiper_recents .swiper-slide .slide_element .preview img{
    float: left;
    width: 100%;
}
.box_recents .swiper_recents .swiper-slide .slide_element p.description{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-family: 'samsungone400';
    margin-top: 10px;
    font-family: "sssR";
}

.box_recents .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav{

}
.sidenav .logo_shopmaster_sidenav,
.offcanvas-body .logo_shopmaster_sidenav{
    box-sizing: border-box;
    margin: 15px 15px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}
.offcanvas-body .logo_shopmaster_sidenav figure{
    width: 180px;
    margin-top: 25px!important;
}
.sidenav .logo_shopmaster_sidenav figure{
    width: 180px;
    margin-top: 10px;
}
.logo_shopmaster_sidenav{
    /*padding: 0 20px;*/
}
.logo_shopmaster_sidenav img{
 width: 100%;
}
.sidenav .afiliates,
.offcanvas-body .afiliates{
    box-sizing: border-box;
    margin-top: 15px;
    /* border: 2px solid red; */
    height: 100%;
    overflow: hidden;
}
.offcanvas-body .afiliates{
    /* border: 2px solid red; */
    height: calc(100% - 130px);
}

.sidenav .afiliates .title,
.offcanvas-body .afiliates .title{
    font-size: 25px;
    line-height: 25px;
    font-family: 'samsungone700';
    padding-left: 15px;
    padding-right: 15px;
}
.sidenav .afiliates ul.afiliates_list,
.offcanvas-body .afiliates ul.afiliates_list{
    margin-top: 20px;
    /* max-height: calc(100vh - 300px); */
    height: calc(100% - 70px);
    overflow: auto;
    margin-bottom: 350px;
}
.offcanvas-body .afiliates ul.afiliates_list{
    height: calc(100% - 45px);
}
.sidenav .afiliates ul.afiliates_list li,
.offcanvas-body .afiliates ul.afiliates_list li{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.sidenav .afiliates ul.afiliates_list li a,
.offcanvas-body .afiliates ul.afiliates_list li a{
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000000;
}
.sidenav .afiliates ul.afiliates_list li a:hover,
.offcanvas-body .afiliates ul.afiliates_list li a:hover{
    background-color: #E8E9EB;
}
.sidenav .afiliates ul.afiliates_list li .name,
.offcanvas-body .afiliates ul.afiliates_list li .name{
    font-family: "sssM";
    font-size: 15px;
    line-height: 21px;
    margin-right: 10px;
    width: calc(100% - 125px);
    padding-top: 2px;
}
.sidenav .afiliates ul.afiliates_list li .avatar,
.offcanvas-body .afiliates ul.afiliates_list li .avatar{
    display: block;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.sidenav .afiliates ul.afiliates_list li .avatar figure,
.offcanvas-body .afiliates ul.afiliates_list li .avatar figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.sidenav .afiliates ul.afiliates_list li .avatar figure img,
.offcanvas-body .afiliates ul.afiliates_list li .avatar figure img{
    height: 100%;
    float: left;
}
.sidenav .afiliates ul.afiliates_list li .actions,
.offcanvas-body .afiliates ul.afiliates_list li .actions{
    
}
.sidenav .afiliates ul.afiliates_list li .actions .bt_click_aqui,
.offcanvas-body .afiliates ul.afiliates_list li .actions .bt_click_aqui{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    background-color: #293d9e;
    width: 65px;
    height: 22px;
    border-radius: 4px;
    font-family: 'samsungone700';
}
.menu-offcanvas{
    width: 320px!important;
}
.menu-offcanvas .offcanvas-body{
    padding: 0!important;
}

footer{
    
    width: 100%;
    background-color: #222222;
    box-sizing: border-box;
    padding: 70px 50px;
}
footer .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .inner .logo{
    width: 180px;
}
footer .inner .logo img{
    float: left;
    width: 100%;
}
footer .inner .text{
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 40px;
}
footer .inner .social{
    margin-top: 40px;
}
footer .inner .social ul{
    display: flex;
    flex-direction: row;
    width: 330px;
    justify-content: space-between;
}
footer .inner .social ul li{
    width: 60px;
}
footer .inner .social ul li a{
    width: 100%;
}
footer .inner .social ul li a img{
    float: left;
    width: 100%;
}


#mCSB_1_scrollbar_vertical .mCSB_dragger{ 
    
    /* background-color: #000000; */
 }
#mCSB_1_dragger_vertical .mCSB_dragger_bar{ 
    background-color: #293d9e; 
}
#mCSB_1_scrollbar_vertical{
    margin: 0!important;
}
.mCSB_inside > .mCSB_container{
    margin-right: 15px!important;
}
.mCSB_scrollTools{
    width: 8px;
}

#video_section{
    background-color: #f3f4f6;
}
.video_section.box_container{
    display: flex;
    width: 100%;
    justify-content: center;
}
.video_section.box_container .inner{
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    margin-top: 15px;
}
.video_section.box_container .breadcrumb{
    display: flex;
    width: 100%;
}
.video_section.box_container .breadcrumb .divider{
    margin-left: 3px;
    margin-right: 3px;
}
.video_section.box_container .search_box{
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-top: 10px;
    border-radius: 6px;
}
.video_section.box_container .search_box input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    font-family: 'samsungone400';
    border: 1px solid #cccccc;
}
.video_section.box_container .seach_result{
    width: 100%;
    min-height: 800px;
}
.video_section.box_container .seach_result .video_element{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    align-items: flex-start;
}
.video_section.box_container .seach_result .video_element .left{
    width: 100%;
}
.video_section.box_container .seach_result .video_element .left .image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.video_section.box_container .seach_result .video_element .left .image img{
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.video_section.box_container .seach_result .video_element .middle{
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    /* margin-left: 0;
    margin-top: 20px;
    width: calc(100% - 200px); */
}
.video_section.box_container .seach_result .video_element .middle .top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video_section.box_container .seach_result .video_element .middle .top .title{
    font-size: 27px;
    line-height: 33px;
    font-family: "sssM";
    padding-top: 7px;
}
.video_section.box_container .seach_result .video_element .middle .bottom{
    margin-top: 10px;
}
.video_section.box_container .seach_result .video_element .middle .bottom .description{
    font-size: 18px;
    line-height: 24px;
}
.video_section.box_container .seach_result .video_element .rigth{
    display: flex;
    align-self: center;
    width: 160px;
    margin-top: 20px;
    justify-content: center;
}
.video_section .breadcrumb{
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "sssM";
}
.video_section .breadcrumb a{
    color: #293d9e;
}

.menu-offcanvas{
    display: flex;
}
nav.sidenav{
    display: none;
}
.offcanvas-backdrop.show{
    opacity: 0!important;
}
#video_section #videoResultModal .modal-dialog{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 0!important;
    max-width: unset!important;
}
#video_section #videoResultModal .modal-content{
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
}

#video_section #videoInstagram .modal_ig_name{ 
    /*margin-bottom: 10px;*/
    font-family: 'samsungone700';
    font-size: 16px;
    line-height: 16px;
}


#video_section #videoResultModal .modal-content .modal_video{
    height: calc(100% - 34px);
    box-sizing: border-box;
    padding: 15px;
}
#video_section #videoInstagram .ig_embed{
    box-sizing: border-box;
    width: 466px!important;
    border: 1px solid rgb(219, 219, 219);
}
#video_section #videoInstagram .ig_embed iframe{
    margin: 0!important;
    border: 0!important;
}
#home_section .modal-content{
    position: relative;
}
#home_section .modal-content .modal_header,
#register_section .modal-content .modal_header{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
#video_section .modal-content .modal_video .modal_video_header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#video_section .modal-content .modal_video .modal_video_header .type{
    margin-bottom: 10px;
    font-family: 'samsungone700';
}
#video_section .modal-content .modal_video .modal_video_header .bt_close a,
#home_section .modal-content .modal_header .bt_close a,
#register_section .modal-content .modal_header .bt_close a{
    font-size: 25px;
    line-height: 25px;
    color: #000000;
}
#video_section .modal-content .modal_video .modal_video_header .bt_close a:hover,
#home_section .modal-content .modal_header .bt_close a:hover,
#register_section .modal-content .modal_header .bt_close a:hover{
    color: #CCCCCC;
}

#video_section .modal-content .modal_video .video{
    height: 100%;
}

.video_section .no-result{
    display: none;
    font-size: 18px;
    margin-top: 15px;
    /*padding-left: 15px;*/
    margin-bottom: 15px;
    font-family: 'samsungone700';
}
#howModal .image_how{
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
#howModal .image_how img{
    width: 100%;
    float: left;
}
.download_assets{
    padding: 20px 50px;
}
.header_register_form_bg {
    /*
    background-color: #293d9e;
    background-image: url("../images/bg.jpeg");
    background-repeat: repeat-y;
    background-position: center center;
    */
}
.header_register_form_bg img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.register_form_section{
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
}
.register_form_section .form_actions{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.register_form_section .steps{
    width: 100%;
}
.register_form_section .steps #step-1,
.register_form_section .steps #step-2,
.register_form_section .steps #step-3{
    width: 100%;
}
.register_form_section .steps #step-2,
.register_form_section .steps #step-3{
    display: none;
}
.register_form,
.billing_fileds{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    box-sizing: border-box;
}
.billing_fileds .field,
.register_form .field{
    width: 100%;
}
.billing_fileds .field label,
.register_form .field label{
    width: 100%;
    font-family: "sssB";
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single{
    display: flex;
    align-items: center;
    min-height: 48px!important;
    border: solid #dee2e6 1px;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    top: 11px;
    right: 10px;
}
.select2-selection__placeholder{
    padding-left: 5px;
}
.select2-search textarea::placeholder{
    padding-left: 7px;
    font-family: 'sssR';
    color: #999; /* Cambia este color al que desees */
}
.field.facebook,
.field.instagram_2,
.field.twitter,
.field.youtube,
.field.tiktok,
.field.twitch,
.field.ocupation_other{
    display: none;
}
.form-control{
    width: 100%;
    outline: none;
    padding: 0.5rem 1rem;
    min-height: 50px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-family: "sssR";
}
#formCheck .box_tyc{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.register_form_section .steps #step-2 .form_actions .bt_register_send{
    margin-left: 10px;
}
.register_form_section .steps #step-2 .box_tyc input.tyc{
    font-size: 25px;
    margin: 0;
}
.register_form_section .steps #step-2 .box_tyc label{
    font-size: 20px;
    line-height: 20px;
    font-family: "sssB";
    margin-left: 15px;
    
}
.register_form_section .steps #step-2 .box_tyc .tyc-check{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bg-gray-light{
    /* background-color: #f6f6f6; */
}
.inner-step-2{
    width: 100%;
    padding: 30px 50px;
    background-color: #f6f6f6;
    box-sizing: border-box;
}
.toast { opacity: 1 !important; }

#mantenimiento{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#mantenimiento .box_mantenimiento{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
}
#mantenimiento .box_mantenimiento .text1{
    font-size: 20px;
    line-height: 20px;
    font-family: "sssB";
    margin-top: 20px;
}
#mantenimiento .box_mantenimiento .text2{
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.billing{
    display: none;
    flex-direction: column;
}
.billing .title{
    
    font-size: 16px;
    font-family: "sssB"; 
    margin-top: 20px;
}
.billing_fileds{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 1px;
    border: 1px dashed #cccccc;
    padding: 20px 20px;
    border-radius: 8px;
}

.radios_employee{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
}
.radios_employee .form-check{
    margin-bottom: 0;
}
.form-check .field_employee_yes,
.form-check .field_employee_no{
    display: flex;
    align-items: center;
}
.field_employee_yes label,
.field_employee_no label{
    display: flex!important;
    font-size: 16px!important;
    line-height: 16px!important;
    padding-top: 6px!important;
}
.field_employee_no{
    margin-left: 15px;
}
.second_block_form{
    margin-top: 20px!important;
}
label.error{
    color: red;
}

@media (min-width: 576px) {
    .box_container_inner {
        padding: 30px;
    }
    
}

@media (min-width: 768px) { 
    .box_video .data{
        display: flex;
        flex-direction: row;
        margin-top: 15px;
    }
    .box_video .data .influencer {
        width: 40%;
        margin-top: 0;
    }
    .box_video .swiper_products.video_products{
        width: 60%;
    }
    .video_section.box_container .seach_result .video_element{
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .video_section.box_container .seach_result .video_element .left{
        width: 350px;
    }
    .video_section.box_container .seach_result .video_element .rigth{
        width: 160px;
        margin-left: 20px;
        margin-top: 0;
    }
    .video_section.box_container .seach_result .video_element .middle{
        margin-left: 20px;
        width: calc(100% - 200px);
        margin-top: 0;
        align-items: flex-start;
    }
    .video_section.box_container .seach_result .video_element .middle .top{
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .box_instagram{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .box_instagram .ig_embed{
        width: 400px;
    }
    .box_instagram .data {
        width: 350px;
    }
    #home_section header .bt_bars, #video_section header .bt_bars, #register_form_section header .bt_bars {
        display: none;
    }
    header .bt_registro{
        right: 15px;
    }
    /* header .bt_bars{
        display: none;
    } */
    .menu-offcanvas{
        display: none;
    }
    nav.sidenav{
        display: flex;
    }
    .box_container_inner {
        width: calc(100% - 280px);
        margin-left: 280px;
        min-height: calc(100vh - 90px);
        padding: 30px;
    }
    .video_section.box_container .seach_result .video_element{
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .video_section.box_container .seach_result .video_element .left .image{
        width: 350px;
        height: 200px;
        border-radius: 6px;
        overflow: hidden;
    }
    .video_section.box_container .seach_result .video_element .left .image img{
        height: auto;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    
    
}

@media (min-width: 1200px) {
    .video_section.box_container .seach_result .video_element .left{
        width: 350px;
    }
    .video_section.box_container .seach_result .video_element .left .image{
        width: 350px;
        height: 200px;
        
    }
    .video_section.box_container .seach_result .video_element .middle{
        margin-left: 20px;
        width: calc(100% - 200px);
    }
    .video_section.box_container .seach_result .video_element .rigth{
        width: 160px;
    }
    .register_form{
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        box-sizing: border-box;
    }
}

@media (min-width: 1400px) {
}