        *{
            margin: 0;
            padding: 0;
        }

        .box-principal {
            width: 100%;
        }

        .box-faixa {
            width: 100%;
            height: 35px;
            background-color: #006633;
        }

        .box-menu {
            width: 100%;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .box-menu-principal {
            width: 90%;
            height: 80%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .logo img {
            width: 200px;
        }

        .faleconosco{
            height: 90%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .faleconosco h3 {
           color: #006633;
        }

        .faleconosco b{
            color: #006633;
        }

        .redes{
            height: 90%;
            width: 200px;
            color: #006633;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            font-size: larger;
        }

        .busca input{
            border: 0;
            outline: 0;
            border-bottom: 1px solid #676a6c;
            background-color: #f5f7fa;
            height: 25px;
        }

        .busca button{
            border: 0; 
            font-size: 20px;
            background-color: #f5f7fa;
        }

        .box-sticke-menu {
            width: 90%;
            height: 70px;
            background-color: #006633;
            position: sticky;
            left: 80px;
            top: 0px;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            opacity: 0.9;
            z-index: 9999;
        }

        .box-sticke-menu .nav {
            width: 80%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
