.nav {
    min-height: 115px;
    background-color: #F8F8F8;
    position: relative;
}

.banner {
    min-height: 226px;
    position: relative;
    background-image: linear-gradient(to right, #ffc000, #f7ba03, #eeb506, #e6af09, #deaa0b);
}

.svg-banner {
    position: absolute;
    right: 0px;
}

.texto-banner {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: fit-content;
    right: 0;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: white;
    line-height: 50px;
    font-weight: 700;
    z-index: 1;
    width: -moz-max-content;
}

.texto-privacidad {
    margin-top: 50px;
    margin-bottom: 50px;
}

.texto-privacidad > p {
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-size: 15px;
}

.svg-nav {
    margin-left: 50px;
}

.footer {
    height: 90px;
    background-color: #F0F0F0;
}

.texto-nav {
    height: fit-content;
    position: absolute;
    right: 50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-bottom: 4px solid #FFC000;
    cursor: pointer;
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .texto-banner {
        font-size: 30px;
        line-height: 30px;
        width: min-content;
        line-height: 35px;
        height: 70px;
    }

    .svg-nav {
        margin-left: 15px;
    }

    .texto-nav {
        right: 15px;
    }

}
