@charset "utf-8";
/***** GERAL *****/
html {
    width: 1024px;
    height: 600px;
    overflow: hidden;
}

body {
    width: 1024px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    background: #E6AF4B url(../img/grid.png) repeat top left;
    background-size: 8px 8px;
    font-family: 'Raleway', sans-serif;
}

.overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.overlay img {
    display: flex;
    align-self: center;
    flex-direction: row;
    margin: auto;
}

.menu-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

ul {
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    clear: both;
}

/***** LAYOUT *****/
.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-109 {
    width: 80%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-54 {
    width: 40%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-43 {
    width: 35%
}

.col-xs-3 {
    width: 25%
}

.col-xs-32 {
    width: 20%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-21 {
    width: 15%
}

.col-xs-1 {
    width: 11.11111111%
}

.col-xs-0 {
    width: 8.33333333%
}

/***** BRAND *****/
.back-brand {
    background: #F2CBBC;
}

.back-brand-rev {
    background: #E05038;
}

.back-brand-dest {
    background: #E05038 url(../img/grid.png) repeat top left;
    background-size: 8px 8px;
}

.back-brand-entry {
    background: #E05038 url(../img/e-back.jpg) no-repeat top left;
    background-size: cover;
}

.back-white {
    background: #F2CBBC;
}

.color-brand {
    color: #F2CBBC;
}

.color-brand-rev {
    color: #E05038;
}

.border-brand {
    border-color: #F2CBBC;
}

.border-brand-rev {
    border-color: #E05038;
}

.button-brand {
    border: 1px solid #4B546A;
    -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    box-shadow: #B7B8B8 0px 1px 0px inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    background-color: #E05038;
}

.button-brand:hover, .button-brand:active, #ativo {
    border: 1px solid #4B546A;
    opacity: 0.8;
}

/***** INDEX *****/
.main-logo {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.main-logo img {
    width: 300px;
    height: 300px;
}

.main-index {
    margin: 0 auto;
}

.main-index a {
    display: block;
    font-size: 20px;
    color: #F2CBBC;
    text-transform: uppercase;
}

.main-index a img {
    width: 50%;
    height: auto;
    margin: 10px;
}

.main-index a img:active {
    width: 40%;
    height: auto;
}

/***** MENU BAR *****/
header, footer {
    width: 100%;
}

footer {
    height: 70px;
}

header {
    padding: 25px 0;
    height: 120px;
}

section {
    display: block;
    height: 410px;
    padding: 30px 0;
    margin: 0 auto;
}

.header-contend {
    width: 100%;
    position: relative;
}

.header-contend, .top-menu, .menu-title {
    height: 70px;
    line-height: 70px;
}

.logo {
    margin-top: -20px;
}

.logo img {
    width: 120px;
    height: 120px;
}

.top-menu p {
    width: 55px;
    margin: 7px 5px 3px 5px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #fff;
    position: relative;
}

.top-menu-arrow img {
    width: 15px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.top-menu-idioma {
    position: relative;
}

.top-menu-idioma img {
    width: auto;
    height: 29px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.top-menu p:hover, top-menu-idioma p:hover {
    opacity: 0.7;
}

/***** MAIN MENU *****/
.main-menu ul a {
    display: block;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto 30px auto;
    font-weight: bold;
}

.main-menu ul a li {
    padding: 25px 0;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

/***** MAIN CATEGORIAS *****/
.leftbar ul a, .leftbar ul a li {
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.leftbar ul a {
    display: block;
    padding: 5px 5px 5px 0px;
    margin: 3px 0px;

}

.leftbar ul a li {
    height: 35px;
    line-height: 35px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    padding: 0 10px;
    font-size: 12px;
    color: #000;
}

.leftbar ul a li:hover, .leftbar ul a .active {
    opacity: 0.3;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
}

/***** FICHA PRODUTO *******/
.produto {
    vertical-align: middle;
    padding: 10px 10px 10px 0;
}

.produto-descricao {
    min-height: 225px;
}


.produto-foto {
    height: 307px;
    width: 100%;
}

.produto-dados {
    height: 327px;
    margin: 0 40px;
}

.produto-dados h1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.produto-dados p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
}

.price-box, .mini-price-box, .micro-price-box, .nano-price-box, .pico-price-box {
    color: #000;
    -webkit-border-radius: 50px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 50px;
    -moz-border-radius-topleft: 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    font-family: 'Oswald', sans-serif;
    border: 1px solid #E05038;
}

.price-box {
    font-size: 32px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.mini-price-box {
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 10px 0 0 5px;
}

.micro-price-box {
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px 0 0 5px;
}

.nano-price-box {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 30px 0 0 5px;
}

.pico-price-box {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    margin: 40px 0 0 5px;
}

.price-box span, .mini-price-box span, .micro-price-box span, .nano-price-box span {
    font-size: 18px
}

.pico-price-box span {
    font-size: 14px;
}

span.parameterName {
    font-size: 11px;
    color: grey;
    position: absolute;
    padding-top: 5px;
}

.price-box span.parameterName {
    margin-top: -35px;
}

.mini-price-box span.parameterName {
    margin-top: -30px;
}

.micro-price-box span.parameterName {
    margin-top: -25px;
}

.nano-price-box span.parameterName {
    margin-top: -20px;
}

.pico-price-box span.parameterName {
    margin-top: -20px;
}

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

    /* Styles */
    /***** GERAL *****/
    html {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    body {
        width: 100%;
        height: 100%;
        overflow: auto;
        position: relative;
    }

    .menu-title {
        line-height: 40px;
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
    }

    .sm-hidden {
        display: none;
    }

    .fcenter {
        margin: 0 auto;
    }

    .nofloat {
        float: none;
    }

    .smacenter {
        text-align: center;
    }

    .sm-inline {
        display: inline-block;
    }

    /***** LAYOUT *****/
    .col-sm-12 {
        width: 100%
    }

    .col-sm-110 {
        width: 95%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-109 {
        width: 80%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-54 {
        width: 40%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-43 {
        width: 35%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-32 {
        width: 20%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-21 {
        width: 15%
    }

    .col-sm-1 {
        width: 11.11111111%
    }

    .col-sm-0 {
        width: 8.33333333%
    }

    /***** INDEX *****/
    .main-logo {
        width: 100%;
        padding: 80px 0 100px;
        text-align: center;
    }

    .main-logo img {
        width: 60%;
        height: auto;
    }

    .main-index {
        margin: 0 auto;
    }

    .main-index a {
        display: block;
        font-size: 30px;
        color: #F2CBBC;
        text-transform: uppercase;
    }

    .main-index a img {
        width: 70%;
        height: auto;
        margin: 15px;
    }

    .main-index a img:active {
        width: 70%;
    }

    .main-index a p {
        display: none;
    }

    /***** MENU BAR *****/
    .logo {
        margin-top: -20px;
    }

    .logo img {
        width: 90%;
        height: auto;
    }

    section {
        display: block;
        height: auto;
        padding: 10px 0 30px 0;
        margin: 0 auto;
        position: relative;
    }

    .mbottom {
        margin-bottom: 100px;
    }

    footer {
        height: 70px;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    /***** MAIN MENU *****/
    .main-menu {
        width: 94%;
        margin: 0 auto;
    }

    .main-menu ul a {
        display: block;
        font-size: 13px;
        line-height: 13px;
        margin: 0 auto 20px auto;
    }

    .main-menu ul a li {
        height: 43px;
        padding: 15px 0;
        overflow: hidden;
    }

    .top-menu {
        margin-top: -20px;
    }

    .top-menu p {
        margin: 7px 18px 3px 18px;
    }

    /***** FICHA PRODUTO *******/
    .produto {
        width: 98%;
        margin: 0 auto;
        vertical-align: middle;
        padding: 5px;
    }

    .produto-descricao {
        min-height: auto;
    }

    .produto-foto {
        height: 200px;
        width: 100%;
    }

    .produto-dados {
        height: 327px;
        margin: 0 10px;
    }

    .produto-dados h1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .produto-dados p {
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        color: #fff;
    }

    .price-box, .mini-price-box, .micro-price-box, .nano-price-box, .pico-price-box {
        color: #000;
        -webkit-border-radius: 50px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 50px;
        -moz-border-radius-topleft: 0;
        border-radius: 50px;
        border-top-left-radius: 0;
        font-family: 'Oswald', sans-serif;
    }

    .price-box {
        font-size: 32px;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .mini-price-box {
        font-size: 24px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 10px 0 0 5px;
    }

    .micro-price-box {
        font-size: 24px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: 20px 0 0 5px;
    }

    .nano-price-box {
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 30px 0 0 5px;
    }

    .pico-price-box {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 60px;
        margin: 40px 0 0 5px;
    }

    .price-box span, .mini-price-box span, .micro-price-box span, .nano-price-box span {
        font-size: 18px
    }

    .pico-price-box span {
        font-size: 14px;
    }

    span.parameterName {
        font-size: 11px;
        color: grey;
        position: absolute;
        padding-top: 5px;
    }

    .price-box span.parameterName {
        margin-top: -35px;
    }

    .mini-price-box span.parameterName {
        margin-top: -30px;
    }

    .micro-price-box span.parameterName {
        margin-top: -25px;
    }

    .nano-price-box span.parameterName {
        margin-top: -20px;
    }

    .pico-price-box span.parameterName {
        margin-top: -20px;
    }

    .setas {
        float: right;
        position: absolute;
        right: -16px;
        top: 34px;
        transform: scale(0.6, 0.6);
        width: auto;
    }
}


