
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/*//**@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/***
Essenciais
*************/
body, html{
    overflow-x: hidden;
}

section.banner_newplanos {
    width: 100%;
    position: relative;
    height: 100vh;
    background: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fixedrental-banner {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 10px 0;
    z-index: 3;
}

.bluebar-rental {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgb(235 235 235 / 41%);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.30) 100%);
    backdrop-filter: blur(21px);
}

.iconi-rental_newplan {
    display: none;
}

.central-rental_newplan {
    display: flex;
    flex-flow: wrap;
}

.unicarental_newplan {
    width: 20%;
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 25%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centerbanner h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 20px;
}

.centerbanner p {
    font-size: 16px;
    line-height: 18px;
}

.button-newplan {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    z-index: 6;
}

section.banner_newplanos.bannernew_cp:before {
    background: linear-gradient(4deg, rgba(96, 76, 47, 0.80), rgb(0 0 0 / 51%));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: none;
    pointer-events: none;
}

.centerbanner {
    position: relative;
    z-index: 5;
}

.button-newplan a {
    display: inline-block;
    background: black;
    margin-bottom: 20px;
    padding: 16px 25px;
    border-radius: 10000px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.unicarental_newplan:last-of-type {
    border: none;
}

.button-rental_newplan {
    text-align: center;
    margin-top: 20px;
}

.button-rental_newplan a {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 14px 50px;
    background: #f7cd4e;
    border-radius: 10000px;
    color: #413510;
}

.unicarental_newplan span {
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
}

.unicarental_newplan p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.button-newplan.ocrebutton a {
    background: #D2B070;
    color: #064D6B;
}

.desc-newplanos-main h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #045577;
    margin-bottom: 20px;
}

.desc-newplanos-main h2 b {
    font-weight: 600;
}

.desc-newplanos-main p {
    font-size: 14px;
    line-height: 18px;
    color: #045577;
}

section.unicasect-newplan {
    padding: 0 0 50px 0;
    position: relative;
}

main.newplan_cp {
    background: #F2EDE5;
}

.whitefullbar-simulator {
    background: white;
    position: relative;
    margin-top: -40px;
    margin-left: 30px;
}

.whitefullbar-simulator:before {
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 500%;
    background: white;
    height: 100%;
    left: -30px;
}

.whitefullbar-simulator .desc-newplanos-main {
    position: relative;
}

.carousel-newplans .owl-carousel .owl-item,
.carousel-newplans .owl-carousel .owl-item .item{
    height: 100%;
}

.carousel-newplans .item {
    border-radius: 36.667px 145px 36.667px 36.667px;
    padding: 45px 55px 15px 15px;
}

.cardcarousel-plan h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

.cardcarousel-plan p {
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
    padding-right: 30px;
}

.newplan_cp .cardcarousel-plan .description_wys i {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    transform: inherit;
    border: none;
    margin: 0;
}

.cardcarousel-plan p a {
    color: #184c62;
    font-weight: 500;
}

.cardcarousel-plan i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    transform: translate(-20px, 0px);
    border-radius: 155px;
    border: 0.833px solid #7A7A7A;
}


.newplan_cp .carousel-newplans .item{
    background: linear-gradient(332deg, #B99B62 8.74%, #D7B472 105.4%);
}

.newplan_cp .cardcarousel-plan i {
    background: linear-gradient(101deg, #045577 4.36%, #303030 176.54%);
}

.newplan_pcd .carousel-newplans .item{
    background: linear-gradient(345deg, #26A0F3 1.41%, #012939 144.33%);
}

.newplan_pcd .cardcarousel-plan i {
    background: #F7CD4F;
}

.cardcarousel-plan {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 20px;
    height: 100%;
    justify-content: space-between;
}
 
.button-newplan.bluebutton a {
    background: #26A0F3;
    color: white;
}

.button-newplan.yellowbutton a {
    color: #413510;
    background: #F7CD4F;
}

.bgaba-gradient {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #938e8e;
    background-size: cover;
    background-position: center center;
}

section.gradientaba-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(73deg, #03243F 7.1%, rgba(4, 36, 61, 0.00) 67.87%), #d3d3d300 -0.015px -142.656px / 100.001% 131.076% no-repeat;
}

.bgaba-gradient .desc-newplanos-main {
    position: relative;
    padding-right: 100px;
}

.desc-newplanos-main.color-white h2, .desc-newplanos-main.color-white p, .desc-newplanos-main.color-white span {
    color: white;
}

.desc-newplanos-main .sucess-icon-cp p {
    font-size: 18px;
    line-height: 22px;
    color: #045577;
    text-align: center;
}

section.pdt-sect {
    padding-top: 50px;
}

section.unicasect-newplan.bggradient-docs {
    background: linear-gradient(180deg, #FFF 0%, #B8EAFF 104.55%);
}

section.unicasect-newplan.bggradient-docs .desc-newplano-main {
    padding-bottom: 20px;
}

.bggradient-docs .desc-newplanos-main.text-center {
    margin-bottom: 20px;
    border-bottom: 1px solid #035677;
}

a.unicadocumento-newplan .square-document {
    width: 100%;
    height: 140px;
    border-radius: 43px;
    border: 1px solid #C8E9FF;
    background: linear-gradient(169deg, rgba(160, 217, 255, 0.30) 3.7%, #ECF3F5 127.68%);
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
    display: table;
}

a.unicadocumento-newplan .square-document i:before{
    content: url(svgplan/documento.svg);
    display: inline-block;
    width: 100%;
    padding: 30px;
    height: 100%;
}

span.brand-centrusprev {
    display: flex;
}

span.brand-centrusprev:before {
    content: url(../lpcentrusprev/svg/logocentrus-blue.svg);
    display: inline-block;
    width: 200px;
    filter: brightness(0) invert(1);
    height: 35px;
}

.square-document span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

a.unicadocumento-newplan span {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    color: #045577;
}

.customdocs_button {
    text-align: center;
}

.customdocs_button a {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 100px;
    font-size: 14px;
    text-decoration: none;
    color: #045577;
    font-weight: 600;
    transition: 0.4s ease all;
}

.customdocs_button a:hover {
    background: #045577;
    transition: 0.4s ease all;
    color: white;
    border: 1px solid #045577;
}

section.unicasect-newplan.faq-sct {
    background: white;
}

.centraliza-inputsearch {
    position: relative;
    margin-bottom: 40px;
}

.centraliza-inputsearch button {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 10000px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centraliza-inputsearch button:before {
    content: url(svgplan/search.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: scale(0.8);
}

.centraliza-inputsearch input {
    font-size: 14px;
    width: 100%;
    border-radius: 10000px;
    border: 1px solid #FFF;
    background: linear-gradient(170deg, #F9F6ED -0.42%, #C1C8DA 120.58%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 15px 60px 15px 25px;
}

.minicards-asks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 800px;
    position: relative;
}

.unicaminicard-ask {
    width: 48%;
    cursor: pointer;
}

.body-minicards {
    display: none;
}

.desc-unicamini {
    position: relative;
    height: 200px;
    border-radius: 35px;
    border: 1px solid #1070A2;
    padding: 12px 12px 12px 25px;
    margin-bottom: 20px;
    transition: 0.4s ease all;
}

.heading-button-faq {
    text-align: right;
}

a.unicadocumento-newplan .square-document i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-unicamini i {
    display: flex;
}

.desc-unicamini i:before {
    content: url(svgplan/faq.svg);
    display: inline-block;
    width: 35px;
}

.heading-button-faq button {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 10000px;
    background: #f7cd4f;
    font-size: 32px;
    font-weight: 500;
    color: #055577;
}

.heading-button-faq {
    margin-bottom: 0;
}

.desc-unicamini span {
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    color: #045577;
    font-weight: 600;
}

.desc-unicamini:hover {
    background: #1070A2;
    transition: 0.4s ease all;
}

.desc-unicamini:hover span {
    transition: 0.4s ease all;
    color: white;
}

section.unicasect-newplan.faixa-infosplano {
    padding: 50px 0;
    background: linear-gradient(180deg, #000 -104.51%, #045577 73.48%);
    position: relative;
}

.blurbar-infos-depoimento {display: flex;margin: 40px 0 20px 0;border-radius: 83.634px;border: 0.1px solid white;background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.30) 100%);backdrop-filter: blur(26.610685348510742px);}

.sideorex-infos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: none;
    overflow: hidden;
}

.infos-plano-depoimentos {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
}

.desc-newplanos-main {
    position: relative;
    z-index: 5;
}

.sideorex-infos:before, .sideorex-infos:after {
    content: url(sidor.svg);
    display: inline-block;
    opacity: 0.3;
    width: 20%;
}

.unicainfo-bluebar {
    padding: 0 5px;
    border-right: 1px solid rgb(255 255 255 / 30%);
    text-align: center;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 120px;
}

.unicainfo-bluebar p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
}

.unicainfo-bluebar span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    line-height: 14px;
}

.unicainfo-bluebar:last-of-type {
    border: navajowhite;
}

.centerbutton a{
    margin:0 auto;
}

section.gradientaba-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(285deg, #03243F 7.1%, rgba(4, 36, 61, 0.00) 67.87%), rgb(211 211 211 / 0%) -0.015px -142.656px / 100.001% 131.076% no-repeat;
}

section.ocre-gradient:before {
    background: linear-gradient(278deg, rgb(124 98 60 / 83%) 3.39%, rgba(0, 0, 0, 0.00) 84.85%), #d3d3d300 50% / cover no-repeat;
}

.carousel-newplans .owl-dots button span {
    width: 30px;
    height: 5px;
    display: inline-block;
    border-radius: 1000000px;
    border: 1px solid #184c62;
}

.carousel-newplans .owl-dots button {
    margin-right: 8px;
}

.carousel-newplans .owl-dots button:before {
    font-size: 14px;
    color: #1a4b62;
    counter-increment: my-sec-counter;
    content: "0"counter(my-sec-counter);
}

.carousel-newplans .owl-dots button {
    display: flex;
    flex-direction: column;
}

.carousel-newplans .owl-dots {
    display: flex;
    margin-top: 15px;
    counter-reset: my-sec-counter;
}

.carousel-newplans .owl-dots button.active span {
    background: #184b62;
    transition: 0.4s ease all;
}

i.iconic-cpmais:before {
    content: url(svgplan/centrusprev.svg);
    display: inline-block;
    width: 50px;
    height: 50px;
}

i.iconic-cpmais:before {
    display: inline-block;
    margin-bottom: 20px;
}

.whitefullbar-simulator img {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -30px;
}

section.banner_newplanos.bannernew_cp .centerbanner h1, section.banner_newplanos.bannernew_cp .centerbanner p {
    color: white;
}

.desc-newplanos-main img.pcdbrand {
    width: auto;
    margin: 0;
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
}

section.banner_newplanos.bannernew_pcd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(4deg, rgba(4, 85, 119, 0.90) 4%, rgba(4, 85, 119, 0.01) 39.92%);
    width: 100%;
    height: 100%;
    cursor: none;
    pointer-events: none;
}

.whitefullbar-simulator img.rentalbd {
    max-width: 50px;
    margin: 0;
    margin-bottom: 30px;
}

.chartdiv img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: table;
}

.desc-chartstyle span {
    color: black;
}

.desc-chartstyle p {
    font-size: 12px;
    color: #035677;
    line-height: 14px;
    font-weight: 500;
}

.chartstyle-white {
    position: relative;
    margin-bottom: 30px;
}

.form-leads-centrusprev label {
    width: 100%;
}

.form-leads-centrusprev {
    padding: 20px;
    border: 2px solid white;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.form-leads-centrusprev form input {
    border-radius: 10px;
    border: 1.5px solid rgba(216, 216, 216, 0.00);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    width: 100%;
    padding: 18px;
    border: 1px solid white;
    margin-bottom: 15px;
    color: #034f6d;
    font-weight: 600;
}

.unicaminicard-ask.padam {
    position: absolute;
    left: 0;
    z-index: 9;
    background: white;
    width: 100%;
    border: 1px solid #0e71a2;
    border-radius: 30px;
    box-shadow: 0 0 15px -4px rgb(0 0 0 / 18%);
}

.padam .desc-unicamini:hover {
    background: none;
}

.padam .desc-unicamini:hover * {
    color: #035677;
}

.unicaminicard-ask.padam {}

.padam .desc-unicamini {
    border: navajowhite;
}

.form-leads-centrusprev form input::placeholder {
    color:#676767;
}

label.addmore button {
    color: white;
    background: #054e6c;
    font-size: 14px;
    font-weight: 600;
    border: navajowhite;
    border-radius: 10px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

label:not(.addmore) button {
    border-radius: 33px;
    border: 1px solid #CAB454;
    background: #D2B070;
    margin: 30px auto 0 auto;
    display: table;
    padding: 20px 40px;
    font-weight: 600;
}

label.addmore button:after {
    content: "+";
    margin-left: 10px;
    background: white;
    width: 14px;
    height: 14px;
    color: #034f6c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    font-size: 19px;
}

.unicaminicard-ask.padam .heading-button-faq button:before {
    content: "-";
    font-size: 22px;
    font-weight: 600;
}

.unicaminicard-ask.padam .heading-button-faq button {
    font-size: 0;
}

.padam .desc-unicamini {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 120px;
}

.collapses-minicasrds ul li div.desc-collapse-minicard {
    display: none;
}

.collapses-minicasrds ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.collapses-minicasrds {
    padding: 0 20px 20px 20px;
}

.collapses-minicasrds ul li button {
    transition: 0.4s ease all;
    width: 100%;
    text-align: left;
    padding: 18px 30px;
    border-radius: 10000px;
    border: 1px solid #dedede;
    background: white;
    font-size: 14px;
    color: #035677;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapses-minicasrds li {
    margin-bottom: 15px;
}

.collapses-minicasrds ul li button:hover {
    background: #035677;
    transition: 0.4s ease all;
    color: white;
}

.collapses-minicasrds ul li button:after {
    content: url(svgplan/down-arrow.svg?ve=2);
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}

.desc-collapse-minicard {
    margin-top: -20px;
    padding: 40px 20px 20px 20px;
    border: 1px solid #dedede;
    border-radius: 0 0 20px 20px;
    border-top: none;
}

.desc-collapse-minicard p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #0f71a2;
}

.unicacalendar-bd {
    position: relative;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(180deg, #045577 0%, #26A0F3 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header-calendar {
    padding: 10px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-calendar span {
    font-size: 14px;
    color: white;
}

.body-calendar {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.body-calendar p {
    color: white;
    font-size: 43px;
    font-weight: 600;
}

.dados-indicado {
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 16%);
    border-radius: 10px;
    background: rgb(255 255 255 / 33%);
    backdrop-filter: blur(30px);
}

.dados-indicado h3 {
    font-size: 15px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-leads-centrusprev form input.error_field {
    border: 1px solid red;
}

.persons_add {
    padding: 10px 0;
    display: flex;
    flex-flow: wrap;
}

.persons_add button {
    background: white;
    padding: 2px 2px 2px 10px;
    font-size: 14px;
    border-radius: 1000000px;
    border: none;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.desc-newplanos-main.color-white .persons_add button span {
    color: black;
    margin-right: 10px;
}

.persons_add button i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #ff7979;
    border-radius: 100px;
    line-height: 17px;
}

span.person_tel {
    display: none;
}

.persons_add button i:before {
    content: "x";
    color: white;
    font-style: normal;
}

.fakeform_indicados {
    display: none;
}

.loaderformex {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    cursor: none;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s ease all;
}

.centerloader-formex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loading-icon svg {
    width: 100px;
}

.sucess-icon-cp img {
    width: 100px;
}

.sucess-icon-cp {
    position: absolute;
    opacity: 0;
    transition: 0.4s ease all;
    background: #fff;
}

.loading-icon {
    position: absolute;
}

.loaderformex.loaderx {
    cursor: inherit;
    pointer-events: all;
    opacity: 1;
    transition: 0.4s ease all;
}

.sucess-icon-cp.loaderx {
    opacity: 1;
}

.grid-documentx.documentospg-plan a {
    text-align: center;
}

.grid-documentx.documentospg-plan a >div {
    /* display: table; */
    margin: 0 auto 10px auto;
    padding: 0;
}

.disclaimer__simulador p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    font-weight: 500;
}

.simulator_cp .disclaimer__simulador p {
    color: #203668;
}

.newplan_pcd .cardcarousel-plan p a { 
    color: white;
    font-weight: 700;
}

@media(min-width: 993px){
    span.brand-centrusprev:before {
        width: 300px;
        height: 50px;
    }
    .centerbanner {
        width: 50%;
        margin-left: 50%;
    }
    
    .desc-newplanos-main h2 {
        font-size: 44px;
        line-height: 46px;
        font-weight: 300;
        margin-bottom: 35px;
    }
    
    .desc-newplanos-main p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .button-newplan a {
        font-size: 16px;
    }
    
    .unicaminicard-ask {
        width: 23%;
        margin: 1%;
        margin-bottom: 0;
    }
    
    .desc-unicamini span {
        font-size: 18px;
        line-height: 20px;
        padding-right:30px;
    }
    
    .centraliza-inputsearch {
        max-width: 600px;
        margin: 0 auto 40px auto;
    }
    
    .centraliza-inputsearch input {
        font-size: 16px;
    }
    
    .minicards-asks {
        justify-content: center;
        margin: 0 auto;
    }
    
    .desc-unicamini {
        margin: 0;
    }

    .iconi-rental_newplan {
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 100000px;
        border-radius: 66px;
        border: 1px solid #FFF;
        background: linear-gradient(101deg, #F7CD4F 4.36%, #AE9343 176.54%);
        justify-content: center;
        align-items: center;
    }

    .iconi-rental_newplan:before{
        content:url(svgplan/investimentos.svg);
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    
    .button-rental_newplan {
        width: 150px;
        margin: 0;
    }
    
    .central-rental_newplan {
        width: calc(100% - 220px);
    }
    
    .bluebar-rental {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
        border-radius: 10000px;
    }
    
    .button-rental_newplan a {width: 100%;padding: 15px 0;}
    
    .unicarental_newplan span {
        font-size: 14px;
    }
    
    .unicarental_newplan p {
        font-size: 18px;
        line-height: 18px;
    }

    .carousel-newplans .owl-carousel .owl-stage-outer {
        display: inline-flex;
        overflow: unset;
    }

    .cardcarousel-plan h3 {
        font-size: 22px;
        font-weight: 600;
    }
    
    .carousel-newplans {
        clip-path: inset( -100vw -100vw -100vw 0 );
    }

    section.unicasect-newplan {
        padding: 0 0 100px 0;
    }

    section.bgaba-gradient {
        padding: 100px 0;
        min-height: 100vh;
    }

    .fullperson-background {
        display: block;
        position: relative;
        background: url(imgplan/centrusplabn_fotos-5.png);
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
        width: calc(100%);
        height: 600px;
    }

    .carousel-newplans {
        max-width: 360px;
    }

    section.pdt-sect {
        padding-top: 100px;
    }

    .reunion-documents {
        max-width: 800px;
        margin: 0 auto;
    }

    .blurbar-infos-depoimento {justify-content: center;border-radius: 100000px;padding: 0 10px;margin-bottom: 60px;}

    .unicainfo-bluebar {
        margin: 20px 0;
        width: 200px;
    }

    .unicainfo-bluebar i {
        width: 40px;
        height: 40px;
        margin-top: -40px;
        margin-bottom: 14px;
    }
    
    .unicainfo-bluebar:nth-of-type(3n) {
        border-right: 1px solid rgb(255 255 255 / 30%);
    }
    
    .unicainfo-bluebar span {
        font-size: 16px;
        line-height: 16px;
    }
    
    .unicainfo-bluebar p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .sideorex-infos {
        display: flex;
        justify-content: space-between;
    }
    
    .sideorex-infos:after {
        transform: rotate(180deg);
    }

    .centerbanner h1 {
        font-size: 80px;
    }
    
    .centerbanner p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .desc-chartstyle {
        margin-top: 20px;
    }

}

@media(min-width: 1300px){
    .iconi-rental_newplan {
        width: 75px;
        height: 75px;
    }
    
    .central-rental_newplan {
        width: calc(100% - 280px);
    }
    
    .button-rental_newplan {
        padding: 0 20px;
        width: 200px;
    }
}



/**
AJUSTES - Julho **/
.sidebar-faqx {
    border-radius: 30px;
    display: flex;
    flex-flow: wrap;
}

.sidebar-faqx button {
    width: 100%;
    text-align: left;
    padding: 16px 40px 16px 56px;
    border-radius: 17px;
    font-size: 12px;
    border: none;
    margin-bottom: 10px;
    font-weight: 600;
    background: linear-gradient(169deg, rgba(160, 217, 255, 0.30) 3.7%, #ECF3F5 127.68%);
    color: #035677;
    position: relative;
    overflow: hidden;
    border: 1px solid #C8E9FF;
}

.sidebar-faqx button:before {
    background: linear-gradient(180deg, #000 -104.51%, #045577 73.48%);
    width: 50%;
    position: absolute;
    height: 100%;
    top: 100%;
    content: "";
    border-radius: 100000%;
    transition: 0.4s ease all;
    transform: translate(0px, 0px) scale(1);
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.sidebar-faqx button:after{
    content: url(svgplan/faq.svg);
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 23px;
    transform: scale(0.7) translate(0px, -2px);
}

.sidebar-faqx button:hover::before, .sidebar-faqx button.active:before {
    top: 0;
    transform: scale(2.5);
}

.sidebar-faqx button:hover span, .sidebar-faqx button.active span {
    color: white;
    transition: 0.4s ease all;
    transition-delay: 0.2s;
}

.sidebar-faqx button span {
    position: relative;
    transition: 0.4s ease all;
    transition-delay: 0.2s;
}

.unicabloco-faq {
    display: none;
}

.unicabloco-faq.active-faq {
    display: block;
}

.dropdowns-faqx ul li ul {
    display: none;
}

.central-newfaqx {
    padding: 0 20px;
}

.title-faq {
    margin-bottom: 25px;
}

.title-faq h3 {
    font-size: 26px;
    font-weight: 400;
    color: #054763;
}

.dropdowns-faqx ul li {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.dropdowns-faqx ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdowns-faqx li > button {
    background: none;
    padding: 10px 0;
    border: none;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #035677;
}

.dropdowns-faqx ul li ul p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    margin: 0;
    color: #222222;
}

.dropdowns-faqx li > button:after {
    content: "+";
    border: 1px solid #666666;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    font-weight: 100;
    font-size: 24px;
    line-height: 19px;
    border-radius: 10000px;
    transition: .4s ease all;
    transform: rotate(0deg);
}

.dropdowns-faqx li > button:hover::after, .dropdowns-faqx li > button.active:after {
    background: #064663;
    color: white;
    transition: 0.4s ease all;
    border-color: #064663;
    transform: rotate(45deg);
}

.faqType2 .sidebar-faqx button {
    width: auto;
    padding: 10px;
    background: none;
    border: none;
    margin: 0;
    border-radius: 0;
    line-height: 14px;
    text-align: center;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    border-radius: 10px;
    margin-bottom:5px;
}

.faqType2 .sidebar-faqx {
    border-bottom: 3px solid black;
    border-radius: inherit;
    flex-flow: nowrap;
}

.faqType2 .sidebar-faqx button:after {
    opacity: 0;
}

.faqType2 .central-newfaqx {
    padding: 20px 0;
}

i.iconex_ {
    display: flex;
    align-items: center;
    justify-content: center;
}

i.iconex_:before {
    filter: invert(1);
}

.unicainfo-bluebar:last-of-type {
    border: none;
}