body {
    max-width: 1920px;
    margin: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
    background-color: none;

}

#textoNavbar a {
    font-family: 'Titillium Web', sans-serif;
}

.textDiv {
    font-family: 'Titillium Web', sans-serif;
}

.secMenu {
    display: flex;
    margin-top: 5rem;
    /* background-image: url("/src/image/bgsubMenu.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

.h1Sobre,
.lead {
    color: #fff;
    text-align: right;
    margin: auto;
    padding-right: 25px;

}

.conMenu {
    position: relative;
}

.iconImg {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.gapIMG {
    padding-left: 10px;
    display: flex;
    gap: 15px;
}

.h1Sobre {
    font-size: 3rem;
    font-weight: bold;
    text-decoration: underline;
}

.lead {
    font-size: 1rem;
}

.contBanner {
    display: flex;
    justify-content: center;

}

.bannerAtividade {
    display: flex;
    justify-content: center;
}

.bannerAtividade img {
    width: 100%;
    margin-top: -40px;
}



.BGativo1 {
    background-color: #F1F5FB;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    border-bottom: solid 15px;
    border-color: #D9E3F2;
    border-radius: 0 0 250px 0;
}



.titulo01 {
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 35px;
    font-family: 'Titillium Web', sans-serif;
}

.contTexto01 {
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: -15px;
    font-family: 'Titillium Web', sans-serif;
    text-align: justify;
}

@media (max-width:767px) {
    .h1Sobre {
        font-size: 2rem;
    }

    .titulo01 {
        font-size: 1.5rem;
        padding-left: 0px;
    }

    .contTexto01 {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 20%;
        max-width: 80%;
    }

    .BGativo1 {
        height: auto;
    }



}







:root {
    --rotate-speed: 40;
    --count: 6;
    /* Default count, the DOM element should override this */
    --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
    --easing: cubic-bezier(0, 0.37, 1, 0.63);
}

.sectionList {
    display: flex;
    position: relative;


}

.void {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin-left: 1rem;
    aspect-ratio: auto;
}

.void ul:hover * {
    animation-play-state: none;
}



.void ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    outline: 2px dotted magenta;
    z-index: 1;
}

.void li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* 	outline: 2px dashed cyan; */
    width: 100%;
    animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}

.card {

    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535062;
    animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}

.void a {
    text-decoration: none;
    color: unset;
}

.model-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0e3e65;
    display: block;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.void li:nth-child(2),
.void li:nth-child(2) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -1s);
}

.void li:nth-child(3),
.void li:nth-child(3) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -2s);
}

.void li:nth-child(4),
.void li:nth-child(4) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -3s);
}

.void li:nth-child(5),
.void li:nth-child(5) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -4s);
}

.void li:nth-child(6),
.void li:nth-child(6) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -5s);
}

.void li:nth-child(7),
.void li:nth-child(7) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -6s);
}

.void li:nth-child(8),
.void li:nth-child(8) .card {
    animation-delay: calc((var(--rotate-speed) / var(--count)) * -7s);
}

@keyframes rotateCW {
    from {
        transform: translate3d(0px, -50%, -1px) rotate(-45deg);
    }

    to {
        transform: translate3d(0px, -50%, 0px) rotate(-315deg);
    }
}

@keyframes rotateCCW {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(315deg);
    }
}

@keyframes pulseGlow {
    from {
        background-size: 60%;
    }

    to {
        background-size: 100%;
    }
}

.center-circle {
    position: absolute;
    width: 230px;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
    background-image: url(/src/image/logo/Logo-Elclima-Azul.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.second-circle {
    position: absolute;
    width: 40%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f4fe;
    opacity: 0.5;
    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
}

.last-circle {
    position: absolute;
    width: 66%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f4fe;
    opacity: 0.25;
    box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3),
        0px 30px 60px -12px rgba(12, 5, 46, 0.25);
    border-radius: 50%;
}

.crop {
    -webkit-mask-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1));
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    animation: pulseGlow 5s linear infinite alternate;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(100% 50% at 100% 50%,

            rgba(14, 62, 101, 0.25) 0%,
            rgba(14, 62, 101, 0.247904) 11.79%,
            rgba(13, 62, 101, 0.241896) 21.38%,
            rgba(12, 62, 101, 0.2324) 29.12%,
            rgba(11, 62, 101, 0.219837) 35.34%,
            rgba(10, 62, 101, 0.20463) 40.37%,
            rgba(09, 62, 101, 0.1872) 44.56%,
            rgba(08, 62, 101, 0.16797) 48.24%,
            rgba(07, 62, 101, 0.147363) 51.76%,
            rgba(06, 62, 101, 0.1258) 55.44%,
            rgba(05, 62, 101, 0.103704) 59.63%,
            rgba(04, 62, 101, 0.0814963) 64.66%,
            rgba(03, 62, 101, 0.0596) 70.88%,
            rgba(02, 62, 101, 0.038437) 78.62%,
            rgba(01, 62, 101, 0.0184296) 88.21%,
            rgba(00, 62, 101, 0) 100%);
}

.mask:after {
    content: "";
    position: fixed;
    width: 1px;
    height: 100%;
    right: 0;
    display: block;
    background-image: linear-gradient(180deg,
            rgba(60, 26, 229, 0) 0%,
            #3c1ae5 50%,
            rgba(60, 26, 229, 0) 100%);
}

.mapa {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Utiliza uma função de temporização personalizada para uma transição mais suave */

}

.mapa:hover {
    transform: scale(1.1);
}


@media (max-width:767px) {
    .void li {
        position: static;
        width: 95%;
        margin-top: 10%;
        margin-bottom: 10%;
        /* Adicione um espaçamento entre os cards */
    }

    .card {
        width: 100%;
        /* Ajuste a largura para ocupar toda a largura da tela */
    }

    .sectionList {
        display: flex;
        flex-direction: column;
        /* Mude para uma disposição de coluna para cards empilhados */
        align-items: center;
        /* Centralize os cards */
    }

    .contTexto01 {
        padding-right: 0;
        /* Remova o padding direito para texto em tela menor */
    }

    .segmentosImg img {
        width: 100%;
        /* Faça as imagens ocuparem toda a largura do contêiner pai */
        border-radius: 20px;
        /* Reduza o raio da borda para as imagens */
        border: none;
        /* Remova a borda para dispositivos móveis */
    }

    .mapa {
        display: none;
    }

    .mask {
        display: none;
    }

    .center-circle {
        display: none;
        /* position: absolute;
    width: 230px;
    aspect-ratio: 1 / 1;
    left: 0%;
    top: 50%; */
    }

    .crop {
        -webkit-mask-image: linear-gradient(90deg,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 1));
    }

    @keyframes rotateCW {
        from {
            transform: translate3d(0px, 0%, 0px) rotate(0deg);
        }

        to {
            transform: translate3d(0px, 0%, 0px) rotate(0deg);
        }
    }

    @keyframes rotateCCW {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    @keyframes pulseGlow {
        from {
            background-size: 60%;
        }

        to {
            background-size: 100%;
        }
    }
}



/* nossos seguimentos */



#contSegmentos h2 {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 30px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}

.contSengmentos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.segmentosImg img {
    flex: 1;
    width: 80%;
    margin: 1.5rem;
    border-radius: 50px 0;
    border: solid 10px;
    border-color: #0E3E65;
}

.segmentosTexto {
    flex: 1;
    font-size: 18px;
    color: #4574C9;
    font-family: 'Titillium Web', sans-serif;
}

@media (max-width:767px) {
    .contSengmentos {
        flex-direction: column;
        text-align: center;
    }

    .segmentosImg {
        width: 75%;
    }
}


.contButton {
    display: flex;
    justify-content: center;
    padding: 3.5rem;
    font-family: 'Titillium Web', sans-serif;
}

.button {
    background-color: #165788;
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: flex;
    margin: auto;
    justify-content: space-between;
    font-size: 24px;
    cursor: pointer;
    transition-duration: 0.4s;

}

.button:hover {
    background-color: #0a3759;
}


footer {
    padding: 2rem;
    background-color: #0E3E65;
    background-image: url("../image/img-rodaPé.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.linkMenu a {
    text-decoration: none;
    color: #fff;
    line-height: 2.5rem;
}