:root {
    --blue-01: #233671;
    --blue-02: #233671;
    --blue-03: #4F5F82;
    --gray-01: #949494;
    --white-01: #FFFFFF;

    --font-body: 'Lato', sans-serif;
    --font-body-02: 'Montserrat', sans-serif;
}

section.intro-page-technology {
    background: linear-gradient(87.3deg, rgba(15, 47, 90, 0.2) 15.32%, rgba(15, 47, 90, 0.2) 50.56%), linear-gradient(180deg, rgba(15, 47, 90, 0.83) 2.96%, rgba(15, 47, 90, 0.5146) 46.61%, rgba(15, 47, 90, 0.1577) 79.42%), url('/assets/img/technology/banner-technology.png') no-repeat center;
    background-size: cover;
    height: 554px;
    width: 100%;
    min-width: 100px;
    margin-top: 0px;
}

@media (max-width: 576px) {
    section.intro-page-technology {
            background: linear-gradient(87.3deg, rgba(15, 47, 90, 0.2) 15.32%, rgba(15, 47, 90, 0.2) 50.56%), linear-gradient(180deg, rgba(15, 47, 90, 0.83) 2.96%, rgba(15, 47, 90, 0.5146) 46.61%, rgba(15, 47, 90, 0.1577) 79.42%), url('/assets/img/technology/banner-technology-mobile.png') no-repeat center !important;
    }
}

section.container-solutions span {
    color: var(--blue-01)
}

.carousel .carousel-indicators button {
    background-color: rgba(100, 100, 100, 0.77) !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.carousel .carousel-indicators {
    bottom: -50px !important
}

h2.title {
    color: #242F47;
    max-width: 100%
}

h5.title {
    color: var(--blue-01) !important;
    font-weight: 400;
    font-family: var(--font-body);
}

p.p {
    font-size: 1rem !important;
}

section.container-responsibility {
    margin-bottom: 5.9375rem
}

@media(max-width: 991px) {
    p.p {
        font-size: .875rem !important;
    }
}

@media(max-width: 767px) {
    h5.title {
        font-weight: 700;
    }

    section {
        margin-top: 70px
    }

    .img-safety {
        max-width: 90%
    }
}

@media(max-width: 576px) {
    .img-safety {
        max-width: 100%
    }
}
