*{
      font-family: "Figtree", sans-serif;
}

header{

    .nav-link {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #010101;
        margin: 0 14px;

        &:hover{
            color: #3CB1D4 !important;
        }
    }

    .contato-header{
        padding: 0;
        margin: 0;

        li{
    
            list-style-type: none;

            .btn-contato{
                font-weight: 500;
                font-size: 18px;
                line-height: 100%;
                font-weight: 500;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                padding: 16px 20px;
                background-color: #0087AF;
                border-radius: 8px;
                color: #fff;
                transition: 300ms all ease-in-out;

                &:hover{
                    background-color: #102F6D;
                    color: #fff !important;
                }
            }
        }
    }

    .social-header {
        padding: 0 0 0px 10px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: solid 2px #D2A24E40;

        li{
            list-style-type: none;
            margin: 0 10px;
        }
    }
}

footer {
    background-color: #0B1F47;
    padding: 70px 0 30px 0;

    h3 {
        font-weight: 600;
        font-size: 20px;
        color: #D2A24E;
        line-height: 20px;
    }

    .links-footer {
        padding: 0;
        margin: 0;

        li {
            font-weight: 500;
            font-size: 18px;
            line-height: 36px;
            color: #fff;
            list-style-type: none;
        }
    }
    .text-footer{
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
    }

    .social-footer {
        margin: 20px 0 0 0;
        padding: 0;
        display: flex;

        li {
            margin-right: 10px;
            list-style-type: none;
        }
    }

    hr{
        color: #213B70;
        background-color: #213B70;
    }
    .copy {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        margin: 0 0 10px 0;
    }
}


/* TABLET */
@media (min-width: 768px) and (max-width: 990px) {
        header {
        .logo-header {
            width: 260px;
        }
        .social-header {
            display: none;
        }
        .navbar-toggler {
            border: none;
        }

        .alt-menu {
            text-align: center;

            .nav-item {
                margin: 10px;
            }
        }
        .contato-header {
            display: flex;
            justify-content: center;
            padding-bottom: 30px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
    }

    footer {
        text-align: center;
    }
    h3{
        margin-top: 40px;
    }
    .social-footer {
        display: flex;
        justify-content: center;
       
        li {
            margin: 0px 20px;
            list-style-type: none;
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 

    header {
        .logo-header {
            width: 260px;
        }
        .social-header {
            display: none;
        }
        .navbar-toggler {
            border: none;
        }

        .alt-menu {
            text-align: center;

            .nav-item {
                margin: 10px;
            }
        }
        .contato-header {
            display: flex;
            justify-content: center;
            padding-bottom: 30px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
    }

    footer {
        text-align: center;
    }
    h3{
        margin-top: 40px;
    }
    .social-footer {
        display: flex;
        justify-content: center;
       
        li {
            margin: 0px 20px;
            list-style-type: none;
        }
    }
}