/* LP Faria Lima Late Show - Captação */

    /* Regras Gerais */
    html {margin: 0!important; margin-top: 0!important; scroll-behavior: smooth}
    body {font-family: 'Montserrat', sans-serif; overflow-x: hidden;}
    a {cursor: pointer!important;}
    a:link {cursor: pointer!important;}
    a:visited {cursor: pointer!important;}
    a:hover {text-decoration: none!important; cursor: pointer!important;}
    img {max-width: 100%;  height: auto; }
    button:focus {outline: none;}
    strong {font-weight: 600!important;}
    .strong {font-weight: 600!important;}
    .lpbrnonemob {display: block;}
    .lpbrblockmob {display: none;}
    .under {text-decoration: underline;}
    .align-center {align-items: center; justify-content: center;}
    .logo-header {height: 40px; margin-bottom: 30px;}
    .logo-footer {max-width: 38px; margin-right: 10px;}
    .tc-btns-download {text-align: center;}
    .tc-btns-app {margin-top: 20px; margin: 0 auto; display: inline-flex;}
    .tc-btn-appstore {padding: 10px; margin-bottom: 25px;}
    .tc-btn-googleplay {padding: 10px; margin-bottom: 25px;}
    /* END Regras Gerais */


    /* Colors */
    .mflls-black {color: #010112!important;}
    .mflls-white {color: #F5F7FA!important;}
    .mflls-blue {color: #1EE7FA!important;}


    /* Textos */
    .mflls-h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 800;
        line-height: 1.1em;
        letter-spacing: 0.02em;
        margin: 30px 0px 60px;
        text-align: center;
        text-shadow: 0px 0px 40px #3bd8ff;
    }
    .mflls-h1-span {
        font-family: 'Montserrat', sans-serif;
        font-size: 54px;
        font-weight: 700;
        line-height: 1.1em;
        letter-spacing: 0.02em;
        margin: 30px 0px;
    }
    .mflls-h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.1em;
        letter-spacing: 0.02em;
        margin: 30px 0px;
    }


    .mflls-p1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .mflls-p2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .mflls-p3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin: 0px 0px 0px;
    }
    .mflls-p4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .mflls-p5 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .mflls-p6 {
        font-family: 'Montserrat', sans-serif;
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .mflls-footer-dados {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px!important;
        font-weight: 300!important;
        color: #FFFFFF!important;
        margin-bottom: 10px;
    }


    /* Sections */
    #mflls-landing {
        padding: 10px 40px 10px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        overflow-x: hidden;
        overflow: hidden;
        position: relative;
        background: #000000;
        background-image: url(https://monett.co/wp-content/uploads/2022/08/mflls-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #mflls-carta {
        padding: 30px 40px 60px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        overflow-x: hidden;
        overflow: hidden;
        position: relative;
        background: #01002A;
    }







    /* Elementos */

    .mflls-btn1 {
        padding: 12px 40px;
        margin: 10px 0px 40px;
        width: 280px;
        text-align: center;
        display: inline-block;
        background: #1EE7FA;
        color: #000000!important;
        border: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        text-transform: uppercase;
        transition: 0.5s;

    }
    .mflls-btn1:hover {
        background: #FFFFFF;
        color: #000000!important;
        box-shadow: 0px 1px 50px 4px #10d9efbd;
        transition: 0.5s;
        cursor: pointer!important;
    }

    .mflls-btn2 {
        padding: 8px 20px;
        margin: 0px 14px;
        width: 180px;
        text-align: center;
        display: inline-block;
        background: #000000;
        color: #FFFFFF!important;
        border: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 600;
        border-radius: 10px;
        text-transform: uppercase;
        transition: 0.5s;

    }
    .mflls-btn2:hover {
        background: #FFFFFF;
        color: #000000!important;
        transition: 0.5s;
        cursor: pointer!important;
    }


    .mflls-box {
        background: #ffffff;
        border-radius: 4px;
        padding: 20px 50px;
        margin: 20px 0px 30px;
        min-height: 110px;
    }

    .mflls-box2 {
        background: transparent;
        border: 2px solid #ffffff;
        border-radius: 0px;
        padding: 20px 14px;
        margin: 20px 0px 30px;
        min-height: 272px;
        backdrop-filter: blur(16px);
    }
    .mflls-video {
        width: 70%!important;
        margin: 32px auto 0;
        display: flex;
        justify-content: center;
        border-radius: 10px;
    }
    .margin-top-desk {margin-top: 30px;}


    .mflls-select select option {background-color: #000;}

    input:focus {
        border: 2px solid #1D1D1D;
        box-shadow: 0px 0px 30px rgb(0 0 0 / 60%);
        transition: 0.5s;
    }
    ::placeholder {color: #1D1D1D; opacity: 1;}
    :-ms-input-placeholder {color: #1D1D1D;}
    ::-ms-input-placeholder {color: #1D1D1D;}


    .mflls-floatbar2 {padding: 6px 15px 6px; text-align: center; background-color: #1EE7FA; position: fixed; bottom: 0; width: 100%;; z-index: 999;display: flex; align-items: center; justify-content: center;}







    /* Imagens */
    .mflls-logo {
        margin: 0px;
        width: 100%;
        max-width: 340px;
    }
    .mflls-img1 {
        margin: 10px 10px;
        width: 100%;
        max-width: 700px;
        z-index: 999!important;
        position: absolute;
        right: 12%;
        top: 3%;
    }
    .mflls-img2 {
        margin: 50px 10px;
        width: 100%;
        max-width: 340px;
    }
    .mflls-img3 {
        position: absolute;
        bottom: 5%;
        right: 13%;
        border-radius: 50px;
        width: 100%;
        max-width: 350px;
        z-index: 0;
    }
    .mflls-img4 {
        margin: 10px 10px;
        width: 100%;
        max-width: 380px;
        z-index: 999!important;
        position: absolute;
        right: 20%;
        top: 20%;
    }




    .popmaster-div-aj0 {position:relative; margin: 0 auto; }
    .popmaster-div-aj1 {border-radius: none!important; background:none!important}
    .popmaster-div-aj2 {text-align:right; padding:0 0 20px 0}
    .popmaster-div-svg {fill:#fff; stroke: #fff;}
    

    .pop-bkgdBlur {width: 100%;height: 100%;position: fixed;display:flex;align-items: center;justify-content: center;background: #0000009c;z-index: 1;padding:0;margin:0;top:0;left:0;backdrop-filter: blur(10px);}
    .popmaster-bkgd {
    width: 100%;
    height: 100%;
    position: fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: rgb(0 0 0 / 50%);
    z-index: 1000;
    padding:0;
    margin:0;
    top:0;
    left:0;
    /*backdrop-filter: blur(10px);*/
    }

    .popmaster-div {
    margin: 10px;
    padding: 0;
    /* background: transparent linear-gradient(326deg, #007EFF 0%, #87A1FF 100%) 0% 0% no-repeat padding-box; 
    box-shadow: 0px 10px 20px #191F2B4D;*/
    border-radius: 10px;
    z-index: 1001;
    text-align: center;
    width: 100%;
    max-width: 920px;
    background: #000;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    }

    .popmaster-txt {text-align: center; margin: 20px 0 30px 0; font-size: 18px; font-weight:300; color:#fff}




    .container-bar {
        height: 18px;
        background-color: #CCC;
        position: relative;
        border-radius: 10px!important;
        margin: 30px auto;
        width: 60%;
    }
    
    .container-bar .progress-bar{
       position: absolute;
       height: 100%;
       background-color: #1EE7FA;
       border-radius: 10px!important;
       animation: progress-animation 70s;
       animation-fill-mode: forwards;
    }
    
    
    @keyframes progress-animation{
        0% { width: 0%; } 
        100% { width: 100%}
    }











    #footer-monett {
        background: #000000;
        color: #FFF;
        padding: 40px 10px 70px;
        width: 100%;
        height: 100%;
    }


    #footer-tc {
        background: #A3A3A3;
        color: #FFF;
        padding: 40px 10px 70px;
        width: 100%;
        height: 100%;
    }
    .footer-disclaimer-posi1 {
        order: 1;
    }
    .div-footer-disclaimer {
        align-items: center;
        display: flex;
    }
    .txt-footer-disclaimer {
        font-size: 12px;
        font-style: italic;
        text-align: justify;
        margin: 0;
        color: #ffffff;
        line-height: 16px;
    }
    .footer-disclaimer-posi2 {
        order: 2;
    }

    .mflls-txt-footer {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0px 0px;
    }

    .logo-footer {max-width: 140px; margin: 20px 0px;}
    .footer-social {text-align: right;}
    .btn-social {margin: 0px 5px;}
    .footer-container {display: block!important;}



/* Breakpoints */
@media only screen and  (max-width: 1680px) {
    .mflls-img4 {max-width: 560px;}
}

@media only screen and  (max-width: 1570px) {

    .mflls-img1 {max-width: 520px; top: 10%;}
    .mflls-img4 {max-width: 520px;}
}

@media only screen and  (max-width: 1440px) {

}

@media only screen and  (max-width: 1329px) {
    .mflls-img4 {max-width: 440px; right: 3%; bottom: 13%;}
}

@media only screen and  (max-width: 1229px) {

}

@media only screen and  (max-width: 1199px) {
    .mflls-img1 {max-width: 400px; top: 12%;}
}

@media only screen and  (max-width: 1140px) {

}

@media only screen and  (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    .lpbrnonemob {display: none;}
    .lpbrblockmob {display: block;}
    .mflls-floatbar {padding: 6px 15px 6px; text-align: center; background-color: #1EE7FA; position: sticky; top: 0; z-index: 999;}
    .mflls-box2 {padding: 20px 24px; margin: 20px 0px 10px; min-height: auto; text-align: center;}

    .footer-disclaimer-posi1 {
        order: 2;
    }
    .footer-disclaimer-posi2 {
        order: 1;
        text-align: center;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 769px) {
    .mflls-h1 {font-size: 40px;}
    .mflls-h1-span {font-size: 52px;}
    .mflls-p1 {font-size: 28px;}
    .mflls-floatbar2 {padding: 10px 15px; text-align: center; display: block;}

    .footer-tc {text-align: center;}
    .div-footer-disclaimer {
        align-items: initial;
        display: initial;
        padding: 0 20px 40px 20px;
    }
}

@media only screen and  (max-width: 428px) {
    #mflls-landing {
        padding: 0px 0px 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 100%;
    }

    #mflls-carta {
        padding: 30px 6px 40px;
        min-height: 100%;
    }

    .mflls-box {padding: 20px 20px;}

    .mflls-h1 {font-size: 26px; margin: 10px 0px 40px;}
    .mflls-h2 {font-size: 22px;}
    .mflls-p1 {font-size: 22px;}
    .mflls-p2 {font-size: 19px;}
    .mflls-p3 {font-size: 13px;}
    .mflls-p4 {font-size: 15px; margin-bottom: 10px;}
    .mflls-p6 {font-size: 17px;}

    .mflls-floatbar {padding: 6px 10px 6px;}

    .mflls-btn1 {font-size: 18px; width: 100%; text-align: center;}
    .mflls-input {width: 100%;}

    .mflls-img1 {margin: 40px 10px 10px;}
    .mflls-img2 {
        max-width: 260px;
        border-radius: 20px;
        margin: 20px 10px 20px;
    }

    .container-bar {width: 100%;}
    .mflls-video {width: 100%!important;}
    .mflls-box2 {padding: 20px 24px; margin: 20px 0px 10px; min-height: auto; text-align: center;}



    .margin-bottom {margin-bottom: 30px;}
    .margin-top {margin-top: 20px;}
    .align-center {text-align: center;}

    .footer-tc {
        text-align: center;
        margin-bottom: 20px;
        display: grid;
    }
    .footer-social {
        text-align: center;
    }
    .logo-footer {
        margin-bottom: 20px;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 360px) {
    .mflls-p3 {font-size: 13px; padding: 0px 0px;}
    .mflls-h1-span {font-size: 30px;}

}
/* END Breakpoints */