* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background-color: #F5F7F8;
}

.header {
    color: #FFFFFF;
    background-color: #007999;
    padding-top: 5px;
}

.area_contatos_redes, .area_busca, .navbar, .area_banner, .area_servicos, .area_itens, .area_banners_segundario, .area_notebooks, .area_categorias, .area_empresas, .area_footer {
    margin: 0 auto;
    width: 80%;
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.area_busca .logo {
    cursor: pointer;
}

.email_number {
    display: flex;
    cursor: pointer;
}

.email_number i{
    color: #00ADDB;
    margin-right: 4px;
}

.email_top {
    margin-right: 15px;
}

.redes i {
    margin: 0px 2px;
    cursor: pointer;
    color:#00ADDB;
    transition: 0.5s;
}

.redes i:hover {
    color: #4bc3e4; 
}

.busca {
    width: 40%;
    color: #FFFFFF;
    position: relative;
}

.busca input {
    width: 100%;
    outline: none;
    padding: 10px;
    padding-left: 15px;
    border: 0px;
    border-radius: 17px;
    background-color: #0084A6;
    color: #FFFFFF;
    cursor: pointer;
}

.busca input::placeholder {
    color: #43a9c5; 
}

.busca i {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 18px;
    right: 10px;
}

.myaccount i{
    margin: 0px 6px;
    cursor: pointer;
}

.myaccount span {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    top: -5px;
}

.favorito_item, .carrinho_item {
    display: inline-block;
    position: relative;
}

.favorito_item sup, .carrinho_item sup {
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    top: -5px;
    right: 1px;
    font-size: 10px;
    padding: 3px;
    border-radius: 100%;
    background-color: #00ADDB;
}

.area_navbar {
    background-color: #ffffff;
    color: rgb(41, 41, 41);
    font-size: 15px;
    box-shadow: 0px 3px 4px rgba(173, 163, 163, 0.568);
}

.navbar {
    padding: 7px 0px;
}

.navbar_item  {
    height: 20px;
}


.navbar_item:hover {
    cursor: pointer;
}


.navbar_item i {
    color: #00ADDB;
}

.item_select {
    font-weight: 600;
}

.navbar_item:hover {
    cursor: pointer;
}

.navbar_item:hover::after{
    content: '';
    display: block;
    height: 2px;
    background-color: #4bc3e4;
    margin-top: 8px;
}   


.banner_esquerdo_main {
    width: 70.2%;
}

.banner_esquerdo_main img {
    display: block;
    width: 100%;
    border-radius: 10px;
}


.banner_direito_main {
    width: 44%;
    margin-left: 20px;
    position: relative;
}

.banner_direito_main img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.text_pcgamer {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 200px;
    top: 35%;
    left: 6%;
}

.text_pcgamer h3 {
    color: #00ADDB;
    margin-bottom: 2px;
}

.text_pcgamer p {
    color: white;
    margin-bottom: 15px;
}

.text_pcgamer button { 
    padding: 8px 10px;
    width: 100%;
    max-width: 90px;
    border-radius: 7px;
    border: 0px;
    color: white;
    background-color: #00ADDB;
    font-size: 13px;
    cursor: pointer;
}

.area_servicos {
    margin-bottom: 30px;
}

.servico {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px;
    padding: 10px 5px;
    border-radius: 10px;
}

.circle_icon {
    padding: 20px;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(155, 155, 155, 0.514);
    margin-right: 10px;
}

.circle_icon i {
    color: #00ADDB;
    font-size: 27px;
}


.servico_text {
    width: 100%;
}

.servico_text span{
    font-size: 13px;
}

.servico_text::first-line {
    font-weight: 500;
}

.servico_text .grey {
    font-size: 15px;
    color: gray;
}

.itens {
    margin-bottom: 30px;
}

.area_itens {
    margin-top: 20px;
    margin-bottom: 40px;
}

.card_itens, .card_banner_notebooks,
.card_banner_smartphones {
    background-color: #FFFFFF;
    width: 25%;
    /* max-width: 300px; */
    height: 100%;
    min-height: 480px;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0px 3px 4px rgba(173, 163, 163, 0.568);
    cursor: pointer;
}

.card_banner_notebooks,
.card_banner_smartphones {
    background-image: url(../img/notebook_section.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: inset 100px 100px 80px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: 0px 20px; 
}

.card_banner_smartphones {
    background-image: url(../img/celular_section.jpg);
}

.card.itens:nth-child(1), .card.itens:nth-child(4) {
    margin: 0px;
}

.itens_text{
    padding: 10px;
}

.itens_favorito_view {
    position: absolute;
    top: 10px;
    right: 5px;  
}

.itens_favorito_view i {
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    background-color: rgb(179, 178, 178, 50%);
    color: #FFFFFF;
    border-radius: 10px;   
}

.itens_star {
    position: absolute;
    bottom: 0;
    padding: 0px 0px 0px 10px;
}

.itens_star i {
    color: #FDDB4C;
}

.itens_star i:nth-child(5) {
    color: #E5E7EB;
}

.title_itens {
    width: 80%;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
    color: #3A3A3A;
    border-bottom: 2px solid rgba(194, 194, 194, 0.692);
}

.title_itens h2 {
    margin-bottom: 10px;
}

.title_itens h2::after {
    content: '';
    display: block;
    position: relative;
    text-align: center;
    top: 12px;
    margin: 0 auto;
    width: 150px;
    height: 2px;
    background-color: #00ADDB;
}

.itens_img, .itens_img_notebooks,
.itens_img_smartphones {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    position: relative;
    background-image: url(../img/mouse_oferta.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 5px;
}

.itens_img_notebooks {
    background-image: url(../img/notebookasus.jpg);
}

.itens_img_smartphones {
    background-image: url(../img/mouse.jpg);
}



.itens_porcentagem {
    border-radius: 10px 0px 10px 0px;
    padding: 5px;
    color: white;
    text-align: center;
    width: 90px;
    background-color: #00ADDB;
}

.itens_title p{
    font-weight: 600;
    margin-bottom: 5px;
}

.itens_descricao p {
    color: gray;
    font-size: 14px;
    margin-bottom: 15px;
}

.itens_descricao p:nth-child(2) span {
    font-weight: 500;
    color: #000000;
    letter-spacing: 0px;
    margin-right: 10px;
    cursor: default;
}

.itens_descricao p:nth-child(2) {
    color: #000000;
    letter-spacing: 6px;
}

.item_color {
    display: flex;
    margin-bottom: 15px;
}

.item_color div:nth-child(1) {
    background-color: rgb(0, 68, 255);
}

.item_color div:nth-child(2) {
    background-color: rgb(255, 0, 0);
}

.item_color div:nth-child(3) {
    background-color: rgb(190, 146, 0);
}

.item_color div:nth-child(4) {
    background-color: rgb(5, 5, 5);
}

.circle_color {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 24px;
}

.itens_descricao p:nth-child(4) {
    color: rgb(41, 41, 41);
    font-weight: 700;
    font-size: 15px;
}

.itens_descricao p:nth-child(4) span{
    color: rgb(41, 41, 41);
    font-weight: 700;
    font-size: 12px;
    text-decoration: line-through;
    color:#00ADDB;
}

.item_button {
    text-align: center;
}

.item_button button {
    cursor: pointer;
    width: 100%;
    padding: 7px;
    border: 0px;
    background-color: #00ADDB;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}


.area_banners_segundario {
    height: 250px;
    margin-bottom: 40px;
}

.banner_esquerdo, .banner_direito {
    flex: 1;
    background-image: url(../img/banner_notebook.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    margin-right: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px 150px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 20px;
}

.banner_direito {
    background-image: url(../img/banner_desktop.jpg);
    margin-right: 0px;
}

.banner_esquerdo h3, .banner_direito h3,
.card_banner_title h3 {
    color: #00ADDB;
    margin-bottom: 15px;
}

.banner_esquerdo p, .banner_direito p,
.card_banner_title p {
    color: #FFFFFF;
}

.card_banner_title p {
    font-size: 14px;
}

.banner_esquerdo button, .banner_direito button, .card_banner_title button {
    padding: 8px 20px;
    width: 100%;
    max-width: 135px;
    border-radius: 7px;
    border: 0px;
    color: white;
    background-color: #00ADDB;
    font-size: 17px;
    margin-top: 15px;
    cursor: pointer;
}

.area_categorias {
    margin-top: 20px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.container_categorias {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.itens_categorias {
    background-color: white;
    border: 1px solid rgba(194, 194, 194, 0.692);
    color: #000000;
    width: 25%;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.itens_categorias i {
    margin-bottom: 10px;
    color: #00ADDB;
}

.itens_categorias:hover {
    background-color: rgb(247, 247, 247);
    cursor: pointer;
}


.area_empresas img {
    width: 100px;
    margin: 10px;
    filter: grayscale(100%);
    transition: 0.5s;
}

.area_empresas img:hover {
    cursor: pointer;
    filter: grayscale(0%);
}

.footer {
    background-color: #0B0D17;
    padding: 40px 0px;
}

.area_footer {
    color: rgb(158, 158, 158);
}

.container_contatos .logo img {
    width: 70%;
}

.area_footer i {
    color: #00ADDB;
}

.contato_email, .contato_tel {
    margin-bottom: 10px;
}


.contato {
    margin-top: 20px;
}
.contato span {
    position: relative;
    top: -2px;
    font-size: 13px;
}


.container_newsletter {
    width: 40%;
}

.input_newsletter {
    margin-bottom: 10px;}

.title_newsletter {
    color: #D1D0D1;
} 

.title_newsletter h2{
    font-size: 18px;
    margin-bottom: 3px;
}

.title_newsletter p {
    color: rgb(158, 158, 158);
    font-size: 14px;
}

.input_newsletter input {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    border: none;
    background-color: #2F313A;
    margin-top: 10px;
    color: white;
    outline: none;
}

.input_newsletter input::placeholder {
    color: rgb(158, 158, 158);
}

.container_newsletter .redes i{
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 100%;
    transition: 0s;
    background-color: #2F313A;
}

.menumobile {
    display: none;
}

.banner_direito_main button, .area_itens button, .banners_segundario button {
    transition: 0.5s;
}

.banner_main button:hover, .area_itens button:hover, .banners_segundario button:hover {
    background-color: #008ab1;
}


@media screen and (max-width: 980px){
    .area_servicos {
        flex-wrap: wrap;
        justify-content: center
    }

    .servico {
        width: 48%;
    }
}

@media screen and (max-width: 900px){
    .busca input{
        display: none;
    }

    .myaccount {
        display: none;
    }

    .area_navbar {
        display: none;
    }

    .menumobile {
        margin-left: 10px;
        display: inline;
    }

    .busca {
        text-align: right;
        font-size: 20px;
    }
    
    .busca i {
        position: static;
    }

    .banner_direito_main {
        display: none;
    }

    .banner_esquerdo_main {
        flex: 1;
    }

    .card_banner_notebooks, .card_banner_smartphones {
        display: none;
    }

    .card_itens {
        width: 100%;
    }

    .area_banners_segundario {
        flex-direction: column;
        height: 370px;
        margin-bottom: 40px;
    }

    .banner_esquerdo, .banner_direito {
        width: 100%;
        min-height: 170px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .area_itens, .area_empresas {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 624px) {
    .servico {
        padding: 10px 15px;
        justify-content: flex-start;
        width: 100%;
    }

 
    .area_contatos_redes {
        display: none;
    }

    .itens_categorias {
        width: 100%;
    }

    .area_footer {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-left: 60px;
    }

    .container_contatos {
        margin-bottom: 30px;
    }

    .contato {
        width: 100%;
    }

    .container_newsletter {
        width: 80%;
    }
}