*,
p,
h1,
h2 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.center-img {
    text-align: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
}

.nav-link:hover {
    color: #0174EF;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #0174EF;
}

.gif-seta {
    max-width: 13vh;
    transform: rotate(-90deg);
}

.gif-contagem {
    max-width: 13vh;
    max-height: 13vh;
}

html,
body {
    width: 100%;
    background-color: #FAFAFA;
    overflow-x: hidden;
}

p {
    color: #425466;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    color: #1592E6;
    cursor: pointer;
}

.details-top {
    display: none;
}

.details-pratice-mobile {
    display: block;
    position: absolute;
    top: 1126px;
    left: 50%;
}

.details-top-mobile {
    display: block;
    position: absolute;
    top: 0;
}

.details-esq1 {
    display: none;
}

.details-dir2 {
    display: none;
}

.title-mobile {
    font-size: 28px;
    font-family: 'Open Sans';
    color: #FFA323;
    font-weight: bolder;
    margin-left: 1.5vh;
}

.sub-title-mobile {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Open Sans';
    color: white;
    margin-left: 1.5vh;
}

.sub-title-mobile span {
    color: #1836b0;
}

.content {
    padding: 0 22px;
}

.margin-desc {
    margin-top: 0 !important;
}

.description {
    margin-top: 5%;
}

.description p {
    font-family: 'Poppins Regular';
    color: #313131;
    font-size: 14px;
}

.container-form {
    background: white;
    color: #707070;
    padding: 17px;
    border-radius: 0px 0px 23px 23px;
    padding-top: 0px;
}

.select-styled {
    /*color: #BCBCBC;*/
}

select:required:invalid {
    color: #BCBCBC!important;
}

.select-styled option[value=""][disabled] {
    display: none;
}

.select-styled option {
    color: black;
}

.select-styled::placeholder {
    color: #BCBCBC;
}

.btn-info {
    color: #BCBCBC;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-color: #DBDBDB;
    width: 46%;
    cursor: pointer;
    float: left;
    border-radius: 21px;
}

.btn-info:hover {
    color: #fff;
    background-color: #F88430;
    border-color: rgb(139, 177, 139);
}

.btn-info.active {
    color: #fff;
    background-color: teal;
    border-color: blue;
}

.btn-warning {
    background-color: #f76d1d;
    border-color: tomato;
}

.btn-warning:hover {
    background-color: rgb(226, 98, 24);
    border-color: tomato;
}

.restricao {
    visibility: hidden;
    position: fixed;
}

.termos-check {
    font-size: 13px;
    font-family: 'Poppins Regular';
}

.btn-styled {
    color: #fff;
    background: #F88430;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 21px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    outline: none;
    padding: 7px;
}

.title-card {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.subtitle-card {
    color: #707070;
    font-size: 14px;
}

.num-conheca {
    color: #000000;
    font-size: 17px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.div-title-card {
    margin-top: 3vh;
    background: #0174EF;
    padding: 0.5vh;
    color: white;
    min-width: 38vh;
    text-align: center;
}

.row-div-solicitar {
    min-width: 38vh;
}

.div-title-card-solicitar {
    margin-top: 3vh;
    background: #0174EF;
    padding: 0.5vh;
    color: white;
    text-align: center;
}

.div-title-card-solicitar-num {
    margin-top: 3vh;
    background: #FFB700;
    padding: 0.5vh;
    color: white;
    text-align: center;
}


.description-card {
    font-size: 14px;
    font-family: 'Poppins Regular';
    color: #425466;
    text-align: center;
}

.title {
    font-size: 24px;
    text-align: center;
    font-family: 'Poppins Regular';
}

.title-card-profile {
    font-size: 18px;
    font-family: 'Poppins Medium';
    text-align: left;
}

.description-card-profile {
    font-size: 14px;
    font-family: 'Poppins Regular';
}

.logo {
    display: none;
}

.title-br {
    display: none;
}

.custom-label-form {
    font-family: 'Open Sans';
    font-size: 10px;
    color: #707070;
    font-weight: bold;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #425466;
    display: block;
    position: relative;
    left: calc(100% - 25px);
    top: -18px;
}

.input-valid-status-desk {
    display: none;
    z-index: 999;
}

.input-valid-status-politic {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-restricao {
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-color: #ced4da;
    border: solid 1px;
    cursor: pointer;
    height: 29px;
    line-height: 21px;
    border-radius: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 37%;
    margin-left: 4%;
}

.btn-restricao:hover {
    color: #fff;
    background-color: #58318F;
}

.btn-check:checked+.btn-restricao {
    color: #fff;
    background-color: #58318F;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.tamanho-max-form-step2 {
    max-height: 95vh;
}

.tamanho-max-form {
    max-height: 95vh;
    max-width: 48vh;
    /* margin-left: 2.5vh; */
}

.disable {
    background-color: #F88430;
}

.distancia-politica {
    margin-top: 5vh;
}

.cor-texto-politica {
    color: #58318F;
    margin-top: 2vh;
}

.titulo-politica {
    font-family: 'Open Sans';
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

.texto-politica {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #707070;
    margin-top: 0px;
}

.titulo-termos {
    font-family: 'Open Sans';
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

.texto-termos {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #707070;
    margin-top: 0px;
}

.alinhamento-steps {
    text-align: center;
}

.img-step1 {
    width: 15vh;
}

.bg-home {
    width: 100%;
    background: url(/img/bg-mob.webp);
    padding: 1vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #013A78;
}

.bg-home2 {
    width: 100%;
    background: url(/img/bg-mob.webp);
    padding: 1vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #013A78;
}

.principais-bandeiras {
    margin-left: 1.5vh;
    background: #1836b0;
    padding: 2%;
    color: white;
    font-size: 10.5px;
    border-radius: 9px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.clique-aqui {
    font-size: 13px;
    color: #ffa323;
}

.img-bandeiras {
    width: 90%;
    height: auto;
    margin-left: 4%;
    margin-top: 2%;
}

.form-superior {
    background: #1836b0;
    max-height: 95vh;
    max-width: 39vh;
    margin-left: 2.5vh;
    border-radius: 23px;
    color: white;
    padding: 1vh 0;
    padding-bottom: 0 !important;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 700;
}

.margin-elem-form {
    z-index: 99;
    margin-top: 1vh;
}

.campos-form {
    max-height: 5vh;
    font-size: 14px;
    font-family: 'Open Sans';
}

.termos-politica-link {
    color: #013A78
}

.div-vantagens {
    text-align: center;
    font-size: 58px;
    font-weight: bolder;
    color: #000000;
    margin-bottom: 2.5%;
}

.vantagens {
    background: linear-gradient( 180deg, white 50%, #FFB700 50%);
}

.img-aviao {
    margin-left: -3vh;
}

.img-cardSX {
    width: 75%;
    height: auto;
}

.distancia-cesta {
    margin-top: 7vh;
}

.description-card {
    color: #707070;
    text-align: center;
    font-size: 11px;
    font-family: 'Open Sans';
    font-weight: 500;
}

.btn-saiba-mais {
    width: 15vh;
    margin-top: 2vh;
    font-size: 20px;
    font-weight: 600;
    padding: 0.5vh;
    font-family: 'Open Sans';
}

.btn-saiba-mais:hover {
    background-color: #FFFFFF;
    color: #F88430;
    border: 2px #F88430 solid;
}

.bg-2 {
    background: #F5F5F5;
}

.tipos-cartoes {
    background: linear-gradient( 180deg, #F5F5F5 50%, #FFB700 50%);
}

.padding-logo-footer {
    padding: 2rem;
}

.alinhamento-form {
    margin-left: -3.5vh;
}

.img-aviao-card {
    width: 222px;
}

.mensagem-redirect {
    background: #0174EF;
    padding: 0.5rem 0.1rem 0.5em 0.2rem;
    color: white;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    margin-top: 0.5rem !important;
}

.img-politica {
    margin-left: -30px;
}

.distancia-form {
    margin-top: 1vh;
}



@media (max-width: 1920px) {
    .distancia-form {
        left: 15% !important;
    }
}

@media (max-width: 1492px) {
    .custon-container-details-card {
        max-width: 750px !important;
    }

    .title-mobile {
        font-size: 52px !important;
    }

    .sub-title-mobile {
        font-size: 38px !important;
    }
}
@media (max-width: 1380px) {
    .custon-container-details-card {
        max-width: 680px !important;
    }
}



@media (max-width: 1099px) {
    .distancia-form {
        width: 28%;
    }

    .container-top {
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {
    .custon-container-details-card {
        max-width: 520px !important;
    }

    .distancia-form {
        max-width: 300px;
    }

    .sub-title-mobile {
        font-size: 30px !important;
    }

    .title-mobile {
        font-size: 40px !important;
    }

    .sub-title-mobile2 {
        font-size: 25px !important;
    }
}

@media (max-width: 862px) {
    .distancia-form {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 762px) {
    .distancia-form {
        width: 100%;
    }

    .container-top {
        padding: 0 !important;
    }
}




@media only screen and (max-width: 768px) {
    .img-termos {
        margin-left: 0px;
        width: 55%;
        height: auto;
    }
    .img-politica {
        margin-left: 0px;
    }
    .div-vantagens {
        font-size: 28px;
    }
    .btn-saiba-mais {
        font-size: 12px;
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
    }
    .nav-item {
        margin: 0.5rem 0;
        margin-left: -2rem;
        width: 100%;
        border-bottom: solid 1px #cfc9c9;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-link {
        font-size: 1rem;
        font-weight: bold;
        color: #000000;
    }
    .titulo-politica {
        font-size: 11px;
    }
    .texto-politica {
        font-size: 11px;
    }
    .titulo-termos {
        font-size: 11px;
    }
    .texto-termos {
        font-size: 11px;
    }

    .sub-title-mobile {
        font-size: 18px !important;
    }

    .title-mobile {
        font-size: 24px !important;
    }

    .sub-title-mobile2 {
        font-size: 14px !important;
    }

    
}



@media (min-width: 768px) {
    .alinhamento-form {
        margin-left: 3.5vh;
    }
    .center-img {
        text-align: center;
    }
    .mensagem-redirect {
        background: #0174EF;
        padding: 0.5rem 0.1rem 0.5em 0.2rem;
        color: white;
        font-size: 21px;
        font-family: 'Open Sans';
        font-weight: 300;
        align-items: center;
        width: 50%;
        align-self: center;
        margin-left: 25% !important;
    }
    .img-step1 {
        width: 15vh;
    }
    .distancia-politica {
        margin-top: 5vh;
    }
    .tamanho-max-form-step2 {
        max-height: 41vh;
    }
    .tamanho-max-form {
        max-height: 96vh;
        max-width: 62.3vh;
        width: 100% !important;
    }
    .logo {
        display: block;
    }
    .title-mobile {
        font-size: 58px;
        margin-top: 1vh;
    }
    .sub-title-mobile {
        font-size: 40px;
    }
    .sub-title-mobile span {
        font-size: 40px;
    }
    .content {
        width: 100%;
    }
    .container-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 40px;
    }
    .content-page {
        width: 100%;
        max-width: 1366px;
    }
    .title-br {
        display: block;
    }
    .description p {
        font-size: 20px;
    }
    .container-form {
        width: 583px;
        z-index: 99;

        /* position: relative;
        left: -11px; */
    }
    .container-center {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 6%;
    }
    .ajust-img-milhas {
        width: 45%;
        height: auto;
    }
    .ajust-img-padrao {
        width: 50%;
        height: auto;
    }
    .ajust-img-anuidade {
        width: 42%;
        height: auto;
    }
    .ajust-img-descontos {
        width: 60%;
        height: auto;
    }
    .container-restrict {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .restricao-label-yes,
    .restricao-label-no {
        width: 107px;
        height: 37px;
    }
    .restricao-label-yes {
        margin-right: 14px;
    }
    .custom-button {
        border: none;
        width: 281px;
        height: 5vh;
    }
    .custom-label-form {
        font-size: 14px;
        margin-left: 1vh;
    }
    .title-card-profile {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .description-card-profile {
        font-size: 16px;
    }
    .title-card {
        font-size: 20px;
        margin-top: 21px;
    }
    .description-card {
        font-size: 14px;
        margin-top: 31px;
        min-height: 84px;
    }
    .title {
        font-size: 40px;
        font-family: 'Poppins Medium';
    }
    .details-top {
        width: 90%;
        display: block;
        position: absolute;
        top: 0;
    }
    .details-esq1 {
        display: block;
        position: absolute;
        top: 500px;
        width: 380px;
    }
    .details-dir2 {
        display: block;
        position: absolute;
        top: 1250px;
        left: 60%;
    }
    .input-valid-status-desk {
        display: block;
    }
    .btn-restricao {
        font-family: 'Open Sans';
        font-size: 14px;
        background-color: rgb(255, 255, 255);
        border-color: #ced4da;
        border: solid 1px;
        cursor: pointer;
        height: 36px;
        line-height: 21px;
        border-radius: 21px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 33%;
        margin-left: 3%;
    }
    .teste {
        margin-left: auto;
    }
    .bg-home {
        width: 100%;
        background: url(/img/bg-desk.webp);
        padding: 1vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #013A78;
    }
    .bg-home2 {
        width: 100%;
        background: url(/img/bg-desk2.webp);
        padding: 1vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #013A78;
    }
    .nav-link {
        font-size: 1rem;
        font-family: 'Open Sans';
        font-weight: 600;
        color: #000000;
    }
    .nav-link:hover {
        color: #0174EF;
    }
    .nav-logo {
        margin-left: 3rem;
    }
    .form-superior {
        background: #1836b0;
        max-height: 95vh;
        width: 60.2vh;
        max-width: 63vh;
        border-radius: 23px;
        color: white;
        /* padding: 1vh; */
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 700;
    }
    .distancia-form {
        margin-top: 0vh;
    }
    .img-bandeiras {
        width: 85%;
        height: auto;
        margin-top: 5%;
        margin-left: 2.5vh;
        margin-bottom: 5%;
    }
    .principais-bandeiras {
        font-size: 14.5px;
    }
    .margin-elementos-2 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .tamanho-card-aviao-cesta-cartao {
        height: 31vh;
    }
    .img-aviao-card {
        width: 200px;
    }
    .margin-cartao-internacional {
        margin-top: 3.4vh;
    }
    .div-title-card-solicitar-num {
        padding: 1vh;
    }
    .tamanho-bloco-4 {
        height: 46vh;
    }
    .margin-footer-elements {
        margin-top: 2vh;
    }
}

@media (min-width: 1024px) {
    .distancia-form {
        position: relative;
        left: 43px !important;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1500px) {

    .distancia-form {
        position: relative;
        left: 5%;
    }
}
@media (min-width: 1650px) {

    .distancia-form {
        position: relative;
        left: 12%;
    }
}
@media (min-width: 1760px) {

    .distancia-form {
        position: relative;
        left: 25%;
    }
}

/* @media (min-width: 1700px) {

    .distancia-form {
        margin-left: 10%;
    }
} */

@media (max-height: 560px) {
    .campos-form {
        max-height: 7vh;
        font-size: 14px;
        font-family: 'Open Sans';
    }
    .tamanho-max-form {
        max-height: 95vh;
        max-width: 85vh;
        margin-left: 2.5vh;
    }
    .form-superior {
        background: #1836b0;
        max-height: 95vh;
        max-width: 85vh;
        margin-left: 2.5vh;
        border-radius: 23px;
        color: white;
        /* padding: 1vh; */
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 700;
    }
    .img-step1 {
        width: 20vh;
    }
}