.hero-wrap.style6 {
  background: rgb(253, 254, 254);
  background-image: url('../img/buro/background.png') !important;
  background-size:cover;
  background-position: center;
  min-height: 80vh;
}


.text-shadow{
  text-shadow: 0px 3px 2px rgb(0 0 0 / 25%);
}
/* .header-wrap .navbar .navbar-nav .nav-item a {
  color: #4d4d4d !important;
  } */

h1,
h2,
h3,
h4,
h5,
h6, 
label {
  color: white;
}

p, a{
  color:#fff;
}

.header-buro {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #218598;
  min-width: 200px;
}
.header-buro.description {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f9821;
  min-width: 300px;
  border-radius: 0px 30px 30px 0px;
  padding: 20px;
  z-index: 2;
}

.flex-left{
  position: relative;
}
.flex-left .background-lines{
  position: absolute;
  top: -50%;
  left: 65%;
  transform: translateX(-55%);
  width: 50%;
  height: 100%;
  z-index: -1 ;
  background-image: url(../img/buro/lines.png);
  background-size: cover;
}

.header-buro.title {
  display: flex;
  border-radius: 0px 30px 30px 0px;
  min-height: 95px;
  text-align: left;
  width: 20% !important;
  z-index: 1;
}
.header-buro.benefits p {
  color: white;
  margin-left: 5vh;
  text-shadow: none;
}

.header-buro.benefits h1 {
  text-align: left;
  margin-left: 1vw;
}

.header-buro.description p {
  color: white;
  margin-left: 5vh;
  font-size: 30px;
  text-shadow: none;
}

.header-buro.description h1 {
  text-align: left;
  margin-left: 1vw;
}

.header-solicitud-datos {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #173734;
  height: 30vh;
  border-radius: 0px 40px 40px 0px;
  width: 80%;
  margin-top: -20px;
}

.header-solicitud-credito {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #39A935;
  height: auto;
  border-radius: 0px 40px 40px 0px;
  width: 65%;
  margin-top: 20px;
}

.header-solicitud  {
  text-align: center;
}




.header-solicitud.steps {
  display: flex;
  border-radius: 0px 0px 60px 60px;
  min-height: 110px;
  margin-left: 15px;
  text-align: center;
  min-width: 50% !important;
  background-color: #00A099;
}



.loan-calculator {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #173734;
  height: auto;
  border-radius: 40px 40px 40px 40px;
  width: 80%;
padding: 10px;
}

.white-text {
  color: white !important;
}
.dark-text {
  color: rgb(47, 47, 47) !important;
}

.info-colaborador {
  font-size: 18px !important;
  font-weight: bold;
}

span {
  font-size: 18px !important;
  font-weight: 300;
}

.form-solicitud{
  margin-top: 5vh;
  background: #173734;
    border-radius: 30px;
    margin-bottom: 25px;
}

.align-vertical-grid{
  margin-top: 10vh;
    padding-bottom: 5vh;
}

.pb-15{
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .form-solicitud{
    border-radius: 0px 40px 40px 0px;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-left: -2vw;
  }

  .mobile-simulator{
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .loan-calculator{
    width: 90%;
  }
  
}

/* .modal-header h3,h4,h5, label, p{
  color: #434242 
} */

.btn.style1.solicitud{
  background-color: #39A935 !important;
}

.bg-darkgreen{
  background-color: #173734;
}

.sw-title {
  color: rgb(47, 47, 47) !important;
}

.sw-text{
  color: rgb(47, 47, 47) !important;
}

.img-info-buro{
  width: 100%;
}