@media (min-width: 768px) {
    .navbar-static-side {
        width: 340px;
    }
}

@media (max-width: 1300px){
    .box-links-header{
        margin-left: 40px !important;
    }
}

@media (max-width: 1200px){
    .box-links-header{
        display: none;
    }
}

@media (max-width: 998px){
    .box-links-header{
        display: none;
    }

    #box-usuario .dropdown-toggle{
        width: max-content !important;
    }
}

@media (min-width: 768px){
    #page-wrapper {
        margin: 0 0 0 335px;
    }
}

@media (max-width: 767px) {
    #box-usuario{
        margin-left: 0 !important;
    }
}

h1, h2, h3, h4, h5, h6, p, a, div, button, ul, li, ol, span, strong, label, input, textarea, select {
    font-family: "Inter", sans-serif;
}

input::placeholder{
    font-family: "Inter", sans-serif;
}

input{
    font-family: "Inter", sans-serif;
}

.link-sair {
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.link-sair img{
    width: 12px;
}

.grupo-botoes{
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .grupo-botoes{
        flex-direction: column;
    }

    .grupo-botoes a{
        width: 100% !important;
    }

    .grupo-botoes .btn-cancelar{
        margin-top: 10px !important;
    }
}

.grupo-botoes a{
    margin: 0 10px 0 0 !important;
}

.btn-azul-padrao {
    background-color: #0074D2 !important;
    border: 2px solid #0074D2 !important;
    transition: all 0.4s;
}

.btn-azul-padrao:hover{
    background-color: white !important;
    color: #0074D2 !important;
}


.btn-branco-azul-padrao {
    background-color: white !important;
    border: 2px solid #0074D2 !important;
    color: #0074D2 !important;
    transition: all 0.4s;
}

.btn-branco-azul-padrao:hover{
    background-color: #0074D2 !important;
    color: white !important;
}

/* Navegação lateral fixa */
nav.navbar-default.navbar-static-side {
    //position: fixed;
    top: 0;
    left: 0;
    //height: 100vh;
    min-height: 100vh;
    //overflow-y: auto;
    z-index: 1000;
}

.navbar-top-links{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 14px;
}

.navbar-static-top{
    height: 74px;
}

body{
    background: #fff !important;
    font-family: 'Inter';
}

html {
    scroll-behavior: smooth;
}

#page-wrapper{
    background: #f1f4f9 !important;
}

#side-menu{
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-top-links{
    margin-top: 3px;
}

table th {
    background-image: url('../img/bar-table.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 2px 20px;
    padding: 20px 10px !important;
    align-content: center;
    white-space: nowrap;
    min-width: 150px;
}

table th:last-child {
    background-image: none !important;
}

table th .line {
    width: 1px;
    display: block;
    height: 20px;
    background: #e3e9f1;
    float: right;
    margin-left: 14px;
    margin-right: 14px;
    display: none !important;
}


#side-menu li{
    border-radius:5px;
    overflow:hidden;
    margin-bottom:15px;
}

#side-menu li a{
    height:72px;
    padding: 14px 15px 14px 35px;
}

#side-menu li a.home{
    padding-top: 26px;
}

#side-menu li a .nav-label small{
    color:#0074d3;
}

#side-menu li a .nav-label{
    color:#0f172a;    
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 20px;
}


.li-form a {
    background-color: #fff;
}

.navbar-default .nav > li > a.active, 
.navbar-default .nav > li > a:hover, 
.navbar-default .nav > li > a:focus {
    background-color: #0074D2;
}

#side-menu li a.active .nav-label small,
#side-menu li a:hover .nav-label small{ 
    color:#fff !important;
}

#side-menu li a.active .nav-label,
#side-menu li a:hover .nav-label{
    color:#fff !important;    
}

.nav-header{
    background-color: #fff;
    margin-bottom: 26px !important;
    padding: 0 !important;
    border: 2px solid white;
    border-radius: 5px;
    display: flex;
    transition: all 0.4s;
}

.nav-header:hover, .nav-header:focus, .nav-header:active{
    //border: 2px solid #0074d2;
}

.select2-dropdown{
    z-index: 9999 !important;
}

.select2-container{
    height: 75px !important;
}

.select2-selection{
    height: 75px !important;
}

.select2-container--open #select2-filtro_expositor-container{
    border: 2px solid #0a75d0 !important;
}

#select2-filtro_expositor-container{
    border: 2px solid white;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    border-radius: 4px !important;
    height: 75px !important;
    padding-top: 30px !important;
    transition: all 0.4s;
}
#select2-filtro_expositor-container:hover{
    border: 2px solid #0a75d0 !important;
}

#select2-filtro_expositor-results{
    padding-bottom: 15px;
    min-height: 240px;

    box-shadow: 0 7px 11px -2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 7px 11px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 7px 11px -2px rgba(0,0,0,0.4);
}

#select2-filtro_expositor-results li{
    font-weight: 700 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #0f172a !important;
    border-radius: 5px !important;
    margin: 15px 15px 0 15px !important;
    transition: all 0.4s !important;
    background-color: white !important;
}

#select2-filtro_expositor-results li:hover{
    background-color: #f3f8ff !important;
}

#select2-filtro_expositor-results .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f8ff !important;
    color: #0f172a !important;
}

.nav-header .form-group{
    margin-bottom: 0;
}

.nav-header .select2-selection{
    border: none !important;
    height: 45px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #0F172A !important;
}

.nav-header .select2-selection span{
    color: #0F172A !important;
}

#filtro_expositor_label{
    color: #0074D2;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 0;
    position: absolute;
    z-index: 90;
    margin-top: 15px;
    margin-left: 7px;
    font-size: 12px;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230074D2" viewBox="0 0 512 512"><path d="M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z"/></svg>');
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 20px;
    width: 30px !important;
    height: 100% !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230074D2" viewBox="0 0 512 512"><path d="M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM239 142.1 103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z"/></svg>');
}

#filtro_expositor{
    font-size: 16px;
    height: 70px;
    border: none;
    appearance: none;
    text-transform: uppercase;
    color: #0F172A;
    font-weight: 700;
    margin-top: -20px;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px !important;
}

#filtro_expositor option {
   font-weight: 700;
    height: 50px;

}

.li-logo-aside{
    margin-top: 21px;
}

.li-logo-aside img{
    max-width:125px;
}

.wrapper-content{
    max-width: 2500px;
    padding: 20px 25px 100px;
    display:block;
    margin:0px auto;
    overflow:hidden;
}


#btn-menu-sistema{
    background-color:transparent;
    border:0px;
    margin-top: 21px;
}

.box-links-header{
    float: left;
    margin-left: 130px;
    margin-top:26px;
}

.box-links-header a{
    color:#000;
    font-size:14px;
    text-transform: uppercase;
    font-weight:bold;
    margin-right:40px;
    transition: all 0.4s;
    border-bottom: 1px solid white;
}

.box-links-header a:hover{
    color:#0074D2;
    border-color: #0074D2;
}

#box-dados-comerciais .ibox-title{
    background-color: transparent !important;
}

#pagina-alterar-senha .ibox-title{
    background-color: transparent !important;
}

#box-usuario{
    min-width:200px;
    float:left;
}

#box-usuario .dropdown-menu a{
    font-weight: 700;
    color: #0f172a;
    padding-top: 12px;
    padding-bottom: 12px;
}

#box-usuario .dropdown-menu{
    padding-top: 15px;
    width: 100%;
    border-top: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#box-usuario .dropdown-menu .icon{
    margin-right: 15px;
}

#box-usuario .dropdown-toggle{
    padding: 7px 21px;
    float: left;
    border: 0px;
    background: #fff;
}

#box-usuario .img{
    background-color:#333;
    width:32px;
    height:32px;
    border:2px solid #999;
    float:left;
    overflow:hidden;
    border-radius:50%;
}

#box-usuario .texto{
    width:calc(100% - 18px);
    float:left;
    overflow:hidden;
    font-size:14px;
    text-transform:uppercase;
    color:#000;
    padding-left:10px;
    padding-right:20px;
    font-weight:bold;
    margin-top: 5px;
}

#box-usuario .icon{
    float:left;
    margin-top: 5px;
}








#box-empresa-associada{
    background-color:#fff;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    float:right;
    display: flex;
    height: 50px;
    padding: 16px 30px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

}

#box-empresa-associada img{
    float:left;
}

#box-empresa-associada span{
    float:left;
    color: #64748B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
#box-empresa-associada strong{
    float:left;
    color: #0F172A;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}









#envolve-box-banners{
    width:100%;
    float:left;
    overflow:hidden;
    position: relative;
}

#controls-banners{
    width:100%;
    float:left;
    position:absolute;
    z-index:99;
    padding: 0px 38px;
    margin-top: 154px;
    height: 0px;
}

.voltar-banner{
    float:left;
}

.avancar-banner{
    float:right;
}

#box-banners{
    width:100%;
    float:left;
    overflow:hidden;
    margin-bottom:30px;
    border-radius:10px;
    position:relative;
}

#box-banners .slick-arrow{
    display:none !important;
}

#box-banners .slick-arrow{
    position: absolute;
    z-index: 99;
    top: 43.3%;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}


#box-banners .slick-prev{
    left: 34px;
}

#box-banners .slick-next{
    right: 34px;
}



#box-banners .reg-banner{
    background-color:green;
    width:100%;
    min-height:345px;
    float:left;
    overflow:hidden;
}

#box-banners .reg-banner.padrao{
    background-color:#161e31; 
    background-image:url('../img/bg-banner.png');
    background-size: cover;
    background-position:center center;
    padding: 82px 145px 76px;
}

#box-banners .reg-banner.padrao span{
    color:#fff;
    font-weight:600;
    width:100%;
    float:left;
    padding-left: 0px;
}

#box-banners .reg-banner.padrao span img{
    float:left;
    width: 14px;
    height: fit-content;
    margin-top: 4px;
}

#box-banners .reg-banner.padrao span div{
    float:left;
    margin-top: 3px;
    padding-left: 10px;
}

#box-banners .reg-banner.padrao h2{
    color:#fff;
    width:100%;
    float:left;
    font-weight: 800;
    font-size: 35px;
    margin-top: 12px;
}

#box-banners .reg-banner.padrao p{
    color:#fff;
    width:100%;
    float:left;
    font-size: 16px;
    line-height: 28px;
    margin-top: 4px;
    letter-spacing: -0.28px;
    max-width: 750px;
}

#box-banners .reg-banner.padrao a{
    color: #fff;
    float: left;
    color: #fff;
    float: left;
    margin-top: 24px;
    background: #0074d3;
    width: 191px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}













.box-informacoes-importantes{
    background-size: 400px !important;
}

.ibox{
    background-color:#fff;
    border-radius:10px;
    background-repeat:no-repeat;
    background-position:right center;
}

.ibox .ibox-title {
    background-color: white;
    border-color: #fff;
    padding: 25px 25px 27px;
    min-height: 52px;
    border-top:0px;
}

.ibox .ibox-title h5{
    font-weight:bold;
    font-size:18px;
    text-transform: uppercase;
}

.ibox .ibox-content{
    background-color:transparent;
    border-color:#fff;
    padding: 16px 25px 25px;
}










#pagina-home{
}

.topo-pagina{
    width:100%;
    height:125px;
    float:left;
    overflow:hidden;
    padding-top: 40px;
}

.topo-pagina .bem-vindo{
    margin-top:1px;
    float: left;

    color: #202224;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.114px;

}

.topo-pagina.internas .span1{
    width:100%;
    float:left;
    color:#64748B;
    font-size:12px;
}


.topo-pagina.internas .strong1{
    width:100%;
    float:left;
    font-size:24px;
    font-weight:bold;
    color:#64748B;
    margin-top:3px;
}

.topo-pagina.internas strong b{
    color:#0F172A;
}




.box-home-destaque {
    background-color: #fff !important;
    border-radius: 10px;
    margin-bottom:30px;
    padding: 27px 20px !important; 
    text-align:left !important;
}

.box-home-destaque span{
    color:#939fae !important;
    font-size: 15px !important;
    font-weight: 600;
}

.box-home-destaque strong{
    color:#0f182a !important;
    font-size: 21px !important;
    margin-top: 33px;
    letter-spacing: 1.7px;
}

#pagina-home .box-header2-pagina{
    padding-top: 22px;
    height: 106px;
}

#pagina-home .box-header2-pagina h2{
    margin-top: 13px;
    color: #202224;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.114px;

}

.btn-ajuda{
    background-color:#fff;
    float: right;
    margin-top: 14px;
    height: 35px;
    padding: 8px 19px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color:#000;
}

.btn-ajuda img{
    width:14px;
    float:left;
    margin-top:3px;
}

.btn-ajuda b{
    width:calc(100% - 14px);
    float:left;
    padding-left:10px;
    padding-top:2px;
}

.btn-ajuda span{
    color: #0074d3;
}




.ibox .table tr{
    border-bottom:0px;
}

.ibox .table thead{
    border-bottom:0px;
}

.ibox .table tr td{
    border-top:0px;
    font-size:14px;
    color:#000;
    padding-top:13px;
    padding-bottom:13px;
}


.ibox .table tr th{
    border-top:0px;
    border-bottom:0px;
    color:#94A3B8;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom:20px;
}

.btn-list{
    background-color:#C25400;
    font-size:11px;
    color:#fff;
    padding:7px 10px;
    text-transform:uppercase;
    font-weight:bold;
    border-radius:5px;
}

.btn-list i{
    margin-right:6px;
    color:#fff;
}

.btn-list.laranja{
    background-color:#C25400;
}

.btn-list.laranja:hover{
    background-color:#893C01;
    color:#fff;
}

.btn-list.azul{
    background-color:#0074D2;
}

.btn-list.azul:hover{
    background-color:#004A86;
    color:#fff;
}

.footer .row{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer .row .col-12{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}


.tabela-documentos .texto strong{
    font-size:11px;
    color:#94A3B8;
    text-transform:uppercase;
    font-weight: 500;       
}

.tabela-documentos .texto span{
    color:#000;
    font-size:14px;
    font-weight: 500;   
}

.info2{}

.info2 i{}

.info2 span{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.info2.laranja{color:#EA6D34;}
.info2.laranja span{color:#EA6D34;}
.info2.laranja strong{color:#EA6D34;}

.info2.vermelho{color:#900;}
.info2.vermelho span{color:#900;}
.info2.vermelho strong{color:#900;}

#pagina-home .info2.vermelho span{color:#900;}


.info2.verde{color:#00BF29;}
.info2.verde span{color:#00BF29;}
.info2.verde strong{color:#00BF29;}

.info2.cinza{color:#A2A2A2;}
.info2.cinza span{color:#A2A2A2;}
.info2.cinza strong{color:#A2A2A2;}


#modal-boleto-cadastro-sacado .modal-body{
    padding: 40px !important;
}

#modal-boleto-cadastro-sacado .box-botoes{
    margin-top: 40px !important;
}

#modal-boleto-cadastro-sacado .modal-header{
    padding-left: 0;
    border: none !important;
    margin-bottom: 30px;
}

#modal-boleto-cadastro-sacado .modal-content{
    padding-left: 30px;
}

#modal-boleto-cadastro-sacado .modal-header h4{
    font-size: 16px;
}

#modal-boleto-cadastro-sacado .form-group input{
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
}

#modal-boleto-cadastro-sacado .form-group select{
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
}

#modal-boleto-cadastro-sacado .azul{
    margin-right: 5px;
}

#modal-boleto-cadastro-sacado .form-group label{
    padding: 0;
    text-align: start;
    color: #94A3B8;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

/* MODAL CONVITE */
.modal-padrao-novo .modal-header{
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 30px 40px;
}
.modal-padrao-novo .modal-header button{
    background: #0074D2;
    opacity: 1;
    color: white;
    font-weight: 200;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}
.modal-padrao-novo .modal-header button span{
    display: flex;
    align-items: center;
    height: max-content;
}
.modal-padrao-novo .modal-header .texto-area{
    display: flex;
    flex-direction: column;
}
.modal-padrao-novo .modal-header .texto-area p{
    margin-bottom: 0;
    color: #64748B;
    font-weight: 400;
}
.modal-padrao-novo .modal-header .texto-area h4{
    font-size: 14px;
    color: #0F172A;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-padrao-novo .modal-body{
    padding-left: 40px;
    padding-right: 40px;
}
.modal-padrao-novo .modal-body .form-group{
    display: flex;
}
.modal-padrao-novo .modal-body .form-group span{
    width: 150px;
    color: #0F172A;
    font-weight: 700;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.modal-padrao-novo .modal-body .form-group input{
    border: 2px solid #E2E8F0;
    border-radius: 5px;
    height: 40px;
}
.modal-padrao-novo .modal-body h3{
    text-transform: uppercase;
    color: #0074D2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}
.modal-padrao-novo .modal-body p b{
    color: #0F172A;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 111px;
    display: inline-block;
}
.modal-padrao-novo .modal-body p{
    color: #0F172A;
    font-size: 14px;
    margin-bottom: 40px;
}
.modal-padrao-novo .modal-footer{
    padding-left: 40px;
    padding-right: 40px;
    border: none;
}
.modal-padrao-novo .modal-footer button{
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 33px;
}
/* FIM MODAL CONVITE */

.dropify-message p {
    color: transparent;
    position: relative;
}

.dropify-message p::before {
    content: "Clique aqui para adicionar arquivo";
    color: #758397;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.dropify-message .file-icon::before{
   content: none !important;
}

.dropify-message .file-icon{
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
    display: block;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath id='Vector' d='M60.237,11.881l-5-10A2.5,2.5,0,0,0,53,.5H8A2.5,2.5,0,0,0,5.762,1.881l-5,10A2.525,2.525,0,0,0,.5,13V55.5a5,5,0,0,0,5,5h50a5,5,0,0,0,5-5V13A2.526,2.526,0,0,0,60.237,11.881ZM42.269,34.769a2.5,2.5,0,0,1-3.538,0L33,29.034V48a2.5,2.5,0,1,1-5,0V29.034l-5.731,5.734a2.5,2.5,0,0,1-3.538-3.538l10-10a2.5,2.5,0,0,1,3.538,0l10,10a2.5,2.5,0,0,1,0,3.538ZM7.044,10.5l2.5-5H51.456l2.5,5Z' transform='translate(-0.5 -0.5)' fill='%2389c7fc'/%3E%3C/svg%3E");
}

.exibir-mobile{
    display: none !important;
}

.box-home-destaque img{
    width: 100%;
    max-width: 60px;
    float: right;
}

@media(max-width:1800px){
    .box-home-destaque img{
        width:100%;
    }
    
    .box-home-destaque strong {
        font-size: 18px !important;
    }

    .box-home-destaque span {
        font-size: 13px !important;
    }
}

@media(max-width:1600px){
    .box-home-destaque strong {
        font-size: 17px !important;
        letter-spacing: 0px;
    }

    .box-home-destaque span {
        font-size: 12px !important;
    }
}

@media(max-width:767px){
    .footer span, .footer a{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
        float: none !important;
    }

    .exibir-mobile{
        display: block !important;
    }

    .footer .pull-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer .link-dev{
        max-width: 22px;
    }

    .footer img{
        max-width: 22px;
    }

    .btn-ajuda {
        padding: 8px 14px;
    }
}