html,
body {
    font-family: 'Poppins', sans-serif!important;
    margin: 0;
    overflow-x: hidden;
}

p {
    margin-top: 1rem!important;
}


.button.blue-advance {
	background-color:#2dccd3;
	line-height: 14px;
	min-width: 165px;
	border-radius: 30px;
	font-size: 14px;
	padding: 16px 20px;
}

.rowAllign{
	margin-left: 15px; 
	margin-right: 20px
}

.button.no-background{
	background-color: #fff; 
	border:2px solid #2dccd3; 
	color:#2dccd3;
	line-height: 14px;
	min-width: 165px;
	border-radius: 30px;
	font-size: 14px;
	padding: 16px 20px;
}

.buttonSideBySide{
	float: left;
	margin: 30px;
	
}

.como-utilizar img {
    margin-right: 25px;
}

.destaques {
    margin-top: 50px;
}

.programas h3 {
    font-size: 23px!important;
    font-weight: 800!important;
    margin-bottom: -10px!important;
}

.programas h2 {
    margin-bottom: 5%!important;
}

.content .destaques img {
    width: 200px;
    height: auto;
    border-radius: 100%;
    background-image: linear-gradient(to right, #00dfe9 0%, #0085b9 100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    margin-top: 5%;
    max-width: 100%
}

.content .destaques .button {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    background-color: #00dfe9;
    color: white;
}

.vant-title h2 {
    text-align: center;
    font-size: 20px;
}

.vantagens {
    margin-left: 10vw;
    margin-right: 10vw;
}

.vantagens img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.row .vantagens h2 {
    font-size: 30px;
}

.vantagens p {
    text-align: center;
}

.content .bottom .button {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
	
}

.content .alert-icon img {
    width: 65px;
    height: 65px;
}

.content-header {
    max-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}

.content {
    max-width: 80%;
    margin-right: 15%;
    margin-left: 15%;
}

.content p {
    font-size: 16px;
}

.content img {
    /*padding: 10px;*/
    /*max-width: 60%;*/
    /*align-items: center;*/
    width: 65px;
    height: 65px;
    min-width: 65px;
}

.redpants {
    max-width: 30%;
    max-height: 30%;
}

.redpants img {
    position: relative;
    width: 600px;
    height: auto;
    left: -78%;
    top: 19.5em;
    z-index: -1;
    min-height: 600px;
}

.mandown {
    max-width: 30%;
}

.mandown img {
    position: relative;
    width: 500px;
    height: auto;
    left: -73%;
    top: 215px;
    z-index: -1;
}

.screen img {
    position: relative;
    width: 135%;
    height: auto;
    left: -128px;
    max-width: 135%;
    top: 59px;
}

.section_description {
    padding-top: 25px;
    /*margin-left: 10%;
    margin-right: 10%;*/
}

.copyright {
    float: left;
}

a {
    color: #00dfe9!important;
    cursor: pointer;
    /*text-decoration: none;*/
}

.programas .alert_info a {
    color: #0085b9;
    text-decoration: none!important;
}

.navbar {
    display: flex;
    flex-direction: row;
    padding: 40px 0px!important;
}

.navbar .logo {
    display: flex;
    flex: 1 1 50%;
}

.navbar .logo img {
    align-self: flex-start;
}

.navbar .menu {
    display: flex;
    flex: 1 1 50%;
    justify-content: flex-end;
    align-items: center;
}

.navbar .menu .login {
    border: 3px solid #68dae6;
    color: #68dae6;
    max-width: 120px;
    height: 30px;
    border-radius: 100px;
    flex: 1 1 100%;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.navbar .menu .register {
    color: #ffffff;
    background-color: #68dae6;
    max-width: 120px;
    height: 35px;
    border-radius: 100px;
    flex: 1 1 100%;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.navbar .menu .language {
    color: #68dae6;
    flex: 0 1 20%;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
    max-width: 50px;
    cursor: pointer;
}

.doc-banner {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: flex-end;
    align-items: center;
}

.doc-banner img {
    float: right;
    width: 507px;
    height: auto;
    position: relative;
    top: 99px;
    left: 3.5vw;
    transform: translate(-33%, -38.8%);
    max-width: 550px;
}

.sub_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    background-image: linear-gradient(to right, #00dfe9 0%, #0085b9 100%);
}

.sub_header .row_image {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    height: 20%;
    width: 100%;
    max-height: 255px;
}

.sub_header .row_image .sub_title {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-right: 7%;
}

.sub_header .row_image .sub_title h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 1.4vw;
    margin-left: 15vw;
    line-height: 1.4;
}

.row {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: wrap;
    height: 20%;
}

.row>.col {
    display: flex;
    flex-direction: row;
    align-self: baseline;
    justify-content: flex-end;
    width: 100%;
}

.row h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

.row h3 {
    color: #000000;
    text-align: start;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 36px 0;
}

.alert_info {
    margin-left: 9%!important;
    align-items: center!important;
    margin-top: 6%!important;
}

section .info {
    margin-top: 20px;
    margin-left: -28.2%;
    display: flex;
    flex-direction: row;
    flex: 0 1 60%;
    width: calc(2/3 * 165%);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #e95c61;
    align-items: center;
    height: 60px;
}

section .info_blue {
    margin-top: 20px;
    margin-left: -28.2%;
    display: flex;
    flex-direction: row;
    flex: 0 1 60%;
    width: calc(2/3 * 161%);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-image: linear-gradient(to right, #00dfe9 0%, #0085b9 100%);
    align-items: center;
    height: 60px;
}

section .info_blue p {
    color: #ffffff;
    font-size: 2vw;
    font-weight: bold;
    margin-left: 26.5%;
}

section {
    padding-top: 30px;
}

section p {
    color: #000000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

section .alert_info {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap!important;
}

section .alert_info p {
    color: #0085b9;
    font-size: 20px;
    font-weight: bold;
    margin-left: 24px;
}

section .alert_info a[href^="mailto:"] {
    color: #0085b9 !important;
    font-size: 20px;
}

section .info p {
    color: #ffffff;
    font-size: 2vw;
    font-weight: bold;
    margin-left: 25.8%;
}

section .info-reverse {
    display: flex;
    flex-direction: row;
    width: calc(2/3 * 79%);
    align-self: flex-end;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background-color: #e95c61;
    align-items: center;
    height: 60px;
    margin-right: -22%;
}

section .info-reverse p {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-left: 17%;
}

section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 25px;
}

section .row .col {
    display: flex;
    flex-direction: column;
    flex: 1 1 80%;
    flex-wrap: nowrap;
}

section .row .col h2 {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
}

.shadow {
    height: 40px;
    -webkit-box-shadow: 2px 20px 23px -14px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 2px 20px 23px -14px rgba(0, 0, 0, 0.37);
    box-shadow: 2px 20px 23px -14px rgba(0, 0, 0, 0.37);
}

footer {
    margin-bottom: 40px;
}

footer .row_footer {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

footer .row_footer .logo {
    display: flex;
    flex-direction: row;
    width: 25%;
    flex-wrap: wrap;
}

footer .row_footer .power_by {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.power_by {
    float: right;
}

.button {
    display: inline-block;
    border-radius: 50px;
    background-color: #e95c61;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    margin-left: 20%;
    font-weight: 700;
    margin-top: 4%;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.programas .row {
    align-items: initial;
}


/*mediaqueries PC*/

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .content .redpants img {
        top: 350px;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 40px!important;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1215px) and (max-width: 1400px) {
    .content .redpants img {
        top: 335px;
    }
    .doc-banner {
        width: 70%;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 36px!important;
        padding-bottom: 2.5vw;
        line-height: 4.4vw!important;
    }
    section {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1214px) {
    .sub_header .row_image .sub_title h3 {
        font-size: 37px!important;
        padding-left: 55px;
        padding-left: unset;
        padding-bottom: 4.5vw;
        margin-left: 4vw;
        line-height: 1.4;
    }
    .sub_header .row_image .sub_title {
        margin-right: 1%;
    }
    .doc-banner img {
        width: 500px;
        height: auto;
        position: relative;
        top: 158px;
        left: 33%;
        transform: translate(-33%, -53.8%);
        max-width: 500px;
    }
    .content {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .content p {
        font-size: 20px;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    section .info {
        margin-left: -60px;
        width: calc(2/3 * 108%);
    }
    section .info p {
        margin-left: 8%;
    }
    section .info_blue {
        margin-left: -58px;
        width: calc(2/3 * 102%);
    }
    .content .redpants img {
        display: none;
    }
    .content .mandown img {
        display: none;
    }
    section .info_blue p {
        margin-left: 9%;
    }
    footer .row_footer {
        display: inline-flex;
        max-width: 90%;
    }
    .sub_header .row_image {
        max-height: 275px;
    }
    .button {
        margin-left: 43%;
        width: auto;
        font-size: 1.8vw;
    }
    .screen img {
        display: none;
        /* left: -78px;
            top: 45px;
            width: 409px;
            height: 100%;*/
    }
    .como-utilizar img {
        /*padding-right: 25px;*/
    }
    .content .alert-icon img {
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {
    .content .redpants img {
        display: none;
    }
    .content .mandown img {
        display: none;
    }
    .row {
        margin-top: 15px;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 3.7vw;
        line-height: 1.4;
        margin-left: 2vw;
        padding-bottom: 4vw;
    }
    .sub_header .row_image .sub_title {
        margin-right: 0;
    }
    .doc-banner img {
        width: 474px;
        height: auto;
        position: relative;
        top: 150.8px;
        left: 31%;
        transform: translate(-33%, -53.8%);
    }
    .vantagens p {
        text-align: center;
        font-size: 20px!important;
    }
    .doc-banner {
        width: 50%;
    }
    .content {
        max-width: 100%;
        padding-left: 55px;
        padding-right: 5px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .content p {
        font-size: 20px;
        left: 35px;
    }
    .content img {
        /*margin-right: 26px;*/
        /*width: 82px;*/
    }
    .content .alert-icon img {
        width: 65px;
        height: 65px;
        min-width: 64px;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
    }
    footer .row_footer .logo {
        width: 50%;
        flex-wrap: wrap;
    }
    section .info p {
        margin-left: 15.2%;
    }
    section .info {
        margin-left: -102px;
        width: calc(2/3 * 121%);
    }
    section .info_blue {
        margin-left: -110px;
        width: calc(2/3 * 118%);
    }
    section .info_blue p {
        margin-left: 17.1%;
    }
    footer .row_footer {
        display: inline-flex;
        max-width: 90%;
    }
    .button {
        margin-left: 38%;
        border-radius: 40px;
        width: auto;
        font-size: 20px;
    }
    .screen img {
        /* width: 300px;
            margin-left: 10%;*/
        display: none;
    }
    .como-utilizar img {
        /* padding-right: 25px!important;*/
    }
}

@media only screen and (min-width: 640px) and (max-width: 800px) {
    .content .destaques img {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }
    .content .destaques .button {
        width: auto;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
    }
    .button {
        font-size: 15px;
    }
    .content .bottom .button {
        font-size: 15px;
    }
    .destaques {
        width: 100%;
    }
    .redpants img {
        display: none;
    }
    .mandown img {
        display: none;
    }
    .row {
        margin-top: 15px;
    }
    .row h2 {
        font-size: 6vw;
    }
    .row h3 {
        font-size: 2.5vw;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 3.9vw;
        line-height: 1.2;
        padding-bottom: 3vw;
        margin-left: 5vw;
    }
    .sub_header .row_image .sub_title {
        margin-right: 0;
    }
    .sub_header .row_image {
        max-height: 250px;
    }
    .doc-banner {
        max-width: 60%;
    }
    .doc-banner img {
        width: 400px;
        height: auto;
        top: 66px;
        max-width: 400px;
        left: 149px;
    }
    .navbar .menu .login {
        width: 223px;
        height: 30px;
        font-size: 15px;
    }
    .navbar .menu .register {
        width: 223px;
        height: 35px;
        font-size: 15px;
    }
    .content {
        max-width: 100%;
        padding-right: 5px!important;
        margin-right: 5%;
        margin-left: 5%;
    }
    .content p {
        font-size: 20px;
    }
    .content img {
        padding: 10px;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    section .row {
        flex-wrap: wrap;
    }
    section .row p {
        /*text-align: justify;*/
    }
    footer .row_footer {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    section .info {
        margin-left: -110px;
        width: calc(2/3 * 140%);
        height: 69px;
    }
    section .info p {
        margin-left: 18%;
        font-size: 2.5vw;
    }
    section .info_blue {
        margin-left: -110px;
        width: calc(2/3 * 140%);
    }
    section .info_blue p {
        margin-left: 18%;
        font-size: 2.5vw;
    }
    footer .row_footer {
        display: inline-flex;
        max-width: 90%;
    }
    section .alert_info p {
        font-size: 20px;
    }
    .button {
        margin-left: 30%;
    }
    .screen img {
        /*width: 396px!important;*/
        display: none;
    }
    section .row {
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
    .row .vantagens p {
        text-align: center!important;
        margin-left: 50px;
        margin-right: 50px;
    }
    .row h2 {
        font-size: 6vw;
    }
    .row h3 {
        font-size: 4vw;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 28px;
        margin-left: 22px;
        padding-bottom: 2vw;
    }
    .sub_header .row_image .sub_title {
        margin-right: 0;
    }
    .sub_header .row_image {
        max-height: 300px;
    }
    .doc-banner img {
        width: 377px;
        height: auto;
        position: relative;
        top: 73px;
        left: 100%;
        transform: translate(-50%, -32.8%);
        max-width: 611px;
    }
    .doc-banner {
        width: 46%;
    }
    .navbar .menu .login {
        width: 223px;
        height: 35px;
        font-size: 15px;
    }
    .navbar .menu .register {
        width: 223px;
        height: 35px;
        font-size: 15px;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
    }
    footer .row_footer .logo {
        width: 50%;
        flex-wrap: wrap;
    }
    footer .row_footer {
        display: inline-flex;
        max-width: 90%;
    }
    .content {
        max-width: 95%;
        padding-right: 5px;
        padding-left: 50px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .content p {
        font-size: 20px;
    }
    .content img {
        padding: 10px;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .navbar .logo img {
        width: 90%;
        height: auto;
    }
    section .row p {
        /*text-align: justify;*/
    }
    section .row {
        flex-wrap: nowrap;
    }
    section .info-reverse {
        width: calc(2/3 * 120%);
        height: 40px;
        margin-right: -30px;
    }
    section .info {
        width: calc(2/3 * 120%);
        height: 60px;
        margin-left: -80px;
    }
    section .info p {
        margin-left: 20%;
        font-size: 3vw;
    }
    section .info_blue p {
        margin-left: 35%;
        font-size: 3vw;
    }
    section .alert_info p {
        font-size: 15px;
    }
    .redpants img {
        display: none;
    }
    .mandown img {
        display: none;
    }
    .navbar .logo img {
        align-self: flex-start;
        width: 50%;
    }
    .screen img {
        /*width: 300px;*/
        display: none;
    }
    .button {
        margin-left: 22%;
    }
    .programas .button {
        margin-left: 22%;
        width: auto;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .prim-icon {
        margin-top: 0%!important;
    }
    .vantagens p {
        text-align: center;
        font-size: 45px!important;
    }
    .section_description {
        margin-left: 0;
        margin-right: 0;
    }
    .description .screen img {
        padding-bottom: 100px;
        max-width: 100%;
        width: 84vw;
    }
    .screen img {
        display: none;
    }
    .content img {
        padding: 10px;
        max-width: 50%;
        align-items: center;
        width: 200px;
        height: auto;
        min-height: 200px;
    }
    .content .destaques img {
        width: 40%;
        height: 40%;
    }
    .programas h3 {
        font-size: 50px!important;
        font-weight: 800!important;
        margin-bottom: -10px!important;
        text-align: center;
    }
    .programas img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        width: 570px;
        height: auto;
        min-height: 100%;
        margin-bottom: 10px;
    }
    .como-utilizar img {
        margin-left: auto;
        margin-right: auto;
        width: 550px;
        height: auto;
    }
    .como-utilizar h2 {
        text-align: center;
    }
    section .row .col h2 {
        text-align: center!important;
    }
    .content .alert-icon img {
        width: 130px;
        height: 130px;
        min-width: 130px;
        min-height: auto;
    }
    .content .destaques .button {
        font-size: 35px;
        width: 40%;
    }
    .content .bottom .button {
        font-size: 40px;
        width: 90%;
    }
    .button {
        border-radius: 100px;
        font-size: 35px;
        padding: 32px;
        width: 40%;
        margin-left: 30%;
    }
    section .alert_info a[href^="mailto:"] {
        font-size: 25px;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 50px;
        padding-left: 48px;
        padding-bottom: 63px;
        padding-right: 25px;
    }
    .sub_header .row_image {
        max-height: 700px;
    }
    .sub_header .row_image .sub_title {
        margin-right: 0;
    }
    .content .redpants img {
        display: none;
    }
    .content .mandown img {
        display: none;
    }
    .doc-banner {
        width: 38%;
    }
    .doc-banner img {
        width: 878px;
        height: auto;
        position: relative;
        top: 238px;
        left: 112%;
        max-width: 858px;
        margin-right: -25%;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
        margin-left: 50px;
    }
    footer .row_footer .logo {
        width: 80%;
        flex-wrap: wrap;
    }
    .navbar .logo img {
        align-self: flex-start;
    }
    .navbar .menu .login {
        max-width: 200px;
        height: 50px;
        font-size: 30px;
    }
    .navbar .menu .register {
        max-width: 200px;
        height: 55px;
        font-size: 30px;
    }
    .content {
        max-width: 95%;
        margin-right: 15px;
        margin-right: 5%;
        margin-left: 0%;
    }
    .content p {
        font-size: 40px;
    }
    .content h2 {
        font-size: 60px!important;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    section .row {
        flex-wrap: wrap;
    }
    .col p {
        font-size: 40px;
        padding-top: 45px;
    }
    .row h3 {
        font-size: 40px;
    }
    .row h2 {
        font-size: 70px;
    }
    section .info-reverse {
        width: calc(2/3 * 100%);
        height: 13vw;
        margin-right: -6.5%;
    }
    section .info-reverse p {
        font-size: 50px;
        margin-right: -6%;
    }
    section .info {
        width: calc(2/3 * 170%);
        height: 17.3vw;
        margin-left: -13%;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
    }
    section .info_blue {
        width: calc(2/3 * 170%);
        height: 17.3vw;
        margin-left: -13%;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
    }
    section .info_blue p {
        font-size: 50px;
        margin-left: 33%;
    }
    section .info p {
        font-size: 50px;
        margin-left: 16%;
    }
    section .alert_info p {
        font-size: 34px;
    }
    section .alert_info img {
        width: 300px;
        height: 300px;
    }
}


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .content .alert-icon img {
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: auto;
    }
    .screen img {
        /* position: relative;
            height: auto;
            left: -57px;
            max-width: 122%;
            top: 14px;*/
        display: none;
    }
    .button {
        margin-left: 41%;
    }
    .content .redpants img {
        display: none;
    }
    .content .mandown img {
        display: none;
    }
    .sub_header .row_image .sub_title {
        margin-left: 7%;
        margin-right: 0;
    }
    .doc-banner img {
        width: 500px;
        height: auto;
        position: relative;
        top: 159px;
        left: 40%;
        transform: translate(-33%, -53.8%);
        max-width: 500px;
    }
    .doc-banner {
        width: 45%;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
        max-width: 90%;
        margin-left: 43px;
    }
    section .row p {
        /*text-align: justify;*/
    }
    footer .row_footer .logo {
        width: 50%;
        flex-wrap: wrap;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 3.7vw!important;
    }
    .sub_header .row_image {
        max-height: 325px;
    }
    .content {
        max-width: unset;
        padding-right: unset;
        padding-left: unset;
        margin-right: 5%;
        margin-left: 5%;
    }
    .content img {
        /*margin-right: 25px;*/
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    section .info-reverse {
        margin-right: -51px;
        width: calc(2/3 * 64%);
    }
    section .info p {
        margin-left: 6%;
    }
    section .info {
        margin-left: -48px;
        width: calc(2/3 * 130%);
    }
    section .info_blue p {
        color: #ffffff;
        font-weight: bold;
        margin-left: 7%;
    }
    section .info_blue {
        margin-left: -48px;
        width: calc(2/3 * 130%);
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 823px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .programas h3 {
        font-size: 30px!important;
    }
    .button {
        margin-left: 38%;
        font-size: 20px;
        width: 24%;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
        margin-left: 40px;
    }
    footer .row_footer .logo {
        width: 50%;
        flex-wrap: wrap;
    }
    .content .destaques img {
        width: 70%;
        height: 70%;
    }
    .destaques {
        flex: 1 1 50%;
    }
    .vantagens img {
        width: 100px!important;
    }
    .content .screen img {
        /*width: 621px;*/
        display: none;
    }
    .content {
        margin-right: 5%;
        margin-left: 5%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .content h2 {
        font-size: 40px!important;
    }
    .content-header {
        max-width: 100%;
        margin-right: 5%;
        margin-left: 5%;
    }
    section .row {
        /*flex-wrap: wrap;*/
    }
    section .row p {
        /*text-align: justify;*/
    }
    section .info-reverse {
        width: calc(2/3 * 76%);
        height: 45px;
    }
    section .info-reverse p {
        font-size: 40px;
    }
    section .info {
        width: calc(2/3 * 140%);
        height: 9.3vw;
        margin-left: -13%;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
    }
    section .info p {
        margin-left: 14%;
        font-size: 3vw;
    }
    section .info_blue {
        width: calc(2/3 * 140%);
        height: 9.3vw;
        margin-left: -13%;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
    }
    section .info_blue p {
        font-size: 3vw;
        margin-left: 15%;
    }
    section .alert_info p {
        font-size: 20px;
    }
    section .alert_info img {
        width: 60px!important;
        height: 60px!important;
        min-width: 60px!important;
    }
    footer .row_footer {
        flex-wrap: wrap !important;
    }
    .sub_header .row_image .sub_title h3 {
        font-size: 42px;
        padding-left: 55px;
        padding-bottom: 2vw;
    }
    .sub_header .row_image {
        max-height: 290px;
    }
    .content .redpants img {
        display: none;
    }
    .content .mandown img {
        display: none;
    }
    .content img {
        max-width: 60%;
        align-items: center;
        width: 311px;
        height: auto;
    }
    .screen img {
        width: 661px;
        max-width: 100%;
    }
    .row .screen {
        margin-left: 15%;
    }
    .doc-banner {
        width: 38%;
    }
    .doc-banner img {
        width: 504px;
        height: auto;
        position: relative;
        top: 90px;
        left: 70%;
        transform: translate(-50%, -32.8%);
        max-width: 611px;
    }
    section .alert_info a[href^="mailto:"] {
        font-size: 20px;
    }
}