html,
body {
    width: 100%;
    min-height: 100%;
    color: #fff;
}

.container {
    height: 100%;
    width: 100%;
}


/*Responsividade Pc*/

@media (min-width: 680px) {
    .content {
        display: flex;
        min-height: 130vh;
        justify-content: center;
        align-items: center;
    }
    .sobre-container {
        display: block;
        padding: 30px;
        text-align: center;
        margin-top: 130px;
        width: 90%;
        background-color: rgba(0, 51, 255, 0.3);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    }
    .sobre-container>p {
        text-align: justify;
        font-size: 30px;
        margin: 30px;
    }
    .sobre-container>h1 {
        font-size: 50px;
        margin: 30px;
    }
    .sobre-container>.MisVisVal {
        color: black;
        display: flex;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        background-color: white;
        justify-content: center;
        padding: 15px;
    }
    .mvvTitle h4 {
        color: rgb(0, 32, 158);
    }
    .mvvTextItem span {
        color: rgba(0, 51, 255);
    }
    .mvvText {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        width: 33.3%;
        margin: 10px;
        padding: 10px;
        background-color: whitesmoke;
    }
    .sobre-container>.polo {
        margin-top: 10px;
        display: flex;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        height: 80px;
        background-color: white;
        align-items: center;
        padding: 80px;
    }
    .polo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px;
        width: 915px;
        overflow: hidden;
    }
    .polo-item img {
        width: 100%;
    }
    .polo-text {
        text-align: justify;
        font-size: 15px;
    }
    .polo-text>span {
        color: rgba(0, 51, 255);
    }
}


/*Responsividade Celular*/

@media (max-width: 680px) {
    .content {
        display: flex;
        min-height: 115vh;
        justify-content: center;
        align-items: center;
    }
    .sobre-container {
        display: block;
        padding: 10px;
        text-align: center;
        margin-top: 125px;
        width: 95%;
        background-color: rgba(0, 51, 255, 0.3);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    }
    .sobre-container>p {
        text-align: justify;
        font-size: 15px;
        margin: 30px;
    }
    .sobre-container>h1 {
        font-size: 35px;
        margin: 30px;
    }
    .sobre-container>.MisVisVal {
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        background-color: white;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .mvvText {
        margin: 25px;
    }
    .mvvTitle h4 {
        color: rgb(0, 32, 158);
    }
    .mvvTextItem span {
        color: rgba(0, 51, 255);
    }
    .sobre-container>.polo {
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        background-color: white;
        align-items: center;
        padding: 20px;
    }
    .polo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px;
        width: 50%;
        overflow: hidden;
        margin: 15px auto;
    }
    .polo-item img {
        width: 100%;
    }
    .polo-text {
        text-align: justify;
        font-size: 15px;
    }
    .polo-text>span {
        color: rgba(0, 51, 255);
    }
}