@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');

::-webkit-scrollbar {
    width: 5px;
    height: 10px;		
  }

  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment  {
    display: none;
  }

  ::-webkit-scrollbar-track-piece  {
    background-color: transparent;
    -webkit-border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:vertical {
    background-color: #666;
    -webkit-border-radius: 4px;
  }

body, html{
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

*:not(i){
    font-family: 'Montserrat', sans-serif;
}

.height-100{
    height: 100vh;
}

.logoLogin{
    width: 200px;
}

#newServiceDescription {
    height: 450px;
}

@media screen and (min-width: 992px){ /* desktop */
    .formLogin{
        width: 50%;
    }

    .logoHeader{
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){ /* tablet */
    .logoHeader{
        width: 50%;
    }
}

@media screen and (max-width: 767px){ /* mobile */
    .formLogin{
        width: 90%;
    }

    .logoHeader{
        width: 180px;
    }
}


.menuDesktop {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuDesktop > li > a {
    text-decoration: none;
    font-size: 12px;    
    display: block;    
    color: #000;    
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0;
}

.menuDesktop > li > a:hover{
    color: #f60;
}


.menuDesktop > li {
    position: relative;
    margin-right: 13px;
}

.menuDesktop > li:last-child {
    margin-right: 0px!important;
}

.right-options-header, .right-options-header a {
    font-size: 12px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.right-options-header > a {
    margin-left: 5px;
}

.right-options-header > label {
    margin-right: 5px;
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: #888 0px 0px 6px;
}


.menuDesktop > li > .dropmenudesktop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: #ccc 0px 0px 5px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.menuDesktop > li > .dropmenudesktop:hover,
.menuDesktop > li > a:hover + .dropmenudesktop {
    display: block;
}

.menuDesktop > li > .dropmenudesktop > ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menuDesktop > li > .dropmenudesktop > ul > li > a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #888;
}

.menuDesktop > li > .dropmenudesktop > ul > li > a:hover{
    color: #000;
}

.menuDesktop > li > .dropmenudesktop > ul > li {
    width: 120px;
}

.menuMobile {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -85vw;
    background: #fff;
    width: 85vw;
    height: 100vh;
    box-shadow: #888 0px 0px 6px;
    visibility: hidden;
    transition: 0.5s;
}

.menuMobile .header{
    height: 10vh;    
    padding-left: 15px;
    padding-right: 15px;    
    border-bottom: 1px solid #eeee;
    box-shadow: #eee 0px 0px 6px;
}

.menuMobile .body{
    height: 78vh
}

.menuMobile .footer{
    height: 10vh;    
    background: #000;
    border-top: 5px solid #f60;
}

.menuMobile .footer label {
    margin-left: 20px;
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.menuMobile .header .closeMenuMob .btnCloseMenu {
    border-radius: 100%;
    border: 0px solid #ccc;
    width: 40px;
    height: 40px;
    background: #eee;
    color: #888;
    font-weight: 400;
    font-size: 1.2rem;
}

.menuMobile .body .listaMenuMobile {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    list-style: none;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.menuMobile .body .listaMenuMobile > li {
    margin-bottom: 5px;
}

.menuMobile .body .listaMenuMobile > li > a {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 0;
}

.menuMobile .body .listaMenuMobile > li > .dropmenudesktop > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.menuMobile .body .listaMenuMobile > li > .dropmenudesktop > ul > li > a {
    color: #888;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.menuMobile .body .listaMenuMobile > li > .dropmenudesktop > ul > li > .dropmenudesktop > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.menuMobile .body .listaMenuMobile > li > .dropmenudesktop > ul > li > .dropmenudesktop > ul > li > a{
    font-size: 0.8rem;
    text-decoration: none;
    color: #888;
}

.btnMenuMobile {
    border: 1px solid #eee;
    background: #eee;
    padding: 10px;
    color: #000;
    font-size: 1rem;
}

.btnLogoutMobile {
    text-decoration: none;    
    display: inline-block;
}

.btnLogoutMobile i {
    display: block;
    font-size: 1.3rem;
}

#main{
    width: 100%;
    height: auto;
    min-height: 100vh;
}

footer {
    width: 100%;
    height: auto;
    padding: 75px 0;
    background: #000;
    border-top: 4px solid #f60;
    color: #fff;
}

.titlePage{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    margin-bottom: 25px;
}

.subtitlePage{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #888;
}

.btnFormUser {
    background: #f60;
    border: 1px solid #f60;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    padding: 8px 25px;
    font-weight: 600;
}

.btnFormUser:hover{
    background: #fff;
    color: #f60;
}

.formuser > form > .row > div{
    margin: 5px 0;
}

.btnLogoutDesktop {
    text-decoration: none;
}


.bg-gray{
    background: #efefef;
}

.bg-light-gray{
    background: #f5f5f5;
}

.bg-inative-user{
    background-color: #ffeeee;
}


.menuDesktop > li > .dropmenudesktop > ul > li {
    position: relative;
}

.menuDesktop > li > .dropmenudesktop > ul > li > .dropmenudesktop {
    position: absolute;
    left: 90%;
    top: 0;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
    display: none;
}

.menuDesktop > li > .dropmenudesktop > ul > li > .dropmenudesktop > ul {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.menuDesktop > li > .dropmenudesktop > ul > li > .dropmenudesktop > ul > li > a {
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.menuDesktop > li > .dropmenudesktop > ul > li:hover .dropmenudesktop, .menuDesktop > li > .dropmenudesktop > ul > li .dropmenudesktop:hover {
    display: block;
}

.menuDesktop > li > .dropmenudesktop > ul > li > a > i {
    margin-left: 5px;
}

.btnPaginate {
    margin: 0 5px;
    border: 1px solid #ccc;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 40px;
}

.btnPaginate:hover {
    background: #000;
    color: #ffff;
}

.btnPaginate.pgselected{
    background: #f60;
    color: #fff;
}

.listagem .btnFormUser {
    margin-top: 0px;
}

.listagem {
    border: 1px solid #eee;
    overflow: hidden;
}

.bg-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.modalNewService {
    background: #fff;
    height: auto;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.closeModalService, .closeModalImageCreatives {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    padding: 0;
    line-height: 100%;
    border-radius: 100%;
    background: transparent;
    font-size: 30px;
}

.msgSuccess {
    position: fixed;
    bottom: 10px;
    width: 60%;
    left: 20%;
    padding: 20px;
    background: #198754;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    box-shadow: #888 0px 0px 5px;
    display: flex;
}

.msgSuccess .icon {
    font-size: 2rem;
}

.msgSuccess .msg {
    margin-left: 20px;
}

.lbl_list_service{
    display: block;
    font-weight: 600;
}

.progressBar{
    width: 100%;
    height: 10px;
    background-color: #888;
    border-radius: 6px 6px 6px 6px;
}

.listaStepsService {
    margin: 35px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 15px 25px;
}

.listaStepsService .stepService {
    width: 100%;
    height: auto;
    margin: 10px 0;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: #ccc 0px 0px 6px;
    transition: 0.5s;
}

.listaStepsService .stepService .iconProgress i,
.listaStepsService .stepService .iconDetail .openDetail {
    font-size: 2rem;    
    padding: 0px!important;
    border: 0px!important;
    background: transparent;
}

.listaStepsService .stepService .iconProgress i.fa-check-circle{
    color: #198754;
}

.listaStepsService .stepService .iconProgress i.fa-spinner {
    color: #888;
}

.listaStepsService .stepService .title {
    font-size: 1.5rem;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

.listaStepsService .stepService .lineStep {
    padding: 15px 0;
}

.listaStepsService .stepService .lineDetail {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 6px;
    display: none;
}


.dateServiceDetail {
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #888;
}

.dateServiceDetail strong{    
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.divSteps {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 6px;
}
.formSteps{
    display: none;
}

.listaStepsService .stepService .title h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}


.lbl_finish, .aprove{
    color: #198754;
}

.lbl_processing{
    color: #0033ff;
}

.lbl_cancel, .reprove{
    color: #cc0022;
}

.listaStepsService .stepService .title h2 {
    font-size: 1.5rem;
}


@media screen and (max-width: 768px){
    .listaStepsService .stepService .title h2{
        font-size: 1rem;
    }

    .listaStepsService .stepService .title h3{
        font-size: 0.8rem;
    }
}
.modalNewStepService{
    display: none;
}

.contentNewStepService{
    height: auto;
    max-height: 90vh;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.creativeInput{
    display: none;
}

.creativeText{
    display: none;
}

.blocoCriativo {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.blocoCriativo img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.blocoCriativo button,
.blocoCriativo a {
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 3rem;
    color: #888;
}
.blocoCriativo .btnSeeMore {
    position: absolute;
    left: 40%;
    background: #fff;
    line-height: 20px;
    padding: 10px;
    border-radius: 6px;
    width: 20%;
    text-align: center;
    height: 50px;
    display: none;
}

@media screen and (max-width: 768px){
    .blocoCriativo .btnSeeMore{
        width: 40%;
    }
}

.blocoCriativo:hover .btnSeeMore {
    display: block;
}

.blocoCriativo .btnSeeMore i {
    font-size: 1.8rem;
}

.postsCadReturn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.postsCadReturn p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #888;
}

.titleCreativeBlocks {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.dateCreativeBlocks {
    font-size: 12px;
    font-weight: bold;
}

.statusCreative {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
    text-align: center;
    font-size: 1.5rem;
}

.statusCreative .fa-check-circle {
    color: #198754;
}

.statusCreative .fa-times-circle {
    color: #f00;
}

.deleteCreative {
    position: absolute;
    right: 10px;
    top: 10px;
}

.deleteCreative button{    
    padding: 5px;
    background: #fff;
    border: 0;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #a00;
}

.contentModalImageCreatives {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.listcomments {
    padding: 12px;
    background: #f0f0f0;
    border-radius: 6px;
    margin-top: 20px;
    max-height: 60vh;
    overflow-x:hidden;
    overflow-y: auto;
}

.listcomments .commentblock {
    margin-bottom: 25px;
    padding: 14px;
    border-radius: 4px;
    position: relative;
}

.listcomments .commentblock .namecomment {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.listcomments .commentblock .datecomment {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.listcomments .commentblock .commenttext {
    font-size: 13px;
    text-align: justify;
}

.listcomments .commentblock.commentbyme {
    background: #fff;
}

.listcomments .commentblock.commentbyothers {
    background: #fcffe0;
}

.imageFeaturedCreative {
    max-height: 90vh;
}

.textCreativeBlock {
    background: #fafafa;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 60vh;
}

.textCreativeBlock h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.textCreativeBlock article {
    font-size: 14px;
}

.statusFinalPost {
    padding: 15px;
    border-radius: 4px;
    line-height: 100%;
    border: 1px solid #eee;
    display: block;
}

.statusFinalPost p {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

.btnDeleteComment {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    padding: 0;
    font-size: 1rem;
    background: transparent;
    color: #a00;
}

.hide{
    display: none;
}

.rowServicesHome {
    border-top: 1px solid #efefef;
    margin: 10px 0;
    padding: 9px 0;
}
.rowServicesHome * {
    font-size: 12px;
}