/*------------------------------------
@autor: WayAcross
@web:   www.wayacross.pt
@mail:  info@wayacross.pt
@phone: +351 244 851 365
-------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400);
body {
    background:#f6f6f4;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
}

h1.page-title {
    min-height: 30px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

header,.header {
    background: #fff;
    border-top:3px solid;
    border-color:#3d3d3d;
    padding: 1em 0em;
    height: 100px;
    position: relative;
}

.checkbox  {
    z-index: 9999!important;    
}

.checkbox-label {
    z-index: 9999!important;
}

.hidden-header {
    right:70%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out;
}
.show-header {
    right: 0%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out;
}
.logo {
    position: absolute;
}
p, a, h1, h2, h3, h4, h5, h6, tel, 
label, span, textarea, input {
    font-family: 'Open Sans', sans-serif;
}
button {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-radius: 1px;
}
h3 {
    font-size: 24px; font-weight: 400; 
    color: #333; text-transform: uppercase;}
h4 {
    font-size: 18px; }
h5 {
    font-size: 16px; }
h6 {
    font-family: 14px; }

/*-----------------------------
@Toltips 
------------------------------*/
span[data-descr] {
    position: relative;
    text-decoration: none;
}
span[data-descr]:hover::before {
    content: attr(data-descr);
    position: absolute;
    left: -65px;
    right:0;
    top: -54px;
    min-width: 150px;
    padding: 1.4em 0.8em;
    text-align: center;
    border:0px;
    border-radius: 0px;
    background-color: rgba(51, 51, 51, 0.9);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: none;
    font-size: 12px!important;
    z-index: 99999;
}
span[data-descr]:hover::after {
    content: '';
    width:20px;
    height: 20px;
    border: 10px solid;
    position: absolute;
    left: 18px;
    right:0;
    top: -8px;
    text-align: center;
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color:transparent;
    border-top-color:rgba(51, 51, 51, 0.9);
}
/* -----------------------
@Pagination 
------------------------*/
.pagination {
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 2em 0em;
}
.pagination > ul > li > a{
    padding: 1em 1.5em;
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.pagination > ul > li > a:hover{
    background: #333;
    color: #fff;
}
.pagination > ul > li > a.page-active {
    background: #de1f26!important;
    color: #fff;
}
/* -----------------------
@Butons 
-------------------------*/
.btn-big {
    display: block;
    width: 35%;
    min-width: 200px;
    margin-top:10%;
    margin-bottom: 3%;
    text-align: center;
    text-decoration: none;
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size:17px!important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    height: 50px;
    cursor: pointer;
}
.btn-big > i {
    position: relative;
    top: 2px;
    margin-right: 1em;
}

.btn-big:focus{
    outline: none;
}

.btn-medium {
    font-size: 1.2em;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:100;
    width: 70%;
    max-width: 140px;
    height: 40px;
    margin: auto;
    border: 0px;
    opacity: 1;
    cursor: pointer;
}
.btn-round {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 500px;
    border:0px;
    text-transform: uppercase;
    float: right;
    font-weight: 100;
    font-size: 15px;
    cursor: pointer;
}
.btn-round:focus{
    outline: none;
}

.btn-medium:focus {
    outline: none;    
} 

.b-old {
    background: rgb(192, 121, 50);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.b-red {
    background: #de1f26;
    color: #fff;
}
.b-red:hover {
    background: #890004;
    color: #fff;
}
.b-gray {
    background: #333;
    color: #fff;
}
.b-gray:hover {
    background: #de1f26;
    color: #fff;
}
.b-red-2 {
    background: #EB4B4F;
    color: #fff;
}
.b-red-2:hover {
    background: #af4e52;
    color: #fff;
}
/* ----------------------
@Navigation
-------------------------*/
nav.navigation ul.primary-nav {
    right: 7em;
}
.primary-nav li:first-child a{
    padding: 1em 2em!important;
    position: relative;
    top: 3px;
}
/* ----------------------
@Language
-------------------------*/
.languages {
    position: absolute;
    top: 1.7em;
    right: 0%;
}
.languages > span {
    background: #de1f26;
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    line-height: 30px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-radius: 500px;
    cursor: pointer;
}
.languages > ul {
    display: none;
    width:150px;
    right: -55px;
    top: 50px;
    border-radius: 0px!important;
    position: absolute;
    z-index: 99992;
}
.choice-language {
    display: none;
}
.languages > ul > li{
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    border-top: 1px solid #f6f6f4;
    background: #de1f26;
    cursor: pointer;
}
.languages > ul > li:first-child{
    border-top: 0px solid #de1f26;
}
.languages > ul > li > a{
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0.5em 0em;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.languages > ul > li > a:hover{
    color: #333;
}

.languages ul:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 10px solid;
    position: absolute;
    left: 68px;
    right: 0;
    top: -15px;
    text-align: center;
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color: transparent;
    border-bottom-color: #de1f26;
    z-index: 0;
}
.languages ul li.ative a{
    background:#890004!important;
}
.languages ul li.ative:hover a{
    color: #890004!important;
}
.languages ul:before {
    border-bottom-color: #de1f26;
}
/* -------------------------- 
@Search 
----------------------------*/
.search {
    position: absolute;
    top: 1.5em;
    text-align: center;
    line-height: 50px;
    right: 5%;
    padding:0em;
    border-radius: 50%;
}
.search > button {
    display: block;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    border-radius: 50%;
    top:0em;
    cursor: pointer;
    position: relative;
    width: 50px;
    background: rgba(255, 255, 255, 0);
    background: transparent;
    border:0px;
    height: 50px;
}
.search > button:hover {
    color: #999;
}
.search > button:focus {
    outline: none;
}
.box-search {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(137, 0, 4, 0.94);
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0px;

    display: none;
}
.form-search {
    position: absolute;
    width: 80%;
    height: 100%;
    max-width: 1100px;
    top: 40%;
    left: 0%;
    right: 0%;
    display: block;
    margin: auto;
}
.form-search input[type="search"]{
    background: #890004;
    background:transparent!important;
    background-color:transparent!important;
    margin-top: 1em;
    width: 100%;
    height: 30px;
    padding: 2%;
    border: 0px;
    border-bottom: 1px solid #b58c8c;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
}
.form-search button[type="submit"]{
    background: #fff;
    color: #890004;
    margin-top: 1em;
    width: 50%;
    max-width: 280px;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 2em;
    height: 50px;
    display: block;
    line-height: 50px;
    position: relative;
    border: 0px;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.form-search button[type="submit"] > i{
    margin-right: 0.5em;
    font-size: 16px;
}
.form-search button[type="submit"]:hover{
    background: #de1f26;
    color: #fff!important;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out; 
    -moz-transition: all 100ms ease-in-out; 
    -o-transition: all 100ms ease-in-out;
    cursor: pointer;
}
.form-search button[type="submit"]:focus{
    outline: none;
}
.form-search ::-webkit-input-placeholder {
    color:#b58c8c;
}
.form-search :-moz-placeholder { 
    color:    #b58c8c;
    opacity:  1;
}
.form-search ::-moz-placeholder { 
    color:    #b58c8c;
    opacity:  1;
}
.form-search :-ms-input-placeholder { 
    color:    #b58c8c;
}
.form-search input:focus{
    outline: none;
}
.close-sch {
    position: absolute;
    right: 0em;
    background: #fff;
    color: #890004;
    border: 0px;
    font-size: 26px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
    line-height: 50px;
    top:10%;
    right: 20%;
    font-size: 15px;
}
.close-sch:focus {
    outline: none;
}
.close-sch:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #de1f26;
    color: #fff!important;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out; 
    -moz-transition: all 400ms ease-in-out; 
    -o-transition: all 400ms ease-in-out;
}
/* -----------------------
@Container  
-------------------------*/
container,.container {
    display: block;
    margin-top: 1em;
    margin-bottom: 40px;
    position: relative;
}
.content-article {
    padding-bottom: 2em;
    font-size: 13px;
    line-height: 20px;
    color: #666;

}
.content-article p{
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-bottom:0em;
}
.content-article p strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:1em;
}
.content-article ul {
    margin-left: 1em;
}
.content-article ul li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-bottom:0em;
    list-style-type:square;
    margin-bottom: 0.5em;
}
/* ---------------------
@Header 
------------------------*/
.pull-up-1 {
    margin-top: -1em!important;
}
.header-article {
    margin-top: 2em;
    min-height: 35px;
    padding-bottom: 0.4em;
    margin-bottom: 1em;
    border-bottom: 1px solid;
    border-color: #ddd;
    position: relative;
}
.header-article h2 {
    margin-top: 0.4em;
}
.header-topic {
    width: 100%;
    min-height: 30px;
    padding-bottom: 0.4em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid;
    border-color: #ddd;
    position: relative;
}
.header-article > h2, .header-article > a {
    float: left;
}
.header-article > a {
    text-decoration: none;
    margin-left: 1em;
    background: #333;
    color: #fff;
    border: 0px;
    padding: 0.5em 0.5em;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    padding-right: 1em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 13px;
    text-align: left;
    border-radius: 1px;
}
.header-article > a > i {
    font-size: 11px;
    margin-right: 5px;
}

.header-article > a:hover {
    background: #de1f26;
}
.header-article > .btn-promo {
    display: block;
    position: absolute;
    right: -5px;
    top: -20px;
    background: transparent!important;
}
.header-article > .btn-promo >.btn-round:hover {
    background: #890004;
    border-radius: 500px;
}
.header-article h3,
.header-article h2 {
    margin-top: 1em;
    margin-bottom: 0em;
    text-transform: uppercase;
    font-size: 18px;
}
.header-filter {
    min-height: 30px;
    padding: 1% 2%;
    /* padding-bottom: 0.4em; */
    margin-bottom: 1em;
    border-bottom: 1px solid;
    border-color: #ddd;
    position: relative;
    width: 96%;
    background: #fff;
    border: 1px solid #ddd;

}
.header-filter > form{
    position: relative;
    top: 0px;
    float: left;
}
.header-filter > label{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #999;
}
.header-filter > .dropdown > label{
    height: 40px;
    background: #fff;
    color:#333;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}

.header-result {
    width: 96%;
    padding: 2% 2%;
    height: auto;
    background: #fff;
    margin-bottom:1.5em;
    border: 1px solid #ddd;
}
.header-result > p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #999;
}
.header-result > p a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #890004;
    text-decoration: none;
}
.header-result span {
    font-weight: 600;
    color: #de1f26;
}
.dropdown.toggle > label i {
    margin-top: 11px;
    color:#de1f26;
}
.header-filter > p {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: relative;
    top: 16px;
    color: #999;
}
.header-filter > p > span {
    font-weight: 600;
    color: #de1f26;

}
.dropdown {
    min-width: 150px;
    max-width: 260px;
    width: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.dropdown a, .dropdown.toggle > label {
    font-size: 13px;
    text-transform: none;
    color: #333;
    background: #efefef;
}
.dropdown li:first-child a::before {
    border-bottom: 10px solid #efefef

}

.dropdown a:hover, .dropdown.toggle > label:hover, .dropdown.toggle > input:checked ~ label {
    background-color: #fff;
    color: #333;
}

.dropdown > a:hover::after, .dropdown.toggle > label:hover::after, .dropdown.toggle > input:checked ~ label::after {
    border-top-color: #fff;
}

.dropdown li:first-child a:hover::before {
    border-bottom-color: #fff;
}

.dropdown a:hover {
    color:#de1f26;
}

/* ---------------------
@Result Search
-----------------------*/
.no-result h4 {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #666;
    font-weight: 600;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
}
.no-result p {
    display: block;
    width: 100%;
    font-size: 22px;
    color:#890004;
    font-weight: 300;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
    font-style: italic;
}
.lista-resultados {
    width: 96%;
    padding: 2%;
    height: auto;
    overflow: hidden;
    background: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    color: #666;
}

.lista-resultados:hover p {
    color: #DE1F26;
}
.lista-resultados:nth-child(odd) {
    background: #eee;
}
.lista-resultados .imagem-result{
    width: 90%;
    display: block;
    height: 100px;
    overflow: hidden;
}

.imagem-result img {
    width: 100%;
    display: block;
    margin: auto;
}
.imagem-result-marcas {
    display: block;
    width: 90%;
    position: relative;
    top: 0px;
    bottom: 0;
}

.imagem-result-marcas img {
    width: 100%;
}

.text-result h5 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #890004;
    font-weight: 600;
    padding: 0.5em 0em;
    margin-bottom: 0.5em;
}
.text-result {
    width: 95%;
    margin: auto;  
}

.text-result p {
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

/* ---------------------
@Social Share 
-----------------------*/
.row-social {
    margin-top: 1em;
    width: 96%;
    min-height: 35px;
    display: block;
    position: relative;
    padding: 2%;
    background: #fff;
    border: 1px solid #ddd;
    padding-bottom: 0%;
    overflow: hidden;
    margin-bottom: 1em;
}
.row-social h5{
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    color: #999;
}
.row-social  a {
    float: right;
    border-left: 1px solid #ddd;
    display: block;
    margin-left: 0em;
    width:50px;
    font-size: 22px;
    height:20px;
    margin-left: 0.3em;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 0px;
    color: #333!important;
}
.row-social a:last-child {
    border-left: 0px solid #000;
}
.row-social a:hover {
    color: #de1f26!important;
}
/* --------------------------
@Bread Crumbs
----------------------------*/
.bread-crumbs {
    min-height: 30px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    position: relative;
}
.bread-crumbs span a {
    padding-right: 0.5em;
    border-right: 1px solid #999;
    margin-right: 0.4em;
}
.bread-crumbs span a:last-child {
    border-right: 0px;
}
.bread-crumbs > nav {
    font-size: 10px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}
.bread-crumbs > nav > a{
    text-decoration: none;
    color: #999;
}

.bread-crumbs > nav > a:hover{
    color: #de1f26;
}
.bread-crumbs > nav > a:last-child{
    text-decoration: none;
    color: #890004;
}
.bread-crumbs > nav > a > i {
    font-size: 12px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    position: relative;
    top: -1px;
}
.bread-crumbs > nav > i {
    font-size: 12px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    position: relative;
    top: -1px;
}
.not-link {
    color:#999!important;
    text-decoration: none;
    cursor:default;
}
.not-link :hover{
    color:#999;
}
/* ------------------------
@Footer 
--------------------------*/
footer, .footer {
    display: block;
    position: relative;
    width: 100%;
    min-height: 200px;
    display: block;
    font-size: 11.5px;
}
.top-footer {
    background: #333;
    padding: 2em 0em;
    width: 100%;
    height: auto;
}
.bottom-footer {
    background: #fff;
    padding: 2em 0em;
    width: 100%;
    height: auto;
}
.top-footer h4 {
    display: block;
    font-size: 22px;
    color: #fff;
    height: 30px;
    font-weight: 100;
    text-transform: uppercase;
}
.top-footer p{
    color: #999;
    font-size: 11px;
}
.bottom-footer h4 {
    font-size: 22px;
    height: 30px;
    display: block;
    color: #333;
    font-weight:400;
    text-transform: uppercase;
}
.bottom-footer ul{
    display: block;
}
.bottom-footer ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #999;
    line-height:25px;
    height: 25px;
}
.bottom-footer ul li a:hover{
    color: #de1f26;
}
.bottom-footer ul li a > span{
    color: #de1f26;
    font-size: 12px;
    text-transform: uppercase;
}
.bottom-footer ul li a:hover span{
    color: #333;
}
.list-morada, .list-promo, .list-news-in{
    display: block;
    margin-top: 20px;
}
.list-morada > p {
    color: #999;
    line-height: 16px;
}
.list-morada > p tel{
    color: #999;
    text-decoration: none;
}
.list-morada > a {
    text-decoration: none;
    color: #de1f26;
}
.list-morada > a:hover {
    color: #333;
}
.list-morada h6 {
    margin-bottom: 0.5em;
    margin-top: 1em;
    color: #666;
}
.mapa-footer {
    width: 100%;
    max-width: 200px;
    display: block;
    position: relative;
}
.mapa-footer img {
    width: 100%;
}
.mapa-footer-info {
    display: block;
    position: absolute;
    bottom: 28%;
    right: 13%;
    width: 74px;
    text-align: center;
}
.mapa-footer-info p{
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
}
.author {
    padding: 1em 0em;
    text-align: right;
    width: 100%;
    padding-top: 2em;
}
.author > a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    position: relative;
    z-index: 9999;
}

.author > a:hover {
    color: #999;
}

/* ------------------------
@Newsllter 
--------------------------*/
.form-newslleter {
    position: relative;
}
.form-newslleter input {
    width: 90%;
    background: #fff;
    border: 0px;
    padding: 0.4em;
    height: 40px;
    line-height: 30px;
    float: left;
    position: relative;
    font-size: 13px;
    font-style: italic;
    top: 11px;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
}
.form-newslleter input:focus {
    outline: inherit;
    background: #f2f2f2;
}
.form-newslleter button {
    float: left;
    background: #de1f26;
    border: 0px;
    padding: 0.4em;
    width: 80px;
    height: 51px;
    display: block;
    text-align: center;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    right: 10px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.form-newslleter button:hover{
    background: #890004;
    border: 1px solid #890004;
    color: #fff;
}

.form-newslleter button:focus {
    outline: none;
}
/* -------------------
@Social Icons 
---------------------*/
.social-row {
    display: block;
    width: 100%;
    position: relative;
}
.social-row h4 {
    position: relative;
    top: 20px;
}
.social {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 500px;
    line-height:47px;
    font-size: 28px;
    text-align: center;
    color: #333;
    background: #fff;
    float: right;
    margin-left:0.2em;
    position: relative;
    top: 8px;
    cursor: pointer;
    text-decoration: none;
}
.social:hover {
    background:#fff;
    color: #de1f26;
}
/* -------------------
@Slideshow Home 
---------------------*/
.slideshow {
    width: 99.5%;
    display: block;
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 1px;
}

.slideshow a {
    text-decoration: none;
    color: #333;
    font-size: 30px!important;
    font-weight: 300;
    line-height: 40px;
}

.slideshow a:hover {
    color: #DE1F26;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border:1px solid #ddd;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide-title {
    width: 90%;
    height:130px;
    display: block;
    margin: auto;
    margin-bottom: 0%;
    padding-top:3em!important;
    overflow: hidden;
    background: #fff;
    margin-top: 0%;
}

.slide-title a {
    text-decoration: none;    
}

.slide-title h3{
    text-transform:uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    color: #333;
}

.slide-title h4{
    text-transform:uppercase;
    font-size:16px;
    color:#999;
    font-weight: 400;
    line-height: 33px;
}
.slide-image {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 35px;
    height: 220px;
    overflow: hidden;

}
.slide-description {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 0%;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 0%;
    padding-bottom: 30px;
}

.slide-description p {
    font-size: 40px;
    font-weight: 300;
    color: #de1f26;
}

.slide-description p span{
    font-size: 20px;
    font-weight: 300;
    color: #999;  
}
.slide-description a {
    text-decoration: none;
}
.slide-description a > button{
    background: #333;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
}
.slide-description a > button > i{
    margin-right: 15px;
}

.slide-description a:hover > button{
    background: #de1f26;
}

.rslides_tabs {
    display: table;
    margin: auto;
    position: relative;
    top: -30px;
    z-index: 9999;
    z-index: 99999;
}

.rslides_tabs li {
    display: block;
    width: 20px;
    float: left;
}

.owl-buttons {
    display: none;
}

.no-image {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 120px;
    margin: auto;
    position: relative;
    top: 50px;
}

.no-image img {
    width: 100%;
}

.rslides_tabs li a{
    display: block;
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 500px;
    text-decoration: none;
    text-indent: -999999px;
    background: #333!important;
}

.rslides_tabs li.rslides_here a{
    background: #de1f26!important;
}

.rslides1_nav {
    display: none;
}


/* --------------------
@Article 
----------------------*/
.article {
    width: 100%;
    display: block;
}
.article a {
    text-decoration: none;
    color:inherit;
}
.grid-produtos {
    position: relative;
    width:100%;
    display: block;
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:10px;
    text-decoration: none;
}
.grid-produtos > .btn-round {
    position: absolute;
    right: 10px;
    top: 10px;
}
.grid-produtos:hover .overlay-info{
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    border-bottom: 1px solid transparent;
    z-index: 9999;
}
.grid-produtos:hover .arrow-bottom{
    opacity: 1;
    border-top-color:rgba(0, 0, 0, 0.80);
}
.grid-produtos:hover .info-grid-produto > .row > button {
    color: #333;
}
.grid-produtos:hover .overlay-info > button {
    opacity: 1;
}
.grid-produtos > div {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin: auto;
}
.image-produto {
    margin-top: 9px!important;
    display: block;
    height: 120px;
    padding: 1.1em 0em;
    overflow: hidden;
}

.image-produto-outlet {
    margin-top: 9px!important;
    display: block;
    height: 220px;
    padding: 1.1em 0em;
    overflow: hidden;
}
.image-produto > img , .image-produto-outlet > img {
    height:100%;
    display: block;
    margin: auto;
}

.info-grid-produto , .info-grid-outlet {
    display: block;
    padding: 0.5em 0em;
    position: relative;
    padding-bottom: 1em;
    margin-top: 10px!important;
}

.info-grid-produto span.outlet, .info-grid-outlet span.outlet{
    position: absolute;
    left: 0px;
    top: -25px;
    letter-spacing: 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    color: #4791DA;
    border: 1px solid rgb(71, 148, 224);
    padding: 5px;
}

.header-produto span.outlet{
    position: relative;
    left: 0px;
    letter-spacing: 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    color: #4791DA;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #4791DA;
    display: block;
    width: 45px;
    margin-top: 10px;
}

.info-grid-outlet {
    padding-bottom: 2em;
}
.info-grid-outlet > h3 {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    min-height: 40px;
    font-weight: 600;
}

.info-grid-produto > h3,
.info-grid-produto > h2 {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    height: 45px;
    font-weight: 600;
}
.info-grid-produto > p,
.info-grid-outlet > p {
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    margin-top: 0em;
    margin-bottom: 0.8em;
    min-height: 15px;
}
.info-grid-produto > .row > p, .info-grid-outlet  > .row > p {
    font-size: 1em;
    color: #890004;
    text-decoration: none;
    font-weight: 400;
    margin-top: 18px;
}

.info-grid-produto > .row > p span, .info-grid-outlet  > .row > p span{
    font-size: 12px;
    color:#999;
}

.info-grid-produto > .row > button , .info-grid-outlet  > .row > button {
    float: right;
    position: absolute;
    right:0em;
    top: -0.1em;
    background: transparent;
    color: #999;
    text-align: right;
    font-size: 0.8em;
    border: 0px;
    cursor: pointer;
    margin-top: 18px;
}
.arrow-bottom {
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color: transparent;
    float: right;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 0;
    opacity: 0;
}
.info-grid-outlet .arrow-bottom {
    top: 5px!important;
}
.overlay-info {
    display: block;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%;
    background: transparent;
    top: -15%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.overlay-info > button {
    background: #de1f26;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 300;
}
.products-used {
    width: 96%;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    padding: 2%;
}
.list-produtos {
    position: relative;
    width:100%;
    display: block;
    border-top: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: auto;
    margin-bottom:5px;
    padding-bottom:0px;
    padding-top: 0px;
    margin-top: 7px;
    text-decoration: none;
}

.list-produtos  > .info-grid-produto {
    padding: 0%;
    margin: 0;
}
.list-produtos  > .info-grid-produto > h3{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    min-height: 50px;
    font-weight: 600;
}
.list-produtos > .image-produto {
    width: 40%;
    display: block;
    float: left;
    margin-left: 2%;
    padding: 0.6em 0em;
    position: relative;
}
.list-produtos > .info-grid-produto {
    width: 58%;
    display: block;
    float: left;
}
.list-produtos > .image-produto {
    height: 70px;
}
.list-produtos .info-grid-produto > .row > p {
    font-size: 1em;
    color: #890004;
    text-decoration: none;
    font-weight: 400;
    margin-top: 5px;
}
.list-produtos .info-grid-produto > .row > button {
    margin-top: 5px;
}
.list-produtos:hover .overlay-usados {
    opacity: 1;
}
.list-produtos:hover .btn-view {
    background: #fff;
    color: #de1f26;
    z-index: 9999;

}
.overlay-usados {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    z-index: 9999;
}
.overlay-usados .btn-medium {
    width: 60%!important;
    top: 35%;
    position: absolute;
    left: 0;
    right: 0;
    background: #de1f26;
    color: #fff!important;
}
/* -------------------------
@Marcas 
-------------------------*/
.grid-marcas {
    width:100%;
    display: block;
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 9.49px;
}
.grid-marcas .image-marca {
    padding: 1em 0em;
    height: 155px;
    width: 100%;
}
.grid-marcas:hover .image-marca .overlay-marca {
    opacity: 1;
}
.overlay-marca {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    z-index: 999;
    opacity: 0;
}
.overlay-marca a{
    text-decoration: none;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 70%;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 3px solid rgb(255, 255, 255);
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight:400;
    cursor: pointer;
    padding: 1em;
}
.overlay-marca a span{
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    text-transform: none;
    font-size: 10px;
    border-top: 1px solid rgba(100, 100, 100, 0.9);
}
.image-marca > img {
    width: 90%;
    max-width: 120px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* ---------------------------
@Noticias 
-----------------------------*/
.grid-news {
    position: relative;
    width:100%;
    display: block;
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:10px;
    text-decoration: none;
}
.grid-news > div {
    display: block;
    margin: auto;
    width: 90%;
    margin-top: 10px;
}
.grid-news > .image-noticias {
    display: block;
    overflow: hidden;
    height: 150px;
    position: relative;
}
.grid-news > .image-noticias > img {
    width: 100%;
}
.info-grid-noticia > .btn-medium {
    margin: auto;
    display: block;
    margin-top: 0.5em;
    float: none;
    border: 0px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    background: #de1f26;
}
.info-grid-noticia > .btn-medium > i{
    margin-right: 5px;
    margin-left: 0px;
    font-size: 13px;
}
.info-grid-noticia > .btn-medium:hover{
    background: #890004;
}

.grid-news > .info-grid-noticia {
    padding-bottom: 20px;
}
.grid-news  > .info-grid-noticia > h3{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    min-height: 50px;
    font-weight: 600;
}
.grid-news  > .info-grid-noticia > span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    font-weight: 400;
}
.grid-news  > .info-grid-noticia > span i{
    margin-right: 0.5em;
}
.grid-news  > .info-grid-noticia > p{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    font-weight: 400;
    min-height: 90px;
}
.overlay-noticia{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    top:0%;
}
.overlay-noticia > p {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
/* ------------------------
@Marcas 
--------------------------*/
.marca {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding-bottom: 2em;
    margin-bottom: 1em;
}
.marca:hover h1{
    color: #DE1F26;
}

.imagem-marca {
    padding: 1em 0em;
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.imagem-marca > img{
    width: 90%;
    max-width: 120px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;   
}
.info-marca {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
    height:45px;
    padding: 1em 0em;
}
.info-marca h1,
.header-topic h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}
.info-marca h2 {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    min-height: 40px;
    font-weight: 600;
}
.info-marca p {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.info-marca button {
    display: block;
    margin: auto;
    position: absolute;
    top: 65%;
    width: 40%;
    float: right;
    right: 0px;
    left: inherit;
    background: #333;
}
.info-marca button:hover {
    background: #de1f26;
}
.descricao-marca {
    position: relative;
    display: block;
    width: 96%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2%;
    margin-bottom: 1em;
    overflow: hidden;
}
.descricao-marca > .info-marca{
    min-height: auto;
    height: auto;
    overflow: hidden;
}
.descricao-marca > .info-marca > p {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    margin-top: 0em;
    margin-bottom: 0.8em;
    text-transform: none;
}
.descricao-marca > .info-marca > a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #de1f26;
}
.descricao-marca > .info-marca > a:hover {
    color: #890004;
}
.catalgo {
    width: 90%;
    margin: auto;
    padding: 1em;
}

.catalgo .circle {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 0.5em;
}
/*----------------------
@Noticias 
-----------------------*/
.noticias {
    display: block;
    background: #fff;
    overflow: hidden;
    max-height: 250px;
    border: 1px solid #ddd;
    margin-bottom: 1em;
}

.imagem-noticia {
    overflow: hidden;
    width: 40%;
    max-height: 250px;
    height: 250px;
    display: block;
    float: left;
    position: relative;
}
.imagem-noticia > img{
    height: 100%;
}
.texto-noticia {
    display: block;
    width: 56%;
    padding:3% 2%;
    float: left;
    position: relative;
}
.texto-noticia > h2 {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    height: 60px;
    margin-bottom: 0.5em;
}
.texto-noticia > p{
    font-size: 13px;
    color: #333;
    height: 90px;
    line-height: 20px;
    color: #666;
}
.bottom-noticia {
    border-top: 1px solid #ddd;
    display: block;
    width: 96%;
    margin: auto;
    padding-top:5%;
}
.bottom-noticia > span{
    float: left;
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    position: relative;
    top: 15px;
    text-transform: uppercase;
}
.bottom-noticia > span > i{
    margin-right: 4px;
}
.bottom-noticia > button{
    float: right;
}

/* ------------------------
@Noticia Detalhes 
-------------------------*/
.col-noticia {
    position: relative;
    display: block;
    background: #fff;
    width: 96%;
    padding: 2%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.header-noticia {
    margin-top: 1.3em;
    height: 90px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2em;
}
.header-noticia h1 {
    font-size: 24px;
    min-height: 35px;
    max-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}
.header-noticia span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600;
    color: #999;
}
.header-noticia span i {
    margin-right: 0.5em;
}
.col-noticia .tags {
    font-size: 12px;
    color: #DE1F26;
    text-align: left;
    margin-right: 0.5em;
    font-style: italic;
}
.col-noticia .tags:hover {
    color:#333;
}

/* --------------------------
@Ultimas Noticias 
---------------------------*/
.ultimas-noticias {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4%;
    width: 92%;
    overflow: hidden;
    margin-bottom: 1em;
}
.lista-noticias {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 0.5em;
}
.lista-noticias .img-ultimas{
    position: relative;
    display: block;
    width: 30%;
    height: 70px;
    overflow: hidden;
    float: left;
}
.lista-noticias > .img-ultimas > img{
    height: 100%;
}
.lista-noticias > .info-ultimas {
    width: 68%;
    display: block;
    float: left;
    margin-left: 2%;
    cursor: pointer;
}
.lista-noticias:hover span, .lista-noticias:hover h4{
    color: #de1f26!important;
}
.lista-noticias > .info-ultimas > h4 {
    font-size: 13px;
    font-weight: 600;
    color:#666;
    height: 45px;
    line-height: 15px;
    text-transform: uppercase;
}
.lista-noticias > .info-ultimas > span {
    font-size: 11px;
    font-weight: 600;
    margin-right: 2px;
    color: #999;
    text-transform: uppercase;
}
.info-ultimas span i {
    margin-right: 0.3em;
}
/* --------------------------
@Arquivo Noticias 
----------------------------*/
.aquivo-noticias {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4%;
    width: 92%;
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.aquivo-noticias > ul > li > a{
    display: block;
    padding: 0.2em 0em;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 1em 0em;
}
.aquivo-noticias > ul > li > a:hover{
    color: #de1f26;
}
.aquivo-noticias > ul > li > a > span{
    color: #de1f26;
    margin-right: 1em;
}

.aquivo-noticias > ul > li{
    margin-top: 0.5em;
}
.aquivo-noticias > ul > li > ul {
    margin-bottom:1em;
    background: #fff;
    display: block;
    overflow: hidden;
}

.aquivo-noticias > ul > li > ul > li > a {
    display: block;
    margin: auto;
    padding:0.5em 0em;
}

.aquivo-noticias > ul > li > ul span{
    display: block;
    width: 10px;
    top: -2px;
    position: relative;
    height: 15px;
    margin-top: 0px;
    float: left;
    border-left:1px dashed #de1f26;
    border-bottom:1px dashed #de1f26;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.aquivo-noticias > ul > li > ul p{
    display: block;
    float: right;
    margin-top: 0px;
    float: left;
    font-size: 12px;
    margin-left: 0.5em;
    color:#999;
    width: 85%;
    position: relative;
    top:5px;
    margin-bottom: 0.8em;
}
.aquivo-noticias > ul > li > ul p:hover{
    color:#333;
}
.aquivo-noticias > ul > li > ul{
    display: none;
}
/* ----------------------------------------------

Toggle Accordion Arrow : Up and Down

------------------------------------------------*/
.arrow-down{
    float: right;
    margin-right: 1em;
    position: relative;
    top:-3px;
    font-size: 20px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg); /* Standard syntax */
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    font-family: "ElegantIcons";
}

.arrow-up{
    float: right;
    margin-right: 1em;
    position: relative;
    top:-3px;
    font-size: 20px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
}
.title {
    display: block;
    width: 100%;
    padding: 0.5em 0em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.title h2 {
    font-size: 18px;
    text-transform: none;
    color: #999;
    font-weight: 400;
}
/* -------------------------
@Contactos 
--------------------------*/
.contactos , .assistencia, .formulario {
    display: block;
    width: 92%;
    padding: 4%;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 1em;
    min-height: 180px;
}
.contactos h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    padding: 0.5em 0em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.contactos ul {
    display: block;
    margin-bottom: 1em;

}
.contactos strong{
    text-transform: uppercase;
    margin-top: 1em;
    display: block;
}
.contactos {
    font-size: 14px;
    line-height: 18px;
}
.contactos p{
    font-size: 14px;
    line-height: 18px;
}
.contactos a{
    font-size: 14px;
    color: #de1f26;
    line-height: 18px;
}
/* Assitencia */


.dados {
    padding-top: 1em;
}

.dados h3{
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: none;
    color: #890004;
    font-weight: 400;
}
.dados ul {
    display: block;
    margin-bottom: 1em;
}
.dados strong{
    text-transform: uppercase;
    margin-top: 1em;
    display: block;
}
.dados p{
    font-size: 14px;
    line-height: 18px;
}
.dados a{
    font-size: 14px;
    color: #de1f26;
    line-height: 18px;
}
.circle {
    display: block;
    position: relative;
    top: 40px;
    margin: auto;
    border-radius: 500px;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
}
/* Formulario */
.formulario label.error {
    color: #de1f26;
    position: relative;
    top: -5em;
    right: 1em;
    float: right;
    text-align: right;
}
.alert-msg {
    width: 94%;
    font-weight: 600;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 3%;
    border-radius: 1px;
    font-size: 14px;
    margin-bottom: 1em;
    display: none;
}
.ok-send {
    background: #30a05b;
    color: #fff;
}
.ups-erro {
    background: #ff1f1f;
    color: #fff;
}
.form-c textarea {
    height: 115px;
}
/* ----------------------
@Vendedores
-------------------------*/
.vendedores {
    display: block;
    width:92%;
    padding:0% 4%;
    min-height: 630px;
    background: #fff;
    box-shadow: -2px 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-top: 20px;
}
.vendedores ul {
    display: block;
    margin-bottom: 1em;
}
.vendedores h3 {
    font-size: 15px;
    font-weight: 600;
    color: #890004;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    margin-top: 0.5em;

}

.vendedores strong{
    text-transform: uppercase;
    margin-top: 1em;
    display: block;
}
.vendedores p{
    font-size: 14px;
    line-height: 18px;
}
.vendedores a{
    font-size: 14px;
    color: #de1f26;
    line-height: 18px;
}
#googleMap {
    margin-bottom: 1em;
}
/*------------------------
@Modal 
--------------------------*/
.modal {
    width: 100%;
    height: auto;
    max-width: 1100px;
}
.close-modal {
    border: 0px;
    text-decoration: none;
    top: 1em;
    position: absolute;
    right: 1em;
}
.modal-header h4 {
    font-size: 24px;
    text-transform: uppercase;
}
.modal-container input:disabled {
    background: #f6f6f4!important;
}
/*------------------------
@Produtos 
--------------------------*/

.option-filters a {
    display: inline;
    text-align: right;
    color: #890004;
    position: relative;
    z-index: 9999;
    font-size: 11px;
    margin-left: 2px;
    float: right;
    z-index: 0;
    top: -15px
}

.sem-produtos {
    padding: 1em 0em;
}

.sem-produtos p{
    color:#666;
    font-size: 13px;
    font-style: italic;
}
.this-disabled {
    opacity: 0.2;
    cursor:inherit;
}
.filters {
    background: #fff;
    display: block;
    margin-bottom: -20px;
}
.header-accordion {
    width: 98%;
    padding: 1% 2%;
    height: 30px;
    line-height: 30px;
}
.filter-top {
    display: block!important;
    background: #333;
    padding: 1% 0%;
    width: 100%!important;
}
.filter-top  h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
}
.filter-top  h3 > i{
    margin-right: 0.5em;
    font-size: 16px;
    position: relative;
    top: 0.1em;
    margin-left: 0.5em;
}
.option-filters > .row {
    width: 95%;
    margin: auto;
    padding: 0.6em 0em;
    border-bottom: 1px solid #ddd;
}
.option-filters > .row:last-child {
    border-bottom: 0px;
}
.option-filters > .row > label{
    text-transform: uppercase;
    font-size: 13px;
}

.categoria-produtos {
    display: block;
    margin-top: 0em;
}
.categoria-produtos .header-accordion {
    background: #ddd;
    padding: 2% 5%;
    width: 92%;
}
.categoria-produtos .toggle-default .tog-off:before {
    color: #333!important;
}
.categoria-produtos .toggle-default .tog-on:before {
    color: #333!important;
}
.categoria-produtos .header-accordion h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.categoria-produtos .container-accordion  {
    background: #FFF;
    border: 1px solid #ddd;
    width: 95.5%;
}
.categoria-produtos .container-accordion  ul li{
    padding: 3% 0%;
    text-transform: none;
    width: 94%;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
    display: block;
    margin: auto;
    font-size: 13px;
}
.container-accordion  i {
    margin-right: 5px;
    height: 15px;
    display: block;
    float: left;
}
.toggle-default {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.toggle-default .is-selected{
    color: #890004!important;
    font-weight: 600;
}
.toggle-default a:hover {
    color: #de1f26;
}
.col-produto {
    border: 1px solid #ddd;
    padding: 2%;
    width: 96%;
    background: #fff;
    overflow: hidden;
}
#sync1 .item{
    display: block;
    width: 99%;
    border: 1px solid #ddd;
    padding: 2em 0em;
}
#sync1 .item img{
    width: 90%;
    display: block;
    margin: auto;
}
#sync2 .owl-item {
    margin-right: 1em;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    /*min-width:32%;*/
    margin-left: 1%;
    margin-right:0px!important;
    margin-bottom: 3%;
    cursor: pointer;
    opacity: 0.4;
    /*height: 90px!important;*/
    overflow: hidden;
}
#sync2 .owl-item.synced {
    opacity: 1;
    border: 1px solid #de1f26!important;
}
#sync2 .owl-item:nth-child(3n+1) { 
    margin-left: 0%;
}
.owl-item img {
    width: 100%;
}
#sync2  .owl-wrapper {
    width: 100%!important;
}
#sync2 {
    margin-top: 1em;
}
.item .b-red{
    position: absolute;
    top: 10px;
    right: 10px;
}

.header-produto {
    margin-top: 1.3em;
    height: auto;
    overflow: hidden;
    margin-bottom: 1em;
}
.header-produto h1 {
    font-size: 24px;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.header-produto a {
    text-decoration: underline;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #890004;
}

.header-produto a:hover {
    color:#333;
}

.preco-deste-produto {
    display: block;
    margin-top: 2em;
}
.preco-deste-produto h3 {
    font-size: 40px;
    font-weight: 400;
    color: #de1f26;
}
.preco-deste-produto span {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
}

.buttons-info-produto {
    display: block;
    margin-top: 2em;
}
.buttons-info-produto button {
    min-width: 160px!important;
    height: 50px;
    margin-bottom: 1em;
}
.buttons-info-produto button i{
    margin-right: 5px;
}
/* ----------------------
@Tabs Produtos
-------------------------*/
.tabs-info ul li {
    font-size: 13px;
    color:#666;
}
.tabs-info {
    background: #fff;
    width: 94%;
    padding: 3%;
    border: 1px solid #ddd;
    margin-bottom: 1em;
}
.tabs-info .tab {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    margin-right: 10px;
    min-height: 20px;
    margin-bottom: 1em;
}
.tabs-info .tab {
    border-bottom-color: #fff;
}
.tabs-info .tab:hover {
    border-bottom-color: #333;
}
.tabs-info .tab-active {
    border-bottom-color: #de1f26!important;
}
.nav-tabs ul li {
    color: #ddd;
    padding: 1% 2%;
}
.nav-tabs ul li a{
    color: #333;
}
.tab-container {
    margin-top: 1em;
    font-size: 14px;
    line-height: 18px;
    min-height: 300px;
    padding: 2% 0%;
}
.tab-container ul li{
    font-size: 13px;
    line-height:20px;
    color: #666;
    width: 100%;
    padding: 0%;
}
.tab-container ul {
    margin-left: 0px;
}

.tab-container .content-article strong {
    display: inline!important;
}

.video-demo {
    width: 94%;
    display: block;
    background: #FFF;
    border: 1px solid #ddd;
    margin-bottom: 1em;
}

.video-noticia {
    width: 100%;
    display: block;
    background: #FFF;
    border:0px;
    margin-bottom: 1em;
}

.destaques-lateral .image-produto-outlet {
    margin-top: 9px!important;
    display: block;
    height: 120px!important;
}
.destaques-lateral .info-grid-outlet {
    padding-bottom: 1em;
}
/* --------------------
@Empresa FSS 
---------------------*/
.content-empresa {
    width: 94%;
    padding: 3%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 1em;
}
.content-empresa-slide{
    width: 100%;
    padding: 0%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 1em;
}
.content-empresa-slide #sync1 .item {
    border: 0px;
    width: 100%;
    padding: 0;
}
.content-empresa-slide #sync1 .item img{
    width: 100%;
}
.content-empresa-slide #sync2 .owl-wrapper {
    width: 95%!important;
    margin: auto;
    margin-top: 1em;
}
.cd-container {
    width: 100%;
    margin: 0 auto;
}
.history-image{
    width: 95%;
    display: block;
    margin-right: 3%;
}
.history-image img{
    width: 100%;
}
.cd-container::after {
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #de1f26;
}
#cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
}
#cd-timeline::before {
    left: 50%;
    margin-left: -2px;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block {
    margin: 4em 0;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.cd-timeline-img.cd-color {
    background: #de1f26;
}
.cd-timeline-img p{
    font-size: 14px;
    position: relative;
    top: 10px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.cd-timeline-img p span{
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
.cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius:0;
    border: 1px solid #ddd;
    padding: 1em;
}
.cd-timeline-content h3 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
    margin-bottom: 0.5em;
}
.cd-timeline-content p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
.cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%;
}
.cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ddd;
}
.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ddd;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
}
/* --------------------
@Tablet : @960px
----------------------*/
@media only screen and (max-width: 960px) {
    .article {
        padding: 0%;
    }
    .author {
        float: none;
        text-align: center;
    }
    .social-row {
        margin-top: 50px;
    }
    .social{
        float: left;
    }
    .vendedores { 
        box-shadow:0px 0px 0px #000;
        overflow: hidden;
    }
    .cd-timeline-img {
        left: 18px!important;
    }
    #cd-timeline::before {
        left: 18px!important;
        margin-left: -2px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: left!important;
        left: 20%!important;
        width: 60%!important;
    }
    .cd-timeline-content {
        left: 20%!important;
        width: 60%!important;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: auto!important;
        right: 100%!important;
        border-color: transparent!important;
        border-right-color: #ddd!important;
    }
    .languages{
        display: none;
    }
    .search {
        background: #ddd;
        top: 0.5em;
        right: 8%;
    }
    .nav-toggle {
        top: 1.8em;
        background: #ddd!important;
        border-radius: 500px;
    }
    .nav-no-active {
        background: #ddd!important;
    }
    .text-right {
        text-align: left!important;
    }
    .history-image {
        width: 100%;
        margin-bottom: 1em;
    }
    .box-search {
        width: 100%;
    }
    .form-search input[type="search"]{
        height: 40px;
        padding:0%;
    }
    .close-sch {
        top:20%;
        right: 40%;
    }
    .form-search button[type="submit"] {
        background: transparent;
        color: #890004;
        width: 50px;
        margin-top: -3em;
        height: 50px;
        float: right;
    }
    .form-search button[type="submit"]:hover {
        background: transparent;
    }
    .form-search button[type="submit"] i{
        color: #fff!important;
        font-size: 26px;
    }
    .form-search {
        top: 50%;
    }
    .modal {
        width: 100%;
        height: auto;
        max-width: 93%;
    }
    .modal-header h4 {
        font-size: 16px;
    }
    .modal-header {
        width: 96%;
        padding: 10% 2%;
        border-bottom: 1px solid #dbd9d9;
    }
}
/* --------------------
Mobile : @530px
----------------------*/
@media only screen and (max-width: 530px) {
    .row-social a { top: 5px;
    }
    .noticias { max-height:520px;
    }
    .noticias div { width: 100%;
    }
    .noticias div button{ margin-right: 1em;
    }
    .imagem-noticia { margin-bottom: 1em;
    }
    .header-filter { min-height: 80px;
                     overflow:inherit; padding: 3%;
    }
    .header-filter p{ float: left;
    }
    .row-social {
        padding: 5% 2%;
    }
    .logo img{
        width: 80%;
    }
    .search {
        background: #ddd;
        right: 16%;
    }
    .mob-header-attention {
        display: block;
        height: 40px!important;
        min-height: 40px!important;
    }
    .header-article {
        min-height: 80px;
    }
    .header-article > a {
        left: -10px;
        margin-top: 35px;
    }
    .social-row h4 {
        margin-bottom: 30px;
    }
    .bottom-footer ul li a > span {
        display: none;
    }
    .fixed-modal {
        position: absolute!important;
    }
    body {
        overflow: auto!important;
    }  
    .dropdown {
        width: 60%;
    }

}

#form-news label {
    position: absolute;
    right: 100px;
    top: 32px;
    color: rgb(222, 31, 38);
}

.mostra-msg-newsletter {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background:rgba(106, 106, 106, 0.7);
    z-index: 9999;
}

.mostra-msg-mail {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background:rgba(106, 106, 106, 0.7);
    z-index: 9999;
}

.add-newsletter, .email-sucesso {
    max-width: 600px;
    min-height: 40px;
    line-height: 40px;
    padding:30px 0px;
    margin: auto;
    position: absolute;
    top:30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    background: #FFF;
    color: #349954;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}

.no-newsletter, .email-erro {
    max-width: 600px;
    min-height: 40px;
    line-height: 40px;
    padding:30px 0px;
    margin: auto;
    position: absolute;
    top:30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    background: #FFF;
    color: #B51E23;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}

.add-newsletter{
    display: none;
}
.email-sucesso {
    display: none;
}

.no-newsletter {
    display: none;  
}

.email-erro {
    display: none;
}

.mostra-msg-mail {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background:rgba(106, 106, 106, 0.7);
    z-index: 9999; 
}

.mostra-msg-newsletter .close-modal-newslleter, 
.mostra-msg-mail .close-modal-newslleter {
    display: block;
    width: 120px;
    height: 40px;
    background: #DE1F26;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    margin: auto;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    border: 0px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.mostra-msg-newsletter .close-modal-newslleter:hover{
    background: #3d3d3d;
}

.mostra-msg-newsletter .close-modal-newslleter:focus{
    outline: none;
}


.mostra-msg-mail .close-modal-newslleter:hover{
    background: #3d3d3d;
}

.mostra-msg-mail .close-modal-newslleter:focus{
    outline: none;
}

.modal-screen {
    display: block;;
}

.modal-background {
    display: block;
}

.modal {
    display: block;
    opacity: 1;
    top: 10%;
}

.modal-background-color {
    background:rgba(20, 19, 19, 0.83);
    position: fixed;
    z-index: 9991;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.modal-produto {
    max-width: 1100px;
    display: block;
    margin: auto;
    position: absolute;
    top:-100%;
    z-index: 9999;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
}

.fixed-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}

.modal-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

h2 {
    font-size: 24px; font-weight: 400;
    color: #333; text-transform: uppercase;
}

.main-header a {
    text-decoration: none;
}

.main-header .brand-logo {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-header .brand-logo .brand-logo__name {
    font-size: 25px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #a30103;
}

.main-header .brand-logo span {
    display: block;
    font-size: 11px;
    width: 130px;
    text-transform: none;
    font-weight: 600;
    color: #414141;
}