body, html{
  font-family: 'Raleway', sans-serif;
}
.botoes-padrao{
    color: #B99B62;
    background: white;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    padding: 10px 20px;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 2%);
    transition: 0.3s ease all;
}
.botoes-padrao:hover{
    background: #B99B62;
    text-decoration: none;
    color: white;
    transition: 0.3s ease all;
}
.text-aba2 h2,
.title-aba3 h2,
.title-aba4 h2,
.title-aba5 h2,
.form-aba5 h2,
.title-aba6 h2,
.flex1-footer h2{
   font-size: 22px;
   font-weight: 300;
   margin: 0;
   line-height: 24px;
}
.text-aba2 h2 b,
.title-aba3 h2 b,
.title-aba4 h2 b,
.title-aba5 h2 b,
.form-aba5 h2 b,
.title-aba6 h2 b,
.flex1-footer h2 b{
    font-weight: bold;
}
.exclusivo-para{
   font-weight: 600;
   color: #364d72;
   background: white;
   padding: 10px 30px;
   display: inline-block;
   border-radius: 5px;
   margin-bottom: 10px;
}
@media(min-width: 1024px){
  .text-aba2 h2, .title-aba3 h2, .title-aba4 h2, .title-aba5 h2, .form-aba5 h2, .title-aba6 h2, .flex1-footer h2 {
      font-size: 30px;
      line-height: 30px;
  }
}

@media(min-width: 1280px){
  .text-aba2 h2, .title-aba3 h2, .title-aba4 h2, .title-aba5 h2, .form-aba5 h2, .title-aba6 h2, .flex1-footer h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

/* Header */
header {
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #939393;
}
.flex-header{
    width: 100%;
    display: flex;
}
.sitebrand {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.sitebrand a:before {
    content: url(svg/logocentrus-blue.svg);
    display: block;
    width: 190px;
    height: 33px;
}
.sitebrand button {
    margin-bottom: -3px;
    background: none;
    border: none;
    height: 100%;
    padding: 0 10px;
    border-bottom: 2px solid #F4CC8C;
}
.sitebrand button span {
    background: #F4CC8C;
    display: block;
    width: 28px;
    height: 1px;
    margin: 7px 0;
}
.menudesk {
    z-index: 999;
    position: fixed;
    left: -100%;
    transition: 0.5s ease;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.centrus.org.br/wp-content/uploads/2021/05/bannernwo.jpg);
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
}
.menudeskOpen{
    left: 0;
    transition: 0.5s ease all;
}
.menudesk:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 68%);
    height: 100%;
    width: 100%;
}
.menudesk nav {
    z-index: 9;
}
.menudesk ul{
   padding: 0 50px;
   list-style: none;
   margin: 0;
}
.menudesk ul li a {
    font-size: 16px;
    color: #30467d;
    font-weight: 400;
    display: inline-block;
    margin: 10px 0;
}
.menudeskOpen ul li a{
    color:white;
}
.menuopen{
    left: 0;
    transition: 0.5s ease all;
}
#closeMenu{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
}
#closeMenu span{
    width: 40px;
    height: 2px;
    background: white;
    display: block;
}
#closeMenu span:nth-of-type(1){
   transform: rotate(45deg);
}
#closeMenu span:nth-of-type(2){
   transform: rotate(-45deg);
   position: relative;
   top: -1px;
}

@media(min-width: 1024px){
  .flex-header{
      flex-flow: wrap;
      align-items: center;
  }
  .sitebrand{
      width: 25%;
  }
  .menudesk{
     position: relative;
     top: auto;
     left: auto;
     background: none;
     width: 75%;
  }
  .menudesk::before{
      display: none;
  }
  #closeMenu {
      display: none;
  }
  .menudesk ul{
      padding: 0;
      display: flex;
      justify-content: flex-end;
  }
  .menudesk ul li a {
      padding: 0;
      margin-left: 30px;
      font-weight: 400;
      font-size: 14px;
  }
  #openMenu{
      display: none;
  }
}

/* Aba 1 */
.aba1 {
    background-position: bottom;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: cover;
    padding-top: 100px;
    background-image: url(https://www.centrus.org.br/wp-content/uploads/2021/05/bannernwo.jpg);
    background-size: cover;
    justify-content: flex-start;
}
.desc-aba1 h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.fixed-aderir {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.desc-aba1 h1{
    color: white;
    text-align: center;
    font-weight: 100;
    font-size: 22px;
    line-height: 20px;
}

.desc-aba1 h1 span:nth-of-type(1) {
    font-size: 42px;
    font-weight: bold;
    color: #30467d;
    line-height: 52px;
}


.desc-aba1 h1 span:nth-of-type(2) {
    font-size: 29px;
    color: #be9c5f;
    font-weight: 200;
    line-height: 32px;
}

.desc-aba1 h1 span:nth-of-type(3){
   color: #30467d;
   font-weight: 300;
   font-size: 30px;
}
.fixed-aderir i:before {
    content: url(svg/down.svg);
    width: 40px;
    display: block;
}
.share-aba1{
    display: none;
}

@media(min-width: 414px){
  .aba1 {
      padding-top: 200px;
  }
}

@media(min-width: 1024px){
  .desc-aba1 h1 span:nth-of-type(1){
     font-size: 58px;;
  }
  .desc-aba1 h1 span:nth-of-type(2){
      font-size: 42px;
      line-height: 56px;
  }
  .desc-aba1 h1 {
      font-size: 38px;
      line-height: 44px;
      transform: scale(0.9) translate(0, -50px);
  }
  .fixed-aderir{
      padding: 20px 0;
  }
  .desc-aba1 h1 span:nth-of-type(1){
      font-size: 86px;
      line-height: 76px;
  }
  .desc-aba1 h1 span:nth-of-type(2){
      font-size: 68px;
      line-height: 68px;
  }
  .desc-aba1 h1 span:nth-of-type(3){
      font-size: 48px;
  }
  .aba1 {
      background-position: bottom;
      padding-top: 150px;
  }
}

@media(min-width: 1366px){
  .aba1 {
      background-position: 0 -185px;
      padding-top: 150px;
  }
}

@media(min-width: 1920px){
  .aba1 {
      background-position: center -300px;
  }
}

/* Aba 2 */
.aba2 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: url(img/fundoblue-min.jpg);
    overflow: hidden;
}
.desc-aba2{
    position: relative;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.desc-aba2:before {
    content: "";
    position: absolute;
    top: 10%;
    left: -20%;
    width: 120%;
    height: 60%;
    background: url(img/familia-centrusprev.png);
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
}
.desc-aba2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    top: 10%;
    left: -20%;
    width: 120%;
    height: 60%;
    height: 60%;
    opacity: 0.4;
    border-radius: 20px;
}
.text-aba2{
    position: relative;
}
.text-aba2 h2 {
    color: #F4CC8C;
    margin-bottom: 20px;
}
.abs-arrow-dow{
    position: absolute;
    top: -25px;
    left: -35px;
}
.abs-arrow-dow:before {
    content: url(svg/down.svg);
    display: block;
    width: 110px;
    transform: rotate(-45deg);
}
.fixed-familia{
    position: absolute;
    top: 0;
    padding: 5px 0;
    text-align: center;
    height: auto;
    width: 100%;
}
.fixed-familia h2{
    font-weight: 800;
    font-size: 115px;
    -webkit-text-stroke: 0.7px #B79966;
    color: rgb(255 0 0 / 0%);
    position: relative;
    left: -30px;
    opacity: 0.4;
}

@media(min-width: 1024px){
  .text-aba2 {
      position: absolute;
      right: 0;
      width: 38%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: end;
      z-index: 9;
  }
  .desc-aba2:after {
      opacity: 1;
      top: 10%;
      left: 0;
      width: 70%;
      top: 18%;
      background: linear-gradient(90deg, rgb(255 0 0 / 0%), rgb(0 0 0 / 71%));
  }
  .desc-aba2:before {
      top: 10%;
      left: 0;
      width: 70%;
      top: 18%;
  }
  .fixed-familia{
      top: auto;
      bottom: 0;
  }
  .fixed-familia h2{
      font-size: 240px;
  }
  .abs-arrow-dow {
      top: 85px;
  }
}

/* Aba 3 */
.aba3 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(img/fundo-aba3-min.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.title-aba3{
    margin-bottom: 30px;
}
.title-aba3 h2 {
    color: #B79966;
    text-align: right;
}
.carousel-aba3{
    margin: 0 -15px 0 0;
}
.unique-carou-aba3 {
    text-align: center;
    background: #F2F1F0;
    padding: 0px 30px;
    border-radius: 30px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 7%);
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.unique-carou-aba3 i{
    margin: 0 auto;
    display: table;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.unique-carou-aba3 i:before{
    width: 20px;
}
.owl-stage-outer .owl-item:nth-of-type(1) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon1.svg);
}
.owl-stage-outer .owl-item:nth-of-type(2) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon2.svg);
}
.owl-stage-outer .owl-item:nth-of-type(3) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon4.svg);
}
.owl-stage-outer .owl-item:nth-of-type(4) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon5.svg);
}
.owl-stage-outer .owl-item:nth-of-type(5) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon6.svg);
}
.owl-stage-outer .owl-item:nth-of-type(6) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon7.svg);
}
.owl-stage-outer .owl-item:nth-of-type(7) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon8.svg);
}
.owl-stage-outer .owl-item:nth-of-type(8) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon9.svg);
}
.owl-stage-outer .owl-item:nth-of-type(9) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon10.svg);
}
.owl-stage-outer .owl-item:nth-of-type(10) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon3.svg);
}
.unique-carou-aba3 h3{
   font-weight: 600;
   font-size: 18px;
   margin: 0;
   color: #A0845C;
   margin-bottom: 15px;
}
.unique-carou-aba3 p{
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    color: #A0845C;
}
.unique-carou-aba3 p br{
    display: none;
}
.aba3 .owl-nav {
   margin-top: 10px;
}
.aba3 .owl-nav button span {
    font-size: 0;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ab9564;
    border-radius: 10px;
}
.aba3 .owl-nav button span:before {
    content: url(svg/arrows.svg);
    display: block;
    width: 10px;
}
.aba3 .owl-nav button:nth-of-type(2) span{
   margin-left: 5px;
   transform: rotate(180deg);
}

@media(min-width: 1280px){
  .unique-carou-aba3{
    min-height: 420px;
  }
}

/* Aba 4 */
.aba4 {
    padding: 30px 0;
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}
.title-aba4{
    margin-bottom: 30px;
}
.title-aba4 h2{
    color: #2B4980;
}
.grids-aba4 {
    padding: 0 15px;
    position: relative;
    z-index: 8;
}
.grid-aba4 {
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 3px 3px 9px rgb(0 0 0 / 15%);
}
.gridcinza{
    background: #4E4E4E;
}
.gridazul{
    background: #456FB2;
}
.gridbig {
    background: white;
}
.grid-aba4 h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}
.grid-aba4 ul{
   padding: 0;
   margin: 0;
   list-style: none;
}
.grid-aba4 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.grid-aba4 ul li:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: white;
    margin-right: 15px;
}
.grid-aba4 ul li span{
    color: white;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.grid-aba4 ul li span b{
    font-weight: 700;
}
.chart-gridbig {
    width: 140px;
    height: 140px;
    background: black;
    margin: 0 auto 20px;
}
.gridbig h2{
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    color: #456fb2;
    margin: 0;
}
.badge-poupar-agora{
    color: #456fb2;
    font-size: 12px;
    font-weight: 600;
}
.badge-poupar-agora:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #456fb2;
    margin-right: 5px;
    border-radius: 100px;
}
.lista-gridbig {
    margin-top: 5px;
}
.gridbig h3 {
    color: #4E4E4E;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.lista-gridbig span {
    font-size: 12px;
    font-weight: 600;
    display: inherit;
}
.lista-gridbig span:before {
    content: "";
    width: 10px;
    height: 10px;
    background: rebeccapurple;
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
}
.lista-gridbig span:nth-of-type(1){
  color: #4E4E4E;
}
.lista-gridbig span:nth-of-type(1)::before{
    background: #4E4E4E;
}
.lista-gridbig span:nth-of-type(2){
  color: #456fb2;
}
.lista-gridbig span:nth-of-type(2)::before{
    background: #456fb2;
}
.fundosvg-aba4 {
   position: absolute;
   bottom: -140px;
   width: 100%;
   transform: rotate(135deg);
   right: -75px;
}
.fundosvg-aba4 .st0{
    fill:none;
    stroke:#E3C688;
    stroke-miterlimit:10;
}

#simulador-mobile .st0{fill:#003871;}
#simulador-mobile .st1{font-family:'Fira Sans', sans-serif;}
#simulador-mobile .st2{font-size:16px;}
#simulador-mobile .st3{fill:#3FAEE4;}
#simulador-mobile .st4{font-size:14.3687px;}
#simulador-mobile .st5{font-family:'Fira Sans', sans-serif; font-weight: 900;}
#simulador-mobile .st6{font-size:14px;}
#simulador-mobile .st7{fill:#D76D12;}
#simulador-mobile .st8{fill:none;stroke:#DFDFDF;stroke-miterlimit:10;}
#simulador-mobile .st9{fill:url(#SVGID_11_);}
#simulador-mobile .st10{fill:url(#SVGID_21_);}
#simulador-mobile .st11{fill:url(#SVGID_31_);}
#simulador-mobile .st12{font-family:'Fira Sans', sans-serif; font-weight: 400;}
#simulador-mobile .st13{font-size:14.2238px;}
#simulador-mobile .st14{font-family:'Fira Sans', sans-serif; font-weight: 600;}

.simulador-mobile {
  background: #F2F1F0;
  position: relative;
  border-radius: 15px;
  padding: 30px 15px;
  box-shadow: 1px 1px 9px 4px #dedede;
  margin-top: 20px;
}
#simulador-desk,
.simulador-desk{
  display: none;
}
#simulador-desk .st0{fill:#003871;}
#simulador-desk .st1{font-family:'Fira Sans', sans-serif;}
#simulador-desk .st2{font-size:15px;}
#simulador-desk .st3{fill:#3FAEE4;}
#simulador-desk .st4{font-size:16px;}
#simulador-desk .st5{font-family:'Fira Sans', sans-serif; font-weight: 900;}
#simulador-desk .st6{fill:#D76D12;}
#simulador-desk .st7{fill:none;stroke:#DFDFDF;stroke-miterlimit:10;}
#simulador-desk .st8{fill:url(#SVGID_1_);}
#simulador-desk .st9{fill:url(#SVGID_2_);}
#simulador-desk .st10{fill:#DCDCDC;}
#simulador-desk .st11{font-family:'Fira Sans', sans-serif;}
#simulador-desk .st13{font-family:'Fira Sans', sans-serif; font-weight: 600;}
#simulador-desk .st13{fill:url(#SVGID_3_);}
.simulador-desk {
  background: #F2F1F0;
  position: relative;
  border-radius: 15px;
  padding: 30px 30px;
  box-shadow: 1px 1px 9px 4px #dedede;
  margin-top: 20px;
}
.item-info-agr-home, .item-info-dps-home {
    width: 60%;
    padding: 20px 0px;
    position: relative;
}

.item-info-agr-home p, .item-info-dps-home p {
    font-size: 16px;
}


.item-info-agr-home p, .item-info-dps-home p {
    margin: 0px;
    color: #0D61A7;
}

p.pouparagr-home {
    color: #46B0E3;
}

p.poupardps-home{
    color: #05396F;
}

.col-info-dps-home {
    margin-top: 20px;
}

.item-info-agr-home:nth-child(2), .item-info-dps-home:nth-child(2) {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
.item-info-agr-home, .item-info-dps-home {
     width: 30%;
     padding: 00px 0px;
     position: relative;
 }

 .item-info-agr-home:nth-child(2), .item-info-dps-home:nth-child(2)  {
     border-top: 0px;
     border-bottom: 0px;
 }

 .col-info-agr-home .item-info-agr-home:nth-child(2)::before, .col-info-dps-home .item-info-dps-home:nth-child(2)::before {
     background: #E0E0E0;
     height: 100px;
     width: 1px;
     content: "";
     display: block;
     position: absolute;
     top: -15px;
     left: -25px;
 }

 .col-info-agr-home .item-info-agr-home:nth-child(2)::after, .col-info-dps-home .item-info-dps-home:nth-child(2)::after {
     background: #E0E0E0;
     height: 100px;
     width: 1px;
     content: "";
     display: block;
     position: absolute;
     top: -15px;
     right: 20px;
 }
 .col-info-agr-home, .col-info-dps-home {
    background: #F2F1F0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    padding: 30px 0px;
    box-shadow: 1px 1px 9px 4px #dedede;
}
.info-agroudepois-home {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: space-between;
}
.simulador-home-svg {
    z-index: 9;
    position: relative;
}

.aba4 section.box-graphic.box-graphic--simulator {
    width: 100%;
}

.single-plano .aba4 .section-retirement .simulator-text {
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 20px;
}

.aba4 .simulator-item span.count {
    font-family: 'Fira Sans', sans-serif;
}

.aba4 p.item-bar__number {
    font-family: 'Fira Sans', sans-serif;
}

.single-plano .aba4 .section-retirement .simulator-item__form .label {
    position: relative;
}

.aba4 p.item__description {
    font-family: 'Fira Sans', sans-serif;
}
@media(min-width: 1024px){
  .simulator-item label[for=inputInvestimentoMensal] span {
    /* top: -20px; */
  }
  .single-plano .aba4 .section-retirement .simulator-item__form .label {
    position: absolute;
  }
  #simulador-mobile,
  .simulador-mobile{
      display: none;
  }
  #simulador-desk,
  .simulador-desk{
      display: block;
  }
  .col-info-agr-home, .col-info-dps-home {
      width: 49%;
  }

  .item-info-agr-home, .item-info-dps-home {
      width: 30%;
      padding: 00px 0px;
      position: relative;
  }

  .item-info-agr-home:nth-child(2), .item-info-dps-home:nth-child(2)  {
      border-top: 0px;
      border-bottom: 0px;
  }

  .col-info-agr-home .item-info-agr-home:nth-child(2)::before, .col-info-dps-home .item-info-dps-home:nth-child(2)::before {
      background: #E0E0E0;
      height: 100px;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: -15px;
      left: -25px;
  }

  .col-info-agr-home .item-info-agr-home:nth-child(2)::after, .col-info-dps-home .item-info-dps-home:nth-child(2)::after {
      background: #E0E0E0;
      height: 100px;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: -15px;
      right: 20px;
  }

  .col-info-dps-home {
    margin-top: 00px;
  }
  .aba4 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 50px 0;
  }
  .title-aba4 {
      margin-bottom: 50px;
      text-align: center;
  }
  .grids-aba4{
     display: flex;
     flex-flow: wrap;
     justify-content: space-between;
  }
  .fundosvg-aba4 {
      bottom: -345px;
      right: -130px;
  }
  .fundosvg-aba4 svg{
     width: 600px;
  }
  .gridcinza,
  .gridazul {
      width: 30%;
  }
  .gridbig{
      width: 37%;
  }
  .grid-aba4 ul li span {
      font-size: 16px;
      line-height: 16px;
  }
}

@media(min-width: 1920px){
  .aba4{
    min-height: 100vh;
  }
}

/* Aba 5 */
.aba5 {
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background: #364d72;
}
.title-aba5 h2,
.form-aba5 h2{
    color: white;;
    margin-bottom: 20px;
}
.form-aba5 h2 br{
    display: none;
}
.unique-badge-aba5 {
    text-align: center;
    background: #F2F1F0;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.unique-badge-aba5 span {
    color: #B79966;
    font-size: 20px;
    padding: 5px 20px;
    display: inline-block;
    line-height: 18px;
}
.unique-badge-aba5 span a {
    font-size: 20px;
    line-height: 18px;
    color: #B79966;
}
.unique-badge-aba5 i{
   display: inline-block;
   width: 100%;
   padding: 10px 0 0 0;
   border-top: 2px solid #ab9564;
   margin-top: 10px;
}
.unique-badge-aba5 i:before {
    width: 50px;
    height: 45px;
    display: inline-block;
}
.unique-badge-aba5:nth-of-type(1) i:before{
    content: url(svg/badge2.svg);
}
.unique-badge-aba5:nth-of-type(2) i:before{
    content: url(svg/badge1.svg);
}
.uniqueform-aba5 input[type="text"],
.uniqueform-aba5 input[type="email"],
.uniqueform-aba5 input[type="tel"]{
    width: 100%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #B79966;
    margin-bottom: 15px;
    color: #fff;
}
.uniqueform-aba5 input[type="text"]::placeholder,
.uniqueform-aba5 input[type="email"]::placeholder,
.uniqueform-aba5 input[type="tel"]::placeholder{
    text-transform: uppercase;
    color: #B79966;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.uniqueform-aba5 span{
    color: #B79966;
    font-size: 12px;
}
.uniqueform-aba5 input[type="submit"]{
    border: none;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.classbotoes-padrao {
    color: #B99B62;
    background: white;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    padding: 10px 20px;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 2%);
    transition: 0.3s ease all;
}

input.wpcf7-form-control.wpcf7-submit.classbotoes-padrao:hover {
    background: #B99B62;
    text-decoration: none;
    color: white;
    transition: 0.3s ease all;
}

@media(min-width: 1024px){
  .unique-badge-aba5 {
      display: flex;
      flex-flow: wrap;
      padding: 20px 0px;
  }
  .unique-badge-aba5 i {
      width: 10%;
      margin: 0px;
      border-top: 0;
      border-left: 2px solid #ab9564;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 0;
  }
  .unique-badge-aba5 span {
      width: 90%;
      text-align: left;
      align-items: center;
      vertical-align: middle;
      height: auto;
      display: flex;
  }
  .unique-badge-aba5 span a {
      display: contents;
      font-size: 20px;
  }
  .form-aba5 h2 br{
      display: block;
  }
  .uniqueform-aba5 {
      max-width: 500px;
  }
  .uniqueform-aba5 input[type="submit"]{
      width: auto;
  }
  .badges-aba5{
      margin-bottom: 40px;
  }
  .aba5{
     padding: 50px 0;
  }
}

@media(min-width: 1280px){
  .badges-aba5{
      max-width: 650px;
  }
  .unique-badge-aba5 span {
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px;
    line-height: 20px;
  }
  .unique-badge-aba5 i{
      padding: 10px 0;
  }
  .unique-badge-aba5 i:before {
      width: 36px;
      height: 30px;
  }
}

@media(min-width: 1920px){
  .aba5{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


/* Aba 6 */
.aba6 {
    padding: 30px 0;
    background: url(img/fundo-aba6-min.jpg);
    background-size: cover;
    background-position: center center;
}
.title-aba6{
    text-align: center;
    margin-bottom: 20px;
}
.title-aba6 h2{
    color: #2B4980;
    margin-bottom: 10px;
}
.title-aba6 a{
   text-transform: uppercase;
   font-weight: 600;
   color: #2B4980;
   font-size: 12px;
   letter-spacing: 2px;
}
.uniquegrid-aba6 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.gridunica-aba6 {
    perspective: 1000px;
    width: 49%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
    background: none;
    height: 380px;
}
.gridunica-aba6 i{
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto 20px;
}
.gridunica-aba6 p{
   font-size: 14px;
   line-height: 18px;
   margin: 0;
   color: #B99B62;
   letter-spacing: 1px;
}
.btn-adesao-aba6{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.gridunica-aba6:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px 20px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #F2F1F0;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #B99B62;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back p{
  color: white;
}
.flip-card-front i:before{
    content: url(svg/perg.svg);
}
.flip-card-back i:before{
    content: url(svg/resp.svg);
}
.flip-card-front i:before,
.flip-card-back i:before{
    width:10px;
}

#modalRegulamentoDownload h2{
    color: #B99B62;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

#modalRegulamentoDownload input.wpcf7-form-control.wpcf7-submit.classbotoes-padrao {
    color: white;
    background: #B99B62;
    text-align: center;
    margin: 0 auto;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
@media(min-width: 1024px){
  .aba6{
      padding: 80px 0px;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .title-aba6 {
      margin-bottom: 60px;
  }
  .uniquegrid-aba6 {
    justify-content: center;
  }
  .gridunica-aba6 {
      width: 19%;
      margin-right: 10px;
  }
}

@media(min-width: 1280px){
  .uniquegrid-aba6 {
    justify-content: end;
  }
  .gridunica-aba6 {
      height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 40px;
      margin-right: 10px;
  }
  .gridunica-aba6 p {
      font-weight: 400;
  }
}


/* Rodapé */
.top-footer {
    padding: 30px 0;
}
.flex-footer{
    display: flex;
    flex-direction: column;
}
.flex1-footer:nth-of-type(1){
   order: 2;
}
.flex1-footer img{
    margin: 0 auto 30px;
    display: table;
    width: 180px;
    order: 1;
}
.flex1-footer h2 {
    color: #2B4980;
    text-align: center;
    margin-bottom: 20px;
}
.flex1-footer ul{
   padding: 0;
   margin: 0;
   text-align: center;
   list-style: none;
   font-size: 12px;
   text-transform: uppercase;
}
.flex1-footer ul li{
    color: #A0845C;
}
.flex1-footer ul li b{
    color: #755F43;
}
.bottom-footer {
    padding: 30px 0;
    border-top: 1px solid rgb(0 0 0 / 21%);
}
.flex1-footer-bottom{
    text-align: center;
}
.social-media-footer {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.social-media-footer a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px 3px 10px;
}
.social-media-footer a:nth-of-type(1):before{
    content: url(svg/facebook.svg);
}
.social-media-footer a:nth-of-type(2):before{
    content: url(svg/instagram.svg);
}
.social-media-footer a:nth-of-type(3):before{
    content: url(svg/linkedin.svg);
}
.devpro a{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2B4980;
}
.devpro a i:before {
    content: url(svg/coracao.svg);
    display: inline-block;
    width: 13px;
    height: 14px;
    position: relative;
    top: 2px;
}
.social-media-footer span {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2B4980;
    display: inline-block;
    width: 100%;
}

@media(min-width: 1024px){
  .flex-footer{
      flex-direction: inherit;
      flex-flow: wrap;
  }
  .flex1-footer:nth-of-type(1)  {
      width: 50%;
      order: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .flex1-footer ul,
  .flex1-footer h2{
      text-align: left;
  }
  .flex1-footer ul li {
      letter-spacing: 3px;
  }
  .flex1-footer:nth-of-type(2) {
      order: 2;
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .flex1-footer img{
     margin: 0 auto;
  }
  .flex-footer-bottom {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .social-media-footer a:before {
      width: 13px;
      height: 13px;
      margin: 0 5px;
  }
  .social-media-footer span{
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 4px;
      margin-right: 25px;
  }
  .social-media-footer{
      justify-content: flex-start;
      flex-flow: initial;
  }
  .devpro a{
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0;
  }
}

/* PG OBRIGADO */
.aba1.obrigado-banner{
    background-image: url(img/bk-brigado-min.jpg);
    background-size: cover;
    background-position: center center;
}

.quadrado-branco-obrigado h1 {
    color: #B79966;
    font-size: 25px;
    line-height: 30px;
}

.quadrado-branco-obrigado {
    background: white;
    border-radius: 20px;
    padding: 70px 15px;
}

.quadrado-branco-obrigado .icon-arrow {
    content: url(svg/down2.svg);
    display: block;
    width: 40px;
    margin: 0 auto 10px;
}



.logo-centreusmais {
    background-image: url(svg/logo-centrusprevmais-azul.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}

.unique-carou-aba3 a {
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    color: #A0845C;
}

@media(min-width: 1024px){
  .quadrado-branco-obrigado h1 {
      font-size: 35px;
      line-height: 35px;
  }
  .quadrado-branco-obrigado {
      width: 80%;
      margin: 0 auto;
  }
  .logo-centreusmais {
      background-size: 700px 100%;
      height: 300px;
  }
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(1) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon6.svg);
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(2) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon1.svg);
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(3) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon8.svg);
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(4) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon7.svg);
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(5) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon4.svg);
}
.copyaba3 .owl-stage-outer .owl-item:nth-of-type(6) .unique-carou-aba3 i::before{
    content: url(svg/aderir/icon2.svg);
}

/**************
Guia novo
**************************/
.perguntas-faq-centrusprev {
    padding: 30px 0;
    background: whitesmoke;
}
.title-faqs-entrusprec h2 {
    margin-bottom: 30px;
    color: #364d72;
}
.quests-entrusprec .card-header {
    padding: 0;
    border: none;
    background: none;
}
.quests-entrusprec .card-header h5 button{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    outline: none;
    border: none;
    text-decoration: none;
    color: #364d72;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    padding: 15px;
    text-transform: inherit;
}
.quests-entrusprec .card-header h5 button:after {
    content: url(svg/down.svg);
    display: inline-block;
    width: 65px;
    position: absolute;
    right: -5px;
    top: -5px;
    filter: brightness(0);
    transform: scale(0.4);
}
.perguntas-faq-centrusprev .card {
    margin-bottom: 20px;
    border: 1px solid rgb(214 214 214 / 35%);
    padding: 20px;
    border-radius: 58px;
}
.quests-entrusprec .card-header h5 button:focus, .quests-entrusprec .card-header h5 button:hover {
    outline: none !important;
    box-shadow: none;
}
.spanlist {
    display: inline-block;
    font-size: 14px;
    position: relative;
    color: #364d72;
    width: 100%;
}
.spanlist b{
    font-weight: bold;
}
.spanlist:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b79966;
    border-radius: 100px;
    transform: scale(0.6);
    margin-right: 6px;
}
.group-guia-explicativo{
    display: flex;
    flex-flow: wrap;
}
.text-group{
    width: 100%;
    padding-left: 35px;
}
.btn-quer-saber-mais{
    margin: 0px;
    background: linear-gradient(to top, #05396E, #265777) !important;
}
.card-body p{
   font-size: 14px;
   line-height: 22px;
}
.last-paragraph-topic{
    font-size: 23px;
    font-weight: 300;
    color: #003871;
    margin-top: 20px;
    padding-top: 5px;
}
.card-body h3{
    font-weight: bold;
    font-size: 22px;
    color: #364d72;
}
@media(min-width: 1024px){
  .perguntas-faq-centrusprev{
    padding: 50px 0;
  }
  .title-faqs-entrusprec h2{
    font-size: 30px;
    line-height: 30px;
  }
  .title-faqs-entrusprec h2{
    margin-bottom: 50px;
  }
  .quests-entrusprec .card-header h5 button{
    font-size: 16px;
  }
  .text-group{
    width: 35%;
  }
  .btn-quer-saber-mais{
    margin-top: 10px;
  }
}

@media(min-width: 1280px){
  .perguntas-faq-centrusprev{
    padding: 100px 0;
  }
  .title-faqs-entrusprec h2{
    font-size: 36px;
    line-height: 38px;
  }
  .btn-quer-saber-mais{
    margin-top: 20px;
  }
}

@media(min-width: 1980px){
    .text-group{
        width: 35%;
    }
  }
