body {
    width: 100%;
    height: 100%;
    overflow-y: visible !important;
    background-color: #103757;
}

html {
    overflow-y: visible !important;
}

/* Fonts */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaNeue-Bold.woff') format('woff'), url('/fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaNeue-Regular.woff') format('woff'), url('/fonts/HelveticaNeue-Regular.ttf') format('truetype'), url('/fonts/HelveticaNeue-Regular.svg#HelveticaNeue-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* Genericos */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
label {
    font-family: 'HelveticaNeue';
    color: white;
}

h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
}

h3 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 700;
}

h4 {
    font-weight: 700;
    color: #C0A06D;
}

p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.bold {
    font-weight: 700;
}



.menuSeparation {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
}

#logoContainer {
    position: relative;
    width: 750px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    opacity: 0;
}

#mainLogo {
    position: relative;
    margin-top: 50px;
    width: 180px;
    display: block;
    float: left;
    margin-right: 50px;
}

#footerLogos {
    position: relative;
    margin-top: 120px;
    margin-right: 45px;
    width: 238px;
    float: left;
}

#itsUpToYou {
    position: relative;
    font-size: 40px;
    float: left;
    width: 200px;
    margin-top: 140px;
}

#footerLegal {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    opacity: 0;
}


@media only screen and (max-width: 800px) {
    body {
        overflow: hidden;
        min-height: 0px;
        min-width: 0px;
    }

    #menu {
        left: 5px;
        top: 10px;
        font-size: 16px;
        width: 100%;
    }

    .menuItem {
        font-size: 13px;
    }

    .menuSeparation {
        margin-left: 5px;
        font-size: 13px;
    }

    #mainLogo {
        height: 20%;
        width: auto;
    }

    #alertMessageDiv {
        width: 90%;
        max-width: 250px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3{
        font-size: 22px;
        line-height: 26px;
    }
}