.header .navbar-default.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);
}

.header .navbar-default.navbar .navbar-nav .nav-item .nav-link :hover {
    color: #28367b;
    background-color: rgba(255, 255, 255, 0.0);
}


.header .navbar-logo {
    color: #1e1835;
    font-size: 25px;
    background-image: url('../img/topvantagens/logo-dark1.png');
    background-size: 80% 80%;
    background-position: top left;
    background-repeat: no-repeat;
    height: 99px;
    width: 196px;
}

.header-collapse {
    background: #fff !important;
}

.header-collapse .navbar-logo {
    color: #fff;
    font-size: 25px;
    background-image: url('../img/topvantagens/logo-dark1-backup.png');
    height: 99px;
    width: 196px;
}

.header .navbar-default.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: #000bd9 ;
}

.header .navbar-default.navbar .navbar-toggler .icon-bar {
    background-color: #000bd9 ;
}

.header .navbar-default.navbar .navbar-toggler.collapsed .top-bar {
    background-color: #000bd9 ;
}

.header-collapse .navbar-default.navbar .navbar-toggler.collapsed .bottom-bar {
    background-color: #000bd9 ;
}

.header-collapse .navbar-default.navbar .navbar-toggler .icon-bar {
    background-color: #000bd9 ;
}

.header-collapse .navbar-default.navbar .navbar-toggler.collapsed .top-bar {
    background-color: #000bd9 ;
}

.header-collapse .navbar-default.navbar .navbar-nav .nav-item .nav-link {
    color: #000bd9  !important;
}

.section-padding {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 80px;
}

.section-grey {
    background-color: white;
}

.container-fluid-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ul-no-style {
    list-style-type: none;
    padding: 0px;
}

/*.btn-app {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 50px;
    background-color: #1e1835;
    border: none;
}*/

.icon-btn-app {
    color: #E91724 ;
    font-size: 50px !important;
}

.faq-card {
    background-color: #000bd9  ;
    ;
}

.title-faq-card {
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}

.body-faq-card {
    background-color: #fff;
    text-align: justify;
}

/*Conheça os benefícios*/

.portfolio-grid-fit .portfolio-item {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: #888;
    color: #262524;
    display: block;
}

@media (max-width: 1170px) {
    .portfolio-grid-fit .portfolio-item {
        width: 33.33333333333333%;
    }
}

@media (max-width: 980px) {
    .portfolio-grid-fit .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .portfolio-grid-fit .portfolio-item {
        width: 100%;
    }
}

.portfolio-box {
    position: relative;
    overflow: hidden;
}

.portfolio-box .portfolio-image-wrap {
    display: block;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.portfolio-box .portfolio-image-wrap img {
    width: 100%;
}

.portfolio-box .portfolio-caption {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    padding: 20px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 9;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.portfolio-box:hover .portfolio-caption {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
    -webkit-transition-delay: 0.08s;
}

.portfolio-box .portfolio-caption .portfolio-caption-tb {
    height: 100%;
    width: 100%;
    display: table;
}

.portfolio-box .portfolio-caption .portfolio-caption-tb-cell {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    text-align: center;
}

ul.portfolio-btn-wraper, .portfolio-btn-wraper {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}

ul.portfolio-btn-wraper li {
    display: inline-block;
    margin: 0px 0px;
}

ul.portfolio-btn-wraper .btn {
    display: inline-block;
    height: 32px !important;
    width: 32px !important;
    line-height: 28px !important;
    font-size: 14px;
    padding: 0px !important;
    text-align: center;
}

ul.portfolio-btn-wraper .btn i, .portfolio-btn-wraper .btn i {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-app-download {
    display: flex;
    justify-content: center;
    border-radius: 7px;
    height: 50px;
}


.icon-btn-app {
    font-size: 45px !important;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pl-xs-0 {
        padding-left: 0px
    }
    /*.pl-xs-1 {padding-left: 0%}*/
    .input-xs-numero {
        width: 95%;
        font-size: 9px
    }
    .img-programa-indique-ganhe {
        height: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .pl-xs-0 {
        padding-left: 0px
    }
    /*.pl-xs-1 {padding-left: 0%}*/
    .input-xs-numero {
        width: 95%;
        font-size: 9px
    }
    .img-programa-indique-ganhe {
        height: 70px !important;
    }
}

.btn-ig1, .btn-ig2 {
    border: none;
    text-align: center;
    outline: none;
    color: #6f6985;
    width: 76px;
    font-weight: 700;
    font-size: 12px;
    /* background-color: #0d6ece; */
    padding: 4px 0px;
    margin: auto;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.30);
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: #fff; */
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.whatsapp-icone {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    margin-left: 90%;

}
/* === === === === === CESTAS === === === === ===  */
/* CONTAINER */
.container_cesta {
    display: flex;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

/* TITULO MOBILE */
.container_cesta .titulo_mobile {
    display: none;
}

/* IMAGEM CESTA */
.container_cesta .img_cesta {
    font-weight: 700;
    text-align: justify;
    border-radius: 5px;
    margin: auto;
    width: 35%;
}

.container_cesta .img_cesta img {
    width: 100%;
}

.container_cesta .img_cesta .container_downloadApp {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.container_cesta .img_cesta .container_downloadApp .download_app {
    background-color: #f95235;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: .5s;
}

.container_cesta .img_cesta .container_downloadApp .download_app a i {
    font-size: 40px;
    color: white;
}

.container_cesta .img_cesta .container_downloadApp .download_app:hover {
    background-color: white;
    transform: scale(1.05);
    transition: .5s;
}

.container_cesta .img_cesta .container_downloadApp .download_app:hover a i {
    color: #424446;
}

/* TEXTO CESTA */
.container_cesta .txt_cesta {
    width: 65%;
}

.container_cesta .txt_cesta .titulo {
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: white;
    margin-bottom: 50px;
    width: 100%;
}

.container_cesta .txt_cesta .cestas {
    display: flex;
    justify-content: space-between;
}

.container_cesta .txt_cesta .cestas > div {
    width: 49%;
    padding: 10px;
    border-radius: 7px;
    transition: .3s;
}

.container_cesta .txt_cesta .cestas > div:hover {
    box-shadow: 2px 2px 3px 1px #363636;
    transform: scale(1.01);
    transition: .3s;
}

.container_cesta .txt_cesta .cestas > div .titulo_cesta {
    color: #fc5130;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.container_cesta .txt_cesta .cestas > div > .btn_contrate {
    text-align: center;
    margin: 15px auto;
}

.container_cesta .txt_cesta .cestas > div > .btn_contrate > a {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fc5130;
    font-weight: 800;
    transition: .5s;
}

.container_cesta .txt_cesta .cestas > div > .btn_contrate > a:hover {
    background-color: #fc5130;
    color: white;
    transition: .5s;
}

.container_cesta .txt_cesta .cestas > div > .cesta {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 800;
}

.container_cesta .txt_cesta .cestas > div > .cesta i {
    padding-right: 10px;
    color: #fc5130;
}

.container_cesta .txt_cesta .cestas > div > .cesta p {
    margin: 0;
    text-align: left;
}

@media (max-width: 600px) {

    .container_cesta .txt_cesta .cestas {
        display: block;
    }

    .container_cesta .txt_cesta .cestas > div {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}



@media (max-width: 800px) {

    .container_cesta {
        display: block;
    }

    .container_cesta .titulo_mobile {
        display: block;
        text-align: center;
        font-size: 35px;
        font-weight: 800;
        color: white;
        margin-bottom: 50px;
        width: 100%;
    }

    .container_cesta .img_cesta {
        width: 100%;
    }

    .container_cesta .txt_cesta {
        width: 100%;
    }

    .container_cesta .txt_cesta .titulo {
        display: none;
    }

}
/* CONHEÇA OS BENEFÍCIOS */
/* DESCONTOS */
.content_segmento {
    display: flex;
    flex-flow: wrap;
    align-items: center; 
    justify-content: center;
    align-self: center;
}

.container_descontos {
    padding: 20px;
}

.btn_descontos {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    border-radius: 10px;
    color: black;
    font-weight: 800;
    font-size: 14px;
    margin: 12px 8px;
    border: 2px solid #000bd9  ;
    cursor: pointer;
    transition: .5s;

    /* Impede de selecionar */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_descontos .img_descontos {
    margin-right: 5px;
    max-width: 20px;
    filter: invert(25%) sepia(107%) saturate(193%) brightness(10%) contrast(212%);
}

.btn_descontos label {
    margin: 0;
    cursor: pointer;
}

/* BENEFICIOS */
.btn_beneficios {
    display: flex;
    width: 110px;
    height: 88px;
    background-color: transparent;
    border: 2px solid #000bd9  ;
    border-radius: 10px;
    padding: 5px;
    color: black;
    font-weight: 800;
    font-size: 10px;
    margin: 12px 8px;
    cursor: pointer;
    transition: .5s;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

    /* Impede de selecionar */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_beneficios:hover {
    background-color: #000bd9  ;
    transform: scale(1.1);
    transition: .5s;
}
.btn_descontos:hover {
    background-color: #fff426;
    transform: scale(1.1);
    transition: .5s;
    border: none;
}

.btn_beneficios img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    max-width: 50px;
}

.btn_beneficios label {
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.btn_hover:hover{
    filter: invert(100%);
}

/* FAQ */
.container_faq {
    max-width: 1200px;
    padding: 20px;
}

.container_faq .titulo {
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #000bd9;
    margin-bottom: 50px;
    width: 100%;
}
/* RODAPÉ */
.rodape_ {
    padding: 15px;
    background-color: #000bd9 ;
    text-align: center;
}

.rodape_ p {
    color: white;
    margin: 0;
}

.rodape_ p a {
    color: white;
    text-decoration: underline;
}
.b-800 {
    font-weight: 800;
}
/***Indique e ganhe*****/
@media screen and (max-width: 767px) {
    .pl-xs-0 {
        padding-left: 0px
    }
    /*.pl-xs-1 {padding-left: 0%}*/
    .input-xs-numero {
        width: 95%;
        font-size: 9px
    }
    .img-programa-indique-ganhe {
        height: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .pl-xs-0 {
        padding-left: 0px
    }
    /*.pl-xs-1 {padding-left: 0%}*/
    .input-xs-numero {
        width: 95%;
        font-size: 9px
    }
    .img-programa-indique-ganhe {
        height: 70px !important;
    }
}
.container_indiqueGanhe {
    width: 100%;
    display: flex;
    padding-top: 140px;
    padding-bottom:50px;
    justify-content: center;
}

.cont_outherImg, .cont_imgIndiqueGanhe {
    width: 50%;
    position: relative;
    padding: 15px;
    
}
.cont_outherImg img, .cont_imgIndiqueGanhe img {
    width: 100%;
    height: auto;
}
.cont_imgIndiqueGanhe .container_inputs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 70%;
    left: -5px;
    right: 0;
    margin: auto;
    max-width: 600px;
    height: 117px;
    margin-top: -30px;
}
.cont_imgIndiqueGanhe .container_inputs .div_input {
    text-align: center;
    width: 100%;
}
.cont_imgIndiqueGanhe .container_inputs .div_input input {
    width: 100%;
    font-size: 15px;
}
.cont_imgIndiqueGanhe .container_inputs .resultado_indiqueGanhe {
    position: absolute;
    bottom: 15px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 800;
    padding: 10px;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    color: #3E4243;
    display: flex;
}
@media (max-width: 800px) {
    .container_indiqueGanhe {
        width: 100%;
        display: block;
    }
    .cont_outherImg, .cont_imgIndiqueGanhe {
        width: 100%;
        position: relative;
        display: block;
        justify-content: center;
        padding: 15px;
        margin: auto;
    }
    .cont_imgIndiqueGanhe .container_inputs {
        position: absolute;
        bottom: calc(50% - 10px);
        display: flex;
        justify-content: space-between;
        width: 65%;
        max-width: 400px;
        left: -8px;
        right: 0;
        margin: auto;
        height: 90px;
    }
    .cont_imgIndiqueGanhe .container_inputs .resultado_indiqueGanhe {
        position: absolute;
        bottom: -30px;
        text-align: center;
        line-height: 1.2;
        font-size: 10px;
        font-weight: 800;
        padding: 10px;
        border-radius: 6px;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        color: #3E4243;
    }
}
@media screen and (max-width:450px){
    .cont_imgIndiqueGanhe .container_inputs .div_input input{
        width: 100%;
        font-size: 10px;
    } 

}
/* CAROUSEL FADE */
.carousel-fade{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }

   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
   .btn_app ul{
    position: absolute;
    margin-left: 190px;
    margin-top: 100px;
    align-items: center;
}
   @media (max-width: 768px) {
     .btn_app ul{
        position: absolute;
        margin-left: 180px;
        margin-top: 90px;
        align-items: center;
    }
}
    @media (max-width: 430px) {
    .btn_app ul{
        position: absolute;
        margin-left: -25px;
        margin-top: px;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .navbar-logo {
      display: none;
    }
  }
  .idv {align-items: start;} .idv img {width: 100%; }

  .btn_app a{
    padding: 11px 10px;
    background-color: #000000;
    border-radius: 10px;
}
.ul-no-style {
    list-style-type: none;
    padding: 0px;
}
.border-card{
    border: 3px solid;
    border-color: #0060f5 #0087ff #0060f5 #0087ff  ;
}
