@media (max-width: 1320px) {
   

}

@media (max-width: 1024px) {
 
    #box-contabilidade {
        padding: 5% 0% 5% 0%;
    }

    .topnav .btn-cliente {
        display: none;
    }
    .itens-menu {
        padding-top: 0px;
    }
    .logo-menu{
        z-index: 99999999;
        /*position: absolute;*/
    }
    
}


@media (max-width: 767px) {
    
 
    
}

@media (max-width: 450px) {

    #background-topo {
        background-image: linear-gradient(to top, #000000d6, #0c0e1663, #42310bbd), url(../img/bg-header.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: inherit;
        height: 420px;
    }

    .topnav {
        overflow: hidden;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .header-slider .topo-txt-esquerda h2 {
        font-family: system-ui;
        font-size: 1.8rem;
        padding: 6%;
        width: 70%;
        clear: both;
        margin: 0 auto;
        float: left;
        text-align: left;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 20px;
        /* padding-bottom: 0%; */
        /* text-shadow: 2px 2px #8fab52; */
        padding-left: 6%;
        text-transform: uppercase;
        background-color: #437aab;
        margin-left: -30px;
        margin-top: 13px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 6px;
    }
    .sessao-empresa h2 {
        color: #315b7f;
        font-size: 3.65rem;
        margin: 0 auto;
        padding: 0% 0% 6% 0%;
        width: 90%;
        font-family: system-ui;
        letter-spacing: 0px;
        font-weight: 700;
        float: left;
        text-align: left;
        line-height: 38px;
    }
    .sessao-empresa a {
        display: flex;
        background-color: #26262600;
        padding: 1px 9px;
        color: #315b7f;
        margin-top: 15px;
        border-radius: 90px;
        font-family: Calibri;
        font-size: 18px;
        margin-bottom: 30px;
        border: 2px solid #437aab;
        justify-content: center;
        width: 54%;
        text-align: center;
    }
    .sessao-empresa p {
        font-size: 19px;
        color: #315b7f;
        line-height: 25px;
        text-align: center;
        font-family: system-ui;
        width: 100%;
        clear: both;
        margin: 0 auto;
        display: inline-grid;
        text-align: left;
        float: left;
    }
    .sessao-empresa h4 {
        color: #315b7f;
        font-size: 2.25rem;
        margin: 0 auto;
        padding: 6% 0% 12% 0%;
        width: 100%;
        font-family: system-ui;
        letter-spacing: 0px;
        font-weight: 600;
        float: left;
        text-align: center;
        line-height: 26px;
    }
    .sessao-empresa .contador-box-circle {
        padding: 6% 2%;
        /* margin-bottom: 12px; */
        border-radius: 12px;
        background-color: #437aab;
        transition: 0.2s;
        height: AUTO;
        margin-bottom: 20px;
    }
    .sessao-empresa h3 {
        color: #fff;
        font-size: 17px;
        margin: 0px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .sessao-solucoes h2 {
        color: #315b7f;
        font-size: 4rem;
        margin: 0 auto;
        padding: 0% 0% 12% 0%;
        width: 100%;
        font-family: system-ui;
        letter-spacing: 0px;
        font-weight: 700;
        float: left;
        text-align: left;
        line-height: 39px;
    }
    .sessao-solucoes h4 {
        color: #315b7f;
        font-size: 18px;
        margin: 0 auto;
        padding: 0% 0% 0% 0%;
        width: 100%;
        font-family: system-ui;
        letter-spacing: 0px;
        text-align: left;
        letter-spacing: 0px;
        font-weight: 700;
    }
    .sessao-solucoes p {
        margin: 0 auto;
        font-size: 17px;
        color: #4c4c4c;
        line-height: 19px;
        padding: 0% 1% 6% 1%;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: left;
    }
    .abertura {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        background-color: #437aab;
        padding: 5% 0%;
        justify-content: center;
        border-radius: 15px;
        transition: 0.2s;
        margin-bottom: 30px;
    }
    .botoesabertura h3 {
        color: #fff!important;
        font-size: 17px!important;
        width: 80%!important;
        margin: 0 auto!important;
        text-align: center!important;
        padding-bottom: 2%!important;
        font-family: 'Poppins'!important;
        clear: both!important;
        float: left!important;
        line-height: 25px!important;
        padding-top: 0px!important;
    }
	
	.link-noticias a{
		display:block;
	}
  
	.g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
}

@media (max-width: 380px) {

   
	
}

@media (max-width: 320px) {

   
    
}