
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');


*{
    font-family: 'Poppins';
    color: #070707;
    
    
}
.hidden {
    display: none;
  }
  

navigation{
    display: none;
}
body{
    overflow-x: hidden;
   background-color: rgb(255, 255, 255);
   min-width: 100vw;
   min-height: 100vh;
   margin-top: 5px;
   display: flex;
   flex-direction: column;
   justify-items: center;
   align-items: center;
}

::-webkit-scrollbar{
    width: 8px;
}
  
::-webkit-scrollbar-thumb{
    background-color: #3B506B;
    border-radius: 50px;
}

.textLogin:hover{
    transform: scale(1.1); 
    transition: 0.5s;

}

header{
    z-index:1;
    background-color: white;
    width: 100vw;
    height: 151px;
    display: flex;
    position: absolute;
    
    align-items: center;
    justify-content: center;
}

.iconPesquisar{
    position: absolute;
    left: 1530px;
    top:45px;
}
.iconPesquisar:hover{
    transform: scale(1.1); 
    transition: 0.5s;
    
}

.logoPlanty{
    position: absolute;
    left: 250px;
}
.logoPlanty:hover{
    
    transform: scale(1.1); 
    transition: 0.5s;
}

.inputPesquisar{
    text-align: center;
    outline: none;
    font-size: 20px;
    position: absolute;
    height: 50px;
    width: 706px;
    border: 1px solid #F0F0F0;
    border-radius: 50px;
}

.inputPesquisar::placeholder{
    position: absolute;
    top: 12px;
    left: 30px;
    
}

.loginCadastro{
    
    display: flex;
    position: absolute;
    right: 200px;
    align-items: center;
}

.account-icon {
    left: 130px;
    margin-left: 5px;
    transition: all .2s ease-in-out;
    
}

.account-icon:hover{
    
    left: 130px;
    transform: scale(1.1); 
   
}


nav{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 70px;
    top: 151px;
    margin-top: 8px;
    background-color: white;
}
ul {
    position: relative;
    
    bottom: 16px;

    list-style-type: none;
}


.navMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 70px;
}

.navMenu > li > a {
    position: relative;
    padding: 5px 10px;
    color: #000000;
}

.navMenu > li > a:after {    
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #D5B484;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navMenu > li > a:hover:after { 
    width: 100%; 
    left: 0; 
}


.li{
    padding: 65px;
}

a{
    color: #3B506B;
    text-decoration: none;
}
a:active{
    color: transparent;
    text-decoration: none;
}



   



section{
    color: #3B506B;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 1000px;
    background-color: #F0F0F0;
    z-index: 0;
}

.containerCarousel{
    display: flex;
    position: relative;
}
.imgsss{
    display: flex;
    position: relative;
  
}

.carrossel{

    display: flex;
    position: relative;
    right: 20px;
    top: 130px;
    
}

.tituloPlantas{
    position: absolute;
    bottom:1210px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 10px;
    
}
.tituloPlantas:hover{
  background-color: #3B506B;
  color: white;
  transition: 0.5s;
}

.planta{
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.saibaMais{
    border: 1px solid #3B506B;
    border-radius: 50px;
    padding: 10px;
}
.saibaMais:hover{
    cursor: pointer;
    transition: 0.5s;
    background-color: white;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px;
}

.plantas_imagens:hover{
    
    background-color: white;
    padding: 2px;
    border-radius: 20px;
    border: white 7px solid;
    cursor: pointer;
    width: 268px;
    height: 338px;
    transition: 0.2s;
}

span {
    cursor: pointer;
    position: absolute;
    
}

span:hover {
    color: white;
    transition: 0.5s;
  }

.setaRight{
   
   
    top: 150px;
    transform: rotate(180deg);
}

.setaLeft{
    
    left: 1300px;
    top: 150px;

}

.post{
    position: relative;
    top: 60px;
    display: flex;
    border-radius: 75px;
    background-color: white;
    width: 1234px;
    height: 712px;
    z-index: 2;
}
.post:hover{
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
}

main{
    
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 2500px;
    background-color: #EDEAE3;
    top: 900px;
    position: absolute;
    z-index: 2;
    overflow-y: scroll;
}

.image{
    display: flex;
    position: relative;
    padding: 40px; 
}
.image:hover{
    transform: scale(1.1); 
    transition: 0.5s;
}

.content{
    position: relative;
    top: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    padding-right: 40px;
}

.tituloPost{
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 54px;
}
.tituloPost:hover{
    transform: scale(1.1); 
    transition: 0.5s;
    position: relative;
    left: 25px;
}

.saibaMaisPost{
    position: absolute;
    left: 570px;
    top: 600px;
    border: 1px solid #3B506B;
    border-radius: 50px;
    padding: 10px;
}
.saibaMaisPost:hover{
    cursor: pointer;
    transition: 1s;
    color: white;
    background-color: #3B506B;
    
}

.post2{
    margin-top: 90px;
}

.saibaMaisPost2{
    position: absolute;
    left: 570px;
    top: 600px;
    border: 1px solid #3B506B;
    border-radius: 50px;
    padding: 10px;
}
.saibaMaisPost2:hover{
    cursor: pointer;
    transition: 1s;
    color: white;
    background-color: #3B506B;
    
}

.saibaMaisPost3{
    position: absolute;
    left: 570px;
    top: 600px;
    border: 1px solid #3B506B;
    border-radius: 50px;
    padding: 10px;
}
.saibaMaisPost3:hover{
    cursor: pointer;
    transition: 1s;
    color: white;
    background-color: #3B506B;
    
}

footer{
    position: absolute;
    top: 3400px;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 290px;
    z-index: 5;
}

.footerUp{
    
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100vw;
    height: 220px;
    background-color: white;
}
.imgFooter{
    padding-right: 500px;
    z-index: 10;
    width:209px;
    height:66px ;
}

.inptFooter{
    
    text-align: center;
    outline: none;
    font-size: 20px;
    height: 80px;
    width: 506px;
    border: 1px solid #a01212;
    border-radius: 50px;
}
.pesquisar-icon-footer{
    position: absolute;
    left: 1770px;
    top: 80px;
}

.footerDwn{
    
    text-align: center;
    background-color: #519B84;
    width: 100vw;
    height: 70px;
}
.footerDwn>h1{
    color: white;
    font-weight: 300;
    font-size: 1.5em;

}
.material-symbols-outlined{
      
    z-index: -1;
}



.containerCarousel{
    display: flex;
}

.setas{
    display: flex;
    position: absolute;
    top: 380px;
    left: 630px;
}

.containerCarousel2{
    display: none;
    position: absolute;
    top: 384px;
    left: 632px;
}




@media (max-width: 1920px) {

    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 670px;
       background-color: rgb(255, 255, 255);
       width: 600px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }

    navigation {
        display: none;
    }
    
    .material-symbols-outlined{
      
        z-index: -1;
    }

    .logoPlanty{
        position: absolute;
        left: 160px;
        
    }
    .loginCadastro{
        right:200px;
    }

    .iconPesquisar{
        position: absolute;
        left: 1220px;
     }
 
     .tituloPlantas{
       position: relative;
       bottom: 200px;
       padding: 20px;
       text-align: center;
       background-color: rgb(255, 255, 255);
    }


    main, section, header, nav{

        padding-left: 20px;
    
    }

   
    .setas{
        position: absolute;
        left: 260px;
       }
    
       .setaLeft{
        position: absolute;
        left: 1400px;
       }

       .containerCarousel2{
        display: none;
        position: absolute;
        left: 320px;
    }
       .containerCarousel{
      position: absolute;
      top: 370px;
    }

    footer{
        padding-right: 16px;
        height: 50px;
        position: absolute;
        
       
    }
.footerDwn{
    position: relative;
    top: 100px;
}


   .back-to-top{
    position: relative;
    bottom: 15px;
    left: 1700px;

   }

   body{
    
    background-color: #EDEAE3;
   }
   
   


}
@media (max-width: 1600px) {

    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 520px;
       background-color: rgb(255, 255, 255);
       width: 600px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }



     .tituloPlantas{
       position:absolute;
       bottom: 640px;
      
       padding: 20px;
       text-align: center;
       background-color: rgb(255, 255, 255);
    }

    .logoPlanty{
        position: absolute;
        left: 70px;
        
    }
    .loginCadastro{
        right: 100px;
    }

    .iconPesquisar{
        position: absolute;
        left: 1050px;
     }
 
     .tituloPlantas{
        top: 250px;
        padding: 20px;
        display: flex;
        align-items: center;
    }
    main, section, header, nav{

        padding-left: 20px;
    
       }

       .footerDwn{
        position: absolute;
        top: 220px;
        right: 8px;
        
    }
    .setas{
        position: absolute;
        left: 100px;
       }
    
       .setaLeft{
        position: absolute;
        left: 1400px;
       }

       .containerCarousel2{
        display: none;
        position: absolute;
        left: 150px;

    }
    footer{
        
        height: 50px;
        position: absolute;
        
       
    }
.footerDwn{
    position: relative;
    top: 100px;
}


   .back-to-top{
    position: absolute;
    top: 50px;
    left: 1350px;
   

   }

   






 } 
@media (max-width: 1440px) {
    .containerCarousel{
        position: absolute;
        left: 250px;
    }


    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 430px;
       background-color: rgb(255, 255, 255);
       width: 600px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }

    navigation {
        display: none;
    }
    
    .material-symbols-outlined{
      
        z-index: -1;
    }

    .back-to-top{
        position: absolute;
        left: 1300px;
        top: 170px;
    }


    


    .logoPlanty{
        position: absolute;
        left: 70px;
        
    }
    .loginCadastro{
        right: 100px;
    }

    .iconPesquisar{
        position: absolute;
        left: 920px;
     }
 
     .tituloPlantas{
        background-color: rgb(255, 255, 255);
        position: absolute;
        bottom: 680px;
      
       
      
      
    }

    .inputPesquisar{
        width: 600px;
    }
    main, section, header, nav{

        padding-left: 20px;
    
       }

       .footerDwn{
        position: absolute;
        top: 220px;
        width: 1500px;
        right: 8px;
        
    }

       .containerCarousel2{
        display: none;
        position: absolute;
        left: 150px;

    }

    .planta4{
        display: none;
    }


   .setas{
    position: absolute;
    left: 210px;
   }

   .setaLeft{
    position: absolute;
    left: 1090px;
   }

   .containerCarousel2{
    position: absolute;
    left: 240px;
   }




 }
 @media (max-width: 1366px) {



    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 460px;
       background-color: rgb(255, 255, 255);
       width: 500px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }
    navigation {
        display: none;
    }
    
    .material-symbols-outlined{
      
        z-index: -1;
    }

    .back-to-top{
        position: absolute;
        top: 170px;
        left: 1210px;
    }

    body{
        
      width: 100vh;
    }

    header{
        width: 100%;
        padding-left: 30px;
    }
    
    .logoPlanty{
        position: absolute;
        left: 10px;
        
    }

    .loginCadastro{
        right: 100px;
    }
    .purificar:hover{
        left: 10px;
    }

    nav{
        width: 100%;
        padding-left: 30px;
    }
    .iconPesquisar{
       position: absolute;
       left: 850px;
    }

    .tituloPlantas{
        top: 250px;
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .inputPesquisar{
        width: 500px;
    }
    .planta4{
        display: none;
    }
    .containerCarousel{
        position: relative;
        left: -30px;
        top: 100px;
    }

    .containerCarousel2{
        display: none;
        position: absolute;
        top: 380px;
        left: 210px;
        

    }

   .setas{
    position: absolute;
    left: 200px;
   }

   .setaLeft{
    position: absolute;
    left: 1000px;
   }
   main{
    height:2600px ;
   }

   main, section{

    padding-left: 20px;

   }

   .post{
 
    width: 1000px;
  
}

.tituloPost{
   
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 34px;
}

.footerUp{
    display: flex;
    position: absolute;
    background-color: rgb(255, 255, 255);
    right:8px;
    height: 150px;
    top: 70px;
   

}
.imgFooter{
    display: flex;
    position: relative;
    left: 70px;
}

.footerDwn{
    position: absolute;
    top: 220px;
    right: 8px;
    
}
.inptFooter{
    display: flex;
    position: relative;
    right: 70px;
    height: 60px;

}
.iconPesquisar{
   position: relative;
   left: 200px;
   top: 5px;
}

.btnVoltar{
 display: none;
}

.pesquisar-icon-footer{
    display: none;
}

    

    


 }

@media (max-width: 1024px) {
 
  
    body{
       margin-top: 1px;
    }
    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 260px;
       background-color: rgb(255, 255, 255);
       width: 500px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }
  
    .busca ul li a{
       color: rgb(0, 0, 0);
    }
  

    .loginCadastro{
        right: 100px;
    }
    .containerCarousel{
        position: relative;
        left: -30px;
        top: 100px;
    }


    nav{
        width: 100%;
        padding-left: 20px;
        
    }

    .tituloPlantas{
        top: 250px;
        padding: 20px;
        display: flex;
        align-items: center;
    }
    .iconPesquisar{
        left: 150px;
    }

    .inputPesquisar{
        width: 400px;
        position: absolute;
        right: 320px;
    }


    .planta4{
        display: none;
    }
    
    .containerCarousel2{
        display: none;
        position: absolute;
        top: 340px;
        left: 20px;
      

    }

   .setas{
    position: absolute;
    left: 20px;
    top: 340px;
   }

   .setaLeft{
    position: absolute;
    left: 970px;
   }
  
   main{
    height:2600px ;
   }

   main, section{

    padding-left: 20px;

   }

   .post{
 
    width: 900px;
  
}

.tituloPost{
   
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
}

.content > p{
    
    font-size: 14px;
}
.post_Text_One{
    position: absolute;
    padding-right: 10px;
}


.footerDwn{
position: relative;
top: 100px;
width: 1100px;
}


.back-to-top{
position: absolute;
top: 50px;
left: 900px;


}





 }

@media (max-width: 768px) {

    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display: none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 110px;
       left: 250px;
       background-color: rgb(255, 255, 255);
       width: 300px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }

    navigation {
        display: none;
    }
    
    
    .material-symbols-outlined{
      
        z-index: -1;
    }

    .planta3, .planta4{
        display: none;

    }
    

    body{
      
      width: 768px;
      height: auto;
      

    }
    main{
        height: 1800px;
  
    }

    footer{
      
        position: absolute;
        top: 2700px;
    }

    .footerDwn{

       width:800px;
       height: auto;
       position: relative;
       top: 90px;
       
    }

    header{
        width: 100%;
        top: 1px;
        padding-left: 20px;
    }
    
    .img_logo_planty{
        width: 170px;
    }
    .logoPlanty{
        position: absolute;
        left: 10px;
        
    }

    .loginCadastro{
        right: 70px;
    }

    .iconLogin{
     display: none;
    }

    .navMenu{
      padding: 10px;
      margin-right: 30px;
      gap: 4px;
      
    }

    .iconPesquisar{
        position: relative;
        left: 90px;
        top: 5px;
     }

    .tituloPlantas{
        top: 250px;
        padding: 20px;
        bottom: 730px;
        align-items: center;
    }

    .inputPesquisar{
       right: 250px;
        width: 280px;
        height: 40px;
    }
    
    .containerCarousel{
        position: absolute;
        top: 340px;
        
       left: 47px;
    }

    .containerCarousel2{
        display: none;
        position: absolute;
       
        left: 50px;

    }

   .setas{
    left: 40px;
    
   }

   .setaLeft{
    position: absolute;
    left: 680px;
    
    
   
   }

  
   .back-to-top{
    position:fixed;
    left: 690px;
    top: 800px;
    
   }
   .btn_backToTop{
    width: 50px;
   }
   




   .post{
  
    width: 600px;
    height: 500px;
}

.image_posts{
    
    width: 200px;
    height: 310px;
    
}



.tituloPost{
   padding-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.content > p{
    padding-right:60px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 23px;

}

.saibaMaisPost, .saibaMaisPost2, .saibaMaisPost3{
    position: absolute;
    top: 350px;
    left: 80px;
}

 }

 @media (max-width: 425px) {
    header{
        position: absolute;
        top: 1px;
        z-index: 2;
    }
    .busca{
       display:none;
       flex-direction: column;
       position: absolute;
       font-size: 1rem;
       border-radius: 10PX;
       top: 150px;
       left: 100px;
       background-color: #ffffff;
       width: 250px;
       text-align: center;
  
    }

    .busca li{
        padding-top: 10px;
        z-index: 5;
    }

    body{
        width: 100vw;
        margin-top: 1px;
      
    }
    section, section, header, main, footer{
        
        padding-right: 30px;
        width: 100vw;

    }
    .img_logo_planty{
        width: 170px;
    }
    .logoPlanty{
        position: absolute;
        left: 40px;
        top: 10px;
    }
    .inputPesquisar{
        position: absolute;
        left: 84px;
        top: 100px;
    }
    .loginCadastro{
        display: none;
    }
    .iconLogin{
     display: none;
    }
    nav{
        display: none;
    }

    navigation{
        padding-top: 20px;
       display: none;
       font-size: 0.9rem;
        top: 145px;
        left: 0px;
        position: absolute;
        z-index: 2;
        border-radius: 10px;
        align-items: center;
        flex-direction: column;
        width:420px ;
        height: 340px;
        background-color: #ffffff;
    }

    navigation > a > h3{
        color: #000000;
        font-weight: 400;
      
    }

    .iconPesquisar{
      
        position: absolute;
        left: 280px;
        top: 90px;
     }

    .tituloPlantas{
        top: 170px;
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .planta2, .planta3, .planta4{
        display: none;
    }

    .inputPesquisar{
       right: 250px;
        width: 280px;
        height: 40px;
    }
    
    .containerCarousel{
       position: relative;
       bottom: 130px;
       left: 1px;
       width: 200px;
       height: auto;
       align-items: center;
       justify-content: center;
       top: 5px;
    }

    .containerCarousel2{
        display: none;
        position: absolute;
        width: 200px;
        top: 250px;
        left: 116px;
        justify-content: center;

    }

    .setaRight{
    position: absolute;
    }

    .planta1{
     position: relative;
     top: 10px;
     right: 20px;
    }

    .setas{
        top: 250px;
        left: 10px;
        
    }
    .setaLeft{
        position: absolute;
        left: 380px;
    }

    footer{
        display: flex;
   
        width: 100vw;
    }
    .footerDwn{
        font-size: 0.7rem;
        position: relative;
        top: 40px;
        width: 100vw;
        left: 7px;
    }

    .material-symbols-outlined {
     color: #519B84;
     left: 320px;
     top: 50px;
        
   }
 
   .back-to-top{
    position:absolute;
    left: 360px;
    top: 10px;
   }

.btn_close{
    position: fixed;
    
    
}

.span_clone{
    width: 30px;
}

  .post{
  
    width: 400px;
    height: 500px;
}

.image_posts{
    
    width: 100px;
    height: 110px;
    
}



.tituloPost{
   padding-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.content > p{
    top: 140px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 25px;
    
    width: 300px;
    height: 300px;
    right: 0px;
}
.saibaMaisPost, .saibaMaisPost2, .saibaMaisPost3{
    position: absolute;
    top: 490px;
    left: 130px;
}

.par_post2{
    position: absolute;
    
    
}
.par_post3{
 position: absolute;
}

.tituloCacto{
    word-break: break-all;
    position: relative;
    font-size: 1.1rem;
    right: 20px;
    
}

.btn_fechar{
    position: absolute;
    top: -94px;
    left: 302px;
    color: #519B84;
    
}






 }

 





