﻿@media (max-width: 650px) {
    .vis-mobile {
        display: block;
        margin-top: 30px;
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
        color: white;
        font-family: 'Roboto', sans-serif;
    }

    #navbar > ul {
        margin-left: 15px;
    }

    .nav-item {
        text-align: left !important;
    }

    .navbar-toggler {
        border-width: 3px;
    }

    .navbar-toggler-icon {
        min-width: 55px;
        min-height: 55px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        border-color: rgba(255,255,255,0.8) !important;
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    #body-container {
        max-width: 900px;
        margin-top: 180px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    .navbar-brand > img {
        display: block;
        max-width: 240px;
    }

    .title1 {
        color: #3083C9;
        font-size: 26px !important;
    }

    .image1{
        max-width: 130px;
    }

    #rowContainer{
        max-width: 95%;
    }

    #footerLink > div > a > img {
        max-width: 200px;
        margin-right: 10px;
    }

    #footerLink > div > img {
        max-height: 30px;
        margin-top: 10px;
        vertical-align:bottom;
    }

    #footerLink > div > a {
        font-size: 24px;
        font-weight: 400;
    }

     #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
        word-wrap: break-word;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 24px;
    }
}

    /*VISTA MOBILE*/
@media (max-width: 980px) and (min-width: 651px) {
    .vis-mobile {
        display: block;
        margin-top: 30px;
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
        color: white;
        font-family: 'Roboto', sans-serif;
    }

    #navbar > ul {
        margin-left: 15px;
    }

    .nav-item {
        text-align: left !important;
    }

    .navbar-toggler {
        border-width: 3px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        border-color: rgba(255,255,255,0.8) !important;
    }

    .navbar-toggler-icon {
        min-width: 75px;
        min-height: 75px;
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    .navbar-brand > img {
        display: block;
        max-width: 440px;
    }

    #body-container {
        max-width: 900px;
        margin-top: 180px;
    }

    .title1 {
        color: #3083C9;
        font-size: 32px !important;
    }

    .image1{
        max-width: 150px;
    }

    #rowContainer{
        max-width: 95%;
    }

    #footerLink > div > a > img {
        max-width: 250px;
        margin-right: 15px;
    }

    #footerLink > div > img {
        max-height: 35px;
    }

    #footerLink > div > a {
        font-size: 24px;
        font-weight: 400;
    }

    #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
        word-wrap: break-word;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 26px;
    }
}

    /*VISTA DESKTOP*/
@media (min-width: 981px) {
    .li {
        font-size: 25px;
        /*margin-left: 20px;*/
    }

    .vis-mobile {
        display: none;
    }

    .vis-desk {
        display: block;
    }

    .nav-link {
        color: white;
        font-size: 18px;
        margin-left: 36px;
        /*font-weight: bold;*/
    }

    #navbar > ul {
        margin-left: auto;
    }

    .active > a {
        border-bottom: 1px solid white;
    }

    /* STROKE */
    nav ul li a,
    nav ul li a:after,
    nav ul li a:before {
        transition: all .5s;
    }

        nav ul li a:hover {
            color: #555;
        }

    nav.stroke ul li a,
    nav.fill ul li a {
        position: relative;
    }

        nav.stroke ul li a:after,
        nav.fill ul li a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            /*background: #aaa;*/
            background-color: white;
            height: 1px;
        }

        nav.stroke ul li a:hover:after {
            width: 100%;
        }

    nav.fill ul li a {
        transition: all 2s;
    }

        nav.fill ul li a:after {
            text-align: left;
            content: '.';
            margin: 0;
            opacity: 0;
        }

        nav.fill ul li a:hover {
            color: #fff;
            z-index: 1;
        }

            nav.fill ul li a:hover:after {
                z-index: -10;
                animation: fill 1s forwards;
                -webkit-animation: fill 1s forwards;
                -moz-animation: fill 1s forwards;
                opacity: 1;
            }
    /* END STROKE */

    .navbar-brand {
        margin-right: 26px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 400;
        margin: 0;
    }

    #body-container {
        margin-top: 40px;

    }

    .navbar-brand > img {
        display: block;
        max-width: 300px;
    }

    .title1 {
        color: #3083C9;
        font-size: 24px !important;
    }

    .image1{
        max-width: 150px;
    }

    #rowContainer{
        max-width: 75%;
    }

    #footerLink > div > a > img {
        max-width: 250px;
        margin-right: 15px;
    }

    #footerLink > div > img {
        max-height: 45px;
    }

    #footerLink{
        background-color: #363839;
        position: fixed;
        bottom:0;
        left: 0;
        right: 0;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
    }

    #cookie-consent, 
    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 16px;
        text-align: center;
    }
}

html, body {
    overflow-x: hidden !important;
}
