  .res-mobile .banners img {
   width:100%;
   height:  auto;
   }

.text-intro {
    margin: 0 auto;
    text-align: center;
}
.text-intro h1 {
    color: #1d4f91;
    width: 90%;
    margin: 11px auto;
    font-family: 'Roboto' !important;
    font-size:22px;
}

.text-intro h2 {
    color: #767676;
    font-size: 17px;
    max-width: 95%;
    margin: 10px auto;
    line-height: 1.2;
    font-weight:400;
}


  body, html {
  overflow-x: hidden;
}

* {
    /*font-family: inherit !important;*/
    transition: background-color .3s ease;
}

#header, #mainMenu, #footer, #mainMenuMobile {
    font-family: Quicksand,sans-serif;
}

.inner__content {
    font-family: roboto;    
}

.SEO_container {
    color: #1d4f91;
    width: 88%;
    margin: auto;
    font-family: 'Roboto' !important;
}

.SEO_container h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 25px 0 0 0;
  text-align: center;
  line-height: 1.3;
}

.SEO_container p {
    font-size: 16px;
    display: block;
    margin-top: 13px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
  color:#545454;
}


section.titulo {
  width: 95%;
  display: flex;
  margin: auto;
  color: #606161;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
  font-family: roboto !important;
  display: none;
}

.grid {width: auto;}

.grid-container {display: flex;margin: auto;padding: 15px 0;}

.grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    text-align: center;
    font-family:roboto !important;
    color: #606161;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.banco_img {}

.grid .condiciones {
  /* background-color: #cdcece; */
  display: block;
  float: left;
  border: 2px solid #cdcece;
  border-radius: 0 0 10px;
  border-top: navajowhite;
}

.grid .condiciones .divisor {
  width: 95%;
  margin: auto;
  border-top: 2px solid #cdcece;
  margin-bottom: 10px;
}

.grid .condiciones p {
  padding-top: 10px;
  font-size: 15px;
  text-align: justify;
  line-height: 16px;
}

.grid .condiciones .CFT p {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-top: 5px;
}

.banco_img h3{
    color: #606161;
    font-size: 21px;
    padding: 0px 0 0 7px;
    display: flex;
    margin: auto auto auto 0;
    /* border-left: 2px solid #cdcece; */
    /* min-height: 42px; */
    margin: auto;
    display: flex;
}

.grid div img {
    width: 160px;
    display: block;
    margin: auto;
    float: left;
    margin-top: auto;
    height: auto;
    max-width: 160px;
}

.banco_img .top {width: calc(100% - 162px);float: right;display: flex;height: 100%;margin: auto;border-left: 2px solid #cdcece;min-height: 61px;}


.grid-container .categorias .top {
    background-color: #606161;
    padding: 5px 0;
    height: 14px;
}

.ahorro{
    margin: 5px 0;
    font-size: 1.3rem;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.ahorro .desc1 {color: #1d4f91;/* text-transform: lowercase; */padding-bottom: 6px;font-weight: 600;font-size: 22px;}

.ahorro .desc1.no_transform {text-transform: none !important;}

.ahorro .title {padding-bottom: 13px;font-size: 24px;}

.ahorro .aplicable_en {
  display: none;
}

.descripcion .icons {
    float: left;
    width: 100%;
    height: 60px;
    margin-top: 3px;
}

.descripcion .icons .promo_icn, .mas_info {
    height: 45px;
    width: 45px;
    zoom: 0.57;
    display: block;
    float: left;
    width: fit-content;
    background-repeat: no-repeat;
    FONT-WEIGHT: 600;
    padding: 10px 10px;
}

.mas_info { padding: 0 !important }

.descripcion .icons .promo_icn p {
    width: fit-content;
    padding: 3px 7px 0 50px;
    display: flex;
    font-size: 24px;
}
.descripcion .icons .promo_icn.compra_online {
    background-image: url('/arquivos/compraonline.png');
}

.descripcion .icons .promo_icn.compra_tienda {
    background-image: url('/arquivos/compraentienda.png');
}

.descripcion .icons .promo_icn.compra_telefonica {
    background-image: url('/arquivos/compratelefonica.png');
}

.inner__content .descripcion {padding: 15px;border: 2px solid #cdcece;border-radius: 10px;margin-top: 5px;}

.inner__content .grid:not(.colapsed) .descripcion {
    border-bottom: none;
    border-radius: 10px 0 0 0;
}

.inner__content .grid:not(.colapsed) .CTF {
    border-bottom: none;
    border-radius: 0 10px 0 0;
}
.inner__content .CTF {border-left: none;border-radius: 0 10px 10px 0px;}

.inner__content .CTF .top {
    display: none;
}

.inner__content .CTF .top p {
    text-align: left;
    float: left;
}
.inner__content .CTF .bottom {
    font-size: 14px;
    padding: 6px 30px 0 0;
    font-weight: 600;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: -42px;
}

.inner__content .CTF .bottom p {float: left;margin: 4px 0 0 5px;}

.inner__content .CTF .bottom .mas_info {
    background-image: url(/arquivos/arrow_down_grey.png);
    width: 31px;
    float: left;
    transform: rotate(180deg);
    cursor: pointer;
    height: 21px;
    zoom: 0.9;
}

.grid.colapsed .CTF .bottom .mas_info {transform: rotate(-0deg);}





/*faq*/

    .heading-quimbly {
    text-align: center;
    color: #fff;
    line-height: 0.9;
    background: #005090;
    padding: 12px 0;
    font-size: 15px !important;
    margin: 0 0 60px;
    max-width: 1200px;
    margin: 36px auto;
    border-radius: 30px;
    height: 20px;
    margin-bottom: 32px;
    font-weight: 400;
}

 .repeat-info-section.repeat-faq:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    /* width: 15px; */
    /* height: 34px; */
    background: url("/arquivos/arrow.png") center no-repeat;
    background-size: 100%;
    float: right;
    /*margin-right: 4px;*/
    transition: all 0.3s ease;
    cursor: pointer;
}

.inner__content {
    height: auto;
    padding-bottom: 15px;
    border-radius: 17px;
    width: 930px;
    /* border: 4px solid #e8e8e8; */
    opacity: 1;
    top: -webkit-calc(50% - 336px)!important;
    top: -moz-calc(50% - 336px)!important;
    top: calc(50% - 305px)!important;
    margin:  auto;
    box-sizing: border-box;
    clear:both;
    width: 95%;
}}



.repeat-info-section.repeat-faq h4 {
    /* cursor: pointer; */
    font-size: 16px;
    /* font-family: sans-serif !important; */
    padding-left: 7px;
    color: #777777;
    margin: 15px 0;
   cursor: pointer;
}

.banner-footer-bottom {
    margin: -16px 0 -10px 0;
}

.repeat-info-section.repeat-faq h4:not(.heading-quimbly):after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    /* width: 15px; */
    /* height: 34px; */
    background: url("/arquivos/arrow.png") center no-repeat;
    background-size: 100%;
    float: right;
    /*margin-right: 4px;*/
    transition: all 0.3s ease;
    cursor: pointer;
}

.repeat-info-section.repeat-faq .topic {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    text-align: left;
}

.repeat-info-section.repeat-faq .topic.active h4:after {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.repeat-info-section.repeat-faq .topic:last-child {
    border-bottom: none;
}

.repeat-info-section.repeat-faq p, .repeat-info-section.repeat-faq ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 20px;
}

.repeat-info-section.repeat-faq p {
    font-size: 13px;
    text-align: left;
    line-height: 1.3
}

.repeat-info-section.repeat-faq p.active, .repeat-info-section.repeat-faq ul.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
    max-width: 900px;
    color:#767676;
}

.repeat-info-section.repeat-faq ul.active {
    list-style-type: decimal;
    padding-left: 40px;
}

.repeat-info-section.repeat-faq {
    padding-bottom: 10px;
}

.repeat-info-section.repeat-faq h4 {
    font-size: 24px;
}

.repeat-info-section.repeat-faq h4, .repeat-info-section.repeat-faq span {
    display: block;
    text-align: center;
}

.repeat-info-section.repeat-faq span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.bordered-btm {
    border-bottom: 2px solid #005090;
}

.bordered-btm:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#sidebar {
    text-align: left;
}

.repeat-info-section.repeat-faq h4 {
    margin: 15px 0;
    font-weight: 700;
}

.repeat-info-section.repeat-faq h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #777777;
}

.repeat-info-section.repeat-faq span {
    font-size: 16px;
    display: none;
}

.repeat-info-section.repeat-faq h4 {
    position: relative;
    font-size: 14px;
    text-align: left;
}

.repeat-info-section.repeat-faq h4:after {
    width: 15px;
    height: 34px;
    margin: -15px -6px;
}

.repeat-info-section.repeat-faq h4.heading-quimbly {
    text-align: center;
    color: #fff;
    line-height: 0.9;
    background: #1d4f91;
    padding: 12px 0;
    font-size: 24px !important;
    margin: 0 0 60px;
    max-width: 1200px;
    margin: 0px auto 15px auto;
    border-radius: 30px;
    height: 20px;
    margin-bottom: 32px;
    font-weight: 400;
}

@media (max-width: 800px) {
  
  	.repeat-info-section.repeat-faq h4:after {
        width: 15px;
        height: 15px;
        margin: -7px 14px;
    }
  
    .repeat-info-section.repeat-faq p.active, .repeat-info-section.repeat-faq ul.active {
    
    max-width: 320px;
    
	}
  
    #mainContainer .text-content-section {
         max-width:95%;
	}

    .repeat-info-section.repeat-faq h4 {
    font-size: 12px!important;
    margin:0px 34px 20px 38px !important
    max-width: 358px;
    }


    .repeat-info-section.repeat-faq h4.heading-quimbly {
        text-align: center;
        color: #fff;
        line-height: 0.9;
        background: #005090;
        padding: 12px  0 18px 0;
        font-size: 18px !important;
        margin: 0 0 60px;
        max-width: 346px;
        margin: 36px auto;
        border-radius: 30px;
        height: 20px;
        margin-bottom: 32px;
        font-weight: 400;
    }

    .content_left h4 {
        width: auto;
        font-family: roboto;
        height: auto;
        color: #545454;
        font-size: 32px;
        font-weight: 500;
        margin: 25px 0;
        ; text-align: left
    }
}









