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


* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}


ul {
    list-style-type: none;
}


li, a {
    text-decoration: none;
    position: relative;
}


.subheader {
    font-size: 22px;
    font-weight: 400;
    color: #519B84;
    letter-spacing: 5px;
}


body {
    width: 100vw  
}


body, html {
    overflow-x: hidden !important;
}


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




/* HEADER */


.header-container {
    display: flex;
    justify-content: space-between;
    height: 20vh;
    width: 100vw;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 10%;
}


.column {
    padding: 10px;
}


.logo {
    width: auto;
    margin-right: 10px;
}


.header-logo {
    width: 200px;
    transition: all .2s ease-in-out;
}


.header-logo:hover {
    transform: scale(1.1);
}


.search {
    width: 40%;
    margin: 0 5px;
}


input[type="text"]{
    border: none;
    outline: none;  
    width: 339px;
}


.search-box {
    display: flex;
    width: 30vw;
    height: 10vh;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F0F0F0;
    border-radius: 50px;
    padding: 15px 30px;
}


.login-cadastro {
    width: auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
}


.login-cadastro > a {
    margin-right: 10px;
    color: #000000;
}


.login-cadastro > 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;
}


.login-cadastro > a:hover:after {
    width: 100%;
    left: 0;
}


.account-icon {
    transition: all .2s ease-in-out;
}


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


/* NAVIGATION MENU */


.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 70px;
}


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


.main-menu > 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;
}


.main-menu > li > a:hover:after {
    width: 100%;
    left: 0;
}

/* DADOS DE PESQUISA */

.busca{
       
    display: flex;
    flex-direction: column;
    position: absolute;
    font-size: 1rem;
    border-radius: 10px;
    top: 110px;
    left: 39%;
    background-color: rgb(255, 255, 255);
    width: 25%;
    text-align: center;
    margin-top: 5px;
    float: left;
    z-index: 5;
  
  
  }
  
  .busca li{
     padding-top: 10px;
     z-index: 5;
  }
  
  .busca ul li a{
    color: #000000;
  }


/* MAIN CAD */


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EDEAE3;
    padding-bottom: 15vh;
}

/*Div com o corpo do formulário*/
#totalForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
    width: 80%;
}

/*Divs dentro do corpo do formulário*/
#totalForm > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem;
    
} 

h1 {
    text-decoration: none;
    font-family: 'poppins';
    color: #3b506b;
    font-weight: 400;
    font-size: 2.5em;
    padding-top: 4vh;
    padding-bottom: 4vh;
}

label{
    display: flex;
    flex-direction: column;
    margin-bottom: 2vh;
    margin-top: 2vh;
    color: #3b506b;
}

/*inputs do formulário*/
input{
    border: none;
   
}

input[type="text-form"]{
   border: none;
   border-radius: 10px;
   width:50vw;
   height: 4vh;
   padding-left: 0.5vw;
   
}

input[type="email"]{
    border: none;
    border-radius: 10px;
    width:50vw;
    height: 4vh;
    padding-left: 0.5vw;
   
}

input[type="text-form-row"]{
    border: none;
    border-radius: 10px;
    width:19vw;
    height: 4vh;
    padding-left: 0.5vw;  
}

input[type="number"]{
    border: none;
    border-radius: 10px;
    width:19vw;
    height: 4vh;
    padding-left: 0.5vw;
 
}

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input[type="password"]{
    border: none;
    border-radius: 10px;
    width:19vw;
    height: 4vh;
    padding-left: 0.5vw;
    border: none;
    outline: none; 
}

/*Divs nome e email*/
#form{
    width: 100%;
}

#form input{
    width: 90%;
}

 /*Divs do lado direito e esquerdo*/

 #direita , #esquerda {
    width: 50%;
}

/*Botão cadastrar*/
.botao{
    display: flex;
    align-items: center;
    align-content: center;
    padding-top: 5vh;
    padding-left: 30%;
    padding-right: 30%;
    width: 100%;

}

button{
    height: 4vh;
    width: 16vw;
    border-radius: 20px;
    border: none;
    background-color: #519B84;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 99%;
    cursor: pointer;
}


button:hover{
    background-color: #3f7664;
}


input:hover{
    background-color: #fefefead;
    text-decoration: none;  
}


.box-form input:focus-visible{
    outline: 2px solid #519b84;
}

#msgSuccess{
    align-items: center;
    text-align: center;
    color: #3f7664;
    background-color: #f0f0f0;
    padding:5%;
    border-radius: 5%;
    display: none;
    
}

/* Mensagem de erro */


.form small {
    display: flex;  
    color: #e61919;
    visibility: hidden;
}


.direita small {
    display: flex;
    flex-direction: row;
    color: #e61919;
    visibility: hidden;
}

.esquerda small {
    display: flex;
    flex-direction: row;
    color: #e61919;
    visibility: hidden;
}


/* Simulação de validação: Sucesso */
.form.sucesso input {
    border: 2px solid #19e619;
}


/* Simulação de validação: Error */
.form.error input {
    border: 2px solid #e61919;
}


.form.error small{
    visibility: visible;
}


.direita.error small{
    visibility: visible;
}


.esquerda.error small{
    visibility: visible;
}




small{
    font-family: 'poppins';
}


/*Mobile Menu*/
.menu-btn {
    display: none;
    color: #519B84;
  }
  
  .mobile-menu {
    background-color: #fefefe;
    display: none;
  }
  
  .mobile-menu a {
    color: #3B506B;
  }



/* COPYRIGHT */


.copyright {
    background-color: #519B84;
    text-align: center;
    padding: 15px 0;
   
   
}


.copyright > p {
    color: #fff;
   
}


/* BACK TO TOP ICON */


.back-to-top {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 0;
   
}


.back-to-top > img {
    width: 80%;
   
}


/* Responsividade */


/* Celulares e Tablets */

@media screen and (min-width:100px) and (max-width:428px){
    

    .box-form{
        display: flex;
        flex-direction: column;
    }

    #form input{
        width: 100%;
    }

    .esquerda{
        display: flex;
        width: 100%;
    }


    .form{
        display: flex;
        width: 100%;
    }

    #totalForm{
        padding-left: 5%;
        padding-right: 5%;
    }

    label{
        font-size: 12px;
        display: flex;
        width: 100%;
    }
    
    small{
        font-size: 9.4px;
    }

    input[type="text-form-row"]{
        width: 70vw;
    }

    input[type="number"]{
        width: 70vw;
    }


    input[type="password"]{
        width: 70vw;
    }

    button{
        width: 35vw;
        font-size: 12px;
    }    

    .back-to-top{
        width: 15vw;
        padding-bottom: 2%;
    }

    .copyright{
        font-size: 9px;
    }

    
   /* Header */

   .main-menu {
    padding: 1.5rem 4rem;
    display: none;
    }

  .login-cadastro {
    display: none;
    }

  .menu-btn {
    display: block;
    cursor: pointer;
    }

  .burger {
    position: relative;
    right: 65px;
    }

  .menu-btn,.header-logo {
    position: relative;
    bottom: 20px;
     }

  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
    }

  .mobile-menu li {
    display: block;
    padding-top:  1.2rem;
    }

  .open {
    display: block;
    }

  /* HEADER */

  .header-container {
    display: flex;
    justify-content: space-between;
    height: 180px;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 10%;
    background-color: white;
    }

  .column {
    padding: 10px;
    }

  .logo {
    
    width: auto;
    margin-right: 10px;
    }
  .logo_planty{
    width: 20vw;

    }

  .header-logo {
    width: 135px;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 45px;
    }

  .header-logo:hover {
    transform: scale(1.1);
    }

  .search {
    width: 40%;
    margin: 0 5px;
    margin-right: 2%;
    }
 
  .imglupa{
  position: relative;
  right: 30px;
    }

  .column_search{
    position: relative;
    bottom: 90px;
    left: 91px;
    }

  .search-box {
    width: 60%;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    margin: 0 0px;
    position: absolute;
    top: 110px;
    left: 20%;
    right: 87px;
    height: 60px;
    }

  #searchInput {
    font-size: 15px;
    border: none;
    width: 100%;
    position: relative;
    height: 65px;
    left: 1%;
    background: transparent;
    outline: none;
    }

  #search-image {
    margin-bottom: -7px;
    margin-left: none;
    width: 10vw;
    }

  .imgLupa{
    left: none;   
    border: none;
    padding-right: 0%;
    width: 7vw;
  }

  /* Lista de pesquisa*/

  .busca{
       
    display: flex;
    flex-direction: column;
    position: absolute;
    font-size: 0.9rem;
    border-radius: 10px;
    top: 90%;
    left: 5%;
    background-color: rgb(255, 255, 255);
    width: 90%;
    text-align: center;
    margin-top: 5px;
    z-index: 5; 
  }
 
  i{
    padding-left: 4%;
  }

}


@media screen and (min-width:429px) and (max-width:768px){
    
    #form input {
        width: 95%;
    }
    #esquerda input {
        width: 90%;
    }

    #direita input {
        width: 90%;
    }

    button{
        width: 60vw;
        font-size: 12px;
    }    
    
    #totalForm{
        padding-left: 5%;
    }

    button{
        width: 30vw;
    }

    .back-to-top{
        width: 12vw;
        padding-bottom: 4%;
    }
    .main-menu {
        padding: 1.5rem 4rem;
        display: none;
    }
    
    .login-cadastro {
        display: none;
    }
    
    .menu-btn {
        display: block;
        cursor: pointer;
    }
    
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    
    .mobile-menu li {
        display: block;
        padding-top: 1.2rem;
    }
    
    .open {
        display: block;
    }

    input[type="text"]{
        padding-right: 20%;
        
     }
    
      /* --- */
    
      .header-container {
        display: flex;
        justify-content: space-between;
        height: 150px;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
        padding: 0 10%;
        background-color: white;
        
      }
    
      .column {
        padding: 10px;
      }
    
      .logo {
        width: 20%;
        margin-right: 15%;
      }
    
      .header-logo {
        width: 22vw;
        transition: all 0.2s ease-in-out;
      }
    
      .header-logo:hover {
        transform: scale(1.1);
      }
    
      .search {
        width: 50%;
        margin: 0 5px;
        margin-right: 10%;
      }
    
      .search-box {
        width: 28vw;   
        height: 8vh;
        border: 1px solid #f0f0f0;
        border-radius: 50px;
        margin: 0 0px; 
        padding-left: 0%;
        padding-right: 5%;
        
      }
    
      .imglupa{
        position: relative;
        
        
       }
    
       #searchInput {
        font-size: 15px;
        border: none;
        width: 100%;
        height: 20%;
        position: relative;
        height: 65px;
        left: 15%;  
        background: transparent;
        outline: none;
      }
    
      #search-image {
        margin-bottom: -7px;
        margin-left: 45px;
        left: none;
      }
    
      header{
        padding-right: 30%;
        padding-left: 5%;
      }
    
      .account-icon{
        display: none;
      }
    
      .login-cadastro{
        display: none;
      }

 
  /* Lista de pesquisa*/

  .busca{
       
    display: flex;
    flex-direction: column;
    position: absolute;
    font-size: 0.9rem;
    border-radius: 10px;
    top: 12%;
    left: 41%;
    background-color: rgb(255, 255, 255);
    width: 25%;
    text-align: center;
    margin-top: 5px;
    z-index: 5; 
  }

 
}



    


@media screen and (min-width:768px) and (max-width:912px){
    #totalForm{
        padding-left: 5%;
        padding-right: 5%;
    }

    button{
        width: 30vw;
    }

    #form input {
        width: 95%;
    }
    #esquerda input {
        width: 90%;
    }

    #direita input {
        width: 90%;
    }

    #searchInput {
        font-size: 15px;
        border: none;
        width: 100%;
        height: 20%;
        position: relative;
        height: 65px;
        left: 3%;  
        background: transparent;
        outline: none;
      }
    
      #search-image {
        margin-bottom: -7px;
        margin-left: 45px;
        left: none;
      }

    /* Lista de pesquisa*/
    
    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 41%;
        background-color: rgb(255, 255, 255);
        width: 25%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }
  
}

@media screen and (min-width:912px) and (max-width:1080px){
   
    #form input {
        width: 95%;
    }
    #esquerda input {
        width: 90%;
    }

    #direita input {
        width: 90%;
    }

    #totalForm{
        padding-left: 5%;
        padding-right: 5%;
    }

    button{
        padding-left: 10%;
        padding-right: 10%;
    }
    .busca{
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 1rem;
        border-radius: 10PX;
        top: 110px;
        left: 420px;
        background-color: black;
        width: 25%;
        text-align: center;
        margin-top: 5px;
   
     }

     .searchResult{
        color: red;


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

         
     }

      /* Lista de pesquisa*/
    
    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 37%;
        background-color: rgb(255, 255, 255);
        width: 28%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }
}

    @media screen and (min-width:1081px) and (max-width:1440px){
        #totalForm{
            padding-left:5%;
            padding-right: 5%;
        }

        #form input {
            width: 95%;
        }
        #esquerda input {
            width: 90%;
        }
    
        #direita input {
            width: 90%;
        }


        /* Lista de pesquisa*/
    
    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 36%;
        background-color: rgb(255, 255, 255);
        width: 28%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }
      
    }


/*Desktop */

@media screen and (min-width:1441px) and (max-width:2560px){
    input[type="text-form"]{
        width:50vw;        
     }


     input[type="email"]{    
        width:50vw;
     
    }


    main{
        padding-left: 5%;
        padding-right: 5%;
    }


    input[type="text-form-row"]{
        width: 23.7vw;
    }


    input[type="number"]{
        width: 23.7vw;
    }


    input[type="password"]{
        width: 23.7vw;
    }


    button{
        width: 50vw;
        font-size: 19px;
    }

    
    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 37%;
        background-color: rgb(255, 255, 255);
        width: 25%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }
}


@media screen and (min-width:1440px) and (max-width:1920px){

    .form{
        display: flex;
        width: 100%;
    }

    .esquerda{
        display: flex;
        width: 100%;    
    }

    .direita{
        display: flex;
        width: 100%;    
    }


    input[type="text-form-row"]{
        width: 24vw;
    }

    input[type="number"]{
        width: 24vw;
    }

    input[type="password"]{
        width: 24vw;
    }

    button{
        width: 20vw;
    }

    .botao{
        padding-left: 22%;
        padding-right: 30%;
    }
    

    #totalForm{
        padding-left: 10%;
        padding-right: 5%;
    }

    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 37%;
        background-color: rgb(255, 255, 255);
        width: 25%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }
}

@media screen and (min-width:1444px) and (max-width: 2600px) {
    .form{
        display: flex;
        width: 100%;
    }

    .esquerda{
        display: flex;
        width: 100%;    
    }

    .direita{
        display: flex;
        width: 100%;    
    }

    input[type="text"]{
        width: 22vw;
    }

    input[type="text-form-row"]{
        width: 24vw;
    }

    input[type="number"]{
        width: 24vw;
    }

    input[type="password"]{
        width: 24vw;
    }

    button{
        width: 20vw;
    }

    .botao{
        padding-left: 22%;
        padding-right: 30%;
    }
    

    #totalForm{
        padding-left: 10%;
        padding-right: 5%;
    }

    .busca{
       
        display: flex;
        flex-direction: column;
        position: absolute;
        font-size: 0.9rem;
        border-radius: 10px;
        top: 12%;
        left: 37%;
        background-color: rgb(255, 255, 255);
        width: 25%;
        text-align: center;
        margin-top: 5px;
        z-index: 5; 
      }

    .copyright{
        font-size: 20px;
    }  

    .back-to-top{
        width: 5vw;
        right: 2%;
    }
}


