﻿

#hero {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) {
    #hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    #hero {
        text-align: center;
    }
}


    #hero > span {
        height: 1770px;
        width: 1770px;
        background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(249,251,255,1) 100%);
        display: block;
        position: absolute;
        left: calc(-50% - 200px);
        border-radius: 500%;
        top: -56px;
        z-index: -1;
    }

    #hero h1 {
        font-weight: 700;
        font-size: 3rem;
    }

        #hero h1 i {
            font-weight: 300;
            display: block;
        }
@media (max-width: 768px) {
    #hero h1 i {
        font-size:.85em;
    }
}


        #hero h1 span {
            color: var(--af-primary);
        }
#hero dotlottie-wc{
    display:none;
}

@media (min-width: 768px) {
    #hero dotlottie-wc {
        height: 500px;
        width: 500px;
        display: block;
        margin: 0 auto;
    }
}

#parceiros {
    background: linear-gradient(to right, var(--af-primary) 0%, var(--af-secondary) 100%);
}

    #parceiros h2 {
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
    }

#solucoes p {
    margin: 0;
}
#solucoes h2 {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 2.4rem;
}
    @media (min-width: 768px) {
        #solucoes h2 {
            font-size: 3rem;
        }
    }

@media (max-width: 768px) {
    #solucoes {
        text-align: center;
    }
}

    #solucoes h2 span {
        background-color: #FFD02F;
        position: absolute;
        top: -10px;
        font-size: 13px;
        display: block;
        right: -30px;
        padding: 4px 8px;
        border-radius: 6px;
        letter-spacing: .3px;
        transform: rotate(8deg);
        z-index: -1;
    }

#infraestrutura h2 {
    font-size: 2.4rem;
    font-weight: 700;
}
#infraestrutura img {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 768px) {
    #infraestrutura h2 {
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    #solucoes h2 span {
        right: 0;
        top:-30px;
    }
    #infraestrutura img {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

#infraestrutura h2 ~ p{
    font-size:1.15rem
}

#infraestrutura .infra--nota {
    background-color: white;
    border-radius: 24px;
    color: var(--heading-color);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.08);
    padding: 1rem;
    margin-top: -2rem;
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding-left: 5rem
}
#infraestrutura .infra--nota span{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:left center;
    z-index:-1;
}

@media (min-width: 768px) {

    #infraestrutura .infra--nota {
        padding: 2rem;
        padding-left: 7rem
    }
    #infraestrutura .infra--nota span {
        width: 80px;
    }
}

#grid h2 {
    font-size: 2.4rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    #grid h2 {
        font-size: 3rem;
    }
}

    #grid h2 ~ p{
        max-width:400px;
    }

#grid .grid--wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position:relative;
}
    #grid .grid--wrapper p {
        margin-bottom: 0;
    }

    #grid .grid--wrapper > div {
        text-align: center;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    #grid .grid--wrapper::before {
        content: "";
        position: absolute;
        left: 50%;
        transform:translateX(-50%);
        height: 100%;
        width: 1px;
        background: linear-gradient(to bottom, #ffffff 0%,#b5dbff 45%,#ffffff 100%);
    }

    #grid .grid--wrapper::after {
        content: "";
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, #ffffff 0%,#b5dbff 45%,#ffffff 100%);
    }

@media (min-width: 768px) {
    #grid .grid--wrapper > div {
        padding: 1.4rem;
    }
}
#produtos h2 {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    #produtos h2 {
        font-size: 3rem;
    }
}


#produtos h2 ~ p {
    text-align: center;
    max-width: 580px;
    margin: 1rem auto;
}

#produtos ul{
    gap:.8rem;
    justify-content:center;
}

#produtos button {
    border-radius: 500px;
    color: var(--heading-color);
    border: 1px solid #F2F2F2;
    font-size:.875rem;
}
    #produtos button:hover {
        background-color: #FBFBFB;
    }
    #produtos button.active {
        background-color: var(--af-light-blue);
        color: var(--heading-color);
        border-color: #D8DEFE;
    }

#produtos .tab-content {
    max-width: 990px;
    margin: 0 auto;
}

#produtos .tab-pane h3{
    margin-bottom:1rem;
}
#produtos .tab-pane a {
    margin-top: .5rem;
}