body {
    font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: 'Arista';
  src: url('../fonts/AristaPro.ttf') format('truetype');
}

/* HEADER */

.bg-navbar {
  -webkit-box-shadow: 7px 7px 6px 0px rgb(50, 50, 50, 0.24);
  -moz-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.24);
  box-shadow: 7px 7px 6px 0px rgb(50, 50, 50, 0.8);
}

.navbar {
  background: #fff;
}


.frase-banner {
  margin-left: 655px;
  margin-top: 160px;
}

.btn-services {
  color: white;
  padding: 7px 25px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background: #72be28;
  transition: .3s ease-in-out;
  box-shadow: -7px 6px 47px 23px rgba(0,0,0,0.42);
  -webkit-box-shadow: -7px 6px 47px 23px rgba(0,0,0,0.42);
  -moz-box-shadow: -7px 6px 47px 23px rgba(0,0,0,0.42);
}

.btn-services:hover {
  color: white;
  background: #32969b;
  padding: 7px 40px;
}

.intro h1 {
  font-family: 'Arista';
  color: white;
  font-size: 59px;
  text-shadow: 6px 3px 10px rgba(0,0,0,0.9);
}

.intro h3 {
  color: white;
  font-size: 29px;
  text-shadow: 6px 3px 10px rgba(0,0,0,0.9);
}

.contact{
  font-size: 14px;
  color: white;
}

.socialmedia{
  font-size: 14px;
  color: white;
}

.socialmedia a{
  color: white;
}

.nav-mobal {
  display: none;
}

.topbar {
  display: flex;
  justify-content: space-between;
}

.bg-topbar {
  width: 100%;
  background: #32969b;

}

.img-logo {
  display: flex;
  transition: .3s ease-in-out;
}

.img-logo:hover {
  transform: scale(0.95);
}


.links-nav {
  display: flex;
}


.links-nav li {
  font-size: 16px;
  transition: .15s;
}

.links-nav a {
  font-weight: 500;
  color: #8f8f8f;
  transition: .2s ease-in-out;
}

.links-nav a:hover {
  font-weight: 600;
  color: #32969b;
}

.btn-contato {
  font-size: 16px;
  font-weight: bold !important;
  color: white !important;
  background: #72be28;
  padding: 8px;
  border-radius: 15px;
  transition: .3s ease-in-out;
}

.btn-contato:hover {
  background: #32969b;
}

/* NAVEGATION */

.navegation {
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 4px solid #32969b;
  margin-bottom: 30px;
}


.navegation-links {
  margin-left: 1%;
}


.navegation-links li {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.15s;
}

.navegation-links li::after {
  top: 0;
  height: 100%;
  width: 1px;
  right: 0;
  background-color: #d9d9d9;
  position: absolute;
  transform: skewX(35deg);
  content: "";
}

.navegation ul li a{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}

.navegation-links li:hover {
  -moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
transform: scale(1.03);
}

/* BANNER INTRO */

.intro {
  width: 100%;
  height: 580px;
  background: url('../imgs/bannerupper.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* SOBRE */

.sobre {
  align-items: center;
}

.sobre img {
  width: 100%;
}

.img-padronagem {
  margin-left: 100px;
  max-width: 500px;
}

.sobre-text {
  background: url('../imgs/sobrebg.png');
  background-repeat: no-repeat;
  margin-left: -55px;
  padding-top: 25px;
  padding-left: 40px;
  height: 450px;
}

.sobre-text h3{
  font-family: 'Arista';
  font-size: 50px;
  color: #32969b;
}

.sobre-text h4 {
  font-weight: bold;
  font-size: 19px;
  color: #72be28;
}

.sobre-text p {
  font-size: 18px;
  line-height: 1.5rem;
  color: #32969b;
  max-width: 500px;
  text-align: justify;
}

.sobre-text a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  background: #72be28;
  padding: 10px 20px;
  border-radius: 20px;
  transition: .3s ease-in-out;
}

.sobre-text a:hover {
  padding: 10px 40px;
  background: #32969b;
}

.bg-sobre {
  margin-top: -30px;
  background: url('../imgs/bginside.png');
  width: 100%;
  height: 300px;
}

.text_sobre {
  text-align: center;
  padding: 100px 0;
}

.text_sobre::after {
  content: "";
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 500px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0.0578606442577031) 100%);
}

.text_sobre h3 {
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 10px;

}

.text_sobre h2 {
  padding-top: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;

}

.sobre-upper h3{
  font-family: 'Arista';
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  color: #32969b;
  border-left: 4px solid #00423d;
  padding-left: 20px;
}

.sobre-upper p {
  font-size: 20px;
  line-height: 2.2rem;
  text-align: justify;
}

.missao {
  background: #f2f2f4;
}

.missao h3 {
  font-size: 32px;
  font-family: 'Arista';
  color: #32969b;
  margin-bottom: 10px;
}

.missao p {
  font-size: 20px;
  line-height: 2rem;
}

/* SERVICES */

.services-upper h3{
  font-family: 'Arista';
  font-size: 36px;
  font-weight: 600;
  color: #32969b;
  border-left: 4px solid #00423d;
  padding-left: 20px;
}

.services-upper h4{
  font-size: 24px;
  font-weight: 600;
  color: #32969b;
}

.bg-cinza {
  background: #f1f2f4;
}

.services-upper p {
  font-size: 20px;
  line-height: 2.2rem;
  text-align: justify;
}

.btn-orcamento {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #00423d;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.6s;
}

.btn-orcamento:hover {
  color: #fff;
  background: #2f959a;
  transform: scale(1.1);
  text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}

.services {
  width: 100%;
}

.text-services {
  padding-top: 40px;
  text-align: center;
}

.text-services h3 {
  color: #32969b;
  font-family: 'Arista';
  font-size: 24px;
  letter-spacing: 7px;
}

.text-services h2 {
  padding-top: 2px;
  color: #72be28;
  font-family: 'Arista';
  font-size: 35px;
}

.text-services::after {
  content: '';
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 500px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0.0578606442577031) 100%);
}

.service-item {
  background: #32969b;
  border-radius: 45px;
  padding: 20px 30px;
  text-align: center;
}

.service-item h3 {
  color: white;
  font-family: 'Arista';
  font-size: 21px;
}

.service-item p {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.btn-more {
  color: white;
  font-weight: 600;
  transition: .6s ease;
}

.btn-more:hover {
  color: #72be28;

}

.see-all {
  display: flex;
  justify-content: center;
}

.btn-vertodos {
  text-transform: uppercase;
  color: white;
  background: #72be28;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 16px;
  transition: 0.6s ease;
}

.btn-vertodos:hover {
  color: white;
  background: #32969b;
  transform: scale(1.1);
  text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}

/* DIFERENCIAIS */

.diferenciais {
  width: 100%;
  margin-bottom: 40px;

}

.text-diferenciais {
  padding-top: 40px;
  text-align: center;
}

.text-diferenciais:before {
  content: '';
  background: url('../imgs/arrowdiferenciais.png');
  display: inline-block;
  position: absolute;
  margin-left: -260px;
  margin-top: 13px;
  width: 14px;
  height: 21px;
}

.text-diferenciais:after {
  content: "";
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0.0578606442577031) 100%);
}


.text-diferenciais h2 {
  padding-top: 2px;
  color: #32969b;
  font-family: 'Arista';
  font-size: 42px;
}

.textgreen {
  color: #72be28 !important;
}

.itens-diferenciais {
  text-align: center;
}

.itens-diferenciais h3 {
  font-family: 'Arista';
  font-size: 22px;
  color: #32969b;
}

/* CONTATO */

.contato {
  width: 100%;
  height: 500px;
  background: url('../imgs/bgcontato.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.contato h2 {
  font-family: 'Arista';
  text-align: center;
  margin: 30px 0 5px 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.contato h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.contato_form input {
  display: inline-block;
  width: 49%;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 12px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
}

.contato_form #email {
  margin-left: 13px;
}

.contato_form textarea {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 7px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
}

.contato_form button {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-left: 43%;
  background: #72be28;
  padding: 10px 35px;
  border: none;
  border-radius: 30px;
  transition: 0.6s;
}

.contato_form button:hover {
  background: #46d2da;
  transform: scale(1.1);
  text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}

.contato_form button:hover {
  cursor: pointer;
}

/* FORMULÁRIO */

.nao-aparece {
  visibility: hidden;
  height: 0px;
  position: absolute;
}

#form-sucesso {
  text-align: center;
  font-size: 26px;
  color: #31aa39;
}

#form-erro {
  text-align: center;
  font-size: 26px;
  color: #f64540;
}

/* FOOTER */ 

.topbar-footer {
  width: 100%;
  height: 3px;
  background: rgb(50,150,155);
  background: linear-gradient(90deg, rgba(50,150,155,1) 70%, rgba(114,190,40,1) 70%);
}

.bg-footer {
  background-color: #f5fafa;
}

.bg-footer h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2f959a;
}

.bg-footer ul li a{
  font-size: 16px;
  color: #2f959a;
  transition: .3s;
}

.bg-footer ul li a:hover{
  color: #174749;
}

.localicon::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  right: 10px;
  background-image: url('../imgs/localicon.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 23px;
}

.local {
  color: #2f959a;
}

.phone::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  right: 10px;
  background-image: url('../imgs/phoneicon.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}

.phone {
  color: #2f959a;
  font-size: 14px;
  font-weight: bold;
}

.celphone::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  right: 10px;
  background-image: url('../imgs/phoneicon.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}

.celphone {
  color: #2f959a;
  font-size: 14px;
  font-weight: bold;
}

.email::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
  background-image: url('../imgs/emailicon.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 13px;
}

.email {
  color: #2f959a;
  font-size: 14px;
  font-weight: bold;
}

.final-bar {
  color: #4d4d4d;
  justify-content: space-between;
  font-size: 13px;
  padding: 20px 0;
  margin-top: -8px;
}

.copy {
  display: flex;
  justify-content: space-between;
}

.hagile-icon {
  position: relative;
  top: 2px;
}


/* RESPONSIVE */

@media (min-width: 1200px) and (max-width: 1400px) {
  .frase-banner {
    margin-left: 580px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .frase-banner {
    margin-left: 500px;
    margin-top: 105px;
  }

  .img-padronagem {
    margin-left: 0px;
  }

  .sobre-text p {
    max-width: 400px;
    font-size: 14px;
  }
}

@media (min-width: 900px) and (max-width: 992px) {

  .intro {
    background-size: 100%;
  }

  .frase-banner h3 {
    display: none;
  }

  .frase-banner {
    margin-left: 400px;
    margin-top: 30px;
  }

  .img-padronagem {
    margin-left: 0px;
  }

  .sobre {
    margin-top: -280px;
  }

  .sobre-text {
    padding-right: 20px;
  }

  .sobre-text h3 {
    font-size: 36px;
  }

  .sobre-text p {
    max-width: 400px;
    font-size: 12px;
    line-height: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 899px) {

.intro {
  background: url('../imgs/banneruppermobal.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.frase-banner {
  margin-left: 300px;
  margin-top: 100px;
}

.img-padronagem {
  margin-left: 0px;
}

.sobre {
  margin-top: 30px;
}

.sobre-text {
  padding-right: 20px;
}

.sobre-text h3 {
  font-size: 36px;
}

.sobre-text p {
  max-width: 400px;
  font-size: 12px;
  line-height: 1.2rem;
}

}

@media (min-width: 580px) and (max-width: 767px) {

  .intro {
    background: url('../imgs/banneruppermobal.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  .frase-banner {
    margin-left: 60px;
    margin-top: 65px;
  }

  .img-padronagem {
    margin-left: 0px;
  }

  .sobre-text {
    margin-top: -15px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .sobre-text h3 {
    font-size: 36px;
  }

  .sobre-text p {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.2rem;
  }

}

@media (min-width: 445px) and (max-width: 579px) {

  .intro {
    background: url('../imgs/banneruppermobal.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }
  
  .frase-banner {
    margin-left: 30px;
    margin-top: 65px;
  }

  .frase-banner h1{
    font-size: 46px;
  }

  .frase-banner h3{
    font-size: 32px;
  }

  .img-padronagem {
    margin-left: 0px;
  }

  .sobre {
    margin-top: 30px;
  }

  .sobre-text {
    margin-top: -15px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .sobre-text h3 {
    font-size: 36px;
  }

  .sobre-text p {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.2rem;
  }

}

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

  .intro {
    height: 400px;
    background: url('../imgs/banneruppermobal.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .frase-banner {
    padding-left: 30px;
    margin-left: 0px;
    margin-top: 30px;
  }

  .frase-banner h1{
    font-size: 46px;
  }

  .frase-banner h3{
    font-size: 26px;
  }

  .img-padronagem {
    margin-left: 0px;
  }

  .sobre-text {
    margin-top: 30px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .sobre-text h3 {
    font-size: 36px;
  }

  .sobre-text p {
    max-width: 400px;
    font-size: 14px;
    line-height: 1.1rem;
  }

}

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

  .img-services {
    width: 100%;
  }

  .bg-topbar {
    display: none;
  }

  .bg-navbar {
    display: none;
  }
  
  .nav-mobal {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 2px solid #f2f2f4;
      margin-bottom: 10px;
    }
    
  
  #nav {
      visibility: visible;
    }
    
    #menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 110px;
      right: 0;
      gap: 1rem;
      background: #fff;
      height: 0;
      transition: .6s;
      z-index: 1000;
      visibility: hidden;
      overflow-y: hidden;
    }
    
    #nav.active #menu {
      height: calc(100vh - 129px);
      visibility: visible;
      overflow-y: auto;
    }
  
    #menu li {
      padding: 1rem 0;
      margin: 0 1rem;
      border-bottom: 2px solid #f2f2f4;
    }
    
    #menu a {
      font-size: 16px;
      font-weight: 500;
      color: #00423d;
      padding: 10px 0;
      transition: 0.15s;
    }
    
    
    #menu a:hover {
      color: #13b790;
      
    }
    
    #btn-mobile {
      display: flex;
      padding: .5rem 1rem;
      font-size: 1rem;
      color: #00423d;
      border: none;
      background: none;
      cursor: pointer;
      gap: .5rem;
    }
    
    #hamburguer {
      color: #00423d;
      display: block;
      border-top: 2px solid;
      width: 20px;
    }
    
    #hamburguer::after, #hamburguer::before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: currentColor;
      margin-top: 5px;
      transition: .3s;
      position: relative;
    
    }
    
    #nav.active #hamburguer {
      border-top-color: transparent;
    }
    
    #nav.active #hamburguer::before {
      transform: rotate(135deg);
    }
    
    #nav.active #hamburguer::after {
      transform: rotate(-135deg);
      top: -7px;
  }
  

  .contato {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    background: url('../imgs/bgcontato.png');
    background-color: #f2f2f4;
    background-repeat: no-repeat;
  }
  
  .contato h2 {
    text-align: center;
    margin: 30px 0 5px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  
  .contato h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .contato_form input {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 12px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  }
  
  .contato_form #email {
    margin-left: 0px;
  }
  
  .contato_form textarea {
  height: 100px;
  
  }
  
  .contato_form button {
    color: #fff;
    margin-top: 10px;
    margin-left: 29%;
    background: none;
    padding: 5px 35px;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: 0.3s;
  }
  
  }
