/* ----------------------------------------------------------------
	Canvas: Workspace
	Version: 1.0
-----------------------------------------------------------------*/

:root {
	--themecolor: #267DF4;
	--themecolorrgba: 38, 125, 244;
}

.ls--2 { letter-spacing: -2px }

.col-xs-6 {width:50%; display:inline-block; float:left;}

.titulo-logo { text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 10px 0 30px;
    color: black;
}

.stock {font-size:23px; color:black}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {color:black}

.info-produto h3 {margin:0 0 10px; color:#f6d500; font-size:26px}
.info-produto {padding:30px; position:relative}
.info-produto p {line-height:1.3!important; margin:0}
.preco-anterior {color:#777; opacity:0.7; text-decoration:line-through; font-size:0.875rem; margin-right:5px} 
.preco-atual {font-size:18px; color:#000; font-weight:bold; margin-right:5px}

.info-produto strong {margin-right:15px}

.info-preco {
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.copyright-links {margin-top:20px}
#header-wrap {padding:10px;}
#header-wrap {background:black;}
#header a {color:white; font-weight:100}
#header i {color:#f6d500; vertical-align:middle; margin-right:5px }
#header .icon-call {margin-left:50px}


.feature-box.fbox-plain.fbox-small .fbox-icon i:before {color:#000; font-size:35px; vertical-align:middle}
/*.icon-line-circle-check:before {display:none}*/
.portfolio-image img {max-width:450px; margin: 0 auto}
.mini-card.correto  .card-body{ background:#f6d500}

#primary-menu > ul > li > a {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

#top-account { right: 10px; }

#top-account a {
	background-color: #267DF4;
	background-color: var(--themecolor);;
	color:#FFF ;
	padding: 10px 14px;
	border-radius: 3px;
}

#top-account a i {
	position: relative;
	top: 2px;
}

#top-account a span {
	font-weight: 400;
	margin-left: 4px;
}

.hero-features {
	transform: translateY(-50%);
	padding: 40px 30px;
	max-width: 80%;
	margin-left: auto;
	
}

.hero-features i {
	font-size: 24px;
	line-height: 1.4;
}

.hero-features h5 {
	font-size: 15px;
	line-height: 1.6;
}

.after-dots:not(:first-child):after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #000;
	margin-top: -5px;
	margin-left: -5px;
}

.mini-card .portfolio-image {
    padding: 20px 10px;
}

.mini-card h3 {margin:0; font-size:16px}


.before-heading {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	background-color: rgba(38, 125, 244, 0.1);
	background-color: rgba(var(--themecolorrgba), .1);
	color: #267DF4;
	color: var(--themecolor);
	padding: 3px 8px;
	border-radius: 2px;
	font-weight: 600;
}

.border-light { border-color: #f6d500 !important; }

.card { border-radius: 0px; }
.card-img-top {
	border-top-left-radius: calc(8px - 1px);
    border-top-right-radius: calc(8px - 1px);
}

#price-carousel .owl-stage {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.price-list .card-body { padding: 20px 30px !important; }

.price-list .price-title {
	font-size: 48px;
	font-weight: 600;
	color: #267DF4;
	color: var(--themecolor);
}

.price-list .price-title small {
	position: relative;
	font-size: 16px;
	color: #AAA;
	top: -4px;
	margin-left: 6px;
}

.price-list .list-group-item:first-child,
.price-list .list-group-item:last-child { border-bottom: 0; }

.card-img-overlay * { position: relative; }

.card-img-overlay:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4,4,4,.45);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#price-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#price-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.card-body h4 {color:#f6d500; font-size:30px}
.hero-features h1 {text-transform:uppercase; font-size:24px;}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all .2s ease-out;
}
.bola-amarela {border: 3px solid #f6d500;
    height: 30px;
    width: 30px;
    color: #f6d500;
    border-radius: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    line-height: 25px;}

.button:hover,
#top-account:hover a,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(38, 125, 244, 0.8);
	background-color: rgba(var(--themecolorrgba), 0.8);
}

.testimonials .container:before,
.testimonials .container:after {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -38px;
	left: 20px;
	font-size: 80px;
	color: rgba(38, 125, 244, 0.2);
	color: rgba(var(--themecolorrgba), 0.2);
}

.testimonials .container:after {
	content: "\e7ae";
	top: auto;
	left: auto;
	right: 20px;
	bottom: -45px;
}

.testimonials .testi-content p {
	font-style: normal;
	color: #000;
}

.mfp-iframe-holder .mfp-close,
.testi-stars i {
	background-color: #267DF4;
	background-color: var(--themecolor);
	font-size: 14px;
	color: #FFF;
	padding: 1px 5px;
	border-radius: 2px;
}

.feature-box.fbox-plain.fbox-small {
	padding-left: 50px;
	margin-bottom: 40px;
}

.feature-box .fbox-icon { top: 3px; }

.feature-box.fbox-plain.fbox-small h3 {
	text-transform: none;
	font-weight: 800;
	font-size: 18px;
	padding-top:5px;
	letter-spacing: 0;
}

#top-account a,
.masonry-thumbs a img,
.button { transition: all .2s ease-out; }

.feature-box.fbox-plain.fbox-small p { margin-left: 0; }

.button.button-border {
	border-color: #267DF4;
	border-color: var(--themecolor);
	color: #267DF4;
	color: var(--themecolor);
}

.play-video i {
	position: absolute;
	padding-left: 5px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 81px;
	border-radius: 50%;
	z-index: 1;
	background-color: #267DF4;
	background-color: var(--themecolor);
	text-align: center;
	font-size: 24px;
	color: #FFF;
	margin-top: -40px;
	margin-left: -40px;
	transition: transform .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.play-video:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.table thead th {font-weight:bold; border-bottom:0.5px solid #000; border-top:0.5px solid #000}

.mfp-container { position: fixed; }
.mfp-iframe-holder .mfp-close {
	width: 40px;
	text-align: center;
	font-size: 24px;
	top: -20px;
	right: -20px;
}
.mfp-iframe-holder { padding: 20px; }
.mfp-iframe-holder .mfp-content {
	max-width: 100%;
	height: 100%;
}


#locations-carousel .owl-stage-outer { padding-bottom: 40px  }

#locations-carousel .owl-item.active .card {
	opacity: 1;
	transform: translateY(0px);
}

#locations-carousel.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
	background-color: #FFF;
	color: #267DF4;
	color: var(--themecolor);
}

#locations-carousel.owl-carousel .owl-dots {
	position: relative;
    background: #FFF;
    width: 150px;
    padding: 10px;
	margin: 0 auto;
	bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#locations-carousel.owl-carousel .owl-dots .owl-dot { margin: 0 4px; }

.seta-direita {color:#f6d500; font-size:20px; vertical-align:middle; margin-right:5px; font-weight:bold}

.masonry-thumbs iframe { padding: 0 1px 1px 0; }
.masonry-thumbs a img:hover { opacity: .9; }

.ipost .author-image,
.ipost .author-image img {
	width: 50px;
	height: 50px;
}

.ipost .author-meta { margin-top: 24px; }

.ipost .entry-meta li {
	display: block;
	float: none;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 8px;
}

.ipost .entry-meta li:first-child a { color: #222; }

.ipost .entry-meta li:before { display: none; }

.ipost .entry-title h3 {
	font-size: 17px;
	line-height: 1.6;
}


footer a {color:#777}
.entry-content p {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}
.table {margin-bottom:0}

.display-flex {display:flex}

.display-flex .col-lg-4 {margin:0 0 80px}

/*.bloco-manutencao {
	border-color: #EEE !important;
	box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; 
	position: relative;
    width: 100%;
	background:#f6f6f6;
	border-radius:8px;
    word-wrap: break-word; padding:30px; height:100%;
}

	
.bloco-manutencao:hover {
cursor:pointer;
    transition: 0.3s;
background:rgba(246, 246, 246, 0.2);
	box-shadow: 0 0.325rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}
	*/
.bloco-manutencao h4 {margin:0 0 15px}
.bloco-manutencao p {margin:0; color:grey}

#footer .list-unstyled li a {
	opacity: .7;
	color: #777;
	font-weight: 300;
}

ul.list-numbers li {
	list-style: decimal inside;
	margin-bottom: 20px;
}

#locations-carousel .card {
	position: relative;
	right: auto;
	margin: 0 auto;
	bottom: 0;
	margin-top: -30px;
	padding: 20px;
}
img.mfp-img {background:white; padding:0}

.footer-img { margin-top: -90px; }


.sticky-header .contactos-header {margin:15px 30px}

.contactos-header {
	margin:30px 0; 
	display:inline-block;     
	background: #f6d500;
    padding: 10px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#000; 
	min-width:300px}
	
	.contactos-header i {
	margin-right: 10px;
    font-size: 17px;
    line-height: 1.3;
    vertical-align: middle;}
	
	
	::-moz-selection { /* Code for Firefox */
  color: black;
  background: #f6d500;
}

::selection {
  color: black; 
  background: #f6d500;
}
	
	
.contactos-header:hover {background:#000; transition: 0.3s; color:#f6d500}
.contactos-header:hover a{color:white}
	
.contactos-header a {color:#f6d500}
.logo-header {padding:0;}
.logo-header.titulo-logo {margin:0;}
.logo-header img {width:270px; margin-top:20px;}
.mt-first-section {margin-top:-80px}

.bg-grey {background:#fafafa}

.logo-footer{margin-bottom:20px; width:230px; text-align:center}
.logo-footer img {width:100%}
.logo-footer h5 {    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 10px 0 30px;
    color: black;} 
	
	
	.logo-footer h4 {  
    font-size: 13px;
    margin: 10px 0 30px;
    color: #777;} 
	
	
	.feature-box p {font-size:13px}

footer h5{margin-bottom:10px; color:#f6d500}

footer p {margin-bottom:10px}
.bg-grey2 {background:#fafafa; padding:40px 0}
.bg-grey2 p {margin:0}

footer a:hover {color:#f6d500;     transition: 0.3s}
.subtitulo-footer {font-weight:300; color:black}
/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
b, strong {
    font-weight: 800;
	color:black
}
.mt30 {margin-top:30px}
.mb30 {margin-bottom:30px}

.mb50 {margin-bottom:50px}
@media (max-width: 991px) { 
.info-produto {padding:30px 30px 70px}

.info-preco {
	bottom:30px;
}


footer p {margin-bottom:20px}

.subtitulo-footer {margin-bottom:30px}
}


@media (max-width: 767.98px) {

header, #header-wrap {text-align:center}

#header .container {padding-left:5px!important; padding-right:5px!important}

 .mt30-mobile {margin-top:30px}



h1 {font-size: 25px; margin-bottom:10px}
.titulo-logo {font-size:12px; margin-bottom:30px}
.feature-box.fbox-plain.fbox-small h3 {font-size:16px}

.mt30 {margin-top:30px}

.table th, .table td {
    padding: 0.55rem;}

.table th, .table td {font-size:12px;}

.logo-header img {margin:30px 0 0}

.contactos-header {margin:30px 0 0}

.mt-first-section {margin-top:-230px}

	#top-account { margin: 29px 0; }
	#top-account a { display: block; }
	#top-account a span {
		display: none;
	}

	.footer-img { margin-top: 0; }
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#top-account { right: 0; }

	#locations-carousel .card {
		opacity: 0;
		position: absolute;
		right: 40px;
		bottom: -30px;
		padding: 20px 30px;
		width: 100%;
		max-width: 320px;
		border: 0;
		border-radius: 4px;
		transform: translateY(20px);
		transition: all .4s .1s ease-out;
	}

	.heading-block h2 {
		font-size: 42px;
		letter-spacing: -1px;
	}

	#locations-carousel.owl-carousel .owl-dots {
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 45px;
		margin-left: -75px;
	}

}





@media (max-width:576px) {

.col-xs-6 {width:auto; float:none}

#header a {font-size:12px}
#header i {margin-right:2px}
#header .icon-call {margin-left:15px}
.logo-footer {width:100%}

.logo-footer img {width:230px;}


footer {text-align:center}

}