.about .about-title {
    border-left: 7px solid #F9B000;
}

.act-itens-container {
    background: #e1e1e1;
    background-size: cover;
    background-position-y: 100%;
}

.banner-img {
    margin-top: 4rem;
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.bannerProject {
    height: 298px;
    background-position: center;
    background-image: url("https://s3.amazonaws.com/images.3e.eng.br/site-cemig/imagens_oficiais/banner_cemig_desktop.png") !important;
}

.notice-title {
    background-color: #f2f0f0;
}

.about .about-title h3 {
    background-color: rgba(131, 31, 130, 0.7);
    color: white;
    padding: 20px;
    text-align: center;
}

.titleActives {
    color: var(--color-primary);
}

.about-description {
    background: #e1e1e1;
    background-size: cover;
    background-position-y: 80%;
}

.about-description h2 {
    color: rgba(131, 31, 130, 1);
    font-weight: normal;
}

.about-description h2 span {
    color: rgba(131, 31, 130, 1);
    font-weight: bold;
}

.about-description p {
    color: rgb(61, 61, 61);
}

.about-info-bar {
    height: 30vh;
    display: flex;
    justify-content: center;
}

.range-section {
    background-color: #ede8e8;
    padding: 1.5rem 0;
}

.range-text {
    color: var(--color-primary);
}

.about-info-bar-img {
    height: 40%;
}

.about-info-bar h3 {
    color: rgba(131, 31, 130, 1);
}

.about-info-bar h3 span {
    color: rgba(131, 31, 130, 1);
}

.about-paragraph-color {
    color: rgba(86, 86, 86, 1);
}

.active-container h3 {
    color: #5d5d5d;
}

@media (max-width: 1450px) {

    .about .about-title h3 {
        padding: 20px 0px;
    }

    .active-container {
        margin: 0 auto !important;
    }
}

@media (max-width: 1187px) {
    .about-info-bar-img {
        width: 40%;
    }
}

@media (max-width: 1000px) {
    .range-container-img {
        width: 15% !important;
    }

    .about-title h3 {
        width: 15rem !important
    }
}

.active-container {
    padding-bottom: 3vh;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .ranger-item {
        margin: 1rem -2rem !important;;
    }

    .ranger-image {
        width: 20% !important;
    }

    .range-container {
        padding: 1rem 0 0 0;
    }
}

@media (max-width: 800px) {
    .about-details {
        width: 100% !important;
    }

    .bannerProject img {
        height: 50vh;
        margin: 6rem 0rem 0rem 0rem;
    }
}

@media (max-width: 767px) {
    .ranger-item {
        margin: 1rem -2rem;
    }

    .ranger-image {
        width: 15% !important;
    }

    .bannerProject {
        display: flex;
        background-repeat: no-repeat;
        width: 100%;
        height: 34vh;
        background-position: center;
        background-size: cover;
        background-image: url("https://s3.amazonaws.com/images.3e.eng.br/site-cemig/imagens_oficiais/banner_cemig_mobile.png") !important;
    }
}

@media (max-width: 600px) {
    .range-text-hat {
        padding: 0rem 1.5rem;
    }

    .ranger-school {
        padding: 1rem 0rem;
    }
}

@media (max-width: 500px) {
    .about-title h3 {
        width: 17rem !important;
    }

    .range-item {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem;
    }

    .range-container-img {
        width: 25% !important;
    }
}

@media (max-width: 350px) {
    .bannerProject img {
        height: 20vh;
    }
}

.container-about {
    width: 100vw;
}

/* -----------------------------------
    #Zoom-img
------------------------------------ */
.carousel-item img:hover {
    transition: 0.3s all ease;
    transform: scale(1.1);
}

.galleryImgZoom:hover {
    transition: 0.3s ease;
    transform: scale(1.1);
}

.image {
    overflow: hidden;
}

.title {
    color: var(--color-primary);
}

/* -----------------------------------
    #Component of ligthBox
------------------------------------ */

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 70vh;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
}

.details {
    height: 5vh;
    margin: 0.2vh 0;
}

.preview-box .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p {
    margin: 0 5px;
}

.details .title p.current-img {
    font-weight: 500;
}

.details .icon {
    color: var(--color-primary);
    font-size: 20px;
    cursor: pointer;
}

.preview-box .image-box {
    display: flex;
    width: 100%;
    position: relative;
}

.image-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.slide.prev {
    left: 0px;
}

.slide.next {
    right: 0px;
}

.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.45);
}

/* Component of activities */

.servicesItens {
    display: flex;
    align-items: center;
    background-color: #821e81;
    padding: 0 2rem;
}

.lineVertical {
    margin: 0 2rem;
    padding: 1px;
    height: 300px;
    background-color: black;
}

.activites {
    background-color: #e1e1e1;
}

.containerIcon {
    background-color: #821e81;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    border-radius: 10px;
}

.titleIcon {
    color: #ffffff;
    align-items: center;
    display: flex;
}

.containerIcon > i {
    color: white;
    font-size: 5rem;
}

.activitesDescription {
    margin-top: 1rem;
    color: #818181;
}

.AboutLink {
    color: #821e81;
}

.AboutLink:hover {
    color: #821e81;
}

@media (max-width: 1050px) {
    .activitesContainer {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .lineVertical {
        display: none;
    }
}
