

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s;
  font-family: -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  Helvetica,
  Arial,
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol";
}


/* Navbar section */

.nav{
  width: 100%;
  height: 65px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  background-color: rgba(8, 8, 8, 0.8);
}

.nav div.logo{
  width: 180px;
  height: 10px;
  position: absolute;
}

.nav div.logo a{
  text-decoration: none;
  color: #fff;
  font-size: 1.8em;
  text-transform: uppercase;
}

.nav div.logo a:hover {
  color: #c0c0c0;
}

.nav div.main_list{
  width: 600px;
  height: 65px;
  float: right;
}

.nav div.main_list ul{
  width:100%;
  height: 65px;
  display: flex;
  list-style: none;
}

.nav div.main_list ul li{
  width: 120px;
  height: 65px;
}

.nav div.main_list ul li a{
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  text-transform: uppercase;
}

.nav div.main_list ul li a:hover{
  color: #c0c0c0;
}

.nav div.media_button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 12px;
  display: none;
}

.nav div.media_button button.main_media_button {
  width: 100%;
  height: 100%;
  background-color: transparent;;
  outline: 0;
  border: none;
  cursor: pointer;
}

.nav div.media_button button.main_media_button span{
  width: 98%;
  height: 1px;
  display: block;
  background-color: #fff;
  margin-top: 9px;
  margin-bottom: 10px;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(1){
  transform: rotateY(180deg);
  transition: all 0.5s;
  background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(2){
  transform: rotateY(180deg);
  transition: all 0.4s;
  background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(3){
  transform: rotateY(180deg);
  transition: all 0.3s;
  background-color: #c0c0c0;
}

.nav div.media_button button.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  position: absolute;
  margin: 0;
}

.nav div.media_button button.active span:nth-of-type(2) {
  display: none;
}

.nav div.media_button button.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  position: absolute;
  margin: 0;
}

.nav div.media_button button.active:hover span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 20deg);
}

.nav div.media_button button.active:hover span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -20deg);
}


/* Medai qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  .container{
      margin: 0;
  }
  
}



@media screen and (max-width:768px) {
  
  .container{
      margin: 0;
  }
  
  .nav div.logo{
      margin-left: 15px;
  }
  
  .nav div.main_list{
      width: 100%;
      margin-top: 65px;
      height: 0px;
      overflow: hidden;
  }
  
  .nav div.show_list{
      height: 200px;
  }
  
  .nav div.main_list ul{
      flex-direction: column;
      width: 100%;
      height: 200px;
      top: 80px;
      right: 0;
      left: 0;
  }
  
  .nav div.main_list ul li{
      width: 100%;
      height: 40px;
      background-color:rgba(0,0,255,0.8);
  }
  
  .nav div.main_list ul li a{
    text-align: center;
      line-height: 40px;
      width: 100%;
      height: 40px;
      display: table;
  }
  
  .nav div.media_button{
      display: block;
  }
}












body{
	margin:0;
	padding:0;
	color: #fefdfd;
	font-family: sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
  
  }
  
  h1,h2,h3,h4,h5,h6{
	font-weight: 900;
	color: #fbfbfb;
  }
  
  .wrapper{
	width: 100%;
	margin: 0 auto;
  }
  
  main{
	display: block;
	background-color: #FFF;
  }
  
  .container{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  section.module p{
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 2.5;
  }
  
  section.module:last-child{
	margin-bottom: 0;
  }
  
  section.module h2{
  margin-bottom: 80px;
	font-size: 50px;
  letter-spacing: 3px;

  }

  
  section.module.content{
   padding: 200px 0;
   background: #000000; 

  }
  
  section.module.parallax{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh !important;
	width: 100%;
	/*position: relative;*/
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  }
  /*
  section.module.parallax:after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 8;
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, #000 100% );
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, #000 100% );
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, #000 100% );
  }
  position: relative;*/
  
  section.module.parallax-1{
	background-image: url("../img/background_2.png");
  }
  
  section.module.parallax-2{
	background-image: url("../img/background.png");
  }
  
  section.module.parallax-3{
	background-image: url("../img/background_4.png"); 
  }
  
  section.module.parallax h1{
	color: #FFF;
	text-align: center;
	font-size: 78px;
	z-index: 50;
	text-transform: uppercase;
  }
  
  @media all and (max-width: 820px) {
	section.module h2 {
	  font-size: 32px;
	}
	.module h2, p{
	  padding: 0 8px;
	}
  
	.container{
	  margin:0;
	  padding:0;
	}
  
	section.module.parallax h1 {
	  font-size: 36px;
	}
  }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
color: #444444;
padding: 20px;
width: 100%;
background: rgba(255, 255, 255, 0.08);
}

.contact .info-box i.bx {
font-size: 40px;
color: #18d26e;
border-radius: 50%;
padding: 14px;
float: left;
background: rgba(255, 255, 255, 0.1);
}

.contact .info-box h3 {
font-size: 30px;
color: rgba(255, 255, 255, 0.5);
font-weight: 700;
margin: 10px 0 8px 68px;
}

.contact .info-box p {
padding: 0;
color: #fff;
line-height: 24px;
font-size: 14px;
margin: 0 0 0 68px;
}

.contact .info-box .social-links {
margin: 5px 0 0 68px;
display: flex;
}

.contact .info-box .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
margin-right: 12px;
transition: 0.3s;
}

.contact .info-box .social-links a:hover {
color: #18d26e;
}

.contact .php-email-form {
padding: 30px;
background: rgba(255, 255, 255, 0.08);
}

.contact .php-email-form .error-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br + br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: rgba(255, 255, 255, 0.08);
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: '';
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: rgba(255, 255, 255, 0.08);
border: 0;
transition: 0.3s;
color: #fff;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
background-color: rgba(255, 255, 255, 0.11);
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}

.contact .php-email-form input {
padding: 10px 15px;
}

.contact .php-email-form textarea {
padding: 12px 15px;
}

.contact .php-email-form button[type='submit'] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
background: #15bb62;
}
  













/*--------------------------------------------------------------
# Seviços
--------------------------------------------------------------*/

.container-panel {
  display: flex;
  height: 300px;
}

.section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex .4s ease;
  position: relative;
}

.section .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color .8s ease;
}

.section .content-panel {
  z-index: 2;
}

.section:hover {
  flex: 2;
}

.section:hover .overlay {
  background-color: rgba(0, 0, 0, 0.95);
}

#agrimensura {
  background-image: url(/assets/img/Agrimenssura.png);
}


#topografia {
  background-image: url(/assets/img/Topografia.jpg);
}

#batimetria {
  background-image: url(/assets/img/batimetria.jpg);
}

#georreferenciamento {
  background-image: url(/assets/img/Georreferenciamento.png);
}

#aerofotogrametria {
  background-image: url(/assets/img/aerofotogrametria.jpg);
}