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

#header {
	min-height: 216px !important;
}

#header .header-body {
	background-image: url(../img/header-bg.png);
	border-top: 0;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #333333 !important;
		color: #ffffff !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar .header-nav-main {
		float: unset;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		padding: 10px 40px;
		letter-spacing: 0px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar .header-nav-main nav {
		text-align: center;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar .header-nav-main nav > ul {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li > a {
		transition: all .2s;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #FFF;
		background: #D90301;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		color: #FFF;
		background: #D90301;
	}
}

#header .header-btn-collapse-nav {
	background: #D90301;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		background-color: #D90301;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
		color: #333;
	}
}

#header .header-social-icons {
	margin: 0 0 0 10px;
}

.social-icons li a {
	background: transparent;
	color: #D90301 !important;
	font-size: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
}

.social-icons li {
	box-shadow: none;
	border: 2px solid #D90301;
	margin-left: 15px !important;
}

.social-icons li:hover {
	background-color: #333;
	border-color: #333;
}

.social-icons li:hover a {
	background-color: #333 !important;
}

.feature-box-phone-icon {
	float: left;
}

.feature-box.feature-box-style-3 h4 {
	font-family: 'Roboto', sans-serif;
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.feature-box.feature-box-style-3 p {
	font-family: 'Roboto', sans-serif;
	color: #002C5D;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

.feature-box .feature-box-info {
	padding-left: 80px;
}

#header .header-column .header-extra-info {
	margin: 20px 0 0;
}

#header .header-column .header-extra-info li {
	vertical-align: top;
}

.slider-container .main-label {
	color: #FFF !important;
	font-size: 38px;
	line-height: 42px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
}

.home-slider .custom-arrow-up {
	width: 50px;
	height: 50px;
	background-image: url(../img/anterior.png);
	opacity: 0 !important;
	transition: opacity .8s !important;
	cursor: pointer;
}

.home-slider .custom-arrow-up:hover {
	background-position: 0 -50px;
}

.home-slider .custom-arrow-down {
	width: 50px;
	height: 50px;
	background-image: url(../img/proximo.png);
	opacity: 0 !important;
	transition: opacity .8s !important;
	cursor: pointer;
}

.home-slider .custom-arrow-down:hover {
	background-position: 0 -50px;
}


.home-slider:hover .custom-arrow-up,
.home-slider:hover .custom-arrow-down {
	opacity: 1 !important;
}

.tp-rightarrow {
  	display: none !important;
}

.tp-leftarrow {
	display: none !important;
}

@media (max-width:992px) {
	.home-slider .custom-arrow-up,
	.home-slider .custom-arrow-down {
		display: none;
	}
}

.home-apresentacao {
	background-image: url(../img/home-apresentacao-bg.jpg) !important;
	background-size: cover !important;
	border-top: none !important;
}

.home-apresentacao h3 {
	color: #D90301;
	font-size: 20px;
}

.home-apresentacao h2 {
	color: #333;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url(../img/title-bg.png);
	background-position: center;
	background-repeat: repeat-x;
	display: inline-block;
	padding: 0 40px;
}

.home-apresentacao p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.home-apresentacao a {
	font-size: 18px;
	font-weight: 500;
}

.home-apresentacao a:hover {
	text-decoration: none;
}

a {
	color: #063261;
}

a:hover {
	color: #0D5CAC;
}

.home-produtos {
	background-image: url(../img/home-produtos-bg.jpg) !important;
	background-size: cover !important;
}

.home-produtos h2 {
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url(../img/title-bg-2.png);
	background-position: center;
	background-repeat: repeat-x;
	display: inline-block;
	padding: 0 40px;
}

@media (max-width: 470px) {
	.home-produtos h2 {
		font-size: 40px;
	}
}

.home-produtos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.home-produtos .produto {
	position: relative;
	height: 286px;
	margin-bottom: 20px;
}

.home-produtos .produto figure {
	overflow: hidden;
	height: 100%;
}

.home-produtos .produto:hover img {
	transform: scale(1.1);
}

.home-produtos .overlay {
	position: absolute;
	left: 15px;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(0,0,0, .8);
	padding: 35px;
}

.home-produtos .overlay p {
	min-height: 110px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

@media (max-width: 470px) {
	.home-produtos .overlay p {
		min-height: 110px;
		color: #FFF;
		font-size: 14px;
		line-height: 28px;
		font-weight: 300;
	}	

	.home-produtos .overlay {
		width: calc(100% - 30px);
	}
}

.home-produtos .overlay h4 {
	color: #FFF;
	font-size: 24px;
}

.home-produtos .overlay a {
	color: #189DBC;
	font-weight: 600;
	font-size: 18px;
}

.op3 {
	opacity: .3;
}

html .btn-borders {
	border-width: 2px;
}

.home-clientes {
	border: 1px solid #E5E5E5;
	height: 130px;
	padding: 15px 0 0 0;
	margin-top: 50px;
}

@media (max-width: 768px) {
	.home-clientes {
		height: auto;
	}
}

.home-clientes h2 {
	color: #22135F;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 10px !important;
	margin-top: 20px;
}

.home-clientes p {
	font-size: 18px;
	line-height: 28px;
	color: #555;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.home-clientes .clientes-titulo img {
	margin-top: 23px;
	margin-left: 50px;
}

.home-clientes .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.home-clientes .owl-carousel .owl-stage img {
	width: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
	object-fit: contain;
	height: 100%;
	padding: 10px;
}

.home-clientes .owl-item > div {
	border: 1px solid #E5E5E5;
	margin: 5px;
	/*width: 165px;*/
	height: 90px;
}

.home-clientes  .owl-carousel .owl-nav .owl-prev {
	left: -50px;
	color: #ffffff;
	text-shadow: none;
	background-color: transparent;
	border-color: transparent;
	background-image: url(../img/clientes-left.png);
	transition: all .2s;
}

.home-clientes .owl-carousel .owl-nav .owl-prev:hover {
	filter: brightness(0.6);
}

.home-clientes .owl-carousel .owl-nav .owl-prev:before {
	display: none;
}

.home-clientes .owl-carousel .owl-nav .owl-next:before {
	display: none;
}

.home-clientes .owl-carousel .owl-nav .owl-next {
	right: -50px;
	color: #ffffff;
	text-shadow: none;
	background-color: transparent;
	border-color: transparent;
	background-image: url(../img/clientes-right.png);
	transition: all .2s;
}

.home-clientes .owl-carousel .owl-nav .owl-next:hover {
	filter: brightness(0.6);
}
.home-clientes .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	width: 41px;
	height: 41px;
}

.home-clientes .owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
	border-color: transparent;
	background-color: transparent;
}

#footer {
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	border-top: 5px solid #DC9495;
	margin-top: 50px;
	padding: 70px 0 0;
}

#footer .contato span {
	color: #FFF;
	font-size: 19px;
	max-width: 200px;
	display: block;
}

#footer .contato p {
	color: #FFF;
	font-size: 19px;
	max-width: 300px;
	display: block;
}

#footer .contato i {
	color: #FFF;
	font-size: 29px;
	float: left;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 50px;
}

#footer .como-chegar {
	display: inline-block;
	padding: 12px 25px;
	font-size: 17px;
	color: #DC9495;
	position: relative;
	margin-left: 30px;
	transition: all .2s;
	margin-top: 10px;
}

#footer .como-chegar:hover,
#footer .como-chegar:focus {
	color: #FFF;
	text-decoration: none !important;
}

#footer .como-chegar:hover:before {
	border-left: 3px solid #FFF;
	border-top: 3px solid #FFF;
}

#footer .como-chegar:hover:after {
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

#footer .como-chegar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 3px solid #DC9495;
	border-top: 3px solid #DC9495;
	width: 30px;
	height: 30px;
	transition: all .2s;
}

#footer .como-chegar:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 3px solid #DC9495;
	border-bottom: 3px solid #DC9495;
	width: 30px;
	height: 30px;
	transition: all .2s;
}

#footer .footer-copyright {
	border-top: 1px solid rgba(255,255,255, .1)!important;
	padding-top: 40px !important;
	padding-bottom: 0 !important;
}

#footer .footer-copyright span {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
}

.gototop {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	color: #DC9495 !important;
	transition: all .2s;
	margin-top: -20px;
	transform: scale(.9);
}

@media (max-width: 470px) {
	.gototop {
		margin-top: 0px;
	}
}

.gototop img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: top;
	margin-bottom: 5px;
	filter: brightness(.7);
}

.gototop:hover {
	text-decoration: none;
	filter: brightness(1.7);
}

#footer .footer-copyright i {
	border: 1px solid #DC9495;
	padding: 8px 18px;
	border-radius: 16px;
	font-size: 16px;
	margin-right: 10px;
}

#footer .footer-copyright a {
	color: #DC9495;
	font-size: 16px !important;
}

#footer .footer-copyright a:hover,
#footer .footer-copyright a:focus {
	color: #FFF;
	text-decoration: none;
}

#footer .container .row > div {
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	#footer .container .row > div {
		clear: both;
	}
}

.scroll-to-top {
	display: none !important;
}

.page-header-custom-background {
	background-size: cover;
	background-position: center;
	padding: 30px 0;
}

.img-thumbnail {
	border: none;
}

html .heading-primary, html .lnk-primary, html .text-color-primary {
	color: #333 !important;
}

.portfolio-list li {
	height: 150px;
}

.portfolio-list li img {
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
	padding: 30px;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
	background-color: #D90301;
}

html .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #D90301;
	border-color: #D90301 #D90301 #D90301;
}

html .btn-primary:hover {
	border-color: #CB0019 #CB0019 #CB0019;
	background-color: #CB0019;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #CB0019 #CB0019 #CB0019;
	background-color: #CB0019;
}

html .btn-primary.dropdown-toggle {
	border-left-color: #CB0019;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
	border-color: #CB0019;
	background-color: #CB0019;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #ffffff;
}

.pagina-produtos .thumb-info img {
	height: 220px;
	width: 220px;
	object-fit: cover;
	obejct-fit: center;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 40px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		position: absolute;
		font-family: FontAwesome;
		content: "\f0d7";
		font-size: 10px;
		top: 9px;
		right: 25px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 10px;
	}
}

.contato-dir iframe {
	height: 200px;
}

.pagina-custom img {
	max-width: 100%;
	max-height: 300px;
	/*object-fit: cover;*/
	padding-bottom: 20px;
}

.fotos-img {
	width: 600px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

table td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 4px 8px;
}

table th {
	background-color: #CCC;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #D90301 !important;
	}
}
