@import url(variaveis.css);

/* PORQUE PARA DEUS NADA É IMPOSSIVEL ! */


body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;

}

 main {
    width: 100%;
    overflow: hidden;
 }

/*************************
**** AREA MENU ****
**************************/

header {
    background-color: #b8784e;
    width: 100%;
    height: 65px;
    display: flex;
    position: relative;
    z-index: 5;
}

nav {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: 10px;
    margin-left: 35%;

}

nav a {
    background: linear-gradient(to left, var(--cacau-acento-color), var(--cacauintenso-color));
    color: white;
    border: #ffffff 2px solid;
    padding: 6px 12px;
    border-radius:60px;
    margin-left: 10px;
    font-family: 'Manrope', Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    transition: 2s linear;
    transition: 1s;

}

nav a:hover {
    transition: 1s;
    background: #ffffff;
    border-radius: 50px;
    border: var(--marrom-claro-color) 4px solid;
    color: var(--marrom-claro-color);
    font-weight: bolder;
    font-size: 18px;
    padding: 12px 24px;

}

/* ----------------------------------- */

nav a.hover5 {
    background: linear-gradient(to left, var(--cacau-acento-color), var(--cacauintenso-color));
    color: white;
    border: #ffffff 2px solid;
    padding: 6px 12px;
    border-radius: 60px;
    margin-left: 440px;
    font-family: 'Manrope', Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    transition: 1s;
}

nav a.hover5:hover {
    background: #ffffff;
    border-radius: 50px;
    border: var(--marrom-claro-color) 4px solid;
    color: var(--marrom-claro-color);
    font-weight: bolder;
    font-size: 18px;
    padding: 12px 24px;
}


/* ----------------------------------- */

nav>img {
    width: 50px;
    height: auto;
    position: absolute;
    left: -305px;
    top: -3px;
    z-index: 5;
    border-radius: 50px;
    border: white 1px solid;
    box-shadow: 0px 2px 6px rgba(255, 255, 255, 0.645);

}


/*************************
**** AREA 1ª SEÇÃO ****
**************************/

.container-background {
    
    width: 100%;
    height: 1200px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
      
}


.background-image {
    opacity: 20%;
    filter: blur(0);
    width: 100%;
    height: 880px;
}

.img-drawer {

    position: relative;
    z-index: 10;
    bottom: 820px;
    left: 55%;
    height: 1200px;
    width: auto;
    max-width: 100%;
    transition: all 0.5s ease-in-out; 

    &:hover {

    transform: scale(1.05);

    }
}


.text-container {
    position: absolute;
    top: 18%;
    left: 10%;
    z-index: 0;
    max-width: 600px;

    h1 {    
        font-family: "Marcellus", Sans-serif;
        color: var(--cacau-acento-color);
        text-shadow: 0px 2px 1px rgba(176, 108, 5, 0.338);
        font-size: 60px;
        font-weight: 100;
        line-height: 0.9;
    }

    p {
        font-size: 19px;
        color: var(--cacau-light-color);
        font-family: "Manrope", Sans-serif;
        text-shadow: 0px 2px 6px rgba(176, 108, 5, 0.645);
    }

    a {
        color: white;
        text-decoration: none;
        font-family: "Manrope", Sans-serif;
    }
   
}


.text-container>button {
    margin-top: 10px;
    font-weight: 00;
    font-size: 20px;
    padding: 12px 24px;
    border: none;
    border-radius: 23px;
    background-color: var(--cacau-acento-color);
    cursor: pointer;
    transition: background-color 0.3s ease;
    transition: 1s;

}

.text-container>button:hover {
    background-color: var(--cacau-claro-acento-color); 
    transform: translateY(-10px);

}

.division-vetor1 {
    width: 1800px;
    height: 1800px;
    background-color: #b8784e;
    /* background-color: var(--cacau-acento-color); */
    overflow: hidden;
    margin:0;
    padding: 0;
    position: relative;
    top: 190px;
    left: 55%;
    z-index: -1;
    transform: rotate(143.5deg);
}

.division-vetor2>a>img {

    width: 25px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 50px 50px;
    margin:0;
    padding: 0;
    position: absolute;
    top: 900px;
    left: 50%;
    z-index: 9;
    cursor: pointer;
    animation: pular 0.4s infinite alternate;

}

@keyframes pular {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}


.vetor-division-3>img {

    width: 2100px;
    height: auto;
    right: 0px;
    left: -60px;
    position: relative;
    bottom: 980px;
    z-index: 5;

}

/*************************
**** AREA 2ª SEÇÃO ****
**************************/

.sections-cards {
    height: 1100px;
    width: 100%;
    background: linear-gradient(to top, var(--cacau-acento-color), #eeead0);
    display: flex;
    justify-content: center;
    align-items: center;    
    position: absolute;
    top: 100%;
    

}

h2 {
    position: absolute;
    top: 60px;
    z-index: 50;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--marrom-claro-color);
    text-shadow: 0px 2px 2px rgba(250, 250, 250, 0.74);
    font-size: 40px;
    font-weight: bolder;
    line-height: 1.0;
    padding: 0;
    margin: 0;

}


.card {
    

    width: 400px;
    height: 500px;
    border: 3px solid #ffffff;
    border-radius: 25px;  
    padding: 20px;
    margin: 20px;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    transition: 1s;
    margin-top: 120px;

}

.card:hover {
    transform: scale(1.05);
    transition: 1s;
}

.card>button { 
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    padding: 12px 24px;        
    border-radius: 50px;
    border: 2px solid var(--marrom-claro-color);
    cursor: pointer;
    padding: 12px 24px;
    bottom: 10px;
    left: 145px;
    transition: 1s;
    color: white;

}

.card>button:hover {
    background-color: var(--marrom-claro-color);
    color: #ffffff;
    border: 2px solid none;

}

.card>button>a {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: var(--marrom-claro-color);

}

.card>button>a:hover {
    color: #ffffff;
    transition: 1s;
}


.card>img {
    width: 100%;
    position: absolute;
    height: auto;  
    left: 0;
    top: -30px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 0;

}

.card1 {
    left: 5%;
    top: 120px;

}

.card2 {
    right: 5%;
    top: 120px;

}

.card3 {
    top: 40px;
    width: 450px;
    height: 650px;
    button {
    left: 175px;

    }
}

#circle-vetor {
    background-color: #ffffff;
    border-radius: 50%;
    width: 650px;
    height: 650px;
    top: 80%;
    left: -105px;
    position: absolute;
    overflow: hidden;

}

#circle-vetor0 {
    background-color: #ffffff;
    border-radius: 50%;
    width: 800px;
    height: 800px;
    top: 84%;
    right: -150px;
    position: absolute;
    overflow: hidden;

}



/*************************
**** AREA FOOTER ****
**************************/

footer {
    background-color: var(--marrom-medio-color);
    text-align: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 60px;
    top: 215%;

    p {
        font-family: "Manrope", Sans-serif;
        font-size: 17px;
        color: #ffffff;
    }

}




.whatsapp-icon img {    
    position: fixed;
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 10px;  
    bottom: 10px;
    right: 10px;
    background: #0FBB00;
    box-shadow: 0 2px 10px rgb(27, 196, 4);
    border-radius: 50%; 
    transition: 1s;
    
}

.whatsapp-icon img:hover {
    background: #ffffff;
    transform: scale(1.1);
    transition: 1s;

}



/**************RESPONSIVIDADE*****************/

@media (max-width: 768px) {

header {
display: flex;
height: 270px;


}

  nav {

    width: 100%;
    margin-left: 0px;
    padding: 10px;
    margin-top: 50px;

  }

  nav img {
    max-width: 80%;
    height: auto;
    margin-bottom: 1rem;
    overflow: hidden;
    margin-left: 765px;
  }

  nav ul {
    display: inline;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  nav ul a {
    margin: 0.5rem 0;
    text-align: center;
    display: block;
    overflow: hidden;
  }

  /*CONTAINER */
  .container-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    overflow: hidden;
  }

  .background-image,
  .img-drawer {
    width: 1px;
  }


  .background-image {
  width: 180%;
  overflow: hidden;
  margin-top: -60px;


   }

  .text-container {
    text-align: center;
    padding: 1rem;
    overflow: hidden;
    margin-top: -320px;
    margin-left: -100px;
    padding: 100px;
  }

  .text-container h1 {
    font-size: 1.5rem;
    overflow: hidden;
  }

  .text-container p {
    font-size: 1rem;
    overflow: hidden;
  }

  .text-container button {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    margin-left: 60px;
  }

  /* VETORES */
  #vetores-division {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .division-vetor1,
  .division-vetor2,
  .vetor-division-3 {
    background-color: none;
    width: 0px;

    img {
      width: 0;
      height: 0;
    }
  }

  .division-vetor2>a>img {
    width: 40px;
    height: auto;
    overflow: hidden;
    position: absolute;
    margin-top: -350px;

    
  }

  /* CARDS */
  .sections-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-top: -385px;
    height: 1500px;
  }

  .card {
    width: 90%;
    max-width: 250px;
    height: 300px;
    position: relative;
    text-align: center;
    overflow: hidden;    
  }

.card1 {
    margin-top: -350px;
  }

.card2 {
    margin-left: -70px;
    margin-top: 50px;
}

.card3 {
    margin-top: 100px;
    margin-left: 80px;
}


  .card h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    overflow: hidden;
  }

  .card img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  #circle-vetor,
  #circle-vetor0 {
    display: none;
  }

  /* WHATSAPP */
  .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }

  .whatsapp-icon img {
    width: 35px;
    height: 35px;
    left: 335px;
    bottom: 120px;
  }

  /* FOOTER */
  footer {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 70px;
    top: 206%;
  }

  footer p {
    text-align: center;
    font-size: 0.9rem;
    padding: 1rem;

  }
}
