@charset "UTF-8";

@font-face {
    font-family: melted;
    src: url(../fonts/melted.ttf);
}

@font-face {
    font-family: bebas;
    src: url(../fonts/bebas.ttf);
}

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

* {
    padding: 0;
    margin: 0;
}

*:focus {
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
}

/* Formatação do Cabeçalho */

header {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}

.logo-header {
    width: 200px;
    height: 140px;
    margin-left: 50px;
    transition: .75s;
}

.logo-header img {
    width: 200px;
}

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

.search-box {
    margin-bottom: 70px;
    margin-left: 60px;
    background-color: white;
    height: 30px;
    width: 500px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-self: center;
    transition: .5s;
}

.search-txt {
    margin-left: 15px;
    width: 100%;
    padding: 0px 20px;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Century Gothic";
    font-size: 20px;
    line-height: 25px;
}

.bloom {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.bloom:hover {
    transform: scale(1.05);
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Century Gothic";
    font-style: italic;
}

.inter-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: -5%;
}

.icons {
    margin: 10px 0px;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-between;
}

.shop-car {
    height: 40px;
    width: 40px;
    transition: .3s;
}

.shop-car:hover {
    transform: scale(1.1);
}

.fav {
    height: 45px;
    width: 45px;
    transition: .3s;
}

.fav:hover {
    transform: scale(1.1);
}

.profile {
    width: 50px;
    height: 50px;
    transition: .3s;
}

.profile:hover {
    transform: scale(1.1);
}

.account {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 175px;
}

.account a {
    text-decoration: none;
    color: white;
}

.account p {
    color: white;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.login {
    color: white;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
}

.login:hover {
    text-decoration: underline;
}

.signup {
    color: white;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
}

.signup:hover {
    text-decoration: underline;
}

.menu ul {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 105px;
    display: flex;
    justify-content: space-around;
    width: 600px;
}

.menu ul li {
    display: inline-block;
    transition: .3s;
}

.menu ul li a {
    text-decoration: none;
    color: white;
    font-family: 'melted';
    font-size: 28px;
    padding: 3.5px 14px;
    border-radius: 14px;
    transition: .3s;
}

.menu ul li:hover {
    transform: translateY(-5px);
}

.menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.sub-menu {
    width: 100%;
    height: 50px;
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.nav li {
    list-style: none;
}

.nav li a {
    text-decoration: none;
    color: white;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 20px;
    padding: 5px 7px;
    border-radius: 10px;
    transition: .3s;
}

.nav li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Formatação do Rodapé */

footer {
    width: 100%;
    height: fit-content;
    background-color: #111;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: white;
    font-family: "Century Gothic";
}

footer h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer a {
    text-decoration: none;
    color: white;
    font-size: 24px;
}

footer a:hover {
    text-decoration: underline;
}

.social-media {
    align-self: center;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #222;
    border-radius: 30px;
    padding: 10px 25px;
}

.social-media img {
    height: 50px;
    transition: .5s;
    margin: 15px 0px;
}

.social-media img:hover {
    transform: scale(1.1);
}

.institucional {
    display: flex;
    flex-direction: column;
    margin: 25px 50px;
}

.atendimento {
    display: flex;
    flex-direction: column;
    margin: 25px 50px;
}

.loja {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 25px 50px;
    text-align: justify;
}

.loja p {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 16px;
}

.copyright {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: "Century Gothic";
    font-size: 20px;
}

.copyright strong {
    margin-left: 5px;
    transition: .3s;
}

.copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-left: 15px;
}

.dev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: fit-content;
    margin-right: 15px;
}

.dev a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
}

.dev a:hover {
    text-decoration: underline;
    text-decoration-color: steelblue;
}

.dev img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

/* Formatação da Página Home */

.container-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-family: "Century Gothic";
    padding: 50px 0px;
}

.bem-vindo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 125px;
    background-color: #222;
    color: white;
    font-family: "Century Gothic";
    font-size: 28px;
    margin: 50px 0px;
    margin-top: -50px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.banner-home img{
    width: 1200px;
    height: 300px;
    border: 2px solid #111;
    border-radius: 20px;
}

.title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: black;
    color: white;
    font-family: "Century Gothic";
    font-size: 24px;
    margin: 50px 0px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.prods-home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: auto;
}

.prod-home {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    height: fit-content;
    border: 1px solid black;
    border-radius: 20px;
    margin: 20px 20px;
    background-color: white;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.prod-home img {
    position: relative;
    top: 0;
    margin-top: 25px;
    height: 200px;
    max-width: 200px;
    border: 1px solid black;
    border-radius: 15px;
}

.prod-home h2 {
    position: relative;
    width: 80%;
    height: 110px;
    font-family: "Century Gothic";
    font-size: 22px;
    text-align: justify;
    color: indigo;
    margin: 25px 0px;
}

.prod-home p {
    position: relative;
    font-family: "Century Gothic";
    font-size: 22px;
}

.prods-home a {
    color: white;
    font-family: "Century Gothic";
    font-size: 20px;
    text-decoration: none;
}

.buy-but-small {
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background-color: indigo;
    border-radius: 20px;
    transition: .3s;
}

.buy-but-small:hover {
    transform: translateY(-5px);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

/* Formatação da Página Contatos */

.container-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-contato .title-box {
    margin-top: 0px;
    background-color: #222;
}

.container-contato h2 {
    font-size: 44px;
    color: indigo;
}

.container-contato h3 {
    margin-top: 50px;
    width: 50%;
    font-size: 32px;
    color: indigo;
    text-align: center;
}

.container-contato p {
    font-size: 28px;
}

.container-contato a {
    text-decoration: none;
    color: #FF7518;
}

.container-contato a:hover {
    text-decoration: underline;
}

.sac-faq {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.call {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.orange{
    color: #FF7518;
}

.box-social {
    margin-top: 50px;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-social img {
    width: 100px;
    transition: .3s;
}

.box-social img:hover {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}

.info-social {
    margin-top: 25px;
    color: #FF7518;
    font-size: 28px;
}

/* Formatação da Página Sobre Nós */

.container-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-sobre .title-box {
    margin-top: 0px;
    background-color: #222;
}

.container-sobre h2 {
    font-size: 44px;
    color: indigo;
}

.container-sobre h3 {
    margin-top: 50px;
    width: 50%;
    font-size: 44px;
    color: indigo;
    text-align: center;
}

.container-sobre h4 {
    margin-top: 50px;
    width: 50%;
    font-size: 36px;
    color: indigo;
    text-align: center;
}

.container-sobre p {
    font-size: 28px;
}

.container-sobre a {
    text-decoration: none;
    color: #FF7518;
}

.container-sobre a:hover {
    text-decoration: underline;
}

.history {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

.history div {
    width: 47.5%
}

.history-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.history-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-logo img {
    width: 500px;
}

.container-sobre iframe {
    margin-top: 25px;
}

.predio {
    margin-top: 25px;
    width: 500px;
    border: 2px solid black;
    border-radius: 10px;
}

.parceiros {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 750px;
}

.parceiros ul li {
    color: #FF7518;
    font-size: 28px;
}

/* Formatação da Página de Categoria */

.container-cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-cat .title-box {
    margin-top: 0px;
    background-color: #222;
}

.prods-cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: fit-content;
    margin: 50px;
}

.prod-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    height: fit-content;
    border: 1px solid black;
    border-radius: 25px;
    margin: 25px 25px;
    background-color: white;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.prod-cat img {
    position: relative;
    top: 0;
    margin-top: 30px;
    height: 300px;
    max-width: 300px;
    border: 1px solid black;
    border-radius: 20px;
}

.prod-cat h2 {
    position: relative;
    width: 80%;
    height: 140px;
    font-family: "Century Gothic";
    font-size: 28px;
    text-align: justify;
    margin: 20px;
    color: indigo;
}

.prod-cat p {
    position: relative;
    font-family: "Century Gothic";
    font-size: 28px;
}

.prods-cat a {
    color: white;
    font-family: "Century Gothic";
    font-size: 24px;
    text-decoration: none;
}

.buy-but-medium {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 50px;
    background-color: indigo;
    border-radius: 25px;
    transition: .3s;
}

.buy-but-medium:hover {
    transform: scale(1.025);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

/* Formatação das Páginas de Produtos Individuais */

.container-prod {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-prod {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    width: 90%;
    margin-top: 25px;
    padding: 25px;
}

.slider {
    position: relative;
    width: 500px;
    padding-top: 500px;
    display: flex;
    justify-content: space-around;
}

.slider input[name='slide'] {
    display: none;
}

.slider input[name='slide']:checked+label+img {
    opacity: 1;
}

.slider input[name='slide']~img {
    opacity: 0;
}

.slide-prod {
    position: absolute;
    height: 500px;
    max-width: 650px;
    top: 0;
    left: 0;
    justify-self: center;
    border: 2px solid black;
    border-radius: 25px;
    transition: .5s;
}

.zoomWindow {
    border-radius: 25px;
}

.thumb-prod {
    display: block;
    width: 75px;
    margin-top: 25px;
    border: 1px solid black;
    border-radius: 10px;
    float: left;
    cursor: pointer;
    transition: .5s;
    opacity: 0.75;
}

.thumb-prod:hover {
    transform: translateY(-5px);
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}

.inter-prod {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 500px;
}

.inter-prod h1 {
    margin-top: -10px;
    font-family: "Century Gothic";
    font-size: 40px;
    text-align: justify;
    color: indigo;
}

.inter-prod h3 {
    margin-top: 10px;
    font-family: "Century Gothic";
    font-size: 24px;
    font-weight: normal;
    color: rgb(66, 66, 66);
}

.inter-prod h2 {
    font-family: "Century Gothic";
    font-size: 36px;
    color: #FF7518;
}

.inter-prod p {
    margin-top: 10px;
    font-family: "Century Gothic";
    font-size: 20px;
    color: rgb(66, 66, 66);
}

.juros {
    color: #FF7518;
}

.size {
    margin-top: 10px;
    color: rgb(66, 66, 66);
    font-family: "Century Gothic";
    font-size: 16px;
}

.size-options {
    width: 300px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size-options input {
    display: none;
}

.size-options label {
    width: 40px;
    height: 40px;
    color: indigo;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid indigo;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.size-options label:hover {
    background-color: indigo;
    color: white;
    transform: translateY(-5px);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

.size-options input:checked+label {
    background-color: indigo;
    color: white;
}

.color {
    margin-top: 10px;
    color: rgb(66, 66, 66);
    font-family: "Century Gothic";
    font-size: 16px;
}

.color-options {
    width: 300px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.color-options input {
    display: none;
}

.color-options label {
    width: 80px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.color-options label:hover {
    color: white;
    transform: translateY(-5px);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

.color-options input:checked+label {
    color: white;
}

.ciano {
    color: cyan;
    border: 2px solid cyan;
}

.ciano:hover{
    background-color: cyan;
}

#ciano:checked+label {
    background-color: cyan;
}

.lima {
    color: lime;
    border: 2px solid lime;
}

.lima:hover{
    background-color: lime;
}

#lima:checked+label {
    background-color: lime;
}

.rosa {
    color: #fc0fc0;
    border: 2px solid #fc0fc0;
}

.rosa:hover{
    background-color: #fc0fc0;
}

#rosa:checked+label {
    background-color: #fc0fc0;
}

.box-model {
    margin-top: 10px;
    align-items: center;
    color: rgb(66, 66, 66);
    font-family: "Century Gothic";
    font-size: 16px;
}

.model {
    width: 150px;
    height: 35px;
    background-color: white;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 0px 5px;
}

.quant {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: rgb(66, 66, 66);
    font-family: "Century Gothic";
    font-size: 16px;
}

.quant select {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 10px;
    color: #FF7518;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.cep {
    margin-top: 10px;
    align-items: center;
    color: rgb(66, 66, 66);
    font-family: "Century Gothic";
    font-size: 16px;
}

.frete {
    display: flex;
    margin-left: 10px;
}

.frete svg {
    width: 50px;
    height: 50px;
}

.box-cep {
    width: fit-content;
    height: 35px;
    margin-top: 10px;
    margin-left: 25px;
    border-radius: 10px;
    border: 1px solid black;
    background-color: black;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.box-cep input[type='text'] {
    position: relative;
    width: 150px;
    height: 35px;
    border: none;
    background-color: white;
}

.box-cep input[type='submit'] {
    position: relative;
    width: 100px;
    height: 35px;
    border: none;
    border-radius: 0 10px 10px 0;
    background-color: black;
    color: #FF7518;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: bold;
    transition: .3s;
    cursor: pointer;
}

.box-cep input[type='submit']:hover {
    background-color: #FF7518;
    color: white;
}

.cep-txt {
    font-family: "Century Gothic";
    font-size: 14px;
    padding-left: 5px;
}

.inter-prod a {
    margin-top: 20px;
    text-decoration: none;
    font-family: "Century Gothic";
    font-size: 28px;
}

.buy-but-big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 50px;
    background-color: indigo;
    border-radius: 35px;
    transition: .3s;
}

.coin-icon {
    display: flex;
    align-items: center;
}

.coin-icon svg {
    position: relative;
    height: 30px;
    width: 30px;
    margin-left: -125px;
}

.buy-but-big span {
    align-self: center;
}

.buy-but-big:hover {
    transform: scale(1.025);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.buy-now {
    color: white;
}

.car-but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 50px;
    background-color: white;
    border: 2px solid #FF7518;
    border-radius: 35px;
    transition: .3s;
}

.car-icon {
    display: flex;
    align-items: center;
}

.car-icon svg {
    position: relative;
    height: 30px;
    width: 30px;
    margin-left: -85px;
}

.car-but:hover {
    transform: scale(1.025);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.add-car {
    color: #FF7518;
}

.info-prod {
    width: 90%;
    height: auto;
    margin-bottom: 25px;
    padding: 25px 150px;
    font-family: "Century Gothic";
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    text-align: justify;
}

.info-prod h1 {
    font-size: 40px;
    color: indigo;
}

.info-prod h2 {
    font-size: 28px;
    color: #FF7518;
}

.info-prod p {
    font-size: 20px;
}

.info-prod ul {
    list-style: none;
}

.info-prod ul li {
    font-size: 20px;
}

.info-prod ul li:before {
    content: "\2022";
    color: #FF7518;
}

.medidas {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

.medidas img {
    height: 350px;
}

.adendo {
    color: #FF7518;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
}

.speech {
    color: #FF7518;
    font-size: 36px;
    font-style: italic;
}

.fff {
    color: #FF7518;
}

.t {
    font-style: normal;
    font-weight: bold;
}

/* Formatação da página Cadastro */

.container-cadastro {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.container-cadastro .title-box {
    margin: 0;
    background-color: #222;
}

.container-cadastro a {
    text-decoration: none;
    color: #FF7518;
    font-weight: bold;
}

.container-cadastro a:hover {
    text-decoration: underline;
}

.box-cadastro {
    margin: 100px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1000px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-cadastro h2 {
    margin: 5px 0px;
    font-size: 24px;
}

.box-cadastro p {
    margin-left: 10px;
    font-size: 14px;
}

.row {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.box-cadastro span {
    margin: 7.5px 0px;
    display: flex;
    align-items: center;
}

.box-cadastro input {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
}

.input-area{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box-senha {
    display: flex;
    align-items: center;
    width: 98%;
}

.box-input{
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
}

.box-input h2{
    width: 100%;
}

.box-input2{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.box-input3{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.box-input3 h2{
    width: 47.5%;
}

.box-input4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.box-input4 h2 {
    width: 100%;
}

.box-input4 input {
    width: 100%;
}

.box-input5 {
    display: flex;
    align-items: center;
}

.box-input5 input[type=checkbox] {
    margin: 5px;
    width: 25px;
}

.box-cadastro input[type=text] {
    font-size: 16px;
}

.box-cadastro input[type=email] {
    font-size: 16px;
}

.box-cadastro input[type=date] {
    width: 100%;
    font-family: "Century Gothic";
    font-size: 16px;
}

.box-cadastro input[type=password] {
    font-size: 16px;
}

.box-cadastro input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.box-cadastro select {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    font-family: "Century Gothic";
    font-size: 16px;
}

.box-cadastro select option {
    font-family: "Century Gothic";
    font-size: 16px;
}

.short-input {
    width: 100%;
}

.medium-input {
    width: 100%;
}

#numero {
    width: 100%;
}

#enviar {
    margin-top: 50px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 75px;
    font-size: 28px;
    font-weight: bold;
    color: #FF7518;
    background-color: white;
    border-radius: 50px;
    transition: .3s;
}

#enviar:hover {
    cursor: pointer;
    transform: scale(1.05);
    color: white;
    background-color: #FF7518;
}

.ps-cad {
    color: #FF7518;
    font-size: 28px;
    margin-top: -50px;
    margin-bottom: 50px;
}

.box-cadastro .eye {
    margin-left: -40px;
    width: 30px;
}

.box-cadastro .eye2 {
    margin-left: -40px;
    width: 30px;
}

/* Formatação da Página de Login */

.container-login {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.container-login .title-box {
    margin: 0;
    background-color: #222;
}

.container-login a {
    text-decoration: none;
    color: #FF7518;
    font-weight: bold;
}

.container-login a:hover {
    text-decoration: underline;
}

.box-login {
    margin: 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 750px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-login h2 {
    margin: 5px 0px;
    font-size: 28px;
}

.box-login input {
    margin: 5px 0px;
    padding: 0px 5px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}

.box-login input[type=text] {
    font-size: 20px;
}

.box-login .box-senha {
    display: flex;
    align-items: center;
    width: 100.5%;
}

.senha {
    width: 100%;
}

.box-login input[type=password] {
    font-size: 20px;
}

.eye {
    width: 45px;
    position: relative;
    margin-left: -55px;
    transition: .3s;
}

.eye:hover {
    cursor: pointer;
    transform: scale(1.05);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.eye2 {
    width: 50px;
    position: relative;
    margin-left: -60px;
    transition: .3s;
}

.eye2:hover {
    cursor: pointer;
    transform: scale(1.05);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.box-login .input-area {
    width: 100%;
    font-size: 20px
}

#entrar {
    margin-top: 25px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 75px;
    font-size: 28px;
    font-weight: bold;
    color: #FF7518;
    background-color: white;
    border-radius: 50px;
    transition: .3s;
}

#entrar:hover {
    cursor: pointer;
    transform: scale(1.05);
    color: white;
    background-color: #FF7518;
}

/*Formatação da Página de Recuperação de Acesso*/

.container-rec {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.container-rec .title-box {
    margin: 0;
    background-color: #222;
}

.container-rec a {
    text-decoration: none;
    color: #FF7518;
    font-weight: bold;
}

.container-rec a:hover {
    text-decoration: underline;
}

.box-rec {
    margin: 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 750px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-rec h2 {
    margin: 5px 0px;
    font-size: 28px;
}

.box-rec input {
    margin: 5px 0px;
    padding: 0px 5px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}

.box-rec input[type=email] {
    font-size: 20px;
}

.box-rec a {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: -25px;
    align-self: center;
}

.ps-rec {
    color: #FF7518;
    font-size: 28px;
    margin-top: -50px;
    margin-bottom: 50px;
}

/* Formatação da Página FAQ */

.container-faq {
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.container-faq .title-box {
    margin-top: -50px;
    background-color: #222;
}

.faq {
    width: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq h2 {
    color: #FF7518;
    font-size: 36px;
    font-weight: normal;
}

.faq h2:before {
    content: "\2022";
    color: #FF7518;
}

.faq p {
    font-size: 24px;
}

.faq-more {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7518;
    font-size: 28px;
}

.faq-more a {
    text-decoration: none;
    color: #FF7518;
    font-weight: bold;
}

.faq-more a:hover {
    text-decoration: underline;
}

/* Formatação da Página SAC */

.container-sac {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    font-family: "Century Gothic";
}

.container-sac .title-box {
    margin: -50px;
    background-color: #222;
}

.box-sac {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 100px;
    width: 1000px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-sac h2 {
    margin: 5px 0px;
    font-size: 24px;
}

.box-sac input {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
}

.box-sac input[type=text] {
    font-size: 16px;
}

.box-sac input[type=email] {
    font-size: 16px;
}

.box-sac select {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    font-family: "Century Gothic";
    font-size: 16px;
}

.box-sac select option {
    font-family: "Century Gothic";
    font-size: 16px;
}

.box-sac textarea {
    align-self: center;
    margin: 5px 0px;
    padding: 5px 5px;
    height: 35px;
    border-radius: 5px;
    font-family: "Century Gothic";
    font-size: 16px;
    min-height: 100px;
    width: 99%;
    resize: vertical;
}

.ps-sac {
    margin-top: 50px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color: #FF7518;
    font-size: 28px;
}

/* Formatação da Página Associado */

.container-socio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    font-family: "Century Gothic";
}

.container-socio .title-box {
    margin: -50px;
    background-color: #222;
}

.box-socio {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 100px;
    width: 1000px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-socio h2 {
    margin: 5px 0px;
    font-size: 24px;
}

.box-socio input {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
}

.box-socio input[type=text] {
    font-size: 16px;
}

.box-socio input[type=email] {
    font-size: 16px;
}

.box-cv {
    align-self: center;
    margin-top: 50px;
    padding: 15px 30px;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #FF7518;
    border-radius: 30px;
}

.custom-file-upload {
    margin: 5px 0px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    color: #FF7518;
    border: 2px solid #FF7518;
    border-radius: 15px;
    transition: .3s;
}

.custom-file-upload:hover {
    cursor: pointer;
    background-color: #FF7518;
    color: white;
}

.custom-file-upload input[type=file] {
    display: none;
}

.box-socio select {
    margin: 5px 0px;
    padding: 0px 5px;
    height: 35px;
    border-radius: 5px;
    width: 100%;
    font-family: "Century Gothic";
    font-size: 16px;
}

.box-socio select option {
    font-family: "Century Gothic";
    font-size: 16px;
}

.ps-socio {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color: #FF7518;
    font-size: 28px;
}

/* Formatação da Página de Redes Sociais */

.container-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-social .title-box {
    margin-top: 0px;
    background-color: #222;
}

.container-social h2 {
    font-size: 44px;
    color: indigo;
}

.container-social h3 {
    margin-top: 50px;
    width: 50%;
    font-size: 36px;
    color: indigo;
    text-align: center;
}

.container-social p {
    margin-top: 25px;
    width: 70%;
    font-size: 28px;
    text-align: justify;
}

.container-social a {
    text-decoration: none;
    color: #FF7518;
}

.container-social a:hover {
    text-decoration: underline;
}

.box-insta {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 300px;
}

.info-insta {
    color: #FF7518;
    font-size: 36px;
}

.box-insta img {
    margin-top: 25px;
    width: 200px;
    transition: .3s;
}

.box-insta img:hover {
    transform: scale(1.05);
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}

.box-insta p {
    margin-top: 25px;
    font-size: 36px;
    color: #FF7518;
    text-align: center;
}

/* Formatação da Página de Carrinho */

.container-car {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-car .title-box {
    margin-top: 0px;
    background-color: #222;
}

.box-car {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: fit-content;
    border: 2px solid black;
    border-radius: 25px;
}

.box-car span {
    margin-top: 25px;
    margin-bottom: 250px;
    padding: 10px 20px;
    font-size: 28px;
    color: white;
    background-color: #FF7518;
    border-radius: 10px;
}

.inter-car {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.inter-car a {
    text-decoration: none;
    color: #FF7518;
}

.start-buy {
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background-color: indigo;
    border-radius: 50px;
    transition: .3s;
}

.start-buy:hover {
    transform: scale(1.025);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

/* Formatação da Página de Favoritos */

.container-fav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-fav .title-box {
    margin-top: 0px;
    background-color: #222;
}

.box-fav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: fit-content;
    border: 2px solid black;
    border-radius: 25px;
}

.box-fav span {
    margin-top: 25px;
    margin-bottom: 250px;
    padding: 10px 20px;
    font-size: 28px;
    color: white;
    background-color: #FF7518;
    border-radius: 10px;
}

.inter-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.inter-fav a {
    text-decoration: none;
    color: #FF7518;
}

.start-explore {
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background-color: indigo;
    border-radius: 50px;
    transition: .3s;
}

.start-explore:hover {
    transform: scale(1.025);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

/* Formatação da Página de Conta */

.container-conta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-conta .title-box {
    margin-top: 0px;
    background-color: #222;
}

.box-conta {
    display: flex;
    flex-wrap: wrap;
    width: 750px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-conta h2 {
    margin: 5px 0px;
    font-size: 24px;
}

.box-conta span {
    width: 100%;
    height: 35px;
    background-color: white;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 0px 5px;
    color: black;
    font-size: 32px;
}

.span-area{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box-span{
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
}

.box-span h2{
    width: 100%;
}

.inter-conta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.inter-conta a {
    text-decoration: none;
    color: #FF7518;
}

.pedidos {
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background-color: indigo;
    border-radius: 50px;
    transition: .3s;
}

.pedidos:hover {
    transform: scale(1.025);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

/* Formatação da Página de Pedidos */

.container-pedidos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.container-pedidos .title-box {
    margin-top: 0px;
    background-color: #222;
}

.box-pedidos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: fit-content;
    border: 2px solid black;
    border-radius: 25px;
}

.box-pedidos span {
    margin-top: 25px;
    margin-bottom: 250px;
    padding: 10px 20px;
    font-size: 28px;
    color: white;
    background-color: #FF7518;
    border-radius: 10px;
}

.inter-pedidos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.inter-pedidos a {
    text-decoration: none;
    color: #FF7518;
}

/* Formatação da Página de Pagamento */

.container-compra {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.container-compra .title-box {
    margin: 0;
    background-color: #222;
}

.box-compra {
    margin: 100px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 750px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.box-compra h2 {
    width: 100%;
    margin: 5px 0px;
    font-size: 24px;
}

.box-compra input {
    margin: 5px 0px;
    padding: 0px 5px;
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

.box-compra .box-senha {
    width: 100%;
}

.box-compra input[type=text] {
    font-size: 16px;
}

#card-name {
    text-transform: uppercase;
}

.box-compra input[type=month] {
    width: 45.5%;
    font-size: 16px;
}

.box-compra input[type=password] {
    width: 98%;
    font-size: 16px;
}

.box-compra .eye {
    width: 30px;
    margin-left: -40px;
}

.box-compra a {
    text-decoration: none;
}

.box-compra label {
    width: 50%;
}

.finalizar {
    margin-top: 25px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    font-size: 28px;
    font-weight: bold;
    color: #FF7518;
    background-color: white;
    border-radius: 50px;
    transition: .3s;
}

.finalizar:hover {
    cursor: pointer;
    transform: scale(1.05);
    color: white;
    background-color: #FF7518;
}

#finalizar {
    display: none;
}

/* Formatação da Página de Pedido Finalizado */

.container-final {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
    padding-bottom: 50px;
}

.box-final {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    width: 750px;
    height: fit-content;
    border-radius: 50px;
    padding: 50px;
    background-color: #111;
    filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7));
    color: white;
}

.box-final img {
    width: 200px;
}

.info-pedido {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-pedido span {
    margin: 10px 0px;
    font-size: 28px;
    text-align: center;
}