

.lvl3_banner {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}

/*.lvl3_banner_img {
    width: inherit;
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(57, 63, 72, 0.3);
    height: 400px;
}*/

.lvl3_banner_img {
    width: inherit;
    max-width: 100%;
    height: 400px;
}

.lvl3_banner_img_mobile {
    display: none;
}

.lvl3_banner_zoom {
    animation: opac 2s;
    min-height: 400px;
    /*filter: grayscale(65%);*/
}

.lvl3_banner_txt {
    position: absolute;
    bottom: 8%;
    right: 5%;
    color: gray;
    color: rgba(0, 0, 0, 0.6);
    font-size: 6em;
    text-shadow: -0.1px 0 25px #f8f9fa;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lvl3_apresentacao_div {
    padding: 50px 10% 70px 10%;
    text-align: center;
}

    .lvl3_apresentacao_div h2 {
        font-size: 2.3em;
    }

.lvl3_apresentacao_titulo {
    font-weight: bold;
    color: #00718f;
    font-size: 30px;
}

.lvl3_apresentacao_texto {
    color: #666666;
    font-size: 2em;
    padding-top: 18px;
}

.lvl3_container_wrapper {
    width: 60%;
    float: left;
    text-align: left;
}

.lvl3_box {
    padding-bottom: 30px;
    margin-bottom: 25px;
    padding-right: 50px;
    margin-left: 50px;
    margin-right: 40px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-color: black !important;
    /*background-size: 100% 100%;*/
    background-size: 100% !important;
}

.lvl3_box_padder {
    width: 100%;
    padding-left: 8px;
    padding-top: 10px;
}

.lvl3_box_titulo {
    font-weight: Bold;
    font-size: 32pt;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    text-shadow: -0.3px 0 black, 0 0.3px black, 0.3px 0 black, 0 -0.3px black;
}

.lvl3_box_subtitulo {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 16pt;
    color: #ffffff;
    word-wrap: break-word;
    text-shadow: -0.3px 0 black, 0 0.3px black, 0.3px 0 black, 0 -0.3px black;
}

.lvl3_but_mais {
    border: none;
    color: #ffffff;
    background: #00718f;
    width: 153px;
    height: 45px;
    border-radius: 8px;
    font-size: 15pt;
    margin-left: 30px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

    .lvl3_but_mais:hover {
        -webkit-filter: grayscale(20%);
        -moz-filter: grayscale(20%);
        -o-filter: grayscale(20%);
        -ms-filter: grayscale(20%);
        filter: grayscale(20%);
    }

    .lvl3_but_mais:active {
        position: relative;
        top: 1px;
    }

    .lvl3_but_mais:focus {
        outline: 0;
    }


.lvl3_subBox {
    display: none;
    width: 100%;
    padding-left: 50px;
    justify-content: center;
}

.lvl3_subBox_texto {
    float: left;
    padding-bottom: 35px;
    padding-right: 20px;
}

.lvl3_subBox_linhas {
    list-style-type: none;
    text-align: left;
    padding-top: 3em;
}

.lvl3_subBox_img {
    text-align: center;
}

.lvl3_subBox_linhas li {
    font-size: 14pt;
    color: #ffffff;
    padding-top: .5em;
    list-style: square;
    text-shadow: -0.3px 0 black, 0 0.3px black, 0.3px 0 black, 0 -0.3px black;
}


.lvl3_esquema_img {
    width: 30%;
    padding-top: 2%;
    padding-bottom: 10px;
    top: 15px;
    position: sticky;
    position: -webkit-sticky;
}

.lvl3_lvl3_screenshot {
    width: 500px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s;
}

.lvl3_screenshot:hover {
    opacity: 0.92;
}

.lvl3_minimizar {
    float: right;
    margin-top: 20px;
    margin-bottom: -10px;
    color: white !important;
    cursor: pointer;
    margin-top: 25px;
    font-size: 1.2em;
}

    .lvl3_minimizar:hover {
        text-decoration: none;
    }

.lvl3_minimizar_text:hover {
    text-decoration: none;
    color: #c6c6c6;
}

.points {
    padding-top: 100px;
    margin-top: -100px;
}

.lvl3_esquema_mobile_div {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
    padding-left: 45px;
    padding-right: 45px;
}

.lvl3_esquema_mobile {
    width: 100%;
}

.lvl3_pdf_div {
    display: inline-flex;
    float: left;
    text-align: center;
    padding-left: 100px;
}

.lvl3_pdf_img {
    height: 109px;
    cursor: pointer;
}

    .lvl3_pdf_img:hover {
        filter: grayscale(40%);
    }

.lvl3_pdf_link:hover {
    text-decoration: none;
}

.lvl3_pdf_link_text {
    color: #00718f;
    font-weight: bold;
    float: left;
    padding-left: 5px;
}

    .lvl3_pdf_link_text:hover {
        color: #0099c1;
        text-decoration: none;
    }

    .lvl3_pdf_link_text:visited {
        color: #00718f;
    }

    .lvl3_pdf_link_text:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #0099c1;
        transition: width .45s;
    }

    .lvl3_pdf_link_text:hover:after {
        width: 100%;
    }

.privacy_text {
     height: 55px;
    bottom: 0;
    position: absolute;
    padding-left: 20px;
    color: black;
    font-size: 0.9em;
}

    .privacy_text a {
        color: #0099c1;
        text-decoration: none;
        background-color: transparent;
    }

        .privacy_text a:hover {
            color: #01beef;
        }

/*#region .......... MEDIA Screens*/

@media screen and (min-width: 1940px) {
    .lvl3_banner_img {
        height: 680px;
    }
}

@media screen and (max-width: 1940px) {
    .lvl3_banner_img {
        height: 630px;
    }
}

@media screen and (max-width: 1800px) {
    .lvl3_banner_img {
        height: 600px;
    }
}

@media screen and (max-width: 1650px) {
    .lvl3_banner_img {
        height: 580px;
    }
}

@media screen and (max-width: 1550px) {
    .lvl3_banner_img {
        height: 560px;
    }
}

@media screen and (max-width: 1450px) {
    .lvl3_banner_img {
        height: 540px;
    }
}


@media screen and (min-width: 1001px) {
    .lvl3_esquema_mobile_div {
        display: none;
    }
}

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

    .lvl3_banner_img_mobile {
        display: block;
        width: 100%;
    }

    .lvl3_banner_img {
        display: none;
    }
}

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

    .lvl3_banner_img_mobile {
        display: block;
        width: 100%;
        min-height: 400px;
        max-height: 450px;
    }

    .lvl3_banner_img {
        display: none;
    }
    /*.lvl3_banner_txt {       
        font-size: 4em;
    }*/

    .lvl3_apresentacao_div {
        padding: 30px 7% 120px 7%;
    }

    .lvl3_apresentacao_titulo {
        font-size: 52px;
    }

    .lvl3_apresentacao_texto {
        font-size: 40px;
    }

    .lvl3_esquema_img {
        display: none;
    }

    .lvl3_esquema_mobile_div {
        visibility: visible;
    }

    .lvl3_container_wrapper {
        width: 100%;
    }

    .lvl3_box {
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 14px;
    }

    .lvl3_subBox_linhas li {
        font-size: 36px;
    }

    .lvl3_box_titulo {
        font-size: 40pt;
    }

    .lvl3_box_subtitulo {
        font-size: 28pt;
    }

    .lvl3_but_mais {
        width: 173px;
        height: 65px;
        font-size: 26pt;
    }

        .lvl3_but_mais:active {
            outline: none;
        }

    .lvl3_pdf_link_text {
        padding-left: 0;
    }

    .lvl3_pdf_div {
        font-size: 24px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
}


@media screen and (max-width: 1550px) {
    .lvl3_esquema_img {
        top: 140px;
    }
}


/*#endregion */


.win.gecko .lvl3_esquema_img {
    position: relative;
    padding-top: 5%;
}
