.module_banks {
    margin-bottom: 30px;
}
.module_banks .item {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 40px rgb(169 177 200 / 12%);
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
    width: 100%;
    border: 1px solid rgba(218, 232, 247, 1) !important;
}
.module_banks .item:last-child {
    margin-bottom: 0;
}
.module_banks .top__review {
    display: flex;
    text-align: left;
    align-items: center;
}
.module_banks .top__review .top__review__left {
    flex: 1;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.module_banks .top__review .top__review__right .button {
    margin-bottom: 0;
}
.module_banks .top__review .top__review__logo img {
    width: 100px;
    height: auto;
    border: none;
    border-radius: 10px;
    max-height: inherit;
}
.module_banks .top__review .top__review__headline h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.module_banks .top__review__label__small small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #999999;
    text-align: center;
}
.module_banks .list__details {
    font-size: 14px;
    line-height: 18px;
}



.module_banks .owl-details {
    position: relative;
    margin: 30px 0 20px;
}
.module_banks .owl-details .owl-nav button {
    position: absolute;
    top: 0px;
    width: 35px;
    height: 35px;
    background-color: rgba(97, 21, 221, 1) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 19px !important;
}
.module_banks .owl-details .owl-nav button.owl-prev {
    left: 0;
}
.module_banks .owl-details .owl-nav button.owl-next {
    right: 0;
}
.module_banks .owl-theme .owl-dots {
    margin-top: 22px !important;
}
.module_banks .owl-details .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 5px !important;
}
.module_banks .owl-theme .owl-dots .owl-dot.active span, 
.module_banks .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(97, 21, 221, 1) !important;
}

@media (max-width: 639px) {

    .module_banks .owl-details .owl-nav button {
        top: 7px !important;
        margin: 0 !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 17px !important;
    }
    .owl-details .owl-dots .owl-dot span {
        margin: 5px 3px !important;
    }

    .module_banks .top__review .top__review__logo img {
        width: 110px;
    }
    .module_banks .item__custom .hide-for-medium .button {
        padding: 14px 10px 16px;
        margin-bottom: 4px;
    }
    .module_banks .cta-bank-mobile {
        margin-bottom: 15px !important;
    }
    .module_banks .list__details__column {
        padding: 0 45px !important;
    }
}


.module_banks .list__details__column {
    padding: 0;
    border-radius: 7px;
    background-color: #fff;
    font-size: 15px;
    line-height: 23px;
}



.module_banks ul.accordion {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
.module_banks ul.accordion li.accordion-item {
    margin-bottom: 0;
}
.module_banks ul.accordion li.accordion-item .accordion-title {
    font-size: 15px;
    padding: 13px 0;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: rgba(97, 21, 221, 1);
    display: block;
    font-weight: 700;
}
.module_banks ul.accordion li.accordion-item:last-child .accordion-title {
    border-bottom: none !important;
}
.module_banks ul.accordion .accordion-title span {
    display: block;
}
.module_banks ul.accordion .accordion-title:hover {
	background-color: transparent;
	opacity: .6
}
.module_banks ul.accordion .accordion-title::before {
	font-weight: 400
}
.module_banks ul.accordion ul {
	margin: 0;
	padding: 0
}
.module_banks :last-child>.accordion-content:last-child {
	border-top: 0
}






.wp-admin .cta-bank-mobile {
    display: none;
}
.wp-admin .module_banks .button {
    margin-bottom: 3px;
    padding: 16px 40px;
    color: #fff;
    border-radius: 8px;
    background-color: rgba(97, 21, 221, 1) !important;
    text-transform: uppercase;
    line-height: 17px;
    border: none;
    font-size: 15px;
    position: relative;
}
.wp-admin .module_banks .button:after {
    content: 'Abrir conta';
}