body, html {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

body {
	font-family: 'Nexa Regular', sans-serif;
}

/*.main {
	padding-top: 151px;
}*/

.container {
	width: 100%;
	max-width: 1050px;
}



/*------------- geral -------------*/

.block-mgr {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

form .form-control {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	border-radius: 0;
	color: #333333;
}

form .form-control:focus,
form .form-control:hover {
	background-color: #f5f5f5;
	border-color: #cecece;
}

form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333;
	font-family: "Nexa Book";
}
form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #333333;
	font-family: "Nexa Book";
}
form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #333333;
	font-family: "Nexa Book";
}
form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #333333;
	font-family: "Nexa Book";
}

form .btn-outline-success {
	border: none;
	color: #333333;
	cursor: pointer;
	padding: 0.7rem 0.75rem 0.3rem 0.75rem;
	font-family: "Nexa Book";
}

form .btn-outline-success:hover {
	background-color: #ffffff;
	color: #999999;
}

.divider-line {
	height: 1px;
	width: 100%;
	background-color: #434343;
	display: block;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.btn-primary {
	background-color: #333333;
	color: #cccccc;
	border-radius: 0;
	border: none;
	font-size: 0.7rem;
	padding: 0.6rem 1rem 0.5rem 1rem;
	text-transform: uppercase;
	font-family: Nexa Book;
}

.btn-primary:hover {
	background-color: #999999;
}

.btn-primary:focus {
	box-shadow: none;
}

.banner-bottles {
	width: 100%;
	/*height: 340px;*/
	position: relative;
	margin-top: 4rem;

	background: url(../img/tmp/banner-bottles.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.breadcrumb {
	background: none;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb li {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-family: Nexa Bold;
}

.breadcrumb li a {
	color: #333333;
}

.breadcrumb li.breadcrumb-item.active {
	color: #999999;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0.2rem;
    padding-left: 0.2rem;
    color: #333333;
}



/*------------- header -------------*/

header {
	width: 100%;
	background-color: #ffffff;
}

header .language-selector-wrapper {
	margin-right: 8px;
}

header .language-selectors li {
	list-style-type: none;
}

header .language-selectors li input {
	font-family: "Nexa Book";
	color: #666666;
	font-size:14px;
	border: none;
	background: none;
	cursor: pointer
}

header .language-selectors li.active input {
	font-family: "Nexa xBold";
}

header .brand-block {
	border-top: 11px solid #333333;
	background-color: #ffffff;
	z-index: 2;
	position: relative;
}

header .brand-block .brand h1 a {
	width: 147px;
	height: 87px;
	display: block;
	background: url(../img/jmv-logo.png) no-repeat center center;
	font-size: 0;
	text-indent: -9999999px;
	margin-top: 1.6rem;
	margin-bottom: 1.1rem;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header .brand-block .search .form-inline {
	float: right;
	margin-top: 3.1rem;
}

header .form-inline.search-mobile {
	display: none;
}

header nav.navbar {
	background-color: #f5f5f5 !important;
	padding: 0;
	z-index: 1;
}

header nav.navbar .navbar-effect-hidden {
	background-color: #f5f5f5;
}

header nav.navbar ul.navbar-nav {
	padding: 0.5rem 0rem 0rem 0rem;
	background-color: #f5f5f5;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 1rem;
	padding: 0.8rem 0.9rem 0.8rem 0.9rem;
	color: #666666;
	font-family: "Nexa Book";
}

header nav.navbar ul.navbar-nav li.nav-item:hover {
	background-color: #ebebeb;
}

header nav.navbar ul.navbar-nav li.nav-item.active a.nav-link {
	font-family: "Nexa xBold";
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle::after {
	display: none;
}

header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu {
	position: static;
}

header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu .dropdown-menu {
	left: 0;
	margin-top: -550px;
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	min-width: 100%;
	border: none;
	border-top: 1px solid #9d9d9c;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
	padding: 0;
	z-index: -2;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu:hover .dropdown-menu {
	margin-top: 0;
}

header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu .dropdown-menu .dpm-content {
	padding: 2rem 2rem 0 2rem;
	background-color: #ebebeb;
	margin-bottom: 0.5rem;

	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	margin-bottom: 2rem;
	/*margin-right: 5rem;*/
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column.mobile {
	display: none;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column:last-child {
	margin-right: 0;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content h3 a {
	font-size: 1rem;
	font-family: Nexa xBold;
	color: #000000;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content h3 a:hover {
	color: #666666;
	text-decoration: none;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content a.dropdown-item {
	color: #666666;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Nexa Book;
	font-size: 0.9rem;
	margin-bottom: 0.1rem;
}

header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content a.dropdown-item:hover {
	background: none;
	color: #000000;
}

header .navbar-toggler {
	border: none;
	position: absolute;
    top: 3.5rem;
    right: 1rem;
    display: none;
}

header .navbar-toggler span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

header nav.navbar ul.navbar-nav .nav-item.catalog-item-nav a.nav-link {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
	border: none;
	font-size: 0.7rem;
	padding: 0.6rem 1rem 0.5rem 1rem;
	text-transform: uppercase;
	font-family: Nexa Book;
}
header nav.navbar ul.navbar-nav .nav-item.catalog-item-nav a.nav-link:hover {
	background-color: #999999;
}

/*------------- logos mobile -------------*/

@media (max-width: 991px) {
	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column.mobile {
		display: block;
	}

	header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu .dropdown-menu {
		margin-top: 0;
		display: block;
		height: 0;
		overflow: hidden;
		box-shadow: none;
		transform: scaleY(0);    
		transform-origin: top;
		-webkit-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
	}

	header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu.show .dropdown-menu {
		display: block;
		height: auto;

		transform: scaleY(1);
		-webkit-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
	}

	header nav.navbar ul.navbar-nav,
	header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu.show .dropdown-menu .container {
		padding-left: 0;
		padding-right: 0;
	}

	header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu .dropdown-menu .dpm-content {
		padding: 1rem;
		margin-bottom: 0;
	}

	header nav.navbar ul.navbar-nav li.nav-item.dropdown.full-dropmenu.show {
		margin-bottom: 1rem;
	}

	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	header .navbar-toggler {
		display: block;
	}

	header .brand-block .search .form-inline {
		display: none;
	}

	header .form-inline.search-mobile {
		display: block;
	}

	header .form-inline.search-mobile .form-control {
		background-color: #ffffff;
		border-color: #f5f5f5;
		border-radius: 0;
		color: #333333;
		max-width: 220px;
		display: inline-block;
	}

	header nav.navbar .navbar-effect-hidden > .container {
		padding-top: 1rem;
	}
}

@media (max-width: 767px) {
	header .brand-block {
		/*border: none;*/
	}

	header .brand-block .brand h1 a {
		width: 107px;
		height: 57px;
		margin-top: 1rem;
		margin-bottom: 0.9rem;
	}

	header .navbar-toggler {
		top: 1.6rem;
	}

	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content a.dropdown-item {
		white-space: inherit;
	}
}





/*------------- logos -------------*/

.brands {
	background-color: #cccccc;
	width: 100%;
	padding-top: 4rem;
}

.brands  h2 {
	color: #ffffff;
	font-family: Nexa xBold;
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-bottom: 1.5rem;
}

.brands .row-brands {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.brands .row-brands .column-brands {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 4rem;
}

.brands .row-brands .column-brands a {
	/*background: url(../img/brands.png) no-repeat;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	text-indent: -9999999px;

	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;

	opacity: 0.8;
}

.brands .row-brands .column-brands a:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: none;
	filter: none;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	opacity: 1;
}

.brands .row-brands .column-brands a {
	width: auto;
}
.brands .row-brands .column-brands a img {
	display: flex;
}

/*------------- logos mobile -------------*/

@media (min-width: 768px) and (max-width: 991px) {
	.brands .row-brands .column-brands {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}
}

@media (max-width: 767px) {
	.brands .row-brands .column-brands {
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
	}
}





/*------------- footer -------------*/

footer {
	background-color: #262626;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 0rem;
}

footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

footer ul li {
	margin-bottom: 0.3rem;
}

footer ul li a {
	color: #999999;
	text-transform: uppercase;
	font-size: 0.8rem;
}

footer ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .newsletter h3 {
	color: #999999;
	font-size: 1.1rem;
}

footer .newsletter p {
	color: #999999;
	font-size: 0.85rem;
	font-family: Nexa Book;
}

footer .newsletter form .form-control {
	background-color: #999999;
	border-color: #999999;
	border-radius: 0;
	color: #000000;
}

footer .newsletter form .form-control:focus,
footer .newsletter form .form-control:hover {
	background-color: #999999;
	border-color: #f5f5f5;
}

footer .newsletter form .btn-success {
	border: none;
	color: #999999;
	cursor: pointer;
	padding: 0.75rem 0.75rem 0.38rem 0.75rem;
	font-family: "Nexa Book";
	border-radius: 0;
	background-color: #373737;
}

footer .newsletter form .btn-success:hover {
	background-color: #999999;
	color: #373737;
}

footer p.copyright {
	color: #999999;
	text-transform: uppercase;
	font-size: 0.65rem;
	font-family: Nexa Book;
	margin-top: 30px;
}

footer p.copyright a {
	margin-left: 10px;
	color: #999999;
}

footer p.copyright a.usage {
	color: #555555;
}


/*------------- footer mobile -------------*/

@media (max-width: 767px) {
	footer ul {
		margin-bottom: 3rem;
	}
}






/*------------- banner -------------*/

.banner {
	width: 100%;
	height: 520px;
	position: relative;

	background: url(../img/banners/banner-home.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner .container {
	position: relative;
}

.banner .banner-content {
	position: absolute;
	width: 100%;
	max-width: 500px;
}

.banner.banner-home .banner-content {
	right: 10%;
	margin-top: 15%;
}

.banner.banner-homepage {
	background: url(../img/banners/home.png) no-repeat center center;
}

.banner.banner-drinks {
	background: url(../img/banners/banner-bebidas.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner.banner-drinks .banner-content {
	margin-top: 17%;
}

.banner .banner-content h2 {
	font-size: 1.5rem;
	color: #ffffff;
	font-family: Nexa Black;
	text-transform: uppercase;
}

.banner .banner-content h3 {
	font-size: 1.9rem;
	line-height: 2.1rem;
	color: #ffffff;
	font-family: Nexa Light;
	margin-bottom: 1rem;
}

.banner .banner-content .btn-outline-secondary {
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	font-family: Nexa xBold;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.banner .banner-content .btn-outline-secondary:hover {
	background-color: #999999;
}


/*------------- banner mobile -------------*/

@media (max-width: 767px) {
	.banner .banner-content {
		position: relative;
		padding-top: 5rem;
	}

	body.about .banner .banner-content {
		position: absolute;
	}

	.banner .banner-content,
	.banner.banner-home .banner-content,
	.banner.banner-drinks .banner-content {
		margin-top: 0;
		right: 0;
		left: 0;
	}
}


body.about .banner {
	background: none;
	height: auto;
}

/*------------- home areas -------------*/


.areas h2,
.home .news h2 {
	color: #666666;
	font-family: Nexa Black;
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-bottom: 1.5rem;
}

.areas h3,
.home .news article h3 {
	color: #333333;
	font-size: 1.2rem;
}

.areas p,
.home .news article p {
	color: #999999;
	font-size: 0.9rem;
	font-family: Nexa Book;
}

.areas .lead p {
	color: #666666;
	font-size: 1.2rem;
	font-family: Nexa Book;
}

.home .news article img {
	margin-bottom: 1rem;
}


.home .news .more-news ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.75rem;
}

.home .news .more-news ul li {
	border-top: 1px solid #e5e5e5;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.home .news .more-news ul li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.home .news .more-news ul li a {
	color: #999999;
	font-size: 0.9rem;
	font-family: Nexa Book;
}



/*------------- home areas mobile -------------*/

@media (max-width: 767px) {
	.home .areas .btn,
	.home .news .btn {
		margin-bottom: 3rem;
	}
}



/*------------- services -------------*/
.services .service {
	margin-top: 30px;
}

/*------------- bebidas -------------*/



.drinks figure {
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	margin-bottom: 2rem;
}

.drinks .drinks-catg-list ul {
	list-style: none;
	padding-left: 0;
}

.drinks .drinks-catg-list ul li a {
	font-size: 1rem;
	font-family: Nexa Regular;
	color: #000000;
}

.drinks .drinks-catg-list ul li a:hover {
	color: #666666;
	text-decoration: none;
}



/*------------- home areas mobile -------------*/

@media (max-width: 767px) {
	.drinks .drinks-catg-list ul {
		margin-bottom: 3rem;	}
}





/*------------- product-category -------------*/


.prod-catg-nav ul {
	list-style: none;
	padding-left: 0;
}

.prod-catg-nav ul li {
	margin-bottom: 0.5rem;
}

.prod-catg-nav ul li a {
	color: #999999;
	font-size: 1rem;
	font-family: Nexa Book;
	text-transform: uppercase;
}

.prod-catg-nav ul li a:hover,
.prod-catg-nav ul li a.active {
	color: #333333;
	text-decoration: none;
}

.prod-catg-list {
	margin-left: 0;
	margin-right: 0;
}

.prod-catg-list > div,
.prod-catg-list > nav {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 0.4rem;
}

.prod-catg-list > div a {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 1.5rem;
}

.prod-catg-list > div a:hover {
	text-decoration: none;
	background-color: #F4F4F4;
	/*background-color: #EAEAEA;*/
}

.prod-catg-list > div a figure {
	text-align: center;
	height: 220px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.prod-catg-list > div a figure img {
    align-self: flex-end;
}

.prod-catg-list > div a h2 {
	display: block;
    border-top: 1px solid #868686;
    color: #979797;
    font-size: 1rem;
    font-family: Nexa Book;
    text-transform: uppercase;
    padding-top: 0.9rem;
    margin: 1.5rem 0 0 0;
}




/*------------- product-detail -------------*/

.prod-detail .product-img {
	background-color: #F4F4F4;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 480px;
	padding: 1.5rem;
}

.prod-detail .product-img figure {
	text-align: center;
	/*height: 480px;*/
	height: 100%;
	max-height: 480px;
	margin-bottom: 0;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prod-detail .product-img figure img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    /*max-width: 50%;*/
}

.prod-detail .prod-text .lines {
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.prod-detail .prod-text p {
	color: #999999;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-family: Nexa Book;
    margin-bottom: 0;
}

.prod-detail .prod-text h2 {
	color: #333333;
	font-size: 1.2rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
}

.prod-detail .prod-text h3 {
	color: #717171;
	font-size: 0.85rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin-top: 2rem;
}

.prod-detail .product-files {
	list-style-type: none;
	margin-top: 3rem;
	padding-left: 0;
}

.prod-detail .prod-text a.text-download {
	color: #717171;
	text-decoration: underline;
    display: inline-block;
	margin-top: 10px;
}

.prod-detail .prod-text a.text-download:hover {
	color: #999999;
}


@media (max-width: 767px) {
	.prod-detail .product-img {
		margin-bottom: 2rem;
		height: auto;
	}
}


/*------------- contacts -------------*/


.contacts-sede .map {
	width: 100%;
	height: 500px;
}


.contacts-sede h2 {
	color: #333333;
	font-size: 1rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.contacts-sede h3,
.contacts address h3 {
	color: #717171;
	font-size: 0.85rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.contacts address {
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding-top: 1.5rem;
	/*padding-bottom: 1rem;*/
}

.contacts address p {
	color: #999999;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-family: Nexa Book;
}

.contacts address p strong {
	font-family: Nexa Bold;
}

.contacts .filiais address {
	height: 100%;
	border-bottom: none;
	margin-bottom: 2rem;
}


.contacts .form-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.contacts .form-box p strong {
	color: #999999;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-family: Nexa Bold;
}


.contacts .form-box form label {
	color: #717171;
	font-family: Nexa Bold;
}


@media (max-width: 767px) {
	.contacts-sede .map {
		margin-bottom: 3rem;
		height: 250px;
	}
}




/*------------- news -------------*/

.news-destq {
	margin-bottom: 4rem;
}

.news-destq h1 {
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin: 0;
}

.news .date {
	color: #999999;
    font-size: 1.1rem;
    font-family: Nexa Book;
}

.news p {
	color: #999999;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-family: Nexa Book;
}

.news p strong {
	font-family: Nexa Bold;
	color: #717171;
}

.news .content-lines {
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.news .news-other .separator {
	border-bottom: 1px solid #868686;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.news-destq .content-lines {
	margin-top: 1.5rem;
}

.news a.more {
	color: #717171;
	font-size: 0.9rem;
	text-decoration: underline;
	margin-top: 2rem;
    display: inline-block;
}
.news a.title {
	text-decoration: none;
}

.news .news-other article {
	margin-top: 30px;
}

.news a.more:hover {
	color: #999999;
}

.news .news-destq h2,
.news .news-other h2,
.news .news-other h3 {
	color: #717171;
    font-size: 0.85rem;
    font-family: Nexa Bold;
    text-transform: uppercase;
}

.news .news-other h2 {
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.3rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin: 0;
}

.news .news-other img {
	margin-bottom: 1.2rem;
}

.news .news-other section {
	min-height: 90px;
}

.news .news-other .content-lines div {
	min-height: 245px;
}

.news .news-other a.more {
	margin-top: 0;
}


@media (max-width: 767px) {
	.news .news-other article {
		margin-bottom: 2rem;
	}
}






/*------------- news detail -------------*/

.news-detail aside h1 {
    color: #979797;
    font-size: 1rem;
    font-family: Nexa Bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.news-detail aside.news-other article {
	margin-bottom: 2rem;
}

.news-detail aside.news-other section,
.news .news-other .content-lines div {
	min-height: 1px;
}

.news-detail .article-content img {
	margin-bottom: 2rem;
}

.news-detail .article-content h1 {
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: Nexa Bold;
	text-transform: uppercase;
	margin: 0;
}

.news-detail .article-content .content-lines {
	margin-top: 1.5rem;
}

.news-detail .article-content .content-lines a {
	color: #333333;
	text-decoration: underline;
}

.news-detail .article-content .content-lines a:hover {
	color: #999999;
}

.category-description .separator {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #868686;
}

.jscroll-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#carouselExampleControls {
	margin-bottom: 30px;
}

#headerCarousel {
	max-height: 520px;
    overflow: hidden;
}


