body{
    font-family: 'Ubuntu', sans-serif;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 70vh;
    background-position: right top;
}

li{list-style: none;}
.area-logotipo{
    position: relative;
    height: 100vh;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #0099ff;
}

@media(max-width:768px){
    .area-logotipo{
        max-width: 300px;
    }
    .area-logotipo .logotipoimg{
        max-width: 200px;
    }
}

/*Clientes
------------------------*/
.projetos-area{
    position: absolute;
    top: 30%;
    overflow: hidden;
    width: 100%;
}
.slick-slide{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.slick-slide img{
    width: 100%;
    /*display: inline-block;
    height: 80px;
    object-fit: contain;*/
}
.slick-dots{
    display: flex;
    justify-content: center;
}
.slick-dots li{
    margin: 20px 5px;
    opacity: 0.2;
    filter: blur(1.2px);
    transition: all ease 1s;
}
.slick-dots li.slick-active{
    transition: all ease 1s;
    opacity: 1;
    filter: blur(0px);
}
.slick-dots li button{
    background: #74876e;
    border: none;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 0;
    color: transparent;
    margin: 0;
}


.redesocial{
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.redesocial a{
    margin: 0 5px;
}

.menu{
    position: absolute;
    top:15px;
    right: 20px;
    text-align: right;
}
.menu a{
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
    transition: all ease 0.5s;
}
.menu a:hover{
    opacity: 0.6;
    transition: all ease 0.5s;
}




@media(max-width:768px){
    .menu{
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        width: 100%;
        text-align: center;
        z-index: 1;
        bottom: 100px;
    }
    .menu ul,
    .menu li{
        margin: 0;
        padding: 0;
    }
    .menu a{
        color: #fff;
        font-size: 18px;
    }
}




  


