a:link {
    text-decoration: none;
}

#red_info {
    /* border: 1px solid #f1f0f0; */
    padding: 10px 0;
    border-radius: 3px;
    /* background-color: #fcfcfc; */
}
.info_box .image {
    width: 35%;
    float: left;
}
.info_box .info_desc {
    display: inline-block;
    width: 65%;
}
.info_desc h4 {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 15px; 
    font-weight: 700; 
    text-transform: uppercase;
}
.info_desc p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
}
@media (max-width: 767px) {
    #red_info {
        padding-top: 20px;
        /* background-color: #fcfcfc; */
        /* border-color: #fcfcfc; */
    }
    .info_box {
        text-align: center;
    }
    .info_box .image {
        width: 100%;
        float: none;
    }
    .info_box .image img {
        max-width: 100px;
        margin: 0 auto;
    }
    .info_box .info_desc {
        display: block;
        width: 100%;
        height: 70px;
        overflow: hidden;
    }
}

.cor-branco{
    color: #fff;
}

.altura-infos{
    height: 86px;
}

.img-negativo{
    margin-top: -200px;
}
@media (max-width: 425px) {
    .altura-infos{
        height: 55px;
    }
}

@media (min-width: 426px) {
    .altura-infos{
        height: 75px;
    }
}

@media (min-width: 768px) {
    .img-negativo{
        margin-top: -130px;
    }
    .altura-infos{
        height: 45px;
    }
}

@media (min-width: 991.99px) {
    .img-negativo{
        margin-top: -180px;
    }
    .altura-infos{
        height: 65px;
    }
}

@media (min-width: 1199.98px) {
    .img-negativo{
        margin-top: -210px;
    }
    .altura-infos{
        height: 85px;
    }
}

.img-none{
    display: inline-flex !important;
}

@media (max-width: 767.98px) {
    .img-none{
        display: none !important;
    }
}

.btn-comprar{
    background-color: #019321;
    padding: 10px 90px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 20px;
}

.btn-comprar:hover{
    color: #fff;
}

.num-progress{
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #e82f7d !important;
}

.card-comprar{
    width: 98%; 
    margin-left: 1% !important; 
    border-radius: 15px; 
    padding: 0 !important;
}

.bg-part-1{
    background-color: #f9f9f9; 
    margin-bottom: 0 !important; 
    border-radius: 15px 15px 0 0
}

.bg-part-2{
    background-color: #F1F1F1;
    margin-bottom: 0 !important; 
    border-radius: 0 0 15px 15px
}

.btn-comprar-verde{
    background-color: #88C23F !important;
    border-color: #88C23F !important;
    color: #fff !important;
    font-weight: 500;
    padding: 10px;
    max-width: 220px;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.btn-comprar-verde:hover{
    transition: .3s ease-in;
    background-color: #02a129 !important;
    border-color: #02a129 !important;
    text-decoration: none;
}

.cor-rosa{
    color: #E61E78;
}

.bg-rodape{
    background-color: #e82f7d !important;
}

.footer-middle h5 {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #8f194e;
    width: max-content;
    padding-bottom: 5px;
    padding-right: 10px;
    color: #fff;
    transition: .3s ease-in-out;
    font-size: 15px;
}

.ul-rodape{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    line-height: 1.42;
}

.ul-rodape:hover{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    line-height: 1.42
}

.semLink{
    text-decoration: none;
    color: #FFF;
}

.semLink:hover{
    color: #fff;
}

.texto-rodape{
    font-size: 12px; 
    line-height: 1.42;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .texto-rodape{
        font-size: 14px; 
        line-height: 1.42;
    }
}

.tittle-footer{
    font-weight: 700;
    font-size: 15px;
    /* border-bottom: 1px solid #CE108C; */
}

.img-pagamento{
    width: 30%;
}

@media (max-width: 768px) {
    .img-pagamento{
        width: 100%;
    }
}

.triangle-down{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    margin: 0 auto -40px auto;
    z-index: 10;
    position: relative;
}

.mb-6{
    margin-bottom: 4.5rem !important;
}

.bg-rosa{
    background-color: #D54EA1;
}

.bg-cinza{
    background-color: #f7f7f7;
}

.btn-tab{
    padding: 10px 35px !important; 
    border-radius: 25px !important; 
    border: 1px solid #D54EA1 !important;
    width: 225px;
    text-align: center;
}

.icon-tab{
    width: 30px; 
    margin-right: 8px;
}

.border-rosa{
    border-color: #D551A1 !important;
}

.w-selo{
    width: 20%;
}

.w-selo-2{
    width: 45%;
}

.w-selo-reclico{
    width: 30%;
}

@media (max-width: 768px) {
    .w-selo{
        width: 60%;
    }
    .w-selo-2{
        width: 100%;
    }
    .w-selo-reclico{
        width: 80%;
    }
}

.progress-bar-externo{
    height: 20px !important; 
    background-color: #e9ecef !important;
}

.progress-bar-interno{
    height: 20px !important; 
    background-color: #f6cfd4 !important;
}

.cor-preto{
    color: #000;
}

.box-faq{
    background-color: #d4d2d2 !important;
    border-radius: 25px !important;
}

#red_info {
    /* border: 1px solid #f1f0f0; */
    padding: 10px 0;
    border-radius: 3px;
    /* background-color: #fcfcfc; */
}
.info_box .image {
    width: 35%;
    float: left;
}
.info_box .info_desc {
    display: inline-block;
    width: 65%;
}
.info_desc h4 {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 15px; 
    font-weight: 700; 
    text-transform: uppercase;
}
.info_desc p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
}
@media (max-width: 767px) {
    #red_info {
        padding-top: 20px;
        background-color: #fcfcfc;
        border-color: #fcfcfc;
    }
    .info_box {
        text-align: center;
    }
    .info_box .image {
        width: 100%;
        float: none;
    }
    .info_box .image img {
        max-width: 100px;
        margin: 0 auto;
    }
    .info_box .info_desc {
        display: block;
        width: 100%;
        height: 70px;
        overflow: hidden;
    }
}

.box-radius{
    border-radius: 15px 15px 0 0;
}

.p-right-10{
    padding: 0 10px 0 0;
}

.p-left-10{
    padding: 0 0 0 10px;
}

@media (max-width: 767px) {
    .p-right-10{
        padding: 0 5px 0 0;
    }
    
    .p-left-10{
        padding: 0 0 0 5px;
    }
}

/* Animação */
[data-anime] {
    opacity: 0;
    transition: 1s;
}

[data-anime="down"] {
    transform: translate3d(0, -30%, 0);
}

[data-anime="up"] {
    transform: translate3d(0, 30%, 0);
}

[data-anime="left"] {
    transform: translate3d(-100%, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(40px ,0 ,0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0 ,0 ,0);
}

@media (max-width: 767.98px){
    [data-anime="right"] {
        transform: translate3d(0, 15%, 0);
    }
    [data-anime="down"] {
        transform: translate3d(0, -15%, 0);
    }
    
    [data-anime="up"] {
        transform: translate3d(0, 15%, 0);
    }
    
    [data-anime="left"] {
        transform: translate3d(-100%, 0, 0);
    }
}
