.cb_c8972ed887d71788ee6fc63add423fd2 { @font-face {
    font-family: "Latam Sans-Italic";
    font-style: normal;
    font-weight: 300;
    src: url(https://s.latamstatic.com/layout/ui/3/fonts/Latam_Sans_Regular.woff2) format("woff2"), url(https://s.latamstatic.com/layout/ui/3/fonts/Latam_Sans_Regular_Italic.woff) format("woff"), url(https://s.latamstatic.com/layout/ui/3/fonts/Latam_Sans_Regular_Italic.ttf) format("truetype");
}

.container-comparacao-cartoes {
    margin-top: 100px;
    margin-bottom: 120px;
}

.imagem-planejamento-mobile {
    display: none;
}

.box-shopping {
    -webkit-box-shadow: -14px 0px 34px -8px rgba(0,0,0,0.18);
    -moz-box-shadow: -14px 0px 34px -8px rgba(0,0,0,0.18);
    box-shadow: -14px 0px 34px -8px rgba(0,0,0,0.18);

    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
}

.titulo-planeje-viagem {

    font-style: italic;
    font-weight: 400;
    font-size: 31.25px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #120163;
    margin-top: 5%;
    width: 90%;
}

.detalhe-planeje-viagem {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #120163;
    margin-top: 4%;
}

.ir-shopping {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 16px;
    gap: 8px;

    left: calc(50% - 232px/2 - 360px);
    top: 207px;
    background: #EB5678;
    border-radius: 8px;


    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF!important;
    width: 60%;
    margin-top: 10%;
}



.ir-shopping:active {
    color: #FFFFFF!important;
}

.ir-shopping img {
    margin-top: 10px;
}

.imagem-planejamento img {

    border-radius: 11px 11px 11px 11px;

}

.box-pontos-cartao {
    margin-top: 5%;
    margin-left: 7%;
}

.imagem-cartao-em-pe {
    margin-left: -1%;
}

.detalhe-cartao-em-pe {
    margin-left: 3%;
}

.titulo-cartao-em-pe {
    font-style: italic;
    font-weight: 400;
    font-size: 39.06px;
    line-height: 49px;
    color: #120163;
}

.descricao-cartao-em-pe {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;

}


.botoes-pontos-cartao {
    margin-top: 8%;
}

@media screen and (max-width: 1700px) {
    .ir-shopping {
        width: 50%;
    }

    .detalhe-cartao-em-pe {
        margin-left: 6%;
    }
}


@media screen and (max-width: 1500px) {
    .ir-shopping {
        width: 55%;
    }

    .detalhe-cartao-em-pe {
        margin-left: 10%;
    }
}


@media screen and (max-width: 1380px) {
    .ir-shopping {
        width: 60%;
    }
}

@media screen and (max-width: 1290px) {
    .ir-shopping {
        width: 70%;
    }
}


@media screen and (max-width: 1200px) {

    .container-comparacao-cartoes {
        margin-top: 5px;
    }

    .box-shopping{
        width: 93%;
        border-radius: 0px 0px 11px 11px;
    }

    .imagem-planejamento {
        display: none;
    }

    .ir-shopping {
        width: 100%;
        margin-bottom: 3%;
        justify-content: space-between;
    }
    .imagem-planejamento-mobile {
        display: block;
        width: 100%;
    }

    .imagem-planejamento-mobile img {
        width: 93%;
        border-radius: 11px 11px 0px 0px;
    }

    .imagem-cartao-em-pe {
        margin-top: 5%;
        margin-left: 25%;
        margin-bottom: 5%;
    }

    .detalhe-cartao-em-pe {
        margin-left: 0%;
    }

}

@media screen and (max-width: 840px) {

    .imagem-cartao-em-pe {
        margin-left: 15%;
    }

    .detalhe-cartao-em-pe {
        margin-left: 0%;
    }

}

@media screen and (max-width: 766px) {

    .box-shopping {
        margin-left: 0%;
    }

    .detalhe-cartao-em-pe {
        margin-left: -10%;
    }

}

@media screen and (max-width: 620px) {

    .imagem-cartao-em-pe {
        margin-left: -5%;
    }

}


@media screen and (max-width: 460px) {

   .botoes-pontos-cartao button {
       width: 100%;
       margin-top: 10%;
   }

    .imagem-cartao-em-pe {
        margin-left: -15%;
    }

    .imagem-cartao-em-pe img {
        width: 130%;
    }

} }