/*Header
---------------------*/
.header{
      border-top: 6px solid #2c3e50;
    background: #fff ;
    border-bottom: 1px solid #d3d3d3;
    
}
/*nav-toggle
---------------------*/
#nav-toggle{
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    position: fixed;
    z-index: 15;
    display: none;
    background: #2c3e50;
    padding: 15px;
    top: 0;
    right: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
#nav-toggle span{
    border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 2px;
    width: 30px;
    display: block;
    background: #fff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#nav-toggle span:nth-child(2){
    margin: 6px 0;
}
#nav-toggle.active span:nth-child(1){
    transform: rotate(45deg) translate3d(6px,6px,0);
    -webkit-transform: rotate(45deg) translate3d(6px,6px,0);
}
#nav-toggle.active span:nth-child(2){
    opacity: 0;
}
#nav-toggle.active span:nth-child(3){
    transform: rotate(-45deg) translate3d(6px,-5px,0);
    -webkit-transform: rotate(-45deg) translate3d(6px,-5px,0);
}
/* header logo-------
----------------------------------*/
.header-logo{
    width: 180px;
    padding: 18px 0;
    float: left;
}
/*  menu */
.header-nav{
    float: left;
    padding: 25px 0;
    
}
.header-nav ul li{
   position: relative;
   display: inline-block;
   margin: 0 3px;
}
.header-nav ul li a{
   color: #6cb361;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 0.875rem;
}
.header-nav ul li a:hover{
    color: #2c3e50;
}
.header-nav ul li a.active{
    color: #6cb361;
}

/* SEARCH */
.header-search{
    position: relative;
    float: right;
    margin: 18px 0;
}
.header-search input::-webkit-input-placeholder {/* Chrome/opera/safari*/
    color: #fff;
}
.header-search input:-moz-placeholder {/* Mozila Firefox 4 to 18*/
    color: #fff;
    opacity: 1;
}
.header-search input::-moz-placeholder {/* Chrome/opera/safari*/
    color: #fff;
    opacity: 1;
}
.header-search input:-ms-input-placeholder {/* IE 10+ */
    color: #fff;
    
}
.header-search input::-ms-input-placeholder {/* Microsoft Edge */
    color: #fff;
}
.header-search input::placeholder {/* Browser modernos*/
    color: #fff;
}
.header-search input{
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: #01c0b5;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.header-search button{
    position: absolute;
    top: 50%;
    right: 8px;
    color: #fff;
    background: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}
/* redes header*/
.header-redes{
    text-align: center;
    margin: 20px 0;
    display: none;
}
.header-redes a{
    color: #fff;
    font-size: 2rem;
    margin: 0 10px;
}
/* start Banner */
.banner{
    padding-top:50px;
    display: ;
}
.banner img{
    margin: 0px;
    width: 100%;
    height: 150px;
 }
/* end Banner */
/* Agencia
------------------------------------------------ */
.agencia{
    background: #dedede;
    padding: 50px 0;
   }
.agencia-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.375rem;
}
.agencia-title strong{
    color:#6cb361;
    font-size: 1.875rem;
}
.agencia-item{
    margin-top: 30px;
    text-align: center;
}
.agencia-item-icon{
    background: #6cb361;
    color: #fff;
    width: 100%;
    padding: 20px;
    font-size: 6rem;
    position: relative;
}
.agencia-item-icon:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #6cb361;
}
.agencia-item h2{
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin: 25px 05px 0;
    text-transform: uppercase;
    
}
.select{
    margin: 18px 0;
    width: 100%;
    right: 8px;
    color: #fff;
    text-transform: uppercase;
    background: #6cb361;
    padding: 10px;
}
.select select {
    margin: 18px 0;
    width: 50%;
   
}

.container{
    width: 1280px;
    position: relative;
    display: flex;
    margin-left: 20px ;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top:150px;
}
.container .card{
    position: relative;
    margin: auto;
}
.container .card .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
.container .card .face.face1{
   position: relative;
   background: #333;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1;
   transform: translateY(100px);
}
.container .card:hover .face.face1{
    background: #ff0057;
    transform: translateY(0);

 }
.container .card .face.face1 .content{
    opacity:  0.2;
    transition: 0.5s;
}
.container .card:hover .face.face1 .content{
    opacity:  1;
}
.container .card .face.face1 .content img{
    max-width: 260px;

}
.container .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1,5rem;
}
.container .card .face.face2{
   position: relative;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 20px;
   box-sizing: border-box;
   box-shadow: 0 20px 50px rgba(0,0,0,0.8);
   transform: translateY(-100px);
}
.container .card:hover .face.face2{
   transform: translateY(0);
 }
.container .card .face.face2 .content p{
  margin: 0;
  padding: 0;
 }
 .container .card .face.face2 .content a{
     margin: 15px 0 0;
     display: inline-block;
     text-decoration: none;
     font-weight: 900;
     color: #333;
     padding: 5px;
     border: 1px solid #333;
 }
 .container .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
/*start Parceiros
---------------------------------------------*/
.clientes{
    background: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
.clientes p{
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.clientes ul li{
    list-style-type: none;
    font-size: 5rem;
    background: #fff;
    padding: 5px 20px;
    margin-top: 20px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*end Parceiros
/*Start contato
---------------------------------------------*/
.contato-infos .content,
.contato-form .content{
    max-width: 800px;
}
/*contato info */
  .contato-infos{
      background: url(/hubner/trabalhos/Desenvolvimento/images/contato-bg.jpg);
      background-attachment: fixed;
      background-position: center center;
      background-size: cover;
      padding: 10% 0;
      color:#fff;
      font-size: 1.5rem;
      text-align: center;
  }
    .contato-infos span{
        background: rgba(255, 255, 255, .7);
        color: #2c3e50;
        font-size: 2.5rem;
        font-family: 'Oswald', sans-serif;
        display: block;
        margin: 5px auto 0 auto;
    }
      /*contato form */
    .contato-form p{
     text-align: center;
     margin: 50px 0 20px 0;
     font-size: 5rem;
    }
    .contato-form label{
      float: left;
      width: 100%;
      margin-bottom: 15px;
    }
    .contato-form label input, 
    .contato-form label textarea{
        float: left;
        width: 100%;
        height: 40px;
        font-size: 1rem;
        color: #2c3e50;
        padding: 5px;
        margin-top: 5px;
        border: 2px solid #eee;
      }
      .contato-form label input[type="checkbox"]{
        height: auto;
        width: auto;
        margin-right: 5px;
      }
      .contato-form label textarea{
        height: 143px;
       }
       .contato-form label:nth-child(3) span{
        width: 90%;
        display: inline-block;
       }
       .contato-form button{
         width: 100%;
         display: inline-block;
         text-align: center;
         color: #fff;
         background: #6cb361;
         font-size: 2.6rem;
         line-height: 1;
         }
         .contato-form button i{
           line-height: 1;
           margin-top: 2px;
            }

/*end contato
---------------------------------------------*/

/* start footer
------------------------------------------------ */
.footer{
    background: #d3d3d3;
    padding: 20px 0;
    margin-top: 30px;
    color: #fff;
}
.footer-col{
    text-align: center;
    margin-top: 10px;
}
.footer-redes a{
    color: #fff;
    font-size: 2rem;
    margin: 0 20px;
    line-height: 1;
}
.footer ul li{
   
  }
.footer ul li a{
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}
.footer ul li a:hover{
    color:#6cb361;
   
}
  
/* end footer
------------------------------------------------ */

/* BREAKSPOINTS
------------------------------------------------ */
/* MAX WIDTH */
@media (max-width: 959.9px){
    #nav-toggle, .header-redes{
        display: block;
    }
    /* HEADER */
    .header{
        height: 58px;
        background: #eee;
    }
    .header-logo{
        max-width: 180px;
        width: 60%;
        padding: 12px 0;
    }
    /* MENU */
    .header-collapse{
        overflow-y: auto;
        position: fixed;
        background: rgba(45,63,81,.95);
        width: 100%;
        height: 100%;
        z-index: 10;
        padding: 15px;
        top: -100%;
        left: 0;
        transition: top .4s ease;
        -webkit-transition: top .4s ease;
    }
    .header-collapse.active{
        top: 0%;
    }
    .header-nav{
        padding: 25px 0;
        float: none;
    }
    .header-nav ul li{
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    .header-nav ul li a{
       color: #fff;
       font-size: 1.4rem;
    }
    /* SEARCH */
    .header-search{
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    .header-search input{
        padding: 15px;
       
    }
     /* mapa */
     .neu{
        display: none;
     }

}
/*min-widht-----------------------------------------------*/
   
@media (min-width: 480px){
   
   /* clientes */
  .clientes ul li{
    float: left;
    width: 48%;
    margin: 4% 4% 0 0;
    }
  .clientes ul li:nth-of-type(2n+0){
    margin-right: 0;
    }
     /* contato*/
     .contato-infos span{
        width: 80%;
    }
}
@media (min-width: 768px){
    /* AGENCIA */
    .agencia-item{
        float: left;
        width: calc((100% - 4%) /2);
        margin-right: 4%;
    }
    .agencia-item:nth-of-type(2n){
       margin-right: 0;
    }
     /* clientes */
     .clientes ul li:nth-of-type(2n+0),
     .clientes ul li{
       width:calc((100% - 6%) / 3);
       margin: 3% 3% 0 0;
       }
     .clientes ul li:nth-of-type(3n+0){
        margin-right: 0;
       }
      /* footer */
      .footer-col{
        margin: 0;
        width: calc(100% / 3);
        float: left;
       }
    .footer-col:first-child{
       text-align: left;
       }
    .footer-col:last-child{
       text-align: right;
       padding-top: 5px;
       }   
    .footer-redes a{
      margin: 0;
      }

    .footer-redes a:not(:first-child){
      margin-left: 20px;
      }
          
   }
@media (min-width: 960px){
    /* header */
    @keyframes animaHeader {
        0%{
            opacity: 0;
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
        }
        100%{
            opacity: 1;
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }
     }
  .fixed{
    position: fixed;
    background: #fff;
    z-index: 20;
    animation: animaHeader .7s ease-in-out .4s backwards;
    -webkit-animation: animaHeader .7s ease-in-out .4s backwards;
   }
    .header-nav{
        margin-left: 2%;
    }
    .header-nav ul li a.active:before{
        background: #DC143C;
        content: "";
        position: absolute;
        height: 6px;
        width: 100%;
        top: -31px;
        left: 0;
    }
    /* AGENCIA */
    .agencia-item{
        float: left;
        width: calc((100% - 12%) /2);
        margin-right:12%;
    }
    .agencia-item:nth-of-type(2n){
       margin-right: 0;
    } 
     /* mapa */
     .select{
        display: none;
     }
}
@media (min-width: 1024px){
    /* header */
    .header-nav ul li{
        margin: 0 7px;
    }
}
@media (min-width: 1144px){
    /* header */
    .header-logo{
        width: auto;
    }
    .header-nav ul li a{
       font-size: 0.9rem;
    }
     /* clientes */
     .clientes ul li:nth-of-type(2n+0),
     .clientes ul li:nth-of-type(3n+0),
     .clientes ul li{
       width:calc((100% - 15%) / 6);
       margin: 3% 3% 0 0;
       }
     .clientes ul li:nth-of-type(6n+0){
        margin-right: 0;
       }
}
@media (min-width: 1280px){
    /* header */
    .header-logo{
        width: auto;
    }
    .header-nav ul li{
       margin: 0 8px;
    }
    .header-search{
        width: 260px;
    }
}