@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,700;0,800;0,900;&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

:root {
    --cor1: rgb(120, 20, 255);
    --cor2: rgb(0, 204, 255);
    --cor3: #1e1f29;
    --cor4: #45b8ed;
    --cor5: rgb(19, 41, 62);
    --cor6: #6092ac;
}

/* Parte Inicial */

.principal {
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to left, var(--cor1), #3a77b1);
}


.header__home {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    background-color: #17181f;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.602);
    background-attachment: scroll;
}

.header__home img {
    width: 58px;
    height: 58px;
    padding: 0px 0px 0px 20px; 
}

.bloco_info_1 {
    width: 100%;
    height: 500px;
    background-color: #1e1f29;
}

.info_dos_produtos {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: var(--cor6);
    padding: 0px 0px 0px 40px;
}

.bloco_info_2 {
    background-color: #3a77b1;
    height: 400px;
    width: 100%;
}

.info_do_site {
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 40px;
    line-height: 39px; 
    font-size: 20px;
}

.btn_loja_main {
    font-family: 'MontSerrat', sans-serif;
    font-weight: bold;
    font-size: 19px;
    padding: 30px 0px 0px 40px;
}

.btn_loja_main a {
    color: white;
    text-decoration: none;
    background-color: var(--cor1);
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn_loja_main a:hover {
    background-color: rgb(94, 0, 157);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.578);
}

.nome_site_main {
    font-family: 'Koulen', sans-serif;
    font-weight: bold;
    color: rgb(120, 20, 255);
    font-size: 50px;
    padding: 70px 0px 14px 40px;
}

/* Div opcao Produto */

.div_opcao_produto {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #1e1f29;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.div_descricao_produto {
    display: inline-table;
    width: 310px;
    height: 170px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.499);
    margin: 20px 10px;
    border-radius: 5px;
    transition: .4s;
}

.div_descricao_produto:hover {
    height: 180px;
    width: 320px;
}

.div_descricao_produto h1 {
    font-family: 'Montserrat', sans-serif;
    color: var(--cor1);
    padding: 10px 0px 0px 10px;
    text-align: left;
    font-size: 24px; 
}

.info_descricao_produto {
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 10px;
    line-height: 22px;
    text-align: left;
}

.btn_opcao_produto {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 10px;
}

.btn_opcao_produto a {
    color: white;
    text-decoration: none;
    background-color: #3a77b1;
    padding: 10px 19px;
    border-radius: 6px;
    transition: .3s;
}

.btn_opcao_produto a:hover {
    background-color: #23629c;
}

/* Blocos */

.bloco1 {
    width: 100%;
    height: 450px;
    background-color: black;
    color: white;
    padding: 20px 0px;
}

.informacao_do_bloco1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 40px;
    font-size: 8vh;
    line-height: 80px;
}

.btn_contato {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.btn_contato a {
    color: white;
    padding: 8px 19px;
    border-radius: 15px;
    border: 1px solid white;
    text-decoration: none;
    transition: .4s;
}

.btn_contato a:hover {
    color: black;
    background-color: white;
}

.bloco2 {
    width: 100%;
    height: 450px;
    background-color: var(--cor5);
    color: var(--cor2);
    padding: 20px 0px;
}

.informacao_do_bloco2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding: 40px;
    font-size: 8vh;
    line-height: 80px;
    text-align: end;
}

.bloco3 {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.bloco3 > h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
    ;
    padding: 40px;
}

.bloco3 > ul {
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px;
    font-size: 25px;
    line-height: 39px;
    margin-left: 30px;
}

/* Rodape do Site */

.rodape {
    width: 100%;
    height: 100%;
    background-color: rgba(189, 189, 189, 0.795)

}

hr {
    margin-top: 30px;
    max-width: 900px;
    margin: auto;
}

.contato_footer {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin: 50px 0px 10px 50px;
}

.criado_por_luiz {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;
}

.criado_por_luiz a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.criado_por_luiz a:hover {
    text-decoration: underline;
}

.imagem-redes-sociais {
    width: 40px;
    height: 40px;
    padding: 10px 0px 15px 50px;
}

.footer_btns {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn_footer {
    font-family: 'Montserrat', sans-serif;
    padding: 30px 30px 45px 40px;
}

.btn_footer a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #040d17;
    padding: 10px;
    margin: 6px;
    border-radius: 5px 10px;
    transition: .3s;
}

.btn_footer a:hover {
    background-color: #0a0b11;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.467);
}

/* Loja */

.btn_loja {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    padding: 10px;
}

.btn_loja a {
    color: white;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
    transition: .2s ease-in;
    margin: 10px 10px 10px 0px;
}

.btn_loja a:hover {
    background-color: rgb(110, 0, 195);
}

.container1 {
    height: 800px;
    width: 100%;
    background-color: #1e1f29;
}

.nome_loja {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    padding: 25px 10px;
    color: var(--cor1); 
}

.info_loja {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-align: center;
    padding: 10px;
    color: white; 
}

.bloco_design {
    width: 100%;
    height: 300px;
    background-color: #171820;
}

.titulo_design {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
    padding: 30px 0px 10px 20px;
    color: var(--cor2); 
}

.lista_design {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-left: 35px; 
    color: white;
    line-height: 25px;
}

.bloco_site {
    width: 100%;
    height: 300px;
    background-color: #101116;
}

.titulo_site {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
    padding: 30px 0px 10px 20px;
    color: var(--cor2); 
}

.lista_site {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-left: 35px; 
    color: white;
    line-height: 25px;
}

.hr_loja {
    text-align: center;
    width: 70%;
    margin-top: 30px;
    border-color: var(--cor1);
}

.bloco_seguidores {
    width: 100%;
    height: 300px;
    background-color: #171820;
}

.titulo_seguidores {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
    padding: 30px 0px 10px 20px;
    color: var(--cor2); 
    text-align: center;
}

.lista_seguidores {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 25px;
    text-align: center;
    margin: auto;
}