
@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Regular.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-SemiBold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Bold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'GeneralSans', sans-serif;
    text-decoration: none !important;
}
nav.navbar.navbar-expand-lg.navbar-light{
    z-index: 2;
}
a.nav-link {
    color: #FFF;
}

a.nav-link {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-bottom: 4px;
}

a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 0.5px;
    background-color: #FFF;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

a.nav-link.active::after,
a.nav-link:hover::after {
    transform: translateX(-50%) scaleX(1);
}

a.nav-link:hover,
a.nav-link.active {
    color: #FFF !important;
}



.btn-highlight{
    background-color: #0C2A44;
    color: #FFF;
    border-radius: 50px;
    width: 224px;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s ease all;
}

h1 {
    font-size: 48px;
    font-weight: 500;
    color: #FFF;
}

h2{
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

h3{
    font-weight: 500;
    color: #0C2A44;
    font-size: 24px;
}

#leads-whatsapp{
    padding: 47px 0px;
}

.mt-160{
    margin-top: 160px;
}

.mt-122{
    margin-top: 122px;
}

.mt-24{
    margin-top: 24px;
}

.mt-18{
    margin-top: 18px;
}

footer{
    min-height: 348px;
    background-color: #000;
}

h6.footer-title {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.text-footer {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
a.text-footer {
    display: block;
}
.input-footer{
    background-color: #272727A1;
    border-bottom: 1px solid #FFF;
    border-right: none;
    padding: 8px;
    color: #FFF;
    width: 100%;
}

.social-list{
    list-style: none;
}

.social-list li{
    margin-bottom: 8px;
}

.header-gradient{
    background: linear-gradient(to bottom, #003E73, #092E4E) !important;
    width: 100%;
    margin-top: -100px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-title{
    font-size: 24px;
    font-weight: 600;
    color: #0C2A44;
}

/* MODAL */

h6#subtitulo-modal {
    color: #0C2A44;
    font-weight: 600;
    font-size: 18px;
}

.modal-header {
    border-bottom: none;
    padding: 25px;
}
button.btn-close{
    opacity: 1;
    width: 18px;
}
p.text-modal.font-regular {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.form-input {
    width: 100%;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px;
}
.send-form {
    width: 100%;
    background-color: #0C2A44;
    color: #FFF;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

label {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.msg-sucesso {
    background-color: #204129;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}


.msg-erro {
    background-color: #690505;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

.msg-erro img {
    width: 20px;
    margin-left: 20px;
}

.campo-invalido {
    border: 1px solid #e98d8d;
}

.msg-obrigadorio{
    color: #e98d8d;
    display: none;
}

.btn-highlight:hover{
    background-color: #9d8e7b !important;
}

.hover-change, .text-hover{
    transition: 0.4s ease all;
}

.hover-change:hover{
    background-color: #9d8e7b !important;
}

.text-hover:hover{
    color: #9d8e7b !important;
}
@media (min-width: 350px) and (max-width: 768px){

    button.navbar-toggler {
        background-color: #FFF;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        background-color: #0b2a44;
    }

    footer .text-right{
        text-align: center !important;
    }


    ul.social-list {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    footer .mt-122{
        margin-top: 30px;
    }

    .nav-link.btn-highlight {
        width: 100%;
        text-align: center;
        background-color: #FFF;
        color: #0b2a44;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    
    
}

@media (min-width: 768px) and (max-width: 992px){

    button.navbar-toggler {
        background-color: #FFF;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        background-color: #0b2a44;
    }

    footer .text-right{
        text-align: center !important;
    }

    footer .mt-122{
        margin-top: 60px;
    }

    ul.social-list {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .input-footer{
        width: 90%;
    }

}


@media (min-width: 992px) and (max-width: 1200px) {

}