*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 13px;
  overflow-x: hidden;
}

header{
    height: 100px;
    background-color: #ececec;
    width: 100%;
    position: fixed;
}

.header{
    max-width: 96%;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
}
#pag-atual{
  border-bottom: 5px solid #8B0000;
  color:gray;
}

.logo{
    width: 100px;
}

.logoimg {
    width: 180px;
    height: 70px;
    display: flex;
}

.logoimg a img {
    width: 100%;
}

.menu-opener{
    display: none;
}

.menu{
    flex: 1;
    display: flex;
    justify-content: flex-end;  
}

.menu ul,
.menu li {
    list-style: none;
}

.menu ul {
    display: flex;
}

.menu li a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #ececec;
}

.menu li a:hover,
.menu .active a {
    border-bottom: 5px solid #8B0000;
    color:gray;
}

.button {
    display:inline-block;
    background-color: #8B0000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 20px;
    cursor: pointer;
}

.banner {
    height: calc(113vh - 100px);
    background-color: #333;
    top: 100px;
    background-image: url('../images/DSC00085.JPG');
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.banner .sliders {
    width: 1000vw;
    height: 100%;
}

.banner .slide {
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
}

.banner .slidearea{
    display: flex;
    height: 100%;
    align-items: center;
    color: white;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 280px;
}

.slidearea strong {
    color:#8B0000;
    font-size: 50px;
  }

.banner  h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}

.banner h1 span {
    color:#8B0000;
}   

.banner h2 {
    text-transform: uppercase;
    margin-top: 20px;
}

.banner .sliders-pointers{
    width: 100vw;
    height: 20px;
    position: absolute;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pointer {
    height: 15px;
    width: 15px;
    border: 2px solid #8B0000;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.banner .pointer.active {
    background-color: #8B0000;
}


.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #000;
  width: 90%;
  z-index: 998;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  color: white;
  font-size: 20px;
 
}

.box-cookies .btn-cookies {
  background: #999;
  cursor: pointer;
  align-self: normal;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .box-cookies {
      flex-direction: column;
  }
}


/*--------------
.bannerm {
  height: calc(113vh - 100px);
  top: 100px;
  background-color: #000;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.bannerm .sliders {
  width: 1000vw;
  height: 100%;
}

.bannerm .slide {
  width: 100vw;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}

.bannerm .slidearea{
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  justify-content: center;
  flex-direction: column;
}


.bannerm  h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
}

.bannerm h1 span {
  color:#8B0000;
}   

.bannerm h2 {
  text-transform: uppercase;
  margin-top: 20px;
}

.bannerm .sliders-pointers{
  width: 100vw;
  height: 20px;
  position: absolute;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerm .pointer {
  height: 15px;
  width: 15px;
  border: 2px solid #8B0000;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.bannerm .pointer.active {
  background-color: #8B0000;
}

.bannersa {
  height: calc(113vh - 100px);
  top: 100px;
  background-color: #000;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.bannersa .sliders {
  width: 1000vw;
  height: 100%;
}

.bannersa .slide {
  width: 100vw;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}

.bannersa .slidearea{
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  justify-content: center;
  flex-direction: column;
}



.bannersa  h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
}

.bannersa h1 span {
  color:#8B0000;
}   

.bannersa h2 {
  text-transform: uppercase;
  margin-top: 20px;
}

.bannersa .sliders-pointers{
  width: 100vw;
  height: 20px;
  position: absolute;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannersa .pointer {
  height: 15px;
  width: 15px;
  border: 2px solid #8B0000;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.bannersa .pointer.active {
  background-color: #8B0000;
}
*/
.default {

    padding-top: 50px;
    padding-bottom: 50px;
}

.default .section-title,
.default .section-desc {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.default .section-title{
    font-size: 20px;
}

.default .section-desc{
    font-size: 12px;
    color: #cccccc;
    margin-top: 10px;
    margin-bottom: 40px;
}



.default .section-body{
    max-width: 1140px;
    margin:auto;
}

.default.light{
    background-color: #f7f7f7;
}

.default.light .section-title,
.default .section-body{
    color: #000;
}

.default.dark{
    background-color:#000 ;
}

.default.dark .section-title,
.default.dark .section-body
{
    color: #FFF;
}


.section-title{
  font-size: 120px;
}


/*
    CSS de áreas especificas 
*/

.section-aboutus {
    display: flex;
}

.section-aboutus--left{
    flex: 1;
}

.section-aboutus--left p {
    font-size: 18px;
    line-height: 25px;
}

.section-aboutus--right{
    width: 520px;
    text-align: center;
}

.section-aboutus--right img {
    width: 480px;
    box-shadow: 0px 5px 10px #333;
}

.section-services{
    display: flex;
}

.section-service {
    flex: 1;
    text-align: center;
    border-right: 1px solid #000;
    padding: 15px;
}

.section-service:first-child{
    border-left: 1px solid #000;
}

.section-service img {
    width: 80px;
}

.section-service h4 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.section-service p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.section-projects {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-projects--filters {
    border: 1px solid #CCC;
    background-color: #EEE;
    border-radius: 30px;
    display: inline-block;
    padding: 0px 20px;
}

.section-projects--filters ul,
.section-projects--filters li{
    list-style: none;
}

.section-projects--filters li {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 1px solid #CCC;
    color: #555;
    border-bottom: 3px solid #EEE;
    cursor: pointer;
}

.section-projects--filters li:hover,
.section-projects--filters li.active
{
    border-bottom: 3px solid #8B0000;
}

.section-projects--filters li:first-child{
    border-left: 0;
}

.section-projects--photos {
    width: 100vw;
    max-width: 1140px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-projects--photo {
    width: 280px;
}

.section-projects--photoarea {
    margin: 10px;
    width: 260px;
    height: 160px;
  }
  
.section-projects--photoarea img {
    width: inherit;
    height: inherit;
  }
  
.section-projects--info {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: inherit;
    height: inherit;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
  }
  
.section-projects--info h5 {
    font-size: 18px;
    font-weight: 600;
  }
  
.section-projects--photoarea:hover .section-projects--info {
    display: flex;
  }

.bg-team{
      background-image: url('../images/bg.jpg');
      background-size: cover;
      background-position: center;
      padding: 0;
  }

.section-team-area{
      background-color: rgba(0, 0, 0, 0.8);
      padding-top: 50px;
      padding-bottom: 50px;
  }
 
.section-team{
    overflow: hidden;
    max-width: 880px;
    margin: auto;
}

.section-team .sliders {
    width: 1000vw;
    height: 100%;
}

.section-team .slide {
    width: 280px;
    height: 100%;
    min-height: 300px;
    display: inline-block;
    background-color: #FFF;
    margin-right: 20px;
}

.section-team .slidearea{
    display: flex;
    height: 100%;
    align-items: center;
    color:#000;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.section-team-area .sliders-pointers{
    margin-top: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-team-area .pointer {
    height: 15px;
    width: 15px;
    border: 2px solid #8B0000;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.section-team-area .pointer.active {
    background-color: #8B0000;
}

.section-team--avatar{
    width: 150px;
    height: auto;
}

.section-team--name{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
}

.section-team--role{
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.section-team--social{
    display: flex;
    margin-top: 20px;
}

.section-team--social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #cccccc;
    border-radius: 13px;
    margin-right: 10px;
}

.section-team--social a:hover{
    background-color: #8B0000;
}

.section-client--review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .section-client--photo {
    width: 170px;
  }
  
.section-client--title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
  }
  
.section-client-desc {
    font-size: 17px;
    margin-top: 10px;
  }
  
.section-client--quote {
    margin-top: 30px;
    margin-bottom: 18px;
  }
  
.section-client--review p{
    text-align: center;
    line-height: 30px;
    color: #444;
  }
  
.section-client--review {
    overflow: hidden;
    max-width: 880px;
    margin: auto;
  }
  
.section-client--review .sliders {
    width: 1000vw;
    height: 100%;
  }
  
.section-client--review .slide {
    width: 280px;
    height: 100%;
    display: inline-block;
    background-color: #FFF;
    margin-right: 20px;
  }
  
.section-client--review .slidearea {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  
.section-client--area .sliders-pointers {
    margin-top: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.section-client--area .pointer {
    width: 15px;
    height: 15px;
    border: 2px solid #8B0000;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  
.section-client--area .pointer.active {
    background-color: #8B0000;
  }
  
  /*
    Section de patrocinio das empresas
  */
.default.extra-light {
    background-color: #FFF;
    border: 1px solid #BBB;
  }
  
.section-empresas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000vw; /* ou 1140px*/
  }
  
.section-empresas img {
    width: 105px;
    height: 55px;
    margin: 5px 40px;
  }
  
  
  /*
    section price
  */
  
.section-price--area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
.section-price{
    width: 280px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 50px;
  }
.section-price--title,
.section-price--preco,
.section-price--desc {
    text-transform: uppercase;
  }
  
.section-price--title {
    font-size: 17px;
    font-weight: 600;
  }
  
.section-price--preco {
    font-size: 28px;
    font-weight:700;
    margin-top: 15px;
  }
  
.section-price--desc {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 15px;
    color: #999
  }
  
.section-price ul {
    list-style: none;
  }
  
.section-price ul li {
    margin-top: 20px;
    color: #777;
  }
  
.section-price a {
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #333;
  }
  
.section-price a.button:hover{
    background-color: #8B0000;
  }
  
  /* section premium */
  
  
.section-premium--area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
.section-premium {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
  
.section-premium .img-premium {
    width: 500px;
    margin-right: 100px;
  }
  
.section-premium--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
.section-premium--title {
    display: flex;
    align-items: center
  }
  
.section-premium--title img {
    width: 40px;
    height: 30px;
  }
  
.section-premium--title h4{
    font-size: 20px;
    line-height: 50px;
    margin-left: 20px;
    text-transform: uppercase;
  }
  
.section-premium--desc {
    margin-left: 50px;
    color: #000;
    line-height: 30px;
  }
  
.section-premium--desc p {
    text-transform: uppercase;
  }
  
.section-premium--desc p span {
    font-size: 30px;
  }
  
  
.section-premium .sliders {
    width: 1000vw;
    height: 100%;
  }
  
.section-premium .slide {
    width: 280px;
    height: 100%;
    display: inline-block;
    background-color: #FFF;
    margin-right: 20px;
  }
  
.section-premium .slidearea {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  
.section-premium--area .sliders-pointers {
    margin-top: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.section-premium--area .pointer {
    width: 15px;
    height: 15px;
    border: 2px solid #8B0000;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  
.section-premium--area .pointer.active {
    background-color: #8B0000;
  }
  
.section-premium--button {
    display: flex;
    justify-content: center;
  }
  
  
  
  
.section-facts--area {
    
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }
  
.section-facts {
    text-align: center;
    padding-top: 50px;
    
  }
  
.section-facts--title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #8B0000;
  }
  
.section-facts h4{
    font-size: 17px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  
.borda-bottom {
    width: 20px;
    height: 3px;
    margin: 5px auto;
    background-color: #999;
  }
  
.section-facts p {
    font-size: 15px;
    margin-top: 20px;
  }
  
  
  
.section-redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.section-sociais {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #999;
  }
  
.section-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
  
    border-radius: 50px;
    background-color: #555;
    
  }
  
  
.section-form--area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
.section-form--area form {
    display: flex;
    flex-direction: column;
  }
  
.section-form--area label {
    margin-bottom: 30px;
  }
  
.section-form--area input {
    font-size: 20px;
    width: 280px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #AAA;
    background-color: #F7F7F7;
  }
  
.section-form--area input:first-child {
    margin-right: 30px;
  }
  
.section-form--area input::placeholder {
    text-transform: uppercase;
    font-size: 15px;
  }
  
.section-form--area label:nth-child(2) input:nth-child(1),
.section-form--area label:nth-child(3) input:nth-child(1) {
    width: 100%;
  }

.section-map {
    background-image: url('../images/mapa.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-map--area {
    width: 100vw;
    max-width: 1140px;
    margin: auto;
}

.section-map--info{
    width: 50%;
    padding: 30px;
    background-color: #FFF;
    color: #000;
}

.section-map--info-item{
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
}

.section-map--info-item-img {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #999;
    border-radius: 15px;
    margin-right: 15px;
}

.section-map--info-item-img img {
    width: 15px;
    height: auto;
}

footer {
    background-color: #000;
  }
  
.footer-area {
    display: flex;
    max-width: 1140px;
    height: 280px;
    margin: auto;
  }
  
.footer-area1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
.footer-area-item {
    display: flex;
  }
  
.footer-social {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #999;
    border-radius: 15px;
    margin-right: 10px;
    cursor: pointer;
  }
  
.footer-social:hover {
    background-color: #8B0000;
  }
  
.footer-social:nth-child(7) a{
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 23px;
  }
  
.footer-social img {
    width: 15px;
    height: auto;
  }

.footer-social:nth-child(4) img{
    width: 10px;
}
  
.footer-copy {
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
  }
  
.footer-area2 {
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
  }
  
.footer-area3{
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.footer-area3 form{
    width: 300px;
    padding: 30px;
    background: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.footer-area3 label input{
    width: 180px;
    font-size: 18px;
    color: #999;
    padding: 20px;
    background-color: #333;
    border:none;
    border-bottom: 1px solid #999;
  }
  
.footer-area input::placeholder {
    color: #CCC;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
  }
  
.footer-area3 form a {
    display: inline-flex;
    flex-direction: row;
    margin: 25px auto 15px;
  }
  
input:focus {
    border: none;
    border-bottom: 1px solid #999;
  }
  
  
@media (min-width: 450px) and (max-width: 800px) {

    .logo {
      margin-left: 30px;
      margin-top: 10px;
    }
  
    .menu-opener {
      display: block;
      width: 45px;
      margin-right: 30px;
      margin-top: 10px;
    }
  
    nav {
      display: none;
      position: absolute;
      z-index: 99;
      background-color: rgba(0, 0, 0, 0.9);
      width: 70vw;
      height: calc(100vh - 100px);
      top: 100px;
      right: 0;
    }
  
    .menu ul {
      flex-direction: column;
    }
  
    .menu li a {
      font-weight: bold;
      height: 80px;
      font-size: 27px;
      margin-left: 50px;
      border: 0;
    }
  
    .menu li.active a {
      border: 0;
      color: #8B0000;
    }
  
    .section-aboutus {
      flex-direction: column;
    }
  
    .section-aboutus--left {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 30px;
    }
  
    .section-aboutus--right {
      width: auto;
    }
  
    .section-aboutus--right img {
      width: 500px;
    }
  
    .section-services {
      flex-wrap: wrap;
    }
  
    .section-service {
      min-width: 50%;
      margin-bottom: 30px;
    }
  
    .section-service:first-child {
      border-left: 0;
    }
  
    .section-team {
      max-width: 580px;
    }
  
    .section-projects--photos {
      align-items: center;
    }
  
    .section-empresas {
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .section-empresas img:nth-child(5),
    .section-empresas img:nth-child(6) {
      margin-top: 50px;
    }
  
    .section-price--area {
      flex-wrap: wrap;  
    }
  
    .section-price {
      margin-bottom: 30px;
      margin-right: auto;
    }
  
    .section-premium {
      flex-direction: column;
    }
  
    .section-premium .img-premium {
      margin-right: 0;
    }
  
    .section-premium--info {
      margin-top: 30px;
      margin-left: 20px;
    }
  
    .section-facts--area {
      flex-wrap: wrap;
    }
  
    .section-facts {
      width: 280px;
      margin-top: 50px;
      margin-left: 0;
    }
  
    .section-map { 
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .section-map--area {
      width: auto;
    }
  
    .section-map--info {
      width: auto;
    }
  
    .section-map--info-item {
      margin-bottom: 20px;
    }
  
    .section-map--info-item:last-child {
      margin-bottom: 0;
    }
  
    .footer-area {
      height: 100%;
      flex-direction: column-reverse;
      align-items: center;
    }
  
    .footer-area1 {
      /*
      padding-left: 10px;
      margin-top: 10px;*/
      margin: auto;
      padding-top: 20px;
    }
    .footer-copy {
      padding-top: 50px;
      padding-bottom: 20px;
      margin: auto;
    } 
  
    .footer-area2 {
      text-align: center;
      margin-left: 10px;
      margin-top: 30px;
      margin-right: 30px;
    }
  
    .footer-area3 {
      margin-left: 10px;
      margin-top: 30px;
    }
  
  
  
  }
  
  
  /*
    Responsividade para Celular
  */
  
  @media (max-width: 450px){
    .menu-opener {
      display: block;
      width: 30px;
      margin-right: 30px;
      margin-top: 10px;
    }

    .header nav{
        position: absolute; /*pra ficar flutuante*/
        z-index: 99;/*pra sobrepor a qualquer coisa*/
        background-color: rgba(0, 0, 0, 0.9);
        width: 70vw;
        height: calc(100vh - 100px);
        top: 100px;
        right: 0;
        display: none; /*pra aparecer colocar o display block, essa alteração será feita com o JS qnd clicar c o mouse em cima do icone (menu-starter--tablet)*/
    }
    .header ul{
        flex-direction: column;
    }
    .header li a{
        font-weight: bold;
        height: 50px;
        font-size: 18px;
        margin-left: 30px;
        border: 0; /*pra remover a borda preta q havia colocado*/
    }
    .header .activemenu{
        border: 0; 
    }
    .header .menu-starter--tablet{
        display: block; /*pra aparecer o menu q antes estava como none*/
        width: 45px;
        margin-right: 30px;
    }
    .header .logo-img{
        width: 75px;
        margin-left: 30px;
    }
/*banner*/
.banner .slide{
    display: block;
}
.banner .slidearea h1{
    font-size: 500px;
}
about us*/
.section-aboutus {
    flex-direction: column;
    }
    .section-aboutus--left {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    }
    .section-aboutus--right {
        width: 100%;
    }
  
/*services*/
    .section-services {
    flex-wrap: wrap;
    }
    .section-service {
    min-width: 100%;
    margin-bottom: 30px;
    }
    .section-service:first-child {
    border-left: 0;
    }
/*our projects*/
    .section-projects--filters ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .section-projects--filters li {
        border: 0;
    }
/*our team*/
    .section-team .slide{
        width: 100vw;
    }

    .section-body .section-empresas{
        display: inline-flex;
       align-items: center;
       flex-wrap: wrap;
    }

    .section-body .section-empresas img {
        padding: 10px;
    }

    .section-price--area {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .section-price {
      padding: 0;
      padding-bottom: 30px;
      margin: 0;
    }

    .section-premium {
      flex-direction: column;
    }
  
    .section-premium .img-premium {
      width: 300px;
      margin: auto;
    }
  
    .section-premium--info {
      padding-top: 30px;
      flex-wrap: wrap;
    }

    .section-facts--title {
      margin-bottom: 15px;
      margin-top: 15px;
    }

    .section-facts--area{
      flex-direction: column;
      flex-wrap: wrap;
    }

    .section-redes {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      margin: auto;
    }

    .section-sociais {
      padding-top: 20px;
      margin: auto;
    }

    .section-form--area label:first-child{
      display:flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .section-form--area form {
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }

    input[placeholder]:first-child{
        margin-right:auto
    }

    input {
      margin-top: 30px;
    }

    input[placeholder] {
      text-align: center;
      margin: auto;
    }

    .section-map--info {
      margin: auto;
      width: auto;
    }

    .footer-area {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 620px;
    }

    .footer-area3 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-right: 50px;
    }

    .footer-area2 p {
      text-align: center;
      margin-right: 50px;
    }

    .footer-area-item {
      margin-top: 30px;
      justify-content: center;
      align-items: center;
    }

    .footer-copy {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }


  
}
