@font-face {
	font-family: 'Open Sans',sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
	font-display: swap;
}

*{
	box-sizing: border-box;
	font-display: swap;
}

:root {
	--primarycolor: #ce2022;
	--white: #ffffff;
}

body, html {
	background-color: #e7e7e7;
	scroll-behavior: smooth;
	height: 100%;
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
	background: #888; 
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.btnrelatorios:hover {
	cursor: pointer;
}

ul {
	list-style-type: none;
}

.img{
	float: left;
	margin-right: 8px;
	height: 118px;
	width: 96px;
	background: repeating-conic-gradient(#ededed 0% 25%, transparent 0% 50%) 50% / 24px 24px;
	z-index: 99;
}
.ih{
	position: absolute;
	width: 96px;
	height: 118px;
	background-repeat: no-repeat;
	background-size: cover;
}

button{
	outline: none;
}

.mainsection{
	padding-top: 68px;
}

.editableelementnav{
	position: relative;
	width: fit-content;
}

.editableelement{
	position: relative;
}

.editicon {
	position: absolute;
	top: 2px;
	right: 6px;
	margin-right: auto;
	color: #ffffff;
	font-size: 14px;
	filter: drop-shadow(2px 2px 6px #2f2f2f);
	z-index: 999;
}

.form-control:focus {
  border-color: var(--primarycolor);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.055), 0 0 8px var(--primarycolor);
}

.colorsofsometext{
	color: var(--primarycolor);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.floatcart{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color: var(--primarycolor); 
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:34px;
	z-index:100;
}

.my-float{
	color: #fff;
	margin-top:16px;
}

.btncarrinho{
	color:var(--primarycolor);
	width:40px;
	height:30px;
	margin-top:12px;
	margin-bottom:22px;
	opacity:0.8;
	font-size: 16px;
	margin-left: 12px;
	margin-right: 12px;
}

.btncarrinho:hover{
	opacity:1;
}

h1 strong {
	font-weight: 900;
}

h2 {
	width: auto;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}

h3 {
	font-size: 16px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	color: #666;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #777;
}

a {
	font-family: 'Open Sans', sans-serif;
	color: var(--primarycolor);
	text-decoration: none;
}

a:hover{
	color: var(--primarycolor);
	text-decoration: none;
}

hr {
	height: 3px;
	width: 120px;
	text-align: center;
	position: relative;
	background: var(--primarycolor);
	border: 0px;
	margin: 30px auto 30px;
}

.flexfooter{
	display: flex;
	justify-content: center;
}

.flexfooter > img{
	margin: 0px 20px 0px 20px;
}

.flexfooter > div{
	padding-left: 12px;
}

/* Navigation */
#menu {
	transition: all 0.8s;
}

#menu a.navbar-brand {
	margin-top: 8px;
	margin-bottom: 8px;
}

#menu.navbar-default .navbar-nav > li > a {
	margin-right: -4px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	transition: 0.4s;
	border-bottom: 2px solid transparent;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 2px solid #fff;
}

.on {
	background-color: white !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: var(--primarycolor) !important;
}

.navbar-toggle {
	z-index: 9;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbarhidden{
	transform-origin: top;
	transform: translateY(-110px);
}
/* Home Style */
header {
	margin-top: 70px;
}

/* Gallery Section 
==============================*/
.categories {
	padding-bottom: 30px;
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin-left: 20px;
}

ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}

ol.type li a.active {
	color: var(--primarycolor);
	border: 1px solid var(--primarycolor);
}

ol.type li a:hover {
	color: var(--primarycolor);
	border: 1px solid var(--primarycolor);
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.txtpaga{
	text-align: left;
	color:var(--primarycolor); 
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: -6px;
	opacity: 0.8;
}

@media only screen and (max-width: 1280px)
{
	.portfolio-item {
		text-align: center;
        width: 236px;
	}
}

@media only screen and (max-width: 1100px)
{
	.portfolio-item {
		text-align: center;
        width: 220px;
	}
	.portfolio-item img{
		height: 80px;
	}
}

@media only screen and (max-width: 991px)
{
	.portfolio-item {
		text-align: center;
        width: 90%;
	}
}

@media only screen and (max-width: 901px)
{
	.portfolio-item {
		text-align: center;
        width: 90%;
	}
}

@media only screen and (max-width: 767px)
{
	.portfolio-item {
		text-align: center;
        width: 60%;
	}
}
@media only screen and (max-width: 600px)
{
	.portfolio-item{
		text-align: center;
        width: 60%;
	}
}

@media only screen and (max-width: 400px)
{
	.portfolio-item {
		text-align: center;
        width: 80%;
	}
}

.portfolio-item {
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.4s;
}

.portfolio-item img{
	padding-top: 12px;
	height: 280px;
	width: 230px;
	border-radius: 8px;
}

.portfolio-item:hover {
	transform: scale(1.02);
	-webkit-box-shadow: 4px 4px 22px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 22px -2px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 22px -2px rgba(0,0,0,0.4);
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

#works-section i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
}

/* About Section */
#about-section {
	padding: 68px 0;
	background-color: #ededed;
	margin-left: -1px;
}

#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px)
{
	#about-section p {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 1px;
	}
	#about-section h4 {
		margin-left: 1px;
	}
}

/* Achivements Section */
.achievement-box {
	text-align: center;
	margin: 20px 0;
}

.achievement-box h4 {
	margin-bottom: 40px;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}

.achievement-box span.count {
	color: #ededed;
	font-size: 50px;
	font-weight: 500;
	display: block;
}

/* Contact Section */
#contact-section {
	padding: 68px 0 60px 0;
	background-color: #ededed;
}

#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}

#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: var(--primarycolor);
	font-size: 16px;
	margin-bottom: 10px;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Social Section */
#social-section {
	background-color: #ededed;
	padding: 5px 0 2px 0;
	text-align: center;
	margin-bottom: 4px;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fab {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fab:hover {
	transform: scale(1.3);
}

/* Footer */
#footer {
	color: #777;
	padding: 20px 0 15px 0;
	text-align: center;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #fff;
}
#footer a {
	color: #000;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #ADA3A2;
}

.social > ul {
	margin-left: -40px;
}

@media (max-width: 768px) {
	.content {
		padding: 40% 0 0;
	}
	.mainsection{
		padding-top: 102px;
	}
}

@media (max-width: 603px) {
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 12% 10%;
	}
}

@media (max-width: 360px) {
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
}
