
/*@import "./fonts.css";*/

.clearfix{ clear: both; }
*,
*:before,
*:after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
}
*{
    font-family: 'Avenir LT Std 65 Medium', Helvetica Neue, Helvetica, sans-serif;
    color: #5B5B5B;
    line-height: 1.2em;
    vertical-align: middle;
}
html,body{
    height: 100%;
}
body{
    background-position: top center;
    padding-top: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,b{
    font-family: 'Avenir LT Std 85 Heavy';
    font-weight: normal;
    color:#000;
}
.smalltext{font-size: 30px; line-height: 67px;}
h1{font-size: 46px;}
h2{font-size: 30px;}
.spacer{
    padding-top: 5em;
    display: block;
}
.blue{
    color: #0062E1 !important;
}
.text-black, .text-black *{
    color: #000 !important;
}
.hr,
hr{
    width: 90%;
    margin: auto !important;
    padding: 0 !important;
    border:none;
    border-bottom: solid 1px #E0E0E0;
    height: 1px;
    overflow: hidden;
}
img{
    max-width: 100%;
}
.hide{
    display: none;
}


.red{ color: #EA5334; }

.float-left {float: left;}
.float-right {float: right;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}

.w-50,.w-80,.w-90,.w-100{
    display: inline-block;
}
.w-50{ width: 50%; }
.w-70{ width: 70% !important; }
.w-80{ width: 80%; }
.w-90{ width: 90%; }
.w-100{ width: 100%; }

.margin-auto{
    margin: auto;
    display: block;
}
.no-margin{ margin: 0 !important; }
.no-padding,
.no-padding *{ padding: 0 !important; }


.bg-gray{
    background-color: #F9F9F9;
}
.notify_unread_,
.notify_unread{
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .45);
}

.container{
    max-width: 1245px;
    margin: auto;
}

.btn-blue{
    background: #0062E1;
    color:#fff;
    border-radius: 7px;
    padding: 10px;
    display: inline-block;
}
.btn-blue:hover{
    color:#fff !important;
    background: #0056b3 !important;

}

    .content-alert-notify,
    .content-alert{
        z-index: 10000699;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: rgba(0,0,0,0.8);
        padding-top:20%;
    }

    .content-alert .loading_bullet {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        margin: 0;
        padding: 0px;
        display: block;
        overflow: hidden;
        border-radius: 100%;
        background: transparent;
        color:#fff;
        vertical-align: middle;
        /*padding: 10px;*/
    }
    .content-alert .animate-spin {
        -moz-animation: spin 1s infinite linear;
        -o-animation: spin 1s infinite linear;
        -webkit-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear;
        display: inline-block;
    }


    .content-alert .loading_bullet *{
        vertical-align: middle;
    }
    .content-alert-notify .alert{
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 550px;
        max-width: 90%;
        max-height: 90%;
        overflow: auto;
        border-radius: 5px;
        box-shadow: 3px 3px 11px rgba(0, 0, 0, .45);
        padding: 25px 15px;
    }
    .content-alert-notify .alert .close_{
        position: absolute;
        top: 0px;
        right: 0px;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        font-size: 22px;
    }
    .content-alert-notify .alert .alinkok{
        text-decoration: none;
        display: inline-block;
        /*padding: 10px 15px;*/
        border-radius: 7px;
        background: #dddddd;
        color: #000;
    }


/* chat */
    .chat-container{
        text-align: left;;
    }

    .chat-container h3{
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 55px;
        font-size: 20px;
        font-weight: normal;
        line-height: 34px;
    }
    .chat-container h3 img{
        max-width: 34px;
        max-height: 34px;
        float: left;
        margin-right: 10px;
    }
    .chat-container h3 .status{
        display: none;
    }
    .close-chat{
        position: absolute;
        top:10px;
        right: 10px;
    }
    .janela_chat{
        background: #fff;
        height: 300px;
        z-index: 1100;
        padding: 10px;
    }
    .janela_chat:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 10px;
        box-shadow: inset 0px 10px 12px -13px rgba(255,255,255,0.5);
        left: 0;
        top: 50px;
        z-index: 100;
        border-top: solid 1px #DADFE6;
    }

    .janela_chat:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 10px;
        box-shadow: inset 0px -10px 12px -13px rgba(255,255,255,0.5);
        left: 0;
        bottom: 70px;
        border-bottom: solid 1px #DADFE6;
    }
    .chat_history{
        position: absolute;
        top: 50px;
        bottom: 70px;
        overflow-y: scroll;
        left: 0;
        padding: 16px;
        width: 100%;
        margin: auto;
        background: #fff;
    }
    .close_chat{
        position: absolute !important;
        top: 20px;
        left: 10px;
        line-height: 40px;
        vertical-align: middle;
        font-size: 26px;
        text-align: center;
        width: 40px;
        height: 40px;
    }

    .chat-form{
        position: absolute;
        bottom: 15px;
        right: 15px;
        left: 15px;
        height: 50px;
        background: #eee;
        border-radius: 7px;
    }
    .chat-form .chat-input{
        border: none;
        width: 75%;
        line-height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
        padding-left: 15px;
    }

    .chat-form .chat-btn{
        border: none;
        width: 25%;
        line-height: 50px;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 18px;
    }

    .chat-box{
        clear: both;
        line-height: 18px;
        font-size: 15px;
        padding: 5px;
        position: relative;
        margin: 15px 0;
        max-width: 85%;
        min-width: 30%;
        word-wrap: break-word;
    }

    .chat-box.sent {
        background: #eee;
        border-radius: 14px 14px 0px 14px;
        float: right;
    }
    .chat-box.sent .last_activity{
        right: 15px;
    }
    .chat-box.received {
        background: #0062E1 !important;
        color: #fff !important;
        border-radius: 14px 14px 14px 0px;
        float: left;
    }
    .chat-box.received .last_activity{
        left: 15px;

    }

    .chat-box .last_activity {
        position: absolute;
        top: -18px;
        padding: 0;
    }
    .chat-list {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        height: 60px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .chat-list *{
        padding: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .chat-list img{
        max-width: 50px !important;
        max-height: 50px !important;
        margin: 0 !important;
    }
    .chat-list .brand-logo-table{
        margin-right: 10px;
    }
    .chat-list .text{
        position: absolute;
        top: 5px;
        left: 160px;
        right: 10px;
        line-height: 25px;
        border-bottom: solid 1px #ddd;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
    }

    .chat-bloco {
        position: relative;
    }
    .chat-bloco .close-chat{
        display: none;
    }

    .chat-bloco  h3{
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 55px;
        font-size: 20px;
        font-weight: normal;
        line-height: 34px;
        margin-top: -40px !important;

    }
    .chat-bloco  h3 img{
        max-width: 34px;
        max-height: 34px;
        float: left;
        margin-right: 10px;
        border-radius: 100%;
        overflow: hidden;

    }
    .chat-bloco  h3 .status{
        display: none;
    }
    .chat-bloco .chat_history {
        }
    .chat-bloco .janela_chat {
        height: 450px;
    }

/* fim chat*/

/* header */
    header{
        padding: 12px 0;
        display: block;
        position: relative;
        z-index: 1000;
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
    }
        header #logo{
            height: 56px;
        }
        header .bullets{
            display: table-cell;
            vertical-align: top;
            padding-left: 20px;
            position: relative;
            top: 10px;
        }
        header .bullet{
            background: #E4E4E4;
            border-radius: 100%;
            height: 36px;
            width: 36px;
            text-align: center;
            vertical-align: middle;
            line-height: 100%;
            display: table-cell;
            vertical-align: middle;
        }
        header .bl_user{
            background-image: url(../image/user.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
            overflow: hidden;
        }
        header .bl_chat{
            background-image: url(../image/chat.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
        }
        header .bl_search{
            background-image: url(../image/search.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
        }




        header .lang,
        header .lang-fake{
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.2s;
        }

        header .lang.visible{
            position: absolute;
            top: 100%;
        }


        header .lang-fake {
            position:   relative;
            z-index: 10;

        }

        header .lang a.active,
        header .lang:hover a,
        header .lang.visible a,
        header .lang-fake a.active {
            height: 36px;
            opacity: 1;
        }
        header .lang.visible,
        header .lang:hover{
            background: #E4E4E4;
            border-radius: 10px;
        }
        header .lang-fake a,
        header .lang a{
            display: block;
            position: relative;
            height: 0;
            overflow: hidden;
            transition: all .25s;
            opacity: 0
        }

        span.flag{
            width: 21px;
            display: inline-block;
            position: relative;
        }
        span.flag::before{
            content: '' !important;
        }
        header .lang-fake a::before,
        header .lang a::before,
        span.flag::before {
            content: '\e821';
            display: inline-block;
            width: 21px;
            height: 15px;
            background-image: url(../image/icon_flags.svg);
            background-repeat: no-repeat;
            transition: opacity .25s;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        header .lang-fake.visible a::before{

            content: '\e821';
            background-image: none;
            color: #000;
            font-size: 16px;
            /* line-height: 30px; */
            /* position: relative; */
            font-family: "fontello";
            /* top: 0; */
            /* left: 0; */
            transform: translate(-10px, 0px);

        }

        header .lang-fake a.pt::before,
        header .lang a.pt::before,
        span.flag.pt::before {
            background-position: 0 0;
        }
        header .lang-fake a.en::before,
        header .lang a.en::before,
        span.flag.en::before {
            background-position: -21px 0;
        }
        header .lang-fake a.es::before,
        header .lang a.es::before,
        span.flag.es::before {
            background-position: -42px 0;
        }
/* fim header */
/* footer */
    footer{
        background: #F6F6F6;
    }
        footer a{
            text-decoration: none !important;
            display: inline-block;
        }
        footer #logo{
            height: 80px;
        }
        footer .table{
        }
        footer .table div {
            position: relative;
        }
        footer a.link_footer {
            padding: 7px 0;
            color: #000;
            text-decoration: none;
        }
        footer .copyright,
        footer .social{
            position: absolute;
            bottom: 0;
            left: 10px;
        }

/* fim footer */
/* home */
    #banner_home{
        position: relative;
        text-align: center;
    }
        #banner_home img{
            max-width: 100%;
            width: 1920px;
        }
        #banner_home h1{
            position: absolute;
            top:30%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 90%;
            text-align: center;
            color: #fff;
            text-shadow: 0 0 5px rgba(0,0,0,0.7);
        }
        #banner_home .switch{
            position: absolute;
            bottom: 20%;
            left: 50%;
            transform: translate(-50%,0);
            text-align: center;
            color: #fff;

        }
        #banner_home .switch a {
            color: #fff;

        }
        .switch a{
            text-decoration: none;
            display: inline-block;
            padding: 20px;
        }
    .searching_brands {
        display: inline-block;
        width: 90%;
        margin: auto;
    }
    .searching_brands .steps{ }
    .searching_brands .steps b{
        font-size: 20px;
    }
    .searching_brands .steps span{
        font-size: 15px;
    }

    .searching_brands .img img{
        max-width: 50%;
        margin-bottom: 1em;
    }
    .wanted{
        width: 33.33333%;
        float: left;
        padding: 7px;
    }
    .experiencia{
        background: #F6F6F6;
    }
    .depoimentos{
        width: 90%;
        margin: auto;
    }
    .depoimento{

        position: relative;
        float:left;
        vertical-align: top;
        margin: 1%;
        width: 31%;

    }
    .depoimento span{
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        background: #fff;
        z-index: 999;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.3)
    }
    .depoimento div{
        position: relative;
        z-index: 1000;
        margin: 20px;
        padding: 20px;
    }


/* fim home */

/* search */
    .card-body{
        background: rgba(0,0,0,.03);
    }
    .card-body div{
        font-size: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .card {
        border:1px solid rgba(0,0,0,.125) !important;
        margin-bottom: 20px;
        border-radius: 5px !important;
    }
    .card-header{
        border:none !important;
        margin-bottom: 0px !important;
    }

    .filtros_ativos label {
        border-top: 1px solid rgba(0,0,0,.125);
        display: block;
        padding: 9px 0;
        margin: 0;
        position: relative;
    }
    .filtros_ativos label:before{
        position: absolute;
        right: 0;
        top:9px;
        color:#0062E1;
    }

    .brand-card{
        border-radius: 5px;
        background: #FFF;
        border: solid 1px #E4E4E4;
        overflow: hidden;
        color: #000;
        margin-bottom: 30px;
    }
        .brand-card .logo{
            border-radius: 100%;
            height: 60px;
            margin-top: -30px;
            margin-left: 15px;
        }
        .brand-card div{
            padding: 15px;
            width: 100%;
        }

        .brand-card .cover{
            width: 100%
        }

        .brand-card .filtro-title {
            display: block;
        }

        .brand-card .tag {
            margin-right: 5px;
        }

        .logo-big{
            border-radius: 100%;
            height: 144px !important;
            width: 144px !important;
            margin: auto;
            display: block;
            background: #ccc;
            color: #fff;
            font-size: 60px;
            position: relative;
            overflow: hidden;
        }
        .logo-big:before {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translate(0,-50%);
            width: 100%;
            padding: 0;
            margin: 0;
            z-index: 99;
        }
        .logo-big img {
            position: relative;
            z-index: 100;
        }
        .brand-card .social-brand{
            color: #0062E1;
        }
        .brand-card .social-brand:before {
            color: #fff;
            background: #0062E1;
            border-radius: 100%;
            height: 25px;
            line-height: 25px;
            width: 25px;
            font-size: 14px;
            margin-left: 5px;
        }
        .brand-photos {
            width: 31% !important;
            padding: 0 !important;
            padding-bottom: 31% !important;
            display: inline-block;
            overflow: hidden;
            position: relative;
            /*
            border:solid 1px #000;
            background:red;
            */
        }
            .brand-photos img{
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

        .brand-card .tag{
            padding: 5px 10px;
            display: inline-block;
            border-radius: 5px;
            background: #E0E0E0;
            color: #000;
            font-size: 12px;
            margin-bottom: 4px;
        }
        .favorite{
            border-radius: 15px;
        }

/* fim search */

/* user */
    .link-user{
        text-decoration: none !important;
        color: #000;
    }

    .menus {
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0 !important;
        margin-bottom: 10px;
        margin-top: 10px;
        /*margin-left: -20px;
        margin-right: -20px;*/
        width: 100%;
        position: relative;

    }
    .menus .space {
        display: inline-block;
        font-size: 16px;
        color: #DADFE6;
        line-height: 22px;
        height: 30px;
        border-bottom: solid 1px #DADFE6;
        width: 20px;
        margin-right: -4px;
        margin-left: -3px;
    }
    .menus .space:last-of-type{
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .menus button{
        display: inline-block;
        padding: 0 ;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        height: 30px;
        border: none;
        border-bottom: solid 1px #DADFE6;
        margin-right: -4px;
        background: transparent;
        position: relative;
        z-index: 10;
    }
    .menus button.active{
        color: #0062E1;
        border-bottom: solid 2px #0062E1;
    }

        .item_user .logo-favorite{
            overflow: hidden;
            border-radius: 100%;
            height: 60px;
            width: 60px;
            margin-left: 15px;
            background: #ccc;
            padding: 0 !important;
        }
        .item_user .logo-favorite img{
            width: 100%;
            height: 100%;
        }


        .btn-upload {
            overflow: hidden;
            position: relative;
            max-width: 100%;
        }
        .btn-upload .upload-fotos {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            font-size: 150px !important;
            opacity: 0 !important;
        }

    .brand-logo-table {
        width: auto !important;
    }
    .brand-logo-table img{
        width: 60px;
        max-width: 60px;
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
        border-radius: 100%;
        overflow: hidden;
        margin:0 -15px;
    }
    .brand-logo-table span.nophoto{
        width: 50px;
        height: 50px;
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
        border-radius: 100%;
        overflow: hidden;
        background-color: #ccc;
        color: #fff;
        display: inherit;
        vertical-align: middle;
        text-align: center;
        line-height: 50px;
        font-size: 21px;
    }
/* fim user */

.icon-add:before{
    content: '';
    background: url(../image/icon+.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: relative;
    bottom: -2px;
    }

.icon-factory:before{
    content: '';
    background: url(../image/i_factory.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: relative;
    bottom: -2px;
    }


.cover_{
    width: 100%;
    padding-top: 46.666667%;
    position:relative;
    background: #ccc;
}
.cover_:before {
    color:#fff;
    font-size: 55px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 99;
}
.cover_ img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.image_upload{
    position:relative;
    background: #ccc;
}
.image_upload:before {
    color:#fff;
    font-size: 55px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 99;
}
.image_upload img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}


.image-shadow{
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}



.beauty-form{}
    .beauty-form .form-group {
        margin-bottom: 1rem;

    }
    .beauty-form label {
        font-size: 14px;
        line-height: 1.5;
        color: #71706F;
        border: none;
        min-width: 29%;
        display: inline-block;
        margin:0;
    }
    .beauty-form .form-control {
        font-size: 14px;
        /*height: calc(1.5em + .75rem + 2px);*/
        line-height: 1.5;
        color: #495057;
        background-color: #fff !important;
        border: none;
        width: 69%;
        display: inline-block;
        border-radius: 0;
        border-bottom: solid 1px #71706F;


    }
    .beauty-form .form-group:focus-within{

        border-bottom: solid 1px #0062E1;
    }
    .beauty-form .form-group:focus-within label {
        color: #0062E1;
    }
    .beauty-form  input[type=checkbox]{
        /*display:none; /* Esconde os inputs */
        position: relative;
        right: -16px;
        margin-left: -16px;
        opacity: 0;
    }

    .beauty-form  input[type=checkbox] + label{
        display:inline-block;
        height:20px;
        padding:0 0 0 25px  !important;
        margin:0 10px 0 0;
        position: relative;
        color:#000;
    }
    .beauty-form  input[type=checkbox] + label:before{
        content: '\f096';
        font-family: "fontello";
        position: absolute;
        left: 0;
        top: 0;
    }
   .beauty-form  input[type=checkbox]:checked + label {
        color:#0062E1;
    }
    .beauty-form  input[type=checkbox]:checked + label:before{
        content: '\e89a';
    }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid white;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.banner{display: none;}
@media only screen and (min-width: 1019px) {
    .hide-desk{
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    .show-desk{
        display: block !important;
    }
}
@media (min-width: 576px) and (max-width: 769px){
    .show-tablet{
        display: block !important;
    }
}

@media (max-width: 576px){
      .show-mob{
        display: block !important;
    }
}

@media only screen and (max-width: 576px) {

    .content-alert-notify .alert {
        width: 90%;
        max-width: 90%;
        max-height: 90%;
    }

    .float-left-mob{ float: left !important; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    .smalltext {
        font-size: 16px;
    }

    .spacer{
        padding-top: 2.5em;
        display: block;
    }

        header #logo{
            height: 40px;
        }
        header .bullet{
            height: 30px;
            width: 30px;
        }
        header .lang a.active,
        header .lang:hover a,
        header .lang.visible a,
        header .lang-fake a.active {
            height: 30px !important;
            opacity: 1;
        }
        #banner_home{
            width: 100%;
            overflow: hidden;
        }

        #banner_home img{
            height: 100%;
            width: 100%;
            max-width: 10000000px;
        }
        #banner_home .switch{
            position: absolute;
            bottom: 20%;
            left: 0;
            transform: translate(0,0);
            width: 100%;
            text-align: center;
            color: #fff;
        }
        .switch a {
            width: 90%;

        }
        .searching_brands {
            width: 100%;
        }
            .searching_brands .steps{
                margin-bottom: 4em;
            }
            .searching_brands .steps:last-of-type{
                margin-bottom: 0em;
            }
            .searching_brands .img{
                width: 25%;
                float: left;
            }
                .searching_brands .img img{
                    width: 100%;
                    max-width: 100%;
                }
            .searching_brands .text{
                width: 70%;
                margin-left: 4%;
                float: left;
                text-align: left !important
            }
            .wanted{
                width: 100%;
            }
            .industry{
                margin-bottom: 3em;
                color:#000;
            }
            .industry h1{
                font-size: 45px;
            }

    .depoimentos {
        overflow-x:auto;
        width: 100%;
        max-width: 350px;
        margin: auto;
        display: block;
    }
    .depoimento{
        /*display: inline-block;*/
        margin: 0px;
        width: 32%;
        max-width: 350px;

    }
    .depoimento span{
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        background: #fff;
        z-index: 999;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.3)
    }
    .depoimento div{
        position: relative;
        z-index: 1000;
        margin: 20px;
        padding: 20px;
    }

    .the-brand .brand-card{
        border-radius: 0px;
        background: #FFF;
        border: none;
        margin: 0 -15px;
        color: #000;
    }
    .brand-card .name{
        height: 39px;
        overflow: hidden;
        padding: 0 20px;
        margin: 20px 0;
    }
    .logo-brand{
        margin-top: -90px;
    }
    .hide-mob{
        display: none;
    }
    .w-50,.w-80,.w-90,.w-100{
        width: 100%;
    }

    footer{
        background: #F6F6F6;
    }
        footer .row div {
            padding-bottom: 2em;
            margin-bottom: 2em;
            border-bottom: solid 1px #E0E0E0;
        }
        footer #logo{
            height: 60px;
            margin: auto;
            display: block;
        }

        footer a.link_footer {
            padding: 7px 0;
            color: #000;
            text-decoration: none;
        }
        footer .copyright,
        footer .social{
            display: block;
            position: relative;
            bottom: 0;
            left: 0px;
            text-align: center;
            margin-top:2em;
        }

        footer .realizado {
            text-align: center;
        }



}



.carrossel{
    position: relative;
}


    .photo_carrossel{
        width: 100%;
    }
    .photo_carrossel img{
        max-width: 100%;
    }

    .slider {
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .slider ul,
    .slider li{
        margin:0;
        list-style: none
    }
    .slider .slides-container {
        display: flex;
        width: 100%;
        height: 100%;
        cursor: -webkit-grab;
        cursor: grab;
        transition: transform .5s;
    }
.slider .slides-container .brand-photos{
    width: 100% !important;
    padding-bottom: 100% !important;

}

    .slider:active .slides-container {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

    .slider .slides-container.moving {
        transition: none;
    }
    .slider .slides-container.moving .slide {
        transition: none;
    }
    .slider .slides-container.moving .parallax {
        transition: none;
    }
    .slider .slide {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        transform-origin: center;
        transition: transform .5s, opacity .5s;
    }

    .photo_carrossel .prev,
    .photo_carrossel .next{
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 0;
        background: url('../image/prev_blk.svg') no-repeat left;
        height: 50px;
        width: 20px;
        z-index: 100;
    }
    .photo_carrossel .next{
        right: 0;
        left: auto;
        background: url('../image/next_blk.svg') no-repeat right;
    }


    .banners .photo_carrossel .prev,
    .banners .photo_carrossel .next,
    .depoimentos .photo_carrossel .prev,
    .depoimentos .photo_carrossel .next{
        top: 50%;
        transform: translate(0,-50%);
    }

    .slider .slide.current {
        opacity: 1;
        transform: scale(1);
    }

    .slider .slide .parallax {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        transition: transform .5s, opacity .5s;
    }

    .slider .slide.current .parallax {
        opacity: 1;
    }

    .slider .slides-bullets{
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: auto;
        width: 30;
        display: flex;
        height: 22px;
        overflow: hidden;
    }
    .slider .slides-bullets li{
        width: 20px;
        text-align: center;
        transform: scale(0.9);
        height: 20px;
        overflow: hidden;
    }
    .slider .slides-bullets li span{
        display: inline-block;
        overflow: hidden;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #444;
        opacity: 0.5;
    }
    .slider .slides-bullets li.current span{
        opacity: 1;
    }


.table-visitantes .view_profile,
.table-visitantes .view_profile i {
    color: #007bff;
}

.section-perfil .btn-link i {
    color: #007bff;
}

.section-perfil .block {
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    color: #000;
    padding: 0;
    padding-bottom: 15px;
}

.section-perfil .block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-perfil .titulo {
    font-size: 24px;
}

.section-perfil .marcas-contatadas {
    font-size: 24px;
    margin-top: 25px;
    display: flex;
}
.section-perfil .marcas-contatadas .marked {
    color: #055cdd;
    font-size: 26px;
    margin-right: 10px;
}

.section-perfil .perfil-image img{
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
    border-radius: 100%;
    overflow: hidden;
}

.section-perfil .block-perfil {
    padding: 0;
    align-items: center;
}

.section-perfil .block-perfil .titulo {
    margin: 0;
}

.section-perfil .block-perfil .lead {
    font-size: 14px;
    margin:0;
}

.section-perfil .block-cta {
    padding: 0;
    align-items: center;
}

.section-perfil .idioma {
    padding: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}

@media only screen and (max-width: 375px) {
 
    .section-perfil .block-cta {
        justify-content: center;
    }

}

.perfil-filtros {
    margin-bottom: 15px;
}


