

body {
	background: #0c102d;
	color: #0a0d2c;
	font-family: "Oswald", Arial;
}

/* STORE */

.store,
.store__holder,
.store__icon,
.store__icon-img,
.store__info,
.store__title,
.store__url,
.store__link,
.store__social,
.store__social-icon,
.store__social-img {
    position: relative;
}

.store__holder {
    align-items: center;
    background-color: #ff4500;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.store__icon {
    margin-right: 20px;
    max-width: 80px;
}

.store__icon-img {
    width: 100%;
}

.store__title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.store__url {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.store__link {
    color: #fff !important;
}

.store__social {
    display: none;
    justify-content: space-between;
}


@media only screen and (min-width: 1900px) {
    
    .store {
       position: fixed;
       z-index: 999;
       width: 20%;
       left: 0;
    }
    
    .store__holder {
        flex-direction: column;
        min-height: 500px;
    }
    
    .store__icon {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .store__title {
        font-size: 5.5em;
        line-height: 120%;
    }
    
    .store__url {
        font-size: 1.5em;
    }

}

@media only screen and (min-width : 1921px) {
    
    .store {
        margin-left: -20%;
        left: auto;
    }
 
}

/* --- UTILS --- */

.rem-padding {
	padding: 0px;
}

.rem-padding-sides {
	padding-left: 0px;
	padding-right: 0px;
}

.white-back {
	background: white;
}

.google-maps {
    position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* --- MARCAMP HEADER --- */

.marcamp-header {
	background-color: white;
	border-color: white;
	margin-bottom: 0px;
	height: 140px;
}

.marcamp-header .navbar-brand {
	margin-top: 6px;
	margin-left: 10px;
}

.navbar-wrapper .navbar-default .navbar-nav>li>a {
	color: #0a0d2c;
	padding: 15px 10px;
	text-transform: uppercase;
	display: inline-block;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: white;
}

.navbar-nav>li>a:hover {
	color: #48494F !important;
}

.bigbar {
	padding-bottom: 5px;
}

.marcant-menu {
	position: absolute;
	right: 30px;
	top: 66px;
}

.marcant-menu > ul > li > a {
	padding: 15px 20px !important;
	font-size: 16px;
}

.marcant-menu > ul > li:last-child > a {
	padding-right: 4px !important;
}

.marcant-menu > ul > li:last-child > img {
	display: none;
}


.minibar {
	padding-top: 18px;
	padding-bottom: 15px;
}

.lang {
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}

.marcamp-header .navbar-nav.navbar-right:last-child {
	margin-right: 25px;
}

.mm-listview > li > a, .mm-listview > li > span {
	text-transform: uppercase;
}

.lang-mobile {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 20px;
}

.lang-mobile > a {
	color: #0a0d2c;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 0px;
}

.lang-mobile > img {
	padding-top: initial;
	padding-bottom: 2px;
}

.lang-mobile > a:last-child {
	padding-right: 0px;
}

.menu-button {
	font-weight: bold;
	background-color: #0c102d;
	color: #fff;
	border-radius: 0 !important;
}

.menu-button .left {
	padding-right: 30px;
}

.menu-button:hover {
	text-decoration: none;
}

.navbar-default .navbar-toggle {
	border-color: #0c102d;
    padding: 0px 6px;
    color: white !important;

}

.navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 0px;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0c102d;
	color: white !important;
	text-decoration: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: white;
}

.dropdown-menu {
	border-radius: 0px;
}
.caption {
	font-size:15px;
}


/* SLIDER */

.slider-homepage .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
}

.slider-homepage .bx-wrapper .bx-viewport > ul {
	padding: 0;
}

.slider-homepage .bx-wrapper img {
	min-width: 100%;
}

.caption {
	position:absolute;
	left:0px;
	background: rgba(21, 5, 66, 0.6);
	padding: 25px;
	color: white;
	bottom: 0px;
	width: 100%;
	font-size:17px;
}

.caption h4 {
	text-transform: uppercase;
	font-weight: bold;
}

.bx-controls.bx-has-pager {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#0c102d !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#FFF !important;
}


.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	padding: 3px 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 14px;
	height: 14px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}


/* SLIDER 2 */

.slider-homepage2 .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
}

.slider-homepage2 .bx-wrapper .bx-viewport > ul {
	padding: 0;
}

.slider-homepage2 .bx-wrapper img {
	min-width: 100%;
}

.slider-homepage2 .caption {
	position:absolute;
	top: 90px;
	left: 20px;
	background: transparent;
	padding: 10px;
	color: white;
	font-weight: bold;
	width: 400px;
	font-size: 17px;
	text-transform: uppercase;
	line-height:30px;
}

.slider-homepage2 .slider-button {
	position: absolute;
	left: 50px;
	bottom: 60px;
}

.slider-homepage2 .botao {
	font-size: 17px;
	font-weight: bold;
	padding: 8px 60px;
}

.img-banner {
	margin-bottom: 50px;
}

.bx-wrapper .bx-viewport {
	background: transparent;
}
.links-content > div > div:last-child > img {
	padding-top:10px;
}

nav#menu {
	display: none;
}

.mm-menu {
	background:#0c102d !important;
	color: white !important;
	font-weight: bold;
}

.mm-navbar .mm-title {
	color: white !important;
	text-transform: uppercase;
	text-align: left;
	padding-top: 30px;
}

.mm-prev:before {
	border-color: rgba(255, 255, 255, 1) !important;
	width: 12px;
	height: 12px;
}
.mm-next:after, .mm-arrow:after {
	border-color: rgba(255, 255, 255, 1) !important;
	width: 12px;
	height: 12px;
}

.mm-navbar .mm-btn:first-child {
	top: 20px;
}

.mm-menu > .mm-panel > .mm-listview.mm-last {
	padding-top: 20px;
}

#mobile-menu > .mm-panel:first-child > .mm-navbar {
	display: none !important;
}

#mobile-menu > .mm-panel:first-child {
	padding-top: 0px;
}

@media (max-width: 998px) {

	.slider-homepage2 .caption {
		top: 20px;
	}

	.slider-button {
		left: 50px;
		bottom: 30px;
	}

}


@media (max-width: 768px) {

	.slider-homepage2 .caption {
		top: 20px;
		font-size: 14px;
	}

	.img-banner {
		margin-bottom: 0px;
	}

	.slider-button {
		left: 50px;
		bottom: 20px;
	}

	.slider-homepage2 .botao {
		font-size: 14px;
	}

}

@media (max-width: 500px) {

	.caption {
		font-size: 12px;
		padding: 8px;
		padding-top: 0px;
		padding-right: 60px;
		min-height: 80px;
	}

	.caption h4 {
		font-size: 14px;
	}

	.bx-controls.bx-has-pager {
		right: 24px;
	}


	.slider-homepage2 .caption {
		font-size: 12px;
		overflow: hidden;
		width: 300px;
		left: 0px;
		top: 0px;
	}

}




/* --- MINIVIEW --- */

.marcamp-miniview {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}


/* --- LINKS APOIO --- */

.links-apoio {
}

.links-content {
	background: white;
	padding: 10px 0;
}


/* --- Footer --- */

.marcamp-footer {
	margin-top: 52px;
	background: white;
	padding: 10px;
	margin-bottom: 52px;
	padding-bottom: 15px;
}

.marcamp-footer-left {
}

.marcamp-footer-right {

}

.marcamp-footer-right ul {
	list-style: none;
}

.marcamp-footer-right ul {
	padding: 10px 0;
}

.marcamp-footer-right ul > li {
	padding: 4px 0;
}

.marcamp-footer .navbar-toggle, .marcamp-footer .navbar-toggle:hover, .marcamp-footer .navbar-toggle:focus {
	color: white !important;
	text-decoration: none;
}

.footer-title {
	font-weight: bold;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	font-size: 16px;
}


a {
	color: #0c102d;
}

a:hover, a:link, a:visited {
	color: #0c102d;
}


.purple-back {
	position: absolute;
	bottom: 0px;
}


/* --- CATALOGO --- */

.marcamp-catalogo-cats {
	margin-bottom: 50px;
}


.marcamp-catalogo-cats > div > a > img {
	min-width: 100%;
}

.catalogo-cat-info {
	position: absolute;
	background: rgba(21, 5, 66, 0.6);
	width: 360px;
	bottom: 46%;
	height: 38px;
	padding: 9px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
 }

.catalogo-cat-bottom {
	background: white;
	padding: 15px 18px;
	margin-bottom: 50px;
	height: 160px;
	overflow: hidden;
}

.catalogo-cat-bottom > div {
	height: 150px;
	font-size: 20px;
	text-align:center;
}

.catalogo-cat-left {
	clear: both;
	padding-left: 0px;
	padding-right: 20px;
}

.catalogo-cat-middle {
	padding-left: 10px;
	padding-right: 10px;
}

.catalogo-cat-right {
	padding-left: 20px;
	padding-right: 0px;
}

.botao {
	background: #0c102d;
	color: white !important;
	padding: 10px 80px;
	text-transform: uppercase;
}

.botao:hover {
	background: #252944;
	color: white !important;
	text-decoration: none !important;
}

.catalogo-cat-bottom > .botao {
	display: block;
	text-align: center;
	width: 98%;
	margin: 0 auto;
	font-size: 16px;
	margin-top:-70px;
}

.marcamp-base-content {
	background: white;
	margin-top: 50px;
}

.catalogo-detail-prod {
	padding-top: 40px;
}

.catalogo-detail-prod-top {
	text-transform: uppercase;
	padding-bottom: 60px;

}

.catalogo-detail-prod h5 {
	margin-top: 0px;
}

h5 {
	text-transform: uppercase;
}

.catalogo-prod-desc {
	padding-bottom: 20px;
}
.catalogo-prod-desc h5 {
	font-size:20px;
}



@media (max-width: 1199px) {
	.catalogo-cat-info {
		width: 293px;
	}


	.catalogo-cat-bottom {
		height: 244px;
	}

	.catalogo-cat-bottom > div {
		height: 180px;
	}
}


@media (max-width: 992px) {


	/* --- HEADER --- */

	.marcant-logo {
		width: 220px;
	}

	.marcamp-header {
		height: 106px;
	}

	.marcant-menu {
		top: 44px;
		right: 15px;
	}

	.lang {
		margin-top: 8px;
	}

	.marcamp-header .navbar-nav.navbar-right:last-child {
		margin-right: 10px;
	}

	.marcamp-header .navbar-brand {
		margin-top: 6px;
		margin-left: 0px;
	}

	.catalogo-cat-info {
		width: 220px;
	}

	.marcamp-catalogo-cats > .par {
		padding-left: 0px;
		padding-right: 20px;
	}


	.marcamp-catalogo-cats > .impar {
		padding-right: 0px;
		padding-left: 20px;
	}


	.catalogo-cat-bottom {
		height: 214px;
	}

	.catalogo-cat-bottom > div {
		height: 150px;
	}


	.catalogo-detail-prod-top {
		padding-bottom: 40px;
	}

	.catalogo-prod-desc {
		padding-left: 0px;
	}


}

@media (max-width: 768px) {

	.catalogo-cat-info {
		width: 100%;
	}

	.catalogo-cat-left {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.catalogo-cat-middle {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.catalogo-cat-right {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;

	}

	.marcamp-catalogo-cats {
		margin-top: 22px;
		margin-bottom: 0px;
	}

	.links-apoio {
		margin-top: 22px;
	}

	.marcamp-footer {
		margin-top: 22px;
		margin-bottom: 22px;
		padding: 0px 10px;
	}

	.marcamp-footer .menu-button {
		float: left;
		top: 12px;
		padding: 0px 6px;
	}

	.marcamp-footer-right ul {
		padding: 0 0;
		padding-top: 10px;
	}

	.marcamp-catalogo-cats > .par {
		padding-left: 0px;
		padding-right: 0px;
	}


	.marcamp-catalogo-cats > .impar {
		padding-right: 0px;
		padding-left: 0px;
	}

	.catalogo-cat-bottom {
		margin-bottom: 0px;
	}


}


@media (max-width: 480px) {
	.marcant-logo {
		width: 150px;
	}

	.marcamp-header {
		height: 80px;
	}

	.marcamp-header .navbar-brand {
		margin-top: 0px;
	}

	.lang-mobile {
		padding-top: 8px;
	}

	.menu-button .left {
	  padding-right: 20px;
	}


}
