@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
ul,
li,
figure,
figure img,
a,
span,
svg,
input,
img,
i,
label,
button,
.emp-evolucao .mainSection .destaqueGalery .bottom {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
body,
html {
    font-family: "Lato", sans-serif;
    color: #333;
    background-color: #f3f3f3;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
figure {
    margin: 0px;
}
* {
    outline: none !important;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4 {
    margin: 0px;
}
a {
    outline: none;
}
::selection {
    background: #28a5de;
    color: #fff;
}
::-moz-selection {
    background: #28a5de;
    color: #fff;
}
.main {
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
header {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
    color: #444;
    box-shadow: 1px 4px 26px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px 4px 26px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 1px 4px 26px 0px rgba(0, 0, 0, 0.37);
}
header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .main .brand img {
    width: 70px;
}
header .main .left {
    display: flex;
    align-items: center;
}
header .main .left h3 {
    margin-left: 10px;
    font-size: 24px;
}
header .main .left h4 {
    margin-left: 10px;
    font-size: 18px;
    color: #9b9595;
}
header .main .btn {
    background-color: #aa7755;
    color: #fff;
    display: table;
    font-size: 18px;
}
header .main .btn:hover {
    color: #0e3453;
    background-color: #fff;
}
header .main .btn i {
    margin-left: 10px;
    font-size: 20px;
    color: #0e3453;
    margin-bottom: -5px;
}
.scroll {
    width: 100%;
}
.btn {
    text-align: center;
    background-color: #aa7755;
    color: #000;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 600;
}
.btn:hover {
    background-color: #0e3453;
    color: #fff;
}
.btn.btn-back {
    color: #fff;
}
.btn.btn-back:hover {
    background-color: #0e3453;
    color: #fff;
}
.btn.btn-back:hover i {
    color: #fff;
}
.btn.btn-back i {
    margin-right: 10px;
    color: #0e3453;
}
.margin-top-40 {
    margin-top: 50px;
}
footer {
    width: 100%;
    padding: 40px 0;
    background-color: #0e3453;
    color: #fff;
}
footer .colluns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .colluns li.coll {
    margin: 0px 40px;
}
footer .colluns li.coll.contatos p {
    margin: 8px 0;
    font-size: 22px;
}
footer .colluns li.coll p {
    margin: 5px 0;
}
footer .colluns li.coll p i {
    color: #28a5de;
    margin-right: 5px;
}
footer .colluns li.coll b {
    font-size: 18px;
}
footer .colluns li.coll .redes {
    margin-top: 15px;
}
footer .colluns li.coll .redes a {
    margin-right: 14px;
}
footer .colluns li.coll .redes a i {
    font-size: 28px;
    color: #28a5de;
}
footer .colluns li.coll .redes a i:hover {
    color: #fff;
}
footer .copy {
    width: 100%;
    font-size: 12px;
    padding-left: 40px;
    margin-top: 20px;
}
.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    height: 70px;
    background-color: transparent;
    margin: auto;
    z-index: 2;
    border: 0px;
    font-size: 0;
    background-image: url("../images/icones/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.slick-arrow:hover {
    background-color: transparent;
    opacity: 0.7;
}
.slick-prev {
    left: -30px;
    transform: rotate(-180deg);
}
.slick-next {
    right: -30px;
}
.box-white {
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    min-height: 200px;
}
.box-white.mb-20 {
    margin-bottom: 20px;
}
.vanilla-calendar {
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
}
.vanilla-calendar .vanilla-calendar-date {
    padding: 25px 0;
}
.modal-content {
    width: 80%;
    max-width: 800px;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    z-index: 99;
    overflow: hidden;
    display: none;
}
.modal-content .top {
    width: 100%;
    padding: 25px;
    background-color: #aa7755;
    color: #fff;
}
.modal-content .top .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 26px;
}
.modal-content .top .close:hover {
    color: #000;
}
.modal-content .content {
    width: 100%;
    padding: 25px;
    max-height: 60vh;
    overflow: auto;
}
.modal-content .content .badge {
    color: #fff;
}
.modal-content .content p {
    margin: 15px 0;
    line-height: 1.4;
}
.modal-content .content a {
    color: #242424;
}
.modal-content .content .hidden {
    padding: 10px;
    position: relative;
    background-color: #f3f3f3;
}
.modal-content .content .hidden:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ebebeb;
    position: absolute;
    left: 50px;
    top: -12px;
}
.modal-content .content .hidden td {
    min-height: 120px;
}
.modal-content .content .hidden i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    cursor: pointer;
}
.modal-content .content .hidden .btns {
    display: flex;
    margin-top: 20px;
}
.modal-content .content .hidden .btns a {
    margin-right: 15px;
    padding: 6px;
    font-size: 13px;
    color: #fff;
}
.modal-content .content .hidden .btn-primary {
    background-color: #0d9ebb !important;
}
.modal-content .content .fieldHidden {
    margin: 15px 0;
    display: none;
}
.modal-content .content .fieldHidden.fieldMultiple {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 6px;
}
.modal-content .content .fieldHidden.fieldMultiple h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
.modal-content .content .fieldHidden.fieldMultiple hr {
    margin: 30px 0;
}
.modal-content .content .fieldHidden.fieldMultiple label {
    font-size: 14px;
}
.modal-content-overflow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 98;
}
.login-page {
    width: 100%;
    min-height: 100vh;
    color: #fff;
    background-color: #ededed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page .main {
    max-width: 400px;
    text-align: center;
}
.login-page .brand {
    width: 80px;
    margin-right: 10px;
}
.login-page .brand img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.login-page h3 {
    margin: 40px 0;
    font-size: 38px;
    font-weight: 600;
    display: flex;
    color: #aa7755;
    align-items: center;
}
.login-page .form-login {
    width: 100%;
}
.login-page .form-login .msg {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #2fff36;
    display: none;
}
.login-page .form-login .field {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.login-page .form-login .field input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 0px;
    font-size: 17px;
    background-color: #fff;
    border-radius: 60px;
}
.login-page .form-login .field button {
    width: 100%;
    background-color: #aa7755;
    color: #fff;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border: 0px;
    font-size: 17px;
    text-align: center;
    border-radius: 60px;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
}
.login-page .form-login .field button.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/icones/loading.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: #222;
    z-index: 2;
}
.login-page .form-login .field button:hover {
    opacity: 0.7;
}
.login-page .form-login .esqueci-senha {
    color: #303030;
    text-align: right;
    display: block;
    padding-right: 10px;
}
.login-page .form-login .esqueci-senha:hover {
    opacity: 0.8;
}
main.painel {
    padding: 30px 0;
    min-height: 80vh;
}
main.painel.painel-sucesso .main {
    max-width: 1000px;
}
main.painel .bloco {
    width: 100%;
    margin: 30px 0;
}
main.painel .bloco .title {
    width: 100%;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}
main.painel .bloco .title h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 20px;
    color: #222;
    font-size: 24px;
}
main.painel .bloco .box .form-group {
    width: 100%;
}
main.painel .bloco .box .btn-agendar {
    min-width: 240px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
}
main.painel .bloco .box .btn-agendar.left {
    margin: 0;
}
main.painel .bloco .box [class*="col-"] {
    display: flex;
}
main.painel .bloco .box .icon {
    width: 45px;
    float: left;
    margin-right: 10px;
    display: table;
}
main.painel .bloco .box .icon img {
    max-width: 100%;
}
main.painel .bloco .box .top {
    width: calc(100% + 80px);
    margin-left: -40px;
    background-color: #0e3453;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    align-items: center;
    font-size: 18px;
}
main.painel .bloco .box .top span {
    margin: 0px 10px;
    font-weight: 300;
}
main.painel .bloco .box .top span b {
    color: #28a5de;
}
main.painel .bloco .box .top .assist {
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
}
main.painel .bloco .box .top .assist img {
    margin-right: 10px;
}
main.painel .bloco .box .top .btn {
    border-radius: 0px;
    padding: 10px 15px;
    color: #fff;
}
main.painel .bloco .box .top .btn:hover {
    background-color: #228dbd;
}
main.painel .bloco .box .row {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    padding: 25px 0;
}
main.painel .bloco .box .row.no-border {
    border-bottom: 0px;
    padding-bottom: 0;
}
main.painel .bloco .box .row:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
}
main.painel .bloco .box .links {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
main.painel .bloco .box .links a.btn {
    margin: 0px 10px;
}
main.painel .bloco .box .links a.btn:first-child {
    margin-left: 0;
}
main.painel .bloco .box .c-inf {
    float: left;
}
main.painel .bloco .box .c-inf label {
    width: 100%;
    display: inline-block;
    color: #1f2d3d;
    margin-bottom: 0;
    font-weight: 600;
}
main.painel .bloco .box .c-inf span {
    font-weight: 300;
    color: #0e3453;
}
main.painel .bloco .box .col-btns {
    display: flex;
    justify-content: flex-end;
}
main.painel .bloco .box .col-btns .btn {
    margin: 0px 5px;
    min-height: 50px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
main.painel .bloco .box .col-btns .btn img {
    margin-left: 5px;
}
main.painel .bloco .box .col-btns .btn:hover {
    color: #0e3453;
    background-color: #d1d4d6;
}
main.painel .bloco .box.box-success {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
}
main.painel .bloco .box.box-success figure {
    width: 35%;
}
main.painel .bloco .box.box-success figure img {
    width: 100%;
}
main.painel .bloco .box.box-success .right {
    width: 55%;
}
main.painel .bloco .box.box-success .right h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
main.painel .bloco .box.box-success .right span {
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}
main.painel .bloco .listBoletos {
    width: 100%;
    margin: 20px 0;
    margin-bottom: 40px;
    display: none;
}
main.painel .bloco .listBoletos .titleB {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
main.painel .bloco .listBoletos.loading .content {
    min-height: 100px;
}
main.painel .bloco .listBoletos.loading .content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/icones/loading.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    background-color: #e0e0e0;
    z-index: 2;
}
main.painel .bloco .listBoletos .content {
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
    position: relative;
}
main.painel .sliderBeneficios {
    width: calc(100% + 40px);
    margin-left: -20px;
}
main.painel .sliderBeneficios li._item {
    padding: 0 20px;
    box-sizing: border-box;
}
main.painel .sliderBeneficios li._item .ctn {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
main.painel .sliderBeneficios li._item .ctn a {
    color: #444;
}
main.painel .sliderBeneficios li._item .ctn figure {
    width: 100%;
    margin-bottom: 10px;
}
main.painel .sliderBeneficios li._item .ctn figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
main.painel .sliderBeneficios li._item .ctn p {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
.gridServices {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}
.gridServices ._item {
    width: 20%;
    padding: 20px;
    min-height: 100px;
}
.gridServices ._item .ctn {
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    display: block;
    color: #333;
    text-decoration: none !important;
    position: relative;
}
.gridServices ._item .ctn .number {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    background-color: red;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    display: none;
}
.gridServices ._item .ctn:hover {
    background-color: #aa7755;
}
.gridServices ._item .ctn:hover i,
.gridServices ._item .ctn:hover strong {
    color: #fff;
}
.gridServices ._item .ctn i {
    font-size: 50px;
    color: #aa7755;
}
.gridServices ._item .ctn strong {
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    min-height: 42px;
}
.modalAviso {
    width: 90%;
    max-width: 700px;
    background-color: #292929;
    position: fixed;
    left: 0;
    right: 0;
    top: 10%;
    margin: auto;
    z-index: 3;
    border-radius: 6px;
    color: #fff;
}
.modalAviso .close {
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 30px;
    color: #fff;
}
.modalAviso .ctn {
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    padding: 4px;
}
.modalAviso .ctn figure {
    width: 100%;
}
.modalAviso .ctn figure img {
    width: 100%;
    display: block;
    max-height: 600px;
    object-fit: cover;
    border-radius: 6px;
}
.modalAviso .ctn .botton {
    width: 100%;
    padding: 10px;
}
.modalAviso .ctn h2 {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 900;
}
.modalAviso .ctn .text {
    margin: 10px 0;
}
.modalAviso .ctn .text p {
    margin: 10px 0;
}
.overflowModal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}
.emp-evolucao {
    padding-top: 0px !important;
}
.emp-evolucao .banner {
    width: 100%;
    padding: 80px 0;
    background-color: #0e3453;
    color: #fff;
    position: relative;
}
.emp-evolucao .banner .ctn {
    position: relative;
    z-index: 2;
    text-align: center;
}
.emp-evolucao .banner .ctn .btnVolta {
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid #28a5de;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 40px;
    display: inline-block;
}
.emp-evolucao .banner .ctn .btnVolta i {
    margin-right: 10px;
}
.emp-evolucao .banner .ctn .btnVolta:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.emp-evolucao .banner .ctn h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 38px;
}
.emp-evolucao .banner .ctn h2 {
    font-weight: bolder;
    color: #28a5de;
    font-size: 48px;
    margin-bottom: 20px;
}
.emp-evolucao .banner .ctn .percent {
    position: relative;
}
.emp-evolucao .banner .ctn .percent span {
    position: relative;
    top: -85px;
    font-weight: bolder;
    color: #28a5de;
    font-size: 21px;
}
.emp-evolucao .banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
}
.emp-evolucao .mainSection {
    width: 100%;
    position: relative;
    top: -80px;
}
.emp-evolucao .mainSection .colluns {
    width: 100%;
    margin: 25px 0;
    display: inline-block;
}
.emp-evolucao .mainSection .colluns ._item {
    width: 50%;
    padding: 10px 40px;
    box-sizing: border-box;
    float: left;
}
.emp-evolucao .mainSection .colluns ._item label {
    width: 100%;
    color: #0e3453;
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
}
.emp-evolucao .mainSection .colluns ._item .barPercent {
    width: 100%;
    background-color: #28a5de;
    color: #fff;
    height: 30px;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    line-height: 30px;
}
.emp-evolucao .mainSection .colluns ._item .barPercent .bar {
    width: 0px;
    height: 100%;
    background-color: #0e3453;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: right;
}
.emp-evolucao .mainSection .destaqueGalery {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.emp-evolucao .mainSection .destaqueGalery:hover .bottom {
    padding-top: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.emp-evolucao .mainSection .destaqueGalery .bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    padding-top: 80px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background: #000;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.emp-evolucao .mainSection .destaqueGalery .bottom span {
    font-size: 26px;
    font-weight: 300;
}
.emp-evolucao .mainSection .destaqueGalery .bottom h3 {
    color: #28a5de;
    font-weight: bold;
}
.emp-evolucao .mainSection .destaqueGalery img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 200px;
}
.circle-bg {
    fill: none;
    stroke: none;
    stroke-width: 3.8;
}
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: #3c9ee5;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.percentage {
    fill: #fff;
    font-family: sans-serif;
    font-size: 11px;
    text-anchor: middle;
    font-weight: 700;
}
.gridFotos {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}
.gridFotos li._item {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}
.gridFotos li._item .ctn {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
}
.gridFotos li._item .ctn a {
    color: #444;
}
.gridFotos li._item .ctn figure {
    width: 100%;
    margin-bottom: 10px;
}
.gridFotos li._item .ctn figure img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}
.gridFotos li._item .ctn p {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0;
}
@media only screen and (max-width: 810px) {
    .gridServices ._item {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .modal-content .content .listBoletos table tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .modal-content .content .listBoletos table tbody tr,
    .modal-content .content .listBoletos table tbody td {
        width: 100%;
        display: block;
    }
    .modal-content .content .listBoletos table tbody tr br,
    .modal-content .content .listBoletos table tbody td br {
        display: none;
    }
    .modal-content .content .listBoletos table tbody tr .btn,
    .modal-content .content .listBoletos table tbody td .btn {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 380px) {
    .gridServices ._item .ctn {
        padding: 10px;
    }
    .gridServices ._item .ctn strong {
        font-size: 13px;
    }
    .modal-content .top h3 {
        font-size: 16px;
    }
}


/* ===== RESPONSIVIDADE PAINEL CLIENTE ===== */

/* desktop menor / tablet */
@media (max-width: 1024px) {
  .main {
    width: 92%;
  }

  .box-white {
    padding: 0 20px;
  }

  main.painel .bloco .box .top {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 15px;
  }

  .gridServices {
    width: 100%;
    margin-left: 0;
  }

  .gridServices ._item {
    width: 33.3333%;
    padding: 10px;
  }
}

/* tablet */
@media (max-width: 810px) {
  header .main {
    flex-wrap: wrap;
    gap: 12px;
  }

  header .main .left h3 {
    font-size: 20px;
  }

  header .main .left h4 {
    font-size: 15px;
  }

  main.painel .bloco .title h3 {
    font-size: 20px;
  }

  /* força colunas a quebrarem */
  main.painel .bloco .box [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 12px;
  }

  .gridServices ._item {
    width: 50%;
  }

  .modal-content {
    width: 92%;
    top: 5%;
  }
}

/* mobile */
@media (max-width: 600px) {

    .login-page .brand{
        display: none;
    }
    
  main.painel {
    padding: 20px 0;
  }

  .box-white {
    padding: 0 14px;
  }

  main.painel .bloco .box .row {
    padding: 16px 0;
  }

  /* 1 coluna no mobile */
  main.painel .bloco .box [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }

  main.painel .bloco .box .icon {
    width: 32px;
    margin-right: 8px;
  }

  main.painel .bloco .box .c-inf label,
  main.painel .bloco .box .c-inf span {
    word-break: break-word;
  }

  .gridServices ._item {
    width: 50%;
    padding: 8px;
    min-height: auto;
  }

  .gridServices ._item .ctn {
    padding: 16px;
  }

  .gridServices ._item .ctn i {
    font-size: 36px;
  }

  .gridServices ._item .ctn strong {
    min-height: auto;
    font-size: 15px;
  }

  .modalAviso {
    width: 94%;
    top: 6%;
  }

  .modalAviso .ctn figure img {
    max-height: 280px;
  }

  footer .colluns {
    display: block;
  }

  footer .colluns li.coll {
    margin: 0 0 20px 0;
  }

  footer .copy {
    padding-left: 0;
  }
}

/* mobile pequeno */
@media (max-width: 380px) {
  header .main .left h3 {
    font-size: 17px;
  }

  header .main .left h4 {
    font-size: 13px;
  }

  main.painel .bloco .title h3 {
    font-size: 18px;
  }

  .gridServices ._item .ctn strong {
    font-size: 13px;
  }
}