@import url('https://fonts.googleapis.com/css2?family=Harmattan&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --background: #DCC7A9;
    --colorprimary: #AB8B5A;
    --color2: #DCC7A9;
    --color3: #010101;
    --color4: #676767;
}

body{
    background: var(--colorprimary);
    background-image: url(../imagens/pattern.png);
}

body.intranet {
    background: #fff;
}

.box-rating{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding: .5rem;
}

.logoheader {
    text-align: center;
    padding-bottom: 1rem;
}

.logoheader svg {
    height: 90px;
    margin-bottom: 1rem;
}

.logoheader h1{
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.box-rating .bloco {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem 0;
    padding-bottom: 0;
    /* box-shadow: 0px 15px 40px 0px #00000069; */
}

.box-rating .topo {
    text-align: center;
    padding: 0.4rem 1rem;
}

.box-rating .topo h1 {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1rem;
    color: var(--colorprimary);
    margin: 0;
}

.box-rating .topo img, .box-rating .topo svg {max-width: 80%;height: 50px;margin-bottom: 1rem;}

.box-rating .form-group {
    padding: 0.5rem 1rem;
    /* padding-bottom: 0; */
    margin-bottom: 1.5rem;
}

.box-rating .buttons button {
    display: block;
    width: 100%;
    text-align: center;
}

.box-rating .divider {
    border-top: 1px dashed #d9d9d9;
    margin-bottom: .5rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}

hr {
    border-style: dashed;
}

.box-rating h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    color: #444;
    margin-bottom: 1rem;
}

.box-rating .divider i {
    font-style: inherit;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 600;
    margin-top: -17px;
    text-align: center;
    /* border: 2px dashed #d9d9d9; */
    background: #b3b3b3;
    color: #fff;
}

.box-rating .vote {
    padding: 0;
    text-align: center;
    /* margin-bottom: 2rem; */
}

.box-rating .vote li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.stars{
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.star__radio {
    display: none;
}
.star__radio:checked ~ .star__label {
    background: var(--colorprimary);
    box-shadow: 0px 3px 0px 0px #91764d;
    color: #fff;
}

.star__radio:checked ~ .star__label i {
    color: #fff;
}

.star__radio ~ .star__label {
    line-height: 40px;
    background: #e7e7e7;
    padding: 0 15px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0px 3px 0px 0px #00000030;
    font-size: 14px;
    cursor: pointer;
}

.star__radio ~ .star__label i {
    color: #0000004a;
}


.box-rating .form-group textarea{
    width: 100%;
    height: 100px;
    border: 1px dashed;
    border-radius: 20px;
    border-color: #888;
    padding: 10px;
    margin-bottom: 1rem;
    background: #eaeaea;
}

.box-rating .form-group textarea.error {
    margin-bottom: 0;
    border-color: #b70000;
}

.box-rating .form-group input[type="text"] {
    width: 100%;
    height: 45px;
    background: #eaeaea;
    margin-bottom: .5rem;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
}

.box-rating .form-group input[type="text"].error {
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px 1px #b70000;
}

.box-rating .form-group label.error {
    text-align: center;
    display: block;
    font-size: 12px;
    color: red;
    margin-bottom: .5rem;
}

.box-rating .form-group input[type="text"]:last-child {
}

.box-rating .form-group textarea:focus{
    border-color: var(--colorprimary);
}


.loading-spin{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffdb;
    left: 0;
    top: 0;
    display: none;
}

.loader-demo-box {
    border-radius: 0.25rem !important;
  }
  
  .loader-demo-box {
    width: 100%;
    height: 200px;
  }
  
  .jumping-dots-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: fixed;
    margin: 0 auto;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
  
  .jumping-dots-loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(241, 83, 110, 0.8);
    margin: 35px 5px;
  }
  
  .jumping-dots-loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
  }
  
  .jumping-dots-loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
  }
  
  .jumping-dots-loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
  }
  
  @keyframes bounce {
    0%,
    75%,
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  
    25% {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }

.rat-ok{padding-top: 20px;}

.rat-ok table {
    width: 100%;
}

.rat-ok table tr{}

.rat-ok table tr:nth-child(odd){
    
background: #eaeaea;
}


.rat-ok table tr:nth-child(even) {
    /* background: #eaeaea; */
}

.rat-ok table td{
    padding: 10px 15px;
    padding: .5rem .8rem;
    vertical-align: middle;
    /* padding-right: 5px; */
}

.rat-ok table td:first-child {
}

.rat-ok table td:last-child {
}

.rat-ok table td label {
    font-size: .75rem;
    line-height: 1rem;
    padding: 5px 10px;
    background: #888;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
}

.rat-ok table td label i {
    display: inline-block;
}

.rat-ok table td.rat{
    padding: 5px 0;
    padding-right: .8rem;
    text-wrap: nowrap;
    /* min-width: 6rem; */
}

.rat-ok table td.rat label {
    margin: 0;
    text-wrap: nowrap;
    position: relative;
    padding-left: 25px;
}

.rat-ok table td.rat label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 8px;
    top: 5px;
}

.rat-ok table td span {
    font-size: .8rem;
    line-height: 1rem;
    display: block;
}

.rat-ok .user{
    text-align: center;
    padding: 0.4rem 1rem;
}

.rat-ok .user label{
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    border-radius: 15px;
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1rem;
}

.rat-ok .depoimentobox{
    font-style: italic;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 500;
    text-align: center;
}

.rat-ok .depoimentobox span {font-style: normal;color: #000;font-weight: 300;margin-bottom: .4rem;font-size: .8rem;line-height: 1rem;}

.box-rating footer{
    /* background: #eaeaea; */
    border-top: 1px solid #eaeaea;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: .5;
    padding: 10px;
}

.box-rating footer > div {
    display: inline-block;
    text-align: center;
    text-wrap: nowrap;
}

.box-rating footer > div a {
    font-weight: 600;
}

.table-lista{
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}

.table-lista th{}

.table-lista tr th {
    padding: 15px;
    border-bottom: 4px solid #f4f4f4;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #888;
    font-size: 14px;
    font-weight: 600;
}


.table-lista tr.odd {}

.table-lista tr.even {
    background: #eaeaea;
}

.table-lista tr td{
    padding: 15px 10px;
    color: #777;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    vertical-align: middle;
    max-width: 300px;
}

.table-lista thead tr td {
    font-size: 12px;
    overflow: hidden;
    border-bottom: 5px solid #ccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px 10px;
    font-weight: 600;
}

.table-lista tr td .moptions {
    padding: 0 10px;
    line-height: 27px;
    display: inline-block;
    border-radius: 3px;
    font-size: 21px;
    height: 30px;
    vertical-align: top;
    text-align: center;
    color: #888;
    /* opacity: 0.6; */
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.table-lista tr td .moptions:hover {
    box-shadow: 0px 0px 5px 2px #eaeaea;
    opacity: 1;
    border-radius: 3px 3px 0 0;
}

.table-lista tr td .moptions i {
    max-height: 29px;
    vertical-align: middle;
}
.table-lista tr td .moptions:hover ul{
    display: block;
}
.table-lista tr td .moptions ul {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    background: #fff;
    z-index: 999;
    opacity: 1;
    box-shadow: 0px 5px 3px 2px #0000000f;
    border-radius: 3px 0 3px 3px;
    text-align: left;
    width: 120px;
}

.table-lista tr td .moptions ul li {}

.table-lista tr td .moptions ul li a {
    font-size: 12px;
    display: block;
    line-height: 23px;
    padding: 3px 10px;
    text-decoration: none;
}

.table-lista tr td .moptions ul li a:hover {
    background: #f1f1f1;
    color: #000;
}

.table-lista tr td .moptions ul li:first-child a {
    padding-top: 7px;
}

.table-lista tr td .moptions ul li:last-child a {
}

.table-lista a.link{
    padding: 5px;
    line-height: 20px;
    display: inline-block;
    background: #bdbdbd;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
    height: 30px;
    text-decoration: none;
}
.table-lista a.whatsapp{
    background: transparent;
    color: #25d366;
    box-shadow: 0 0 0 1px;
    transition: 0.3s;
}

.table-lista a.whatsapp:hover {
    background: #25d366;
    color: #fff;
    box-shadow: 0 0 0 1px #25d366;
}
.table-lista a.link i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
}

.table-lista span.sexo{
    padding: 5px;
    line-height: 20px;
    display: inline-block;
    background: #bdbdbd;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    height: 30px;
}

.table-lista span.sexo i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #eaeaea;
    color: #bdbdbd;
    margin-left: 5px;
    font-size: 13px;
}

.table-lista span.status{
    padding: 5px 8px;
    padding-left: 5px;
    line-height: 20px;
    display: inline-block;
    background: #bdbdbd;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    height: 30px;
    cursor: pointer;
}

.table-lista .view{
    display: inline-block;
    padding: 5px 5px;
    width: 30px;
    line-height: 20px;
    background: #bdbdbd;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

.table-lista .view i {
    display: inline-block;
}

.table-lista span.status.on{
    background: #3498db;
    padding-left: 8px;
    padding-right: 6px;
}

.table-lista span.status.on i {
    color: #3498db;
    background: #fff;
    margin-right: 0;
    margin-left: 5px;
}

.table-lista span.status i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #eaeaea;
    color: #bdbdbd;
    margin-right: 5px;
    font-size: 13px;
}

.dataTables_wrapper{
    position: relative;
}

.tabela .dataTables_wrapper .dataTables_info{
    float:left;
    padding: 5px;
    font-size: 13px;
    color: #777;
    padding-left: 10px;
    display: inline-block;
}
.tabela .dataTables_wrapper .dataTables_paginate{
    float: right;
    padding-right: 10px;
}
.tabela .dataTables_wrapper .dataTables_paginate span{
   float: left;
}

.tabela .dataTables_wrapper .dataTables_paginate span > span {
    position: relative;
    display: block;
    font-size: .8rem;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4f5467;
    float: left;
    text-decoration: none;
}
.tabela .dataTables_wrapper .dataTables_paginate a{
    position: relative;
    display: block;
    cursor: pointer;
    font-size: .8rem;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4f5467;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    text-decoration: none;
}
.tabela .dataTables_wrapper .dataTables_paginate a.current {
    z-index: 2;
    color: #fff!important;
    background-color: #4f5467;
    border-color: #4f5467;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    background-color: #ffffff;
    background-image: url(../imagens/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    line-height: 100vh;
    opacity: 0.8;
    text-indent: -33333px;
}

.tabela{
}

.share{
    
    text-align: center;
    padding-top: 1rem;
    display: block;
}

.share > span {
    display: inline-block;
    margin-left: auto;
    font-size: .7rem;
    line-height: 1.5rem;
    color: #fff;
    padding-right: 5px;
}

.share ul{
    display: inline-block;
    margin-right: auto;
    margin-bottom: 0;
}

.share ul li{
    display: inline-block;
}

.share ul li a {
    font-size: .8rem;
    line-height: 1.5rem;
    display: block;
    background: #fff;
    padding: 0 .7rem;
    border-radius: 20px;
    color: #000!important;
    font-weight: 500;
    cursor: pointer!important;
}

header{
    background: #444;
    color: #fff;
    padding: 1rem .5rem;
    margin-bottom: 20px;
}

header h1{
    font-size: 1.5rem;
    margin-bottom: 0;
}

.avaliacoes{
    
padding: 1rem;
}

.avaliacoes .item{
    margin-bottom: 25px;
}

.avaliacoes .item .bloco {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 1.1rem;
    box-shadow: 0px 15px 40px 0px #00000029;
    text-align: center;
}

.avaliacoes .item .bloco svg {
    height: 33px;
    margin-bottom: .5rem;
    opacity: .6;
}

.avaliacoes .item .user{
    text-align: center;
    padding: 0.4rem 1rem;
}

.avaliacoes .item .user label{
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    border-radius: 15px;
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1rem;
}

.avaliacoes .item .depoimentobox{
    font-style: italic;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 500;
    text-align: center;
}

.avaliacoes .item .depoimentobox span {font-style: normal;color: #000;font-weight: 300;margin-bottom: .4rem;font-size: .8rem;line-height: 1rem;}

.avaliacoes .item a{
    cursor: pointer;
    color: #000
}

.avaliacoes .item ul.steps{
    text-align: center;
    margin-bottom: 0.7rem;
}

.avaliacoes .item ul.steps li {
    display: inline-block;
}

.avaliacoes .item ul.steps li label {
    font-size: .75rem;
    line-height: 1rem;
    padding: 5px 10px;
    background: #888;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin: 0;
    text-wrap: nowrap;
    position: relative;
    padding-left: 25px;
}

.avaliacoes .item ul.steps li label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 8px;
    top: 5px;
}