body {
    height: 100vh;
    background-color: #ffffff;
}


.container-slogan {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(220, 242, 247);
    padding-top: 30px;
}

.container-slogan .imagem-slogan {
    max-width: 55%;
    height: 100%;
}

.imagem-slogan img {
    width: 100%;
    height: 110%;
    border-radius: 20px;
}

.container-slogan .slogan {
    height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
}

.container-slogan .slogan h1 {
    font-size: 85px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
}

.container-slogan span {
    font-size: 80px;
    color: #26ccf0;
    font-weight: 700;
}

.txt-sobre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 14%;
    height: auto;
    line-height: 35px;
}

.txt-sobre h2 {
    font-size: 25px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

.txt-sobre p {
    font-size: 1.125rem;
    line-height: 2.5rem;
    text-align: center;
    width: 50%;
    font-family: 'Roboto Slab', serif;
}

.sessao-doenca-cura {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    width: 100%;
    padding: 0 50px;
    margin-top: 8%;
}

.sessao-doenca-cura .img-doente,
.sessao-doenca-cura .img-cura {
    width: 50%;
    height: 120%;
}

.sessao-doenca-cura .img-doente {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sessao-doenca-cura .img-cura {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.objetivos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: 50vh;
    background-color: rgb(13, 62, 46);
    text-align: center;
    flex-direction: row;
}

.objetivos .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 50%;
    margin-bottom: 70px;
    padding: 0 10px;
    width: 280px;
    line-height: 70px;
}

.objetivos .item .linha1 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3em;
    color: #f1f1f1;
    text-transform: uppercase;
}

.objetivos .item .linha2 {
    color: #f1f1f1;
    font-size: 44px;
    font-weight: 700;
}

.container-mvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
}

.container-mvv .titulo {
    width: 100%;
}

.container-mvv .titulo h1 {
    text-align: center;
    font-size: 32px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.container-mvv .cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1920px;
    height: 80%;
}

.container-mvv .cards .card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 24%;
    height: 100%;
    padding: 0 15px;
}

.card .subtitulo h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Roboto Slab', serif;
}

.card .info p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Roboto Slab', serif;
}

@media screen and (min-width: 200px) and (max-width:600px) {
    .container-slogan {
        width: 100%;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: rgb(220, 242, 247);
        padding-top: 0px;
        flex-direction: column;
    }

    .container-slogan .slogan h1 {
        font-size: 35px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .container-slogan span {
        font-size: 30px;
        color: #26ccf0;
        font-weight: 700;
    }

    .container-slogan .imagem-slogan {
        max-width: 85%;
        height: 100%;
    }

    .txt-sobre {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 14%;
        height: 40vh;
        line-height: 35px;
    }

    .txt-sobre h2 {
        font-size: 20px;
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
    }

    .txt-sobre p {
        font-size: 0.8rem;
        line-height: 1.5em;
        text-align: center;
        width: 90%;
        font-family: 'Roboto Slab', serif;
    }

    .sessao-doenca-cura {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25vh;
        width: 100%;
        padding: 0 10px;
        margin-top: 0%;
    }

    .objetivos {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        height: 53vh;
        background-color: rgb(13, 62, 46);
        text-align: center;
        flex-direction: row;
    }

    .objetivos .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 50%;
        margin-bottom: 70px;
        padding: 0 10px;
        width: 35%;
        line-height: 30px;
    }

    .objetivos .item .linha1 {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.3em;
        color: #f1f1f1;
        text-transform: uppercase;
    }

    .objetivos .item .linha2 {
        color: #f1f1f1;
        font-size: 30px;
        font-weight: 700;
    }

    .container-mvv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        height: 65vh;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 99%;
    }

    .container-mvv .cards {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        max-width: 1920px;
        height: 60%;
    }

    .container-mvv .cards .card {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 30%;
        height: 50%;
        padding: 0 0px;
    }


    .container-mvv .titulo h1 {
        text-align: center;
        font-size: 22px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
    }

    .container-mvv .cards .card .imagem-missao img {
        width: 120px;
    }

    .card .subtitulo h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        line-height: 30px;
        font-family: 'Roboto Slab', serif;
    }

    .card .info p {
        font-size: 13px;
        text-align: center;
        font-weight: 300;
        line-height: 18px;
        font-family: 'Roboto Slab', serif;
    }

    .container-mvv .cards .card .info {
        width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width:768px) {
    .container-slogan {
        width: 100%;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: rgb(220, 242, 247);
        padding-top: 0px;
        flex-direction: column;
    }

    .container-slogan .slogan h1 {
        font-size: 35px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .container-slogan span {
        font-size: 30px;
        color: #26ccf0;
        font-weight: 700;
    }

    .container-slogan .imagem-slogan {
        max-width: 85%;
        height: 70%;
    }

    .txt-sobre {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 4%;
        height: 40vh;
        line-height: 35px;
    }

    .txt-sobre h2 {
        font-size: 25px;
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
    }

    .txt-sobre p {
        font-size: 1.1rem;
        line-height: 1.5em;
        text-align: center;
        width: 75%;
        font-family: 'Roboto Slab', serif;
    }

    .sessao-doenca-cura {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25vh;
        width: 100%;
        padding: 0 10px;
        margin-top: 0%;
    }

    .objetivos {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        height: 45vh;
        background-color: rgb(13, 62, 46);
        text-align: center;
        flex-direction: row;
    }

    .objetivos .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 50%;
        margin-bottom: 70px;
        padding: 0 10px;
        width: 35%;
        line-height: 30px;
    }

    .objetivos .item .linha1 {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.3em;
        color: #f1f1f1;
        text-transform: uppercase;
    }

    .objetivos .item .linha2 {
        color: #f1f1f1;
        font-size: 30px;
        font-weight: 700;
    }

    .container-mvv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        height: 65vh;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 99%;
    }

    .container-mvv .cards {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        max-width: 1920px;
        height: 60%;
    }

    .container-mvv .cards .card {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 30%;
        height: 50%;
        padding: 0 0px;
    }


    .container-mvv .titulo h1 {
        text-align: center;
        font-size: 28px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
    }

    .container-mvv .cards .card .imagem-missao img {
        width: 120px;
    }

    .card .subtitulo h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        line-height: 30px;
        font-family: 'Roboto Slab', serif;
    }

    .card .info p {
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        line-height: 22px;
        font-family: 'Roboto Slab', serif;
    }

    .container-mvv .cards .card .info {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .container-slogan .slogan h1 {
        font-size: 55px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .container-slogan span {
        font-size: 50px;
        color: #26ccf0;
        font-weight: 700;
    }

    .txt-sobre p {
        font-size: 1.125rem;
        line-height: 1.9rem;
        text-align: center;
        width: 50%;
        font-family: 'Roboto Slab', serif;
    }

    .sessao-doenca-cura {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35vh;
        width: 100%;
        padding: 0 50px;
        margin-top: 8%;
    }

    .objetivos {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        height: 52vh;
        background-color: rgb(13, 62, 46);
        text-align: center;
        flex-direction: row;
    }
}

@media screen and (min-width: 1025px) and (max-width:1225px) {
    .container-slogan .slogan h1 {
        font-size: 75px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .container-slogan span {
        font-size: 70px;
        color: #26ccf0;
        font-weight: 700;
    }

    .sessao-doenca-cura {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40vh;
        width: 100%;
        padding: 0 50px;
        margin-top: 8%;
    }

    .objetivos {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        height: 55vh;
        background-color: rgb(13, 62, 46);
        text-align: center;
        flex-direction: row;
    }
}