* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    overflow-x: unset;
} 

/* Navbar - Menu */
.navbar {
    /*padding-top: 50px;*/
}
.navbar-nav {
    gap: 43px;
}
.nav-menus {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
}
.contatoBtn {
    background-color: #3B5384;
    border: 2px solid #3B3B3B;
    color: #FFF;
    border-radius: 16px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight:200;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* pesquisa */

.containerPesquisa {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid rgba(220, 220, 235, 0.5);
    box-shadow: 0px 30px 60px -15px rgba(59, 83, 132, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 16px 30px;
    margin-bottom: -4.5%;
    margin-top: 63px !important;
}

.containerPesquisa img {
    width: 201px;
    height: 71px;
}

.boxPesquisa {
    display: flex;
    align-items: center;
    gap: 40px;
}

.boxPesquisa a {
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #717171 !important;
}

.boxPesquisa span {
    height: 41px;
    border: 1px solid #DCDCEB;
}

.boxPesquisa input {
    width: 18vw;
    border: none;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
}

.pesquisaPlaca input {
    letter-spacing: 2px;
}

.boxPesquisa .search {
    display: flex;
}

.placaSearch {
    background-color: #80B049;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 14px;
}

.pesquisaPlaca{
    margin-top: 100px;
}
.placaInput {
    padding: 20px;
    margin-top: 32px;
    border: 1px solid #DCDCEB;
    border-radius: 16px;
    box-shadow: 0px 30px 60px -15px rgba(59, 83, 132, 0.25);
    backdrop-filter: blur(10px);    display: flex;
    align-items:center;
    justify-content: space-between;
    width: 26vw;
    height: 6vw;
}

.placaInputFooter {
    padding: 10px;
    border: 1px solid #DCDCEB;
    border-radius: 16px;
    box-shadow: 0px 30px 60px -15px rgba(59, 83, 132, 0.25);
    backdrop-filter: blur(10px);    display: flex;
    align-items:center;
    justify-content: space-between;
}

.placaInputStyle::placeholder {
    color: #2B2B2B;
    font-size: 24px;
    font-weight: 700;
    border: none;
    margin-top: 10px;
}
.placaInput i {
    background-color: #80B049;
    padding: 16px;
    color: #FFF;
    border-radius: 16px;
}
.placaInputFooter i {
    background-color: #80B049;
    padding: 16px;
    color: #FFF;
    border-radius: 16px;
}
.pesquisaPlaca h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}
.pesquisaPlaca input {
    border: none;
    padding: 16px;
    font-size: 1.5em;
    font-weight: bold;
    width: 250px;
}


@media (min-width: 300px) and (max-width: 767px) {
     .boxPesquisa {
        gap: 40px;
        flex-direction: column;
    } .boxPesquisa a {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    } 
}

/* footer */

footer {
    background-color: #3B5384;
    color: #FFF !important;
    padding: 100px 140px;
}
.footerStyle h6 {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 10;
    letter-spacing: 1px;
}
.footerStyle a {
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
}
.footerStyle p {
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
}
.copyBox {
    border-top: 1px solid #ffffff5f;
    border-bottom: 1px solid #ffffff5f;
    padding: 20px 0px;
}
p.copyText {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 60px;
}

/* Mobile home resolution */

@media (max-width: 767px){
    .navbar {
        margin-top: 20px;
        margin-bottom: 20px;
    } .titleOne {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }.textOne {
        font-size: 14px;
        text-align: center;
    } .pesquisaPlaca h2 {
        font-size: 16px;
        text-align: center;
    } .pesquisaPlaca {
        margin: 32px 0;
    } .placaInput {
        width: auto !important;
        height: 20vw !important;
    }
}

/* pesquisa footer */

@media (max-width:767px) {
    .containerPesquisa img {
        width: auto;
    }.containerPesquisa {
        width: auto;
    } .search {
        flex-direction: initial !important;
    } .boxPesquisa input {
        width: 40vw;
        font-size: 14px;
    } .containerPesquisa img {
        display: none;
    } .containerPesquisa div{
        width: auto;
        flex-direction: row;
        gap: 8px;
    } .logoMobileFooter {
        margin-top: 80px;
        margin-bottom: -40px;
        text-align: center;
    }
}

@media (min-width:767px) {
    .logoMobileFooter img {
        display: none;
    }
}

/* footer */

@media (max-width:767px) {
    footer {
        padding: 20px;
    } 
}

@font-face {
    font-family: FE-Font;
    src: url(../fonts/FE-Font.woff2)
}

.font_plate {
    font-family: FE-Font;
    font-weight: 400;
    font-style: normal
}

textarea:focus, input:focus{
    outline: none;
}


.none {
    display: none;
}

.load_screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001 !important;
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
    padding-top: 10em
}

.load_screen.over {
    z-index: 1002 !important
}

.color1,
.color1_hover,
.color2_hover:hover {
    color: #3b5186 !important
}

.color1_hover:hover,
.color2,
.color2_hover {
    color: #7eb247 !important
}

.bgcolor1 {
    background: #3b5186 !important
}

.bgcolor2 {
    background: #7eb247 !important
}

.color3 {
    color: #444 !important
}

.bgcolor3 {
    background: #444 !important
}

.color4 {
    color: #f8f8f8 !important
}

.bgcolor4 {
    background: #f8f8f8 !important
}

.color5 {
    color: #e8e8e8 !important
}

.bgcolor5 {
    background: #e8e8e8 !important
}

.color6 {
    color: #9a9c9e !important
}

.bgcolor6 {
    background: #9a9c9e !important
}

.white {
    color: #fff !important
}

.bgwhite {
    background: #fff !important
}

.red {
    color: #ea6152 !important
}

.bgred {
    background: #ea6152 !important
}

.yellow {
    color: #f4d538 !important
}

.bgyellow {
    background: #f4d538 !important
}

.icon_pesquisa {
    font-size: 2.7em;
    padding-bottom: 0.4em;
    padding-top: 0.1em;
}

.pointer {
    cursor: pointer
}

.no_under {
    text-decoration: none !important;
}

img {
    overflow: clip !important;
}

@page {
    size: A4;
    margin: 0;
}

@media print {

    body,
    html {
        width: 210mm;
        height: 297mm
    }

    .hide_print {
        display: none !important
    }

    .show_print {
        display: block !important
    }
}