html,
body {
    height: 100%;
	background: #fff;
  	color: #666666;
  	font-family: "Open Sans", sans-serif;    
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 90px 15px 20px;
}


a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/**
section.intro::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
**/

section.intro {
	width: 100%;
  	height: 100vh;
	position: relative;
}

section.intro .carousel {
	width: 100%;
  	height: 100vh;
}

.carousel-inner .item div {
	width: 100%;
  	height: 100vh;
	
}

@media (min-width:300px) and (max-width: 530px) and (min-height:481px) and (max-height: 640px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-1900
	,#carousel-inicio-1600
	,#carousel-inicio-1200
	{
  		display: none !important;
	}
}

@media (min-width:300px) and (max-width: 530px) and (min-height:481px) and (max-height: 1024px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-1900
	,#carousel-inicio-1600
	,#carousel-inicio-1200
	{
  		display: none !important;
	}
}

@media (min-width: 531px) and (max-width: 666px) and (min-height:481px) and (max-height: 1280px) {
	#carousel-inicio-ver-530 
	,#carousel-inicio-1900
	,#carousel-inicio-1600
	,#carousel-inicio-1200
	{
  		display: none !important;
	}	
}

@media (min-width: 667px) and (max-width: 834px) and (min-height:481px) and (max-height: 1280px) {
	#carousel-inicio-ver-530 
	,#carousel-inicio-1900
	,#carousel-inicio-1600
	,#carousel-inicio-1200
	{
  		display: none !important;
	}	
}

@media (min-width: 1px) and (max-width: 719px) and (max-height: 480px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1600
	,#carousel-inicio-1900
	{
  		display: none !important;
	}
		
}
@media (min-width: 720px) and (max-width: 1023px) and (max-height: 640px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1600
	,#carousel-inicio-1900
	{
  		display: none !important;
	}
		
}
/* 
@media (max-width: 1024px) and (min-height:481px) and (max-height: 640px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1600
	,#carousel-inicio-1900
	{
  		display: none !important;
	}
		
} */

@media (min-width: 1024px) and (max-width: 1599px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1600
	,#carousel-inicio-1900
	{
  		display: none !important;
	}
		
}

@media (min-width: 1600px) and (max-width: 1899px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1200
	,#carousel-inicio-1900
	{
  		display: none !important;
	}
		
}

@media (min-width: 1900px) {
	#carousel-inicio-ver-1280
	,#carousel-inicio-ver-530
	,#carousel-inicio-1200
	,#carousel-inicio-1600 
	{
  		display: none !important;
	}	
}



/* About Us Section
--------------------------------*/
#about {
  background: url("../../../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-msg p {
	font-size: 1.5em;
}


/* Services Section
--------------------------------*/
#services {
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 50px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 15px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 5px 5px 5px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item .caption span.nome {
	font-size: 140%;
	margin-right: 5px;
}

#portfolio .portfolio-item .thumbnail {
	min-height: 200px;
}

#portfolio .portfolio-item .caption .label {
	display: inline;
	padding: 0.2em 0.3em 0.2em 0.3em;
	font-size: 60%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25em;
}

#portfolio .portfolio-item .caption-inativo {
	padding: 2px;
}

.label-lancamento-small {
	font-size: 55%;
	padding: 0.2em 0.3em 0.2em 0.3em;
	margin-left: 10px;
}

#portfolio.camas {
  padding: 30px 0 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


/*--------------------------------------------------------------
# Estofado
--------------------------------------------------------------*/


.thumbnails {
	margin-top: 10px;
	margin-bottom: 10px;
}

.thumbnailx {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border;
	margin-bottom: 5px;
}

.thumbnailx img {
	border: none;
	margin-right: auto;
    margin-left: auto;
	max-height: 70px;
	vertical-align: middle;
    display: block;
}


.thumbnailx a {
	outline: 0;
	cursor: pointer;
}


.thumb-active {
	border-color: #18d26e;
}


/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/


.navbar-brand img {
	width: 150px;
}

  a.navbar-brand {
	padding-top: 0px;
	padding-left: 10px;
  }


@media (min-width: 1024px) {
  a.navbar-brand {
	padding-top: 0px;
	padding-left: 60px;
  }
}


@media (min-width: 768px) {
}

.navbar-site {
  background-color: transparent !important; 
  border-color: transparent !important;
  padding: 20px 0;
  height: 92px;
  transition: all 0.5s;
}

nav.header-scrolled {
  background: #000 !important;
  padding: 10px 0;
  height: 72px;
  transition: all 0.5s;
}

.navbar-site .navbar-nav > li > a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}


.navbar-site .container-fluid {
	background: rgba(6, 6, 6, 0.4);
}

/**** search ****/


form.navbar-search1 {
	margin: 0px;
}

.navbar-search1 input {
	color: #fff;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0px !important;
}

.navbar-search1 input[type=text]:focus:not([readonly]) {
	border-bottom: 1px solid #18d26e;
	box-shadow: 0 1px 0 0 #18d26e;
}


.navbar-search1 i {
	color: #fff;
}

.navbar-search1 .search-icon {
	background-color: transparent !important;
	border: none !important;

}

@media (min-width: 1024px) {
  .navbar-right {
    
    z-index: 99;
  }
  
  .navbar-search1 {
	  padding-right: 60px;
	  z-index: 99;
  }
}


.navbar-inverse {
  background-color: #000;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a.highlighted,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #18d26e;
  background-color: transparent;
}

nav.header-scrolled .navbar-nav > li {
	background-color: #000 !important;
	transition: all 0.8s;
}

nav.header-scrolled .navbar-nav > li > a.highlighted {
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #18d26e;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a.highlighted,
.navbar-inverse .dropdown-menu > .open > a,
.navbar-inverse .dropdown-menu > .open > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
  color: #18d26e;
  background-color: transparent;
}

.navbar-inverse .dropdown-menu > li > a {
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
}


.navbar-inverse .dropdown-menu > li.dropdown-header {
  	padding: 5px 10px 5px 10px;
  	
}

nav.header-scrolled .dropdown-menu > li.active > a {
  color: #18d26e !important;
  background-color: inherit !important;
	
}

.navbar-inverse .dropdown-menu > li.active > a {
  color: #18d26e;
  background-color: transparent;
}


/*--------------------------------------------------------------
# Neimar
--------------------------------------------------------------*/

.main-container {
	padding-top: 70px;
}

section.Xseparate-page-section {
	margin-top: 60px;
	margin-bottom: 60px;
}


div.contact-msg {
	
	margin-top: 120px;
	margin-bottom: 120px;
	
}

.img-centered {
    margin: 0 auto;
}

#error {
  padding: 60px 0 40px 0;
  position: relative;
}


#portfolio #portfolio-flters li.filter-active a  {
	color: #fff;
}
	
#portfolio #portfolio-flters li:hover a  {
	color: #fff;
}
	
.col-centered{
    
    margin: 0 auto;
}

#main-search-form {
	padding-left: 2px;
	padding-right: 2px;
}

#main-search-form input.form-control {
	padding: 3px;
}
	
	
	
/*--------------------------------------------------------------
# Revestimentos
--------------------------------------------------------------*/
	
.revestimentos .thumbnail {
	border: none;
}	
.revestimentos .thumbnail:hover {
	border: 1px solid #18d26e;
}	


@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
  	width: 900px;
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  	width: 1140px;
    max-width: 1140px;
  }
}


/*--------------------------------------------------------------
# ícones customizados
-----------------------------*/

.glyphicon-3d:before {
    content: "3D";
    font-family: 'Verdana';
    font-style: normal;
    font-size: 18px; /* Adjust the size if necessary */
    font-weight: bold;
    display: inline-block;
    line-height: 1; /* Keep it aligned with other text */
    color: #333; /* Adjust color */
}


.glyphicon-2d:before {
    content: "2D";
    font-family: 'Verdana';
    font-style: normal;
    font-size: 18px; /* Adjust the size if necessary */
    font-weight: bold;
    display: inline-block;
    line-height: 1; /* Keep it aligned with other text */
    color: #333; /* Adjust color */
}
	