@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;

}

button:focus {
    outline: 0;
}

.hamburger:hover {
    opacity: 0.8;
}

.hamburger.is-active:hover {
    opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #9A9999;
}

.hamburger-box {
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #9A9999;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}



.menu {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-color: rgba(255, 255, 255);
    justify-content: start;
    align-items: flex-start;
    overflow-x: hidden;
    padding-top: 95px;
    border-left: 1px solid #d3d9e6;
    z-index: 9999;
}

.modal {
    z-index: 9999999999;
}

.modal-dialog {
    min-width: 95vw;
    width: 800px; 
}
.modal-dialog,
.modal-content {
    border: none !important;
    height: 90vh;
    border-radius: 0; 
}

.logo {
    max-width: 55px;
}

.btn-download {
    max-width: 153px;
}

.btn-download.disabled {
    filter: grayscale(100%);
}

.hamburger {
    padding: 0 !important;
}

.active {
    display: block;
}


.menu ul {
    margin-top: 45px;
    list-style-type: none;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.menu li {
    margin: 5px 0;

}

.menu li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #6A6969;
}

.menu li a:hover {
    color: #3477F6;
}

.header img {
    cursor: pointer;
}

.container-fluid {
    padding: 0;
}

.col-6 {
    margin: 0;
    padding: 0px;
}

.side-left {
    max-width: 940px;
    min-width: 940px;
}

.left-col {
    background-color: #3477f6;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: auto;

}

.left-col .container {
    display: flex;
    justify-content: center !important;
    margin: 0 !important;
}

.smartphone {
    max-width: 1080px;
    min-width: 500px;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.smartphone img {
    width: 273px;
    height: 550px;
}

.site {
    padding: 45px;
    display: flex;
    flex-direction: column;   
}

.cols {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.text-header {
    color: #3477F6;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-p {
    font-size: 12px;
    font-weight: bolder;
    color: #9A9999;
    text-transform: uppercase;
}

.text-site {
    color: #6A6969;
    font-size: 16px;
    max-width: 1080px;
}

.section-1 {
    margin-top: 70px;
}

.container-apps {
    /* position: relative;
    display: flex;
    justify-content: flex-start; */  
    margin-top: 50px;
}

.section-2 {
    display: flex;
    flex-direction: column;
    width: 325px; 
}

.stores {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-2 p {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.footer { 
    position: absolute;
    bottom: 45px;
    left: 45px;
    right: 45px;
}


.section-3 {
    margin-top: 100px;
    font-size: 10px;
    color: #444444;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.social {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.copyright {
    display: flex;
    align-items: center;
    
}

.copyright p {
    margin: 0 !important; 
    font-size: 10px;
}


.social a {
    text-decoration: none;
    margin: 0 10px;
    color: #3477F6;
    font-weight: bold;
    font-size: 12px;
}

.social a:hover {
    color: #3A3A3A;
}

.social a:last-child {
    margin-right: 0;
}

.section-copyright-sm {
    margin: 0;
    color: #444444;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding: 45px;
}

.l-footer {
    color: #444444;
    border-bottom: 1px dotted #444;
}

.l-footer:hover {
    text-decoration: none;
    color: #333;
}

@media only screen and (min-width: 2000px) {
    .smartphone img {
        width: 410px;
        height: 825px;
    }
}

@media only screen and (min-width: 3000px) {
    .smartphone img {
        width: 628px;
        height: 1265px;
    }
}

@media only screen and (min-width: 4000px) {
    .smartphone img {
        width: 819px;
        height: 1650px;
    }
}

@media only screen and (min-width: 5000px) {
    .smartphone img {
        width: 876px;
        height: 1760px;
    }
}

@media only screen and (max-width: 1195px) {
    .cols {
        flex-direction: column-reverse;
    }

    .col-6 {
        max-width: 100% !important;
    }

    .smartphone {
        min-width: 100%;
        height: 880px;
    }

    .side-left {
        min-width: 100% !important;
    }

    .menu {
        max-height: 280px;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        display: none;
        min-width: 100%;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.99);
        margin-bottom: 30px;
        border: 1px solid #d3d9e6;
        border-radius: 5px;
        padding-top: 0;
    }

    .active {
        display: flex;
    }

    .menu ul {
        margin: 0 auto;
        list-style-type: none;
        align-items: center;
        padding: 0;
    }

    .menu li {
        margin: 5px 0;
        text-align: center;
    }

    .menu li a {
        text-decoration: none;
        font-size: 14px;
        color: #6A6969;
    }

    .menu li a:hover {
        color: #3477F6;
    }



    .container-apps {
        margin-bottom: 50px;
    }

    .section-3 {
        display: none;
    }

    .section-copyright-sm {
        display: flex;
    }

    .site {
        min-height: auto;
    }
}

@media only screen and (max-width: 720px) {


    .menu {
        max-height: 300px;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        display: none;
        min-width: 100%;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.99);
        margin-bottom: 30px;
        padding-top: 0;
        border: 0;
        border-bottom: 1px solid #d3d9e6;
    }

    .right-col {
        background-color: #ffffff;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start; 
        padding: 3px;
    } 

    .left-col {
        max-height: 800px;
    }

    .active {
        display: flex;
    }

    .menu ul {
        margin: 0 auto;
        list-style-type: none;
        align-items: center;
        padding: 0;
    }

    .menu li {
        margin: 5px 0;
    }

    .menu li a {
        text-decoration: none;
        font-size: 14px;
        color: #6A6969;
    }

    .menu li a:hover {
        color: #3477F6;
    }

    .section-1 {
        margin-top: 50px;
    }

    .container-apps {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .site {
        margin: 4px;
    }

    .section-3 {
        display: none;
    }

    .section-2 p {
        text-align: left;
    }

    .section-copyright-sm {
        flex-direction: column;
        min-width: 200px;
    }

    .copyright {
        margin: 20px 0;
        font-size: 10px;
    }


    .social a {
        margin-left: 0;
        margin-right: 20px;
    }

    

}

@media only screen and (max-width: 420px) {
    .site {
        padding: 10px;
        margin-top: 10px;
    }

    .section-copyright-sm {
        padding: 10px;
    }
}