/* Estilos personalizados site */
body{
  font-family: 'Raleway', sans-serif;
  //background-color: #3a5169;
  background-image: url(img/fundo.png);
  background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
h2{
  color:#009fe3;
}
.h-20{
  height: 17%!important
}
.w-20{
  width: 15%!important
}
.esp{
  margin-right: 45px;
}
.bg-dark{
	background-color:#009fe3!important
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.divtitulo{
  margin-top: 180px;
  margin-left: 300px;
}
.divtitulor{
  margin-top: 180px;
  margin-left: 700px;
}
.divtituloc{
  margin-top: 180px;
  margin-left: 100px;
}
.divtitulos{
  margin-top: 180px;
  margin-left: 800px;
}
.titulo{
  color: #fff;
  font-size: 70px;
  font-weight: 1800;
  text-align: center;
}
.titulo2{
  color: #3a5169;
  font-size: 45px;
  font-weight: 1000;
}
.titulo3{
  color: #3a5169;
  font-size: 55px;
  font-weight: 1000;
}
.titulo4{
  color: #fff;
  font-size: 45px;
  font-weight: 1000;
}
.slide{
  display: flex;
  cursor: default;
	height: 95vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
  background-image: url(img/banner1.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}
.slide2{
  display: flex;
  cursor: default;
	height: 95vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
  background-image: url(img/banner2.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}
.slide3{
  display: flex;
  cursor: default;
	height: 95vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
  background-image: url(img/banner3.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}
.slide4{
  display: flex;
  cursor: default;
	height: 95vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
  background-image: url(img/banner4.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}
a{
  color: #fff;
}
.home{
  padding-top: 20px;
  color: #fff;;
  min-height: 140vh;
}
.homepreco{
  padding-top: 20px;
  color: #fff;;
  min-height: 135vh;
}
.homeserv{
  padding-top: 20px;
  color: #fff;;
  min-height: 200vh;
}
.homecontato{
  padding-top: 20px;
  color: #fff;;
  min-height: 125vh;
}

.arrow {
	border: none;
	bottom: 0;
	font-size: 0.6em;
	height: 3em;
	left: 90%;
	letter-spacing: 0.2em;
	margin-left: -7.5em;
	opacity: 1;
	outline: 0;
	padding-left: 0.2em;
	position: absolute;
	text-align: center;
	width: 16em;
	z-index: 1;
}

 .arrow:after {
	background-image: url("img/seta.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 8em;
	content: '';
	display: block;
	height: 5em;
	left: 50%;
	position: absolute;
	width: 3em;
}

.zoom {
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  width: 40%;
  margin: auto;
}

.zoom img {
  display: block;
  max-width: 100%;
  visibility: visible;
  //border: 1px solid #49422e;
}

.zoom:hover{
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
