
/* FOOTER */

.footer__icone-seguranca img.icone-seguranca {
    width: 60%;
    margin-left: 0.5rem;
}

.column.footer__icone-seguranca {
    align-items: center;
    display: flex;
}

#footer-brands {
   margin-top: 1rem;
   text-align: center;
   border-bottom: none!important;
}

#footer-brands img {
   margin-left: 0.5rem;
}

.footer {
  background-color: #fff;
  padding: 1.5rem;
}

.footer-mob {
  padding-top: 1rem;
}

.footer-mob .footer__icon {
  display: inline;
  max-width: 50px;
}

.footer-mob p.footer__mail {
  color: #3c1450;
  font-size: 12px;
  font-weight: 600;
}

.footer-mob .footer__icon.column {
  display: flex;
  margin-left: 0;
}

.footer-mob img.footer__sec-icon-mob {
  width: 40%;
}

.footer-mob img.footer__formas-pag-mob {
  width: 50%;
  height: 30px;
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.footer-mob .columns.footer__column {
  display: flex;
}

.footer-mob span.footer__ddd {
  color: #3c1450;
  font-size: 12px;
  font-weight: 600;
  }

.footer-mob span.footer__title {
  text-align: center;
}

.footer-mob span.footer__phone {
  color: #3c1450;
  font-size: 12px;
  font-weight: 600;
}

.footer-mob .footer__info-bar {
  display: flex;
  justify-content: center;
  margin-top: 20px!important;
}

.footer-mob .footer__info-column {
  display: flex;
  justify-content: center;
  margin-top: 20px!important;
}

span.footer__desc {
  color: #3c1450;
  font-size: 1.3rem;
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
  line-height: 1rem;
  margin-left: 25px;
  margin-top: -35px;
}

span.footer__ddd {
  color: #3c1450;
  font-size: 0.8rem;
  font-weight: 600;
 }

span.footer__phone {
  color: #3c1450;
  font-size: 1.3rem;
  font-weight: 600;
  }

  span.footer__title {
  font-size: 0.8rem;
  font-size: 0.8rem;
  display: block;
  line-height: 1rem;
  
}
}

span.footer__mail {
  color: #3c1450;
  font-size: 0.9rem;
  font-weight: 600;
  
}

.footer__icon {
  display: flex;
  align-items: center;
}

span.footer__info-title {
  color: #3c1450;
  font-weight: 600;
}

ul.footer__info-desc > li > a {
  color: #666 !important;
  text-decoration: none !important;
  font-size: 0.8rem;
}

p.mini-footer__copyright {
  color: #333;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}

img.footer__icon-media {
  margin-right: 1.5rem;
}

.footer__icones-pagamento {
  align-items: center;
  display: flex
}

.footer__icones-pagamento > img {
  margin-left: 0.3rem;
}

.mini-footer {
  background-color: #f2f2f2;
  padding: 1.5rem;
}

.accordion {
  background: #f4e8e8;
}
.toggle {
  display: none;
}

.option {
  position: relative;
  text-align: center;
  border-top: 1px solid #eedbdb;
  border-bottom: 1px solid #eedbdb;
}

.titulo-accordion,
.content-accordion {
  color: #3c1450;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.titulo-accordion:after,
.titulo-accordion:before {
  content: "";
  position: absolute;
  right: 5em;
  top: 0.5rem;
  width: 2px;
  height: 0.75em;
  background-color: #3c1450;
  transition: all 0.2s;
}

.titulo-accordion:after {
  transform: rotate(90deg);
}

.content-accordion {
  max-height: 0;
  overflow: hidden;
}

.toggle:checked + .titulo-accordion + .content-accordion {
  max-height: 500px;
  padding-bottom: 20px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.toggle:checked + .titulo-accordion:before {
  transform: rotate(90deg) !important;
}
.columnim {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.columnss {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.element.style {
    padding-right: 17px;
    display: block;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}
#overlay-maioridade {
    background: rgba(1,29,105,0.9) !important;
    color: #fff;
    overflow: hidden !important;
}
#overlay-maioridade .modal-content {
    background: transparent;
    border: transparent;
}
#overlay-maioridade .modal-body .buttons button {
    width: 120px;
    color: #fff;
    background: #bfbfbf;
    font-weight: bold;
    border-radius: 10px !important;
    border-color: transparent;
    height: 45px;
    font-size: 22px;
    padding: 0;
}
#overlay-maioridade .modal-body .buttons button.btn-close {
    margin-right: 7px;
}