@font-face {
    font-family: 'MyWebFont';
    /*src: url('css/fonts/brandon-grotesque-light-58a8a4b38001d.otf'); /* IE9 Compat Modes */
    src: url('https://app.ibyte.com.br/imagens/fonts/brandon-grotesque-light-58a8a4b38001d.otf');
}

.bar-primary {
    padding: 20px 0;
}

body {
    font-family: 'MyWebFont', Fallback, sans-serif;

}

.title-produto {
    font-weight: 900;
    color: #555;
}

.descricao-produto {
    color: #888;
    font-weight: 600;
}

section {
    margin: 30px 0;
}

.detalhe-do-produto {
    background: #DDD;
    padding-top: 2px;
    padding-bottom: 30px;
}

.detalhe-do-produto .text-detalhe-produto {
    background: #ddd;
    margin-bottom: 0;
    color: #888;
}

@media (min-width: 544px) {
    h1 {
        font-size: 1.5rem;
    }

    /*1rem = 16px*/
    h5 {
        font-size: 1.1rem;
    }

    /*1rem = 16px*/
}

@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    /*1rem = 16px*/
    h5 {
        font-size: 1.1rem;
    }

    /*1rem = 16px*/
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }

    /*1rem = 16px*/
    h5 {
        font-size: 1.1rem;
    }

    /*1rem = 16px*/
}

@media (min-width: 1200px) {
    h5 {
        font-size: 1.1rem;
    }

    /*1rem = 16px*/
    h1 {
        font-size: 3rem;
    }

    /*1rem = 16px*/
}

@media (min-width: 950px) and (max-width: 1100px) {
    h5 {
        font-size: 1.1rem;
    }

    /*1rem = 16px*/
    h1 {
        font-size: 2.75rem;
        color: red;
    }
}

* {
    box-sizing: border-box
}

div#ctable {
    padding: 0px;
    margin: 0 0px 500px 0px;
}
/* Style the tab */
div.tab {
    float: left;
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    color: black;
    padding: 20px 25px;
    width: 49%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    display: inline;
    font-size: 13px;
    background-color: #eceeef;
    font-weight: 500;
    text-align: center;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    /* background-color: #ddd;*/
    color: #AE0003;
    border: #ccc;

}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 19px;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 12px 0px 0px 0px;
    width: 100%;
    border-left: none;
    height: auto;
}

@media (max-width: 1000px) {
    .tabcontent {
        float: left;
        padding: 8px 0px 0px 0px;
        width: 101%;
        border-left: none;
        height: auto;
    }
}

@media (max-width: 400px) {
    div.tab button {
        background-color: inherit;
        color: black;
        padding: 20px 24px;
        width: 49%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        display: inline;
        font-size: 13px;
        background-color: #eceeef;
        font-weight: 500;
        text-align: center;
    }
}

.tabcontent table {
    padding: 0 1.618em 1.5em 1.618em;
    width: 98%;
}
