*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body{
	height:100%;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	scroll-behavior: smooth;
}

.center{
	margin: 0 auto;
	height: 100%;
	max-width: 1300px;
	padding: 0 5%;
}
.clear {
	clear: both;
}
.txtcenter {
	text-align: center;
}
.t1{
	font-size: 40px;
	font-weight: 400;
	padding: 0 0 40px 0;
}
.t2{
	font-size: 30px;
	font-weight: 700;
}
.p1{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.p2{
}
.cgray {
	color: #757878;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w33 {
	width: calc(100% / 3);
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}

/*			Header			*/

header {
	width: 100%;
	height: 100%;
}
nav {
	width: 100%;
	height: 90px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px -10px 37px 0px rgba(0,0,0,0.75);
	border: px solid black;
	position: fixed;
	z-index: 100;
	transition: .3s;
}
nav:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: .3s;
}
nav .menu-desktop {
	display: flex;
	justify-content: space-between;
	border: px solid black;
}
nav .menu-desktop .logo {
	width: 280px;
	height: 60px;
	background-image: url(../imagens/logo/logo-jd-barnabe.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 15px;
	border: px solid black;
}
nav .menu-desktop ul {
	list-style: none;
	margin-top: 35px;
	position: relative;
	border: px solid black;
}
nav .menu-desktop ul li {
	display: inline-block;
	margin: 0 20px;
	text-transform: ;
	color: #666;
}
nav .menu-desktop ul li a {
	text-transform: none;
	text-decoration: none;
	color: black;
}

nav .hamburguer {
	display: none;
}
nav .menu-mobile {
	display: none;
	justify-content: space-between;
	display: ;
}
.menu-mobile i {
  position: relative;
  font-size: 30px;
  margin: 30px 0;
  color: #111;
  cursor: pointer;
  border: px solid black;
}
.menu-mobile ul {
  position: absolute;
	list-style: none;
  top: 100px;
  width: 90%;
  margin: 0 auto;
  border: px solid #666;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}
.menu-mobile ul li {
	text-align: center;
	display: block;
	padding: 10px 0;
	border: px solid black;
}
.menu-mobile ul li a {
	text-transform: none;
	text-decoration: none;
	color: black;
	display: block;
}
nav .menu-mobile .logo {
	width: 280px;
	height: 60px;
	background-image: url(../imagens/logo/logo-jd-barnabe.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 15px;
	border: px solid black;
}
.banner {
	width: 100%;
	height: calc(100% - 90px);
	background-image: url(../imagens/capa_2.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 90px;
}
.banner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.banner .container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: px solid black;
	color: white;
}
.banner .container h1 {
	font-size: 50px;
	font-weight: 500;
	text-transform: ;
	padding-bottom: 20px;
	text-shadow: 1px 1px 2px black;
	border: px solid black;
}
.banner .container h2 {
	font-size: 20px;
	font-weight: 400;
	text-shadow: 1px 1px 2px black;
}

/*			Fim Header			*/

/*			Section one			*/

section.servicos {
	position: relative;
	width: 100%;
	padding: 140px 0 50px 0;
	top: -80px;
}
/* Slideshow container */
.slideshow-container {
	padding-top: 20px;
  position: relative;
  margin: auto;
  border: px solid black;
}
.servicos .icons {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
  font-size: 50px;
}
.mySlides1, .mySlides2 {
	display: none;
}
.mySlides1 .texto {
	max-width: 600px;
	margin: 0 auto;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid transparent;
}
.fa-dog {
	padding: 30px 28px;
}
.fa-cut {
	padding: 30px 33px;
}
.fa-bone {
	padding: 30px 25px;
}
.fa-paw {
	padding: 30px;
}
.active, .dot:hover {
  color: #9fc304;
}
.active {
	border: 2px solid #9fc304;
	border-radius: 50%;
}
section.servicos .texto h2 {
	padding-bottom: 20px;
}
section.servicos .texto {
	color: #757878;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*			Fim Section one			*/

/*			Section proposta			*/

section.proposta {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background-color: ;
	background-image: url(../imagens/);
	border: px solid black;
	border-radius: 10px;
}
section.proposta .container {
	position: relative;
}
section.proposta .container > .texto {
	position: relative;
	border: px solid black;
	color: #757878;
	text-align: center;
	padding: 0 40px;
	margin: auto;
}
section.proposta .texto h1{
	text-align: center;
	padding: 0 0 40px 0;
}
section.proposta .texto p {
	padding-bottom: 30px;
}
section.proposta a {
	text-transform: none;
	text-decoration: none;
}
section.proposta .fab {
	font-size: 30px;
	margin: 0 5px;
	padding: 0px;
	border-radius: 50%;
	border: px solid black;
	color: #757878;
}
section.proposta .fab:hover {
	color: #9fc304;
	transform: rotate(360deg);
	transition-duration: .5s;
}
section.proposta .foto {
	border: px solid black;
}
section.proposta img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*			Fim Section proposta			*/

/*			Section comentarios			*/

section.comentarios {
	position: relative;
	border: px solid black;
	background-image: url(../imagens/bg-coments.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
section.comentarios .container {
	text-align: center;
	position: relative;
}
section.comentarios .container h1 {
	color: black;
	padding-top: 80px;
}
section.comentarios i.far {
	font-size: 50px;
	position: relative;
	border: px solid black;
	color: #9fc304;
	margin-bottom: 30px;
}
.slideshow-container2 {
	min-height: 150px;
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	border: px solid black;
}
.mySlides2 {
	padding: 0 100px;
}
/* Next & previous buttons */
.slideshow-container2 > .fas {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}
/* On hover, add a grey background color */
.slideshow-container2 .fas:hover {
  color: #9fc304;
}
.fa-angle-left {
	left: 0;
}
/* Position the "next button" to the right */
.fa-angle-right {
  right: 0;
}

section.comentarios .texto {
	color: white;
	text-shadow: 1px 1px black;
}
section.comentarios .texto h2 {
	color: #9fc304;
	padding-top: 20px;
}
/*			Fim Section comentarios			*/

/*			Section rodape			*/

section.rodape {
	position: relative;
	background-color: #232323;
}
section.rodape .container {
	padding: 50px 0;
	border: px solid black;
}
section.rodape .logo {
	width: 260px;
	height: 80px;
	background-image: url(../imagens/logo/Logo_JdBarnabé_branco.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: right;
	border: px solid black;
}
section.rodape .contato ul {
	font-size: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
	border: px solid black;
}
section.rodape .contato a {
	text-transform: none;
	text-decoration: none;
	color: white;
}
section.rodape .contato a:hover,
section.rodape .contato a:hover i {
	color: #9fc304;
}
section.rodape .contato i {
	font-size: 20px;
	padding-top: 10px;
	margin: 0 10px 10px 0;
	border: px solid black;
}
section.rodape .instagram {
	border: px solid black;
	padding: 0 30px;
}
section.rodape .instagram .t1 {
	padding: 0;
	font-size: 30px;
	color: white;
}
section.rodape .post {
	border: px solid black;
	height: auto;
	padding: 5px;
}
section.rodape .post img {
	width: 100%;
	height: ;
}
section.rodape .facebook {
	border: px solid black;
	padding: 0 30px;
}
section.rodape .facebook .t1 {
	padding: 0;
	font-size: 30px;
	color: white;
}

/*			Fim Section rodape			*/

/*			Section rodapé			*/

section.foto .container {
	position: relative;
}
section.foto .w20 {
	padding: 4px 2px;
	margin-bottom: -5px;
}
section.foto img {
	width: 100%;
	height: calc(100vw / 5);
	background-size: cover;
	border-radius: 10px;
	border: px solid black;
}

/*			Fim Section rodapé			*/

/*			Section rodapé2			*/

section.rodape2 {
	width: 100%;
	background-color: #232323;
}
section.rodape2 .container {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #333;
}
section.rodape2 .container {
	font-size: 25px;
	text-align: center;
	padding: 20px 0;
}
section.rodape2 .container a {
	text-transform: none;
	text-decoration: none;
	color: #ccc;
	margin: 0 5px;
}

/*			Fim Section rodapé2			*/

/*			Mobile			*/
@media screen and (max-width: 600px) {
	.banner .container h1 {
		font-size: 30px;
	}
	.banner .container h2 {
		font-size: 18px;
	}

	.servicos .icons {
		font-size: 30px;
	}
	.fa-dog {
		padding: 20px 18px;
	}
	.fa-cut {
		padding: 20px 23px;
	}
	.fa-bone {
		padding: 20px 15px;
	}
	.fa-paw {
		padding: 20px;
	}

	/* Next & previous buttons */
	.slideshow-container2 > .fas {
	  cursor: pointer;
	  position: absolute;
	  padding: 10px 16px;
	  color: white;
	  font-weight: bold;
	  font-size: 25px;
	  transition: 0.6s ease;
	  border-radius: 50%;
	  user-select: none;
	}
	/* On hover, add a grey background color */
	.slideshow-container2 .fas:hover {
	  color: #9fc304;
	}
	.fa-angle-left {
	}
	/* Position the "next button" to the right */
	.fa-angle-right {
	}

}
@media screen and (max-width: 768px) {
	.w60 {
		width: 100%;
	}
	.w50 {
		width: 100%;
	}
	.w40 {
		width: 100%;
	}

	/*			Header			*/

	nav .menu-desktop {
		display: none;
	}
	nav .hamburguer {
		display: block;
	}
	nav .menu-mobile {
		display: flex;
	}

	/*			Fim Header			*/

	/*			Serviços			*/

	.servicos .icons {
		width: 100%;
	}

	/*			Fim Serviços			*/

	/*			Comentários			*/

	.slideshow-container2 {
		width: 100%;
	}
	.mySlides2 {
		padding: 0 50px;
	}

	/*			Fim Comentários			*/

	/*			Proposta			*/

	section.proposta .container > .texto {
		padding: 0;
	}
	section.proposta img {
		display: none;
	}

	/*			Fim Proposta			*/

	/*			Rodapé			*/

	section.rodape .foto {
		margin-top: 20px;
	}
	section.rodape .logo {
		border: px solid black;
		margin-bottom: 0;
		margin: auto;
		float: none;
	}
	section.rodape .contato ul {
		text-align: center;
		font-size: 12px;
	}

	/*			Fim Rodapé			*/
}

/*			Fim Mobile			*/