/* header */
.main__menu--items img {
    transition: 0.3s;
    filter: brightness(0);
}

.main__menu--items:hover img {
    filter: brightness(1);
}

/* home parte inicial do site */
.main-section {
    min-height: calc(100vh - 76px) !important;
}

.slide-home {
    border-radius: 0 0 0 100px;
    overflow: hidden;
}

.location__thumbnail-media p {
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 120%;
}

.rounded-16 {
    border-radius: 16px;
}

.btn-call {
    transition: 0.3s;
    height: 48px;
    width: fit-content;
    padding: 0 16px;
    border:1px solid #905790;
    border-radius: 24px;
    background-color: transparent;
}

.btn-call:hover {
    color: white;
    background-color: #905790;
}

/* slider */
.hero__thumbnail--slider {
    height: 400px !important;
    width: 100% !important;
    
}

.hero__thumbnail--swiper {
    border-radius: 16px 64px 16px 64px;
    overflow: hidden;
}

.hero__thumbnail--slider .swiper-slide {
    width: 100% !important;
    height: 400px !important;
}

.div-img{
    background-image: url(../img/hero/hero-htumb1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px !important;
    width: 100%;
    border-radius: 16px 64px 16px 64px;
}

/* form */
.contactFormRow #success {
    display: none;
    background-color: #6dd96d;
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
}

.contactFormRow #error {
    display: none;
    background-color: #d96d6d;
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
}

form .error {
    display: block !important;
}

/* services */
.list-border-b {
    text-align: center;
    font-size: 14px;
    padding:0 10px;
    border-radius: 20px;
    border-bottom:1px solid #905790;
}

@media only screen and (min-width: 1400px) {
    .hero__thumbnail--slider {
        max-width: calc(100% - 50px);
        height: 540px !important;
    }

    .hero__thumbnail--slider .swiper-slide {
        height: 540px !important;
    }  

    .hero__thumbnail--slider__items .div-img {
        height: 540px !important;
    }
}


@media only screen and (min-width: 768px) {
    .hero__thumbnail--slider {
        max-width: calc(100% - 80px);
        height: 400px ;
    }

    .hero__thumbnail--slider .swiper-slide {
        height: 400px ;
    }  

    .hero__thumbnail--slider__items .div-img {
        height: 400px ;
    }
}