html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background: #CDCECE !important;
}
#support {
    border: 25px solid #cdcece;
    border-radius: 100%;
    width: auto;
    height: 7rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
header {
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: self-start;
    font-size: 25px;
}
#fundo {
    width: 100%;
    top: 0;
    left: 15%;
    transform: translateX(-100%) skewX(45deg);
    transform-origin: top right;
    z-index: 0;
    background: white;
    height: 8rem;
    position: absolute;
}
header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    width: 100%;
    color: white;
    text-align: start;
    /*border-radius: 0 0 10px 10px;*/
    background: #286090;
}
header > div > div {
    display: flex;
}
header > div > div > a > img {
    width: 5rem;
    height: 5rem;
}
header > div > img {
    width: auto;
    height: 65px;
}
header > div > div > div {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header > div > div > div > p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#info {
    display: flex;
    width: 100%;
}
#info_img {
    z-index: 99;
    text-align: start;
    width: 100%;
    flex: 1;
}
#info_img > img {
    width: 7rem;
    height: 7rem;
    margin-left: 10%;
}
#info_inst {
    width: 100%;
    flex: 3;
}
#sub {
    font-size: 18px;
    margin-left: 5%;
}
#body {
    min-height: 80%;
    align-items: center;
    justify-content: center;
    display: flex;
}
#cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#cards > a > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 1rem;
    background: white;
    margin: 1rem;
    width: auto;
}
#cards > a > div:hover {
    transition: all .25s ease-in-out;
    transform: scale(1.3);
}
#cards > div > img {
    margin: 1rem;
}
img {
    height: 4rem;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5%;
}
footer > a {
    text-decoration: none;
}
footer > a > p {
    font-size: 12px;
    margin: 0;
    color: #286090;
}

.modal-body {
    display: flex;
    align-items: center;
    padding: 2rem;
}
.modal-body > hr {
    border: 1px solid black;
    height: 13rem;
    margin: 0 2rem 0 0;
}
.modal-body > img {
    width: 24rem;
    height: 10rem;
}
.modal-body > #text {
    display: flex;
    flex-direction: column;
    height: 15rem;
    justify-content: space-between;
}
.modal-body > #text > div:nth-child(1) > p {
    font-size: 20px;
    margin: 0;
}
.modal-body > #text > div:nth-child(2) > a {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    text-decoration: none;
    color: black;
}
.modal-body > #text > div:nth-child(2) > a:hover, #text > div:nth-child(2) > a:active {
    color: blue;
}
.modal-body > #text > div:nth-child(3) {
    text-align: end;
}
.modal-body > #text > div:nth-child(3) > a:link, #text > div:nth-child(3) > a:visited {
    font-size: 20px;
    background-color: #2B74B7;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.modal-body > #text > div:nth-child(3) > a:hover, #text > div:nth-child(3) > a:active {
    background-color: #062746;
}
.modal-body > #text > span {
    font-weight: bold;
    color: red;
}