*{
    font-family: 'Inter',sans-serif;
    font-family: 'Nunito Sans',sans-serif;
    font-family: 'Rubik',sans-serif;
}

.container {
    max-width: 1140px;
}

.topper-fixo{
    background-color:#A4C280;    
    height: 40px;
    
}

.topper-fixo-conteudo p{
    color: var(--cor1, #272B59);
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
        margin-top: 10px;
}

.img-tamanho-chat{
    width: 8%;
}

.navbar .navbar-collapse {
    
    background: #262b59;
    
}
.navbar {    
    background: #262b59;
}
.nav-scroll {
    background: #262b59;
}
.navbar .nav-item a {
    color: #FFF;
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}
.nav-scroll .nav-item a {
    color: #fff !important;
}

.navbar .nav-item a:hover {
    color: #A4C280 !important;
}
.nav-scroll .nav-item a:hover {
    color: #A4C280 !important;
}
.navbar .active {
    color: #A4C280 !important;
}
.nav-scroll .active {
    color: #A4C280 !important;
}



.navbar-expand-lg .navbar-collapse {
        justify-content: end !important;
}

.banner-section{
    background-image: url("imgs/banner-topo_2.jpg");
    background-repeat: no-repeat;
    background-position: -145px;
    top:73px;
    height: 600px !important;
}

.banner-text {    
    margin: 0px 0px 0px !important;
}

element.style {}

.white {    
    color: #FFF;
    font-family: Rubik;
    font-size: 30px;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    margin-top: 10%;
}

.btn-saiba-mais{
    display: inline-flex;
    padding: 7px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #A4C280;
    
}

.btn-saiba-mais a {
    color: #FFF;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-text ul li {
 
    margin: 0px 0px 0px 15px !important;
}

.section-padding {
    padding: 73px 0px !important;
}

.texto-titlulo-mapa h6{
color: #FFF;
font-family: Rubik;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.span-mapa{
color: #AFCD87;
font-family: Rubik;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;

}

.about{
    background-color: #161839 !important ;
    margin-top: 72px;
}

.about-mapa{
    background-color: #272B59;
    margin-top: -81px;
}

.row-conteudo-mapa{
    padding-top: 70px;
}

.img-mapa{
    width: 100%;
    margin-top: 3%;
    position: relative;
    z-index: 9;
}

.bloco-conteudo-branco{
    margin-top: -550px;
}

.cirlce-branco-conteudo{
    background-color: #FFF;
    border-radius: 56px 0px 0px 0px;
    flex-shrink: 0;
    padding-top: 80px;
    padding-left: 100px;;
}
.conteudo-maior-mapa {
    color: #272B59;
    font-family: Rubik;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.verde-text {
    color: #82BE3B !important;
}

.cirlce-branco-conteudo p{
color: var(--sec1, #222);
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
display: inline-block;
margin-left: 15px;
}

.sub-conteudo-mapa{
    color: #272B59;
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 88.5%;
    display: inline-block;
    margin-left: 15px;
    
}

.mapa-p-centralizador {
    vertical-align: text-bottom !important;
}




.about-servicos{
    background-color: #A4C280;
    padding-top: 70px;
}

.titulo-nossos-servicos{
    text-align: center;
}
.titulo-nossos-servicos h6{
    color: #FFF;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.conteudo-blocos-servicos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cada-servico {
    display: flex;
    width: 370px;
    height: 170px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 59px;
    background: #FFF;
    margin-bottom: 15px;
    max-width: 32% !important;
    
}

.img-servicos{
    width: 97.57px;
    height: 108.51px;
    flex-shrink: 0;
}

.conteudo-servicos span{
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.conteudo-servicos p {
    color: var(--sec1, #222);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}




.contact{
    background-color: #FFF;
}

.sectioner-header h3{
    color: var(--cor1, #272B59);
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sectioner-header{
    width: 100%;
}

.svg-contat{
    margin-top: 15px;
    margin-bottom: 15px;
}

input {    
    border-radius: 5px !important;
    border: 1px solid var(--sec2, #D1D1D1) !important;
}

.label-form{
    color: var(--sec1, #222);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.section-content, .contato{
    margin-top: 30px;
}

.btn-grad {
    display: flex;
    width: 1152px;
    padding: 10px 535px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    background: var(--cor2, #A4C280);
}

.footer-pagina{
    background: var(--cor1, #272B59);
    padding-top: 70px;
    padding-bottom: 80px;
}

.menu-footer-ul li{
    list-style-type: none;
}

.menu-footer-ul li a{
    display: flex;
    width: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--cor3, #FFF);
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.telefone-rodape span{
    color: var(--cor3, #FFF);
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: super;
    margin-bottom: 5px;
}

.endereco-rodape p{
    color: var(--cor3, #FFF);
    font-family: Rubik;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}

.div-col-meio-rodape{
    margin-top: 0% !important;
}

.coluna-fim-rodape{
    text-align: right;
    margin-top: 10px;
}
.redes-sociais{
    margin-top: 25px;
    
}













































@media (max-width:980px) {
    .coluna-fim-rodape {
        text-align: center;
    }

    .btn-grad {     
        padding: 0.7rem 2rem;        
    }
    .bloco-conteudo-branco {
        margin-top: 0px !important;
    }
    .texto-titlulo-mapa {
        text-align: center !important;
    }

    .cirlce-branco-conteudo {
        padding-top: 20px;
        padding-left: 20px;
        border-radius: 56px 56px 0px 0px
    }

    
}
@media (min-width:1700px) {
    .banner-section {        
        background-position: 0px !important;        
    }
}

@media (max-width:700px) {

    .conteudo-maior-mapa {        
        font-size: 54px;
        margin-left: 5px !important;
        
    }
    .cirlce-branco-conteudo p {     
        font-size: 16px;        
        margin-left: 5px !important;
    }

    .sub-conteudo-mapa {        
        font-size: 18px;
        margin-left: 5px !important;
    }
    .cirlce-branco-conteudo p {        
        margin-left: 5px !important;
    }





    .bloco-conteudo-branco {
        margin-top: 0px !important;
    }
    .cada-servico {        
        max-width: 100% !important;
    }
    .texto-titlulo-mapa{
        text-align: center !important;
    }
    .cirlce-branco-conteudo{
        padding-top: 20px;
        padding-left: 20px;
        border-radius: 56px 56px 0px 0px
    }
    .conteudo-blocos-servicos {        
        justify-content: center !important;
        
    }
}