.master-logo {
	
	cursor: pointer;
}

body{
    font-family: Hero;
    font-size: 1em;
}

#cart-login{
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    color: white;
    height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    z-index: 10;
}

#cart-login .navigation-login{
    float: right;
}

#cart-login span{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}

#cart-login span > img{
    max-width: 25px;
    margin-left: 5px;
}

#cart-login span > em{
    font-style: normal;
}

#cart-login span:hover{
    text-decoration: underline;
}

#cart-login span.separator{
    margin-left: 15px;
    margin-right: 10px;
}

#cart-login span.number-cart-items{
    background-color: white;
    color: black;
    padding: 3px;
    padding-right: 5px;
    border-radius: 2px;
}

#menu{
    margin-top: 40px;
}

#menu > .content-menu{
    display: flex;
    align-items: center;
}

#menu > .content-menu > img{
    padding: 10px;
    max-width: 200px;
}

#menu > .content-menu > ul{
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: right;
}

#menu > .content-menu > ul > li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#menu > .content-menu > ul > li > a{
    color: black;
}

#menu > .content-menu > ul > li:hover{
    border-top: 1px solid #fbeb33;
    border-bottom: 1px solid #fbeb33;
}

#menu .show-menu-mobile > ul{
    margin: 0;
    list-style: none;
}

#menu .show-menu-mobile > ul > li{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#menu .show-menu-mobile > ul > li > a{
    color: black;
}

#menu .show-menu-mobile{
    display: none;
}

#banner > div{
    padding: 0;
}

.slick-slide{
    position: relative;
    outline: none;
}

#banenr > .rotative-banner .slick-slide{
    outline: none;
}

#banner .slick-slide .img-banner{
    width: 100%;
}

#banner .slogan-banner{
    position: absolute;
    top: 21%;
    left: 10%;
}

#banner .slogan-banner > p{
    background-color: rgba(240, 248, 255, 0.81);
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #004b63;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#banner .slogan-banner > p{
	
	float: left;
	clear: both;
}

#banner .slogan-banner > p.title-one{

	float: none;	
}

#banner .slogan-banner > p.title-one{
    font-size: 3em;
    max-width: 75%;
    font-family: HeroLight !important;
    min-width: 300px;
}

#banner .slogan-banner > p.title-two{
    font-size: 1.6em;
    font-weight: bold;
}

#banner .slogan-banner > p.title-three{
    font-size: 1.2em;
}

#_about_us{
    background-color: #f1f1f1;
} 

#_about_us .title{
    background-color: #414042;
    max-width: 350px;
    text-align: center;
    margin: auto;
    color: white;
    text-transform: uppercase;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
}

#_about_us .title > h1{
    font-size: 2.5rem;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    font-family: HeroLight;
}

#_about_us .content-about-us{
    padding-top: 5%;
    padding-bottom: 10%;
}

#_about_us .content-about-us h2{
    font-size: 1.5em;
}

#_about_us .content-about-us .description-text{
    text-align: justify;
}

#_about_us .content-about-us iframe{
    border: none;
}

#news{
   position: relative; 
    padding-bottom: 5%;
}

#news .title{
    background-color: #414042;
    color: white;
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-top: -28px;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
}

#news .title > h2{
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    font-family: HeroLight;
}

#news .highlight-news{
    margin-top: 3%;
}

#news .highlight-news .slick-slide{
    outline: none;
    transition: all ease-in-out .2s;
}

#news .highlight-news .slick-slide:hover{
    transform: scale(0.98);
    cursor: pointer;
}

#news .highlight-news .slick-slide > img{
    width: 100%;
}

#news .highlight-news .slick-slide > .description-indivual-news{
    margin-top: 5%;
}

#news .highlight-news .slick-slide > .description-indivual-news > p{
    margin:0;
}

#news .highlight-news .slick-slide > .description-indivual-news > p.title-news{
    text-transform: uppercase;
    font-weight: bold;
}

#news .highlight-news .slick-slide > .description-indivual-news > p.description-news{}

#news .highlight-news .slick-slide > .description-indivual-news > div{
    border: 1px solid black;
    max-width: 120px;
    margin-top: 4%;
    padding-left: 10px;
    cursor: pointer;
}

#news .highlight-news .slick-slide > .description-indivual-news > div > span{
    color: white;
    background-color: gray;
    float: right;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

#news .highlight-news ul.slick-dots{
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-top: 5%;
    width: 100%;
    text-align: center;
}

#news .highlight-news ul.slick-dots > li{
    display: inline-block;
    border: 2px solid black;
    color: white;
    margin: 10px;
    min-width: 15px;
    border-radius: 15px;
    cursor: pointer;
    height: 15px;
    font-size: 1px;
}

#news .highlight-news ul.slick-dots > li > button{
    outline: none;
}

#news .highlight-news ul.slick-dots > li.slick-active{
    background-color: gray;
    color: gray;
}

#news .view-more-news{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 250px;
    border-color: transparent transparent #798C93 transparent;
    -webkit-border-color: transparent transparent #798C93 transparent;
    -moz-border-color: transparent transparent #798C93 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#news .text-view-more-news{
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

#news .text-view-more-news:hover{
    transform: scale(0.98);
}

#catalogs{
    position: relative;
    padding-bottom: 10%;
    background-color: #C4CED4;
}

#catalogs .title{
    background-color: #798C93;
    color: white;
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-top: -20px;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
}

#catalogs .title > h3{
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    font-size: 2.5rem;
    font-family: HeroLight;
}

#catalogs .catalogs{
    margin-top: 5%;
}

#catalogs .catalogs .slick-slide{
    outline: none;
    padding: .5%;
    transition: all ease-in-out .2s;
}

#catalogs .catalogs .slick-slide:hover{
    transform: scale(0.98);
    cursor: pointer;
}

#catalogs .catalogs .slick-slide > img{
    width: 100%;
}

#catalogs .catalogs .slick-slide > .description-catalogs{
    margin-top: 5%;
}

#catalogs .catalogs .slick-slide > .description-catalogs > p{
    margin:0;
}

#catalogs .catalogs .slick-slide > .description-catalogs > p.title-catalog{
    text-transform: uppercase;
    font-weight: bold;
}

#catalogs .catalogs .slick-slide > .description-catalogs div.row {
	
	margin-top: 0.5em;
}
#catalogs .catalogs .slick-slide > .description-catalogs div.open-catalog {
    border: 1px solid black;
    width: 100%;
    max-width: 250px;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}

#catalogs .catalogs .slick-slide > .description-catalogs div.open-catalog > span {

    color: white;
    background-color: gray;
    font-weight: bold;
    min-width: 20px;
    text-align: center;

	position: absolute;
	top:0;
	right: 0;
	height: 100%;
}

#catalogs .catalogs .slick-slide > .description-catalogs div.know-more {
	border: 1px solid grey;
	background-color: grey;
	margin-top: 5%;
    text-align: center;
    cursor: pointer;
}

#catalogs .catalogs .slick-slide > .description-catalogs div.know-more a {

	color: white;
	outline: none;	
}


#catalogs .catalogs ul.slick-dots {
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-top: 5%;
    width: 100%;
    text-align: center;
}

#catalogs .catalogs ul.slick-dots > li {
    display: inline-block;
    border: 2px solid black;
    color: white;
    margin: 10px;
    min-width: 15px;
    border-radius: 15px;
    cursor: pointer;
    height: 15px;
    font-size: 1px;
}

#catalogs .catalogs ul.slick-dots > li.slick-active {
    background-color: gray;
    color: gray;
}


#catalogs .view-more-catalogs{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 250px;
    border-color: transparent transparent white transparent;
    -webkit-border-color: transparent transparent white transparent;
    -moz-border-color: transparent transparent white transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#catalogs .text-view-more-catalogs{
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
    color: black;
    text-transform: uppercase;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

#catalogs .text-view-more-catalogs:hover{
    transform: scale(0.98);
}

#promotion{
    position: relative;
    padding-bottom: 10%;
    background-color: white;
}

#promotion .title{
    background-color: #414042;
    color: white;
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-top: -20px;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
}

#promotion .title > h4{
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    font-size: 2.5rem;
    font-family: HeroLight;
}

#promotion > #content-promotions{
    margin-top: 5%;
}

#promotion > #content-promotions .img-promotion{
    min-height: 27vh;
    max-height: 27vh;
    overflow: hidden;
    position: relative;
}

#promotion > #content-promotions .img-promotion .promo-value {
	
	padding: 1em;
    background-color: #c71f16;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: white;
    font-size: 1.2em;
}

#promotion > #content-promotions .img-promotion > img{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

#promotion > #content-promotions .desc-promotion{
    margin-top: 5%;
    border-top: 1px solid gray;
    padding-top: 5px;
}

#promotion > #content-promotions .desc-promotion > p{
    min-height: 50px;
}

#promotion > #content-promotions .desc-promotion > .price > span:first-child{
    color: white;
    background-color: #C66C0A;
    font-weight: bold;
    padding: 8px;
    display: block;
    height: 40px;
    width: 80%;
    float: left;
}

#promotion > #content-promotions .desc-promotion > .price > span:last-child{
    background-color: #414042;
    display: flex;
    align-items: center;
    height: 40px;
    width: 18%;
    float: right;
}

#promotion > #content-promotions .desc-promotion > .price > span:last-child > img{
    max-width: 20px;
    margin: auto;
}

#promotion > #content-promotions > div > div{
    margin-bottom: 5%;
    transition: all ease-in-out .2s;
}

#promotion > #content-promotions > div > div:hover{
    transform: scale(0.98);
}

#promotion .view-more-promotions{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 250px;
    border-color: transparent transparent #DCE7EF transparent;
    -webkit-border-color: transparent transparent #DCE7EF transparent;
    -moz-border-color: transparent transparent #DCE7EF transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#promotion .text-view-more-promotions{
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
    color: black;
    text-transform: uppercase;
    font-size: 1.4rem;
    cursor: pointer;
}

#footer-nav{
    background-color: #231F20;
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
}

#footer-nav .column-1 p.titles{
    color: #C66C0A;
}

#footer-nav .column-1 div.condictions{
    color: #C66C0A;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

#footer-nav .column-1 div.condictions > p{
    margin: 0;
}

#footer-nav .column-1 > p{
    margin: 0;
}

#footer-nav .column-2 > div{
    color: #C66C0A;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

#footer-nav .column-2 > p > img{
    max-width: 30px;
}

#footer-nav .column-2 > ul{
    list-style: none;
    display: inline-block;
    margin: 0;
}

#footer-nav .column-2 > ul > li{
    display: inline-block;
}

#footer-nav .column-2 > ul > li > a > img{
    max-width: 35px;
}

#footer-nav .column-3 > div{
    color: #C66C0A;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

#footer-nav .column-3 > p{
    margin: 0;
}

#footer-nav .column-4 > div{
    color: #C66C0A;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

#footer-nav .column-4 > p{
    margin: 0;
}

footer{
    background-color: #231F20;
    color: gray;
    padding-top: 5%;
}

footer > div > div{
    border-top: 1px solid white;
    padding-top: 10px;
    padding-bottom: 15px;
}

#modal-login-register{
    display: none;
    background-color: white;
    position: fixed;
    z-index: 100;
    top: 30%;
    padding: 3%;
    width: 30%;
    margin-left: 35%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

footer > .credits > div.design{
    text-align: right;
}

#contacts{
    background-color: #E5EAEE;
    padding-bottom: 5%;
}

#contacts > div > .title{
    background-color: #414042;
    max-width: 40%;
    text-align: center;
    margin: auto;
    color: white;
    text-transform: uppercase;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    margin-bottom: 5%;
}

#contacts > div > .title > h1{
    font-size: 2.5rem;
    font-family: HeroLight;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    font-family: HeroLight;

}

#contacts ._contacts ul{
    list-style: none;
    margin: 0;
}

#contacts ._contacts ul > li{
    margin-bottom: 2%;
}

#contacts ._contacts ul > li img{
    max-width: 40px;
}

#contacts ._contacts ul > li.horario{
    display: flex;
    align-items: center;
}

#contacts ._contacts ul > li.horario p{
    margin: 0;
    margin-left: 7px;
}

#contacts ._contacts-complement ul{
    list-style: none;
    margin: 0;
}

#contacts ._contacts-complement ul > li{
    margin-bottom: 2%;
}

#contacts ._contacts-complement ul > li img{
    max-width: 40px;
}

#contacts h2{
    text-transform: uppercase;
}

#contacts > .form-and-map{
    margin-top: 5%;
}

#contacts h2{
    font-size: 2rem;
    font-family: Hero;
}

#contacts > .form-and-map input,#contacts > .form-and-map textarea{
    background-color: #C5CED2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    border: none;
    margin-bottom: 4px;
}

#contacts > .form-and-map form button{
    width: 100%;
    background-color: #414042;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    margin-top: 15px;
    font-size: 1.2em;
}

#contacts > .form-and-map input::-webkit-input-placeholder, #contacts > .form-and-map textarea::-webkit-input-placeholder  { 
  color: white;
}
#contacts > .form-and-map input::-moz-placeholder, #contacts > .form-and-map textarea::-moz-input-placeholder { 
  color: white;
}
#contacts > .form-and-map input:-ms-input-placeholder, #contacts > .form-and-map textarea::-ms-input-placeholder { 
  color: white;
}
#contacts > .form-and-map input:-moz-placeholder, #contacts > .form-and-map textarea::-moz-input-placeholder { 
  color: white;
}

#loja{
    background-color: #E6DDC5;
    overflow: hidden;
}

#loja .title{
    background-color: #414042;
    max-width: 350px;
    text-align: center;
    margin: auto;
    color: white;
    text-transform: uppercase;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
}

#loja .title > h1{
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    font-size: 2.5rem;
    font-family: HeroLight;
}

#loja > div.filters{
    display: flex;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 2%;
}

#loja > div.filters > p, #loja > div.filters > select{
    margin: 0;
    margin-right: 5px;
}

#loja > div.filters > input{
    margin: 0;
}

/*#loja .menu-online-store, #loja .content-online-store{
    background-color: white;
}*/

#content-loja{
    background-color: white;
    padding-bottom: 5%;
    padding-top: 1%;
}

#content-loja .menu-online-store > ul{
    margin: 0;
    padding-left: 15px;
    list-style: none;
}

#content-loja .menu-online-store > ul > li{
    border-top: 1px solid black;
    padding-top: 7px;
    padding-bottom: 7px;
    color: grey;
    cursor: pointer;
}

#content-loja .menu-online-store > ul > li .subcategory{
    display:none;
    list-style: none;
}

#content-loja .menu-online-store > ul > li .subcategory > li{
    font-size: 0.9rem;
}

#content-loja .menu-online-store > ul > li > span{
    float: right;
    font-size: 2rem;
    line-height: initial;
    margin-top: -4px;
    margin-right: 5px;
    color: #ECA824;
    display: none;
}

#content-loja .menu-online-store > ul > li:hover > span{
    display: block;
}

#content-loja .content-online-store div.no-products {

	display: flex;
	align-items: center;
	height: 15em;
}

#content-loja .content-online-store div.no-products > div {

	text-align: center;	
	width: 100%;
	color: #666;
}
#content-loja .content-online-store > div > div{
    margin-bottom: 5%;
    /*transition: all ease-in-out .2s;*/
}

#content-loja .content-online-store > div > div:hover{
    /*transform: scale(0.98);*/
}

#content-loja .content-online-store .img-promotion{
    min-height: 27vh;
    max-height: 27vh;
    overflow: hidden;
}

#content-loja .content-online-store .desc-promotion{
    margin-top: 5%;
    border-top: 1px solid gray;
    padding-top: 5px;
}

#content-loja .content-online-store .desc-promotion > p{
    min-height: 50px;
}

#content-loja .content-online-store .img-promotion > img{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

#content-loja .content-online-store > div > div > .desc-promotion > .price > span:first-child{
    color: white;
    background-color: #C66C0A;
    font-weight: bold;
    padding: 8px;
    display: block;
    height: 40px;
    width: 80%;
    float: left;
}

#content-loja .content-online-store > div > div > .desc-promotion > .price > span:last-child{
    background-color: #414042;
    display: flex;
    align-items: center;
    height: 40px;
    width: 18%;
    float: right;
}

#content-loja .content-online-store > div > div > .desc-promotion > .price > span:last-child > img{
    max-width: 20px;
    margin: auto;
}

#article{
    padding-bottom: 5%;
    border-top: 1px solid #C66C0A;
}

#article .title{
    background-color: #C66C0A;
    max-width: 350px;
    text-align: center;
    margin: auto;
    margin-bottom: 6%;
    color: white;
    text-transform: uppercase;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
}

#article .title > h1{
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    font-size: 2.5rem;
    font-family: HeroLight;
}

#article .product-detail-multimedia > .img-product-detail img{
    width: 100%;
    max-width: 350px;
    margin: auto;
}

#article .product-detail-multimedia > .img-product-detail-thumbnail .slick-slide{
    max-width: 75px;
    margin: 5px;
    border: 1px solid gray;
}

#article .product-detail-multimedia > .video-catal-share{
    display: flex;
    text-align: center;
    margin-top: 3%;
}

#article .product-detail-multimedia > .video-catal-share > div{
    margin: 15px;
}

#article .product-detail-multimedia > .video-catal-share > div > p{
    margin: 0;
    text-transform: uppercase;
}

#article .product-detail-multimedia > .video-catal-share img{
    margin-top: 15px;
    padding: 5px;
}

#article .product-detail-multimedia > .video-catal-share > .shares{
    width: 45%;
}

#article .product-detail-multimedia > .video-catal-share > div > .share-icons > a > img{
    max-width: 50px;
}

.separator{
    width: 95%;
    height: 7px;
    background-color: gainsboro;
    margin: auto;
}

#button-price{
    background-color: #C66C0A;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1.5rem;
}


#button-buy{
    background-color: #414042;
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.progress-bar{
    background-color: gainsboro;
    width: 100%;
    height: 10px;
}

.progress-bar > div{
    width: 41.66666%;
    height: 10px;
    background-color: #C66C0A;
}

.colors{
    margin-top: 10px;
    display: flex;
}

.colors > div{
    margin-left: 2px;
    margin-right: 2px;
}

.colors > .color-1{
    width: 30px;
    height: 30px;
    background-color: firebrick;
    border: 1px solid black;
}

.get-colors .name-color {
	
	display: none;
}

.get-colors .color-color.color-color-border  {
	
	border: 1px solid black;

}
.colors > .color-2{
    width: 30px;
    height: 30px;
    background-color: black;
}
.colors > .color-3{
    width: 30px;
    height: 30px;
    background-color: brown;
}
.colors > .color-4{
    width: 30px;
    height: 30px;
    background-color: gray;
}

.title-product{
    margin-top: 2%;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.description-product{}

.description-product > p:first-child{
    margin: 0;
    margin-top: 4%;
    font-size: 1.2rem;
}

.description-product > p:last-child{
    margin: 0;
    margin-top: 1%;
}

.colors-and-sizes{
    margin-top: 5%;
}

.colors-and-sizes p{
    margin: 0;
    font-size: 1.2rem;
}

.reference{
    color: gray;
}

.see-more-relation{
    margin-top: 5%;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.separator-relation-products{
    height: 10px;
    width: 100%;
    background-color: gainsboro;
}

#relationship-products{
    padding-top: 2%;
}

#relationship-products > div > div{
    margin-bottom: 5%;
    transition: all ease-in-out .2s;
}

#relationship-products > div > div:hover{
    transform: scale(0.98);
}

#relationship-products .img-promotion {
    min-height: 27vh;
    max-height: 27vh;
    overflow: hidden;
}

#relationship-products .img-promotion > img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

#relationship-products .desc-promotion {
    margin-top: 5%;
    border-top: 1px solid gray;
    padding-top: 5px;
}

#relationship-products .desc-promotion > p{
    min-height: 50px;
}

#relationship-products .desc-promotion > .price > span:first-child {
    color: white;
    background-color: #C66C0A;
    font-weight: bold;
    padding: 8px;
    display: block;
    height: 40px;
    width: 80%;
    float: left;
}

#relationship-products .desc-promotion > .price > span:last-child {
    background-color: #414042;
    display: flex;
    align-items: center;
    height: 40px;
    width: 18%;
    float: right;
}

#relationship-products .desc-promotion > .price > span:last-child > img{
    max-width: 20px;
    margin: auto;
}

.column-block{
    cursor: pointer;
}

#options-to-buy{
    z-index: 10;
    outline: none;
}

#options-to-buy .more-img > img{
    width: 20%;
    border: 1px solid #DAD7D7;
    margin-bottom: 5px;
}

#options-to-buy .options-buy,#options-to-buy .options-client{
    padding-top: 2%;
}

#options-to-buy .options-buy h1{
    font-size: 1.5rem;
    text-transform: uppercase;
}

#options-to-buy .options-client h2{
    font-size: 1.5rem;
    text-transform: uppercase;
}

#options-to-buy .form-options-buy #buy{
    background-color: #C66C0A;
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in-out .2s;
}

#options-to-buy .form-options-buy #buy:hover{
    transform: scale(1.03);
}

#options-to-buy .form-more-options-buy #buy-description{
    background-color: #C66C0A;
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in-out .2s;
}

#options-to-buy .form-more-options-buy #buy-description:hover{
    transform: scale(1.03);
}

#options-to-buy > .close-button{
    right: inherit;
    left: 5%;
    top: 4%;
    font-size: 1.5rem;
}

#options-to-buy .get-colors .selected-color{
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1…ts='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    display: flex;
    cursor:pointer;
}

#options-to-buy .get-colors .selected-color > .color-color{
    height: 20px;
    display: block;
    overflow: hidden;
}

#options-colors {
    /*display: none;*/
    position: relative;
    background-color: white;
    width: 100%;
    border: 1px solid #cacaca;
    padding: 1%;
    
        margin-bottom: 0.3em;
}

#options-colors .span-color-item {
	
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
}

#options-colors > span {
    cursor: pointer;
	border: 1px solid black;
}

#options-colors > span.cores-na {
	
	border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#news-detail h1{
    font-family: HeroLight;
}

#news-detail{
    outline: none;
}

#list-of-products-by-category > .column-block {
    margin-bottom: 5%;
    transition: all ease-in-out .2s;
}

#list-of-products-by-category > .column-block:hover {
    transform: scale(0.98);
}

#list-of-products-by-category .img-promotion{
    min-height: 27vh;
    max-height: 27vh;
    overflow: hidden;
}

#list-of-products-by-category .desc-promotion{
    margin-top: 5%;
    border-top: 1px solid gray;
    padding-top: 5px;
}

#list-of-products-by-category .desc-promotion > .price > span:first-child {
    color: white;
    background-color: #C66C0A;
    font-weight: bold;
    padding: 8px;
    display: block;
    height: 40px;
    width: 80%;
    float: left;
}

#list-of-products-by-category .desc-promotion > .price > span:last-child {
    background-color: #414042;
    display: flex;
    align-items: center;
    height: 40px;
    width: 18%;
    float: right;
}

#list-of-products-by-category .desc-promotion > .price > span:last-child > img {
    max-width: 20px;
    margin: auto;
}

.accordion-title{
    font-size: 1rem;
}

#buy-catalog{
    outline: none;
}

#buy-catalog > h1{
    font-size: 2rem;
    font-family: HeroLight;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

#buy-catalog > p{
    padding: 3%;
}

#buy-catalog .button{
    margin: auto;
    display: block;
    min-width: 150px;
}

#pdf-view{
    outline: none;
    z-index: 10;
}

#pdf-view iframe{
    width: 94%;
    height: 95vh;
    margin-left: 3%;
    border: none;
}

#portfolio .title {
    background-color: #414042;
    color: white;
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    margin: auto;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
}

#portfolio .title > h2 {
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    font-family: HeroLight;
}

#portfolio .portfolio{
    margin-top: 5%;
    margin-bottom: 5%;
}

#show-portfolio{
    z-index: 10;
    outline: none;
    text-align: center;
}

#show-portfolio > img{
    /*width: 30%;*/
    max-height: 80vh;
    margin-bottom: 2vh;
}

#product-video{
    outline: none;
}

#product-video iframe{
    width: 94%;
    height: 50vh;
    margin: auto;
    display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
}

.img-video-product{
    position: relative;
}

.img-video-product > div{
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.img-video-product > iframe{
    width:95%;
    height: 20vh;
    border: none;
    margin-top: 15px;
}


.thumb-article{
    width: 5vw;
    height: 7vh;
}

#portfoliogallery{
    padding-top: 2%;
    padding-bottom: 2%;
}

#portfoliogallery .portfoliogallery img{
    margin: auto;
}

#portfoliogallery .portfoliogallery .slick-prev{
    position: absolute;
    z-index: 10;
    left: 50px;
    top: 40%;
    outline: none;
}

#portfoliogallery .portfoliogallery .slick-next{
    position: absolute;
    z-index: 10;
    left: 100px;
    top: 40%;
    outline: none;
}

#portfoliogallery .portfoliogallery .slick-prev > img, #portfoliogallery .portfoliogallery .slick-next > img{
    width: 65%;
}

#portfoliogallery .portfoliogallery h1{
    font-family: HeroLight;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    
    body{
        font-size: 0.9em;
    }
    
    #cart-login {
        min-height: 40px;
    }
    
    #cart-login span {
        text-transform: uppercase;
        font-size: 0.7em;
        font-weight: bold;
        cursor: pointer;
    }
    
    #cart-login span > img{
        width: 20px;
    }
    
    #menu {
        top: 0px;
        position: fixed;
        width: 100%;
        background-color: white;
        z-index: 1;
        margin-top: 0;
    }
    
    #menu > .content-menu > img {
        max-width: 90px;
    }
    
    #menu > div > .menu-small{
        float: right;
        width: 100%;
    }
    
    /*Goncalo*/
    #menu > div > .menu-small > img{
        max-width: 30px;
        float: right;
        cursor: pointer;
    }
    
    #menu .show-menu-mobile{
        position: absolute;
        top: 52px;
        z-index: 10;
        background-color: rgb(239, 239, 239);
        display: none;
    }
    
    #banner{
        margin-top: 50px;
    }
    
    #banner .slogan-banner {
        left: 4%;
    }

    #banner .slogan-banner > p.title-one {
        font-size: 1em;
        max-width: 70%;
        min-width: 30%;
    }
    
    #banner .slogan-banner > p.title-two {
        font-size: 1em;
        width: auto;
        max-width: 300px;
    }
    
    #banner .slogan-banner > p.title-three {
        font-size: 0.9em;
        width: 75%;
    }
    
    #_about_us {
        margin-top: 0px;
    }
    
    #_about_us .title > h1 {
        font-size: 2rem;
        padding-top: 1em;
    }
    
    #_about_us .content-about-us h2 {
        font-size: 1.2em;
    }
    
    #news .title {
        margin-top: 0px;
        max-width: 80%;
    }
    
    #catalogs .title {
        margin-top: 0px;
        max-width: 80%;
    }
    
    #promotion .title {
        margin-top: -13px;
        max-width: 80%;
    }
    
    #modal-login-register{
        width: 95%;
        margin-left: 2.5%;
    }
    
    footer > .credits {
        text-align: center;
    }
    
    footer > .credits > div.design{
        text-align: center;
    }
    
    #contacts {
        margin-top: 54px;
    }
    
    #contacts > div > .title{
        max-width: 80%;
    }

    #contacts > div > .title > h1{
        font-size: 1.5rem;
    }
    
    #contacts ._contacts ul > li, #contacts ._contacts-complement ul > li {
        margin-bottom: 10%;
    }
    
    #contacts ._contacts ul > li img, #contacts ._contacts-complement ul > li img {
        max-width: 20px;
    }
    
    #contacts h2 {
        font-size: 1.3rem;
    }
    
    #contacts > .form-and-map form button {
        margin-bottom: 20%;
    }
    
    #loja {
        margin-top: 54px;
    }
    
    #loja > div.filters > img{
        max-width: 40px;
        margin-right: 10px;
    }
    
    #content-loja .menu-online-store{
        display: none;
    }

    #content-loja .content-online-store{
        display: block;
    }
    
    #article {
        margin-top: 54px;
    }
    
    #_about_us .title {
        margin-top: 8%;
        max-width: 85%;
    }
    
    #_about_us .content-about-us iframe {
        margin-top: 3%;
        margin-bottom: 15%;
    }
    
    #news .title > h2 {
        font-size: 1.5rem;
    }
    
    #catalogs .title > h3 {
        font-size: 2rem;
    }
    
    #news {
        padding-bottom: 15%;
        margin-top: 54px;
    }
    
    #catalogs {
        padding-bottom: 15%;
        margin-top: 54px;
    }
    
    #promotion .title > h4 {
        font-size: 2rem;
    }
    
    #footer-nav .column-1 div.condictions {
        margin-top: 10%;    
    }
    
    #footer-nav .column-2 > div {
        margin-top: 10%;
    }
    
    #footer-nav .column-3 > div {
        margin-top: 10%;
    }
    
    #footer-nav .column-4 > div {
        margin-top: 10%;
    }
    
    #loja .title {
        max-width: 85%;
        margin-top: 5%;
    }
    
    #loja .title > h1{
        font-size: 2rem;
    }
    
    #loja > div.filters {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    #content-loja .breadcrumbs{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    #article .title {
        max-width: 85%;
        margin-bottom: 5%;
    }
    
    #article .title > h1 {
        font-size: 2rem;
    }
    
    #article .product-detail-multimedia{
        padding-bottom: 15%;
    }
    
    #article .colors-and-sizes{
        padding-top: 3%;
    }
    
    #article .see-more-relation{
        padding-top: 20%;
    }
    
    #article .product-detail-multimedia > .img-product-detail img {
        margin: auto;
    }
    
    #options-to-buy {
        padding-top: 16%;
    }
    
    #options-to-buy > .close-button {
        top: 2%;
    }
    
    #options-to-buy .options-client{
        margin-top: 5%;
        height: auto !important;
        padding-bottom: 5%;
    }
    
    #options-colors {
        display: none;
        position: relative;
        background-color: white;
        width: 90%;
    }
    
    
    #banner .slick-slide .img-banner {
        width: auto;
        /*height: 38vh;*/
    }

	#catalogs .catalogs .slick-slide > .description-catalogs div.row {  
	
		font-size: 1em !important;	
	
	}
    
    #portfoliogallery {
        padding-top: 15%;
        padding-bottom: 2%;
    }
    
    #portfoliogallery .portfoliogallery h1 {
        margin-top: 6%;
    }
    
    #portfoliogallery .portfoliogallery .slick-next {
        left: auto;
        right: 5px;
        top: 5px;
    }
    
    #portfoliogallery .portfoliogallery .slick-prev {
        left: auto;
        right: 50px;
        top: 5px;
    }
    
}


@media screen and (max-width: 910px) {
	
	#catalogs .catalogs .slick-slide > .description-catalogs div.row {  
	
		font-size: 0.8em;	
	
	}	
  	
}
/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 1390px ) {}
 
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    
    #menu {
        margin-top: 0px;
    }
    
    #menu > .content-menu > img {
        padding: 10px;
        max-width: 110px;
    }
    
    #menu > div > .menu-small {
        float: right;
        width: 100%;
    }
    
    #menu > div > .menu-small > img {
        max-width: 30px;
        float: right;
        cursor: pointer;
    }
    
    .menu {
        margin: 0;
        list-style-type: none;
    }
    
    #options-to-buy .options-client{
        margin-top: 5%;
        height: auto !important;
        padding-bottom: 5%;
    }
    
    #catalogs .catalogs .slick-slide > .description-catalogs div.know-more {
        margin-top: 5%;
    }
    
    #portfoliogallery .portfoliogallery .slick-next {
        left: auto;
        right: 5px;
        top: 5px;
    }
    
    #portfoliogallery .portfoliogallery .slick-prev {
        left: auto;
        right: 50px;
        top: 5px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1300px) {
    
    #news .view-more-news,#catalogs .view-more-catalogs, #promotion .view-more-promotions {
        border-width: 0 0 180px 180px;
    }
    
    #news .text-view-more-news, #catalogs .text-view-more-catalogs, #promotion .text-view-more-promotions {
        font-size: 1rem;
    }
    
    
}
  
/* Large and up */
@media screen and (min-width: 77em) {}
  
/* Large only */
@media screen and (min-width: 77em) and (max-width: 89.9375em) {}