*, *:before, *:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
::-webkit-scrollbar{
    background: #f7f7f7;
    height: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: #c4c4c4;
    border-radius: 6px;
}
body{
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: #111B25;
}
h1{
    max-width: max-content;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}
h1::after{
    content:"";
    margin-top: -24px;
    display: block;
    height: 16px;
    width: 100%;
    background: linear-gradient(270deg, #0069AA -1.26%, rgba(0, 105, 170, 0.00) 100.97%);
}
h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
}
h2.ornamento_buttom::after{
    content:"";
    display: block;
    height: 5px;
    width: 92px;
    margin: 2px 0px 12px -22px;
    background: linear-gradient(270deg, #0069AA -1.26%, rgba(0, 105, 170, 0.00) 100.97%);
}
h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}
h6{
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
}
p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
p.bold{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}
a{
    color: #003A69;
}
.caption{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
span.info_nav{
    font-size: 12px;
}

/* Buttons */
.whatsapp_link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 999;
}
.whatsapp_link img{
    margin-top: 8px;
    width: 42px;
    height: 42px;
}
.btn{
    font-family: "Roboto Serif";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: normal;
}
.btn.btn_container{
    display: flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
}
.btn.btn_container.white{
    background: #fff;
    color: #075792;
}
.btn.btn_container.white:hover{
    background: #075792;
    color: #fff;
    transition: 400ms;
}
.btn.btn_container.blue{
    background: #075792;
    color: #fff;
}
.btn.btn_container.blue:hover{
    background: #fff;
    color: #075792;
    transition: 400ms;
}
.btn.btn_outline{
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid var(--ACTION, #075792);
}
.btn.btn_outline:hover{
    background: #075792;
    color: white;
    transition: 400ms;
}



section.white{
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 0px;
}

/*FAIXA INFO*/
.info{
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 22px;
    padding: 4px 0px;
    background: #1A1C1E;
    color: #f7f7f7;
}
.info .container{
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.info .whats{
    color: #fff;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.info .info_nav{
 color: #fff;
 font-size: 12px;
}
.info svg{
    height: 14px;
    width: 14px;
}

/* HEADER */
.header{
    position: fixed;
    top:22px;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.06);
}
.header .container{
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 4px 0px;
}

.header .logotipo{
    height: 62px;
}
.header_menu .list_menu{
    display: flex;
    align-items: center;
    gap: 16px;
}
.header_menu .link_menu{
    display: flex;
    align-items: center;
}
.header_menu .dropdown_button{
    display: flex;
    align-items: center;
    height: 55px;
    cursor: pointer;
}
.header_menu .dropdown_button .arrow_menu{
    height: 26px;
    max-width: 26px;
    margin-left: 10px;
    fill: #003A69;
}
.header_menu .dropdown_list{
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    position: absolute;
    max-width: 920px;
    top: 70px;
    right: auto;
    
    background: #fff;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
}
.header_menu .active_drop .dropdown_list{
    display: flex;
}
.header_menu .dropdown_list li{
    width: 100%;
}
.header_menu .dropdown_list a{
    display: block;
    padding: 10px 10px;
}
.header_menu .dropdown_list a:hover{
    color: #fff;
    background: #075792;
    border-radius: 0px;
}
.header_menu .item.active::after, .header_menu .item:hover::after{
    content:"";
    position: absolute;
    display: block;
    bottom: 15px;
    height: 3px;
    width: 40px;
    background: #075792;
}
#btn_mobile{
    display: none;
}



/* FOOTER */
.footer{
    background:#021B2D;
    color: #fff;
    padding: 60px 0px;
}
.footer .infos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
    padding: 0px 15px;
}
.footer .container{
    display: flex;
    flex-wrap: wrap;
    gap: 32px 32px;
}
.footer .container .footer_contato{
    flex-grow: 4;
}
.footer .container .footer_links{
    flex-grow: 1;
}
.footer .container .footer_contato .tag{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer .container .footer_contato .tags{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer .footer_links{
    display: flex;
    gap: 42px;
}
.footer h6{
    color: #CAE0FD;
}
.footer .footer_links .options{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer .footer_links .options .links{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer .footer_links a{
    color: white;
    font-size: 16px;
}
.footer span{    
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.50);
    margin-top: 60px;

}



@media (max-width: 888px){
    #menu{
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background: #fff;
        z-index: 2000;
        transition: .6s;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }
    #nav.active #menu{
        height: calc(100vh - 80px);
        visibility: visible;
        overflow: auto;
    } 
    /* #menu a{
        display: block;
        text-align: start;
    } */
    #btn_mobile{
        display: flex;
        padding: .5rem .1rem;
        border: none;
        background: none;
        cursor: pointer;
        margin-right: 8px;
    }
    #hamburger{
        color: #003A69;
        border-top: 3px solid;
        width: 30px;
    }
    #hamburger::after,  #hamburger::before{
        content:'';
        display: block;
        width: 30px;
        height: 3px;
        background: currentColor;
        margin-top: 8px;
        transition: .3s;
        position: relative;
    }
    #nav.active #hamburger{
        border-top: transparent;
    }
    #nav.active #hamburger::before{
        transform: rotate(135deg);
    }
    #nav.active #hamburger::after{
        transform: rotate(-135deg);
        top: -11px;
    }
    .header_menu .link_menu:hover, .header_menu .item:hover{
        background: #0069AA;
        color: #fff;
        border-radius: 0px;
    }
    .header_menu .link_menu{
        padding: 16px;
    }
    .header_menu .item{
        height: auto;
    }
    .header_menu .dropdown_button{
        height: 67px;
        padding: 0 16px;
        cursor: pointer;
    }
    .header_menu .dropdown_button .arrow_menu{
        height: 26px;
        max-width: 26px;
        margin-left: 10px;
        fill: #003A69;
    }
    .header_menu .dropdown_list{
        padding: none;
        position: static;
        background: #fff;
        filter: none;
        border-radius: 5px;
    }
    .header_menu .active_drop .dropdown_list{
        display: flex;
    }
    .header_menu .dropdown_list a{
        display: block;
        padding: 10px 16px;
        border-radius: none;
    }
    .header_menu .dropdown_list a:hover{
        background: #fad469;
        border-radius: 0px;
    }

    .contato .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        text-align: center;
    }
    .contato .container .title {
        order: 1;
        align-items: center;
    }
    .contato .container .dados_input{
        margin-left: 0px;
        order: 2;
    }
    .contato .container .informacoes{
        align-items: center;
        order: 3;
    }
    .contato_agradecimento .agradecimento .mensagem{
        margin-top: 60px;
        padding: 60px;
    }
    .contato_agradecimento .agradecimento{
        flex-direction: column;
        margin-left: 0px;
    }
    .contato_agradecimento .direcionamento{
        justify-content: center;
        max-width: 90%;
        margin: 0 auto;
    }
    .contato_agradecimento .agradecimento .direcionamento h3{
        text-align: center;
    }
    .contato_agradecimento .agradecimento .direcionamento .servico_link{
        max-width: 100%;
        justify-content: center;
    }
    .info .container{
        padding: 0px 12px;
    }
    .header .logotipo{
        height: 62px;
        margin-left: 8px;
    }
    
}

