.footerRow {
    width: 81%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    display: flex;
    flex-direction: row;
    height: 30vh;
    padding-top: 5vh;
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
    padding-bottom: 2.5vh;
    font-family: 'Open Sans';
}

.footerSvg {
    width: 15%;
    margin-right: 60px;
    height: auto;
}

.footerSvg svg {
    width: auto;
    height: auto;
    display: block;
}

.footerNav {
    display: flex;
    width: 60%;
    margin-right: 60px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.footerContact {
    width: 25%;
    position: relative;
    font-size: 0.9em;
}

.menuNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menuNav a {
    text-decoration: none;
    color: rgb(0, 15, 159);
    font-weight: 600;
}

.textContact p {
    margin: 0;
    color: rgb(0, 15, 159);
}

.infoFooter {
    text-align: center;
    color: rgb(0, 15, 159);
}

.infoFooter p {
    margin: 0;
    font-size: 0.9em;
}

.otherFooter {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    width: 100%;
    text-align: right;
}

.otherFooter a {
    text-decoration: none;
    color: rgb(0, 15, 159);
}