﻿.painel-descricao-xs {
    margin-top: 40px;
    margin-bottom: 30px;
}

.descricao-loja {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.titulo-descricao-azuki-xs {
    margin-top: 40px;
}

.descricao-azuki {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.titulo-produtos-xs {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.lista-produtos-xs img {
    height: 50px;
}


.nossa-loja-info .row, .entre-contato-info .row {
    margin-bottom: 40px;
}



.entre-contato, .trabalhe-conosco {
    padding-bottom: 40px;
}


#map {
    height: 550px;
    background-color: white;
}

.pagamento-cartoes img {
    height: 40px;
    margin: 5px;
    border-radius: 5px;
}

.trabalhe-conosco-texto p {
    width: 100%;
}

.trabalhe-conosco-texto img {
    float: left;
}

.label-container {
}

.input-container {
    margin-left: 0px;
    margin-bottom: 10px;
}

.input-default {
    border-radius: 0px;
    border: none;
    background-color: #fbfbf4;
    color: #660000;
}

.input-default-inverse {
    border-radius: 0px;
    border: none;
    background-color: #e4e4e4;
    color: #660000;
}

.btn-default-anexo {
    width: 150px;
    background-color: #e4e4e4;
    border: none;
}

.btn-default-remover {
    width: 150px;
    background-color: #c8c8c8;
    border: none;
}

.btn-default {
    width: 100px;
    background-color: #fbfbf4;
    color: #660000;
    font-weight: bold;
    border: none;
    border-radius: 15px;
}

.btn-default-inverse {
    width: 100px;
    background-color: #660000;
    color: #fbfbf4;
    font-weight: bold;
    border: none;
    border-radius: 15px;
}

.fundo-invertido .invalid {
    box-shadow: rgba(255, 255, 244, 1) 0px 0px 15px;
}

.invalid {
    box-shadow: rgba(102, 0, 0, 1) 0px 0px 10px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

/* SM - Small
-------------------------------------------------- */
@media (min-width: 768px) {

    .pagamento-cartoes img {
        height: 47px;
        margin: 10px;
    }

    .painel-descricao-sm {
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .titulo-descricao-azuki-sm {
        margin-top: 90px;
    }

    .titulo-produtos-sm {
        margin-top: 90px;
        font-size: 20px;
    }

    .lista-produtos-sm img {
        height: 80px;
    }


    .nossa-loja-info p, .entre-contato-info p, .pagamento-cartoes div {
        padding-left: 75px;
    }

    .trabalhe-conosco-texto p {
        width: 230px;
    }

    .trabalhe-conosco-texto img {
        float: left;
    }

    .label-container {
        float: left;
        width: 150px;
        text-align: right;
        padding: 6px;
        margin-bottom: 10px;
    }

    .input-container {
        margin-left: 160px;
        margin-bottom: 10px;
    }
}

/* MD - Medium
-------------------------------------------------- */
@media (min-width: 992px) {
}

/* LG - Large 
-------------------------------------------------- */
@media (min-width: 1200px) {
    .lista-produtos-lg img {
        height: 107px;
    }
}
