* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #181818;
}

/*Inicio*/
header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.logo-header {
    height: 180px;
    width: auto;
}

.nav {
    display: flex;
    gap: 20px;
    margin-left: 25px;
    margin-right: 55px;
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav a {
    padding: 0.700rem;
    font-size: 0.750rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.nav a:hover {
    color: red;
    cursor: pointer;
    font-size: 0.980rem;
}

/*Botao Hamburguer*/
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    /*     margin-top: -140px;
    margin-left: -80px; */
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: #fff;
    margin: 4px 0;
    display: block;
}


.img-whatsapp {
    height: 25px;
    width: 25px;
}

.button {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    width: 12.75rem;
    height: 3.75rem;
    font-size: 0.75rem;
    padding: 0.425rem 1.25rem;
    background: #7b0305;
    opacity: 0.85;
    color: white;
    border-radius: 0.625rem;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: background 0.3s, opacity 0.3s;
    text-decoration: none;
}

.button:hover {
    background: #a30406;
    opacity: 1;
}


.hero {
    position: absolute;
    left: 10%;
    top: 60%;
    transform: translateY(-50%);
    max-width: 600px;
}

.img-fundo {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 90%), url("./img/fundo-index-header.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-size: 62px;
    color: red;
}

.h2-header {
    font-size: 42px;
    color: white;
}

.text-header {
    margin-top: 10px;
    font-size: 34px;
    color: white;
    margin-bottom: 20px;
}

main {
    height: 100%;
    width: 100%;
    align-items: center;
}


/*Serviços*/
.container-servicos {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 70%), url("./img/fundo-produtos.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;

}


.h2-servicos {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 60px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

.h2-tl-servicos {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-top: 20%;
    margin-bottom: 88.2px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

.div-tl-servicos {
    display: inline-flexbox;
    align-items: center;
    max-width: 950px;
    height: auto;
    margin: auto;
    padding: 15px;

}

.div-servicos {
    display: inline-flexbox;
    align-items: center;
    max-width: 870px;
    height: auto;
    margin: auto;
    padding: 10px;
}

.div-tl-servicos img {
    width: 220px;
    height: auto;
    /*     cursor: pointer; */
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 36px;
}

.div-servicos img {
    width: 280px;
    height: auto;
    /*     cursor: pointer; */
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 25px;
}


/* .div-servicos img:hover {
    transform: scale(1.3);
    transition: 0.5s ease-in-out;
    border-style: solid;
    border-color: #1a039a;
}
 */
.btn-servicos {
    width: 280px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 34%;
    font-size: 22px;
    color: #fff;
    background-color: #7b0305;
    border-radius: 10px;
    border-style: none;
    cursor: pointer;
    align-items: center;
}

.btn-servicos:hover {
    transform: scale(1.3);
    transition: 0.5s ease-in-out;
    border-style: solid;
    border-color: #fff;
}

/*Produtos*/
.container-produtos {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%), url("./img/fundo-produtos.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;

}

.h2-produtos {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

.h2-tl-produtos {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: 20%;
    margin-bottom: 20px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

/* 
.div-produtos {
    display: inline-flexbox;
    align-items: center;
    max-width: 1100px;
    height: auto;
    margin: auto;
    padding: 10px;
} */

.div-tl-produtos {
    display: inline-flexbox;
    align-items: center;
    max-width: 750px;
    height: auto;
    margin: auto;
    padding: 5px;
}

/* .div-produtos img {
    width: 120px;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px;
} */

.div-tl-produtos img {
    width: 180px;
    height: auto;
    cursor: pointer;
    margin-bottom: 3px;
    padding: 3px;
}

/* .div-produtos img:hover {
    transform: scale(1.3);
    transition: 0.5s ease-in-out;
    border-style: solid;
    border-color: #1a039a;
} */

.div-tl-produtos img:hover {
    transform: scale(1.3);
    transition: 0.5s ease-in-out;
    border-style: solid;
    border-color: #1a039a;
}

.btn-produtos {
    width: 280px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 37%;
    font-size: 22px;
    color: #fff;
    background-color: #7b0305;
    border-radius: 10px;
    border-style: none;
    cursor: pointer;
}

.btn-produtos:hover {
    transform: scale(1.3);
    transition: 0.5s ease-in-out;
    border-style: solid;
    border-color: #fff;
}

/*Sobre nós*/
.container-sobre {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%), url("./img/fundo-produtos.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}


.div-sobre {
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: auto;
    margin: auto;
    padding: 20px;
    gap: 90px;
}



.div-sobre img {
    margin: 25px 25px;
    width: auto;
    height: 200px;
    border-radius: 10px;
}

.h2-sobrenos {
    font-size: 32px;
    text-align: left;
    margin-left: 10%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 60px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

.div-sobre p {
    width: 460px;
    height: auto;
    margin-left: 10%;
    text-align: left;
    color: #fff;
    font-size: 20px;

}

/*Contato*/
.container-contato {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%), url("./img/fundo-produtos.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}

.div-contato {
    display: flex;
    align-items: center;
    max-width: 1300px;
    height: auto;
    margin: auto;
    padding: 35px;
    gap: 50px;

}

.h2-contato {
    /*    font-size: 32px;
    text-align: left;
    color: #fff;
    margin-bottom: 60px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px; */
    font-size: 32px;
    text-align: left;
    margin-left: 20%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 60px;
    text-decoration: underline #7b0305 4px;
    text-underline-offset: 9px;
}

.div-contato p {
    /*     width: 460px;
    height: auto;
    text-align: left;
    color: #fff;
    font-size: 20px; */
    width: 460px;
    height: auto;
    margin-left: 20%;
    text-align: left;
    color: #fff;
    font-size: 20px;

}

.div-contato iframe {
    margin-top: 20px;
    width: 550px;
    height: 250px;
    border-style: solid 10px;
    border-color: #7b0305;
    border-radius: 15px;
}

.container-footer {
    width: 100%;
    height: 6vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%), url("./img/fundo-produtos.png");
    position: static;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}

.div-footer {
    display: flex;
    align-items: center;
    max-width: 1450px;
    height: 6vh;
    margin: auto;
    padding: 5px;
    gap: 5px;

}


.logo-footer {
    width: 80px;
    height: 55px;
    position: static;
    margin-top: 0px;
}

.logo-facebook {
    width: 55px;
    height: 40px;
    position: static;
    margin-top: 8px;
}

.logo-instagran {
    width: 70px;
    height: 60px;
    position: static;
    margin-top: 8px;
}

.text-footer {
    text-align: center;
    color: #fff;
    margin-left: 27%;
    margin-right: 23%;
    margin-top: 0px;
}

/* .text-footer {
    text-align: center;
    color: #fff;
      margin-left: 20%;
      margin-right: 20%;
} */



/*Smartphone*/

@media (max-width:768px) {

    /*Inicio*/
    .container {
        flex-direction: column;
        display: inline;
        align-items: center;
        margin: auto;
        padding: 0;
        align-items: center;
    }

    header {
        position: absolute;
        top: -30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img-fundo {
        width: 100%;
        height: 100vh;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 90%), url("./img/fundo-index-header.png");
        position: static;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .logo-header {
        width: 340px;
        height: 240px;
        align-items: center;
        margin-left: 15px;
    }

    .nav {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 2px;
        align-items: center;
        margin-top: -35px;
    }

    .nav a {
        padding: 0.700rem;
        font-size: 1.590rem;
        font-weight: bold;
        color: rgb(25, 14, 234);
        text-decoration: center;
        transition: color 0.3s;
        margin-left: 17%;
    }

    .hero {
        position: absolute;
        top: 74%;
        max-width: 350px;
        text-align: center;
        margin-left: 0px;
    }

    h1 {
        font-size: 32px;
    }

    .h2-header {
        font-size: 22px;
    }

    .text-header {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .button {
        width: 16.75rem;
        height: 2.75rem;
        font-size: 0.95rem;
        margin-top: 12%;
        margin-left: 12%;
    }

    /*Servicos*/
    .div-servicos {
        display: inline-flexbox;
        max-width: 250px;
        padding: 5px;
    }

    .div-servicos img {
        width: 220px;
        height: auto;
        padding: 2px;
        margin-bottom: 5px;
        margin-left: 23%;
    }

    .btn-servicos {
        margin-left: 17%;
    }

    .div-servicos {
        display: flex-box;
        flex-direction: column;
        align-items: center;
        max-width: 800px;
        height: auto;
        margin: auto;
        padding: 0px;
    }



    /*Sobre*/
    .div-sobre {
        display: flex;
        align-items: center;
        max-width: 500px;
        height: auto;
        margin: auto;
        margin-left: 0;
    }

    .div-sobre img {
        display: none;
    }

    .h2-sobrenos {
        font-size: 22px;
        text-align: center;
        margin-left: 28%;
        margin-top: 5px;
        margin-bottom: 35px;
    }

    .div-sobre p {
        width: 300px;
        text-align: center;
        font-size: 16px;
    }


    /*Contato*/
    .h2-contato {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
    }


    .div-contato {
        display: flex;
        align-items: center;
        max-width: 400px;
        padding: 0px;
        gap: 0px;
    }

    .div-contato p {
        width: 360px;
        height: auto;
        margin-left: 10%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 0;
    }

    .div-contato iframe {
        display: none;
    }


    /*footer*/

    .container-footer {
        height: 7vh;
    }

    .div-footer {
        display: flex-box;
        flex-direction: row;
        align-items: center;
        max-width: 350px;
        padding: 0px;
        gap: 0px;
    }


    .logo-footer {
        width: 70px;
        height: 50px;
        margin-left: 10%;
    }

    .logo-facebook {
        width: 45px;
        height: 40px;
        position: static;
        margin-top: 8px;
    }

    .logo-instagran {
        width: 70px;
        height: 60px;
        position: static;
        margin-top: 8px;
    }

    .text-footer {
        font-size: 6px;
        margin-left: 7%;
        margin-right: 3%;
    }

    /*tela servicos*/
    .h2-tl-servicos {
        font-size: 18px;
        margin-top: 76%;
        margin-bottom: 10px;
    }

    .div-tl-servicos {
        display: inline-flexbox;
        align-items: center;
        max-width: 500px;
        padding: 5px;

    }

    .div-tl-servicos img {
        width: 200px;
        padding: 5px;
        border-radius: 20px;
        margin-bottom: 3px;
        margin-left: 22%;
    }

    /*Tela de Produtos*/
    .h2-tl-produtos {
        font-size: 18px;
        margin-top: 80%;
        margin-bottom: 10px;
    }

    .div-tl-produtos {
        max-width: 500px;
        padding: 2px;
    }

    .div-tl-produtos img {
        width: 120px;
        margin-left: 10%;
    }

}

/* RESPONSIVIDADE MENU SANDUÍCHE */
@media (max-width: 900px) {
    .nav {
        /* position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #181818;
        flex-direction: column;
        align-items: flex-start;
        gap: 0; */
        display: none !important;
        z-index: 5;
    }

    .nav ul {
        flex-direction: column;
        width: 70%;
        height: 35vh;
        gap: 5px;
        /* background-color: #181818; */
        opacity: 0.99;
        margin-top: -40px;
        position: absolute;
    }

    .nav li {
        width: 100%;
    }

    .nav a {
        display: block;
        width: 100%;
        padding: 1rem;
        border-bottom: 0px solid #0e0af8;
        margin-top: -30px;
    }

    .menu-toggle {
        display: flex !important;
        margin-left: auto;
        z-index: 10;
        margin-top: -140px;
        position: absolute;
    }

    .nav.active {
        display: flex !important;
    }
}

@media (min-width: 901px) {
    .menu-toggle {
        display: none !important;
    }
}