html {
  font-size: 15px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0a110a;
}

main {
  /* padding-top: 5px; */
  /* background-color: #fb6721; */
  color: #ffff;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  font-size: 1.8rem;
  font-weight: 300;
}

hr {
  border-top: 1px solid rgb(255 255 255 / 47%);
}

header {
  position: absolute;
  width: 100%;
}

.line-header {
  z-index: -1;
  height: 4px;
  width: 100%;
  background-color: #fb6721;
}

.instant-cash {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.instant-cash2 {
  color: #fb6e21;
  font-weight: 800;
}

.footer-nav {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.info {
  margin-top: -3%;
}
.tasa {
  font-size: 1.5rem;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

@media (min-width: 959px) {
  .visible\@s {
    display: none !important;
  }

  .line-header {
    position: absolute;
    top: 5.4rem;
  }
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.centrado {
  text-align: center;
}

.box {
  background-color: #ffffff38;
  margin: 5px;
  border-radius: 20px;
  height: 100%;
}

.icon-responsive {
  max-width: 85%;
  height: auto;
  padding-top: 20%;
}

.whatsapp-icon {
  font-size: 4rem;
}

.whatsapp-button {
  background: #00e676;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 0 3px RGBA(255, 255, 255, 0.6) inset;
  transition: all 0.2s;
  padding-left: 16px !important;
  padding-right: 16px !important;
  align-items: center;
  display: flex;
  height: 50px;
  z-index: 100;
}
/* .whatsapp-button:hover {
  cursor: pointer;
} */

.white {
  color: #ffff;
}

/* .cont-banner {
  background-color: #ffff;
} */

select,
.uk-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #ffffff38;
  background-clip: padding-box;
  border: 1px solid #ffffff9e;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.options {
  color: blue;
}

option {
  background: #ffff;
  font-style: italic;
  color: #000;
}

.btn-enviar {
  border-radius: 20px;
  background-color: #ffff;
  border-color: #808080ba;
  color: #fb6721;
  float: right;
  font-weight: 700;
}

.formulario {
  font-weight: 200;
}

.footer {
  color: #fb6721;
  font-weight: 700;
  font-size: 1.1rem;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 33px !important;
  z-index: 100;
  display: grid;
  align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
}

@media (max-width: 959px) {
  .visible\@m {
    display: none !important;
  }

  /*.banner {background-image: none !important; height: auto !important;}*/

  .info {
    margin-top: -5%;
  }

  header {
    position: relative;
  }

  .icon-responsive {
    padding-top: 0;
    max-height: 75%;
  }

  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 65px;
  }

  .box h6 {
    font-size: 15px;
  }
}
