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



#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%;
}

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

    100% {
        top: 20px;
    }

    /*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;
}

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

#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%;
}

#info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    width: 100%;
    height: 300px;
    position: relative;
    top: -4px;
    font-family: "Raleway", sans-serif;
}

#mobile-menu {
    display: none;
}

#centro {
    background-color: #0d0e0f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 450px;
    gap: 35px;
}

#centro h1 {
    color: #fff;
    padding: 15px;
}

label {
    color: #fff;
    font-size: 20px;
}

#centro #fo {
    font-size: 28px;
}

form {
    display: flex;
    justify-content: center;
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input {
    font-size: 17px;
    font: bold;
    padding: 4px;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none;
    color: #fff;
    border-radius: 10px;

}

form button {
    padding: 10px;
    font-size: 28px;
    background-color: rgb(250, 148, 39);
    border: none;
    border-radius: 15px;
    width: 100%;
    cursor: pointer;
}

form button:hover {
    background-color: rgb(242, 173, 98);
    transition: background 0.2s;

}

form button:active {
    background-color: rgb(250, 148, 39);
    transform: scale(1.02);
}

#centro h1 {
    display: flex;
    align-items: center;
    font-size: 19px;
    gap: 15px;
}

@media screen and (max-width: 600px) {
    #info h2 {
        display: flex;
        align-items: center;
        font-size: 10px;
        width: 25%;
        padding-left: 50px;
    }


    #serv {
        display: none;
    }

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

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

    #sociais img {
        width: 130%;
    }

    #info2 #serv {
        display: none;
    }

    #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;
    }

    #info img {
        width: 150px;
        transform: translateX(20%);
    }

    #logo img {
        width: 130px;
    }

    #centro h1 {
        font-size: 13px;
    }

    #centro #fo {
        font-size: 25px;
    }

    #form {
        width: 80%;
    }



}