:root {
    --background: #1D2A37;
    --primary: #0E1419;
    --secondary: #69518E;
    --terciary: #E77EB0;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --font-family-sans-serif: 'Ubuntu', sans-serif;
}

.content {
    height: 670px;
}

.session {
    margin-bottom: 350px;
}

.session h1 {
    display: block;
    width: 100%;
    max-width: 700px;
    font-size: 70px;
    color: var(--terciary);
    font-weight: 400;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.session p {
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.session-image {
    border-radius: 20px;
    position: absolute;
    right: 120px;
    bottom: 100px;
    overflow: visible;
    z-index: -2;
    background-color: #313442;
}

.session-image img {
    width: 570px;
    margin-bottom: -60px;
    margin-left: 100px;
    z-index: -2;
}

.lists {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 350px 0 30px;
}

.list {
    background-color: #313442;
    display: inline-block;
    margin: 10px 10px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.219);
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 20px;
}

.servico img {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 95%;
}

.servico h2 {
    display: block;
    position: absolute;
    top: 270px;
    text-align: center;
    width: 99%;
    font-weight: 300;
    font-size: 20px;
}

.promocao {
    position: relative;
    width: 99%;
    height: 100px;
    margin: auto;
    background-color: var(--primary);
    border-radius: 20px;
}

.promocao img {
    display: inline-block;
    height: 80px;
    margin-top: 10px;
    margin-left: 15px;
}

.promocao p {
    max-width: 1080px;
    width: 78%;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 70px;
    margin: auto;
    left: 120px;
}

#session-2-image {
    width: 400px;
    margin-right: 150px;
}

#session-2-image img {
    margin-bottom: -100px;
    object-fit: contain;

}

.marketings {
    margin-top: 380px;
}

.marketing {
    position: relative;
    width: 310px;
    height: 430px;
}

.marketing img {
    height: 50%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.marketing h2 {
    text-align: left;
    font-size: 27px;
    border-left: 3px solid white;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

.marketing p {
    margin-top: 5px;
    font-size: 20px;
    width: 90%;
}

#session-3 {
    margin-top: 600px;
}

#session-3-image {
    top: 190px;
}

#session-4 {
    margin-top: 600px;
}

#session-4-image img{
    height: 400px;
}

.list-4{
    margin-top: 200px;
}

#session-5 {
    margin-top: 600px;
}

#session-5-image {
    right: 0;
}

#session-5-image img{
    width: 700px;
}

footer {
    margin: 700px auto 0;
}

@media (max-width: 1024px) {
    #session-4-image {
        right: 0;
    }

    #session-5-image img{
        width: 650px;
    }
}

@media (max-width: 768px) {
    .lists {
        flex-wrap: wrap;
    }

    .session {
        margin-bottom: 580px;
    }

    .session-image {
        right: 20px;
    }

    .session-image img{
        width: 500px;
    }

    .promocao {
        height: 150px;
    }

    .promocao p {
        height: 105px;
        left: 160px;
    }

    .promocao img {
        height: 130px;
    }

    #session-3 {
        margin-top: 1100px;
    }

    #session-3-image {
        top: 250px;
    }
    
    #session-4 {
        margin-top:1100px;
    }

    #session-4-image {
        top: 400px;
    }

    
    .list-4 {
        margin-top: 450px;
    }

    #session-5 {
        margin-top: 1400px;
    }

    #session-5-image{
        top: 300px;
        right: 0;
    }
}

@media (max-width: 500px){
    
    .session {
        margin-bottom: 550px;
    }

    .session h1 {
        width: 94%;
        font-size: 50px;
    }

    .session p {
        width: 94%;
        font-size: 22px;
    }

    .session-image {
        right: 100px;
        margin-right: 0;
    }

    #session-2-image {
        margin-right: 0;
    }

    #session-2 p {
        margin-bottom: 450px;
    }

    .session-image img {
        width: 400px;
        margin-right: 0;
    }

    .list {
        width: 150px;
        height: 150px;
        margin-top: 70px;
    }

    .list h2{
        top: 160px;
    }

    .marketing {
        position: relative;
        width: 90%;
        height: 470px;
        margin-top: 10px;
    }

    .marketing p {
        width: 85%;
    }

    .promocao {
        display: block;
        height: 320px;
    }

    .promocao p {
        position: relative;
        left: 20px;
        width: 92%;
    }

    .promocao img {
        display: block;
        height: 130px;
        border-left: 20px;
        margin: 20px auto;
    }

    #session-2 {
        height: 1500px;
    }

    #session-3 {
        height: 1350px;
    }

    #session-3-image {
        top: 250px;
        background: none;
    }

    #session-4 {
        height: 1100px;
    }

    #session-4 h1{
        font-size: 30px;
    }

    .list-4 {
        margin-top: 400px;
    }

    #session-4-image {
        top: 290px;
        background: none;
    }

    #session-5 {
        height: 1800px;
    }

    #session-5-image {
        top: 200px;
        background: none;
    }
}