@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Italic.woff2') format('woff2'),
  url('../fonts/Aleo-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Light.woff2') format('woff2'),
  url('../fonts/Aleo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Bold.woff2') format('woff2'),
  url('../fonts/Aleo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Regular.woff2') format('woff2'),
  url('../fonts/Aleo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
  url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'),
  url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}




::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #ff313a;
  border-radius: 0px;
}

html, body{
  overflow-x: hidden;
}
body {
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  font-family: 'Aleo';
  font-weight: 100;
  font-style: normal;
}
a:focus {
  outline: 0;
  outline-offset: -2px;
}
a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-moz-selection {
  background: #ff313a;
  color: white;
}

::selection {
  background: #ff313a;
  color: white;
}
p{
  font-weight: 100;
  font-size: 16px;
}
a{
  color: #000;
}

a:hover{
  text-decoration: none;
  color: #000;
}
h1{
  font-weight: 400; 
}
b{
  font-weight: 600; 
}

/* MENU */
.btn-colapse{
 position: relative; 
 padding: 0.5% 1%; 
 float: left; 
}
.navbar .navbar-nav>li>a {
  color: #fff;
}
.logo-spader {
  position: absolute;
  margin-top: 30px;
}
.logo{
  margin-top: 20px;
  margin-left: 0px;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 50%;
}
.sticky .logo{
  margin-left: 0px;
}
.navbar {
  background-color: transparent;
  border-color: transparent;
}
.sticky .navbar {
  position: fixed;
  min-height: 95px;
  margin-bottom: 0px;
  z-index: 999999;
  border: none;
  padding-top: 0px;
  border-radius: 0px;
}
.navbar {
  position: fixed;
  min-height: 150px;
  margin-bottom: 0px;
  z-index: 999999;
  border: none;
  border-radius: 0px;
  padding-top: 15px;
}
.sticky .navbar img{
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 75px;
  margin-top: -10px;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky .navbar img.logo-spader{
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100px;
  margin-top: 30px;
}
.sticky .navbar.navbar-fixed-top{
  -webkit-box-shadow: 0px 13px 45px -6px rgba(0,0,0,0.55);
  box-shadow: 0px 13px 45px -6px rgba(0,0,0,0.55);
}
.navbar, .sticky .navbar{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav{
  margin: 0 auto;
  width: 1200px;
  width: 100%;
}
.navbar-absolute {
  position: absolute;
}
.dropdown{
  margin-top: 40px;
}
.dropdown-toggle{
  font-size: 25px;
}
.sticky .dropdown-toggle{
  margin-top: -10px;
}
ul.nav {
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
  margin-top: 35px;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 0;
  background-color: #ff313a;
  border-top-right-radius: 0;
  border-radius: 0px;
  padding: 40px 20px;
  color: #fff;
  width: 230px;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky .navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav>li>.dropdown-menu.dropdown-area-restrita{
  width: 300px;
  padding: 0px 15px;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 0px;
}
.dropdown-menu hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  max-width: 50%;
  border-top: 1px solid #fff;
}
.dropdown-menu>li>a {
  display: block;
  padding: 15px 5px;
  clear: both;
  font-weight: 200;
  line-height: 1.42857143;
  color: #fff;
  letter-spacing: 2px;
  white-space: inherit;
  font-weight: 600;
}
.dropdown-menu>li{
  font-size: 18px;

}
ul.nav.navbar-left {
  margin-top: 75px;
}
ul.nav.navbar-left a{
  color: #fff;
  font-weight: 500;
  font-size: 20px;

  -webkit-transform-origin: right;
  -ms-transform-origin: right;
      transform-origin: right;
  text-align: right;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: line-through;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px 0px 20px 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 28px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 18px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.banner{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  position: relative;
  height: 100vh;
  width: 100%;
}

.banner .titulo1{
  width: 500px;
  border-left: 6px solid #fff;
  padding: 40px 0px 40px 40px;
  border-radius: 0px;
  left: 44%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.banner .titulo2{
  width: 500px;
  border-left: 6px solid #fff;
  padding: 40px 0px 40px 40px;
  border-radius: 0px;
  left: 69%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.banner h1{
  color: #fff;
  font-size: 120px;
  margin: 0px;
}
.banner h2{
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  margin: 0px;
  font-style: italic;
}
.seta {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.seta a{
  color: #fff;
  font-size: 50px;
}

.sobre{
  text-align: center;
  padding: 100px 0px 50px 0px;
}
.sobre h2{
  color: #364a34;
  font-size: 35px;
  font-weight: 600;
  max-width: 700px;
  font-style: italic;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 2px;
}
.sobre h3{
  color: #ff313a;
  margin-bottom: 0px;
  margin-top: 40px;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
.sobre p {
  color: #364a34;
  font-size: 20px;
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.desenvolvimento {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.desenvolvimento .tomate{
  width: 100%;
}
.desenvolvimento .fundo-desenvolvimento{
  background-color: #364a34;
  color: #fff;
  padding: 75px 0px;
}
.desenvolvimento .fundo-desenvolvimento img{
  margin: 0 auto;
}
.desenvolvimento .fundo-desenvolvimento p{
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  width: 90%;
}
.desenvolvimento .fundo-desenvolvimento h3{
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  height: 30px;
}
.nossos-produtos a{
  cursor: pointer;
}
.nossos-produtos{
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
}
.nossos-produtos h2{
  color: #364a34;
  font-size: 35px;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.nossos-produtos p{
  color: #364a34;
  font-size: 20px;
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
a.color-red{
  color: #ff313a;
}
a.color-red:hover{
  cursor: auto;
}
.modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
  width: 100%;
}
.modal-content {
  position: relative;
  background-color: #364a34;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-content h2{
  color: #fff;
  text-align: center;
}
.modal-header {
  padding: 15px;
  border-bottom: none;
}
.modal ul{
  text-align: left;
  margin-bottom: 30px;
}
.modal li{
  list-style: none;
  font-size: 20px;
  font-weight: 700;
}
.close {
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
.modal-header .close {
  margin-top: -14px;
}
.snip1554 {
  background-color: #000;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 1.5%;
  max-width: 30%;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-shadow: 0px 40px 80px -20px rgba(0,0,0,0.3);
  box-shadow: 0px 40px 80px -20px rgba(0,0,0,0.3);
}
.snip1554 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1554:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 0 100px white;
          box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
      transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.snip1554 img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.snip1554 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 0;
}
.snip1554 h3 {
  position: absolute;
  text-align: center;
  height: 130px;
  padding-top: 40px;
  border-top: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 4px;
  bottom: 0%;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
.snip1554 h3 span {
  font-weight: 700;
}
.snip1554 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1554:hover > img,
.snip1554.hover > img {
  opacity: 0.4;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}

.snip1554:hover:after,
.snip1554.hover:after {
  left: 200%;
}

.snip1554:hover figcaption,
.snip1554.hover figcaption {
  opacity: 1;
}



.panel  {
  background:  url("../img/teste.png") repeat;
  background-color: #ff313a;
  width: 100%;
  margin: 0;
  text-align: center;
  border: 0px;
  height: 800px;
  z-index: -9999;
  position: relative;
  border-radius: 0px;
  -webkit-animation: slide 20s linear infinite;
  margin-top: -750px;
}


@-webkit-keyframes slide {
  from { background-position: 0 0; }
  to { background-position: -1927px 0; }
}

.cut {
  position: absolute;
  top: 0; 
  left: 0;
  border-bottom: 200px solid transparent;
  border-left: 400vh solid white;
  width: 100%;
}
.parceria{
  padding: 150px 0px;
}
.parceria h2{
  color: #364a34;
  font-size: 35px;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.parceria p {
  color: #364a34;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: 0px;
}
.campo-parceria{
  max-width: 325px;
  margin: 0 auto;
  margin-top: 85px;
}

.localizacao{
  padding: 150px 0px;
  background-color: #e4e4e4;
  text-align: left;
}

.localizacao h2{
  color: #364a34;
  font-size: 35px;
  font-weight: 600;
  max-width: 700px;
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.localizacao p {
  color: #364a34;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: 0px;
}
.localizacao form {
  margin-top: 50px;
}
.localizacao form .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'Gotham';
  font-weight: 600;
  letter-spacing: 0px;
  color: #364a34;
  background-color: transparent;
  background-image: none;
  border: 1px solid #364a34;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.localizacao form button{
  border: 1px solid #ff313a;
  border-radius: 0px;
  font-family: 'Gotham';
  background-color: transparent;
  padding: 12px 30px;
  color: #ff313a;
  bottom: 0;
  font-weight: 600;
  margin-top: 222px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}
.localizacao form button:hover{
  border: 1px solid #ff313a;
  color: #fff;
  background-color: #ff313a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.no-padding{
  padding: 0px !important;
  padding-right: 15px !important;
}
.localizacao form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #364a34;
}
.localizacao form input::-moz-placeholder { /* Firefox 19+ */
  color:  #364a34;
}
.localizacao form input:-ms-input-placeholder { /* IE 10+ */
  color:  #364a34;
}
.localizacao form input:-moz-placeholder { /* Firefox 18- */
  color:  #364a34;
}

.localizacao form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #364a34;
}
.localizacao form textarea::-moz-placeholder { /* Firefox 19+ */
  color:  #364a34;
}
.localizacao form textarea:-ms-input-placeholder { /* IE 10+ */
  color:  #364a34;
}
.localizacao form textarea:-moz-placeholder { /* Firefox 18- */
  color:  #364a34;
}

.contato{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}



.arrow {
  width: 38px;
  height: 14px;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  opacity:1;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
  -webkit-animation: bouncey 1.6s linear infinite;
  animation: bouncey 1.6s linear infinite;
}
.arrow ul {
  list-style: none;
}
.arrow ul li {
  width: 24px;
  height: 4px;
  background: white;
}
.arrow ul li:nth-child(1) {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-radius: 5px 0 0 5px;
}
.arrow ul li:nth-child(2) {
  left: 14px;
  position: absolute;
  border-radius: 0 5px 5px 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.arrow:hover {
  opacity: 1;
}

@-webkit-keyframes bouncey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bouncey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}









@media only screen and (max-width : 1000px) {
.banner .titulo1 {
    top: 62%;
  }
.banner .titulo2 {
    top: 62%;
  }
}













@media only screen and (max-width : 768px) {
  .navbar-nav {
    margin: 15px;
  }
  .dropdown-toggle.aos-init.aos-animate{
    float: right;
  }
  .logo-spader {
    position: absolute;
    margin-top: 0px;
  }
  .logo{
    float: left;
    top: 0px;
    width: 200px;
    position: relative;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .logo {
    margin-top: 0px;
  }
  .dropdown {
    margin-top: 0px;
  }
  .sticky .logo {
    margin-left: 0px;
  }
  .dropdown-menu{
    padding-top: 100px;
  }
  ul.nav.navbar-left {
    margin-top: 0px;
  }
  .banner .titulo1 {
    width: 100%;
    border-left: 2px solid #fff;
    padding: 20px;
    border-radius: 0px;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
  }
  .banner .titulo2{
    width: 100%;
    border-left: 2px solid #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0px;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
  }

  .banner h1{
    color: #fff;
    font-size: 30px;
    margin: 0px;
  }
  .banner h2{
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin: 0px;
    font-style: italic;
  }
  .banner {
    padding-top: 150px;
    padding-left: 50px;
  }
  .navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 0;
    background-color: #ff313a;
    border-top-right-radius: 0;
    border-radius: 0px;
    padding: 40px 20px 30px 20px;
    color: #fff;
    width: 230px;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sobre p {
    color: #364a34;
    font-size: 16px;
  }
  .desenvolvimento .fundo-desenvolvimento p {
    margin-top: 15px;
  }
  .desenvolvimento .fundo-desenvolvimento h3{
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .nossos-produtos p {
    color: #364a34;
    font-size: 16px;
  }
  .parceria h2 {
    color: #364a34;
    font-size: 20px;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .parceria p {
    color: #364a34;
    font-size: 16px;
  }
  .parceria {
    padding: 50px 0px;
  }
  .campo-parceria {
    max-width: 325px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .localizacao {
    padding: 50px 0px 15px 15px;
    background-color: #e4e4e4;
    text-align: left;
  }
  .localizacao h2 {
    color: #364a34;
    font-size: 20px;
  }
  .localizacao p {
    font-size: 16px;
  }
  .localizacao form button {
    border: 1px solid #ff313a;
    border-radius: 0px;
    font-family: 'Gotham';
    background-color: transparent;
    padding: 12px 30px;
    color: #ff313a;
    bottom: 0;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
    float: right;
  }
  .campo-descricao{
    background-color: #ffffffc2;
    padding: 30px 15px;
  }
  .campo-descricao li{   
    list-style: none;
    font-size: 20px;
    font-weight: 700;
  }
  .campo-descricao ul{   
    padding-left: 0px;
  }
  .campo-descricao h3{
    color: #364a34;
  }
  .campo-descricao p{
  }
  .campo-descricao hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e4343c;
  }
  .localizacao form {
    margin-top: 20px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 10px 5px 25px;
    background-color: #26492f;
  }
  .dropdown-menu>li {
    font-size: 18px;
    margin-right: -15px;
  }
  ul.dropdown-menu{
    margin-top: 20px;
  }
  .sobre h2 {
    color: #364a34;
    font-size: 20px;
  }
.snip1554 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 1em;
    opacity: 1;
    background: #00000070;
}
}


































/* ATRIA */

.atria{
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 10px 0px;
}
.atria img{
  margin: 0 auto;
  height: 40px;
}
.c--anim-btn span {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
}
.c--anim-btn, .c-anim-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;     
}
.c--anim-btn {
  height: 42px;
  font: normal normal 700 1em/4em Arial,sans-serif;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
}
.c-anim-btn{
  margin-top: 0em;   
}
.c--anim-btn:hover .c-anim-btn{
  margin-top: -4em;
}
.span-2{
  padding-top: 10px;
}




@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 992px) {
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}



@media only screen and (max-widht: 1200px) {
.banner .titulo1 {
    top: 60%;
left 35%;
}

.banner .titulo2 {
    top: 60%;
left 65%;
}
}


