section.header-servico img{
    filter: brightness(0.6);
}
section .carousel .carousel-inner .carousel-caption h1 {
    font-size: 60px;

    font-family: "Montserrat-semibold", sans-serif;

    padding-bottom: 8%;
}

section.projetos h2 {

    font-family: "Montserrat-Semibold", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #004383;
    text-transform: uppercase;

}

section.projetos p {

    font-size: 12px;
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #000000;
    text-align: justify;
}

section.form {

    background-color: #f5f5f5;
}

.property-thumbnail {
    position: relative;
}

.property-thumbnail:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-overlay {
    width: 100%;
    height: 100%;
}

.property-overlay .overlay-link {
    color: #fff;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: none;
}

.property-thumbnail:hover .overlay-link {
    display: inline-block;
}

.overlay-link:hover {
    background: #00c0c0;
    transition: all .3s ease-in-out;
}


.h-entry {

    display: block;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}


.image {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1.05);
    transition: .3s all ease;
    height: 500px;
}

section.form h2 {

    font-family: "Montserrat-Semibold", sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;


}

section form.form-contato input {
    height: 62px;
    width: 100%;

}

section form.form-contato input,
section form.form-contato textarea {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0 0 30px 0;
}

section form.form-contato button.btn-enviar {
    background-color: #004383;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    height: 50px;
    text-transform: uppercase;
    width: 160px;
}

section form.form-contato button.btn-enviar:hover {
    background-color: #093158;
    color: #ffffff;
    transition: 0.4s;
}




section.servicos .slick-slide .card .card-img-overlay .slick-next .slick-arrow {
    position: absolute;
    color: blue;
    width: auto;
    background-color: #000000;
}

.tratamentos-carossel,
.slider-nav img {

    padding: 0 0.5rem;
}

.slick-slide img {
    margin: 0 auto;
}


@media (max-width: 1199.98px) {

    .tratamentos-carrossel .slick-prev,
    .tratamentos-carrossel .slick-next {
        height: 40px;
        width: 35px;
    }

    .slick-prev {
        left: -30px
    }

    .slick-next {
        right: -30px
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .slick-prev {
        left: -51px;
        top: 35%;
    }

    .slick-next {
        right: -51px;
    }

    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 40px;
        padding-bottom: 0%;
    }

    section.projetos h2 {

        font-size: 34px;
    }

    section form.form-contato button.btn-enviar {
        font-size: 14px;
        height: 50px;
        width: 40%;
    }



}

/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {



    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;

    }

    .slider-nav .slick-prev,
    .slider-nav .slick-next {

        height: 25px;
        width: 25px;
    }

}

@media (max-width: 575.98px) {

    .carousel-caption {

        bottom: 0;
    }

    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 24px;
        padding-bottom: 0%;
    }

    section.projetos p {
        font-size: 10px;
    }

    section.projetos h2 {
        font-size: 22px;
    }

    /* FORM */
    section.form h2 {
        font-size: 22px;
    }

    section form.form-contato button.btn-enviar {
        font-size: 10px;

    }
}