
#bannerCarousel > div.owl-wrapper-outer > div > div > li > h1{
    display: none;
}
.card-app-custom{
   width: 371px;
   height: 224px;
   background-color: #c80c3e;
   display: flex;
   flex-direction: row;
   align-items: center;
   border: none;
   margin-top: 9rem;
   padding: 15px;
   padding-left: -41px;
}


@media (max-width: 542px) {
   #bannerCarousel > div.owl-wrapper-outer > div > div > li > h1{
       display: block;
       position: absolute;
    font-size: 30px;
    margin-left: 8%;
    top: 26%;
   }
   .title-bradesco-mob{
       color: #ffffff;
   font-family: Bradesco Sans XBold !important;
   }
   #bannerCarousel > div.owl-wrapper-outer > div > div > li > h1 > span{
       color: transparent;
   -webkit-text-stroke: 2px #ffffff;
   text-shadow: none;
   }
   .modal__container {
       height: unset;
   }

   body.mobile #wrapper {
       padding-top: 125px !important;
   }

   div.comboSegmentos > h2 {
       margin-bottom: 0;
   }

   div.comboSegmentos {
       display: block !important;
       border-bottom: none;
       background-color: rgba(0, 0, 0, 0.7);
   }

   .texto-abre-sua-conta{
       top: 59%;
       left: 0;
       padding: 30px;
   }
   .qr-code {
       width: 100%;
       top: 67%;
       padding: 0;
       text-align: center;
   }
   .loja-aplicativo {
       top: 50% !important;
       right: 0;
       left: 0;
       align-items: center;
       width: 100%;
       text-align: center;
       padding: 0;
       flex-direction: column;
        display: flex   ;
   }

    .loja-aplicativo img {
        width: 180px;
    }
   .slick-dots {
       bottom: -15px;
   }

}

@media (max-width: 420px) {
   .texto-abre-sua-conta {
       top: 64%;
       padding: 20px;
   }
   .loja-aplicativo {
       top: 73%;
   }
}

.sub--text {
    margin-top: -55px;
    margin-bottom: 63px;
    text-align: center;
    font-size: 10px;
}

/*Perguntas Styles*/
.perguntas-container {
    background: #f0f1f5;
}

.perguntas-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.perguntas-title {
    font-size: 32px;
    font-weight: bold;
    margin: 6rem 0 3rem 0;
}

.perguntas-accordions {
    width: 925px;
    margin: 0 0 3rem 0;
}

.perguntas-accordion-box {
    margin-bottom: 1.3vw;
}

.perguntas-accordion-header {
    background-color: #fff;
    color: #47484c;
    padding: 25px;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.perguntas-accordion-header.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: #f0f1f5 solid 1px;
    font-weight: bold;
    color: #47484c;
}

.perguntas-accordion-questao {
    width: 820px;
    font-size: 20px;
    color: #47484c;
    font-weight: 600;
    margin-bottom: 0;
}

.perguntas-accordion-header.active .perguntas-accordion-questao {
    color: #000000;
    font-weight: bolder;
}

.perguntas-accordion-button {
    background: transparent url("/assets/classic/svg/credimovel/accordion_expand.svg") 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4rem;
    cursor: pointer;
}

.perguntas-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
    transition: 0.3s ease-out;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.perguntas-panel ul {
    padding: 0 60px;
    margin-bottom: 0px;
    list-style: disc;
}

.perguntas-panel ul li {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.perguntas-panel p {
    padding: 0px 30px 0px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.perguntas-panel a {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .perguntas-container {
        width: 100%;
    }

    .perguntas-accordions {
        width: 100%;
        padding: 0 1rem;
    }

    .perguntas-title {
        font-size: 18px;
        margin: 2.5rem 0 3rem 0;
    }

    .perguntas-accordion-header {
        padding: 15px;
    }

    .perguntas-accordion-questao {
        width: 100%;
        font-size: 14px;
    }

    .perguntas-panel p {
        font-size: 14px;
        font-weight: normal;
        padding: 15px;
    }
}

.col-1 {
    right: 22%;
}

.cards {
    height: 280px !important;
}

.slick-dots {
    bottom: -38px;
}

.banner-abre-sua-conta {
    position: relative
}

.texto-abre-sua-conta {
    top: 15%;
}

.loja-aplicativo {
    top: 33%;
}

.qr-code {
    top: 20%;
}

.banner-abre-sua-conta {
    position: relative;
    top: 10px;
}
