.about {
    width: 100vw;
    height: 100% !important;
    background-image: none !important;
    background-position: bottom;
    background-color: #DFC0D9;
}

.page {
    display: flex;
    width: 100%;
    gap: 3rem;
}

#formation-about, #page {
    background-color: white;
}

.about-description {
    background-color: white !important;
}

#formation-header {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 2.1rem;
    text-align: left;
}

.formation-header {
    text-align: left;
    padding-bottom: 20px;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    display: flex;
    margin-top: 4rem;
    width: 40rem;
}

.formation-header h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: var(--color-primary);
}

.formation-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 20%;
    height: 5px;
    background: #EDB422 !important;
    left: 0;
    right: 90%;
    bottom: -10%;
    margin: auto;
}

.formation-link {
    display: flex;
    height: 5rem;
    width: 5rem;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

.formation-link:nth-child(1) {
    margin-left: 7.7rem;
}

.webinar-subscription {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    text-decoration: none;
    border-radius: 40px;
    margin-top: 2rem;
    transition: 0.5s;
    border: solid 1px #9E4F9C;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    padding: 0.75rem;

}

.webinar-subscription:hover {
    background: var(--color-yellow);
    color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #ffd46d;
}

@media (max-width: 1400px) {
    .formation-link:nth-child(1) {
        margin-left: 5.5rem;
    }

    .about-page {
        margin: 0 3rem;
    }

    .about-page > .container {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .formation-link:nth-child(1) {
        margin-left: 4.5rem;
    }

    .page {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}

@media (max-width: 1050px) {
    .about {
        background-image: none !important;
    }

    .about-page > .container {
        max-width: 100%;
        width: 90%;
    }

    .page {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .formation-link:nth-child(1) {
        margin-left: 10rem;
    }

    #webinar {
        margin-right: 5rem;
    }

    .about-page .container {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}

@media (max-height: 750px) {
    .formation-header {
        padding-top: 1rem;
    }

}

@media (max-width: 767px) {
    .formation-link:nth-child(1) {
        margin-left: 5.5rem;
    }

    .formation-header {
        width: fit-content;
        margin: 0 1rem 0 1rem;
    }

    #formation-header {
        font-size: 1.8rem;
    }

    #webinar {
        margin-left: 4.25rem;
    }

    .about-title {
        margin: 0 1rem;
    }

    .about-details p {
        margin: 0 1rem;
    }

    .about-page {
        max-width: 100%;
    }

}

@media (max-width: 575px) {
    .webinar-subscription {
        margin: 0 2rem 1rem 2rem;
    }
}

@media (max-width: 500px) {
    #formation-links {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .formation-header {
        justify-content: center;
        align-items: center;
    }

    .formation-text {
        text-align: center;
    }

    #formation-header {
        text-align: center;
    }

    .formation-header h2:after {
        left: 39.4%;
    }

    .about-page {
        margin: 0;
    }

    .formation-text {
        margin: 0;
    }


    .responsiveContent {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem 0 0 0;
    }

    .formation-link {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    #support-header {
        font-size: 1.75rem;
        text-align: center;
        width: fit-content;
    }

    #formation-about {
        display: flex;
        align-items: center;
    }

    #webinar, #library {
        margin-left: 15rem;
        margin-right: -5rem;
    }

    #webinar > h3, #library > h3 {
        margin-top: -1rem;
    }
}

@media (max-width: 478px) {
    #formation-links {
        padding: 0 !important;
    }
}

@media (max-width: 428px) {
    .formation-link {
        padding-right: 1.5rem;
    }
}

@media (max-width: 375px) {
    .formation-link {
        padding-right: 3rem;
    }
}


#hero {
    background-color: var(--color-primary);
    padding-top: 100px;
    padding-bottom: 132px;
}

#card-event-page {
    border-top: white;
    padding-top: 60px;
}

#card-event-page .title-news {
    width: 37rem;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.5);
}

#card-event-page .news-content {
    height: 7vh;
}

#card-event-page h3 {
    font-size: 40px;
    font-weight: bold;
}

#card-event-page p {
    font-size: 20px;
    color: white;
}

.buttonDownload {
    width: 20rem;
    height: 3.5rem;
    text-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background: var(--color-primary);
    color: white;
    border-radius: 5rem;
    border: 1px solid white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    font-size: 1em;
    font-weight: 400;
    margin: 1rem 0;
}

.buttonDownload:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: var(--color-yellow);
    color: rgb(255, 255, 255);
    border: 1px solid var(--color-yellow);

}

@media screen and (max-width: 640px) {
    #card-event-page {
        margin-left: 0.75rem;
    }

    #card-event-page h3 {
        font-size: 2rem;
    }

    #card-event-page .title-news {
        width: 30rem;
        height: 7vh;

    }

    .title-news {
        padding-left: 0.3rem;
        padding-right: 1rem;
    }

    #card-event-page .news-content {
        height: 7vh;
    }

}

@media screen and (max-width: 450px) {
    #card-event-page {
        margin-left: 1rem;
    }

    #card-event-page h3 {
        font-size: 40px;
    }

    #card-event-page .title-news {
        width: 20rem;
        height: 15vh;

    }

    .title-news {
        padding-left: 0.3rem;
        padding-right: 1rem;
    }

    #card-event-page .news-content {
        height: 15vh;
    }
}

.actives .active-itens {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}

.actives .active-itens .icon {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.actives .active-itens .icon i {
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    color: white;
}

.actives .active-itens .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    border-radius: 50px;
    z-index: 1;
    transition: 0.3s;
}

@media (max-height: 850px) {
    .about {
        height: 100% !important;
    }
}

@media (min-width: 1000px) {
    .about {
        z-index: 10000;
    }
}

@media (max-height: 750px) {
    .about {
        height: 100% !important;
    }
}

@media (max-height: 830px) {
    .about {
        padding: 0 !important;
        height: 100% !important;
    }
}

@media (max-width: 500px) {
    .about-mobile-align {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .about-details {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.square-orange {
    width: 150px;
    height: 80px;
    background-color: #e2762c;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow-orange {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e2762c;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.square-orange p {
    font-size: 25px;
}

.square-yellow {
    width: 150px;
    height: 80px;
    background-color: #f8b010;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow-yellow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f8b010;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.square-yellow p {
    font-size: 25px;
}

.square-green {
    width: 150px;
    height: 80px;
    background-color: #5eb2ae;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow-green {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #5eb2ae;;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.square-green p {
    font-size: 25px;
}

.icon-step-one-container {
    position: absolute;
    bottom: -50px;
}

.step-title {
    color: #7b1c92;
}

.formation-section {
    padding-bottom: 150px;
}

.div-img-instructor{
    height: 565px;
}

.div-img-support-materials {
    top: 353px;
}

.div-img-webinar-training {
    top: 447px;
}

.div-img-energy-transforms {
    top: 530px;
}

@media (min-width: 425px) {
    .div-img-instructor {
        height: 630px;
    }

    .div-img-support-materials {
        top: 393px;
    }

    .div-img-webinar-training {
        top: 487px;
    }

    .div-img-energy-transforms {
        top: 570px;
    }
}

@media (min-width: 768px) {
    .div-img-support-materials {
        width: 250px;
        top: 42px;
        left: 246px;
    }

    .div-img-webinar-training {
        width: 250px;
        top: 120px;
        left: 286px;
    }

    .div-img-energy-transforms {
        width: 250px;
        top: 188px;
        left: 308px;
    }
}

