#home {
    background: url(img/HOME.png);
    height: 100vh;
    background-position: top left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#fale-conosco a {
    color: inherit;
}

.setahome {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.menu {
    padding: 25px 15px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.setabaixo {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.setabaixo2 {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.quemsomos2 {
    position: relative;
}

#quemsomos {
    position: relative;
}

#trabalhos-realizados .slick-slide {
    margin: 20px 20px;
}

#trabalhos-realizados button.slick-next.slick-arrow {
    background: url(img/seta-direita.png) no-repeat;
    width: 70px;
    height: 70px;
    color: transparent;
    right: -65px;
}

#trabalhos-realizados .slick-next:before {
    content: '' !important;
}

#trabalhos-realizados button.slick-prev.slick-arrow {
    background: url(img/seta-direita.png) no-repeat;
    width: 70px;
    height: 70px;
    color: transparent;
    left: -70px;
    transform: rotate(180deg);
    top: 41%;
}

#trabalhos-realizados .slick-prev:before {
    content: '' !important;
}

#trabalhos-realizados .slick-dots li button {
    font-size: 20px !important;
    line-height: 0 !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    cursor: pointer !important;
    color: #FFF !important;
    border: 0 !important;
    background: #484848 !important;
    border-radius: 100% !important;
}

#trabalhos-realizados .slick-dots li.slick-active button {
    font-size: 20px !important;
    line-height: 0 !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    cursor: pointer !important;
    color: #FFF !important;
    border: 0 !important;
    background: #797979 !important;
    border-radius: 100% !important;
}

#trabalhos-realizados .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px !important;
    padding: 0;
    cursor: pointer;
}

#trabalhos-realizados .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quadrado-quemconfia {
    padding: 20px 80px;
    background: #dcdcdc;
    margin: 40px 0;
    box-shadow: 0px 1px 22px 0px rgba(59, 35, 123, 0.52);
    -webkit-box-shadow: 0px 1px 22px 0px rgba(59, 35, 123, 0.52);
    -moz-box-shadow: 0px 1px 22px 0px rgba(59, 35, 123, 0.52);
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 120px;
}

.nav-item a {
    font-weight: bold;
    font-size: 1.3rem;
}

#fale-conosco label {
    color: #FFF;
}

li.nav-item {
    padding: 0 20px;
}

#fale-conosco input {
    border: none;
    background: rgba(255, 255, 255, 0.51);
    min-height: 60px;
}

#fale-conosco textarea {
    border: none;
    background: rgba(255, 255, 255, 0.51);
    min-height: 60px;
}

.icone {
    background: #392728;
    padding: 10px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #FFF;
}

.titulo1 {
    font-size: 6rem;
}

.titulo2 {
    font-size: 5rem;
}

#nossos-servicos h1 {
    font-size: 4rem;
    color: red;
    font-weight: bold;
}
.confiatrabalho {
    display: none;
}

#clientes {
    padding: 170px 0;
}

@media (max-width: 1199.98px) {
    .titulo1 {
        font-size: 3rem;
    }

    .titulo2 {
        font-size: 2.6rem;
    }

    #quemsomos h4 {
        font-size: 1rem;
    }
    #nossos-servicos h1 {
        font-size: 3rem;
        color: red;
        font-weight: bold;
    }
}


@media (max-width: 767.98px) {
    .titulo1 {
        font-size: 2rem;
    }

    section {
        scroll-margin-top: 120px;
    }

    .confiatrabalho {
        display: block;
        font-size: 1.5rem;
    }

    #clientes {
        padding: 40px 0;
    }

    .titulo2 {
        font-size: 1.6rem;
    }

    #quemsomos .spaco {
        margin-top: 40px;
    }

    .quemsomos2 .frase p{
        text-align: center;
    }

    #nossos-servicos h1 {
        font-size: 3rem;
        color: red;
        font-weight: bold;
        padding-bottom: 40px;
    }

    #quemsomos h4 {
        font-size: 1rem;
    }
}
