html {
  scroll-behavior: smooth;
  
}


/* MENU */
  #area-nav2 {
    display: none;
    width: 100%;
    float: right;
    background: none;
    padding: 25px 35px;
    background: white url('../img/logo\ vertical\ -\ color.png') no-repeat left;
    background-size: 170px;
    background-position-x: 40px;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 1px 1px 10px rgb(165, 164, 164);

  }

  #area-nav2 .menu-bar {
    display: none;
  }

  #area-nav2 ul {
    float: right;
  }

  #area-nav2 ul li {
    float: left;
    margin-right: 30px;
  }

  #area-nav2 ul li a {
    color: #656668;
    font-size: 1.0em;
    font-weight: 600;
  }

  #area-nav2 ul .download ul {
    float: none;
    list-style-type: none;
    position: absolute;
    right: 0;
  }

  #area-nav2 .download {
    color: #656668;
    font-size: 1.0em;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
  }

  #area-nav2 .download ul .spacing-down {
    padding: 2px;
    float: none;
    background: transparent;
    border: none;
  }

  #area-nav2 #menu-side2 {
    display: none;
  }

  #area-nav2 .download ul li {
    padding: 15px;
    margin: 0;
    font-size: 1.1em;
    background: rgb(243, 242, 242);
    z-index: 200;
  }

  #area-nav2 .download ul li a {
    color:  #656668;
    margin: 0;
  }


  #area-nav {
    width: 100%;
    float: right;
    background: none;
    padding: 25px 35px;
    background: url('../img/logo\ vertical\ -\ branca.png') no-repeat left;
    background-size: 170px;
    background-position-x: 40px;
    background-position-y: 5px;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  #area-nav .menu-bar {
    display: none;
  }

  #area-nav ul {
    float: right;
    list-style: none;
  }

  #area-nav ul li {
    float: left;
    margin-right: 30px;
  }

  #area-nav ul li a {
    color: white;
    font-size: 1.0em;
    font-weight: 600;
  }

  #area-nav ul .download ul {
    float: none;
  }

  #area-nav .download {
    color: white;
    font-size: 1.0em;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
  }

  #area-nav .download ul .spacing-down {
    padding: 2px;
    float: none;
    background: transparent;
    border: none;
  }

  #area-nav #menu-side {
    display: none;
  }

  #area-nav .download ul li {
    padding: 8px 2px;
    margin: 10px;
    position: absolute;
    right: 0;
    /* visibility: hidden; */
    /* width: 100px; */
    font-size: 1.1em;
  }

  #area-nav .download ul li a {
    color:  #fff;
    margin: 0;
  }

  /* END */

  /* HEADER E O BACKGROUND */
  #background {
    width: 100%;
    height: 780px;
    background: url('../img/Tela\ inicio1.png') no-repeat top;
  }

  #background h1 {
    color: white;
    text-align: left;
    font-size: 2.6em;
    position: absolute;
    top: 65%;
    left: 5%;
  }

/* END */

/* CONTEUDO PRINCIPAL */

  #main {
    width: 60%;
    float: left;
    padding: 60px;
  }

  /* rgb(118, 188, 33) o verde da logo */

  #main div {
    margin-bottom: 40px;
  }
  
  #main h1 {
    font-size: 1.9em;
    color: rgb(0, 40, 94);
  }

  /* EMPRESA */

  #empresa h1 {
    margin-bottom: 30px;
    font-size: 1.9em;
  }

  #empresa p {
    text-align: justify;
    color: #58595B;
  }

  /* O QUE FAZEMOS */

   #service {
      width: 100%;
   }

   #service .container {
     width: 45%;
     height: 150px;
     float: left;
     margin-bottom: 50px;
     margin-left: 30px;
     
   }

   #service .container img {
    width: 35%;
    height: 70px;
    margin-top: 15px;
    margin-left: 35px;
    margin-bottom: 5px;
   }


   #service .container div {
      background: rgb(118, 188, 33);
      width: 95%;
      height: 150px;
      border-radius: 8px;
      float: left;
      padding: 0 5px;
   }

   #service .container a div {
     color: white;
   }

   #service .container div h2 {
    font-size: 0.8em;
    margin-top: 5px;
    text-align: center;
  }

  #service .titulo-servico {
    font-size: 1.7em;
    color: #4d4d4d;
    margin-bottom: 15px;
  }

  #service .descricao {
    text-align: justify;
    color: #58595B;
    margin-bottom: 40px;
  }

/* END */

/* CONTATO */
  #contato {
    width: 40%;
    float: right;
    padding: 60px 30px;
  }

  #form-control {
    box-shadow: 0.5px 0.5px 3px rgb(94, 94, 94);
    border-radius: 5px;
    padding: 20px 45px;
    margin: auto;
    color: #58595B;
    z-index: 199;
  }

  .fixo {
    z-index: 199;
    position: fixed;
    top: 110px;
    /* overflow: hidden; */
   }

  #form-control p {
    font-weight: bolder;
    margin: 7px 0 10px;
  }

  #form-control .label-control {
    font-weight: bold;
  }

  #form-control .form-control {
    border: 1px solid rgb(143, 143, 145);
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0 15px;
    width: 100%;
    resize: none;
  }

  #form-control .btn-success {
    background: #8DC63F;
    border-radius: 20px;
    padding: 13px;
    color: white;
    width: 100%;
    font-size: 1.1em;
    font-weight: bolder;
    cursor: pointer;
  }

/* END */

/* CLIENTES */

  #clientes {
    margin-bottom: 0;
  }

  .slide-container {
    width: 100%;
    position: relative;
    /* border: 2px solid rgba(0,0,0,0.4); */
    height: 280px;
  }

  .slideshow {
    display: none;
    width: 90%;
    margin: auto;
    
  }

  .slideshow img {
    height: 110px;
    width: 35%;
    padding: 0px 15px;
    margin-left: 40px;

  }

  .position-img {
    /* margin-top: 60px; */
  }

  .fix-position {
    /* margin-top: 90px; */
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 65%;
    width: auto;
    margin-top: -150px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .next:hover, .prev:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }

  .numbertext {
    color: black;
    font-size: 13px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: bold;
  }

  .fade {
    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: right; 
    animation-name: example;
    animation-duration: 1s;
    animation-direction: right;
  }

  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }


/* END */

/* MESSAGES */


/* END */