.titulo {
    font-weight: 300;
    text-transform: uppercase;
}

.descricao strong {
    font-weight: 500;
}

.corposite {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (max-width: 768px) {
    .corposite {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    .corposite {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 375px) {
    .corposite {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* - */
.servicos {
}

.servicos .titulo {
    color: rgb(var(--cor-geral-site-rgb));
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.servicos .titulo strong {
    font-weight: bold;
}

@media (max-width: 768px) {
    .servicos .titulo {
        font-size: 3rem;
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    .servicos .titulo {
        font-size: 2.5rem;
    }
}

@media (max-width: 375px) {
    .servicos .titulo {
        font-size: 2rem;
    }
}


/* - */
.slideshow-geral {
    padding-left: 0;
    padding-right: 0;
}

.slideshow-geral .carousel-item img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slideshow-geral .carousel-caption {
    position: absolute;
    inset: 0;
    text-align: unset;
    display: flex;
    align-items: center;
}

.slideshow-geral .carousel-caption .carousel-stitulo {
    font-size: 24px;
    line-height: 22px;
    color: #C7BA8F;
    margin-bottom: 1rem;
}
.slideshow-geral .carousel-caption .carousel-titulo {
    font-weight: 800;
    font-size: 64px;
    line-height: 59px;
    margin-bottom: 1rem;
}
.slideshow-geral .carousel-caption .carousel-texto {
    font-weight: 400;
    font-size: 36px;
    line-height: 33px;
    letter-spacing: -0.09em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slideshow-geral .carousel-caption .carousel-stitulo {
        font-size: 24px;
        line-height: 22px;
    }

    .slideshow-geral .carousel-caption .carousel-titulo {
        font-size: 55px;
        line-height: 55px;
    }

    .slideshow-geral .carousel-caption .carousel-texto {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .slideshow-geral .carousel-caption .carousel-stitulo {
        font-size: 20px;
        line-height: 20px;
    }

    .slideshow-geral .carousel-caption .carousel-titulo {
        font-size: 40px;
        line-height: 40px;
    }

    .slideshow-geral .carousel-caption .carousel-texto {
        font-size: 26px;
        line-height: 26px;
    }
}

.slideshow-geral .carousel-caption strong {
    font-weight: bold;
}

.slideshow-geral .carousel-control-next-icon, .slideshow-geral .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 7rem;
    height: 9.1rem;
}

.slideshow-geral .carousel-control-prev-icon {
    background-image: url(../images/icon-anterior.png);
}

.slideshow-geral .carousel-control-next-icon {
    background-image: url(../images/icon-seguinte.png);
}

.slideshow-geral .carousel-control-next, .slideshow-geral .carousel-control-prev {
    width: 20%;
}

@media (min-width: 1200px) AND (max-width: 1440px) {
    .slideshow-geral .carousel-caption {
        font-size: 4.5rem;
    }
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .slideshow-geral .carousel-caption {
        font-size: 4rem;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .slideshow-geral .carousel-caption {
        font-size: 3.5rem;
    }

    .slideshow-geral .carousel-control-next, .slideshow-geral .carousel-control-prev {
    }

    .slideshow-geral .carousel-control-next-icon, .slideshow-geral .carousel-control-prev-icon {
        width: 5rem;
        height: 7.5rem;
    }
}

@media (max-width: 768px) {
    .slideshow-geral .carousel-caption {
        font-size: 3rem;
        width: 80%;
        top: auto;
        bottom: 15%;
    }

    .slideshow-geral .carousel-control-next, .slideshow-geral .carousel-control-prev {
        width: auto;
        margin: 0 1.5rem;
    }

    .slideshow-geral .carousel-control-next-icon, .slideshow-geral .carousel-control-prev-icon {
        width: 4.5rem;
        height: 6.5rem;
    }
}

@media (max-width: 992px) {
    .slideshow-geral .carousel-item img {
        width: auto;
        height: 35rem;
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    .slideshow-geral .carousel-caption {
        font-size: 3rem;
        width: 90%;
        top: auto;
        bottom: 15%;
    }

    .slideshow-geral .carousel-item img {
        width: auto;
        height: 30rem;
    }

    .slideshow-geral .carousel-control-next, .slideshow-geral .carousel-control-prev {
        margin: 0 0.5rem;
    }

    .slideshow-geral .carousel-control-next-icon, .slideshow-geral .carousel-control-prev-icon {
        width: 2.5rem;
        height: 4.5rem;
    }
}

@media (max-width: 375px) {
    .slideshow-geral .carousel-caption {
        font-size: 2.25rem;
        width: 100%;
        top: auto;
        bottom: 15%;
    }

    .slideshow-geral .carousel-item img {
        width: auto;
        height: 25rem;
    }

    .slideshow-geral .carousel-control-next, .slideshow-geral .carousel-control-prev {
        margin: 0 0.5rem;
    }

    .slideshow-geral .carousel-control-next-icon, .slideshow-geral .carousel-control-prev-icon {
        width: 2.5rem;
        height: 4.5rem;
    }
}


/* - */
.form-simulador {
    background-color: #252526;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    padding: 1.7rem;
}

.form-simulador .form-group {
    margin-bottom: 15px;
}

.form-simulador .form-group:last-child {
    margin-bottom: 0;
}

.form-simulador label {
    white-space: nowrap;
    margin-bottom: 8px;
}

.form-simulador label, .form-simulador .form-control {
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.form-simulador .form-control {
    text-align: right;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.form-simulador .form-control:active, .form-simulador .form-control:focus {
    border: 0 !important;
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-simulador .spread-alterar {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


.container-blog,
.container-destaques {
    background-color: #F5F3EC;
}