@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    background: linear-gradient(90deg, white, #fff, rgba(206, 210, 220, 0.597));
}

#container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    width: 100%;
    position: relative;
}

#container::after {
    content: " ";
    width: 103%;
    height: 4px;
    background-color: #06050cfc;
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 10%;
    transform: translateX(-2%);
}

header {
    background-color: #F7F7F7;
    width: 100%;
    padding: 14px;
}

#buttons {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 35px;
    cursor: pointer;
    margin: 18px;
}

#whats {
    border-radius: 420px;
    transform: translateX(-4%);
}

nav a {
    text-decoration: none;
    color: #111;
    opacity: 90%;
    font-size: 18px;
    margin-left: 110px;
    position: relative;
    font: bold;

}

#nav-menu a:after {
    content: " ";
    width: 0;
    height: 3px;
    background-color: #120f31fc;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10%;
    transition: 0.5s;
}

#nav-menu a:hover {
    color: #817f7f;
}

#nav-menu a:hover:after {
    width: 100%;
}

#offset {
    opacity: 80%, #111;
}

#of {
    width: 100%;
    height: 100%;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 700px;
}

@keyframes flutuar {
    0% {
        top: 0;
    }

    100% {
        top: 30px;
    }

    /*animation: flutuar 2s ease-in-out infinite alternate;*/
}

@keyframes opacidade {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }

    /*animation: opacidade 5s ease-in-out;*/
}



#gmail:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#whats:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#face:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#insta:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#of {
    width: 100%;
    position: relative;
}

#capa {
    position: absolute;
    left: 10px;
    bottom: 55px;
}

#container2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
    padding: 60px;
}

#logo-flutuante {
    transform: translateY(-4%);
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
}

#text {
    color: #FFF;
    font-size: 40px;
    width: 70%;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#text h4 {
    color: rgb(243, 155, 62);
}

#text h6 {
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#brasil {
    color: rgb(64, 176, 64);
}

#orcamento {
    width: 55%;
    padding: 18px;
    border-radius: 15px;
    background-color: rgb(243, 155, 62);
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

#orcamento:hover {
    background-color: #d3ac5e;
    transition: 0.3s linear;
}

#orcamento:active {
    background-color: rgb(243, 155, 62);
    transform: scale(1.05);
}

#solicitar {
    text-decoration: none;
    color: #181818;
}

#info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    width: 100%;
    height: 300px;
    position: relative;
    top: -4px;

}

#direito {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    height: 20px;
    transform: translateY(-20%);
}

#info2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    color: #fff;
    font-size: 15px;

}

#info3 {
    display: flex;
    align-items: center;
    gap: 7px;
}

#cent {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    width: 50%;
}

#wha {
    position: relative;
    display: flex;
    justify-content: right;
    margin: 20px;
    cursor: pointer;
    animation: flutuar 2s ease-in-out infinite alternate;
}


#mobile-menu {
    display: none;
}


@media screen and (max-width: 1270px) {
    #nav-item:hover {
        transform: scale(1.05);
        background-color: #3f3f3fa3;
    }

    #mobile-menu li a {
        text-decoration: none;
        color: #fff;
        gap: 25px;
        position: relative;
        top: 15px;
    }

    #nav-item {
        display: flex;
        justify-content: center;
        list-style: none;
        height: 57px;
        font-size: 18px;
        transition: 0.2s ease-in-out;
        width: 400px;
    }

    #mobile-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.916);
        backdrop-filter: blur(105px);
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        padding: 35px;
        letter-spacing: 2px;
    }

    #nav-menu {
        display: none;
    }

    #of {
        display: flex;
        flex-direction: column;
    }

    #text {
        padding-left: 15px;
        gap: 25px;
        font-size: 25px;
        width: 100%;
        letter-spacing: 1px;
        align-items: center;
        flex-direction: column;

    }

    #brasil {
        transform: translateX(70%);
        transform: translateY(55%);
        width: 120%;
    }

    #iconbrasil {
        display: none;
    }


    #text h6 {
        font-size: 23px;
        gap: 4px;
    }

    #logo-flutuar {
        display: none;
    }

    #solicitar {
        letter-spacing: 0;
        font-size: 17px;
        font-weight: 700;
    }

    #container2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #offset {
        height: 500px;
    }

    #orcamento {
        width: 60%;
        padding: 10px 5px 10px 10px;
        transform: translateX(-34%);
    }


    #info h2 {
        display: flex;
        align-items: center;
        font-size: 10px;
        width: 25%;
        padding-left: 50px;
    }


    #serv {
        display: none;
    }

    #cent {
        width: 100%;
        gap: 15px;
        transform: translateX(-10%);
    }

    #cent h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

}