﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
}

.corpoTodo {
    background-color: #F3F3F3;
    padding-bottom: 96px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #7B7B7B;
}

span {
    font-size: 12px;
    line-height: 14px;
    color: #7B7B7B;
}

/* HEADER IGUAL PARA TODOS */

header {
    background-color: #fff;
    height: 48px;
}

header .linhaHeader {
    width: 100%;
    max-width: 1200px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logoProduto {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logoProduto .setaVoltar {
    height: 48px;
}

.logoProduto .imgLogoProduto {
    height: 24px;
    margin-left: 8px;
}

.logoSelecoes {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.logoSelecoes img {
    height: 24px;
}


/* GRID COLUNAS */

.colunas {
    display: flex;
    flex-direction: column;
}

.colPagina1 {
    flex-direction: column-reverse;
}

.contentPrincipal {
    width: 100%;
    max-width: 768px;
    margin-top: 28px;
}

.sidebar {
    width: 100%;
    max-width: 768px;
}

@media(min-width:992px) {
    .colunas {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contentPrincipal {
        width: 62%;
        max-width: none;
        margin-top: 40px;
    }

    .sidebar {
        width: 30%;
        max-width: none;
        margin-top: 40px;
    }
}


/* FORMULÁRIO TODAS AS PÁGINAS */

.contentForm {
    margin-top: 32px;
}

.formBox {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px 16px;
    margin-bottom: 32px;
}

.lineForm {
    display: flex;
    flex-direction: column;
}

.itemForm {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.itemForm input, .itemForm select {
    width: 100%;
    padding: 26px 16px 10px 16px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
}

.itemForm label {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #7B7B7B;
    position: absolute;
    top: 10px;
    left: 18px;
}

.itemPart {
    position: relative;
}

.lineButton {
    display: flex;
    justify-content: center;
}

.lineButton button {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-top: 16px;
    color: #fff;
    background-color: #06B1B1;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

    .lineButton button:hover {
        background-color: #0bbebe;
    }

@media(min-width:768px) {
    .itemForm {
        width: calc(50% - 8px);
    }

    .lineForm {
        flex-direction: row;
        justify-content: space-between;
    }

    .lineButton button {
        padding: 16px 96px;
        width: auto;
    }
}

/*---------STEPS----------*/

.steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
}

.stepDone, .stepDoing, .stepToDo {
    width: 33%;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.stepDone {
    border-bottom: 1px solid #06B1B1;
}

.stepDoing {
    color: #222222;
    border-bottom: 1px solid #222222;
}

.stepToDo {
    color: #7B7B7B;
    border-bottom: 1px solid #C4C4C4;
}


/* -----------------------SIDEBAR------------------- */

.contentResumo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.contentResumo img {
    margin-left: 16px;
    margin-bottom: 16px;
}

@media(min-width:992px) {
    .contentResumo img {
        display: none;
    }
}

/* Box Preço */

.boxPreco {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
}

.valorProduto, .valorFrete, .valorTotal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.valorProduto > p, .valorFrete > p {
    margin-bottom: 8px;
    color: #222222;
}

.valorFrete {
    border-bottom: 1px solid #E4E4E4;
}

.valorTotal h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    color: #06B1B1;
    margin-top: 6px;
    margin-bottom: 0;
}

/* Fim Box Preço */

.detalhesProduto {
    margin-top: 32px;
}

footer {
    margin-top: 40px;
    background-color: #fff;
    padding-bottom: 32px;
}

footer p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 32px;
}


/*-------------------------------EXCLUSIVO PÁGINA 1----------------------------------*/

#bannerTopo {
    display: none;
}

@media(min-width:992px) {
    #bannerTopo {
        display: block;
        height: 140px;
        width: 100%;
    }

    #bannerTopo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/*----FOTO PÁGINA 1----*/

.fotoProduto {
    width: calc(100% + 30px);
    height: 224px;
    max-width: 768px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
}

.fotoProduto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:768px) {
    .fotoProduto {
        height: 300px;
    }
}

@media(min-width:992px) {
    .fotoProduto {
        width: 100%;
        height: 224px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 8px;
    }

    .fotoProduto img {
        border-radius: 8px;
    }
}

/* FORMULÁRIO EXCLUSIVO ELEMENTOS DA PÁGINA 1 */
.partDDD {
    width: calc(25% - 4px);
}

.partTelefone {
    width: calc(75% - 4px);
}


/*-------------------------------EXCLUSIVO PÁGINA 2----------------------------------*/

/* FORMULÁRIO EXCLUSIVO ELEMENTOS DA PÁGINA 2 */
.partEstado {
    width: calc(35% - 4px);
}

.partCidade {
    width: calc(65% - 4px);
}


/*-------------------------------EXCLUSIVO PÁGINA 3----------------------------------*/

/* FORMULÁRIO EXCLUSIVO ELEMENTOS DA PÁGINA 3 */
.lineCartao {
    flex-direction: row;
    justify-content: space-between;
}

.partCartao {
    width: calc(70% - 8px);
}

.partCVV {
    width: calc(30% - 8px);
}

.iconeCartao {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

.iconeCartao img {
    height: 24px;
}

.iconeCartao img:first-child {
    height: 16px;
}


/*-------------------------------EXCLUSIVO PÁGINA 4----------------------------------*/

/* EXCLUSIVO PAGINA 4 */
.mensagemSucesso h2 {
    color: #06B1B1;
}

.aceiteTermo {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 16px;
}

.aceiteTermo input {
    margin-right: 8px;
}

#ParcelaCreditoSelecionada {
    height: 57px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cupom {
    width: 300px;
    position: relative;
}

.cupom button {
    position: absolute;
    top: 0;
    border-radius: 5px;
    right: 5px;
    z-index: 2;
    border: none;
    top: 4px;
    height: 30px;
    cursor: pointer;
    transform: translateX(2px);
    background-color: #0bbebe;
    color: white;
}
