/* Layout ****************************************************************** */
html, body, .capa{
	height: 100%;
	overflow: auto;
	/*scroll-behavior: smooth; */
}

body {
	background-attachment: fixed;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; /* Helvetica, Arial, sans-serif;*/
	overflow-x: hidden;
}


/*--- Barra Navegacao ---*/
.img-logo{
	height: 60px;
	width: 175px;
	display: block;
	background: url('imagens/logo_60_173_g.png') no-repeat;
	background-size: contain;
	color: transparent;
	margin-left: 30px;
}

.img-logo-footer{
	height: 60px;
	width: 173px;
	display: block;
	background: url('imagens/logo_60_173_g.png') no-repeat;
	background-size: contain;
	color: transparent;
	margin-left: 0px;
	margin-bottom: 10px;
}

.navbar-transparente {
	padding: 15px 0px;
	background: rgba(92, 113, 72, 0.0);
	border: none;
}

.nav-link {
    color: rgba(92, 113, 72, 1.0) !important;
}


/* Conteudo pagina 1*/
.img-principal{
	box-sizing: inherit;
	background: url('imagens/projetos/xande_1.jpg') no-repeat;
	background-size: cover;
	height: 500px;
}

.box-sobre{
	background: #81F79F;
	padding: 30px;
}

.box-footer{
	background: #81F79F;
	padding: 30px;
}

.box-produtos{
	box-sizing: border-box;
    width: 90%;
    margin: -1.5em auto 0;
    padding: 1.7em 1.7em 2.5em;
    position: relative;
    background: #fff;
    border-top: 8px solid rgba(92, 113, 72, 1.0);
}

.foto-projeto{
	width: 100%;
	padding-bottom: 10px;
}

.texto-descritivo-projeto{
	padding-left: 50px;
	text-align: justify;
    text-justify: inter-word;
}

.texto-capa{
	text-align: left;
	color: black;
	vertical-align: bottom;
	padding: 80px 0px 300px 70px; 
	text-shadow: 1px 2px 2px rgba(150, 150, 150, 0.70);
}

.texto-capa-normal{
	font-weight: none;
	text-align: left;
	color: black;
	text-shadow: none;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(150, 150, 150, 0.70);
}

.texto-titulo{
	text-align: center;
	color: black;
	text-shadow: none;
}

.texto-topico{
	font-weight: 700;
	text-align: left;
	color: black;
	text-shadow: none;
}

.texto-normal{
	font-weight: none;
	text-align: left;
	color: black;
	text-shadow: none;
}

.texto-cpy-rgt{
	height: 30px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	color: #6E6E6E;
}

/* Tipografia ****************************************************************** */

h1{
	font-weight: 600;
	letter-spacing: -0.05em;
	margin-bottom: 50px;
}

h2{
	font-weight: 400;
	letter-spacing: -0.04em;
}

h3{
	font-weight: 800;
	letter-spacing: -0.04em;
}

p{
	letter-spacing: -0.04em;
	text-align: left;
	text-shadow: none;
}

@media screen and (max-width: 767px){
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 20px;
	}

}

@media screen and (min-width: 768px){
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 20px;
	}
}

@media screen and (min-width: 992px){
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 25px;
	}
}

@media screen and (min-width: 1200px){
	h1{
		font-size: 60px;
	}
	h2{
		font-size: 30px;
	}

}

#rodape h4{
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}

.rodape-estilo{
	padding: 30px 0px 0px 50px;	
}

.item-rede-social{
	float: right;
}


.vermelho {
	border: 1px solid red;
}

/* *****************************************/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  /*top: 61px;*/ 
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text Green */
.cap_text_green {
  color: #5c7148;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Caption text White */
.cap_text_white {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6s;
  animation-name: fade;
  animation-duration: 6s;
}

@-webkit-keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}