.control-altura-menu {
    height: 70px;
    background-color: #000000;
}
.select-linha {
    display: inline-block;
}

.select-linha .logo {
    max-height: 60px;
    margin: 0 auto;
}

.select-linha .seta-left {
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
}
.select-linha .seta-right {
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
}
.select-linha .seta-left img, .select-linha .seta-right img {
    height: 40px;
    -webkit-transition: 1s;
    transition: 1s;
}
.select-linha .seta-left img:hover, .select-linha .seta-right img:hover {
    transform:scale(1.2);
    filter: contrast(50%);
    -webkit-filter: contrast(50%);
    cursor: pointer;
}

.preco-no-login {
    border: 1px solid #D69E71;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.preco-no-login div {
    margin-top: -20px;
    font-family: BebasNeueRegular;
    font-size: 18px;
    color: #D69E71;
    background-color: #231F20;
}
.preco {
    text-align: right;
    font-family: BebasNeueRegular;
    font-size: 40px;
    color: #D69E71;
}

.info-produto {
    padding: 0 0 0 20px;
}
.info-produto .logo {
    max-height: 40px;
}
.info-produto h2 {
    font-family: BebasNeueRegular;
    font-size: 40px;
    color: #FFFFFF;
}
.info-produto .descricao-produto {
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #D69E71;
    text-align: justify;
}
.info-produto .descricao-produto p {
    margin-bottom: 15px;
    font-size: 12px;
}
.info-produto .caracteristicas img {
    max-height: 35px;
}
.info-produto .caracteristicas .descricao {
    padding: 10px 5px;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #D69E71;
}
.info-produto .titulos-pequeno {
    font-family: BebasNeueRegular;
    color: #FFFFFF;
    font-size: 25px;
    padding-bottom: 20px;
}



.info-produto ul li {
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #D69E71;
}

.galeria {
    padding: 20px 0 0 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #E9B280 none repeat scroll 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D69E71 none repeat scroll 0 0;
}

.owl-carousel .item {
    border: 0.5px solid #FFFFFF;
}

.caracteristicas .item {
    width: 30%;
    float: left;
}
.caracteristicas .item:nth-child(2) {
    margin: 0 5%;
}
.caracteristicas .item .img {
    padding: 0 40px;
}
.caracteristicas .item img {
    border-radius: 50%;
}
.caracteristicas .item h3 {
    color: #FFFFFF;
    font-family: BebasNeueRegular;
    font-size: 25px;
}
.caracteristicas .item .texto {
    color: #D69E71;
    font-family: OpenSansRegular;
    font-size: 12px;
    text-align: justify;
}

.linha-caracteristicas {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.linha-caracteristicas:last-child {
    margin-bottom: 0;
}
.linha-caracteristicas .titulo-caracteristica {
    color: #FFFFFF;
    font-family: BebasNeueRegular;
    font-size: 25px;
    border-bottom: 1px solid #D69E71;
    padding-bottom: 10px;
    cursor: pointer;
}
.linha-caracteristicas .titulo-caracteristica img {
    max-height: 20px;
    vertical-align: middle;
}
.linha-caracteristicas .detalhe-caracteristicas {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D69E71;
    display: none;
}
.linha-caracteristicas .detalhe-caracteristicas .titulo {
    border-bottom: 1px solid #D69E71;
    color: #D69E71;
    font-family: BebasNeueRegular;
    font-size: 20px;
    padding: 10px 0;
}
.linha-caracteristicas .detalhe-caracteristicas .sub-titulo {
    border-bottom: 1px solid #D69E71;
    color: #FFFFFF;
    font-family: BebasNeueRegular;
    font-size: 20px;
    padding: 10px 0;
    height: 42px;
}
.linha-caracteristicas .detalhe-caracteristicas .linha {
    float: left;
    width: 100%;
    border-top: 1px solid #D69E71;
}
.linha-caracteristicas .detalhe-caracteristicas .linha:first-child {
    border-top: none;
}


.linha-caracteristicas .detalhe-caracteristicas .valor-type {
    color: #D69E71;
    font-family: BebasNeueRegular;
    font-size: 20px;
    padding-top: 10px;
}
.linha-caracteristicas .detalhe-caracteristicas .valor {
    color: #FFFFFF;
    font-family: BebasNeueBook;
    font-size: 20px;
    padding-top: 10px;
    height: 31.5px;
}
.linha-caracteristicas .detalhe-caracteristicas .valor-type:last-child, .linha-caracteristicas .detalhe-caracteristicas .valor:last-child {
    padding-bottom: 10px;
}



.form-contato {
    padding: 0;
}
.form-contato .titulo {
    margin-bottom: 30px;
    text-align: center;
    font-family: BebasNeueRegular;
    font-size: 35px;
    color: #D69E71;
}
.form-contato div:nth-child(even) {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.form-contato div:nth-child(odd) {
    float: left;
    width: 48%;
    margin-left: 2%;
}
.form-contato input[type="text"], .form-contato input[type="email"]  {
    float: left;
    height: 52px;
    line-height: 52px;
    padding: 15px 10px;
    border: 1px solid #E8B180;
    background-color: #231F20;
    width: 100%;
    margin-bottom: 20px;
    font-family: OpenSansRegular;
    color: #E8B180;
}
.form-contato textarea {
    float: left;
    height: 196px;
    padding: 15px 10px;
    border: 1px solid #E8B180;
    background-color: #231F20;
    width: 100%;
    margin-bottom: 5px;
    resize: none;
    font-family: OpenSansRegular;
    color: #E8B180;
}
.form-contato input[type="submit"] {
    float: left;
    width: 100%;
    padding: 15px 10px;
    font-size: 20px;
    border: 1px solid #E8B180;
    margin-top: 15px;
    color: #231F20;
    background-color: #E8B180;
    font-family: BebasNeueBold;
    text-transform: uppercase;
}
.form-contato input[type="submit"]:hover {
    background-color: #D69E71;
    cursor: pointer;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFFFFF;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
}

input::placeholder, textarea::placeholder { /* Most modern browsers support this now. */
    color: #FFFFFF;
}


.etiqueta label {
    text-transform: uppercase;
    font-family: BebasNeueBold;
    color: #FFFFFF;
    font-size: 25px;
    margin-right: 5px;
}
.etiqueta span {
    font-family: OpenSansRegular;
    color: #D69E71;
    font-size: 16px;
}

.selecoes label {
    text-transform: uppercase;
    font-family: BebasNeueBold;
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 7px;
    display: block;
}
.selecoes select {
    border: 1px solid #E9B280;
    padding: 10px;
    display: block;
    width: 100%;
    background: transparent;
    color: #D69E71;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
}
.selecoes .select::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #E9B280;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
}

.selecoes .select.disabled {
    opacity: 0.5;
}
.selecoes .select.disabled::after {
    opacity: 0.5;
}

.selecoes input[type="text"] {
    background: transparent;
    border: 1px solid #E9B280;
    height: 40px;
    padding: 10px;
    width: 70px;
    color: #D69E71;
    text-align: center;
}
.selecoes .quantidade_UpDown {
    float: left;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.selecoes .quantidade_UpDown i {
    color: #D69E71;
    font-size: 22px;
}
.selecoes .quantidade_UpDown i:hover {
    color: #FFFFFF;
}

.buttons .btn {
    display: block;
    border: 1px solid #E9B280;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: BebasNeueRegular;
    font-size: 26px;
    color: #231F20;
    background-color: #D69E71;
    width: 100%;
    cursor: pointer;
}
.buttons .btn:hover {
    opacity: 0.75;
}

/* Customize the label (the container) */
.checkbox {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #D69E71;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #D69E71;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #D69E71;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #231F20;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.tab-menu button {
    border: 2px solid transparent;
    border-bottom: 0 solid transparent;
    padding: 15px 50px;
    background-color: #231F20;
    text-transform: uppercase;
    font-family: BebasNeueRegular;
    font-size: 22px;
    color: #FFFFFF;
    margin-right: 5px;
}
.tab-menu button:hover {
    border: 2px solid #E9B280;
    border-bottom: 0 solid transparent;
}
.tab-menu button.active {
    border: 2px solid #E9B280;
    border-bottom: 0 solid transparent;
    z-index: 1;
}
.tab-container {
    border: 2px solid #E9B280;
    background-color: #231F20;
    padding: 30px;
    margin-top: -2px;
}
.tab-container .texto, .tab-container .texto p  {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #D69E71;
}
.ficha_item {
    float: left;
    margin-right: 90px;
}
.ficha_item h3, .mais_info h3 {
    font-family: BebasNeueRegular;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.mais_info {
    margin-bottom: 30px;
}
.mais_info:last-child {
    margin-bottom: 0;
}

.vermaisTexto {
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}
.vermaisTexto i {
    font-size: 10px;
    margin-left: 2px;
}

.vermaisTexto:hover {
    color: #D69E71;
}

@media (min-width: 500px) and (max-width: 767px) {

    .control-altura-menu {
        height: 50px;
    }

    .control-arrows {
        padding: 30px;
    }
    .select-linha .seta-left img, .select-linha .seta-right img {
        height: 30px;
    }
    .select-linha .seta-left {
        left: -25px;
    }
    .select-linha .seta-right {
        right: -25px;
    }


    .col-48 {
        width: 100%;
    }


    .galeria {
        padding: 20px 10px 0 10px;
    }


    .info-produto .col-75, .info-produto .col-25  {
        width: 100%;
    }

    .info-produto {
        padding: 0 10px;
    }
    .info-produto h2 {
        margin-top: 20px;
        text-align: center;
    }
    .info-produto .preco {
        text-align: center;
    }


    .preco-no-login {
        width: 180px;
        margin: 30px auto 20px auto;
    }

    .linha-caracteristicas {
        padding: 0 10px;
    }
    .linha .col-35 {
        width: 40%;
    }
    .linha .col-25 {
        width: 30%;
    }
    .linha .col-15 {
        width: 30%;
    }
    .selecoes .select {
        margin-bottom: 20px;
    }
    .tab_conteudo {
        padding: 0 10px;
    }
    .tab-menu button {
        width: 100%;
        padding: 15px 20px;
        text-align: left;
        border: 2px solid #E9B280;
        border-bottom: 0 solid transparent;
    }
    .tab-menu button.active {
        background-color: #E9B280;
    }
    .ficha_item {
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab-container {
        padding: 20px;
        margin-top: 0;
    }


    .linha-caracteristicas .detalhe-caracteristicas .titulo {
        font-size: 16px;

    }
    .linha-caracteristicas .detalhe-caracteristicas .valor-type {
        height: 45px;
        line-height: 13px;
        font-size: 12px;
    }
    .linha-caracteristicas .detalhe-caracteristicas .valor {
        height: 45px;
        line-height: 13px;
        font-size: 12px;
    }

    .form-contato {
        padding: 0 10px;
    }
    .form-contato div:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }
    .form-contato div:nth-child(2n+1) {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 499px) {

    .control-altura-menu {
        height: 50px;
    }

    .control-arrows {
        padding: 30px;
    }
    .select-linha .seta-left img, .select-linha .seta-right img {
        height: 30px;
    }
    .select-linha .seta-left {
        left: -25px;
    }
    .select-linha .seta-right {
        right: -25px;
    }


    .col-48 {
        width: 100%;
    }


    .galeria {
        padding: 20px 10px 0 10px;
    }


    .info-produto .col-75, .info-produto .col-25  {
        width: 100%;
    }

    .info-produto {
        padding: 0 10px;
    }
    .info-produto h2 {
        margin-top: 20px;
        text-align: center;
    }
    .info-produto .preco {
        text-align: center;
    }

    .preco-no-login {
        width: 180px;
        margin: 30px auto 20px auto;
    }

    .linha-caracteristicas {
        padding: 0 10px;
    }

    .linha .col-35 {
        width: 40%;
    }
    .linha .col-25 {
        width: 30%;
    }
    .linha .col-15 {
        width: 30%;
    }


    .selecoes .select {
        margin-bottom: 20px;
    }

    .tab_conteudo {
        padding: 0 10px;
    }

    .tab-menu button {
       width: 100%;
        padding: 15px 20px;
        text-align: left;
        border: 2px solid #E9B280;
        border-bottom: 0 solid transparent;
    }
    .tab-menu button.active {
        background-color: #E9B280;
    }
    .ficha_item {
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab-container {
        margin-top: 0;
        padding: 20px;
    }

    .linha-caracteristicas .detalhe-caracteristicas .titulo {
        font-size: 16px;

    }
    .linha-caracteristicas .detalhe-caracteristicas .valor-type {
        height: 45px;
        line-height: 13px;
        font-size: 12px;
    }
    .linha-caracteristicas .detalhe-caracteristicas .valor {
        height: 45px;
        line-height: 13px;
        font-size: 12px;
    }

    .form-contato {
        padding: 0 10px;
    }
    .form-contato div:nth-child(2n) {
        width: 100%;
        margin-right: 0;
    }
    .form-contato div:nth-child(2n+1) {
        width: 100%;
        margin-left: 0;
    }
}