@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    /* font-size: 20px; */
    font-family: "Inter", sans-serif;
    max-width: 100%; 
}
/* Para telas menores que 600px - Celular */
@media (max-width: 820px) {
    nav ul {
        /* display: flex; */
        flex-direction: column;
    }
    nav li {
        display: block;
        text-align: center;
    }
    .servicos{
        display:flex;
        flex-direction: row;
        background-color: rgb(136, 136, 127);
        height: 350px;
        /* color: rgb(149,0,255);  */
        /* justify-content:space-between; */
        align-items: center;
        /* font-size: 25px; */
        margin: 10px 0px;
        padding: 10px 50px;
    }

}
body{
    background-color: white;
}
header{
    display: flex;
    /* padding: auto 20px; */
    margin: auto;
    background-color: rgb(4, 3, 63);
    /* CABECA - MENU FIXO */
    /* position:fixed; */
    justify-content: space-around;
    align-items: center;
}

#font-dossis {   
  font-family: "Dosis", sans-serif;
  /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-size: 60px;
  /* font-style: bold; */
}

#font-tektur {
  font-family: "Tektur", sans-serif;
  font-size: 60px;
}

nav{
    /* display: flex; */
    /* flex-direction: row; */
    /* padding: 20px; */
    /* align-items: center; */
    background-color: rgb(4, 3, 63);     
}
nav a{
    /* font-family: "Dosis", sans-serif;  */
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-size: 30px;
    color: white;
    margin: auto 20px;
}
nav a:hover{
    transition: color 0.7s ease-in-out;
    color: rgb(9, 219, 27);
    /* text-decoration: overline;  - SUBLINHA ACIMA */
    text-decoration:underline;
}
nav ul {
    list-style: none;
}
.nav-itens {
    display: flex;        
}
.nav-itens li {    
    /* font-size: 50px; */
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
ul {
    
}
ul li a {
    text-decoration: none;
    /* font-size: 25px; */
}
h1{
    color: rgb(9, 219, 27);
    text-align: center;
}
h2 {
    color: blue;
    text-align: center;
}
h3{
    color: rgb(78, 13, 62); 
    text-align: center;
}
#home{
    display: flex;
    background-image: url('Imagens/Fundo-Matrix3-sobe.webp');
    background-size: cover;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(7,3,15); 
    height: 250px;
    color: rgb(149,0,255);     
    align-items: center;
    font-size: 25px;
    margin: 30px 0px;
    padding: 5px 0px;
}
#home2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items:center;
    /* text-align: center; */
    /* background-color: rgb(124, 48, 139); */
    margin: 70px 20px;
    /* padding: 10px 20px; */
}
.zap {
    text-decoration: none;
}

.produtos{
    display: flex;
    background-color: rgb(186, 183, 219); 
    height: 800px;
    color: blue;
    font-size: 25px;
    flex-direction: column;
    margin: 20px 0px;
    /* padding: 30px 0px; */
}
.servicos{
    display:flex;
    flex-direction: row;
    background-color: rgb(136, 136, 127);
    height: 300px;
    /* color: rgb(149,0,255);  */
    justify-content: center;
    align-items: center;
    /* font-size: 25px; */
    margin: 10px 0px;
    padding: 10px 0px;
}
.contatos{
    display: flex;
    flex-direction: column;
    background-color: rgb(182, 211, 165); 
    height: 400px;
    color: rgb(149,0,255); 
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin: 30px 0px;
}
.marketing{
    display: flex;
    flex-direction: column;
    background-color: rgb(155, 209, 124); 
    height: 400px;
    color: rgb(149,0,255); 
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin: 30px 0px;
    padding: 50px;
}

footer {
    background-color: rgb(4, 3, 63);
    margin: 10px 0px;
    padding: 10px 0px;
}
.card{
    background-color: rgba(233, 238, 234, 0.973);
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px;
    color: aliceblue;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    transition: transform 0.9s ease-in-out;    
}
.card:hover{
    transform: scale(1.1);
}
.card h3{
    margin: 10px;
}
.card img{
    width: 250px;
    height: auto;
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 10px;
}
/* Botao WhatsAPP - Fixo Baixo Direito */
.btn-whatsapp {
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    border-color: rgb(182, 194, 13);
    border-radius: 30px;    
}


/* css whats app - foto  */
/* ._9vx6 { */
      /* display: grid; */
    /* border-radius: 50%; */
    /* height: 118px; */
    /* object-fit: cover; */
    /* width: 118px; */
      /* justify-content: center; */
/* } */
/* ._9vd5 _9scb _9scr { */
/* } */
