p, h1, h6 {
    color: #fff;
}

.about {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
}

.about p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

strong {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.img-banner-grupo {
    height: 450px;
    object-fit: cover;
}

.img-logo-grupo {
    width: 465px !important;
    height: 164.65px !important;
    margin-left: 106px;
}

.img-arrow {
    width: 24px;
    height: 24px;
}

.car-home .img-carousel {
    min-height: 451px;
    height: 70vh;
    object-fit: cover;
    object-position: right;
}

.carousel-indicators [data-bs-target] {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    border: 2px solid #FFFFFF !important;
    background: transparent !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background: #D9D9D9 !important;
}

.carousel-item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.carousel-item .img-circle {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    display: block;
    min-width: 115px;
    min-height: 115px;
    border-radius: 50%;
}

.carousel-item .container-circles {
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-item .container-circles.v2 {
    width: 870px;
}

.carousel-item h1 {
    font-weight: 800;
    font-size: 42px;
    color: #fff;
}

.seg-name {
    font-size: 18px;
    text-shadow: 0 0 10px #000;
    line-height: 25px;
    margin: 0;
}

.margin-1,
.margin-2 {
    margin: 0px 30px !important;
}

.margin-1 {
    margin-bottom: 20px !important;
}

.contato {
    background: #f0f2f9;
}

.contato .card {
    border: 1px solid #F0F2F9 !important;
    border-radius: 8px !important;
}

.contato .card .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #F0F2F9 !important;
    margin-top: -45px;
    background: #fff;
    margin-left: 35px;
    background: #fff;
}

.contato .card .img-icon {
    width: 29px;
    height: auto;
}

.contato h5 {
    color: #4D4D4D;
    font-size: 21px;
    font-weight: 700;
}

.contato p {
    font-size: 16px;
    color: #909090;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .mb-mob-5 {
        margin-bottom: 5rem!important;
    }
}

@media screen and (min-width: 768px) {
    .contato .container.py-5 {
        min-height: calc(100vh - 365px - 124px);
    }
}