@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap);

.Close {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 26px;
    color: #a9a9a9;
    cursor: pointer
}

.Close:hover {
    color: #000
}

.Bg {
    display: none;
    background: #00000094;
    height: 100vh;
    width: 100%;
    top: 0;
    justify-content: center;
    z-index: 450;
    overflow-y: hidden;
    position: fixed;
    align-items: center
}

.Bg.show {
    display: flex
}

.Page {
    position: relative
}

.Page .Container {
    width: 90%;
    margin: auto
}

.Page .Container.__is-full {
    width: 100%
}

.Page .Container .Content.__flex-row {
    display: flex;
    flex-direction: row
}

/*@media screen and (max-width:576px) {
    .Page {
        max-width: 576px
    }
}*/

.Page.__is-full {
    max-width: inherit !important;
    width: 100%
}

.Page .__flex-row {
    display: flex;
    flex-direction: row
}

.Page .__space-btwn {
    justify-content: space-between
}

.Button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .271);
    border-radius: 4px;
    font-family: Montserrat, Poppins;
    padding: 1rem;
    cursor: pointer;
    font-weight: 500
}

.Button.Primary.Solid {
    background: #07bc4c;;
    color: #fff;
    text-transform: uppercase;
    border: none
}

.Button.Primary.Solid.__big {
    padding: 1.125rem 4.5rem;
    background: #07bc4c;
    color: #fff;
    border-radius: 4px;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 4s infinite
}

.Button.Primary.Solid:active,
.Button.Primary.Solid:focus,
.Button.Primary.Solid:hover {
    background: #128c7e;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Button.Primary.Solid.__big i {
    font-size: 1.75rem;
    margin: 4px;
    vertical-align: middle;
}


.Button.Primary.Solid.__light-bg {
    background: #2587d5;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.5rem
}

.Button.Primary.Solid.__light-bg:hover {
    background: #dd4a10
}

.Button.Primary.Solid.__orange-bg {
    background: #ff850a;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.5rem
}

.Button.Primary.Solid.__orange-bg:hover {
    background: #2587d5
}

.Button.Primary.Outline {
    background-color: none;
    color: #0c1a61;
    font-weight: 600;
    font-size: 1rem;
    text-transform: inherit;
    border: 2px solid #022e53
}

.Button.Primary.Outline:active,
.Button.Primary.Outline:focus,
.Button.Primary.Outline:hover {
    background: #dd4a10;
    border: 2px solid #0000;
    color: #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Button.Primary.Icon {
    margin-left: 4px
}

.Button.Secondary.Solid {
    background: #c90c51;
    color: #fff;
    text-transform: uppercase;
    border: none
}

.Button.Secondary.Solid.__big {
    font-weight: 600;
    padding: 1rem 2rem
}

.Button.Secondary.Solid:active,
.Button.Secondary.Solid:focus,
.Button.Secondary.Solid:hover {
    background: #000;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Button.Secondary.Outline {
    background-color: none;
    color: #c90c51;
    font-weight: 600;
    font-size: 1rem;
    text-transform: inherit;
    border: 2px solid #022e53
}

.Button.Secondary.Outline:active,
.Button.Secondary.Outline:focus,
.Button.Secondary.Outline:hover {
    background: #dd4a10;
    border: 2px solid #0000;
    color: #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Button.Secondary.Icon {
    margin-left: 4px
}

.Button.Tertiary.Solid {
    padding: 8px 1.5rem;
    background: #dd4a10;
    margin: 0 1rem;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase
}

#cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    z-index: 999;
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    box-shadow: 1px 1px 10px 2px #00000069;
    width: 500px;
    padding: 16px !important;
    font-family: Poppins
}

#cookieNotice a.confirm {
    background: #0c1a61;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    margin-top: 14px
}

#cookieNotice a.confirm:hover {
    background: #fa9b00
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.Banner.Full {
    height: 90vh
}

.Banner.Meio {
    max-height: 600px;
    height: 100%
}

.Banner.Meio .Item .Container .Content {
    display: flex
}

.Banner.Meio .Item .Container .Content .Text {
    width: 80%;
    margin: auto
}

.Banner.Meio .Item .Container .Content .Text p {
    margin: 1rem 0 1.5rem 0
}

.Banner.Meio .Item .Container .Content .Image {
    height: 500px
}

.Banner.Meio .Item .Container .Content .Image img {
    flex-shrink: 1;
    object-fit: cover;
    max-height: 600px;
    height: 100%;
    width: 100%
}

.Banner.Mini {
    position: relative
}

.Banner.Mini .splide__pagination {
    position: relative;
    padding: 1.5rem 0
}

.Banner.Mini .splide__pagination .splide__pagination__page {
    background: #414141
}

.Banner.Mini .splide__pagination .splide__pagination__page.is-active {
    background: #dd4a10
}

.Banner.Full {
    background-image: url(../img/banner-home.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative
}

.Banner.Full .Container {
    justify-content: left;
    display: flex;
    align-content: center
}

.Banner.Full .Container .Content {
    max-width: 500px;
    padding: 1.5rem 3rem;
}

.Banner.Full .Container .Content .Title {
    margin: 1rem 0;
    color: #fff
}

.Banner.Full .Container .Content .Title h1 {
    font-size: 2.2rem;
    font-weight: 500
}


.Banner_fgts.Full {
    background-image: url(../img/banner-fgts.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative
}

.Banner_fgts.Full {
    height: 90vh
}

.Banner_fgts.Full .Container {
    justify-content: left;
    display: flex;
    align-content: center
}

.Banner_fgts.Full .Container .Content {
    max-width: 500px;
    padding: 1.5rem 0 0 5rem;
}

.Banner_fgts.Full .Container .Content .Title {
    margin: 1rem 0;
    color: #fff;
    text-shadow: 0 3px 6px #00000061;;
}

.Banner_fgts.Full .Container .Content .Title h1 {
    font-size: 2.2rem;
    font-weight: 500;
    text-shadow: 0 3px 6px #00000061;
}

.title_fgts{
    font-size: 10.2rem;
    line-height: 0.9;
}

.Banner.Meio.Services {
    height: auto;
    margin: 5% 0
}

.Banner.Meio.Services .Item.Cartao .Container .Content {
    flex-direction: row-reverse
}

.Banner.Meio.Services .Item.Cartao .Container .Content .Container-Text {
    background: #414141
}

.Banner.Meio.Services .Item.Cartao .Container .Content .Container-Text .Text .Title span {
    font-size: 4rem;
    color: #fed43f
}

.Banner.Meio.Services .Item .Container {
    width: 100%;
    margin: 0
}

.Banner.Meio.Services .Item .Container .Content .Container-Text {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: transparent linear-gradient(180deg, #37baf6 0, #37baf6 19%, #18a2e3 100%)
}

.Banner.Meio.Services .Item .Container .Content .Container-Text .Text p {
    color: #fff
}

.Banner.Meio.Services .Item .Container .Content .Container-Text .Text .Title {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column
}

.Banner.Meio.Services .Item .Container .Content .Container-Text .Text .Title span {
    font-size: 7.5rem;
    font-weight: 900
}

.Banner.Meio.Services .splide__pagination {
    position: relative;
    padding: 1.5rem 0
}

.Banner.Meio.Services .splide__pagination .splide__pagination__page {
    background: #414141
}

.Banner.Meio.Services .splide__pagination .splide__pagination__page.is-active {
    background: #dd4a10
}

.Banner.Meio {
    height: 400px
}

.Banner.Faq {
    margin: 2% 0;
    background-image: url(../img/ruiva.jpg);
    background-position: center;
    background-size: contain
}

.Banner.Faq .Item .Container {
    width: 100%;
    margin: 0
}

.Banner.Faq .Item .Container .Content .Container-Text {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #02213a
}

.Banner.Faq .Item .Container .Content .Container-Text .Text {
    width: auto
}

.Banner.Faq .Item .Container .Content .Container-Text .Text p {
    color: #fff
}

.Banner.Faq .Item .Container .Content .Container-Text .Text .Title {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column
}

.Banner.Faq .Item .Container .Content .Container-Text .Text .Title span {
    font-size: 4rem;
    font-weight: 900
}

.Banner.Faq .Item .Container .Content .Container-Text .Text button {
    width: 100%
}

.Banner.Faq .Item .Container .Content .Container-Text .Text .Contact {
    display: flex;
    flex-direction: column;
    margin: 1rem 0
}

.Banner.Faq .Item .Container .Content .Container-Text .Text .Contact a {
    text-decoration: none;
    color: #fa9b00;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5rem
}

.Banner.Faq .Item .Container .Content .Container-Text .Text .Contact a:hover {
    color: #dd4a10
}

.Banner.Faq .Item .Container .Content .Image {
    height: 400px;
    background-image: url(../img/ruiva02.jpg);
    background-position: center;
    background-size: cover;
    width: 60%
}

.Banner.Faq .Item .Container .Content .Image img {
    object-position: right
}

.About {
    background: #022e53;
    padding: 2rem;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.About .Container {
    width: 90%;
    margin: auto
}

.About .Container .Content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row
}

.About .Container .Content .Brand {
    width: 100%;
    height: 100%;
    margin: auto;
}

.About .Container .Content .Brand img {
    object-fit: contain;
    width: 100%
}

.About .Container .Content .Item {
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center
}

.About .Container .Content .Item .Title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.About .Container .Content .splide__slide {
    width: 100%;
}

.About .Container .Content .Item p {
    margin: 1rem 0;
    color: #fff;
    text-align: center;
}

.About .splide__pagination {
    position: relative;
    padding: 1.5rem 0
}

.About .splide__pagination .splide__pagination__page {
    background: #fff
}

.About .splide__pagination .splide__pagination__page.is-active {
    background: #dd4a10
}

.Banner.Meio {
    height: 400px
}

.Banner.LGPD {
    margin: 0
}

.Banner.LGPD .Item .Container {
    width: 100%;
    margin: 0
}

.Banner.LGPD .Item .Container .Content .Container-Text {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #0c1a61
}

.Banner.LGPD .Item .Container .Content .Container-Text .Text p {
    color: #fff
}

.Banner.LGPD .Item .Container .Content .Container-Text .Text .Title {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    text-align: center
}

.Banner.LGPD .Item .Container .Content .Container-Text .Text .Title span {
    font-size: 4rem;
    font-weight: 900
}

.Banner.LGPD .Item .Container .Content .Container-Text .Text button {
    width: 100%
}

.Banner.LGPD .Item .Container .Content .Image {
    height: 400px
}

.Banner.LGPD .Item .Container .Content .Image img {
    /*object-position: right*/..
}

.CTA {
    color: #fff;
    padding: 42px 0;
    display: flex;
    align-content: center;
    justify-content: center
}

.CTA.Bg-blue {
    background: #022e53
}

.CTA .Container {
    width: 90%;
    margin: auto
}

.CTA .Container .Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.CTA .Container .Group {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 1.5rem 0;
    text-align: center;
}

.CTA_FGTS {
    color: #fff;
    padding: 42px 0;
    display: flex;
    align-content: center;
    justify-content: center
}

.CTA_FGTS.Bg-blue {
    background: #022e53
}

.CTA_FGTS .Container {
    width: 90%;
    margin: auto
}

.CTA_FGTS .Container .Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.CTA_FGTS .Container .Content .envio_fgts {
    display: inline-flex;
}

.CTA_FGTS .Container .Content .envio_fgts .Title{
    text-align: right;
    margin-right: 20px;
}

.CTA_FGTS .Container .Content .envio_fgts .input_envio_fgts form{
    margin-top: 1rem;
}

.CTA_FGTS .Container .Content .envio_fgts .input_envio_fgts input{
    margin-bottom: 1rem;
    padding: 12px;
    border: 1px solid #0d527240;
    font-weight: bold;
    width: 250px;
}

.CTA_FGTS .Container .Content .envio_fgts .input_envio_fgts a{
    text-decoration: none;
}

.CTA .Container .Group .Unit {
    padding: 0 20px;
    display: inline;
    align-items: end
}

.CTA .Container .Group .Unit p {
    margin-left: 1rem
}

.Services {
    margin: 42px auto
}

.Services .Container {
    width: 90%;
    margin: auto
}

.Services .Container .Group-Collumn {
    display: flex;
    justify-content: space-evenly
}

.Services .Container .Group-Collumn .Group-services {
    padding: 1.5rem;
    width: 60%
}

.Services .Container .Group-Collumn .Group-services .Content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem
}

.Services .Container .Group-Collumn .Group-services .Content div {
    padding: 8px
}

.Services .Container .Group-Collumn .Group-services .Content div h3 {
    margin-bottom: 8px
}

.Services .Container .Group-Collumn .Group-services .Content div p {
    margin-bottom: 1rem
}

.Services .Container .Group-Collumn .Description-services {
    display: flex;
    flex-direction: column;
    padding: 1.5rem
}

.Services .Container .Group-Collumn .Description-services .Title {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #022e53
}

.Services .Container .Group-Collumn .Description-services .Title span {
    font-size: 2.8rem
}

.Services .Container .Group-Collumn .Description-services ul {
    list-style: none
}

.Services .Container .Group-Collumn .Description-services ul li {
    margin: 8px 0
}

.Services .Container .Group-Collumn .Description-services ul li strong {
    color: #ff850a;
    font-weight: 900
}

.Navbar {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000061;
    position: fixed;
    width: 100%;
    display: flex;
    top: 0;
    z-index: 100;
    justify-content: center
}

.Navbar .Container {
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%
}

.Navbar .Container .Navbar-brand img {
    max-height: 50px
}

.Navbar .Container .Navbar-nav {
    display: flex;
    align-items: center;
    list-style: none
}

.Navbar .Container .Navbar-nav .Nav-item {
    cursor: pointer;
    margin-left: 1rem
}

.Navbar .Container .Navbar-nav .Nav-item.__active {
    padding: 8px 1.5rem;
    background: #07bc4c;
    margin: 0 1rem;
    color: #fff;
    border-radius: 4px;
    font-size: 0.93rem;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 4s infinite
}

.Navbar .Container .Navbar-nav .Nav-item.__active:active,
.Navbar .Container .Navbar-nav .Nav-item.__active:focus,
.Navbar .Container .Navbar-nav .Nav-item.__active:hover {
    background: #128c7e;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Navbar .Container .Navbar-nav .Nav-item.__active .Nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500
}

.Navbar .Container .Navbar-nav .Nav-item.__active .Nav-link:active,
.Navbar .Container .Navbar-nav .Nav-item.__active .Nav-link:focus,
.Navbar .Container .Navbar-nav .Nav-item.__active .Nav-link:hover {
    color: #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.Navbar .Container .Navbar-nav .Nav-item .Nav-link {
    text-decoration: none;
    color: #022e53;
    font-weight: 500
}

.Navbar .Container .Navbar-nav .Nav-item .Nav-link:active,
.Navbar .Container .Navbar-nav .Nav-item .Nav-link:focus,
.Navbar .Container .Navbar-nav .Nav-item .Nav-link:hover {
    color: #dd4a10;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

.mobile {
    overflow: hidden;
    position: relative
}

header {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    min-height: 50px;
    padding: 1rem
}

.menuBtn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 30%;
    z-index: 101
}

.menuBtn>span {
    background-color: #022e53;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height .1s
}

.menuBtn>span:after,
.menuBtn>span:before {
    content: "";
    background-color: #022e53;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all .2s
}

.menuBtn>span:after {
    top: -7px
}

.menuBtn>span:before {
    bottom: -7px
}

.menuBtn.act {
    height: 5%;
    position: fixed;
    right: 10%;
    top: 10px
}

.menuBtn.act>span {
    height: 0
}

.menuBtn.act>span:after,
.menuBtn.act>span:before {
    background-color: #fff;
    top: 1px
}

.menuBtn.act>span:after {
    transform: rotate(45deg)
}

.menuBtn.act>span:before {
    transform: rotate(-45deg)
}

.mainMenu {
    background-color: #2699fb;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    transform: scale(0)
}

.mainMenu.act {
    opacity: 1;
    transform: scale(1)
}

.mainMenu.act ul li {
    opacity: 1;
    transform: translateX(0)
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none
}

.mainMenu ul .logo-branco {
    width: 70%;
    margin: 1.5rem auto
}

.mainMenu ul .logo-branco img {
    width: 100%
}

.mainMenu li {
    padding: 8px 0;
    transition: all .4s 510ms;
    opacity: 0
}

.mainMenu li:nth-child(odd) {
    transform: translateX(30%)
}

.mainMenu li:nth-child(even) {
    transform: translateX(-30%)
}

.mainMenu li:last-child {
    transform: none
}

.mainMenu a {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    width: 80%;
    padding: 4px
}

.mainMenu a.suBtn {
    color: #fff
}

.mainMenu a button {
    width: 100%
}

.suBtn {
    background-color: #022e53;
    border-radius: 5px;
    padding: 10px 20px
}

.Social {
    margin: 5% 0;
    position: relative;
    overflow-y: scroll
}

.Social .Container {
    width: 90%;
    margin: auto
}

.Social .Container .Title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #1e1e1e;
    margin: 1.5rem 0
}

.Social .splide__pagination {
    position: relative;
    padding: 1.5rem 0
}

.Social .splide__pagination .splide__pagination__page {
    background: #a5a5a5
}

.Social .splide__pagination .splide__pagination__page.is-active {
    background: #dd4a10
}

.Social .fb_iframe_widget iframe {
    position: absolute;
    max-width: 210px;
    width: 100%;
    border: 1px solid #dddfe2;
    border-radius: 3px
}

.Social .Content {
    margin: auto
}

footer {
    background: #e5e5e5;
    bottom: 0
}

footer .Container-Footer .Content {
    padding: 2rem 0
}

footer .Container-Footer .Content .Group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto
}

footer .Container-Footer .Content .Group .Social-Item {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

footer .Container-Footer .Content .Group .Social-Item .Title {
    font-weight: 600;
    margin-bottom: 1rem
}

footer .Container-Footer .Content .Group .Social-Item .Group-Icon {
    display: flex;
    justify-content: space-between
}

footer .Container-Footer .Content .Group .Social-Item .Group-Icon .Icon {
    margin-bottom: 1rem
}

footer .Container-Footer .Content .Group .Social-Item .Group-Icon .Icon a {
    text-decoration: none;
    color: #022e53;
    font-size: 2rem
}

footer .Container-Footer .Content .Group .Social-Item .Group-Icon .Icon a:hover {
    color: #dd4a10;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form {
    position: relative
}

footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form input {
    padding: 8px;
    border: 1px solid #d5d5d5;
    position: relative
}

footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form input:focus,
footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form input:focus-within {
    border: 1px solid #dd4a10;
    outline: 0
}

footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form button {
    position: absolute;
    right: 1px;
    padding: 8px;
    border: 1px solid #d5d5d5;
    background: #022e53;
    color: #fff;
    cursor: pointer
}

footer .Container-Footer .Content .Group .Newsletter .Form-newsletter form button:hover {
    background: #dd4a10;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in
}

footer .Container-Footer .Content .Group .Brand-Item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto
}

footer .Container-Footer .Content .Group .Nav-Bar {
    margin: auto
}

footer .Container-Footer .Content .Group .Nav-Bar .Nav-Item {
    margin-bottom: 8px;
    font-size: 14px
}

footer .Container-Footer .Content .Group .Nav-Bar .Nav-Item a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: none
}

footer .Container-Footer .Content .Group .Nav-Bar .Nav-Item a:hover {
    color: #dd4a10
}

footer .Container-Footer .Content .Flex-reverse {
    padding: 1rem 0
}

footer .Container-Footer .Content .Flex-reverse .Brand-Item {
    display: none
}

footer .Container-Footer .Content .Flex-reverse .Text {
    max-width: 90%;
    margin: auto
}

footer .Container-Footer .Copyright {
    background: #fff;
    text-align: center;
    padding: 4px 0
}

footer .Container-Footer .Copyright p {
    color: #3e3e3e;
    font-size: 14px
}

.CTA-sonhos {
    margin: 5% 0
}

.CTA-sonhos .Container {
    max-width: 90%;
    margin: auto
}

.CTA-sonhos .Container .Content {
    padding: 2rem 0
}

.CTA-sonhos .Container .Content .Group {
    display: flex
}

.CTA-sonhos .Container .Content .Group .Img-Container {
    width: 55%
}

.CTA-sonhos .Container .Content .Group .Img-Container img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.CTA-sonhos .Container .Content .Group .Text-Content {
    width: 55%
}

.CTA-sonhos .Container .Content .Group .Text-Content .Title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #dd4a10
}

.CTA-sonhos .Container .Content .Group .Text-Content p {
    margin-bottom: 1.5rem
}

.CTA-sonhos .Container .Content .Group .Text-Content button {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem
}

.CTA-sonhos .Container .Content .Group .Text-Content button:hover {
    background: #dd4a10
}

.whatsapp_link {
    position: absolute;
    bottom: 50px;
    right: 15px;
    width: auto;
    height: auto;
    z-index: 999
}

.whatsapp_link a {
    text-decoration: none;
    background: #07bc4c;
    display: flex;
    border-radius: 50px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    transition: all .3s;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 4s infinite
}

.whatsapp_link a svg {
    width: 28px;
    height: 28px;
    color: #fff
}

.whatsapp_link a i {
    color: #fff;
    font-size: 2.5rem;
    margin: 3px 0 0 2px;
}

.whatsapp_link a:hover {
    background: #128c7e
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(144, 204, 50, .5);
        box-shadow: 0 0 0 0 rgba(144, 204, 50, .5)
    }

    10% {
        -moz-box-shadow: 0 0 0 20px rgba(144, 204, 50, .15);
        box-shadow: 0 0 0 20px rgba(144, 204, 50, .15)
    }

    15% {
        -moz-box-shadow: 0 0 0 20px rgba(144, 204, 50, .1);
        box-shadow: 0 0 0 20px rgba(144, 204, 50, .1)
    }

    20% {
        -moz-box-shadow: 0 0 0 20px rgba(144, 204, 50, 0);
        box-shadow: 0 0 0 20px rgba(144, 204, 50, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(144, 204, 50, 0);
        box-shadow: 0 0 0 0 rgba(144, 204, 50, 0)
    }
}

.Home {
    position: relative
}

@media screen and (min-width:768px) {
    .Home {
        top: 73px
    }
}

.Contato {
    background: #022e53;
    color: #fff;
    position: relative
}

.Contato .Container .Content .Image {
    width: 50%
}

.Contato .Container .Content .Image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.Contato .Container .Content .Form-Contact {
    width: 50%;
    margin: auto
}

.Contato .Container .Content .Form-Contact .Content {
    padding: 1.25rem;
    margin: auto;
    width: 80%
}

.Contato .Container .Content .Form-Contact .Content .Title h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form {
    display: flex;
    flex-direction: column
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form input,
.Contato .Container .Content .Form-Contact .Content .Container_Form form select {
    margin-bottom: 1rem;
    padding: 12px;
    border: 1px solid #37baf640;
    color: #00b6f1
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form input:focus,
.Contato .Container .Content .Form-Contact .Content .Container_Form form select:focus {
    outline: #fff
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form input::placeholder,
.Contato .Container .Content .Form-Contact .Content .Container_Form form select::placeholder {
    color: #00b6f1
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form button {
    width: 100%;
    background: #00b6f1;
    padding: 1rem;
    margin-top: .5rem;
    font-weight: 500;
    font-size: 1.2rem
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form button:hover {
    background: #dd4a10
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-BENEFICIO,
.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-CPF,
.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-MATRICULA {
    display: none
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-BENEFICIO.__is-active,
.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-CPF.__is-active,
.Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-MATRICULA.__is-active {
    display: block;
    width: 100%
}

.Contato .Container .Content .Form-Contact .Content .Container_Form form .Group-Input input {
    width: 43%
}

.Contato .Container .Content .Form-Contact .Content .Contact {
    margin: 5% 0
}

.Contato .Container .Content .Form-Contact .Content .Contact a {
    text-decoration: none;
    color: #fff
}

.Contato .Container .Content .Form-Contact .Content .Contact a:hover {
    color: #dd4a10
}

.Contato .Container .Content .Form-Contact .Content .Contact i,
.Contato .Container .Content .Form-Contact .Content .Contact svg {
    margin-right: 4px;
    font-size: 1.3rem
}

.Contato .Container .Content .Form-Contact .Content .Contact span {
    margin-left: 6px;
    font-size: 1.2rem
}

.Contato .Container .Content .Form-Contact .Content .Contact div {
    margin-bottom: 14px;
    display: flex
}

.FAQ .Container .Content .Group {
    height: 80vh
}

.FAQ .Container .Content .Group .Image img {
    object-fit: scale-down;
    height: 100%;
    width: 100%
}

.FAQ .Container .Content .Group .Text {
    margin: auto
}

.FAQ .Container .Content .Group .Text .Title {
    color: #022e53
}

.FAQ .Container .Content .Group .Text .Title span {
    font-size: 2rem;
    font-weight: 600
}

.FAQ .Container .Content .Group .Text .Title h1 {
    font-size: 10rem;
    font-weight: 900
}

.FAQ .Container .Content .Group .Text p {
    font-size: 1.2rem
}

.FAQ .Container .Content .Group .Text .Seach-Bar form {
    position: relative;
    width: 100%;
    margin: 16px 0
}

.FAQ .Container .Content .Group .Text .Seach-Bar form input {
    padding: 16px 24px;
    border: 1px solid #00b6f1;
    width: 85%
}

.FAQ .Container .Content .Group .Text .Seach-Bar form input::placeholder {
    color: #00b6f1
}

.FAQ .Container .Content .Group .Text .Seach-Bar form input:focus {
    outline: solid 1px #00b6f1
}

.FAQ .Container .Content .Group .Text .Seach-Bar form button {
    position: absolute;
    right: 15px;
    background: #00b6f1;
    padding: 16px 24px
}

.FAQ .Container .Content .Group .Text .Seach-Bar form button:hover {
    background: #dd4a10
}

.FAQ .Container .Content .Faq-List {
    display: grid;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding: 16px 0
}

@media screen and (max-width:576px) {
    .FAQ .Container .Content .Faq-List {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:577px) {
    .FAQ .Container .Content .Faq-List {
        grid-template-columns: 1fr 1fr
    }
}

.FAQ .Container .Content .Faq-List .Faq-Item {
    padding: 0 16px
}

.FAQ .Container .Content .Faq-List .Faq-Item .Title {
    font-weight: 900;
    font-size: 1.5rem;
    color: #022e53;
    text-transform: uppercase
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description {
    margin: 16px 0
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .Faq-item-Description {
    cursor: pointer;
    color: #2587d5;
    font-weight: 500
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .Faq-item-Description i,
.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .Faq-item-Description svg {
    margin-left: 8px
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .panel {
    display: none
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .panel.__is-active {
    display: block
}

.FAQ .Container .Content .Faq-List .Faq-Item .Content .Description .panel p {
    font-size: .8rem
}

.Trabalhe header {
    background-image: url("../img/Banner-Topo Internas.png");
    background-position: center;
    background-size: cover;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center
}

.Trabalhe header .Container .Content .Title h1 {
    color: #fff;
    font-size: 3rem
}

.Trabalhe .Container {
    padding-top: 32px
}

.Trabalhe .Container .Content .List-Vagas-Container {
    width: 50%
}

.Trabalhe .Container .Content .List-Vagas-Container .Title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #022e53;
    margin-bottom: 16px
}

.Trabalhe .Container .Content .List-Vagas-Container .List-Vagas-Content ul {
    list-style: inside
}

.Trabalhe .Container .Content .List-Vagas-Container .List-Vagas-Content ul li {
    margin-bottom: 4px
}

.Trabalhe .Container .Content .Search-Bar {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.Trabalhe .Container .Content .Search-Bar .Title h2 {
    margin-bottom: 0
}

.Trabalhe .Container .Content .Search-Bar form {
    margin: 1.5rem 0;
    position: relative;
    width: 50%
}

.Trabalhe .Container .Content .Search-Bar form input {
    padding: 1rem;
    width: 83%
}

.Trabalhe .Container .Content .Search-Bar form input::placeholder {
    color: #022e53
}

.Trabalhe .Container .Content .Search-Bar form input:focus {
    outline: 0
}

.Trabalhe .Container .Content .Search-Bar form button {
    border-radius: 0;
    position: absolute;
    height: 51px;
    width: 51px
}

.Trabalhe .Container .Content .Search-Bar button {
    width: 50%
}

.Trabalhe .Container .Equipe {
    margin: 24px 0
}

.Trabalhe .Container .Equipe .Title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem
}

.Trabalhe .Container .Equipe .splide--draggable {
    position: relative
}

.Trabalhe .Container .Equipe .splide--draggable .splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: 0;
    position: relative;
    padding: 0 16px
}

.Trabalhe .Container .Equipe .splide--draggable .splide__slide img {
    vertical-align: bottom;
    width: 100%;
}

.Trabalhe .Container .Equipe .splide--draggable .splide__pagination {
    left: 0;
    padding: 0 1em;
    position: relative;
    right: 0;
    z-index: 1
}

.Trabalhe .Container .Equipe .splide--draggable .splide__pagination .splide__pagination__page.is-active {
    background: #dd4a10;
    transform: scale(1.4)
}

.Trabalhe .Container .Equipe .splide--draggable .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 1rem
}

.Policy .Container .Content {
    padding: 40px 0
}

@media screen and (max-width:988px) {
    .Policy .Container .Content.__flex-row {
        flex-direction: column-reverse
    }
}

.Policy .Container .Content .Text .Title {
    margin-bottom: 1rem
}

@media screen and (max-width:988px) {
    .Policy .Container .Content .Text .Title h1 {
        font-size: 1.5rem
    }
}

.Policy .Container .Content .Text p {
    margin-bottom: 1rem
}

@media screen and (max-width:988px) {
    .Policy .Container .Content .Image img {
        object-fit: contain;
        width: 100%
    }
}

.FGTS {
    padding-bottom: 0
}

.FGTS .Container .FTGS-Header .Content .Group {
    display: flex
}

.FGTS .Container .FTGS-Header .Content .Group img {
    height: 500px;
    position: relative
}

.FGTS .Container .FTGS-Header .Content .Group .Tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 60px;
    height: 60px;
    background: #0c1a61;
    color: #fff;
    font-weight: 600;
    padding: 1.5rem;
    text-align: center;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.FGTS .Container .FTGS-Header .Content .Group .Tag:hover {
    background: #dd4a10
}

.FGTS .Container .FTGS-Header .Content .Group .Text {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 35%;
    margin: 100px auto;
}

.FGTS .Container .FTGS-Header .Content .Group .Text .Icons {
    position: absolute;
    top: -45px;
    right: 16px;
    font-family: fantasy
}

.FGTS .Container .FTGS-Header .Content .Group .Text .Icons span {
    color: #fa9b00;
    font-weight: 700;
    font-size: 12rem
}

.FGTS .Container .FTGS-Header .Content .Group .Text span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6e6e6e
}

.FGTS .Container .FTGS-Header .Content .Group .Text h1 {
    font-size: 42px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #022e53
}

@media screen and (max-width:577px) {
    .FGTS .Container .FTGS-Header .Content .Group .Text h1 {
        font-size: 2rem
    }
}

.FGTS .Container .Content .Howitworks {
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.FGTS .Container .Content .Howitworks .Title {
    display: flex;
    flex-direction: column
}

.FGTS .Container .Content .Howitworks .Title .primary {
    font-size: 2rem
}

.FGTS .Container .Content .Howitworks .Title span {
    color: #022e53;
    font-size: 2rem;
    font-weight: 700
}

.FGTS .Container .Content .Howitworks .Title h2 {
    color: #414141;
    font-size: 2.5rem;
    text-align: left
}

@media screen and (max-width:577px) {
    .FGTS .Container .Content .Howitworks .Title h2 {
        font-size: 1.5rem
    }
}

.FGTS .Container .Content .Howitworks .Howitworks-List {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem
}

@media screen and (max-width:577px) {
    .FGTS .Container .Content .Howitworks .Howitworks-List {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:578px)and (max-width:1024px) {
    .FGTS .Container .Content .Howitworks .Howitworks-List {
        grid-template-columns: 1fr 1fr
    }
}

.FGTS .Container .Content .Howitworks .Howitworks-List .Howitworks-Item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.FGTS .Container .Content .Howitworks .Howitworks-List .Howitworks-Item img {
    width: 64px;
    height: 64px;
    object-fit: contain
}

.FGTS .Container .Content .Howitworks .Howitworks-List .Howitworks-Item p {
    margin-top: 1rem
}

.FGTS .Container .Content .Quempode {
    padding-top: 120px
}

@media screen and (max-width:768px) {
    .FGTS .Container .Content .Quempode {
        padding-top: 0
    }
}

.FGTS .Container .Content .Quempode .Content .Group {
    display: flex;
    position: relative;
    flex-direction: row-reverse
}

@media screen and (max-width:768px) {
    .FGTS .Container .Content .Quempode .Content .Group {
        flex-direction: column
    }
}

.FGTS .Container .Content .Quempode .Content .Group .Text {
    background: #0f0a07;
    color: #fff;
    position: absolute;
    height: 400px;
    width: 457px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    padding: 2rem;
    z-index: 2;
    top: -15%
}

.FGTS .Container .Content .Quempode .Content .Group .Text .Title {
    margin-bottom: 2rem
}

.FGTS .Container .Content .Quempode .Content .Group .Text .Title h3 {
    font-size: 32px
}

.FGTS .Container .Content .Quempode .Content .Group .Text .Title ul {
    list-style-position: inside;
    margin-top: 1rem
}

.FGTS .Container .Content .Quempode .Content .Group .Image {
    height: 450px
}

@media screen and (max-width:768px) {
    .FGTS .Container .Content .Quempode .Content .Group .Image {
        display: none
    }
}

.FGTS .Container .Content .Quempode .Content .Group .Image img {
    object-fit: contain;
    height: 100%
}

.Form_floating {
    display: none;
    max-width: 400px;
    padding: 2rem;
    background: #0c1a61;
    color: #fff;
    position: fixed;
    z-index: 400;
    right: 0;
    height: 100vh;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    top: 0
}

.Form_floating.__is-active {
    display: flex
}

.Form_floating .Title {
    font-size: 2rem;
    font-weight: 700
}

.Form_floating p {
    margin-top: .5rem;
    margin-bottom: 1rem
}

.Form_floating form {
    display: flex;
    flex-direction: column
}

.Form_floating form input,
.Form_floating form select {
    margin-bottom: 1rem;
    padding: 12px;
    border: 1px solid #37baf640;
    color: #00b6f1
}

.Form_floating form input:focus,
.Form_floating form select:focus {
    outline: #fff
}

.Form_floating form input::placeholder,
.Form_floating form select::placeholder {
    color: #00b6f1
}

.Form_floating form button {
    width: 100%;
    background: #00b6f1;
    padding: 1rem;
    margin-top: .5rem;
    font-weight: 500;
    font-size: 1.2rem
}

.Form_floating form button:hover {
    background: #dd4a10
}

.Form_floating form .OPT-BENEFICIO,
.Form_floating form .OPT-CPF,
.Form_floating form .OPT-MATRICULA {
    display: none
}

.Form_floating form .OPT-BENEFICIO.__is-active,
.Form_floating form .OPT-CPF.__is-active,
.Form_floating form .OPT-MATRICULA.__is-active {
    display: block
}

.Form_floating form .Group-Input {
    justify-content: space-between;
    display: flex
}

.Form_floating .Close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    cursor: pointer
}

.Form_floating .Close:hover {
    color: #dd4a10
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0)
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0)
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0)
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.Bg {
    display: none;
    background: #00000094;
    height: 100vh;
    width: 100%;
    top: 0;
    justify-content: center;
    z-index: 450;
    overflow-y: hidden;
    position: fixed
}

.Bg.show {
    display: flex
}

.Bg .Modal.Golpe {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70vw;
    margin: auto;
    box-shadow: 1px 1px 7px 2px #00000061;
    padding: 3rem;
    color: #022e53;
    max-height: 400px;
    background-color: #fff;
    z-index: 451
}

.Bg .Modal.Golpe .Content .Title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem
}

.Bg .Modal.Golpe .Content .Paragraph p {
    margin-bottom: 1rem;
    font-size: .8rem
}

.Bg .Modal.Golpe .Content .Paragraph div {
    display: flex;
    align-items: normal
}

.Bg .Modal.Golpe .Content .Paragraph div input {
    margin-right: 6px;
    width: 20px;
    height: 20px
}

h2 {
    text-align: center;
    margin-bottom: 50px
}

h2 small {
    font-weight: 400;
    color: #888;
    display: block
}

.footer {
    text-align: center
}

.footer a {
    color: #53b2c8
}

.group {
    position: relative;
    margin-bottom: 45px
}

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575
}

.group input:focus {
    outline: 0
}

.group label {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.group input:focus~.bar:after,
.group input:focus~.bar:before {
    width: 50%
}

.group input:focus~label,
.group input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #5264ae
}

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.group input:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

.bar {
    position: relative;
    display: block;
    width: 300px
}

.bar:after,
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264ae;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

.Bg-black {
    display: none;
    background: #00000094;
    height: 100vh;
    width: 100%;
    top: 0;
    justify-content: center;
    z-index: 450;
    overflow-y: hidden;
    position: fixed;
    align-items: center
}

.Bg-black.show {
    display: flex
}

.Modal-trab {
    position: relative;
    box-shadow: 5px -3px 4px 1px #14141469;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 800px;
    z-index: 445;
    background-color: #fff;
    width: 100%
}

.Modal-trab .Content {
    padding: 2rem
}

.Modal-trab .Content form .Container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0
}

.Modal-trab .Content form .groupArquivo {
    display: flex
}

.Modal-trab .Content form .groupArquivo ::-webkit-file-upload-button {
    background: #d6d6d6;
    color: #949494;
    padding: 1em 1.5em;
    border: 2px dotted #bebebe;
    cursor: pointer
}

.Modal-trab .Content form button {
    padding: 1.5rem;
    width: 100%
}

*,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, Montserrat, sans-serif
}

.group2 input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575
}

.border {
    border: 2px solid #dae0ec !important
}

.border-danger{
    border-color: #fc1e12 !important
}

@media screen and (max-width:388px) {
    .Banner.Faq .Item .Container .Content .Image {
        display: none
    }
}

@media(max-width:575.98px) {
    .xs-none {
        display: none
    }

    .sm-none {
        display: none
    }

    .d-sm-none {
        display: none
    }

    .d-none .d-sm-block {
        display: none
    }

    .d-sm-none .d-md-block {
        display: none
    }

    .d-block .d-sm-none {
        display: block
    }

    .d-none .d-sm-block .d-md-none {
        display: block
    }
}

@media screen and (max-width:576px) {
    .Banner.LGPD .Item .Container .Content .Container-Text .Text .Title span {
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

@media screen and (max-width:577px) {
    .CTA .Container .Group .Unit img {
        height: 64px;
        margin-bottom: 8px
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .md-none {
        display: none
    }

    .d-md-none .d-lg-block {
        display: none
    }

    .d-none .d-md-block .d-lg-none {
        display: block
    }
}

@media screen and (min-width:577px)and (max-width:1024px) {
    .Banner.Faq .Item .Container .Content .Container-Text .Text {
        width: 80%;
        display: flex;
        justify-content: space-between
    }

    .Banner.Faq .Item .Container .Content .Container-Text .Text .Title {
        justify-content: center
    }

    .Banner.LGPD .Item .Container .Content .Container-Text .Text .Title span {
        font-size: 2.8rem
    }
}

@media screen and (max-width:600px) {

    .Banner.Full {
        background-image: url(../img/banner-home-mobile.png)
    }
    .Banner.Full .Container {
        justify-content: left;
        display: flex;
        align-content: center
    }
    
    .Banner.Full .Container .Content {
        max-width: 500px;
    }
    
    .Banner.Full .Container .Content .Title {
        margin: 1rem 0;
        color: #fff
    }
    
    .Banner.Full .Container .Content .Title h1 {
        font-size: 2.2rem;
        font-weight: 500
    }

    .Banner_fgts.Full {
        background-image: url(../img/banner-home-mobile.png);
        height: 70vh;
    }

    .Banner_fgts.Full .Container {
        justify-content: left;
        display: flex;
        align-content: center
    }
    
    .Banner_fgts.Full .Container .Content {
        max-width: 500px !important;
        padding: 9rem 0 0 1.8rem;
    }
    
    .Banner_fgts.Full .Container .Content .Title {
        margin: 1rem 0;
        color: #fff;
        text-shadow: 0 3px 6px #00000061;;
    }
    
    .Banner_fgts.Full .Container .Content .Title h1 {
        font-size: 2.2rem;
        font-weight: 500;
        text-shadow: 0 3px 6px #00000061;;
    }

}

@media screen and (min-width:768px) {
    .Page {
        top: 73px;
        margin-bottom: 73px
    }
    .Page_ {
        
    }
}

@media screen and (max-width:768px) {
    .Banner.Mini {
        display: none;
    }

    .Banner.Meio {
        max-height: auto
    }

    .Page .__flex-row {
        flex-direction: column
    }

    .Page {
        max-width: 768px
    }

    .Page span {
        font-size: .8rem
    }

    .Page .Container .Content.__flex-row {
        flex-direction: column
    }

    .Banner.Full .Container .Content .Title h1 {
        font-size: 2.5rem
    }

    .Banner.Meio.Services .Item.Cartao .Container .Content .Container-Text .Text {
        text-align: center
    }

    .Banner.Meio.Services .Item.Cartao .Container .Content .Container-Text .Text .Title span {
        font-size: 3.25rem
    }

    .Banner.Meio.Services .Item .Container .Content .Container-Text {
        width: 100%
    }

    .title_fgts{
        font-size: 7.2rem;
        line-height: 0.9;
    }

    .Banner.Meio {
        height: fit-content
    }

    .Banner.Meio.Services .Item .Container .Content .Container-Text .Text .Title span {
        font-size: 3.25rem
    }

    .Banner.Meio .Item .Container .Content .Image {
        display: none
    }

    .Banner.Services .Item .Container .Content .Container-Text {
        width: 100%
    }

    .Banner.Meio .Item .Container .Content .Text {
        padding: 2rem 0;
        width: 70%
    }

    .Banner.Faq {
        background-size: cover
    }

    .Banner.Faq .Item .Container .Content .Container-Text {
        width: 100%
    }

    .Banner.Faq .Item .Container .Content .Container-Text .Text .Title span {
        font-size: 2.8rem
    }

    .Banner.Meio .Item .Container .Content .Image {
        display: none
    }

    .Banner.Services .Item .Container .Content .Container-Text {
        width: 100%
    }

    .Banner.Meio .Item .Container .Content .Text {
        padding: 2rem 0
    }

    .About .Container .Content .Brand {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .About .Container .Content .Brand img {
        object-fit: contain;
        width: 100%
    }

    .About .Container .Content .splide__slide {
        width: 100%;
    }

    .About .Container .Content .GroupSlider {
        width: 100%;
        margin-top: 30px;
    }

    .About .Container .Content .Item {
        padding: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        text-align: center
    }

    .About .Container .Content .GroupSlider .splide__track .splide__list {
        display: block;
    }

    .About .Container .Content .Item .Title {
        margin-top: 60px;
    }

    .About .Container .Content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .Banner.Meio {
        height: fit-content
    }

    .Banner.LGPD .Item .Container .Content .Container-Text {
        width: 100%
    }

    .Banner.Meio .Item .Container .Content .Image {
        display: none
    }

    .Banner.Services .Item .Container .Content .Container-Text {
        width: 100%
    }

    .Banner.Meio .Item .Container .Content .Text {
        padding: 2rem 0
    }

    .CTA_FGTS .Container .Content .envio_fgts {
        display: contents;
    }

    .CTA_FGTS .Container .Content .envio_fgts .input_envio_fgts input {
    }

    .CTA_FGTS .Container .Content .envio_fgts .input_envio_fgts a{
        text-align: center;
        display: block;
    }

    .CTA .Container .Content .Group {
        width: 90%;
        grid-template-columns: 1fr 1fr
    }

    .CTA .Container .Group .Unit {
        display: flex;
        flex-direction: column;
        padding: inherit;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .CTA .Container .Content .Title {
        text-align: center
    }

    .Services .Container .Group-Collumn .Description-services .Title span {
        font-size: 2rem
    }

    .Services .Container .Group-Collumn {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse
    }

    .Services .Container .Group-Collumn .Group-services {
        padding: 1.5rem;
        width: 90%
    }

    .Services .Container .Group-Collumn .Description-services {
        display: flex;
        flex-direction: row;
        padding: 1.5rem
    }

    .Services .Container .Group-Collumn .Description-services .Title {
        font-size: 2rem;
        display: inline;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #022e53
    }

    .Services .Container .Group-Collumn .Description-services {
        display: flex;
        flex-direction: column;
        padding: 1.5rem
    }

    .Services .Container .Group-Collumn .Group-services .Content {
        grid-template-columns: 1fr
    }

    .Navbar {
        display: none
    }

    .fb_iframe_widget span {
        display: inline !important;
        position: relative;
        text-align: justify
    }

    .splide-social.splide__track {
        padding: 0
    }

    footer .Container-Footer{
        margin-top: 150px;
    }

    footer .Container-Footer .Content .Group {
        display: flex;
        flex-direction: column-reverse
    }

    footer .Container-Footer .Content .Group .Brand-Item {
        display: none
    }

    footer .Container-Footer .Content .Group .Nav-Bar {
        text-align: center;
        margin-bottom: 12px
    }

    footer .Container-Footer .Content .Flex-reverse .Brand-Item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto
    }

    .CTA-sonhos .Container .Content .Group .Text-Content .Title {
        font-size: 2rem
    }

    .CTA-sonhos .Container .Content .Group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .CTA-sonhos .Container .Content .Group .Img-Container {
        width: 100%
    }

    .CTA-sonhos .Container .Content .Group .Text-Content {
        width: 100%
    }

    .CTA-sonhos .Container .Content .Group .Text-Content a button {
        padding: 2rem
    }

    .Contato .Container .Content .Image {
        width: 100%;
        max-height: 200px
    }

    .Contato .Container .Content .Image img {
        width: 100%;
        max-height: 200px
    }

    .Contato .Container .Content .Form-Contact {
        width: 100%
    }

    .Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-BENEFICIO.__is-active input,
    .Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-CPF.__is-active input,
    .Contato .Container .Content .Form-Contact .Content .Container_Form form .OPT-MATRICULA.__is-active input {
        width: 90%
    }

    .Contato .Container .Content .Form-Contact .Content .Container_Form form .Group-Input input {
        width: 90%
    }

    .Contato .Container .Content .Form-Contact .Content .Contact {
        margin: 10% 0
    }

    .Contato .Container .Content .Form-Contact .Content .Contact span {
        font-size: .8rem
    }

    .FAQ .Container .Content .Group {
        height: auto
    }

    .FAQ .Container .Content .Group .Image {
        height: 25vh
    }

    .FAQ .Container .Content .Group .Text .Title {
        text-align: center
    }

    .FAQ .Container .Content .Group .Text .Title span {
        font-size: 1.5rem
    }

    .FAQ .Container .Content .Group .Text .Title h1 {
        font-size: 3rem
    }

    .FAQ .Container .Content .Group .Text .Seach-Bar form button {
        right: 0
    }

    .Trabalhe header {
        background-size: cover
    }

    .Trabalhe header .Container .Content .Title {
        text-align: center
    }

    .Trabalhe .Container .Content .List-Vagas-Container {
        width: 100%;
        margin-top: 2rem;
        text-align: center
    }

    .Trabalhe .Container .Content .Search-Bar {
        width: 90%;
        margin-top: 24px
    }

    .Trabalhe .Container .Content .Search-Bar form {
        width: 90%
    }

    .Trabalhe .Container .Content .Search-Bar button {
        width: 90%
    }

    .Page .Container .Content.__flex-row {
        flex-direction: column-reverse;
        align-items: center
    }

    .Trabalhe .Container .Content .Search-Bar form input {
        padding: 1rem;
        width: 83%;
        border: 2px solid #0c1a61
    }

    .FGTS .Container .FTGS-Header .Content .Group {
        flex-direction: column
    }

    .FGTS .Container .FTGS-Header .Content .Group img {
        height: auto
    }

    .FGTS .Container .FTGS-Header .Content .Group .Tag {
        display: none
    }

    .FGTS .Container .FTGS-Header .Content .Group .Text {
        width: auto
    }

    .FGTS .Container .FTGS-Header .Content .Group .Text .Icons {
        display: none
    }

    .FGTS .Container .Content .Quempode .Content .Group .Text {
        position: relative;
        width: auto;
        height: auto
    }

    .Form_floating {
        top: 0;
        height: 100vh
    }

    .Form_floating form .OPT-BENEFICIO.__is-active input,
    .Form_floating form .OPT-CPF.__is-active input,
    .Form_floating form .OPT-MATRICULA.__is-active input {
        width: -webkit-fill-available
    }

    .Form_floating form .Group-Input {
        flex-direction: column
    }

    .Form_floating form .Group-Input input {
        width: 90%
    }

    .Bg .Modal.Golpe {
        max-height: 60vh;
        overflow-y: scroll
    }

}

@media(min-width:768px)and (max-width:991.98px) {
    .lg-none {
        display: none
    }

    .d-lg-none .d-xl-block {
        display: none
    }

    .d-xl-none .d-xxl-block {
        display: none
    }

    .d-none .d-lg-block .d-xl-none {
        display: block
    }
}

@media screen and (min-width:992px) {
    .mobile {
        display: none
    }
}

@media screen and (max-width:992px) {
    .Banner.LGPD .Item .Container .Content .Image img {
        /*object-position: right*/
        display: none;
    }

    .Banner.LGPD .Item .Container .Content .Container-Text {
        width: 100%;
    }

    .Page {
        max-width: 992px
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .Banner.LGPD .Item .Container .Content .Image img {
        /*object-position: right*/
        display: none;
    }

    .Banner.LGPD .Item .Container .Content .Container-Text {
        width: 100%;
    }

    .xl-none {
        display: none
    }

    .d-xxl-none {
        display: none
    }

    .d-none .d-xl-block .d-xxl-none {
        display: block
    }
}

@media screen and (max-width:1024) {
    .Services .Container .Group-Collumn .Group-services {
        width: 100%
    }
}

@media screen and (max-width:1200px) {
    .Page {
        max-width: 1200px
    }
}

@media(min-width:1200px) {
    .xll-none {
        display: none
    }

    .d-none .d-xxl-block {
        display: block
    }
}

@media screen and (max-width:1400px) {
    .Page {
        max-width: 1400px
    }

    .Page p {
        font-size: 1rem
    }

    .Page h3 {
        font-size: 1.3rem;
        margin-bottom: 8px
    }
}