       >j                    )-c    َ>j    Ǘ                                                                                                                                   Accept-Encoding,User-Agent                                                                                                      qť,YؕX%    
KEY: https://galante.adv.br/wp-content/themes/galante/css/pages/index.css
HTTP/1.1 200 OK
Date: Fri, 26 Jun 2026 14:38:17 GMT
Server: Apache
Last-Modified: Fri, 23 Sep 2022 13:22:49 GMT
Accept-Ranges: bytes
Content-Length: 4809
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/css

.home-about {
    background: var(--black);
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
    margin-bottom: 5.5rem;
}

.home-about__content {
    margin-top: 2.2rem;
    margin-bottom: 3rem;
}

.home-about__content p {
    margin: 0;
    font-family: var(--gothamLight);
    font-size: 1.68rem;
    color: var(--gray500);
    line-height: 1.3;
}

.home-about__button {
    display: flex;
    justify-content: flex-end;
}

.home-services__title {
    display: flex;
    justify-content: flex-end;
}

.home-services__item {
    padding: 2rem 1.5rem 8rem 1.5rem;
    margin-bottom: 3rem;
    border-radius: 50rem;
    transition: all 0.2s ease-in;
}

.home-services__item:hover {
    background: rgb(241,241,241);
    background: linear-gradient(3deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
}

.home-services__item figure {
    margin: 0 0 2rem 0;
    width: 100%;
    height: 22.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 1.3rem solid var(--gray600);
}

.home-services__item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-services__item h2 {
    margin: 0;
    text-align: center;
    font-family: var(--gothamBold);
    font-size: 2.11rem;
    color: var(--black);
    text-transform: uppercase;
    min-height: 5.1rem;
}

.home-services__item p {
    margin: 1rem 0 3.5rem 0;
    font-size: 1.6rem;
    color: var(--gray100);
    text-align: justify;
    line-height: 1.2;
}

.home-highlight {
    background: url('../../images/bg-destaque.jpg') center no-repeat;
    height: 21rem;
    background-size: cover;
    margin-bottom: 5.5rem;
}

.home-highlight__title h2 {
    margin: 1.5rem 0 0 0;
    font-family: var(--gothamBold);
    font-size: 5.96rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
}

.home-highlight__image {
    height: 21rem;
    position: relative;
}

.home-highlight__image img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-highlight__carousel .owl-dots {
    margin-top: -1rem !important;
}

.home-highlight__carousel .owl-carousel button.owl-dot span {
    margin: 0;
    width: 6rem;
    height: 0.7rem;
    background: #e3e3e3;
    transition: all .3s;
    border-radius: 0;
}

.home-highlight__carousel .owl-carousel button.owl-dot:first-child span {
    border-radius: 10rem 0 0 10rem !important;
}

.home-highlight__carousel .owl-carousel button.owl-dot:last-child span {
    border-radius: 0 10rem 10rem 0 !important;
}

.home-highlight__carousel .owl-theme .owl-dots .owl-dot.active span {
    background: var(--red);
}

.home-highlight__carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red);
}

.home-article__title {
    margin-bottom: 2.5rem;
}

.home-article__item {
    margin-bottom: 4rem;
}

.home-article__item__image {
    padding-right: 0;
}

.home-article__item h2 {
    margin: 0 0 1rem 0;
    font-family: var(--gothamBold);
    font-size: 1.6rem;
    color: var(--gray100);
    text-transform: uppercase;
}

.home-partners {
    background: var(--gray600);
    padding: 1rem 1.5rem 2.5rem 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.home-partners__title h2 {
    margin: 0 0 2.5rem 0;
    font-family: var(--gothamMedium);
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--black);
}

.home-partners__item img {
    width: auto !important;
    margin: 0 auto;
}

.home-partners__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.home-partners__carousel .owl-carousel button.owl-dot span {
    margin: 0;
    width: 6rem;
    height: 0.7rem;
    background: #e3e3e3;
    transition: all .3s;
    border-radius: 0;
}

.home-partners__carousel .owl-carousel button.owl-dot:first-child span {
    border-radius: 10rem 0 0 10rem !important;
}

.home-partners__carousel .owl-carousel button.owl-dot:last-child span {
    border-radius: 0 10rem 10rem 0 !important;
}

.home-partners__carousel .owl-theme .owl-dots .owl-dot.active span {
    background: var(--red);
}

.home-partners__carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red);
}

@media(max-width: 767px) {
    .home-highlight__title h2 {
        font-size: 4.5rem;
        text-align: center;
    }

    .home-highlight {
        height: auto;
    }

    .home-article__item {
        text-align: center;
    }

    .home-article__item__image {
        padding-right: 0;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .home-services__title {
        margin-top: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-highlight__title h2 {
        font-size: 4.5rem;
        text-align: center;
    }

    .home-highlight {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}
