﻿@media (max-width: 700px) {
    
    #overlay {
        display: block;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }

    #popup {
        display: none;
        position: absolute;
        top: 25%;
        /*width: 650px;*/
        /*height: 750px;*/
        /*height: 465px;*/
        width: 90%;
        height: auto;
        padding: 16px;
        /*background-color: white;*/
        background-color: transparent;
        z-index: 1002;
        overflow: auto;
    }
    #InPopUp, #InPopUp > video{
        max-height:95%;
        max-width: 95%;
        text-align:center;
        margin: auto;
    }

    .vis-mobile {
        display: block;
        /*margin-top: 30px;*/
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    #navbar>ul {
        margin-left: 15px;
    }

    .nav-item{
        text-align:left !important;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
    }

    .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;
    }

    #list4-ul > li > span, #list6-ul > li > span {
        line-height: 10px;
        margin-bottom: 5px;
    }

    #list1-ul > li > span {
        vertical-align: auto;
        font-size: 35px;
        line-height: normal;
    }

    #list5-ul > li > span, #list7-ul > li > span {
        font-size: 35px;
        margin-top: 0px;
        vertical-align: auto;
        line-height: normal;
    }

    #list3-ul > li > span {
        font-size: 35px;
        vertical-align: auto;
        line-height: normal;
        margin-left: 4px;
    }

    #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-3.png');*/
        /*list-style-position: inside;*/
        list-style: none;
    }

        #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
            text-align: left;
            vertical-align: auto;
            font-size: 35px;
            line-height: normal;
        }

    .nav-link {
        color: white;
        font-family: 'Roboto', sans-serif;
        /*font-weight: bold;*/
    }

    .title1Top {
        color: #3083C9;
        font-size: 40px !important;
        line-height: 127px !important;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .title2Top {
        font-size: 30px;
    }

        .title2Top > span {
            font-weight: 600;
        }

    .title1 {
        color: #3083C9;
        font-size: 40px;
    }

    #list5-ul, #list7-ul {
        list-style: none;
        padding-left: 8px;
    }

    #list3-ul {
        padding-left: 28px;
        list-style-image: url('../pics/done4.png');
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    #body-container {
        max-width: 900px;
        /*margin-top: 180px;*/
        margin-top: 0px;
    }

    #list1-ul {
        list-style: none !important;
        padding: 0px;
    }

        #list1-ul > li {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    #btnCompra {
        font-size: 45px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    .navbar-brand > img {
        display: block;
        max-width: 240px;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
        opacity: .80;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 24px;
    }

    #ban-container{
        margin-top: 150px !important;
    }

     #ban-container > div > div > img {
        min-height: 400px;
    }

    /*#footerLogo>div>a>img {
        max-width: 300px;
        text-align: center;
    }*/
    #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) {
    
    #overlay {
        display: block;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }

    #popup {
        display: none;
        position: absolute;
        top: 25%;
        /*width: 650px;*/
        /*height: 750px;*/
        /*height: 465px;*/
        width: 90%;
        height: auto;
        padding: 16px;
        /*background-color: white;*/
        background-color: transparent;
        z-index: 1002;
        overflow: auto;
    }
    
    #InPopUp, #InPopUp > video{
        max-height:95%;
        max-width: 95%;
        text-align:center;
        margin: auto;
    }

    .vis-mobile {
        display: block;
        /*margin-top: 30px;*/
    }

    .vis-desk {
        display: none;
    }

    .navbar {
        min-height: 160px;
    }

    .nav-link {
        font-size: 65px;
        font-weight: normal;
    }

    #navbar>ul {
        margin-left: 15px;
    }

    .nav-item{
        text-align:left !important;
    }

    .navbar-toggler {
        /*border-color: green;*/
        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;
    }

    #list4-ul > li > span, #list6-ul > li > span {
        line-height: 10px;
        margin-bottom: 5px;
    }

    #list1-ul > li > span {
        /*text-align: justify;*/
        vertical-align: auto;
        font-size: 38px;
        line-height: normal;
        letter-spacing: 2px;
    }

    #list5-ul > li > span, #list7-ul > li > span {
        font-size: 38px;
        margin-top: 0px;
        vertical-align: auto;
        line-height: normal;
        letter-spacing: 2px;
    }

    #list3-ul > li > span {
        font-size: 38px;
        vertical-align: auto;
        line-height: normal;
        letter-spacing: 2px;
        margin-left: 4px;
    }

    #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
        text-align: left;
        vertical-align: auto;
        font-size: 45px;
        line-height: normal;
    }

    #list1-ul {
        list-style: none !important;
        padding: 0px;
    }

        #list1-ul > li {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    #list6-ul {
        margin-top: 0px;
    }

    #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-3.png');*/
        /*list-style-position: inside;*/
        list-style: none;
    }

    .nav-link {
        color: white;
        font-family: 'Roboto', sans-serif;
        /*font-weight: bold;*/
    }

    .title1 {
        color: #3083C9;
        font-size: 60px !important;
        line-height: 127px !important;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .title1Top {
        color: #3083C9;
        font-size: 65px !important;
        line-height: 127px !important;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .title2Top {
        font-size: 40px;
    }

        .title2Top > span {
            font-weight: 600;
        }

    .title2 {
        font-size: 40px;
    }

    #list5-ul, #list7-ul {
        list-style: none;
        padding-left: 8px;
    }

    #list3-ul {
        padding-left: 28px;
        list-style-image: url('../pics/done4.png');
    }

    #nav-menu {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 900px;
        width: 100%;
    }

    #body-container {
        max-width: 900px;
        /*margin-top: 180px;*/
        margin-top: 0px;
    }

    #btnCompra {
        font-size: 45px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 500;
        margin: 0;
    }

    .navbar-brand > img {
        display: block;
        max-width: 440px;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
        opacity: .80;
    }

    #cookie-consent>div>span, #cookie-consent>div>button{
        font-size: 26px;
    }

    #ban-container{
        margin-top: 155px !important;
    }

     #ban-container > div > div > img {
        min-height: 500px;
    }

    /*#footerLogo > div > a > img {
        max-width: 300px;
        text-align: center;
    }*/
    #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) {

    #overlay {
        display: block;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=80);
    }

    #popup {
        display: none;
        position: absolute;
        top: 25%;
        /*width: 650px;*/
        /*height: 750px;*/
        /*height: 465px;*/
        width: 90%;
        height: auto;
        max-height: 90%;
        max-width: 90%;
        margin: auto;
        padding: 16px;
        /*background-color: white;*/
        background-color: transparent;
        z-index: 1002;
        overflow: auto;
    }

    #InPopUp, #InPopUp > video{
        max-height:80%;
        max-width: 80%;
        text-align:center;
        margin: auto;
    }

    .li {
        font-size: 25px;
        /*margin-left: 20px;*/
    }

    .vis-mobile {
        display: none;
    }

    .vis-desk {
        display: block;
    }

    #list1-ul > li > span {
        vertical-align: super;
        /*font-size: 16px;*/
        line-height: 30px;
    }

    #list3-ul > li > span {
        vertical-align: super;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .03em;
        margin-left: 5px;
    }

    #list5-ul, #list7-ul {
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin-left: 0px;
    }

    #list3-ul {
        list-style-image: url('../pics/done4.png');
        padding: 0px 0px 0px 28px;
        margin-left: 0px;
    }

    #list5-ul > li > span, #list7-ul > li > span {
        letter-spacing: .03em;
        font-size: 20px;
    }

    #list2-ul > li > span, #list4-ul > li > span, #list6-ul > li > span {
        text-align: left;
        vertical-align: super;
        /*font-size: 18px;*/
        line-height: 22px;
        margin-left: 0px;
    }

    #list1-ul, #list2-ul, #list4-ul, #list6-ul {
        /*list-style-image: url('../pics/task-complete-2.png');*/
        list-style: none;
        list-style-position: inside;
        padding-left: 0px;
    }

    .nav-link {
        color: white;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 18px;
        margin-left: 36px;
    }

    #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;
    }

    .title1Top {
        color: #3083C9;
        font-size: 36px !important;
        letter-spacing: 2px;
    }

    .title2Top {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 2px;
    }

        .title2Top > span {
            font-weight: 600;
        }

    .title1 {
        color: #3083C9;
        font-size: 27px !important;
        letter-spacing: 2px;
    }

    .title2 {
        letter-spacing: .03em;
        font-size: 20px;
    }

    #header {
        background: #3083C9;
        border: none;
        font-weight: 400;
        margin: 0;
    }

    #body-container {
        margin-top: 20px;
        text-align: center;
    }

    .navbar-brand > img {
        display: block;
        max-width: 300px;
    }

    hr {
        background-color: #3083C9;
    }

    #cookie-consent{
        position:fixed;
        bottom: 0;
        left:0;
        right: 0;
        text-align:center;
        background-color: gray;
        color: white;
        opacity: .80;
    }

    #cookie-consent > div > span, #cookie-consent > div > button {
        font-size: 16px;
    }

    /*#footerLogo > div > a > img {
        max-width: 300px;
        text-align: center;
    }*/
    #footerLink > div > a > img {
        max-width: 250px;
        margin-right: 15px;
    }

    #footerLink > div > img {
        max-height: 45px;
    }

    #footerLink{
        background-color: #363839;
    }

    #footerLink > div, #footerLink > div > a  {
        color: white !important;
    }
   

    #ban-container > div > div > img {
        max-height: 500px !important;
        margin: 0px 0px 0px 0px;
    }

    #ban-container:hover .image {
        opacity: 0.1;
    }

    #ban-container:hover .banner {
        opacity: 0.3;
    }

    #ban-container:hover .middle {
        opacity: 1;
    }

    #ban-container{
        margin-top: 12px;
    }

    .banner{
        transition: .7s ease;
    }

    .image {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .middle {
        transition: .7s ease;
        opacity: 0;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .text {
        background-color: #3083C9;
        color: white;
        font-size: 24px;
        font-family: sans-serif;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 16px 32px;
    }

    .miniText{
        font-size:18px;
    }
}

#list1-ul > li, #list2-ul > li {
    margin-top: 25px;
}



#list2-ul, #list4-ul, #list6-ul {
    padding: 0px;
}

#ban-container{
    margin-left: auto;
    margin-right:auto;
    /*overflow: hidden;*/
}

html, body {
    overflow-x: hidden !important;
}