@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     text-decoration: none;

}
body{
    font-size: 100%;
    font-family: 'Inter', sans-serif;
    
}
#home{
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 0;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 10%;
    
    
}
.logo{
    width: 5%;
    max-width: 100px;
    min-width: 70px;
}
nav{
    display: flex;
    justify-content: center;
    width: 80%;
    
    
    
    
    
}
.menu-iten{
    padding: 1%;
    font-weight: 700;
    color: #000000;
    transition: 0.5s;

}

.menu-iten:hover{
    
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    
    
  }
.dropdown{
    padding: 1%;
    font-weight: 700;
}
.dropdown-content{
    padding: 1% 0 0 0%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 21%;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: 0.5s;
    z-index: 999;
    position: fixed;
}
.dropdown:hover .dropdown-content {
    display: block;

  }
  .dropdown-content a{
    padding: 1% 2% 1% 10%;
    width: 100%;
    color: #000000;
    

  }
  .dropdown-content p{
    display: inline-block;
    min-height: 30px;
    width: 100%;
    transition: 0.5s;
    color: #000000;
    

  }
  .dropdown-content p:hover{
   
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    
    
  }
#slide{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/slide/image1.svg");
    overflow: hidden;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    width: 100%;
    height: 35vw;

    transition: 1s;
    
    

    
    /* border-style: solid; */

}
.slide:hover .slide-button{
    background-color: #02b3ee46;
    display: inline-block;
    transition: 5s;
}
.slide-button{
    border-style: none;
    display: none;
    color: #ffffff;
    cursor: pointer;
    height: 15%;
    width: 5%;
    margin-left: 0%;
    transition: 5s;
    
}

.img-slide{
    width: 100%;
    
}
/* <<<<<<<<<<<<<<<<<< QUEM SOMOS >>>>>>>>>>>>>>> */
#quem-somos{
    
    
}
.quem-somos-div-1{
    padding: 5% 10%
}
.title{
    padding: 0 0 3% 0;
    font-size: 40px;
    color: #02B2EE;
    font-weight: 700;
}
.quem-somos-subdiv-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0%;
    gap: 5%;
}
.quem-somos-paragraph{
    width: 50%;
    max-width: 700px;
    color: #164361;
    font-weight: 400;
    font-size: 16px ;
    text-align: justify;
    text-justify: inter-word;
}
.quem-somos-div-img{
    width: 80%;
    max-width: 700px;
    padding: 0 0 5% 0;
}
.quem-somos-img{
    width: 100%;
}
/* <<<<<<<<<<<<<<<<<< MISSAO VISAO VALORES >>>>>>>>>>>>>>> */
.missao-visao-valores-div{
    padding: 0 3% 7% 3%;
    background-color: #D3E6F5;
    margin-top: 5%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.missao-box-div{
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    
    margin-top: 5%;
    
    
    
    
    
}
.missao-img-box{
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8%;
    padding: 0 0 0 7%;
}
.missao-img{
    margin-top: -80%;
    width: 20vw;
    max-width: 400px;
    
}
.missao-text{
    margin-top: -15%;
    padding: 5% 0 0 0;
    border-color: #ffffff;
    border-left-style:dotted;
    padding: 2% 7% 7% 7%;
    color: #164361 ;
}
.missao-text-title{
    margin-top: -24%;
    color: #164361 ;
    font-weight: 700;
    font-size: 20px;
    
}
.missao-text-paragraph{
    margin-top: 10%;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    
}

/* <<<<<<<<<<<<<<<<<< PRODUTOS >>>>>>>>>>>>>>> */
#produtos{
   padding: 5% 10%;
}
.frete-div{
    display: flex;
    justify-content: flex-end;
    width: 112.5%;
    
    
    
}
.frete-div-iten{
    background-color: #D3E6F5;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.frete-text{
    width: 230px;
    padding: 1%;
    font-size: 20px;
    font-weight: 600;
    color: #164361 ;
}
.produto-box-div{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-content: flex-start;
    gap: 2.9%;
    
}
.produtos-setor-title{
    padding: 2% 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #02B2EE;
    border-color: #02B2EE;
    border-bottom-style:dotted;
    margin-top: 2%;
}
.produto-iten-box{
    margin-top: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 14vw;
    min-width: 200px;
    padding: 0% 2% 2% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #02B2EE;
}
.produto-iten-box:hover{
    box-shadow: 0 4px 8px 0 rgba(2, 178, 238, 0.2), 0 20px 40px 0 rgba(22, 67, 97, 0.19);
}
.produto-iten-box img{
    width: 100%;
}
.buttonViewMore{
    display: flex;
    justify-content: center;
    margin-top: 1%;
    padding: 0 1% 1% 1%;
    height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #02b2ee;
    transition: margin-top 1s;
    cursor:pointer;
   
}
.buttonViewMore:hover{
    background-color: #02b3ee38 ;
    color: rgb(22, 67, 97);
    margin-top: 1.5%;
}
.buttonViewLess{
    display: none;
    justify-content: center;
    margin-top: 1%;
    padding: 0 1% 1% 1%;
    height: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #02B2EE;
    transition: margin-top 1s;
    cursor:pointer;
   
}
.buttonViewLess:hover{
    background-color: #02b3ee38 ;
    color: #164361;
    margin-top: 0.5%;
}
/* >>>>>>>>>>>Forma de pagamento <<<<<<<<<<< */
#forma-de-pagamento{
    padding: 1% 10%;
 }
 .formas-de-pagamento-div{
    display: flex;
    flex-wrap: wrap;
    gap: 26%;
    
   
    
    
 }
 .formas-de-pagamento-div-cartao{
    display: flex;
    gap: 3%;
    padding: 10px 0 0 0 ;
 }
 .formas-de-pagamento-div img{
    height: 3vw;
    min-height: 35px;


 }
 footer{
    margin-top: 2%;
    
    
 }
 .contato-title{
    padding: 1% 10%;
 }
 .contato-background{
    background-color: #D3E6F5;

 }
 .contato-img{
    padding: 0 10%;
    margin-top: -3%;
 }
 .icon{
    height: 50px;
 }

 .contato{
    padding: 2% 10% 10% 23%;
    color: #164361;
    font-size: 30px ;
    font-weight: 600;
 }
 .contatoText{
    font-size: 38px;
    font-weight: 600;
    color: #164361 ;
 }
 .contato p{
    display: flex;
    align-items: center;
    gap: 15px;
 }

/*  >>>>>>>>>>>>>>MOBILE<<<<<<<<<<<<<<< */
/* MENU */
.menu-icon {
    display: none;
    cursor: pointer;
  }
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .menu-link{
    display: none;
  }


 @media screen and (max-width: 719px){
    .header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
        margin-left: 5%;
        margin-right: 10%;
        
        
    }
    nav{
        display: none;
    }
    .menu-icon{
        display: inline-block;
    }
    .menu-link{
        display: none;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.979);
        width: 60vw;
        height: 60%;
        right: 0px;
        padding: 5%;
        transition: 1s;
        
    }
   
    .menu-link p{
        padding: 10px;
        
        border-width: 1px;
        border-bottom-style:solid;
        color: #164361;
        
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
    }
    .menu-link a{
        color: #164361;
        text-decoration: none;
    }
    .menu-subiten p{
        padding: 10px 0 10px 8%;
        font-size: 16px;
    }
    .menu-subiten a{
        color: #04769c;
    }
    #slide{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
}
    .slide{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: url("../img/slide/image1.svg");
        overflow: hidden;
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
        width: 100%;
        height: 35vw;
        
    
        transition: 1s;
        
        
    
        
        /* border-style: solid; */
    
    }
    /* <<<<<<<<<<<<<<<<<< QUEM SOMOS >>>>>>>>>>>>>>> */
    .title{
        font-size: 24px;
    }
    .quem-somos-subdiv-1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 0%;
        gap: 5%;
    }
    .quem-somos-paragraph{
        width: 100%;
        max-width: 700px;
        color: #164361;
        font-weight: 400;
        font-size: 14px ;
        text-align: justify;
        text-justify: inter-word;
    }
    .quem-somos-div-img{
        margin-top: 5%;
        width: 100%;
        max-width: 700px;
        padding: 0 0 5% 0;
    }
    /* <<<<<<<<<<<<<<<<<< MISSAO VISAO VALORES >>>>>>>>>>>>>>> */
    .missao-visao-valores-div{
        padding: 0 3% 7% 3%;
        background-color: #D3E6F5;
        margin-top: 5%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-around;
        
    }
    .missao-box-div{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        
        margin-top: 5%;
        
    }
    .missao-img-box{
        
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8%;
        padding: 0 0 0 7%;
    }
    .missao-img{
        margin-top: -10%;
        width: 20vw;
        max-width: 400px;
        
    }
    .missao-text{
        margin-top: -15%;
        padding: 5% 0 0 0;
        border-color: #ffffff;
        border-left-style:dotted;
        padding: 2% 7% 7% 7%;
        color: #164361 ;
    }
    .missao-text-title{
        margin-top: 0%;
        color: #164361 ;
        font-weight: 700;
        font-size: 20px;
        
    }
    .missao-text-paragraph{
        margin-top: 20%;
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
        
    }
    /* <<<<<<<<<<<<<<<<<< PRODUTOS >>>>>>>>>>>>>>> */
    .frete-div{
        display: flex;
        justify-content: flex-end;
        width: 100%;
       
        
        
        
    }
    .frete-div-iten{
        background-color: #D3E6F5;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    
    
    }
    .frete-div-iten img{
        width: 30%;
    }
    .frete-text{
        width: 230px;
        padding: 1%;
        font-size: 14px;
        font-weight: 600;
        color: #164361 ;
    }
    .produtos-setor-title{
        padding: 2% 0 0 0;
        font-size: 16px;
        font-weight: 700;
        color: #02B2EE;
        border-color: #02B2EE;
        border-bottom-style:dotted;
        margin-top: 15%;
    }
    .produto-iten-box{
    margin-top: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 14vw;
    min-width: 140px;
    padding: 0% 2% 2% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #02B2EE;
}
    .produto-box-div{
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        align-content: flex-start;
        gap: 7%;
        
    }
    .produto-iten-box img{
        width: 100%;
    }
    .buttonViewMore{
        margin-top: 4%;
        font-size: 18px;
       
       
    }
    .buttonViewLess{
        margin-top: 4%;
        font-size: 18px;
    }








    .formas-de-pagamento-div img{
        height: 3vw;
        min-height: 23px;
    }
    .contato-img{
        padding: 0 10%;
        margin-top: -3%;
     }


     
    footer{
        margin-top: 4%;
        
        
    }
    .contato-title{
        padding: 6% 10%;
    }
    .contato-background{
        background-color: #D3E6F5;

    }
    .contato-img{
        padding: 0 10%;
        margin-top: -6%;
        width: 45%;
    }
     .contato{
        padding: 2% 10% 10% 23%;
        color: #164361;
        font-size: 16px ;
        font-weight: 600;
     }
     .contatoText{
        font-size: 20px;
        font-weight: 600;
        color: #164361 ;
     }

 }