/* BTN */

.btn-outline-white{
  color: var(--white);
  border-color: var(--white);
}
.btn-outline-white:hover {
  color: var(--white);
  background-color: var(--orange);
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 76, 39, 0.5);
}

/* BTN End */

.box{
  border-radius: 10px;
  border-top: solid 3px var(--orange);
}
.box-rounded .card{
  border-radius: 12px;
}



/* background */
.bg-blue-gradient{
  background: rgb(81,159,232);
  background: linear-gradient(150deg, rgba(81,159,232,1) 0%, rgba(45,116,194,1) 50%, rgba(0,18,87,1) 100%);
}

/* END background */

.bg-2{
  background-image: url(https://empresta.com.br/wp-content/uploads/2020/12/bg-emprestimo.png);
  background-position: center;
  background-size: cover;
}

@media(max-width:767px){
  .img-fcFGTS{
    position: relative;
    right: -15px;
  }
  .card.formulario{
    margin-top: 420px;
    margin-bottom: -530px;
  }
  .emprestimo-fgts{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/06/b-emprestimo-fgts-min.png');
    margin-bottom: 470px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media(max-width:380px){
  .card.formulario{
    margin-top: 350px;
  }
}

@media(min-width:768px){
  .fazer-consignado-fgts{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/05/fazer-emprestimo-consignado-fgts.jpg');
    background-repeat: no-repeat;
  }  
}
@media(min-width:768px) and (max-width:1000px){
  .fazer-consignado-fgts{
    background-position-x: 65%;
  }
}
@media(min-width:992px){
  .emprestimo-consignado{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/05/senhor-joia-1920.png');
    background-position-x: right;
  }
  .para-quem img{
    border-radius: 10px 0 0 0;
  }
  .para-quem .rounded-top{
    border-radius: 10px 10px 0 0 !important;
  }
  .bg-3::after, .bg-3::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 180px;
    top: 0;
    z-index: 0;
  }
  .bg-3::before {
    background-image: url(https://empresta.com.br/wp-content/uploads/2020/12/elements_1.svg);
    left: 0;
  }
  .bg-3::after {
    background-image: url(https://empresta.com.br/wp-content/uploads/2020/12/elements_02.svg);
    right: 0;
  }
  .box-rounded::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    width: calc(100vw - ((1224px/12)*4));
    background-color: var(--white);
    border-radius: 12px;
  }
  .fazer-consignado-fgts{
    background-size: contain;
    background-position-x: right;
  }
  .emprestimo-fgts{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/06/b-emprestimo-fgts-1.jpg');
  }
}

@media (max-width: 504px){
.banner-full.emprestimo-consignado {
    background-image: url("https://empresta.com.br/wp-content/uploads/2021/05/senhor-joia-consignado-mobile.png");
    padding-bottom: 28em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
}
