*{
    padding: 0;
    margin: 0;
}
header{
    padding: 2vw 5vw;
    display: flex;
    justify-content: space-between;
}
header .logo img{
    width: 11vw;
    height: auto;
}
nav{
    display: flex;
    align-items: center;
}
nav ul{
    display: flex;
    width: 50vw;
    justify-content: space-around;
}
nav ul li{
    list-style: none;
    padding: .5vw 0;
    width: 8vw;
    text-align: center;
    margin: 0 1vw;
    border: 2px solid #8AD26D;
    color: #000;
    list-style: none;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all .6s;
}
.logo h1{
    display: none;
}
nav ul li:hover{
    background-color: #8AD26D;
}
nav ul li a{
    text-decoration: none;
    color: #000;
    display: block;
}
.zap a{
    background-color: #8AD26D;
    display: flex;
    align-items: center;
    padding: .8vw 1.2vw;
    border-radius: 1vw;
    border: none;
    text-decoration: none;
}
.zap img{
    width: 1.7vw;
    height: auto;
    margin: 0 1vw;
}
.zap span{
    color: white;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.sl{
    height: 27vw !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.um{
    background-image: url("../images/ban-3.png");
}
.dois{
    background-image: url("../images/ban-2.png");
}
.tres{
    background-image: url("../images/ban-3.png");
}
.sl h2{
    color: #fff;
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
}
.sl a{
    background-color: #8AD26D;
    padding: 1vw 4.5vw;
    margin: 2.5vw 0;
    color: white;
    font-family: 'Overpass', sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 1vw;
}
.white{
    padding: 5vw 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.white h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #444;
    padding: 2vw 0 .5vw;
}
.white p{
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444;
}
.white img{
    width: 6vw;
}
.imgl{
    display: flex;
    justify-content: center;
    padding: 2vw;
}
.imgl .ii img{
    width: 25vw;
    box-shadow: 1vw 1vw 1vw #444;
}
.imgl .txt h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #444;
    margin-left: 2vw;
}
.imgl .txt p{
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-left: 2vw;
    width: 46vw;    
    margin-top: 1vw;
}
.wh{
    padding: 3vw 0;
}
.wh h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #444;
    margin: 2vw 0 2.7vw;
    text-align: center;
}
.whfl img{
    width: 10vw;
    height: auto;
}
.whfl h2{
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #444;
    margin: 1vw 0;
    text-align: center;    
}
.whfl{
    display: flex;
    justify-content: center;
}
.whfl div{
    margin: 0.5vw 2vw;
    text-align: center;
}
.bg{
    background-image: url("../images/bg.svg");
    background-size: cover;
    padding: 5vw;
}
.bg h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #8AD26D;
    text-align: center;
}
.ibg ul{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    grid-gap: 3vw;
    margin-top: 3vw;
}
.ibg ul li{
    font-family: 'Overpass', sans-serif;
    color: white;
    list-style-image: url("../images/check.svg");
    font-size: 24px;
    font-weight: 700;
}
.works{
    padding: 4vw 0;
    text-align: center;
}
.works h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #444;
    text-align: center;
    padding-bottom: 4vw;
}
.glider{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    grid-gap: 4vw;
}
.ite h4{
    margin-top: 1.5vw;
    font-family: 'Overlock', sans-serif;
    color: #444;
    font-weight: 900;
}
.te{
    padding: .5vw 5vw;
}
.monte{
    grid-template-columns: auto auto;
    display: grid;
    grid-gap: 2vw;
    justify-content: flex-start;
    padding: 2vw 0;
}
.mri{
    justify-content: flex-end !important;
}
.monte .mm img{
    width: 4vw;
}
.monte .mtx h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #8AD26D;
    padding-bottom: 1vw;
}
.monte .mtx p{
    font-family: 'Overpass', sans-serif;
    color: #444;
    font-weight: 900;
    width: 50vw;
}
/*--footer--*/
.footer{
	padding: 5em 0;
    background-color: #8AD26D;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 1.1em;
    margin: 0 0.5em;
    text-decoration: none;
}
ul.social li {
  	display: inline-block;
}
.footer-menu ul li a:hover {
  color:#000;
}
ul.social li a i {
  background: url(../images/img-sprite.png) -1px -3px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 0.5em;
}
ul.social li a i.twitter{
  background-position: -36px -4px;
}
ul.social li a i.linked {
  background-position: -81px -3px;
}
ul.social li a i.dribble {
  background-position: -120px -7px;
}
ul.social li a i:hover{
	transform: rotatey(-360deg);
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.footer-top2 p {
  color: #fff;
  line-height: 1.9em;
  font-size: 1em;
  text-align: center;
}
.footer-top2 p a{
  color: #000;
  text-decoration: none;
}
.footer-top2 p a:hover{
  color: #fff;
}
.footer-top2 {
    padding: 3em 0 0;
    border-top: 1px solid #DCC092;
    margin: 3em 0 0;
}
.footer-top1 {
    text-align: right;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: none;
    text-indent: 100%;
    background: url('../images/up.png') no-repeat 0px 0px;
}
.txttt{
    padding: 5vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.txttt h2{
    font-family: 'Overlock', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #8AD26D;
    padding: 2vw;
} 
.txttt img{
    margin: 2vw auto 4vw;
    width: 20vw;
    box-shadow: 1vw 1vw 1vw #444;
}
.txttt p{
    font-family: 'Overpass', sans-serif;
    color: #444;
    font-weight: 900;
    padding: 0px 25vw;
    text-align: center;
}
@media screen and (max-width: 768px){
    nav{
        display: none;
    }
    nav ul li{
        display: none;
    }
    header .logo img{
        width: 26vw;
    }
    header{
        align-items: center;
        padding: 5vw;
    }
    .zap a{
        padding: 1.8vw;
    }
    .sl{
        height: 73vw !important;
    }
    .sl h2{
        font-size: 20px;
        padding: 1px 20vw;
        text-align: center;
    }
    .white img{
        width: 16vw;
    }
    .white h2{
        font-size: 20px;
        padding: 2vw 5vw;
        text-align: center;
    }
    .white p{
        font-size: 12px;
        padding: 0 5vw;
        text-align: center;
    }
    .zap img{
        width: 4vw;
        margin: 0 3vw 0 1vw;
    }
    .imgl{
        flex-flow: column;
    }
    .imgl .ii img{
        width: 45vw;
    }
    .imgl .ii{
        margin: 2vw auto;
    }
    .imgl .txt h2, .wh h2, .bg h2,  .works h2, .monte .mtx h2{
        font-size: 20px;
        padding: 2vw 5vw;
        text-align: center;
    }
    .imgl .txt p{
        font-size: 12px;
        width: 75vw;
        margin: 2vw auto;
        text-align: center;
    }
    .whfl div{
        margin: 0;
    }
    .whfl img{
        width: 22vw;
    }
    .ibg{
        padding: 0 11vw;
    }
    .ibg ul{
        display: block;
    }
    .ibg ul li{
        font-size: 12px;
    }
    .glider{
        display: block;
    }
    .monte{
        display: block;
        text-align: center;
    }
    .monte .mtx p{
        padding: 2vw 5vw;
        text-align: center;
        font-size: 12px;
        width: auto !important;
    }
    .monte .mm img{
        width: 8vw;
    }
}