/* --------------------- Global --------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

*{
    font-family: "Poppins";
}

html, body{
    height: 100%;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar{
    width: 8px;
}

body::-webkit-scrollbar-track{
    background-color: #ebe8e8;
}

body::-webkit-scrollbar-thumb{
    background: #133855;
    border: 1px solid #133855;
    border-radius: 30px;
}

#element-questions h4{
    margin-bottom: -2%;
    font-weight: 400;
}

#element-questions h3{
    font-weight: 400;
    color: #133855;
}
  
#element-questions details {
    min-height: 5px;
    max-width: 700px;
    padding: 35px 45px;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .3s;
}
  
#element-questions details + details {
    margin-top: 20px;
}
  
#element-questions details p {
    color: #96999d;
    margin-top: 6%;
    text-align: left;
    font-weight: 300;
}
  
#element-questions summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
}
  
#element-questions summary:focus {
    outline: none;  
}
  
#element-questions summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
  
#element-questions summary::-webkit-details-marker {
    display: none
}
  
#element-questions .control-icon {
    fill: black;
    transition: .3s ease;
    pointer-events: none;
}
  
#element-questions .control-icon-close {
    display: none;
}

/* --------------------- Cabeçalho ---------------------*/

.color{
    /*background-color: #F9B032;*/
    margin-bottom: -70px;
    transition: 0.5s;
}

header .two{
    display: none;
}

header #check, header label{
    display: none;
}

header .space > a{
    display: inline-block;
    width: 10%;
}

header .space > a:nth-of-type(1){
    margin: 0px 10px;
}

header nav div > ul > li > a{
    color: #ffffffcc;
    transition: all 0.2s;
}

header nav div > ul > li > a:hover{
    color: #ffffff80;
}

.sticky {
    background: #f8f8f8 !important;
    box-shadow: 0px 0px 15px rgb(0, 0, 0, 20%);
}

.sticky div ul li a{
    color: #7b7d80 !important;
}

.sticky div > .one{
    display: none;
}

.sticky .two{
    display: block;
}

.sticky label.two{
    display: none;
}

.sticky div ul li a{
    color: #7b7d80;
    transition: all 0.2s;
}

.sticky div ul li a:hover{
    color: #a5a8ac;
}

.btn-css{
    margin-left: 20px;
    border-radius: 8px;
    height: 35px;
}

.text-none{
    text-decoration: none!important;
}

#minhaDiv{
    display: none;
    position: fixed;
    top: 13%;
    right: 9%;
    width: 40%;
    z-index: 5;
    border-radius: 15px;
}

#minhaDiv > div{
    border-radius: 15px 15px 0px 0px;
}

#minhaDiv .bordinhas{
    outline: none;
    border: none;
    color: #007bff!important;
    margin: 0px;
}

/* --------------------- Botões --------------------- */

#element-fixed{
    width: 100%;
}

#element-fixed .move{
    position: fixed;
    right: 1.5%;
    bottom: 3%;
    z-index: 5;
}

#element-fixed .move-2{
    position: fixed;
    left: 1.5%;
    bottom: 3%;
    z-index: 5;
}

main #one div svg{
    display: block;
    z-index: 2;
    margin-top: 29%;
}

/* --------------------- Primeira Seção --------------------- */

#intro{
    margin: 0px;
    background-color: #0f3552;
    background: url(../img/fundo.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#index #intro{
    margin: 0px;
    background: url(../img/fundo2.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (min-width:750px){

    #intro .space{
        margin-bottom: -172px;
    }
    

    #card #intro .space{
        margin-bottom: -60px;
    }

}

#intro .text-form{
    font-weight: 600;
}

#intro div > p:nth-of-type(1){
    font-weight: bold;
    font-size: 1.2em;
    color: #0f3350;
}

#intro div > p:nth-of-type(2){
    width: 88%;
    margin-top: 35px;
    color: #0f3350;
}

#index #intro div > p{
    color: #f9b032;
}

#intro div button{
    border-radius: 25px;
    background-color: #db871f;
    border: 2px solid #db871f;
    transition: all 0.5s;
}

#intro div button:hover{
    background-color: #F29D35;
    border: 2px solid #F29D35;
    text-decoration: none;
}

#intro div .button{
    margin-left: 5%;
    border-radius: 25px;
    background-color: white;
    border: 2px solid #db871f;
    color: #db871f;
    text-decoration: none;
    transition: all 0.6s;
}

#intro div .button:hover{
    background-color: #F29D35;
    color: white;
    text-decoration: none;
}

#intro div .button a{
    text-decoration: none;
    color:inherit;
}

#intro div img{
    width: 100%;
}

main .svgg{
    display: block;
    position: relative;
    z-index: 2;
}

#element-product div > h4{
    color: #0f3350;
    font-weight: 600;
}

#element-product div > p{
    color: #f9b032;
    font-size: 1.2em;
}


#element-product div > .bordas{
    border: 2px solid #0f3552;
    border-radius: 25px;
    transition: all 0.4s;
}

#element-product div > .bordas h5{
    font-weight: 400;
}

#element-product div > .bordas h3{
    font-weight: 700;
}

#element-product div > .bordas:hover{
    transform: translate3d(0px, -15px, 0px);
}

:root {
    --slide-width: 80vw;
    --slide-height: 20vh;
    --slide-elements-displayed: 5;
    --slide-element-width: calc(var(--slide-width) / var(--slide-elements-displayed));
    --slide-animation-duration: calc(var(--slide-elements) * 3s);
}

.slide {
    margin-top: 10%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide h3{
    margin-bottom: 7%;
}

.slide-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--slide-animation-duration) linear infinite;
}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--slide-element-width) * var(--slide-elements))); }                                                                                  
}
.slide-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--slide-element-width);
    max-height: 100%;
    font-size: calc(var(--slide-height)*3/4); /* 5rem; */
    white-space: nowrap;
}

.slide-content li img{
    width: 50%;
}

@media (max-width: 600px) {
    :root {
      --slide-width: 100vw;
      --slide-height: 16vh;
      --slide-elements-displayed: 3;
    }
    .slide:before, .slide:after { width: 5rem; }
  }

#element-process{
    margin-top: 10%;
    background: url(../img/passo3.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#element-process div.container > div > p{
    color: #f9b032;
}

#element-process div > div h5{
    color: #f9b032;
}

#element-process div > div p{
    font-size: 14px;
}

#element-process button{
    background-color: #153f5f;
    border: 1px solid #153f5f;
    border-radius: 25px;
    transition: all 0.7s;
}

#element-process button:hover{
    background-color: #185380;
    border: 1px solid #185380;
}

#element-attendance div > h1{
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: -2px;
}

#element-attendance div > h5{
    color: #f9b032;
}

#element-attendance div > img{
    width: 100%;
}

#element-attendance .element-space{
    padding-right: 20%;
}

#element-attendance button{
    background-color: #153f5f;
    border: 1px solid #153f5f;
    border-radius: 25px;
    transition: all 0.7s;
}

#element-attendance button:hover{
    background-color: #185380;
    border: 1px solid #185380;
}

#element-differential h3{
    font-weight: 400;
}

#element-differential h1{
    font-size: 2.3rem;
    font-weight: 600;
}


#element-differential div > p{
    font-size: 1.1em;
}

#element-differential div > p:nth-of-type(3){
    font-size: 1.3em;
    font-weight: 500;
}

#element-differential button{
    background-color: #153f5f;
    border: 1px solid #153f5f;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.7s;
}

#element-differential button:hover{
    background-color: #185380;
    border: 1px solid #185380;
}

#element-differential button a{
    text-decoration: none;
    color: inherit;
}

/* --------------------- Rodapé --------------------- */

footer .fundo{
    background-color: #0f3552;
}

#rodape .text{
    font-size: 14px;
}

#rodape .text-size{
    font-size: 14px;
    font-weight: 300;
}

#rodape .text-size > span{
    font-size: 14px;
    font-weight: 400;
}

#rodape .icon{
    width: 30%;
    display: flex;
    justify-content: space-between;
}

#rodape .icon span a{
    font-size: 1.1em;
    color: white;
}

#rodape div > p > a{
    color: #f9b032;
}

#rodape .name{
    text-decoration: none; 
    color: white;
    transition: all 0.5s;
}

#rodape .name:hover{
    color: #f9b032;
}

/* ------------------------------------------ Aba Quem Somos ------------------------------------------ */

#quem #intro{
    background: url(../img/fundo3.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#quem #intro .height{
    height: 100vh;
}

#quem #intro div > p{
    font-weight: 550;
    font-size: 1.2em;
    color: #f9b032;
}

#quem #element-about{
    margin-bottom: 13%;
}


#quem #element-about div > h1{
    font-weight: 400;
    color: #133855;
    font-size: 2.7em;
}

#quem #element-about div > h1 > span{
    font-family: 'Asap', sans-serif;
    font-weight: bold;
    font-style: italic;
}

#quem #element-pillars h2{
    font-weight: 500;
    color: #133855;
}

#quem #element-pillars div.row > div.row{
    background-color: #f5f5f5;
    border-radius: 25px;
    transition: all 0.4s;
}

#quem #element-pillars div.row > div.row:hover{
    transform: translate3d(0px, -15px, 0px);
}

#quem #element-pillars div.row > div.row p{
    font-size: 0.9em;
}

#quem #element-information{
    margin-top: 10%;
    background: url(../img/info-.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#quem #element-information .centro hr{
    width: 50%;
    border: 1px solid white;
    margin: 10px auto;
}

#quem #element-information h1, #element-information p{
    color: #f7f7f7;
}

#quem #element-information p{
    font-size: 1.1em;
}

#quem #element-testimonial{
    margin-top: 15%;    
}

#quem #element-testimonial div > h2{
    margin-bottom: 9%;    
    font-weight: 500;
    color: #133855;
}
  
#quem #element-testimonial .carousel {
	width: 58%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#quem #element-testimonial .carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
#quem #element-testimonial .carousel .carousel-item a {
	color: #eb7245;
}
#quem #element-testimonial .carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
#quem #element-testimonial .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#quem #element-testimonial .carousel .testimonial {
	padding: 75px 0 10px;
}
#quem #element-testimonial .carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
#quem #element-testimonial .carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
#quem #element-testimonial .carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
#quem #element-testimonial .carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
#quem #element-testimonial .carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
#quem #element-testimonial .carousel-control-prev {
	left: auto;
	right: 40px;
}
#quem #element-testimonial .carousel-control-next i {
	margin-right: -2px;
}
#quem #element-testimonial .carousel .carousel-indicators {
	bottom: 15px;
}
#quem #element-testimonial .carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
#quem #element-testimonial .carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
#quem #element-testimonial .carousel-indicators li.active {		
	background: #888;		
}
  
/* ------------------------------------------ Aba FGTS ------------------------------------------ */

#fgts #intro div > p{
    font-weight: 600;
    font-size: 1.2em;
}

#fgts #element-which h4{
    margin-bottom: -16px;
    font-weight: 400;
}

#fgts #element-which h2{
    font-weight: 400;
    color: #0f3350;
}

#fgts #element-permission{
    margin-top: 7%;
}

#fgts #element-permission h4{
    margin-bottom: -16px;
    font-weight: 400;
}

#fgts #element-permission h2{
    font-weight: 400;
    color: #0f3350;
}

#fgts #element-permission div > .space > div.col-md-4 > div {
    width: 90%;
    height: 100%;
    background-color: white;
    border: initial;
}

#fgts #element-permission div > .bordas {
    width: 90%;
    border: 1px solid #757575;
    border-radius: 25px;
    transition: all 0.4s;
}

#fgts #element-permission div > .bordas:hover{
    transform: translate3d(0px, -15px, 0px);
}

#fgts #element-permission div > .bordas h6{
    margin-top: 5%;
    font-weight: 600;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#fgts #element-benefits{
    margin-top: 7%;
}

#fgts #element-benefits h4{
    margin-bottom: -16px;
    font-weight: 400;
}

#fgts #element-benefits h2{
    font-weight: 400;
    color: #0f3350;
}

#fgts #element-benefits .element-benefits{
    margin-top: 7%;
}

#fgts #element-benefits .element-benefits h3{
    font-weight: 400;
    color: #0f3350;
    font-size: 1.3em;
}

#fgts #element-benefits .element-benefits h6{
    font-size: 1em;
}

#fgts #element-hire{
    margin-top: 7%;
    background: url(../img/carteira1.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#fgts #element-hire h3{
    font-weight: 400;
    color: white;
}

#fgts #element-hire .element-size{
    font-size: 1em;
    font-weight: 400;
    color: #f9b032;
}

#fgts #element-hire div > div > div{
    margin-top: 5%;
    border-radius: 25px;
}

#fgts #element-hire div > div h5{
    color: #f9b032;
    width: 70%;
    margin: 0px auto;
}

#fgts #element-hire div > div p{
    color: white;
    font-weight: 300;
    font-size: 0.9em;
}

/* ------------------------------------------ Aba Emprestimo ------------------------------------------ */

#emprestimo #intro {   
    background: url(../img/fundo2.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
} 

#emprestimo #intro div > p{
    font-weight: 500;
    font-size: 1.2em;
    color: #f9b032;
}

#emprestimo #intro img{
    width: 110%;
}

#emprestimo #element-explain{
    margin-top: 7%;
}

#emprestimo #element-explain div > h1{
    color: #737678;
}

#emprestimo #element-explain div > h2{
    font-size: 2.8em;
    font-weight: 500;
    color: #133855;
}

#emprestimo #element-explain div > p:nth-of-type(1){
    margin-bottom: -8px;
    margin-right: 2%;
}

#emprestimo #element-explain div > p:nth-of-type(2){
    margin-top: 5%;
}

#emprestimo #element-people div > h4{
    margin-bottom: -16px;
    font-weight: 400;
}

#emprestimo #element-people h5{
    font-weight: 400;
    color: #0f3350;
}

#emprestimo #element-people div > .bordas {
    border: 1px solid #757575;
    border-radius: 25px;
    transition: all 0.4s;
}

#emprestimo #element-people div > .bordas:hover{
    transform: translate3d(0px, -15px, 0px);
}

#emprestimo #element-people div > .bordas h6{
    font-weight: 600;
    width: 91%;
}

#emprestimo #element-why{
    margin-top: 150px;
}

#emprestimo #element-why h1{
    font-size: 2.8em;
    font-weight: 500;
    color: #133855;
}

#emprestimo #element-why .space{
    height: 380px;
    width: 100%;
}

#emprestimo #element-why .element-back:nth-of-type(1){
    background: url(../img/fundo.webp) no-repeat center;
    background-size: 110%;
    height: 60px;
}

#emprestimo #element-why .element-back{
    background: url(../img/fundo2.webp) no-repeat center;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
}

#emprestimo #element-why .element-color{
    color: #f9b032;
}

#emprestimo #element-why .size{
    width: 15%;
}

#emprestimo #element-why .element-size{
    font-weight: 500;
    width: 65%;
}

#emprestimo #element-advantage{
    margin-top: 7%;
    background: url(../img/consig.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#emprestimo #element-advantage h4{
    font-weight: 400;
    color: white;
}

#emprestimo #element-advantage .element-size{
    font-size: 1em;
    font-weight: 400;
    color: #f9b032;
}

#emprestimo #element-advantage div > div h5{
    color: #f9b032;
    width: 70%;
    margin: 0px auto;
}

#emprestimo #element-advantage div > .element-color{
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

/* ------------------------------------------ Aba Cartão ------------------------------------------ */

#card #intro div > h2{
    font-size: 4em;
}

#card #intro div > p{
    font-size: 1.1em;
}

#card #element-consigned div > h1{
    color: #737678;
}

#card #element-consigned div > h2{
    font-size: 2.5em;
    font-weight: 500;
    color: #133855;
}

#card #element-consigned div > p:nth-of-type(1){
    margin-bottom: -10px;
    margin-right: 2%;
}

#card #element-consigned div > p:nth-of-type(2){
    margin-top: 5%;
}

#card #element-profitable div > h4{
    margin-bottom: -16px;
    font-weight: 400;
}

#card #element-profitable h5{
    font-weight: 400;
    color: #0f3350;
}

#card #element-profitable div > .bordas {
    border: 1px solid #757575;
    border-radius: 25px;
    transition: all 0.4s;
}

#card #element-profitable div > .bordas:hover{
    transform: translate3d(0px, -15px, 0px);
}

#card #element-profitable div > .bordas h6{
    font-weight: 600;
    width: 91%;
}

#card #element-request{
    margin-top: 7%;
    background: url(../img/back_card.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

#card #element-request h4{
    font-weight: 400;
    color: white;
}

#card #element-request .element-size{
    font-size: 1em;
    font-weight: 400;
    color: #f9b032;
}

#card #element-request div > div h5{
    color: #f9b032;
    width: 70%;
    margin: 0px auto;
}

#card #element-request div > .element-color{
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

/* ------------------------------------------ Aba Contato ------------------------------------------ */

#contato main{
    background-color: #f5f5f5;
}

#contato #intro{
    background: url(../img/fundo2.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#contato #intro div > p:nth-of-type(1) {
    font-size: 1.2em;
    color: #f9b032;
    font-weight: 500;
}

#contato #intro .text-form {
    width: 90%;
}

#contato #element-localization{
    background-color: #f5f5f5;
}

#contato #element-localization div > .space{
    margin-top: 5%;
}

#contato #element-localization div > .space > div.col-lg-4 > div {
    width: 90%;
    height: 100%;
    background-color: white;
    border: initial;
}
#contato #element-localization div > .bordas {
    border-radius: 25px;
    padding: 25px 30px;
    transition: all 0.4s;
    z-index: 2;
}

#contato #element-localization div > .bordas:hover{
    transform: translate3d(0px, -15px, 0px);
}

#contato #element-localization div > .bordas h6{
    width: initial;
    margin-top: 5%;
    font-weight: 600;
}

#contato #element-forms{
     background: #f5f5f5;
     margin-top: 10%;
     height: initial;
}

#element-forms .element-label label{
    font-size: 14px;
    color: #a3a29e;
    margin: initial !important;
}

#contato #element-forms div > form{
    background-color: white;
    border-radius: 25px;
    padding: 25px 70px;
}

#contato #element-forms div > form div > div > label{
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: -1px;
}

#contato #element-forms div > form input[type=text]{
    background: none;
    border: 1px solid #a5a1a1;
    border-radius: 25px;
    width: 100%;
    padding: 5px 0px 5px 15px;
}

#contato #element-forms div > form input[type=number], #contato #element-forms div > form input[type=tel]{
    background: none;
    border: 1px solid #a5a1a1;
    border-radius: 25px;
    width: 100%;
    padding: 5px 0px 5px 15px;
}

#contato #element-forms div > form input[type=email]{
    background: none;
    border: 1px solid #a5a1a1;
    border-radius: 25px;
    width: 100%;
    padding: 5px 0px 5px 15px;
}

#contato #element-forms div > form select{
    background: none;
    border: 1px solid #a5a1a1;
    border-radius: 25px;
    width: 100%;
    padding: 5px 0px 5px 15px;
    color: #757575;
}

#contato #element-forms div > form input[type=submit]{
    margin-top: 3%;
    background: #153f5f;
    border: 1px solid #153f5f;
    color: white;
    border-radius: 25px;
    width: 100%;
    padding: 5px 0px;
    transition: all 0.5s;
}

#contato #element-forms div > form input[type=submit]:hover{
    background: #185380;
    border: 1px solid #185380;
}


/* Aviso */

#banner {
    position: absolute;
    top: 50px;
    left: 32% !important;
    float: left;
    width: 60%;
    max-width: 500px;
    height: 25%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 999999;
    display: none;
    color: #FFFFFF;
}

#exit {
    position: relative;
    right: 1%;
    top: 20%;
    float: right;
    width: 33px;
    height: 20px;
    color: #151515;
    text-align: center;
    font-size: 1.5em;
}

img.aviso {
    max-width: 100%;
}












  



