@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900');
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing:border-box;
}
html {
	scroll-behavior: smooth;
}
html,
body {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	word-spacing: 1px;
	box-sizing: border-box;
}
a:link, a:visited {
	outline: none;
	outline: 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
body {
	font-family: "Roboto", sans-serif !important;
}
input,
textarea {
	color: #fff;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
/* Seta Topo */
a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 50%;
    right: 40px;
    display:none;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
}
a[href="#top"]:hover{
    text-decoration:none;
}
.seta-topo {
    border-radius: 50%;
    background: #ffd22b;
    transition: all 0.3s;
}
.seta-topo:hover {
    background: #0080e6;
    color: #fff;
}
.logo {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}
.logo img {
	width: 280px;
}

/* Banner imagens */
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
	width: 100%;
  display: none;
}
.mySlides img {
	width: 100%;
	height: 60vh;
	object-fit: cover
}

/* 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 */
.text {
  color: #f2f2f2;
  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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Banner */
#banner-service {
	width: 100%;
	overflow: hidden;
}
#banner-service nav {
	width: 100%;
	padding: 5px 0;
	background: #224460;
	opacity: 0.7;
	display: flex;
	justify-content: center;
}
#banner-service nav ul {
	width: 100%;
	display: flex;
	list-style-type: none;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	font-weight: 300;
	font-size: 14px;
}
#banner-service nav ul li {
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block !important;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 10px 15px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
#banner-service nav ul li:hover {
  border-bottom: 1px solid #fff;
}
#banner {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	margin-bottom: 30px;
}
#banner video {
	position: absolute;
	top: 145px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
#banner nav {
	width: 100%;
	padding: 5px 0;
	background: #224460;
	opacity: 0.7;
	display: flex;
	justify-content: center;
}
#banner nav ul {
	width: 100%;
	display: flex;
	list-style-type: none;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	font-weight: 300;
	font-size: 14px;
}
#banner nav ul li {
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block !important;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding: 10px 15px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
#banner nav ul li:hover {
    border-bottom: 1px solid #fff;
}
#banner .texto {
	margin: 0 auto;
	width: 1200px;
	padding-top: 240px;
	text-align: right;
	position: relative;
	z-index: 1;
}
#banner .texto h2 {
	font-size: 4rem;
	word-spacing: 0.8rem;
	font-weight: 100;
	color: #fff;
	padding-right: 30px;
}
#banner .texto h3 {
	font-size: 2.62rem;
	color: #e87749;
	word-spacing: 0.8rem;
	font-weight: 100;
	padding-right: 30px;
}

/* Menu Mobile */
.icon {
	color: #000;
	padding: 10px 15px;
	transition: all 0.3s;
}  
/* Menu mobile escondido*/
.topnav .icon {
	display: none;
}

/* SERVIÇOS */
#servicos {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 80px 30px 30px;
	overflow: hidden;
	box-sizing: border-box;
}

#servicos h2 {
	margin: 0 auto;
	width: 500px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}

#servicos .caixa {
	display: flex;
	justify-content: center;
	align-items: center;
}

#servicos .caixa .texto p {
	padding: 0 60px;
	margin-bottom: 30px;
}

#servicosportfolio .cards {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 160px;
}

#servicosportfolio .cards .card {
	width: 300px;
	min-height: 339px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	margin: 15px 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#servicosportfolio .cards .card .imagem {
	width: 300px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#servicosportfolio .cards .card .imagem img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#servicosportfolio .cards .card .texto {
	padding: 15px;
}

#servicosportfolio .cards .card .texto h3 {
	margin-bottom: 15px;
	font-size: 14px;
}

#servicosportfolio .cards .card .texto button {
	padding: 10px 8px;
	margin-top: 15px;
}
#servicosportfolio button {
	cursor: pointer;
}
/* Video */
#video {
	padding: 120px 0;
	width: 100%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#video #videoplayer {
	width: 1200px;
}

/* ENGENHEIROS */
#engenheiros {
	padding: 380px 0;
	background: url('../img/engenheiros.png') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* CONTATO */
#contato {
	background: #153945;
	padding: 160px 0;
	color: #fff;
}

#contato .box {
	width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

#contato .box h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 30px;
}

#contato .box p {
	line-height: 1.8rem;
	text-align: center;
}

#contato .box .caixa {
	margin-top: 60px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

#contato .box .caixa .grupo {
	display: flex;
	width: 100%;
	/* overflow: hidden;
	box-sizing: border-box; */
}

#contato input,
#contato textarea {
	width: 100%;
	padding: 10px 12px;
	background: none;
	margin: 10px 15px;
	border-bottom: 1px solid gray;
}

#contato textarea {
	resize: none;
}

#contato .box .caixa button {
	padding: 15px 20px;
	background: #e87749;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}

/* Sobre nós */
#sobrenos {
	padding: 160px 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

#sobrenos .caixa {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

#sobrenos .caixa .imagem {
	width: 44%;
	margin-right: 15px;
}

#sobrenos .caixa .imagem img {
	width: 100%;
}

#sobrenos .caixa .caixa-texto {
	overflow: hidden;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 47%;
}

#sobrenos .caixa .caixa-texto h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 25px;
}

#sobrenos .caixa .caixa-texto .cards {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

#sobrenos .caixa .caixa-texto .cards .card {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sobrenos .caixa .caixa-texto .cards .card .icone {
	width: 75px;
	height: 75px;
	background: gray;
	border-radius: 50%;
}

#sobrenos .caixa .caixa-texto .cards .card .texto {
	margin-top: 15px;
	border: 1px solid black;
	padding: 6px 12px;
	font-size: 16px;
}

/* GALERIA */
#galeria {
	width: 100%;
	margin: 0 auto;
	padding: 160px 0 0 0;
}

#galeria .caixa {
	width: 1200px;
	margin: 0 auto;
}

#galeria .caixa h2 {
	margin: 0 auto;
	width: 350px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}

#galeria .caixa p {
	text-align: center;
	line-height: 1.5rem;
	margin-bottom: 60px;
}

#galeria .imagens {
	display: flex;
}

#galeria .imagens .imagem {
	width: 380px;
	height: 650px;
	border: 1px solid black;
}

.g1 {
	background: url(../img/g1.jpg) no-repeat;
	background-size: cover;
}

.g2 {
	background: url(../img/g2.jpg) no-repeat;
	background-size: cover;
}

.g3 {
	background: url(../img/g3.jpg) no-repeat;
	background-size: cover;
}

.g4 {
	background: url(../img/g4.jpg) no-repeat;
	background-size: cover;
}

.g5 {
	background: url(../img/g3.jpg) no-repeat;
	background-size: cover;
}

a {
	list-style-type: none;
	text-decoration: none;
	color: #e87749;
}

h2 {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}

/* CLIENTES E PARCEIROS */
#parceiros {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

#parceiros .caixa {
	width: 1200px;
	margin: 0 auto;
}

#parceiros .caixa h2 {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}

#parceiros .caixa p {
	text-align: center;
	line-height: 1.5rem;
	padding: 0 15px;
	margin-bottom: 60px;
}

#parceiros .imagens {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#parceiros .imagens .clienteparceiro {
	width: 140px;
	margin: 25px;
}

/* INFORMACAO */
#info {
	width: 100%;
	color: #fff;
	background: #153945;
}

#info .conteudo {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

#info .conteudo .informacao {
	margin: 15px 35px;
	font-size: 16px;
}

#info .conteudo .informacao h3 {
	margin-bottom: 15px;
	font-size: 14px;
}

#info .conteudo .informacao ul {
	list-style-type: none;
}

#info .conteudo .informacao ul li {
	margin-bottom: 15px;
}

/* RODAPE */
footer {
	width: 100%;
	background: black;
	color: #fff;
}

footer .rodape {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 30px;
	overflow: hidden;
	box-sizing: border-box;
}

footer .rodape .redesocial {
	display: flex;
	text-align: right;
}

footer .rodape .redesocial .icone {
	margin-left: 10px;
	padding: 8px;
	cursor: pointer;
	border-radius: 8px;
}

footer .rodape .redesocial .icone:hover {
	background: #e87749;
}

/* Página auxiliar */
#pagina {
	font-family: "Roboto", sans-serif !important;
	overflow: hidden;
	box-sizing: border-box;
	padding: 60px 30px;
	width: 1200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
#pagina h2 {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 5px;
}
#pagina h4 {
	font-size: 1.3rem;
}
#pagina .caixa {
	display: flex;
	align-items: center;
}
#pagina .caixa .texto {
	margin-top: 20px;
	margin-right: 15px;
	width: 60%;
	font-size: 16px;
	line-height: 24px;
}
#pagina .caixa .texto p {
	margin-bottom: 30px;
}
#pagina .caixa .imagem img {
	border-radius: 15px;
	width: 350px;
}

#pdf {
	width: 1200px;
	margin: 0 auto;
}
#pdf h2 {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	border-bottom: 1px solid #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}
#pdf .box {
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
}
#pdf .box .pdficone {
	width: 85px;
}

/* pagina de emails mensagem */
#msg {
	font-family: "Roboto", sans-serif !important;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}
#msg h2 {
	margin: 0 auto;
	/* width: 500px; */
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #e87749;
	margin-bottom: 30px;
	padding: 0 60px;
}
#msg h3 {
	margin: 0 auto;
	/* width: 500px; */
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #e87749;
	margin-bottom: 60px;
	padding: 0 60px;
}