* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 130px;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button {
  border: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/* container */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1355px;
}

/* header */

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-color: #fff;
  border-top: 6px solid #40673d;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}

@media only screen and (min-width: 1170px) {
  .header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .header.is-fixed {
    position: fixed;
    top: -130px;
    background-color: rgba(255,255,255,1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.header-container {
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  height: 130px;
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-phone {
  margin-left: 40px;
  font-size: 17px;
  text-align: right;
}

.header-phone h1 {
  font-size: 22px;
  font-weight: 900;
  color: #466d3f;
}

@media (max-width: 1160px) {
  .header-logo img {
    width: 250px;
  }

  .header-phone {
    margin-left: 20px;
  }
}

@media (max-width: 1040px) {
  .header-phone {
    display: none;
  }
}

/* nav */

.nav {
  display: flex;
  align-items: center;
}

.nav .nav-divider {
  margin-left: 8px;
  margin-right: 8px;
  width: 1px;
  height: 18px;
  background-color: #cdcdcd;
}

.nav li a {
  display: block;
  line-height: 64px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  font-weight: 700;
  color: #a3a3a3;
  text-transform: uppercase;
}

.nav li a.nav-active,
.nav li a:hover {
  color: #fff;
  border-radius: 3px;
  background-color: #466f40;
}

@media (max-width: 1300px) {
  .nav li a {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 980px) {
  .header-right {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center;
    background-color: #466f40;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }

  .header-right.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  .header-nav {
    width: 100%;
  }

  .nav {
    flex-direction: column;
  }

  .nav .nav-divider {
    display: none;
  }

  .nav li,
  .nav li a {
    width: 100%;
    color: #fff;
    text-align: center;
  }
}

/* nav-icon */

.nav-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.nav-icon i {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 26px;
  height: 3px;
  background-color: #466f40;
}

.nav-icon-close {
  display: none;
  position: absolute;
  top: 55px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url('../img/icon-close.png');
}

@media (max-width: 980px) {
  .nav-icon {
    opacity: 1;
    visibility: visible;
  }

  .nav-icon-close {
    display: block;
  }
}

/* slider */

.swiper-slide-main {
  position: relative;
}

.swiper-slide-main-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide-main-caption h1 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px rgba(0,0,0,0.5);
}

.swiper-slide-main-caption h1 strong {
  font-weight: 900;
}

@media (max-width: 1070px) {
  .swiper-slide-main-caption h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}

/* content */

.content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-esteio {
  background-color: #fff;
  background-image: url('../img/esteio-bg.jpg');
  background-position: top center;
  background-size: cover;
}

.content-grey {
  background-color: #edefef;
}

@media (max-width: 980px) {
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* esteio */

.esteio {
  display: flex;
}

.esteio-slider {
  width: 50%;
  padding-right: 20px;
}

.esteio-sobre {
  width: 50%;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 300;
}

.esteio-sobre h2,
.esteio-sobre h3 {
  font-size: 20px;
  font-weight: 700;
}

.esteio-sobre h3 {
  color: #527f45;
}

.esteio-sobre h2,
.esteio-sobre p,
.esteio-sobre ul {
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .esteio {
    flex-direction: column;
  }

  .esteio-slider,
  .esteio-sobre {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .esteio-slider {
    margin-bottom: 20px;
  }
}

/* title */

.title {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 900;
  color: #527f45;
  text-transform: uppercase;
}

.title-large {
  font-size: 65px;
}

.title-center {
  text-align: center;
}

@media (max-width: 980px) {
  .title,
  .title-large {
    font-size: 20px;
  }
}

/* footer */

.footer {
  color: #fff;
  background-color: #355a39;
  border-top: 8px solid #538c58;
  background-image: url('../img/footer-bg.png');
}

/* footer-info */

.footer-info {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 930px) {
  .footer-info {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
}

.footer-info-address,
.footer-info-contato {
  position: relative;
  padding-left: 38px;
}

.footer-info-address i,
.footer-info-contato i {
  position: absolute;
  top: calc(50% - 22px / 2);
  left: 0;
  width: 24px;
  height: 22px;
  background-image: url('../img/icons-info.png');
}

.footer-info-contato i {
  background-position: -24px 0;
}

.footer-info-address {
  font-size: 17px;
}

.footer-info-contato a {
  font-size: 17px;
  color: #fff;
}

.footer-info-contato a:hover {
  text-decoration: underline;
}

.footer-info-contato h3 {
  font-size: 22px;
  font-weight: 900;
}

.footer-info-social {
  font-size: 17px;
  color: #fff;
}

.footer-info-social i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  background-image: url('../img/icon-fb.png');
}

@media (max-width: 930px) {
  .footer-info-address,
  .footer-info-contato {
    padding-left: 0;
  }

  .footer-info-address i,
  .footer-info-contato i {
    display: none;
  }

  .footer-info-contato {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* copyright */

.copyright {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 20px;
  max-width: 925px;
  text-align: center;
  border-top: 1px solid #538c58;
  font-size: 15px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 930px) {
  .copyright {
    padding: 20px;
  }
}

/* swiper-slide-sobre */

.swiper-slide-sobre a {
  display: block;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  text-align: center;
}

/* swiper-slide-obras */

.swiper-slide-obras a {
  display: block;
}

/* swiper-pagination-obras */

.swiper-container-default > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-default > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 3px;
  margin-right: 3px;
}

.swiper-pagination-default {
  position: relative;
  margin-top: 22px;
}

.swiper-pagination-main .swiper-pagination-bullet,
.swiper-pagination-default .swiper-pagination-bullet {
  width: 26px;
  height: 7px;
  border-radius: 50px;
  background-color: #a5a6a8;
  opacity: 1;
}

.swiper-pagination-default .swiper-pagination-bullet-active {
  background-color: #466f40;
}

.swiper-container-main > .swiper-pagination-bullets {
  bottom: 40px;
}

.swiper-pagination-main .swiper-pagination-bullet {
  background-color: rgba(255,255,255,0.5);
}

.swiper-pagination-main .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 800px) {
  .swiper-pagination-main {
    display: none !important;
  }
}