@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');   

html{
    font-size:62.5%;
}
:root{
    --cor0: rgb(136, 201, 38);
    --cor1: whitesmoke;
    --cor2: rgb(172, 89, 30);
    --cor3: rgb(46, 45, 45);
    --cor4: rgb(37, 218, 218);
}
body{
    font-family: 'Russo One', sans-serif;
    height: 200vh;
    margin: 0;
    padding: 0;
    background-color: var(--cor1);
}
.container{
    margin: auto;
    width: 90%;
    max-width: 1140px;

} 
header{
    font-size: 1.6rem;
    width:90%;
    max-width: 1140px;
    padding: 1.8rem;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    display: flex;
  

}
h1{
    margin-top: 3rem;
    color: var(--cor2);
    font-size: 3.2rem;
}
span{
    color: var(--cor0);
}
#imagem-logo{
    width: 9%;

}
.imagens-links{
    width: 100%;
   
}
#caixa-barra{
    display: flex;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    border: none;
    align-items: center;
    background-color: black;
}
#barra-pesquisa{
    font-size: 1.5rem;
    height: 5.5rem;
    width: 35rem;
}
a{
    color: black;
    width: 5.1vw;
    text-decoration: none;
    font-size: 1.8rem;
}
#icon{
    max-height: 2rem;
    color: var(--cor1);
    font-size: 2rem;
}
/* segunda parte */
ul{
    margin: auto;
    width: 90%;
    max-width: 1140px;
    display: flex;
    background-color:  var(--cor0);
    list-style: none;
    justify-content: space-around;

}
.item-cabecalho{
    font-family: 'Times New Roman', Times, serif;
    padding: 2rem;
    font-size: 2.3rem;
    color: var(--cor1);
}
/* terceira parte*/
#topo{
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    margin-left: 12%;
    font-size: 1.8rem;
    
}
.href-secundario{
    cursor:pointer;
    color: rgb(105, 102, 102);
}
#home-icon{
    font-size: 2.2rem;
    color: rgb(107, 107, 107);
}
#hearth-icon{
    margin-left: 50%;
    font-size: 2.2rem;
    color: rgb(151, 30, 30);
}
#caixa-produto{
    background-color: var(--cor1);
    display: flex;
    justify-content: center;
    
}
#imagens-produto{
    background-color: none;

}
#principal{
    border-bottom: 0.1rem solid black;


}
#imagem-principal{
    width: 43vw;
}
#secundarias{
    display: flex;

}
.imagens-secundarias{
    margin: 0.5rem;
    width: 9.5vw;
}
/* informações do produto */
#info-produto{
    padding: 1rem;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    width: 38%;
  
}

#vendidos{
    margin-top: 1rem;
    color: rgb(73, 73, 73);
    font-size: 2rem;

}
#titulo{
    font-size: 2.5rem;

}
#bloco-pagamento{
    color: white;
    background-color: var(--cor0);
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;

}
#preco{
    font-size: 4rem;

}
#formas-href{
    color: none;

}
#bloco-frete{
    margin-top: 1rem;
    display: flex;
   
    justify-content: space-evenly;
}
#enter{
    border: none;
    height: 2.5rem;
    width: 10vw;
    border-radius: 0.4rem;
}
#estrutura{
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}
#imagem-decorativa{
    margin-top: 1rem;
    width: 25%;
}
#bloco-inputs{
    display: flex;
    flex-direction: column;
}
select{
    border: none;
    margin-top: 2rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}
#botao-compra{
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    border: none;
    text-decoration: underline;
    margin-top: 2rem;
    padding: 1.6rem;
    text-align: center;
    background-color: var(--cor0);
    font-size: 1.9rem;

}
#botao-carrinho{
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    border: none;
    text-decoration: underline;
    padding: 1.5rem;
    text-align: center;
    background-color: rgb(185, 185, 185);
    font-size: 1.8rem;
    margin-bottom: 1rem;

}
.selo{
    margin-top: 1.5rem;
    font-size:1.6rem;
}
.selo-tema{
    color: rgb(143, 209, 187);
}
 /* parte de perguntas e descrição */
 #caixa-perguntas-descri{
    margin-top: 10%;
    display: flex;
 }

 #perguntas{
    border-left: 00.1rem gray solid;
    border-top: 0.1rem solid gray;
    display: flex;
    flex-direction: column;
    width: 48vw;

 }
 h5{
    margin-left: 5%;
    font-size: 2.8rem;
 }
 #estrutura-input{
    display: flex;
    justify-content: space-around;
 }
 #input-pergunta{
    height: 9vh;
    width: 30vw;
 

 }
 #input-botao{
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    font-size: 1.6rem;
    padding: 2rem;
    background-color: var(--cor0);
    border: none;
    border: 0.2rem black solid;

 }
 h3{
    margin-left: 5%;
    font-size: 1.8rem;
    color: rgb(5, 192, 192);
 }
/*descrição */
 #descri{
    border-top: 0.1rem solid gray;
    border-left: 00.1rem gray solid;
    border-right: 00.1rem gray solid;
    font-size: 1.5rem;
    width: 35vw;
    display: flex;
    flex-direction: column;

 }
 h4{
    padding: 1rem;
    font-size: 2.2rem;
    margin-top: 3rem;
    text-align: center;
    background-color: gray;

 }
 p{
    padding-left: 2rem;
    padding-right: 1.5rem;

 }
 /* complemento */

 /* rodapé */
 footer{
    margin-top: 1.5rem;
    justify-content: space-around;
    width: 100%;
    display: flex;
    border-top: var(--cor3) 0.2rem solid;
}
.item-rodape{
    padding: 2rem 2.2rem 2rem 2.2rem;
    list-style: none;
    color: var(--cor4);
    font-size: 1.8rem;
}


@media (max-width:500px) {
    .container{
        max-width: none;
        width: 100%;
    }
    html{
        font-size: 34%;
    }
    body{
        height: 25vh;
        
    }
    section{
        background-color: var(--cor1);
        width: 100%;
        position: fixed;
        
    }
    header{
        padding: 0;
        width: 100%;
    }
    .item-cabecalho{
        font-size: 1.8rem;
    }
    #caixa-barra{
        width: 28%;
        margin: 0;
    }
    #barra-pesquisa{
        font-size: 1.2rem;
        width: 100%;
        height: 2.35vh;
    }
    .imagens-links{
        margin: 0;
    }
    #imagem-decorativa{
        max-width: 80px;
        max-height: 80px;
    }
    .espacamento{
        height: 90px;
        
    }
    #caixa-produto{
        width: 100%;
        flex-direction: column;
    }
    #imagens-produto{
        display: flex;
    }
    #secundarias{
        width: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .imagens-secundarias{
        width: 0;
    }
    #principal{
        border: none;
    }
    #imagem-principal{
        width: 100%;
    }
    #info-produto{
        margin: auto;
        width: 95%;
    }
    #vendidos{
        font-size: 2.2rem;
    }
    #titulo{
        font-size: 3.2rem;
    }
    #preco{
        font-size: 5rem;
    }
    #bloco-pagamento{
        font-size: 2.2rem;
    }
    #bloco-frete{
        display: flex;
        font-size: 2rem;
    }
    #enter{
        height: 3.5rem;
        width: 10rem;
    }
    #bloco-inputs{
        align-items: center;
        display:flex;
        justify-content: space-around;
        flex-direction: row;
    }
    #aviso{
        font-size: 1.5rem;
        
    }
    select{
        height: 4rem;
    }
    #cep{
        height: 3rem;
        width: 15rem;
    }
    #botao-compra{
        height: 15%;
        
    }
    #botao-carrinho{
        height: 15%;

    }
    .selo{
        font-size: 2.1rem;
    }
    h1{
        margin: 1;
        font-size: 3rem;
    }
    .href-secundario{
        width: 5%;

    }
    #topo{
        width:80%;
        font-size: 2rem;
        margin-left: 10%;
        margin-top: 0;
    }
    #hearth-icon{
        margin-left: 35%;
    }
    /* parte descri e perguntas */
    #caixa-perguntas-descri{
        margin-top: 2%;
        flex-direction: column;

    }
    #descri{
        border-left: none;
        width: 100%;
    }
    h4{
        font-size: 2.5rem;
        padding: 2rem;
    }
    h5{
        font-size: 3rem;
        
    }
    p{
        font-size: 2rem;
    }
    #perguntas{
        width: 100%;

    }
    #input-pergunta{
        font-size: 1.8rem;
        font-family: 'Russo One', sans-serif;
        height: 4.5vh;
        width: 65vw;

    }
    #input-botao{
        margin-top: 0.3%;
        height: 5vh;
        

    }
   
    

   

}