﻿/*VISTA MINI*/
@media (max-width: 700px) {
    .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;
    }

    .intro1{
        font-size: 30px;
        letter-spacing: 0.01em;
        margin-top: 25px 30px 20px 25px;
        text-align: justify;
    }

    .intro2{
        font-size: 30px;
        letter-spacing: 0.02em;
        line-height: 55px;
        margin: 20px;
        text-align: justify;
    }
        
        .intro2 > ul > li {
            margin-bottom: 40px;
        }

    .footer-mobile{
        max-width: 40%;
        margin: 10px;
    }

    #rowContacts>div>span{
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        font-size: 30px;
    }

    #rowContacts{
        margin: 25px 10px 10px 10px;
    }

    #rowContacts>div>span>a>img{
        max-width: 75%;
    }

    #map>iframe {
        height: 600px; /* The height is 400 pixels */
        width: 100%; /* The width is the width of the web page */
    }

    #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;
    }

    #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;
    }
}

/*VISTA MOBILE*/
@media (max-width: 981px) and (min-width: 700px) {
    .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: 75px;
        min-height: 75px;
    }

    .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%;
    }
    
    .navbar-brand > img {
        display: block;
        max-width: 440px;
    }

    #body-container {
        max-width: 900px;
        margin-top: 180px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }
    
    .intro1{
        font-size: 38px;
        letter-spacing: 0.01em;
        margin-top: 25px 30px 20px 25px;
        text-align: justify;
    }

    .intro2{
        font-size: 32px;
        letter-spacing: 0.02em;
        line-height: 55px;
        margin-top: 20px 30px 20px 20px;
        text-align: justify;
    }

        .intro2 > ul > li {
            margin-bottom: 40px;
        }

    .footer-mobile{
        max-width: 45%;
        margin: 15px;
    }

    #rowContacts>div>span{
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        font-size: 32px;
    }

    #rowContacts{
        margin: 25px 10px 10px 10px;
    }

    #rowContacts>div>span>a>img{
        max-width: 400px;
    }

    #map>iframe {
        height: 600px; /* The height is 400 pixels */
        width: 100%; /* The width is the width of the web page */
    }

    #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;
    }

    #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;
    }
}

    /*VISTA DESKTOP*/
@media (min-width: 981px) {
    .vis-mobile {
        display: none;
    }

    .vis-desk {
        display: block;
    }

     #navbar>ul {
        margin-left: auto;
    }

    .nav-link {
        color: white;
        font-size: 18px;
        margin-left: 36px;
        padding-left: 0px !important;
        padding-right: 0px!important;
        /*font-weight: bold;*/
    }

        .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;
    }

    .navbar-brand > img {
        display: block;
        max-width: 300px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 400;
        margin: 0;
    }

    #body-container {
        margin-top: 40px;
        margin-bottom: 300px;
        width: 100%;
    }

    #body-container > div > div > img, #body-container > div > div > span > img {
        max-width: 300px;
    }

    .intro1{
        font-size: 20px;
        letter-spacing: 2px;
        margin: 15px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: justify;
    }

    .intro2 > ul > li {
        margin-bottom: 30px;
    }

    .intro2{
        text-align: justify;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 35px;
        margin-top: 10px 25px 0px 25px;
    }

    #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;
    }

    #rowContacts>div>span{
        text-align: right;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 25px;
    }

    #rowContacts{
        margin: 25px 10px 10px 10px;
    }

     #map>iframe {
        height: 400px; /* The height is 400 pixels */
        width: 100%; /* The width is the width of the web page */
    }

     #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;
    }
}

#body-container > div > div > ul {
    list-style-image: url('../pics/done4.png');
    vertical-align: top;
}

a{
    text-decoration: none;
}

html, body {
    overflow-x: hidden !important;
}

