body{
    font-family: "Orbitron", sans-serif;
    margin: 0;
    background-color: rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}

a{
    text-decoration: none;
}

li{
    list-style: none;
    text-decoration: none;
}
.header{
    display: flex;
    position: fixed;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    height: 75px;
    background-color: rgba(0,0,0,1.0);
}
.logo{
    height: 35px;
    margin-left: 1%;
}
.navbar{
    height: 100%;
}
.menu{
    display: flex; 
    margin: 0;
    padding: 0;
    list-style: none;
    height: 75px;
}
.header li{
    display: flex;
    text-align: center;
    justify-content: center;
    border-bottom: solid rgba(0,0,0,1.0) 2px;
    transition: all .3s ease-in-out;
}
.pagina{
    display: block;
    padding: 25px 22px 20px 22px;
    font-weight: 600;
    color: rgba(255,255,255,1);
}
.header li:hover{
    border-bottom: solid rgba(255, 0, 17,1) 2px;
    cursor: pointer;
}
.atual{
    color:rgba(255, 0, 17,1);
}
.entrada{
    height: 60vh;
    display:flex;
    flex-wrap: wrap;
    padding: 10% 5%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url("Imagens/fundo24.jpg");
}
.titulo_principal{
    width: 60%;
    padding: 0 20%;
    text-align: center;
    font-size: 55px;
    
}
.slogan{
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.btn_orcamento{
    display: flex;
    width: 20%;
    height: 60px;
    margin-top: 50px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
@media (max-width:1250px) {
    .btn_orcamento{
        width: 40%;
    }
}
.btn_entrada{
    color: rgba(255,255,255,1);
    background-color: rgba(255, 0, 17,1);
    border: solid rgba(255,255,255,1) 1px;
    transition: all .3s ease-in-out;
}
.btn_entrada:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,1);
    color: rgba(255, 0, 17,1);
    border: solid rgba(255, 0, 17,1) 1px;
}
.servicos{
    display:flex;
    flex-wrap: wrap;
    padding: 5%;
    align-items: center;
    justify-content: center;
}
.titulo{
    width: 60%;
    padding: 0 20%;
    text-align: center;
    font-size: 40px;
    color:rgba(255, 0, 17,1);
}
.descricao{
    width: 60%;
    padding: 0 20%;
    text-align: center;
    font-size: 20px;
}
.container{
    display:grid;
    grid-template-columns: repeat(2, minmax(325px, 640px));
    width: 80%;
    margin: 5% 10%;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
}

@media (min-width: 2850px) {
  .container {
    grid-template-columns: repeat(4, 640px); /* não passa disso */
  }
}

.imagem{
    height: 360px;
    width: 100%;
    border: solid rgba(255, 0, 17,1) 1px;
}
.produto{
    height: 480px;
    color: rgba(255,255,255,1);
    width: 100%;
}
@media (max-width:1500px){
    .container{
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }
    .imagem{
        height: 200px;
    }
    .produto{
        height: 450px;
    }
}
.titulo_produto{
    font-size: 30px;
    margin: 10px 0;
    color: rgba(255, 0, 17,1);
}
.descricao_produto{
    margin: 10px 0;
    text-align: justify;
}

.btn_produto{
    color: rgba(255, 0, 17,1);
    background-color: rgba(0,0,0,1);
    border: solid rgba(255, 0, 17,1) 1px;
    transition: all .3s ease-in-out;
}
.btn_produto:hover{
    cursor: pointer;
    background-color: rgba(255, 0, 17,1);
    color: rgba(0,0,0,1);
}
.contato{
    display:flex;
    flex-wrap: wrap;
    padding: 5% 10%;
    align-items: center;
    background-color: rgba(255, 0, 17,1);
}
.t_contato{
    color:rgba(0,0,0,1);
}
.contato_container{
    width: 100%;
    display: grid;
    grid-template-columns: 26% 26% 26% 22%;
    gap:0;
    border: solid  rgba(255,255,255,1) 1px;
    box-sizing: border-box;
}
.conteudo{
    display: flex;
    flex-direction: column;
    height: 180px;
    padding: 2% 10%;
    border-left: solid rgba(255,255,255,1) 1px;
}
.conteudo:first-of-type{
    border-left:0;
}
.contato_titulo, .contato_descricao{
    color: rgba(255,255,255,1);
}
.contato_btn{
    display: flex;
    flex-direction: column;
    height: 182px;
    padding: 2% 10%;
    background-color:rgba(0,0,0,1);
    border-left: solid  rgba(255,255,255,1) 1px;
}
.btn_titulo{
    color:rgba(255,255,255,1);
}
.btn_orcamento_contato{
    height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1500px){
    .contato_container{
        grid-template-columns:50% 50%;
    }
    .conteudo{
        border-bottom: solid  rgba(255,255,255,1) 1px;
    }
    .ultimo{
        border: 0;
    }
    .contato_btn{
        height: 180px;
    }
}
.mapa{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5% 0;
}
.iframe_maps{
    width: 100%;
    height: 500px;
    border:0;
}
.footer{
    display: flex;
    padding: 2% 5%;
    background-color: rgba(0,0,0,1);
    justify-content: center;
    align-items: center;
}
.logo_final{
    height: 50px;
    margin-right: 50px;
}
.grid_final{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    width: 50%;
    column-gap: 50px;
    row-gap: 50px
}
.bloco{
    display: flex;
    flex-direction: column;
    border-left: solid rgba(255, 0, 17,1) 1px;
    padding-left: 10%;
    justify-content:flex-start;
}
.grid_final h2{
    margin-top: 10px;
}
.grid_final p{
    margin-top: 0px;
}
.facebook,.instagram{
    height: 20px;
    width: 20px;
    margin-right: 20px;
}
.footer a{
    color: inherit; 
    text-decoration: none; 
}
.footer a:visited {
    color: inherit; 
    text-decoration: none; 
}

address{
   font-style: normal; 
}

.menu-toggle{
    display:none;
}

@media (max-width:900px){
    .menu{
        display:none;
    }
    .header{
        height: auto;
        min-height: 55px;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 3%;
    }
    
    .menu-toggle{
        display: flex;
        flex-direction: column;
    }
    .bar{
        background-color: rgba(255,0,17,1);
        height: 3px;
        width: 30px;
        margin: 4px;
    }
    .ativo{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .pagina{
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .logo{
        height: 30px;
    }
    .titulo_principal{
        width: 80%;
        font-size: 30px;
        margin-top: 15%;
        padding: 0;
    }
    .entrada{
        background-image: url("Imagens/fundo_celular2.jpg");
    }
    .slogan{
        font-size: 20px;
    }
    .btn_orcamento{
        width: 100%;
    }
    .container{
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

    }
    .titulo{
        font-size: 25px;
    }
    .servicos, .contato{
        padding: 15% 5%;
    }
    .descricao, .titulo_produto, .contato_titulo, .btn_titulo, h2{
        font-size: 20px;
    }
    .descricao_produto, .contato_descricao, .grid_final p{
        font-size: 15px;
    }
    .contato_container{
        margin-top: 10%;
        grid-template-columns: repeat(1,100%);
    }
    .contato_btn, .conteudo{
        border-left:0;
    }
    .conteudo{
        height: 150px;
    }
    .ultimo{
        border-bottom: solid rgba(255,255,255,1) 1px;
    }

    .footer{
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10%;
    }
    .grid_final{
        margin-top: 10%;
        row-gap: 0px;
    }
    .bloco{
        padding-bottom: 15px;
    }
    .logo_final{
        height: 35px;
    }
}
