:root {
    --vermelho: #BE003E;
    --cinza: #F4F4F4;
    --cinza2: #e1e1e1;
    --branco: #ffffff;
  }
    
  html, body {
      overflow-x:hidden;
      scroll-behavior: smooth;
  }

.secao-botoes-planos a:target {
  scroll-margin-top: .8em;
}
  
  body {   
      font-family: 'Open Sans', sans-serif;
  }  
  
  h1, h2, h3, h4, h5, p {
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0px;
  }
  
  h1 {
      font-size: 40px;
  }
   
.mrg-0 {margin: 0;}
.pad-0 {padding: 0;}

.pad-left-0 {padding-left: 0;}
.pad-right-0 {padding-right: 0;}

.pad-l-r-0 {
    padding-right: 0;
    padding-left: 0;
}  
  
  .txt-center {
      text-align: center;
  }
  .txt-left {
      text-align: left;
  }
  .txt-right {
      text-align: right;
  }
  .txt-justify {
      text-align: justify;
  }  
  .fl-left {
      float: left;
  }
  .fl-right {
      float: right;
  }
.cor-vermelho {
  color: var(--vermelho);
}
.cor-cinza {
    color: var(--cinza);
}

.d-flex {display: flex;}
  
.justify-content-left {justify-content: left;}
.justify-content-center {justify-content: center;}
.justify-content-right {justify-content: right;}

.align-itens-start {align-items: start;}
.align-itens-center {align-items: center;}
.align-itens-end {align-items: end;}


/* HEADER */
  
  header {
    backdrop-filter: blur(15px);
    background-color: rgb(255 255 255 / 90%);    
  }

  header .row {
      justify-content: space-between;
      align-items: center;
  }

  header .logo {
    width: 160px;
    margin: 15px 0;
  }

  .espaco-head {height:97px;}

  header ul {margin:0;}

  header li {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }

  header li p, header li a p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0;
    color: #212529;
}

header li img, header li a img {
    margin-right: 10px;
    width: 31px;
  }
      
/* FIM HEADER */

  .banner-principal {
      background-image: url('../../images/consorcio/img-banner.jpg');
      background-position: center;
      background-size: cover;
      z-index: 500;
      color: var(--branco);
      padding: 7em 0;
  }

  .banner-principal h1 {
    font-size: 46px;
    font-weight: 400;
  }


/* MODALIDADES */

  .modalidades {
      background-color: var(--vermelho);
      color:var(--branco);
      padding: 4em 0;
  }

  .modalidades .card {
    color: #131313;
    border-radius: 11px;
    height: 420px;
  }

  .card-body {
    padding: 1.5em;
  }

  .vantagens-consorcio {
      background-color: var(--branco);
      padding: 4em 0;
  }

  .splide__arrow {
    background: none;
  }

  .splide__arrow svg {
    fill: #7d7d7d;
    height: 3em;
    width: 3em;
  }

  li.splide__slide {padding:  25px;}

  .splide__arrow--prev {
    left: -2em;
  }

  .splide__arrow--next {
    right: -2em;
  }

  .splide__pagination {
    bottom: -1.5em;
  }

  .splide__pagination__page.is-active {
    background: #c3c3c3;
}

  .cartao-vantagens {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px 15px;
    box-shadow: 0 39px 23px -34px #a4a4a466;
    height: 198px;
  }

  .cartao-vantagens i {
    color: var(--vermelho);
    font-size: 55px;
  }

  .img-banners {padding: 15px!important;
}s

  .img-banners p {line-height: 19px;}

  .modalidades h4 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1px;}

  .modalidades h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 29px;
    padding-bottom: 2em;
  }

  .nossos-planos {background: #f8f8f8;}

  .nossos-planos2 {
    background-image: url(../../images/consorcio/img-taxas.jpg);
    background-position: right;
    background-size: cover;
    z-index: 500;
    padding: 5em 0;
}

.nossos-planos2 h1 {
    font-size: 45px;
    font-weight: 700;
}

.nossos-planos2 h3 {
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 1.5em;
}

.seu-sonho {
    background-color: var(--vermelho);
    color:var(--branco);
    padding: 5em 0;

}

.saiba-mais {
    background: var(--cinza);
    padding: 7em 0;
}

.box-icone {
    background: var(--cinza);
    color: #6d6d6d;
    font-size: 41px;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 1px 1px 10px #9191918a;
    width: 100%;
    cursor:  pointer;
}

.secao-botoes-planos {
    width: 820px;
    display: flex;
    margin: 0 auto;
}

.secao-conteudo {
    width: 820px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
margin-bottom: 1em;
}

label {    
    margin-bottom: 0;
}

.botao-enviar {
  padding: 16px 60px!important;
}


/* TABELA */

table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

table thead th {
    background: #D2D2D2;
}

table thead td {
    color: #1C1C1C;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #D2D2D2;
    width: 150px;
    padding: 22px 20px;
    text-transform: uppercase;
    opacity: .9;
    background: var(--cinza2);
}
tbody td, tbody th {
    color: #1C1C1C;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #D2D2D2;
    width: 150px;
    padding: 22px 20px;
    text-transform: uppercase;
    opacity: .9;
  }

.table-bottom-text {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

/* FIM TABELA */


.box-ativo {background: var(--vermelho);
    color: #fff;}

.box-icone p {
  font-size: 15px;
    font-weight: 200;}

  .alinha-centro-pai {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }

  a.botao1, input[type=submit] {
    background: var(--vermelho);
    color: #ffffffb0;
    padding: 16px 40px;
    border-radius: 5px;
    letter-spacing: 2px;
    text-decoration: none;
    border: none;
    font-size: 13px;
    transition: All ease 0.4s;
}

.envio input[type=submit]:disabled {background-color: #c0c0c0;}

a.botao1:hover, input[type=submit]:hover {color:#fff;}

.n-ddd {
    float: left;
    width: 15%;
    padding-right: 10px;
}  
.n-tel {
    float: right;
    width: 85%;
}

  /* FOOTER */

  footer {padding: 7em 0;}

  footer li {
    display: flex;
    align-items: center;
    padding: 8px 0;
  }

  footer li img {
      margin-right: 10px;
      width: 31px;
    }

  footer li p {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0;
    color: #212529;
}


/* FIM FOOTER */


#main {
  margin: 50px 0;
}

#main #faq .card {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #000;
}

#main #faq .card .card-header {
  border: 0;  
  border-radius: 0px;
  padding: 0;
}

.modalidades .card {border: 0;}

#main #faq .card .card-header .btn-header-link {
  
  display: block;
  text-align: left;
  background: var(--cinza);
  color: #222;
  padding: 25px;
}

.modal-content #main #faq .card .card-header .btn-header-link {
  padding: 15px;
}

.modal-content #main {
  margin: 15px 0;
}

.modal-header {border-bottom:none;}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: var(--vermelho);
  font-size: 21px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  border: none;
}
  

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: var(--cinza);
  line-height: 30px;
  color: #222;
}



/* ALTERNANCIA DAS DIVS */
   
#conteudo > div{
    display: none;
    
}
#conteudo > div.visivel{
    display: block;
}

/* fim ALTERNANCIA DAS DIVS */

 .zap-float {
    position: fixed;
    width: 66px;
    height: 66px;
    bottom: 40px;
    right: 88px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    box-shadow: 0px 0px 6px #000!important;
    z-index: 9999;
}

  .zap-float:hover {
      color: #fff;
  }

  .zap-float i {
    top: -1px;
    position: relative;
  }


.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.hvr-sweep-to-right:before {background: #930131;}



@media (max-width: 630px) {

  .splide__slide {width: calc(100%)!important;}

  .splide__arrow--prev {
    left: 0em;
  }
  .splide__arrow--next {
    right: 0em;
  }
}

@media (min-width: 631px) and (max-width: 1199px) {
  .splide__slide {width: calc(50%)!important;}
}

@media (max-width: 767px) {
  header .logo {
      width: 130px;
      margin: 15px 0;
  }

  header .row {
    justify-content: space-around;
    align-items: center;
  }

  .secao-botoes-planos {
    width: 100%;
    display: block;    
  }
  .box-icone {margin: 15px auto;}

}

@media (max-width: 992px) {

  a.botao1, input[type=submit] {    
    padding: 16px 16px;
  }

  .secao-botoes-planos {
    width: 100%;
    display: contents;
    margin: 0 auto;
  }

  .box-icone {margin: 15px auto;}

  .secao-conteudo {
      width: 100%;
      margin: 0 auto;
  }
  footer li p {
    font-size: 13px;
    
  }


  footer ul {
    margin: 30px 0;
  }

}


@media (min-width: 992px )and (max-width: 1199px) {


  .secao-conteudo {
      width: 100%;
      margin: 0 auto;
  }

  footer li p {
    font-size: 13px;
  }

  .splide__slide {width: calc(50%)!important;}
}

@media (min-width: 1200px) {

  
}


@media (min-width: 1400px) {

  
}