﻿body {
    background: url('../../img/fundo_home.jpg') repeat-x 0px -40px;
    font-style: normal;
}
@media(min-width: 990px){
    body {
        background: url('../../img/fundo_home.jpg') repeat-x top center;
    }
}
.container-home{
    position: relative;
    top: -20px;
}
.banner-topo .slogan {
    color: #fff;
    text-align: center;
    margin: 40px 30px;
}
.banner-topo .slogan h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -2px;
}
.banner-topo .slogan h3{
    font-weight: lighter;
    font-size: 26px;
}
.banner-topo .slogan h1 span {
    color: #82D4FF;
}
.banner-topo img{
    display:none;
}
@media(min-width: 768px){
    .banner-topo{
        margin-bottom: 50px;
    }
    .banner-topo img {
        display: block;
    }

    .banner-topo .slogan {
        text-align: left;
        width: 80%;
        margin: 80px 0 0 0;
    }
}
@media(min-width: 990px){
    .banner-topo {
        margin-bottom: 0;
    }
    .banner-topo .slogan h1 {
        font-size: 64px;
    }
    .banner-topo .slogan h3 {
        font-size: 32px;
    }
}
.site-header {
    margin: 0 0 20px 0 !important;
}
.navbar-default {
    background: none !important;
    margin: 0 0 20px 0;
}
.navbar-brand img {
    filter: brightness(0) invert(1);
}
.sticky-footer {
    width: 100%;
    padding: 30px 30px;
    background: #022F98;
    color: #fff;
    z-index: 100;
}
@media(min-width: 768px){
    .sticky-footer {
        padding: 30px 0 0 0;
    }
}
.sticky-footer a{
    color: #fff;
}
.sticky-footer .elementor-social-icon {
    padding: 0.4em;
}
.sticky-footer .elementor-element{
    padding-right: 20px;
    font-size: 12px;
}
@media(min-width: 1600px){
    .sticky-footer .elementor-element {
        font-size: 14px;
    }
}
.sticky-footer ul {
    padding: 0;
}
.modal-lateral-flutuante {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 20px #00000020;
    z-index: 200;
    text-align: center;
    display:none;
}
@media(min-width: 990px){
    .modal-lateral-flutuante {
        width: 240px;
        bottom: 30%;
        right: 0;
    }
}
.modal-lateral-flutuante h3 {
    color: #001E63;
}
.modal-lateral-flutuante hr{
    border: 1px dashed #eee;
}
.modal-lateral-flutuante .bto {
    display: block;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #00000020;
}
.modal-lateral-flutuante .btn-ver {
    background: #8CC63F
}
.modal-lateral-flutuante .bto:hover{
    transition: all 1s;
    filter:saturate(200%)
}
.modal-lateral-flutuante .btn-acessar {
    background: #001E63;
}
.btn-login {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 7px 14px 7px 45px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background: #8CC63F;
    box-shadow: 0px 4px 12px #000000;
    font-size: 16px;
    line-height: 15px;
}
.btn-login::before {
    content: '';
    width: 36px;
    height: 44px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../img/ico_user.svg') #5D9513 center center no-repeat;
}
.btn-login span{
    font-weight: lighter;
    font-size: 12px;
    display:table;
}
.btn-login:hover {
    background: #5D9513;
    transition: all 1s;
    color: #fff;
}

.texto-servicos .title {
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    margin: 40px 0;
    text-align: center;
}
@media(min-width: 768px){
    .texto-servicos .title {
        width: 80%;
        margin: -60px 0 30px 0;
        text-align:left;
    }
}
.texto-servicos .servicos{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.texto-servicos .servicos .cont {
    padding-right: 20px;
    display: flex;
    margin-bottom: 30px;
}
.texto-servicos .servicos .glyphicon-ok {
    color: #8CC63F;
    border: 1px solid #00000020;
    padding: 12px;
    margin-right: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000020;
}
/*.texto-servicos .servicos .ico-ok {
    width: 20px;
    height: 20px;
    color: #8CC63F;
    border: 1px solid #00000020;
    padding: 12px;
    margin-right: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000020;
}*/
.cont-solucoes {
    font-size: 22px;
    font-weight: lighter;
    padding: 20px 0px 40px 0px;
    background: #E4EEF2;
    border-radius: 40px;
    position: relative;
    margin-bottom: 100px;
}

.cont-solucoes:after {
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url('../../img/faixa.svg') no-repeat;
    z-index: 10;
}
.cont-solucoes .texto {
    padding: 18px 30px 0 30px;
}
.cont-solucoes .img {
    position: relative;
    z-index: 20;
    top: 60px;
}
@media(min-width: 768px){
    .cont-solucoes {
        height: 340px;
        font-size: 18px;
    }
    .cont-solucoes .texto {
        padding: 18px 20px 50px 60px;
    }
    .cont-solucoes .img {
        top: -10px;
        left: -20px;
    }
    .cont-solucoes:after {
        bottom: -67px;
    }
}
@media (min-width: 990px) {
    .cont-solucoes .img {
        top: -60px;
        left: 20px;
    }
    .cont-solucoes {
        font-size: 22px;
        margin-top: 50px;
    }
}

.contato-home {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 40px;
    padding: 0 20px;
}

.contato-home a {
    background: #8CC63F;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 40px;
    border-radius: 10px;
    display: table;
    margin: 10px auto;
    color: #fff;
    box-shadow: 0px 4px 12px #00000020;
}

@media(min-width: 768px){
    .contato-home {
        margin-top: 20px;
    }
    .contato-home a {
        padding: 8px 20px;
    }
}

@media(min-width: 990px) {
    .contato-home a{
        padding: 8px 40px;
    }
}

.contato-home a:hover {
    transition: all 1s;
    background: #5D9513;
    color: #fff;
}
.box-login-dfe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-login-dfe .cont-modal {
    width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 12px #00000020;
    position: relative;
    z-index: 200;
}
.box-login-dfe .mascara{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000080;
}
.box-login-dfe .btn-close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    z-index: 3;
    background: #fff;
    color: #777777;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px #00000010;
    background: #8CC63F;
    color: #fff;
    box-shadow: 0px 0px 70px #00000050;
}
.box-login-dfe .btn-entrar {
    background: #003970;
    font-weight: bold;
}
.box-login-dfe .btn-entrar:hover{
    color: #fff;
}
.box-login-dfe .btn-entrar:active {
    color: #fff;
}
#content-tab {
    width: 98%;
}
#toggletab{
    width: 100%;
}
.btn-mais {
    background: #8CC63F;
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-radius: 10px;
    margin: 30px auto;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
}
@media(min-width: 990px){
    .btn-mais {
        font-size: 16px;
    }
    #toggletab {
        width: 50%;
    }
}
#paneltab {
    width: 100%;
    overflow-x: auto;
}
#paneltab .tabela{
    border: 0;
}
#paneltab .tabela th, table td {
/*    border: 0!important;*/
    padding: 20px!important;
    border: 1px dashed #eee!important;
}
#paneltab thead{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
#paneltab .glyphicon-ok{
    font-size: 20px;
}
#paneltab tbody tr:nth-child(odd) td {
    background: #EEF7E2;
}
#paneltab tbody tr td{
    background: #FFFFFF;
}

.footer-testar {
    text-align: center;
    margin: 20px 0 0 0;
}
.footer-testar p {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}
.footer-testar .btn-success {
    background-color: #8cc63f;
    border-color: #8cc63f;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 7px 10px #00000020;
}
.footer-testar .btn-success:hover {
    background-color: #5D9513;
    transition: all 1s;
}