section.mainContent {
    padding: 0;
    width: 100vw;
    margin-bottom: 0;
    margin-top: -60px;
}

.main {
    width: 100%;
    background: url('/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/bg_gradient.svg') no-repeat;
    background-position: top 10rem center;
    background-size: cover;
    margin-bottom: 0;
    /* margin-top: -120px; */
}


body {
    background: #fff;
}

.container {
    height: 450px;
}

.iframe-container > .container {
    height: auto!important;
    padding-bottom: 90px!important;
}

.container-flex {
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 280px;
}

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

.right {
    display: flex;
    flex-direction: row-reverse;
    justify-items: center;
    align-items: center;
}

.block:first-child {
    margin: 0;
}

.block {
    margin: 50px 0;
    width: 100vw;
}

/* .block > .container {
    display: flex; */

/* } */

.box__form {
    top: 3781px;
    left: 375px;
    width: 690px;
    /* height: 263px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #00000029;
    border: 0.5px solid #F0F1F5;
    border-radius: 4px;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 50px;
}

.box__form p {
    margin: 20px;
    font-size: 16px;
}

.box__form h2 {
    margin: 20px;
}

#tarifa .box__form h2:after {
    all: initial;
}
#tarifa .box__form h3:after {
    content: '';
    width: 45px;
    height: 4px;
    display: block;
    background: #E1173F;
    margin: 15px auto 10px;
}

.box__form h2:after {
    content: '';
    width: 45px;
    height: 4px;
    display: block;
    background: #E1173F;
    margin: 15px auto 10px;
}

.box__form button {
    border: none;
}

.box__last {
    padding: 4rem 0 0;
}

.btn_classic_solid {
    height: 3rem;
    color: #fff;
    background: #E1173F;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    line-height: 3rem;
    padding: 0 3rem;
    border-radius: 1.5rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    text-decoration: none;
}

.c-banner { position: relative; }

.c-banner img { height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }

.c-banner--hero { float: left; transition: opacity .3s; width: 100%!important;}

.c-banner--hero:after { clear: both; content: ''; display: table; }

@media (min-width: 1023px) { .c-banner--hero picture:after { background: linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%); content: ''; display: block; height: 160px; left: 0; position: absolute; top: 0; z-index: 1; width: 100%; } }

.c-banner--hero picture img { height: auto; }

.c-banner--hero .c-title { color: #ffffff; width: 100%; }

.title {
    width: 480px;
    float: right;
    position: relative;
    bottom: 170px;
    right: 60px;
    text-align: right;
    color: #47484C;
}

.title h1 {
    margin-bottom: 17px;
    font-size: 1.5em;
}

.title h2 {
    line-height: 34px;
    font-weight: 500;
    font-size: 1em;
}

.title h2 > span {
   font-weight: 400;
}

.cards {
    display: inline-flex;
    justify-content: center;
}

.cards .cards__item {
    cursor: pointer;
    float: left;
    background: #ffffff;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 12px -4px rgb(0 0 0 / 58%);
    -moz-box-shadow: 0px 5px 12px -4px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 5px 12px -4px rgb(0 0 0 / 58%);
    transform: scale(1);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 185px;
    height: 240px;
    padding: 15px;
}


.cards .cards__item span {
    font-weight: 600;
    color: #702F8A;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cards .cards__item .line {
    height: 8px;
    width: 40px;
    background: #702F8A;
}

.cards .cards__item:hover {
    background: transparent linear-gradient(131deg, #CC092F 0%, #8D226C 85%, #702F8A 100%) 0% 0% no-repeat padding-box;
}

.cards .cards__item:hover span {
    color: #fff;
}

.cards .cards__item:hover .line {
    background: #fff;

}

.icon1-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon1.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon1-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon1-over.svg);
}

.icon2-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon2.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon2-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon2-over.svg);
}

.icon3-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon3.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon3-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon3-over.svg);
}

.icon4-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon4.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon4-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon4-over.svg);
}

.icon5-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon5.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon5-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon5-over.svg);
}

.icon6-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon6.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    display: block;
}

.cards .cards__item:hover .icon6-home {
    background-image: url(/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/icon6-over.svg);
}

.text__title {
    font-size: 1.6rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
}


.text__description--left p, 
#gerente h3,
#horario h3,
#comodidade h2,
#solucao h3
#tarifa h2 {
    font-size: 1.2rem;
    width: 75%;
    line-height: 30px;
}

#facilidade h3 {
    font-size: 1.2rem;
    line-height: 30px;
}

#tarifa h2 {
    margin: 20px;
    font-size: 16px;
}

#tarifa h3 {
    all: unset;
    font-size: 1.5em;
    margin: 20px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#gerente h3,
#horario h3,
#comodidade h2,
#facilidade h3,
#solucao h3,
#tarifa h2 {
    font-weight: unset;
}

.text__description--right p {
    font-size: 1.2rem;
    line-height: 30px;
}

.text__description--right ul, .text__description--left ul {
    font-size: 1.2rem;
}

.text__description--right ul > li, .text__description--left ul > li{
    padding: 5px 0;
}

.text__description--left {
    width: 500px;
    float: left;
    position: relative;
}

.text__description--right {
    width: 500px;
    float: right;
    position: relative;
}

.text__description--white {
    color: #fff;
}

.text__description--gray {
    color: #4A4F5C;
}

.box__image--left {
    float: right;
    position: absolute;
    left: 0;
}

.box__image--right {
    position: absolute;
    right: 0;
}

.box__contact {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.box__contact .text__description {
    padding: 15px;
}

.slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background-color: #702F8A;
    color: transparent;
}

.slick-dots li button:before {
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background-color: #702F8A;
    color: transparent;
}

.slick-prev, .slick-next {
    display: none;
}


.box__image--right:before {
    content:url('/assets/exclusive/img/produtos-servicos/bradesco-exclusive-digital/up_line.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left:-50px;
    top:10px;
    display: block;
}

.botao_vermais {
    color: #3B69FF;
    background: none;
    font-weight: 600;
}

.exclusive.modalnew {
    background: #FFF!important;
    border-radius: 8px;
}

.exclusive.modalnew section {
    padding: 50px!important;
    text-align: center!important;
}

.exclusive.modalnew button.mfp-close::before {
    color: #3B69FF!important;
}

.modal_digital {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal_digital h3 {
    margin-top: 30px;
    color: #47484C;
}

.modal_digital h3:after {
    content: '';
    width: 45px;
    height: 4px;
    display: block;
    background: #E1173F;
    margin: 15px auto 10px;
}

.modal_digital p {
    margin-top: 30px;
    color: #47484C;
    width: 80%;
}

@media (min-width: 1800px) {
    body {
        font-size: 22px;
    }
}

@media screen and (max-width: 1240px) {

    .text__title {
        font-size: 1.2rem;
    }
    
    .text__description--left p{
        font-size: .9rem;
    }
    
    .text__description--right p {
        font-size: .9rem;
    }
    
    .text__description--right ul, .text__description--left ul {
        font-size: .9rem;
    }
    
    .text__description--left, .text__description--right{
        padding: 0 1rem;
    }

    .box__last {
        padding: 0;
    }

    .text__description--left p{
        width: 100%;
    }

    .container {
        height: auto;
    }

    .box__form {
        width: 90%;
    }
    body.mobile section {
        width: 100%;
    }

    .title {
        width: 78%;
        /* float: right; */
        position: relative;
        bottom: 40px;
        right: 40px;
        text-align: center;
    }

    .block:last-child{
        padding-bottom: 30px;
    }

    .main {
        background-position: top 0 center;
    }

    .box__image--right {
        position: relative;
        width: 100vw;
    }
    
    .left {
        flex-direction: column-reverse;
    }

    .text__description--left {
        width: auto;
        color: #fff;
        margin: 30px 0 0 0;
    }

    .box__image--left {
        position: relative;
        width: 100vw;
    }
    
    .right {
        flex-direction: column;
    }

    .text__description--right {
        width: auto;
        color: #fff;
        margin: 30px 0 0 0;
    }

    .box__form {
        height: auto;
    }
    
    .cards {
        width: 300px;
    }

    .cards .cards__item {
        margin: 6px;
    }

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

    .box__contact {
        flex-direction: column;
    }

    .divisor {
        display: none;
    }

    .text__description {
        text-align: center;
    }

    .box__contact .text__description:first-child p::after {
        content: '';
        width: 45px;
        height: 4px;
        display: block;
        background: #E1173F;
        margin: 15px auto 10px;
    }

    section.mainContent {
        margin-top: 0;
    }

}

@media (min-width: 1024px){
    .iframe-container > .container {
        height: auto!important;
        padding-bottom: 90px!important;
    }
    #horario .box__image--right {
        right: -20px;
    }

    #facilidade .box__image--left {
        left: -110px;
    }
   
}

@media (min-width: 1280px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 540px) {
    header.headerMobile {
        display: flex;
        background: linear-gradient(to right, #702f8a 35%, #cc092f 100%);
    }
    header.headerMobile img {
        filter: grayscale(100%) brightness(99);
    }

    header.headerMobile a.buscaMobile {
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28.5px' height='28.6px' viewBox='0 0 18.5 18.6' enable-background='new 0 0 18.5 18.6' xml:space='preserve'%3e%3cg id='Camada_2' display='none'%3e%3crect x='-7' y='-11.5' display='inline' fill='%23DD8B14' width='40.1' height='41'/%3e%3c/g%3e%3cg id='Lupa'%3e%3ccircle fill='none' stroke='%23FFFFFF' stroke-width='2.5' cx='8.6' cy='8.3' r='6.7'/%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='bevel' d='M13.5,12.9l2.8,3.5'/%3e%3c/g%3e%3c/svg%3e ") 0 0 no-repeat;
    }

    header.headerMobile a.lg-bra {
        display: flex;
    }
    
}

@media (max-width: 468px) {
    .title {
        bottom: 0;
    }
}

#modalSistemaInfoCredito {
    margin-top: -95px;
}

div.breadcrumb {
    width: calc(100% - 240px);
    height: 20px;
    background: none;
    position: relative !important;
    z-index: 1;
    float: left;
    margin-top: 145px;
    margin-bottom: 70px;
    margin-left: 10px;    
}