/***** DETALHES PRODUTO ******/
.header-back {
    background: url(/assets/img/banner_back.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


.main-destaque {
    padding: 30px 0;
}

.detalhes-foto {
    width: 500px;
}

.main-foto {
    width: 492px;
    height: 327px;
    margin-bottom: 6px;
}

.main-foto img {
    width: 492px;
    height: 327px;
    border: 1px solid #ddd;
}

.mini-foto {
    width: 160px;
    height: 107px;
    margin-right: 6px;
    margin-bottom: 6px;
    float: left;
}

.mini-foto img {
    width: 160px;
    height: 107px;
    border: 1px solid #ddd;
}

.mais-sobre-detalhes {
    width: 493px;
    background: #665744;
    border: 1px solid #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 10px;
}

.mais-sobre-detalhes p {
    color: #665744;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    background: #000;
    padding: 10px;
}

.mais-sobre-detalhes font {
    display: block;
    color: #fff;
    margin: 20px 0;
    font-size: 22px;
}

.mais-sobre-detalhes span {
    display: block;
    color: #fff;
}

.mais-sobre-detalhes span i {
    font-size: 18px;
    color: #ffffff;
}

.mais-sobre-detalhes span a {
    color: #ffffff;
}

.phone-detalhes {
    width: 200px;
    margin: 8px auto;
    padding: 5px 0;
    background: #C69C6D;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 20px;
}

.detalhes-produto {
    width: 630px;
}

.second-title-detalhes {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #C69C6D;
}

.title-descricao {
    font-size: 24px;
    color: #000;
}

.title-descricao {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.dt-p-height {
    min-height: 327px;
    margin-bottom: 6px;
}

.label-field, .info-field {
    display: inline-block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label-field {
    width: 20%;
    text-align: left;
    color: #ffffff;
}

.info-field {
    width: 76%;
    text-align: left;
    padding-left: 2%;
    color: #ffffff;
    font-weight: bold;
}

.preco-detalhes, .preco-notas-detalhes, .prestacao-detalhes, .prestacao-notas-detalhes {
    width: 100%;
    font-weight: bold;
    margin-top: 3px;
    text-align: center;
}

.preco-detalhes, .prestacao-detalhes {
    height: 50px;
    line-height: 50px;
}

.preco-detalhes, .preco-notas-detalhes {
    color: #ffffff;
}

.prestacao-detalhes {
    color: #665744;
}

.prestacao-detalhes font, .preco-detalhes font {
    color: #fff;
    font-weight: normal;
}

.preco-notas-detalhes {
    font-size: 14px;
}

.preco-notas-detalhes, .prestacao-notas-detalhes {
    font-size: 11px;
    font-weight: normal;
}

.addthis {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
}

.equipamento-detalhes {
    width: 100%;
    color: #fff;
}

.equipamento-detalhes p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

.equipamento-detalhes span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: lowercase;
}

.relacionados-detalhe {
    border-top: 1px solid #aaa;
    padding-top: 30px;
    margin: 10px auto;
}

/*** Tablet ***/
@media (min-width: 499px) and (max-width: 768px) {
    .header-back {
        display: none;
    }

    .main-destaque .mobile-main h1 {
        text-align: center;
    }

    .detalhes-foto {
        width: 100%;
    }

    .detalhes-foto .main-foto {
        height: auto;
        margin-bottom: 6px;
        width: 100%;
    }

    .detalhes-foto .main-foto img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }


    .galeriaImagens .mini-foto {
        width: 32%;
        margin: 0 0 2% 0;
    }

    .galeriaImagens .mini-foto:nth-child(3n+2) {
        width: 32%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .mini-foto img {
        border: 1px solid hsl(0, 0%, 87%);
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .detalhes-produto {
        width: 100%;
        margin: 20px 0;
    }

    .dt-p-height {
        margin-bottom: 6px;
        min-height: 100%;
    }

    .second-title-detalhes {
        text-align: center;
    }

    .detalhes-produto .col-xs-50 {
        width: 100%;
        padding: 10px 0 5px 0;
    }

    .detalhes-produto .col-xs-50 .label-field {
        text-align: center;
        width: 100%;
    }

    .detalhes-produto .col-xs-50 .info-field {
        color: #ffffff;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .label-field, .info-field {
        display: inline-block;
        font-size: 15px;
        height: auto;
        line-height: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0;
    }


    .mais-sobre-detalhes {
        background: #665744 none repeat scroll 0 0;
        border: 1px solid hsl(0, 0%, 0%);
        font-weight: bold;
        margin-top: 10px;
        padding-bottom: 40px;
        text-align: center;
        width: 100%;
    }

    .addthis {
        text-align: center;
    }

}

/*** Mobile ***/
@media only screen and (max-width: 498px) {

    .header-back {
        display: none;
    }

    .main-destaque .mobile-main h1 {
        text-align: center;
    }

    .detalhes-foto {
        width: 100%;
    }

    .detalhes-foto .main-foto {
        height: auto;
        margin-bottom: 6px;
        width: 100%;
    }

    .detalhes-foto .main-foto img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .detalhes-foto .mini-foto {
        width: 48%;
        margin-right: 0;
    }

    .detalhes-foto .mini-foto:nth-child(even) {
        margin-left: 2%;
    }

    .detalhes-foto .mini-foto:nth-child(odd) {
        margin-right: 2%;
    }

    .mini-foto img {
        border: 1px solid hsl(0, 0%, 87%);
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .detalhes-produto {
        width: 100%;
        margin: 20px 0;
    }

    .dt-p-height {
        margin-bottom: 6px;
        min-height: 100%;
    }

    .second-title-detalhes {
        text-align: center;
    }

    .detalhes-produto .col-xs-50 {
        width: 100%;
        padding: 10px 0 5px 0;
    }

    .detalhes-produto .col-xs-50 .label-field {
        text-align: center;
        width: 100%;
    }

    .detalhes-produto .col-xs-50 .info-field {
        color: #ffffff;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .label-field, .info-field {
        display: inline-block;
        font-size: 15px;
        height: auto;
        line-height: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0;
    }


    .mais-sobre-detalhes {
        background: #665744 none repeat scroll 0 0;
        border: 1px solid hsl(0, 0%, 0%);
        font-weight: bold;
        margin-top: 10px;
        padding-bottom: 40px;
        text-align: center;
        width: 100%;
    }

    .addthis {
        text-align: center;
    }

}