@font-face{
	src: url(../fonts/Nunito-Regular.ttf);
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
}

@font-face{
	src: url(../fonts/Nunito-Light.ttf);
	font-family: nunito;
	font-style: normal;
	font-weight: 100;
}

*{
	font-family: nunito;
	font-weight: 300;
}

.container-fluid{
	padding: 0!important;
	z-index: 5;
}

/* ------------------ NAVIGATION BAR ----------------------------------*/
#navbarSpace{
	background: rgb(255, 255, 255, 0.7);
	/*background: 255,255,255,0.1;*/
	position: fixed !important;
    z-index: 10;
    width: 100%;
    top: 0;
    transition: top 0.8s;
    display: block;
}

.navbar{
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}

#logo{
	width: 220px;
}



.navbar-nav{
	padding-top: 3px!important;
}

.nav-link{
	color: rgb(95, 43, 29)!important;
	text-transform: uppercase;
}

.dropdown:hover>.dropdown-menu{
	display: block;
}

.dropdown-menu{
	background-color:  rgb(255, 255, 255, 1)!important;
	border: none!important;
	border-radius: 0!important;
	box-shadow: 1px 3px 15px rgba(0, 0, 0,0.2);
}

.dropdown-item{
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
}

.dropdown-item:hover{
	color: rgb(168, 97, 39)!important;
	background-color: rgb(255, 255, 255, 0.0)!important;
}

#imagemMenu img{
	max-width: 100%;
}


@media only screen and (max-width: 900px) {
	.nav-link{
		padding: 3vh 0!important;
	}
	.mobileMargin{
		margin-bottom: 80vh;
	}
	#navbarSpace{
		background-color: rgb(255,255,255);
	}
	.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: 1rem!important;
	padding-left: 3rem!important;
	font-size: 1.1rem!important;
	}
}

@media only screen and (min-width: 900px) {
	.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: 1rem!important;
	padding-left: 1rem!important;
	font-size: 1.1rem!important;
	}
}

.navbar-light .navbar-nav .active>.nav-link{
	color: rgb(168, 97, 39)!important;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: rgb(168, 97, 39)!important; 
}


/* ------------------ END -- NAVIGATION BAR ----------------------------------*/

/* ------------------ Primeira Seccao ----------------------------------------*/
@media only screen and (max-width: 450px) {
	.imagemMobile{
		width: 100%;
	}
	.arrow {
		display: none;
	  }
	  
	.fabricamosMobile{
		width: 65%;
	}

	.mtopMobile{
		margin-top: 40px;
	}
}


@media only screen and (min-width: 450px) {
	body {
		background: url('../images/paginaInicial.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		z-index: 1;
	}
	.imagemMobile{
		display: none;
	}
	.arrow {
		text-align: center;
		margin: 70vh 0 5vh 0;
		display: block;
  	}
}
@media only screen and (max-width: 450px) {
	#fraseInspiradora{
		position: absolute;
		top: 50%;
	}
}

@media only screen and (min-width: 450px) {
	#fraseInspiradora{
		position: absolute;
		top: 40%;
	}
}

@media only screen and (max-width: 900px) {
	#fraseInspiradora{
		left: 2%;
	}
}

@media only screen and (min-width: 900px) {
	#fraseInspiradora{
		left: 18%;
	}
}

#fraseInspiradora p{
	font-size: 2em;
	text-transform: uppercase;
}

.fa{
	color: rgb(0,0,0,0.5);
}

.arrow {
  	text-align: center;
  	margin: 70vh 0 5vh 0;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}



/* ------------------ END -- Primeira Seccao ----------------------------------*/

/* ------------------ Segunda Seccao ----------------------------------*/
#segundaSeccao{
	background-color: white;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



#fabricamosRevenda{
	background-color: #E2E2E2;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 400px;
	border-radius: 0 0 9px 9px;
}

#fabricamosRevenda p{
	text-align: center;
	font-size: 1.5em;
	padding: 14px 0 14px 0;
	font-weight: 100;
}

#textoIntrodutorio{
	margin-top: 22vh;
	padding-bottom: 22vh;
}

#textoIntrodutorio p{

	font-size: 1.3em;
	line-height: 1.8;
}

.saberMais{
	font-weight: 100;
	font-size: 0.9em;
	color: black;
	text-decoration: underline;
}

.saberMais:hover{
	color: rgb(168, 97, 39);
}

/* ------------------ END -- Segunda Seccao ----------------------------------*/

/* ------------------ Terceira Seccao ----------------------------------*/

#terceiraSeccao{
	background-color: white;
	width: 100%;
}

#terceiraSeccao h3{
	padding-bottom: 40px;
}

.widthLimitacao{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.row{
	margin-left: 0!important;
	margin-right: 0!important;
}

.divisaoSeccao{
	padding-bottom: 15vh;
}

#fabricamos{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.imgFabricamos{ 
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.descricaoFabricamos{
	text-align: center;
	font-size: 1.3em;
	margin-top: 1rem;
}

.carouselAcessorios{
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 450px) {
	.medidasMobile{
		max-width: 100%!important;
	}
}

/*--------------------- Fim Terceira Seccao------------------*/

/*--------------------- Quarta Seccao -----------------------*/

#quartaSeccao{
	background-color: #f8f8f8;
	width: 100%;
}

#quartaSeccao h3{
	padding-top: 40px;
	padding-bottom: 40px;
}

.widthLimitacao2{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 900px) {
	.imgInspire{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media only screen and (min-width: 900px) {
	.imgInspire{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}



/*--------------------- Fim Quarta Seccao -------------------*/

/*---------Footer---------------------*/

footer{
	background-color: #939393;
	padding-top: 50px;
}

.limitacaoFooter{
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}

footer a{
	color: white;
	display: block;
	font-size: 1em;
	padding-bottom: 2%;
}

footer a:hover{
	color: white;
}

.footerHover:hover{
	text-decoration: none;
}

footer h4{
	padding-bottom: 3%;
}

.font100{
	font-weight: 100;
}

.letraBranca{
	color: white!important;
}



@media only screen and (max-width: 992px) {
	.espcoCategorias{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.footerContact{
		text-align: left;
	}

	footer{
		padding-bottom: 60px;
	}

	.footerCarpintaria{
		display: none;
	}
}


@media only screen and (min-width: 992px) {
	.espcoCategorias{
		padding-top: 0;
		padding-bottom: 0;
	}

	.footerContact{
		text-align: right;
	}

	footer{
		padding-bottom: 150px;
	}
	.footerCarpintaria{
		color: white!important;
		font-size: .8em;
		float: right;
		margin-right: 10px;
		margin-top: 115px;
	}
}

/* ---------- LightBox --------*/

.lb-number{
	display: none!important;
}

.lb-outerContainer{
	border-radius: 0!important;
}

.lb-image{
	border: 0px!important;
	border-radius: 0!important;
}


/* --------- ScrollBar -----------*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}


/* Track */
::-webkit-scrollbar-track {
  background: #E2E2E2; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E9BD8D; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A86127; 
}



/* --------- AOS Animation OFF ---*/
/* Small Devices, Tablets */
@media only screen and (max-width : 1200px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

/*---------------- Loader ---------------*/
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #ffffff;
	z-index: 100;
  }

  #loader-container{
    width: 50px;
    height: 50px;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
  
  }
  
  .loader-div{
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 2px solid #f8f8f8;
    border-top: 3px solid #E9BD8D;
    border-radius: 50%;
    animation: rotate 0.5s linear infinite;
  }
  
  @keyframes rotate{
    100% {transform: rotate(360deg);}
  }



  @media only screen and (max-width : 450px){
	.loaderLogo{
		width: 220px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35%;
	  }
  }

  @media only screen and (min-width : 450px){
	.loaderLogo{
		width: 320px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15%;
	  }
  }


  /*----------------- Portaros, Roupeiros, Cozinhas -------------*/

  .informacoes p{
	font-size: 1.2em!important;
	margin-bottom: 0.5em;
  }

  .hide {
	opacity: 0;
  }
  .show {
	opacity: 1;
  }