body {
	font-family: 'Lato', sans-serif;
}
.orange {
	background: #f48020 !important;
	padding: 1px 11px !important;
    font-size: 11px !important;
    border-radius: 0 !important;
}
.with-layer {
	position: relative;
    width: 243px;
}
.with-layer .btn {
	position: absolute
}
.with-layer .layer {
	height: 40px;
    width: 157px;
    background: orange;
    top: 2px;
    position: absolute;
    right: 82px;
}
#banner_header {
	max-width: 100%;
    position: absolute;
    z-index: -100;
}
#banner_header img {
	max-width: 100%;
}

/** MOBILE **/
@media only screen and (max-width: 500px){
	#banner_header {
		display: none !important;
	}
	#main-container {
    	padding-top: 4pc !important;
	}
	.collapsible-header .action_more {
    	position: absolute;
    	right: 0pc;
    	top: 0.7pc;
	}
	.collapsible-header {
    	font-size: 10px;
	}
    .header-primary-container .hp-logo .header-logo {
        margin-top: 0 !important;
    }
    .header-logo {
        margin-top: 0% !important;    
    }
    .header-logo img {
        width: 56% !important; 
    }
    .btn-toogle-res-menu {
        background-color: #000 !important;
    }
    /** alterações Eduardo **/
    .mobile-link.open {
        text-align: right;
    }
    .header-account.amz-toggle-content .links {
        text-align: left;
    }
    .header-logo img {
        max-width: 60%;
        margin-top: 84px;
        margin-bottom: 0;
    }
}
.collapsible-body {
	background: #fff !important;
}
.collapsible {
    border: none !important;
    box-shadow: none !important;
}
.collapsible-body {
    border: none !important;
    margin-top: -2pc;
}
.collapsible-header {
	position: relative !important;
	border: none;
    background: #f2f2f2;
    font-size: 20px;
    margin-bottom: 2pc;
}
.collapsible-header .action_more {
    position: absolute;
    right: 2pc;
    top: 1pc;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 46px;
}
.collapsible-header .action_more span.more_less {
	position: absolute;
    top: 3px;
    right: 26px;
}
.with_sub {
	position: relative;
	color: #f48020;
}
.with_sub::after {
	content: ' ';
    height: 5px;
    width: 9pc;
    background: #f48020;
    margin: 0;
    position: absolute;
    bottom: -17px;
    left: 0;
}
#main-container {
	padding-top: 21pc;
}
.footer {
	background: #000;
    margin-bottom: 0;
    color: #fff;
    margin: 0;
    /*height: 14pc;*/
    margin-top: 8pc;
    padding-top: 2pc;
    font-size: 12px;
    padding-bottom: 1pc;
}
#footer-list li {
	margin-top: 5px;
}
#footer-list li i {
	margin-right: 8px;
	color: #f48020;
}
.footer .container {
	font-size: 14px;
	color: #fff;
}
hr {
	box-shadow: none;
    height: 3px;
    background: #f48020;
    border: none;
    margin-bottom: 2pc;
    margin-top: 2pc;
}
ul.list li {
	list-style-type: square !important;
	margin-top: 2.1pc;
	margin-left: 17px;
	color: #f48020;
}
ul.list li .title {
	color: #f48020;
	text-transform: uppercase;
}
ul.list li p {
	margin-top: 0;
	color: #333;
}
ul.inside-list li {
	list-style-type: none !important;
	margin-top: 0;
	color: #333;
	margin-left: 0;
}
 /*.collapsible li.active i {*/
  /*-ms-transform: rotate(180deg); /* IE 9 */*/
  /*-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */*/
  /*transform: rotate(180deg);*/
/*}*/

.footer-copyright {
    display:none !important;
}
.row-header {
    width: 114% !important;
    margin-left: -74px !important;
    padding-bottom: -2px !important;
}
.header-primary-container {
    height: 127px !important;
}



