* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a {
    color: inherit;
}

body {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(7, 7, 7);
    color: #fff;
   
}

html,
body {
    scroll-behavior: smooth;
}

/* header menu */
header {
    padding: 1%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 3rem;
    color: #fff;
}

header .bx-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

header nav {
    font-size: 22px;
}

header nav a {
    margin: 5px;
    padding: 12px 5px;
    transition: 1s ease-in-out;
    color: #fff;
}

header nav a:hover {
    background-color: red;
}

/* header menu */
/* dropDown menu */
.dropDown {
    position: fixed;
    left: 0;
    display: none;
    z-index: 100;
    background-color: #000000c4;
    backdrop-filter: blur(10px);
}

.dropDown a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    color: #fff;

}

/* dropDown menu */

/* Media social e barra de pesquisa */

.searchBar {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    height: 3rem;
    width: 100%;
    margin-top: 2.8rem;
    background-color: #ccc;
    font-size: 20px;
    padding: 2%;
    color: #000;
    position: fixed;
    z-index: 1000;
}

.searchBar input {
    padding: 10px 15px;
    max-width: 250px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.searchBar input:hover {
    outline-color: brown;
}

.media i {
    margin: 10px;
    font-size: 26px;
}

.bxl-github:hover {
    color: aqua;
}

.bxl-instagram:hover {
    color: rgba(255, 0, 43, 0.918);
}

.bxl-linkedin:hover {
    color: blue;
}

.bxl-whatsapp:hover {
    color: green;
}

.login i:hover {
    color: red;
}

/* Media social e barra de pesquisa */

/* slide Carrossel */
.container {
    width: 100%;
    height: 450px;
    box-shadow: 2px 2px 4px #000;
    overflow: hidden;
    margin-top: 6.2rem;
    position: absolute;
}

.carrossel {
    display: flex;
    transition: 0.5s ease-in-out;
    transform: translateX(0px);
}

.carrossel img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* slide Carrossel */

/* slide Carrossel 768px */
.containerrr {
    width: 760px;
    height: 320px;
    box-shadow: 2px 2px 4px #000;
    overflow: hidden;
    margin-top: 5.8rem;
    position: absolute;
    display: none;
}

.carrosselll {
    display: flex;
    transition: 0.5s ease-in-out;
    transform: translateX(0px);
}

.carrosselll img {
    width: 800px;
    height: 320px;
    object-fit: cover;
}

/* slide Carrossel 768px*/

/* slide carrossel 468px */

.containerr {
    width: 410px;
    height: 300px;
    box-shadow: 2px 2px 4px #000;
    overflow: hidden;
    margin-top: 5.8rem;
    position: absolute;
    display: none;
}

.carrossell {
    display: flex;
    transition: 0.5s ease-in-out;
    transform: translateX(0px);
}

.carrossell img {
    width: 417px;
    height: 300px;
    object-fit: cover;
}

/* slide carrossel 468px */

/* section Ofertas */

.ofertas {
    display: flex;
    flex-direction: column;
    margin-top: 32rem;
    padding: 11% 0;
    position: absolute;
    cursor: pointer;

}

.ofertas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}

.ofertas li {
    background-color: whitesmoke;
    margin: 10px;
    padding: 2.5% 0;
    padding-bottom: 4rem;
}

.ofertas img {
    width: 290px;
    height: 270px;
    transition: 0.2s linear;
}

.ofertas img:hover {
    padding: 7%;
}

.ofertas p {
    padding: 0 2%;
    color: #000;
}

.ofertas h3 {
    padding: 2% 0;
    color: #000;
}

.btn {
    background-color: red;
    padding: 10px 20%;
    border-radius: 5px;
    position: relative;
    top: 15px;
    border: none;
}

.btn:hover {
color: #fff;
}

/* section Ofertas */

/* section Celulares */

.celulares {
    display: none;
    flex-direction: column;
    margin-top: 32rem;
    padding: 11% 0;
    position: absolute;
    cursor: pointer;
}

.celulares ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.celulares li {
    background-color: whitesmoke;
    margin: 10px;
    padding: 2.5% 0;
    padding-bottom: 4rem;
}

.celulares img {
    width: 290px;
    height: 270px;
    transition: 0.2s linear;
}

.celulares img:hover {
    padding: 7%;
}

.celulares p {
    padding: 0 2%;
    color: #000;
    font-size: 14px;
}

.celulares h3 {
    padding: 2% 0;
    color: #000;
}

/* section Celulares */

/* section Televisão */

.televisao {
    display: none;
    flex-direction: column;
    margin-top: 32rem;
    padding: 11% 0;
    position: absolute;
    cursor: pointer;
}

.televisao ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.televisao li {
    background-color: whitesmoke;
    margin: 10px;
    padding: 2.5% 0;
    padding-bottom: 4rem;
}

.televisao img {
    width: 290px;
    height: 270px;
    transition: 0.2s linear;
}

.televisao img:hover {
    padding: 7%;
}

.televisao p {
    padding: 0 2%;
    color: #000;
}

.televisao h3 {
    padding: 2% 0;
    color: #000;
}

/* section Celulares */

/* JaVaScript typingText */

.typing-Text {
    padding-top: 0.2rem;
    margin-top: 41.9rem;
}

#typingText {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

/* JaVaScript typingText */

/* formulário de acesso */
form{
    display: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100vh;
    background-color: #000000da;
}

form input {
    display: block;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    margin: 12px 0;
    border-radius: 2px;
    outline: none;
    border: none;
}

form .submit{
cursor: pointer;
font-weight: bold;
transition: 0.5s ease-in;
}

form .submit:hover {
background-color: #000000a8;
color: #fff;
}

form a {
    text-decoration: underline;
    margin-left: -5rem;
}

form a:hover {
    color: red;
}

form h3 {
 margin-top: 4rem;

}

#form {
    z-index: 10000;
}

form i {
    font-size: 26px;
    margin-top: 1rem;
    cursor: pointer;
}

form i:hover {
    color: red;
}

fieldset {
    padding:2% 2rem 4% 2rem;
    border-radius: 10px;
}

legend {
    font-size: 22px;
    padding: 0 3%;
}

.default {
    display: flex;
    text-align: left;
    width: 15px;
    
}

.default p {
    white-space: nowrap;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    
}

.default a {
    white-space: nowrap;
    margin-left: 1.2rem;
    text-decoration: underline;
    position: absolute;
    margin-top: 4.5rem;
}
/* formulário de acesso */

/* media query 768px */
@media (max-width: 768px) {

    header nav {
        display: none;
    }

    header .bx-menu {
        display: block;
    }

    header h2 {
        margin: 0 auto;
    }

    .dropDown {
        display: block;
        box-shadow: 2px 2px 10px #000;
        margin-top: 5.5rem;
        display: none;
    }

    .dropDown a {
        margin: 0;
        padding: 12px 5px;
        font-size: 20px;
        transition: 1s ease-in-out;
    }

    .dropDown a:hover {
        background-color: #fff;
        color: #000;
    }

    .searchBar input {
        width: 140px;
        padding: 8px;
    }

    .media i {
        white-space: nowrap;
        font-size: 18px;
    }

    .ofertas {
        padding: 17.1% 0;
        margin-top: 20.4rem;
        width: 100%;
    }

    .ofertas ul {
        display: block;
    }

    .ofertas li {
        padding: 10% 0;
    }

    .celulares {
        padding: 17.1% 0;
        margin-top: 20.4rem;
        width: 100%;
    }

    .celulares ul {
        display: block;
    }

    .celulares li {
        padding: 10% 0;
    }

    .televisao {
        padding: 17.1% 0;
        margin-top: 20.4rem;
        width: 100%;
    }

    .televisao ul {
        display: block;
    }

    .televisao li {
        padding: 10% 0;
    }

    .typing-Text {
        margin-top: 20.5rem;
    }

    .containerrr {
        display: block;
    }

    #typingText {
        padding-top: 9rem;
    }

    .container {
        display: none;
    }

    .containerr {
        display: none;
    }
    form {
        width: 100%;
    }
}

/* media query 768px */

/* media query 468px */
@media (max-width: 468px) {
    .media {
        white-space: nowrap;
        font-size: 15x;
    }
    
   #typingText {
        display: none;
    }

    .ofertas {
        display: block;
    }

    .ofertas,
    .celulares,
    .televisao {
        padding-top: 7rem;
    }

    .dropDown {
        margin-top: 5.8rem;
    }

    .container {
        display: none;
    }

    .containerrr {
        display: none;
    }

    .containerr {
        display: block;
        margin-left: -1px;
    }

    form {
        width: 100%;
        height: 103vh;
    }
    legend {
        
        white-space: nowrap;
    }


  
}
/* media query 468px */

/* media query 1440px */
@media(max-width: 1440px) {
    #typingText {
        margin-top: -3rem;
    }
}
/* media query 1440px */

/* media query 375px */

@media(max-width: 375px) {
    .containerr {
        width: 100%;
        margin-left: -1px;
    }

   #typingText {
        display: none;
    }
}

/* media query 375px */

/* media query 1092 */
@media(max-width: 1092px) {

    .container {
        width: 1018px;
        height: 360px;
    }

    .carrossel img {
        width: 1018px;
        height: 360px;
        object-fit: cover;
    }

#typingText {
        display: none;
    }
}

/* media query 1092px */