.home__background--main {
    background-image: radial-gradient(circle at 95% 68%, #0a3871, #051933 58%);
    background-color: #072347;
    padding-bottom: 15rem;
    position: relative;
}

.home__background--main::after {
    content: '';
    display: block;
    width: 100vw;
    height: 6em;
    position: absolute;
    bottom: -3em;
    background: #fff;
    transform: skewY(-6deg);
}

.home__title--main {
    font-size: 2.07rem;
    font-weight: 800;
    padding: 1.87rem 0 1rem 0;
    color: #FFF;
}

.home__text--main {
    line-height: 1.5;
    color: #E5F1FF;
    margin-bottom: 2rem;
}

.home__button--main {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #051933;
    background-color: #a3ffbf;
    font-weight: 700;
    padding: 1.4rem 1.5rem;
    border-radius:50px;
    text-align: center;
    width: 14rem;
}

.home__list {
    list-style: none;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}

.home__list h2 {
    color: #093366;
    font-size: 1.2rem;
    margin: .8rem 0;
}

.home__list p {
    margin-top: .4375rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #093366;
    margin-bottom: 1.875rem;
}

.home__container--courses {
    background-color: #051933;
    padding-top: 5.37rem;
    padding-bottom: 3.625rem;
    background-image: url("/assets/img/home/luz-topo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.home__container--courses h3 {
    font-size: 2.48rem;
    text-align: center;
    margin: auto;
    color: #167BF7;
}

.home__container--courses h3::before {
    content: '';
    background-image: url("/assets/img/home/icon-home-reload.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1rem auto;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 5.375rem;
}

.home__container--courses p {
    font-size: 1.44rem;
    color: white;
    text-align: center;
    margin-bottom: 1.625rem;
    margin-top: 0.75rem;
}

.home__container--courses a {
    background-color: #547093;
    padding: 1rem;
    border-radius: 50px;
    color: white;
    margin: auto;
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
}

.home__list--students {
    list-style: none;
}

.home__list--students li {
    border: solid 1px #ecf5ff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 1.25em 1.25em 0 rgba(120,135,182,.12);
    background-color: #FFF;
    margin-bottom: 3rem;
    position: relative;
}

.home__list--students img {
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -29px;
    left: 30px;
    border: solid 2px #167bf7;
}

.home__depoimento--text {
    font-size: .83rem;
    line-height: 1.4;
    color: #093366;
}

.home__depoimento--text::before {
    content: '— ';
}

.home__title--students {
    color: #093366;
    display: block;
    font-size: 1.72rem;
    line-height: 1.2;
    width: 10.142em;
    margin-bottom: 3rem;
    font-weight: 800;
}

.home__title--span {
    display: block;
    text-transform: lowercase;
    margin-bottom: 0.6875em;
    color: #167bf7;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 3rem;
}

.home__text--students {
    line-height: 1.4;
    color: #093366;
    margin-bottom: 4rem;
}

.home__name--students {
    font-size: .83rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #093366;
}

.home__container--about {
    background-color: #051933;
    padding-top: 8rem;
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home__container--about h2 {
    color: #FFF;
    font-size: 2.48rem;
    text-align: center;
    margin: auto;
}

.home__container--about p {
    text-align: center;
    margin-top: 1rem;
    color: white;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.home__container--about a {
    background-color: #547093;
    padding: 1rem;
    border-radius: 50px;
    color: white;
    display: block;
    text-align: center;
    margin-top: 1rem;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.home__flex--image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home__flex--image img {
    margin-bottom: 1rem;
}

.home__benefits--background {
    background-color: #093366;
    margin-top: 4rem;
    position: relative;
    display: block;
    padding: 2.3rem 0;
}

.home__benefits--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home__benefits--flex div img {
    display: block;
    margin: auto;
    height: 45px;
    width: 43px;
}

.home__benefits--flex div p {
    line-height: 1.4;
    color: #e5f1ff;
    display: block;
    margin-top: 0.3125rem;
    text-align: center;
    margin-bottom: 3.125rem;
}

.home__item--card {
    position: relative;
}

.home__item--card::before {
    content: '';
    background-image: url("/assets/img/home/ilustra-oxigenio.png");
    background-size: contain;
    position: absolute;
    height: 19.2em;
    width: 13em;
    top: -5em;
    right: -1.28em;
}

@media(min-width: 768px) {

    .home__background--main {
        padding-bottom: 0;
    }

    .home__background--main::after {
        transform: skewY(-2deg);
        height: 5em;
        bottom: -2em;
    }

    .home__background--flex {
        display: flex;
        justify-content: space-between;
        padding-top: 3rem;
    }

    .home__background-image {
        background-image: url("/assets/img/home/ilustra-alura-escafandro.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 13.437em;
        height: 32.75em;
    }

    .home__container--width {
        width: 30rem;
    }

    .home__text--main {
        font-size: 1.25rem;
    }

    .home__list {
        flex-direction: row;
    }

    .home__list li {
        width: 30%;
    }

    .home__list p {
        margin-bottom: 4rem;
    }

    .home__flex {
        display: flex;
        height: 50rem;
        gap: 40px;
        justify-content: space-between;
        margin-bottom: 6rem;
    }

    .home__flex--width {
        width: 40%;
    }

    .home__list--students {
        margin-top: 7.5rem;
        width: 40%;
    }

    .home__item--card::before {
        background-image: url("/assets/img/home/ilustracao-03.svg");
        background-repeat: no-repeat;
        top: -2em;
        right: 0;
        width: 19em;
        height: 26em;
    }

    .home__list--students li {
        padding: 1.75rem 1.75rem 1.75rem 3.125rem;
    }

    .home__list--students li:nth-child(2) {
        margin-left: -3.125rem;
        margin-right: 3.125rem;
    }

    .home__list--students img  {
        border-radius: 50%;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 33px;
        left: -33px;
    }

    .home__depoimento--text {
        max-width: 90%;
    }

    .home__text--students {
        width: 24rem;
    }

    .home__flex--image {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .home__flex--image img {
        display: block;
        width: 47%;
        margin-bottom: 0;
    }

    .--font-size {
        font-size: 1.44rem;
    }

    .home__benefits--flex {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media(min-width: 1024px) {

    .home__background-desktop {
        background-image: url("/assets/img/home/luz-topo.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home__background--main {
        background-color: transparent;
        background-image: none;
    }

    .home__title--main {
        font-size: 2.98rem;
        width: 31rem;
    }

    .home__container--width {
        margin-top: 2rem;
    }

    .home__background-image {
        width: 14em;
        height: 30em;
    }

    .home__container--flex {
        display: flex;
        gap: 200px;
    }

    .home__container--about p {
        text-align: left;
        margin-top: 0;
    }

    .home__text--spacing {
        width: 50%;
        margin-left: 1.5rem;
    }

    .home__flex--image {
        flex-wrap: nowrap;
    }

    .home__container--wraper {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .--margin-top {
        margin-top: 4rem;
    }

    .--image-margin {
        margin-top: -3rem;
    }

    .home__container--about {
        background-image: url("/assets/img/home/luz-topo.png");
        background-size: cover;
        position: relative;
    }

    .home__container--about::after {
        content: '';
        display: block;
        width: 100vw;
        height: 5em;
        position: absolute;
        bottom: -2em;
        background: #fff;
    }

    .home__benefits--flex {
        padding: 2rem 6rem 0 6rem;
    }
}

@media(min-width: 1280px) {

    .home__background--main::after {
        transform: skewY(-2deg);
        height: 13rem;
        bottom: -6rem;
    }

    .home__background-image {
        width: 27em;
        height: 32em;
        right: 0;
        top: 0;
        position: absolute;
    }

    .home__background--main {
        padding-bottom: 20rem;
    }

    .home__title--main {
        font-size: 3.58rem;
        width: 37rem;
    }

    .home__list {
        margin-bottom: 5rem;
    }

    .home__title--span {
        font-family: "Roboto Mono", "Courier New", monospace;
        color: #093366;
        font-size: 1rem;
    }

    .home__title--students {
        width: 10em;
        font-size: 2.98rem;
    }

    .home__item--card::before {
        width: 30em;
        height: 34em;
        top: -5rem;
    }

    .home__flex {
        margin-bottom: 15rem;
    }

    .home__text--students {
        width: 27rem;
    }

    .home__list--students {
        width: 44%;
        margin-top: 22rem;
    }

    .home__list--students li:nth-child(2) {
        margin-left: 3.4375rem;
        margin-right: 5.125rem;
    }

    .home__text--spacing {
        margin-left: 4rem;
    }

    .--spacing {
        width: 46rem;
        font-size: 1rem;
    }

    .home__container--about a {
        width: 20rem;
    }

}
