/***
Padrões
*****************/
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Bold.woff2') format('woff2'),
  url('fonte/NeoSansStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-BoldItalic.woff2') format('woff2'),
  url('fonte/NeoSansStd-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Black.woff2') format('woff2'),
  url('fonte/NeoSansStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-MediumItalic.woff2') format('woff2'),
  url('fonte/NeoSansStd-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Light.woff2') format('woff2'),
  url('fonte/NeoSansStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-LightItalic.woff2') format('woff2'),
  url('fonte/NeoSansStd-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Regular.woff2') format('woff2'),
  url('fonte/NeoSansStd-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Italic.woff2') format('woff2'),
  url('fonte/NeoSansStd-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-Medium.woff2') format('woff2'),
  url('fonte/NeoSansStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('fonte/NeoSansStd-BlackItalic.woff2') format('woff2'),
  url('fonte/NeoSansStd-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'Raleway', sans-serif;
  background: whitesmoke;
  overflow-x: hidden;
}

/***
Header
*****************/
header {
    position: absolute;
    padding: 20px;
    z-index: 9;
    width: 100%;
    top: 0;
}
.brand-libertas {
    display: inline-block;
}
.brand-libertas:before {
    content: url(svg/logo.svg);
    display: inline-block;
    width: 130px;
}
.flex-header-lplibertas {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}
.buttons-heading-libertas {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    flex-flow: wrap;
}
.buttons-heading-libertas a {
    color: white;
    padding: 8px 25px;
    font-size: 13px;
    border-radius: 100px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    min-width: 140px;
    margin: 5px;
}
.buttons-heading-libertas a:nth-of-type(1){
    background: white;
    border:1px solid white;
    color: #1A3F6C;
}
.buttons-heading-libertas a:nth-of-type(2){
    background: #E41E73;
    border:1px solid #E41E73;
}
.buttons-heading-libertas a:nth-of-type(3){
    background: #1A3F6C;
    border:1px solid #1A3F6C;
}
.buttons-heading-libertas a:nth-of-type(3)::before {
    content: url(svg/coracao.svg);
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
}

@media(min-width: 1024px){
  .buttons-heading-libertas {
      width: auto;
      margin-top: 0;
      padding: 3px 0;
      margin-left: 35px;
      padding-left: 35px;
      border-left: 1px solid rgb(255 255 255 / 49%);
  }
  .buttons-heading-libertas a {
      padding: 4px 35px;
      margin: 0 10px 0 0;
      min-width: auto;
  }
  .flex-header-lplibertas {
      justify-content: flex-start;
      border-bottom: none;
  }
  header {
      margin: 0 5%;
      width: 90%;
      padding-bottom: 10px;
      border-bottom: 1px solid rgb(255 255 255 / 54%);
  }
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

/***
Aba 1
*****************/
.aba1 {
    height: 100vh;
    background: black;
    position: relative;
}
.desc-banner-aba1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.desc-banner-aba1 h2 {
    color: white;
    margin-bottom: 20px;
    font-family: 'Neo Sans Std';
    font-size: 28px;
    line-height: 34px;
}
.desc-banner-aba1 h2 span {
    display: inline-block;
    width: 100%;
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 20px;
}
.desc-banner-aba1 h3 {
    font-family: 'Neo Sans Std';
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.desc-banner-aba1 h3 span {
    display: table;
    background: #E41E73;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
}
.owl-nav{
    display: none;
}
.owl-dots {
    position: absolute;
    bottom: 70px;
    display: flex;
    width: 100%;
    padding: 0 12px;
    z-index: 8;
    max-width: 540px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.owl-carousel .owl-dots button {
    width: 60px;
    height: 3px;
    background: grey;
    margin-right: 10px;
}
.owl-carousel .owl-dots button span {
    transition: 0.4s ease all;
}
.owl-carousel .owl-dots button.active span {
    width: 100%;
    height: 100%;
    background: white;
    display: inherit;
    transition: 0.4s ease all;
}
.aba1 .item {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.aba1 .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(44, 44, 44, 0.16);
}
@media(min-width: 992px){
  .owl-dots {
      max-width: 960px;
  }
}

@media(min-width: 1024px){
  .owl-dots {
      max-width: 540px;
  }
}

@media(min-width: 1200px){
  .owl-dots {
      max-width: 1140px;
  }
  .aba1,
  .desc-banner-aba1 {
      height: 70vh;
  }
  .desc-banner-aba1 h2 {
      font-size: 42px;
      line-height: 52px;
  }
  .desc-aba1-right {
      width: 50%;
      margin-left: auto;
  }
  .desc-aba1-right h2 {
      text-align: right;
  }
}

@media(min-width: 1200px){
  .owl-dots {
      max-width: 1140px;
  }
}



/***
Aba 2
*****************/
.aba2 {
    padding-bottom: 40px;
    position: relative;
    z-index: 8;
    margin-top: -100px;
}
.grid-aba2-lp {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: -45px;
    position: relative;
}
.biggrid-cardunicttex {
    width: 100%;
    text-align: center;
}
.biggrid-cardunicttex span {
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: bold;
    background: #e41d73;
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
}
.cardunico-gridlp {
    padding: 20px;
    background: white;
    border-radius: 20px;
    width: 48%;
    margin: 1%;
    text-align: center;
}
.cardunico-gridlp i {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(2) i:before{
    content: url(svg/cards/icon1.svg);
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(3) i:before{
    content: url(svg/cards/icon2.svg);
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(4) i:before{
    content: url(svg/cards/icon3.svg);
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(5) i:before{
    content: url(svg/cards/icon4.svg);
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(6) i:before{
    content: url(svg/coracao.svg);
}
.cardunico-gridlp h2 {
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.cardunico-gridlp p {
    color: #1A3F6C;
    font-size: 14px;
    line-height: 16px;
}
.cardunico-gridlp a {
    border:1px solid #E41E73;
    background: #E41E73;
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    transition: 0.4s ease all;
}
.cardunico-gridlp a:hover{
    background: none;
    color: #E41E73;
    text-decoration: none;
    transition: 0.4s ease all;
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(6) {
    background: #1A3F6C;
}
.grid-aba2-lp .cardunico-gridlp:nth-of-type(6) h2,
.grid-aba2-lp .cardunico-gridlp:nth-of-type(6) p {
    color: white;
}
@media(min-width: 1024px){
  .aba2{
      padding-bottom: 60px;
  }
  .cardunico-gridlp {
      width: 19%;
      margin: 0.5%;
  }
  .cardunico-gridlp p {
      font-size: 16px;
      line-height: 20px;
      min-height: 80px;
  }
  .cardunico-gridlp i {
      width: 40px;
      height: 40px;
  }
  .biggrid-cardunicttex span {
      padding: 20px 40px;
      font-size: 22px;
      margin-bottom: 10px;
  }
}


@media(min-width: 1200px){
  .cardunico-gridlp h2 {
      font-size: 22px;
      margin-bottom: 10px;
  }
  .cardunico-gridlp p {
      font-size: 18px;
      line-height: 22px;
  }
}

/***
Aba 3
*****************/
.aba3{
    padding-bottom: 40px;
}
.bannercentral-lp {
    position: relative;
    padding: 60px 30px;
    border-radius: 20px;
    overflow: hidden;
    background: url(img/capa-meio-lp-min.webp);
    background-size: cover;
    background-position: center center;
}
.bannercentral-lp:before {
    content: "";
    background: linear-gradient(269.56deg, rgba(11, 25, 43, 0.83) 11.82%, rgba(11, 25, 43, 0.83) 37.37%, rgba(14, 14, 14, 0) 93.37%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.desc-bannercentral{
    position: relative;
    z-index: 8;
}
.desc-bannercentral h2 {
    font-family: 'Neo Sans Std';
    font-weight: 400;
    color: white;
}
.desc-bannercentral a {
    display: inline-block;
    text-decoration: none;
    transition: 0.4s ease all;
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    background: #E41E73;
    border:1px solid #E41E73;
    padding: 10px 25px 9px 25px;
    border-radius: 1000px;
}
.desc-bannercentral a:hover{
    transition: 0.4s ease all;
    background: none;
    color: #E41E73;
}

@media(min-width: 1024px){
  .desc-bannercentral {
      width: 50%;
      margin-left: auto;
      padding: 40px 0;
      text-align: left;
  }
}


/***
Aba 4
*****************/
.aba4{
    padding-bottom: 40px;
}
.aba4 .title-simulador-lp h2, .title-bloco-simulador h2 {
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    margin: 0;
}
.aba4 .title-simulador-lp h2 span {
    font-weight: 600;
    color: #E41E73;
}
.title-simulador-lp p {
    font-size: 14px;
    line-height: 18px;
    color: #1A3F6C;
    margin-top: 10px;
}
.title-bloco-simulador {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1A3F6C;
}
.barunic-sumulador {
    padding: 0 0 10px 0;
}
.barunic-sumulador span {
    font-family: 'Neo Sans Std';
    color: #1A3F6C;
    font-size: 16px;
    font-weight: 400;
}
.range-simlador {
    display: inline-block;
    width: 100%;
}
.bars-simulador {
   margin-bottom: 20px;
}
.subtext-simulador h3 {
    font-weight: 500;
    font-family: 'Neo Sans Std';
    font-size: 16px;
    color: #1A3F6C;
}
.subtext-simulador p {
   margin: 0;
   font-size: 14px;
   line-height: 18px;
   color: #1A3F6C;
}

@media(min-width: 1024px){
  .title-simulador-lp {
      margin-bottom: 40px;
  }
  .barunic-sumulador span {
      width: 20%;
      display: inline-block;
  }
  .range-simlador {
      width: 80%;
  }
  .barunic-sumulador {
      padding: 15px 0px;
      display: flex;
      align-items: center;
      flex-flow: wrap;
  }
  .aba4 .title-simulador-lp h2, .title-bloco-simulador h2 {
      padding: 10px 0;
  }
  .subtext-simulador h3 {
      font-size: 20px;
  }
  .subtext-simulador p,
  .title-simulador-lp p {
      font-size: 16px;
      line-height: 22px;
  }
  .bars-simulador {
      margin-bottom: 40px;
  }
}

/***
Aba 5
*****************/
.aba5 {
    padding-top: 20px;
}
.title-aba5 h2 {
    color: #1A3F6C;
    font-size: 24px;
    font-family: 'Neo Sans Std';
    font-weight: 400;
}
.bannermini-aba5 {
    position: relative;
    padding: 160px 50px 50px 50px;
    background: url(img/capa-ebook-financeiro-min.webp);
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.bannermini-aba5:before {
    content: "";
    background: linear-gradient(3.16deg, rgba(11, 25, 43, 0.83) 20.43%, rgba(11, 25, 43, 0.83) 49.52%, rgba(14, 14, 14, 0) 113.28%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bannermini-aba5.v2:before {
    background: #1a3f6c;
}
.desc-bannermini-aba5 {
    position: relative;
}
.desc-bannermini-aba5 h2 {
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.desc-bannermini-aba5 p {
    color: white;
    font-size: 14px;
    line-height: 18px;
}
.desc-bannermini-aba5 a {
    background: #E41E73;
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    text-decoration: none;
    padding: 11px 30px 8px 30px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #E41E73;
    transition: 0.4s ease all;
}
.desc-bannermini-aba5 a:hover{
    background: none;
    transition: 0.4s ease all;
    color: #E41E73;
}
.aba5{
    padding-bottom: 40px;
}
@media(min-width: 1024px){
  .flex-aba5 {
     display: flex;
     align-items: center;
     flex-flow: wrap;
  }
  .sideone-aba5 {
      width: 65%;
  }
  .sidetwo-aba5 {
     width: 35%;
  }
  .title-aba5 h2 {
      font-size: 32px;
      line-height: 42px;
  }
  .aba5{
      padding-bottom: 60px;
  }
}

@media(min-width: 1200px){
  .desc-bannermini-aba5 h2 {
      font-size: 34px;
      line-height: 36px;
  }
  .desc-bannermini-aba5 p {
      font-size: 18px;
      line-height: 24px;
      margin: 20px 0;
  }
  .sideone-aba5 {
      width: 60%;
  }
  .sidetwo-aba5 {
      width: 40%;
  }
  .bannermini-aba5 {
      padding: 190px 60px 50px 60px;
      min-height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: end;
  }
  .bannermini-aba5.v2 {
    min-height: 421px;
  }
}


/*****
RODAPÉ
**********************/
  .whitebar-footer{
    position: relative;
    background: #f5f5f5;
  }
  .whitebar-footer:before {
    content: "";
    width: 98%;
    height: 1px;
    position: absolute;
    background: #e4e7ed;
    top: 0;
    left: 1%;
  }
  .logo-footer a{
    display: inline-block;
    width: 100%;
  }
  .logo-footer a:before {
    content: url(svg/libertas.svg);
    width: 240px;
    margin: 0 auto;
    display: table;
    padding: 20px 0;
  }
  .unico-flexfooter {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .unico-flexfooter:last-of-type{
    margin-bottom: 0;
  }
  .unico-flexfooter address{
    display: flex;
    flex-direction: column;
  }
  .unico-flexfooter address a{
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
  }
  .contatos-side1-footer span{
    font-size: 16px;
    color: #1A3F6C;
    font-weight: 400;
    font-family: 'Neo Sans Std';
  }
  .contatos-side1-footer a {
    font-weight: 600;
    color: #1A3F6C;
    font-size: 12px;
    font-family: 'Neo Sans Std';
  }
  .social-links-footer nav ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .social-links-footer nav ul li a:before,
  .whats:after {
    width: 35px;
    display: inline-block;
    border: 1px solid #E21F73;
    height: 35px;
    padding: 8px;
    border-radius: 100px;
    margin-right: 10px;
  }
  .whats:after{
	border: none;
  }
  .social-links-footer nav ul li:nth-of-type(1) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/instagram.svg);
  }
  .social-links-footer nav ul li:nth-of-type(2) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/facebook.svg);
  }
  .social-links-footer nav ul li:nth-of-type(3) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/linkedin.svg);
  }
  .social-links-footer nav ul li:nth-of-type(4) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/youtube.svg);
  }
  .social-links-footer nav ul li:nth-of-type(5) a:before,
  .whats:after {
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/whats.svg);
  }
  .social-links-footer{
    margin-top: 20px;
  }
  .unico-flexfooter h3{
    font-family: 'Neo Sans Std';
    font-weight: 400;
    color: #1A3F6C;
  }
  .unico-flexfooter ul.navbar-flexfooter {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 32px;
  }
  .unico-flexfooter ul.navbar-flexfooter li a{
    font-family: 'Neo Sans Std';
    font-weight: 300;
    color: #1A3F6C;
    font-size: 18px;
  }
  .bottom-footer-whitebar{
    padding: 30px;
  }
  .ans-item {
    padding: 0;
    display: inline-block;
    font-weight: 500;
    font-family: 'Neo Sans Std';
  }
  .ans-item img {
    max-width: 110px;
  }
  .exchange-suporte a{
    font-weight: bold;
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-size: 14px;
    text-decoration: underline;
  }
  .logo-previc a img{
    width: 100px;
    margin-bottom: 10px;
  }
  .pinkbar-footer{
    background: #E41E73;
  }
  .flex-line1-pinkbar{
    padding: 30px;
  }
  .address-libertas address span {
    font-family: 'Neo Sans Std';
    font-weight: 100;
    color: white;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
  }
  .navbar-pinkbar ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: wrap;
  }
  .navbar-pinkbar ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  .navbar-pinkbar ul li a {
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
  }
  .line2-pinkbar{
    padding: 30px;
    max-width: 98%;
    border-top: 1px solid rgb(255 255 255 / 26%);
    left: 1%;
    position: relative;
    text-align: center;
  }
  .flex-copyyy span{
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
  }
  .flex-copyyy a{
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
  }
  .flex-copyyy a i:before {
    content: url(svg/coracao.svg);
    display: inline-block;
    width: 12px;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 1px;
  }
  footer a{
      text-decoration: none;
  }
  @media(min-width: 1024px){
    .flex-footer-whitebar{
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
    }
    .unico-flexfooter{
      padding: 0;
      margin: 0;
    }
    .unico-flexfooter{
      width: 18.75%;
    }
    .unico-flexfooter:nth-of-type(1) {
      width: 25%;
    }
    .logo-footer a:before {
      width: 190px;
      margin: 0;
      padding: 0;
    }
    .unico-flexfooter h3 {
      font-size: 22px;
      margin-bottom: 25px;
    }
    .bottom-footer-whitebar {
      padding: 30px 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    .ans-item,
    .logo-previc a img{
      margin-bottom: 0;
    }
    .exchange-suporte,
    .ans-item{
      margin-left: 15px;
    }
    .whitebar-footer {
      padding-top: 60px;
    }
    .unico-flexfooter address a {
      font-size: 18px;
    }
    .logo-footer{
      margin-bottom: 25px;
    }
    .contatos-side1-footer span {
      font-size: 14px;
      margin-bottom: 15px;
      display: inline-block;
    }
    .social-links-footer nav ul li a:before {
      margin-right: 0;
      transform: scale(0.9);
    }
    .unico-flexfooter ul.navbar-flexfooter {
      line-height: 40px;
    }
    .unico-flexfooter ul.navbar-flexfooter li a {
      font-size: 16px;
    }
    .flex-copyyy{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .flex-line1-pinkbar {
      padding: 40px 0;
      display: flex;
      justify-content: space-between;
    }
    .address-libertas{
      width: 35%;
    }
    .address-libertas address{
      margin: 0;
    }
    .navbar-pinkbar ul li {
      width: auto;
      padding: 0 15px;
    }
    .flex-copyyy span,
    .flex-copyyy a{
      font-size: 14px;
    }
  }



/***
SINGLE PAGE
****************/
.aba1-singlepage {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.aba1-singlepage:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(44, 44, 44, 0.40);
}
.aba1-singlepage h1, .aba1-singlepage h2 {
    margin: 0;
    font-size: 24px;
    color: white;
    font-family: 'Neo Sans Std';
    line-height: 30px;
}
.aba1-singlepage h2 {
    font-size: 20px;
    line-height: 26px;
}
.whitebox-aba2 {
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin-top: -50px;
    position: relative;
}
.desc-banner-singlepage{
    position: relative;
}
.paragraph-whitebox-aba2 h2,
.title-singlepage {
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
}
.paragraph-whitebox-aba2 h2 span,
.title-singlepage span {
    color: #E41E73;
}
/* .title-singlepage span{
    font-weight: 600;
} */
.singlepage-main section:not(.aba1-singlepage){
    padding-bottom: 40px;
}
.title-singlepage-heading p,
.paragraph-whitebox-aba2 p,
.aba1-singlepage p {
    font-size: 14px;
    line-height: 18px;
    color: #1A3F6C;
    margin: 0;
    font-weight: 500;
}
.paragraph-whitebox-aba2{
    padding-bottom: 30px;
}
.paragraph-whitebox-aba2:last-of-type{
    padding-bottom: 0px;
}
.paragraph-whitebox-aba2:last-of-type br{
  display: none;
}
.orgchart-aba3-singlepage:before {
    content: url(svg/orgchart.svg);
    display: inline-block;
    width: 100%;
    padding: 20px 0 0 0;
}
.orgchart-vcprev {
    max-width: 100%;
    overflow-x: auto;
}
.gridboxes-singlepage {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.uniquegridboxes {
    background: #1A3F6C;
    width: 48%;
    margin: 1%;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
}
.uniquegridboxes h3 {
    font-size: 16px;
    font-family: 'Neo Sans Std';
    margin: 0;
}
.biggerlink-singlepage {
    text-align: center;
    margin-top: 30px;
}
.biggerlink-singlepage a {
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    background: #E41E73;
    text-decoration: none;
    display: inline-block;
    padding: 12px 20px 10px 20px;
    line-height: 18px;
    border-radius: 1000px;
    border: 1px solid #E41E73;
}
.biggerlink-singlepage a:hover{
    transition: 0.4s ease all;
    background: none;
    color: #E41E73;
    text-decoration: none;
}
.singlepage-main section:not(.aba1-singlepage,.aba2-singlepage,.aba6-singlepage){
    text-align: center;
}
.gridboxes-two-singlepage {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.gridboxes-two-singlepage .uniquegridboxes-two i:before {
    display: inline-block;
    width: 45px;
    margin-bottom: 15px;
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(1) i:before{
    content: url(svg/singlepage/icon1.svg);
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(2) i:before {
    content: "48";
    font-family: 'Neo Sans Std';
    font-size: 45px;
    line-height: 45px;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 2px #e41e73;
    -webkit-text-stroke: 2px #e41e73;
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(3) i:before{
    content: url(svg/singlepage/icon3.svg);
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(4) i:before{
    content: url(svg/singlepage/icon4.svg);
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(5) i:before {
    content: url(../svg/paper-plan.svg);
}
.gridboxes-two-singlepage .uniquegridboxes-two:nth-of-type(6) i:before{
    content: url(svg/singlepage/icon6.svg);
}
.uniquegridboxes-two {
    width: 48%;
    border: 1px solid #1A3F6C;
    margin: 1%;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vincule-se .uniquegridboxes-two {
    width: 100%;
}
.uniquegridboxes-two h3 {
    margin: 0;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1A3F6C;
}
.aba6-singlepage .title-singlepage-heading{
    text-align: center;
}
.unicanews-singlepage a {
    display: inline-block;
    text-decoration: none;
}
.cover-news-singlepage {
    width: 100%;
    height: 200px;
    background: red;
    border-radius: 5px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
}
.descnews-singlepage > span {
    background: #3BBFAD;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}
.descnews-singlepage h2 {
    font-family: 'Neo Sans Std';
    font-weight: 400;
    color: #1A3F6C;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.descnews-singlepage p {
    font-size: 14px;
    line-height: 22px;
    color: #1A3F6C;
}
.data-papocerto-singlepage span {
    color: #7A889A;
    font-size: 12px;
    display: flex;
    position: relative;
}
.unicanews-singlepage {
    margin-bottom: 30px;
}
.supergrids-logos {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.grid-logos-empresas {
    width: 50%;
    padding: 20px;
}
.unicalogo-empresa img {
    width: 100%;
}

@media(min-width: 1024px){
  .aba1-singlepage {
      height: 70vh;
  }
  .aba1-singlepage h1 {
      font-size: 34px;
      line-height: 42px;
  }
  .paragraph-whitebox-aba2 h2, .title-singlepage {
      font-size: 32px;
      line-height: 36px;
  }
  .title-singlepage-heading p, .paragraph-whitebox-aba2 p, .aba1-singlepage p {
      font-size: 16px;
      line-height: 24px;
  }
  .paragraph-whitebox-aba2:last-of-type br{
    display: block;
  }
  .whitebox-aba2 {
      padding: 45px;
  }
  .paragraph-whitebox-aba2 {
      padding-bottom: 45px;
  }
  .orgchart-aba3-singlepage:before {
      max-width: 700px;
      margin: 20px 0;
  }
  .singlepage-main section:not(.aba1-singlepage){
      padding-bottom: 60px;
  }
  .uniquegridboxes h3 {
      font-size: 22px;
      line-height: 32px;
  }
  .uniquegridboxes {
      width: 32%;
      margin: 0.5%;
      border-radius: 15px;
  }
  .biggerlink-singlepage a {
      font-size: 18px;
  }
  .uniquegridboxes-two {
      width: 32%;
      margin: 0.5%;
      padding: 35px;
  }
  .vincule-se .uniquegridboxes-two {
    width: 49%;
}
  .uniquegridboxes-two h3 {
      font-size: 22px;
      line-height: 28px;
  }
  .unicanews-singlepage {
      margin-bottom: 0px;
      width: 32%;
  }
  .news-grid-singlepage {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .grid-logos-empresas {
      width: 15%;
  }
  .title-singlepage-heading {
      margin-bottom: 30px;
  }
}


/**
FLIP CARD ****/
.flip-card {
    background-color: transparent;
    height: 350px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #1A3F6C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}
.flip-card-back {
    background-color: #e41d73;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.flip-card-back p {
    padding: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
#choicesx {
    margin-top: 30px;
}
#choicesx .onyx-poll {
    width: 100%;
    background: none;
    max-width: initial;
    margin: 0;
    float: none;
    border: none;
    padding: 0;
}
#choicesx .onyx-poll .onyx-poll-question {
    display: none;
}
#choicesx .onyx-poll-choices  {
    display: flex;
    flex-flow: wrap;
}
#choicesx .onyx-poll-choices li {
    padding: 0;
    margin: 0;
    font-style: normal;
    color: #1a3f6c;
    border: none;
    width: 50%;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 15px;
    border-radius: 0;
}
#choicesx .onyx-poll-choices li:hover{
    text-shadow: none;
}
#choicesx .onyx-poll-choices li span {
    position: relative;
    padding-left: 20px;
}
#choicesx .onyx-poll-choices li span:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
    position: absolute;
    left: -5px;
    border-radius: 200px;
    transition: 0.4s ease all;
}
#choicesx .onyx-poll-choices li:hover span:before{
    background: #1a3f6c;
    transition: 0.4s ease all;
}
#choicesx .onyx-poll-message.success {
    color: #1a3f6c;
    font-size: 18px;
}
#choicesx .view .onyx-poll-wrapper{
    display: none;
}
#choicesx .view:before{
    content: "Você já votou nessa enquete :)";
}
.span-realen {
    position: relative;
}
.span-realen span {
    font-family: 'Neo Sans Std';
    position: absolute;
    left: 10px;
    color: #1a3f6c;
    top: 8px;
}
.span-realen input {
    padding: 5px 40px;
    min-width: 280px;
    border-radius: 200px;
    border: 1px solid #e41d73;
}
#recebeValue.valorcalculadomax,
#recebeValueMes.valorcalculadomax {
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    text-align: right;
}
#recebeValueMes.valorcalculadomax:after{
    content: " anos";
}
@media(min-width: 1024px){
  .title-bloco-simulador {
      display: flex;
      align-items: center;
  }
  .span-realen {
     margin-left: 20px;
  }
}

@media(min-width: 1200px){
  .flip-card {
      height: 200px;
  }
}
/*Indique*/
@media (max-width: 365px) {
  .flex {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 130vh;
  }
}
main.indique.singlepage-main {
    font-family: 'Neo Sans Std';
}
main.indique.singlepage-main .aba1-singlepage {
    height: auto;
}
.flex {
    display: flex;
    flex-direction: column;
}
/* .flex .desc-banner-singlepage {
    margin-top: 230px;
} */
.flex {
    /* margin-top: 230px; */
    margin-top: calc(100% - 20%);
    padding-bottom: 50px;
}
.flex .desc-banner-singlepage p {
    color: #fff;
    padding-bottom: 20px;
}
.box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.box input, .box select {
    border: none;
    background: #EBECFF;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 100%;
}
input::placeholder {
    color: #1a3f6c;
}
.box a {
    display: inline-block;
    padding: 5px 30px;
    background: #1a3f6c;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
a.submit-btn {
    background: #e41e73;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.box-form span {
    font-size: 14px;
    font-weight: 400;
    color: #1a3f6c;
}
@media (min-width: 1024px) {
  main.indique.singlepage-main .aba1-singlepage {
    height: 90vh;
  }
  .flex {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 230px;
    margin-top: calc(100% - 90%);
    padding: 60px 0;
  }
  .flex .desc-banner-singlepage, .flex .box-form {
    width: 40%;
  }
}

/***
MEnu fixo
*****************/
.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    background: white;
    z-index: 1039;
    box-shadow: 0 1px 10px 0px #0000001a;
    margin: 0;
}
.stricky-fixed svg{
    width:120px;
    fill:rgb(151, 215, 0);
}
.stricky-fixed  .brand-libertas:before {
    content: url(svg/logo-colored.svg);
    display: inline-block;
    width: 130px;
}
@keyframes menu_sticky{
  0%{
    margin-top:-150px;
  }
  50%{
    margin-top:-90px;
  }
  100%{
    margin-top:0;
  }
}
