@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

html, body{
    overflow-x: hidden;
}

body{
    background-color: #1e462e;
    color: white;
    font-family: 'Montserrat';
}

header{
    border-bottom: solid 4px #118454;
    
    width: 100%;
    height: 80px;
    font-family: 'Montserrat';
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 2px 2%;
    
    
}

header i{
    font-size: 2em;
    font-family: sans-serif;
    color: white;
    
}

.logo{

    display: flex;
    
    
}

.logo img{
    height: 72px;
    border: solid 2px white;
    border-radius: 50%;
}


.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    
}

.navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}


.navbar ul li a {
    color: white;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

.navbar ul li a:hover {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
}

.menu-icon {
    display: none;
    font-size: 2.6em;
    color: white;
    cursor: pointer;
}

#entrada{
    width: 100%;
    padding: 6% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #eeeeee;
    flex-direction: column;
    gap: 16px;
    font-family: sans-serif;
    
   

}

#entrada h1{
    color: black;
    font-family: 'Montserrat';
    border-left: 2px solid;
    padding-left: 2px;
}

#entrada h1 span{
    color: #015802;
}

.cartao{
    width: 70%;
    height: 20em;
    background-color:white;
    border-bottom: solid 2px #015802;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    color: black;
    font-family: 'Montserrat';
   
}
.conteudo1{
    width: 22%;
    height: 80%;
    background-image: url(tipo6.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
}

.conteudo2{
    width: 22%;
    height: 80%;
    background-image: url(20delta2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    
}

.conteudo3{
    width: 22%;
    height: 80%;
    background-image: url(rolo-grama.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
}

.conteudo4{
    width: 22%;
    height: 80%;
    background-image: url(20mmSoft-2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo4:hover{
    background-image: url(20soft.jpeg) ;
}

.conteudo5{
    width: 22%;
    height: 80%;
    background-image: url(tipo1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo5:hover{
    background-image: url(30mmSoft-2.jpeg);
}

.conteudo6{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo7{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo8{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-4.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo9{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-5.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo10{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-6.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo11{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-7.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo12{
    width: 22%;
    height: 80%;
    background-image: url(12mmFibri-8.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.conteudo13{
    width: 22%;
    height: 80%;
    background-image: url(20mmBicol.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    filter: drop-shadow(4px 4px 8px black);
    transition: all ease-in-out 0.30s;
}

.text{
    width: 50%;
    height: 100%;
    border-radius: 12px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 1.2em;
    
}

.text span{
    font-size: 1.2em;
    color: #015802;
    font-weight: bold;
}

.text ul{
    margin-left: 30%;
}

.text ul li{
    text-align: left;
    
}

.text p{
    background-color: rgb(245, 15, 15);
    color: white;
    border-radius: 4px;
    padding: 2%;
    text-decoration: none;
}

.conteudos{

    width: 80%;
    margin: 2px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-family: 'Montserrat';
    padding-top: 2%;
    
}

.conteudo{
    
    width: 60%;
    transform: rotate(10deg );
    
}

.conteudo img{
    height: 168px;
    filter: drop-shadow(2px 2px 6px black);
}

.book{
    width: 80%;
    height: 4em;
    border: solid 2px gold;
    gap: 16px;


}

.book h3{
    font-size: 0.98em;
    font-weight: bold;
    
}

.book a{
    text-decoration: none;
    color: khaki;
    cursor: pointer;
    
}

.book p{
    line-height: 1.4em;
    
}

.final{
    width: 80%;
    padding: 4px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    text-align: center;
    margin: 4px auto;
}

.final h3{
    letter-spacing: 0.04em;
}

.content-end{
    width: 100%;
    padding: 4% 20px;
    border-bottom: solid 2px #fff ;
    display: flex;
    gap: 20px;
    gap: 1.2em;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.content-end div{
    width: 36%;
    
    margin-top: 2%;
}

.content-end img{
    height: 140px;
    object-fit: fill;
    border: solid 2px white;
    border-radius: 50%;
}

footer{
    width: 100%;
    height: 10vh;
    display: flex;
    text-align: center;
    font-family: sans-serif;
    align-items: center;
    justify-content: center;
    padding: 2% 10px;
    margin-bottom: 2%;
}

footer p{
    border-bottom: 2px solid white;
    padding: 2%;
}

.whats{
    bottom: 10%;
    right: 20px;
    position:fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  
  .whats a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    
  }
  
  .whats img{
    height: 46px;
  }

@media (max-width: 1900px) {
    .navbar ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .navbar ul.active {
        display: flex;
        position: absolute;
        top: 80px;
        left: 0;
        background-color: #015802;
        border: solid 2px #118454;
        z-index: 9999;
    }

    .navbar ul li {
        margin: 0;
    }

    .navbar ul li a {
        padding: 10px;
        display: block;
        text-align: center;
    }

    .menu-icon {
        display: block;
    }

}

@media (max-width: 780px){
    .cartao{
        width: 96%;
        padding: 0.4em;
    }

    .conteudo1,.conteudo2,.conteudo3,.conteudo4,.conteudo5,.conteudo6,.conteudo7,.conteudo8,.conteudo9,.conteudo10,.conteudo11{
        width: 40%;
        
    }

    

    .text{
        width: 60%;
    }

    .final{
        margin-top: 6%;
    }

    .conteudo img{
        height: 132px;
        width: 120px;
    }
    .content-end img{
        height: 100px;
    }
}