/* PC e NOTEBOOKS */


@media (min-width: 1100px){
  #service .container img {
    margin-left: 84px;
   
    margin-bottom: 15px;
  }

  #service .container .fix-margin-icone {
    margin-left: 80px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1440px){
  #service .container img {
    margin-left: 75px;
  }

  #service .container .fix-margin-icone {
    margin-left: 67px;
  }

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

@media (min-width: 1024px) and (max-width: 1099px){
  #form-control {
    box-shadow: 0.5px 0.5px 3px rgb(94, 94, 94);
    border-radius: 5px;
    padding: 9px 29px;
    margin: auto;
    color: #58595B;
    z-index: 199;
  }

  #form-control p {
    font-weight: bolder;
    margin: 3px 0 9px;
  }

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

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


/* END */

/* MOBILE */
@media (max-width: 400px){
  /* MENU */
  #area-nav2 {
    padding: 15px 0px 20px;
    background-position-x: 15px;
    background-position-y: 5px;
    background-size: 150px;
  }

  #area-nav2 .menu-bar {
    float: right;
    display: inline-block;
    color: white;
    cursor: pointer;
    margin-right: 10px;
  }

  #area-nav2 .menu-bar i {
    font-size: 1.6em;
    text-align: center;
    margin-left: 7px;
  }

  #area-nav2 .menu-bar p {
    font-size: 0.8em;
  }

  #area-nav2 ul {
    display: none;
    width: 100%;
    margin: 10px 0;
    background: #fff;
  }

  #area-nav2 ul li {
    width: 100%;
    padding: 15px;
    border-bottom: 0.9px solid rgba(0,0,0,0.3);
  }

  #area-nav2 ul li a {
    color: #656668;  
  }

  #area-nav {
    padding: 15px 0px 20px;
    background-position-x: 15px;
    background-position-y: 5px;
    background-size: 150px;
  }

  #area-nav .menu-bar {
    float: right;
    display: inline-block;
    color: white;
    cursor: pointer;
    margin-right: 10px;
  }

  #area-nav .menu-bar i {
    font-size: 1.6em;
    text-align: center;
    margin-left: 7px;
  }

  #area-nav .menu-bar p {
    font-size: 0.8em;
  }

  #area-nav ul {
    display: none;
    width: 100%;
    margin: 10px 0;
    background: #fff;
  }

  #area-nav ul li {
    width: 100%;
    padding: 15px;
    border-bottom: 0.9px solid rgba(0,0,0,0.3);
  }

  #area-nav ul li a {
    color: #656668;  
  }

  /* END */

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

  #background h1 {
    font-size: 2.0em;   
    top: 59%;
    left: 5%;
  }

/* END */

/* CONTEUDO PRINCIPAL */

  #main {
    width: 100%;
    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: 100%;
    float: left;
    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 {

    position: static;
    
    /* 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;

  }

  .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 */
}

/* END */