::-webkit-input-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }

* {  }



/*Pop-up cookies*/

.checkHabilit a{
    text-decoration:underline;
    color:#007DC5;
    }
    
    .overflow-privacidade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 1 0 / 0.6);
    z-index: 99999;
    }
    
    input[type = submit]:disabled {
    opacity: 0.2 !important;
    }
    
    .content-privacidade{
    position: absolute;
    bottom: 1rem;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 4rem;
    box-sizing: border-box;
    }
    .content-privacidade .text a{
    color:#6B8481;
    font-weight: bold;
    text-decoration: underline;
    }
    
    .content-privacidade .btn {
    border-radius: 15px;
    float: left;
    line-height: 2.9;
    background: #6B8481;
    color: #fff;
    cursor: pointer;
    font-family: 'PT Sans', arial, sans-serif;
    font-weight: 700;
    padding: 0 10px;
    width: inherit;
    text-align: center;
    }
    @media screen and (max-width: 767px) {
    .content-privacidade {     padding: 30px 10px 15px 10px;
        margin-bottom: 45px; }
    .content-privacidade .btn { min-width: 140px;float: left !important;    line-height: 40px;
        margin-bottom: 20px; }
    }

h2 { margin-bottom: 8px; }
body { font-size: 10px; font-family: 'robotoregular', sans-serif; }

.divao { padding: 0 1%; max-width: 1200px; margin: 0 auto; width: 98%; }

.title { text-align: center; margin: 0 0 35px 0; }
.title h1 {
    font-family: 'robotolight', sans-serif;
    color: #be1e2d;
    font-size: 3.3em;
    font-weight: lighter;
    margin-bottom: 12px;
}
.title h1 span { font-family: 'robotoblack', sans-serif; }
.title h2 { 
    font-family: 'robotomedium', sans-serif;
    font-size: 1.1em;
    color: #000;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 4px;
    position: relative;
    padding: 0 50px;
    display: inline-block;
}
.title h2:before,
.title h2:after {
    content: '';
    height: 1px;
    background: #ccc;
    width: 37px;
    float: left;
    vertical-align: middle;
    /* margin: 0 15px; */
    position: absolute;
    left: 0px;
    top: 50%;
}
.title h2:after { left: inherit; right: 0; }


/**/

#wrapperContent {
    padding: 5.6% 0 8% 0;
    width: 100%;
    max-width: 1616px;
    margin: 0 auto;
}
#footer .box._1 .text,
#wrapperContent .text {
    font-family: 'robotoregular';
    font-size: 1.35em;
    color: #525252;
    line-height: 1.8em;
}
#footer .box._1 .text *,
#wrapperContent .text * { font-family: inherit; color: inherit; font-size: inherit; }
#wrapperContent .text p { margin-bottom: 25px; }

/**/

#header {
    position: absolute;
    top: 0;
    max-width: 1616px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 14px 0;
}
#header.no-position { position: relative; border-bottom: 1px solid #f1f1f1; }
#header #logo { float: left; }
#header #logo img { max-width: 100%; }

#header .right { float: right; margin-top: 33px; }
#header .right ul li a { 
    color: #000;
    font-family: 'robotomedium', sans-serif;
    font-size: 1.4em;
    line-height: 22px;
}
/*#header .right ul.nav > li > a:hover:after {
    content: '';
    width: 6px;
    height: 6px;
    background: url('../img/sprite_icons.png') no-repeat -2px -17px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}*/

#header .right .searchIcon { 
    float: left; 
    margin-left: 80px;
    position: relative;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
#header .right .searchIcon .icon {
    width: 13px;
    height: 13px;
    background: url('../img/sprite_icons.png') no-repeat -88px 0;
    display: block;
    margin-top: 5px;
}
#header .right .searchIcon form { 
    display: none;
    position: absolute;
    left: 0;
    height: 30px;
    background: transparent;
    padding: 10px 0;
}
#header .right .searchIcon form input[type=text] {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    color: #fff;
}
#header .right .searchIcon form button { 
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    right: 5px;
    top: 17px;
    cursor: pointer;
    background: url('../img/sprite_icons.png') no-repeat -88px -15px;
}
#header .right .searchIcon:hover form { display: block; }

#header .right .user {
    float: left; 
    margin: 0 32px 0 53px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#header .right .user:hover ul {
    display: block;
}
#header .right .user ul {
    position: absolute;
    padding-top: 10px;
    display: none;
}
#header .right .user ul li {
    white-space: nowrap;
    display: block;
    margin: 0;
    text-align: left;
    background: #bf1e2e;

}
#header .right .user ul li a {
    text-align: left;
    color: #fff;
    padding: 5px 10px;
    display: block;
}
#header .right .user ul li a:hover {
    background: #000;    
}

#header .right .user .icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../img/sprite_icons.png') no-repeat -103px 0;
}
#header .right .user .logout {
    font-size: 1.2em;
    color: #9f9e9b;
    text-decoration: underline;
    margin-top: 5px;
    display: table;
}

#header .right #myCart { 
    float: right; 
    font-family: 'robotomedium', sans-serif;
    font-size: 1.2em;
    color: #000;
    line-height: 22px;
    position: relative;
    z-index: 1;
}
#header .right #myCart .icon { 
    width: 24px;
    height: 22px;
    background: url('../img/sprite_icons.png') no-repeat -126px 0;
    float: left;
    margin-right: 13px;
}

/*BANNER*/

#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#banner:before {
    content: '';
    padding-bottom: 486px;
    position: relative;
    width: 100%;
    display: block;
}

/**/

#wrapperNewsletter {
    padding: 6.15% 0;
    width: 100%;
    max-width: 1616px;
    margin: 0 auto;
    background: url('../img/bg_newsletter.jpg') no-repeat center center;
}

#wrapperNewsletter .title { float: left; text-align: left; margin: 0; }
#wrapperNewsletter .title h1 { color: #525252 }
#wrapperNewsletter .title h2:after,
#wrapperNewsletter .title h2:before { display: none; }

#wrapperNewsletter form { float: right; margin-top: 11px; }
#wrapperNewsletter input { 
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 40px;
}
#wrapperNewsletter input[type=text] { 
    float: left;
    border: 1px solid #e1e1e1;
    margin-left: 5px;
    width: 242px;
    padding: 0 26px;
}
#wrapperNewsletter input[type=submit] {
    float: right;
    margin-left: 47px;
    padding: 0 46px;
    background: #be1e2d;
    font-family: 'robotoblack', sans-serif;
    font-size: 1.38em;
    color: #fff;
}

/**/

#footer {
    width: 100%;
    max-width: 1616px;
    margin: 0 auto;
    padding: 6.18% 0 0 0;
}

#footer .box { display: table-cell; }
#footer .box._1 { max-width: 386px; }
#footer .box._1 .text { font-size: 1.25em; max-width: 386px; }
#footer .box h3 {
    font-family: 'robotolight', sans-serif;
    font-weight: lighter;
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
}
#footer .box h3 span { font-family: 'robotoblack', sans-serif; }
#footer .box h3:after {
    content: '';
    height: 2px;
    width: 30px;
    display: table;
    margin-top: 15px;
    background: #be1e2d;
}

#footer .box ul li {
    font-family: 'robotoregular', sans-serif;
    font-size: 1.3em;
    margin-bottom: 8px;
    color: #525252;
    line-height: 1.5em;
}
#footer .box ul li.red {
    color: #be1e2d; 
    font-family: 'robotoblack', sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
}
#footer .box ul li a { font-family: inherit; color: inherit;}
#footer .box._2 { padding-right: 20px; }
#footer .box._3 { width: 190px; }
#footer .box._3 ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: url('../img/list-style.jpg') no-repeat;
    margin-right: 6px;
}

#footer .facebook {
    float: left;
    width: 28px;
    height: 28px;
    background: url('../img/sprite_icons.png') no-repeat -59px 0;
}

#footer .instagram {
    margin-left: 10px;
    float: left;
    width: 28px;
    height: 28px;
    background: url('../img/instagram.png') no-repeat;
    background-size: cover;
}

#footer .youtube {
    margin-left: 10px;
    float: left;
    width: 28px;
    height: 28px;
    background: url('../img/youtube.png') no-repeat;
    background-size: cover;
}

#footer .copy { padding: 5% 0 15px 0; }
#footer .copy p { 
    float: left;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    color: #8a8989;
    line-height: 16px;
}
#footer .copy a {
    float: right;
    width: 56px;
    height: 16px;
    background: url('../img/sprite_icons.png') no-repeat;
}

/**/

.listCategories { margin-top: 6.6%; text-align: center; }
.listCategories li { display: inline-block; margin: 5px 16px; }
.listCategories li a { 
    display: block;
    font-family: 'robotolight', sans-serif;
    font-size: 1.22em;
    font-weight: bolder;
    color: #9f9e9b;
    padding: 7px 29px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.listCategories li:first-child a { 
    background: #be1e2d; 
    color: #fff; 
    border-color: #be1e2d;
}