@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Gotham', sans-serif;
  src: url("../fonts/GothamBook.ttf");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li {
  font-family: 'Gotham', sans-serif;
  color: #5e5e5f;
}

.text-black {
  color: #000;
}

.welcome_button3,
.flecha-abajo {
  display: none;
}

.logo {
  width: 80%;
}

.onSticky {
  display: none;
}

.fixedHeader .onSticky {
  display: block;
}

.header_bg_1 {
  padding: unset;
}

.header_bg_1::after {
  background: unset;
}

.welcome_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/bubble-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  background-position: 50% 0;
}

.texto-globo {
  margin-left: 33px;
  margin-top: -64px;
}

.texto-globo h2 {
  font-size: 52px;
  width: 300px;
}

.header_bg_1 .common_btn,
.header_bg_2 .common_btn,
.onSticky .common_btn {
  background: #d38a46;
  border-radius: 50px;
  -webkit-box-shadow: 7px 5px 10px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 7px 5px 10px 1px rgba(0, 0, 0, 0.38);
}

.header_bg_1 .common_btn:after,
.header_bg_2 .common_btn:after,
.onSticky .common_btn:after {
  border-radius: 50px;
  background: #5e5e5f;
}

.header_bg_1 .common_btn {
  margin-top: unset;
  text-align: left;
  font-size: 32px;
  line-height: .9;
  padding: 8px 40px;
  height: 76px;
}

.common_btn {
  background: #d38a46;
  border-radius: 50px;
  -webkit-box-shadow: 7px 5px 10px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 7px 5px 10px 1px rgba(0, 0, 0, 0.38);
  padding: 20px 34px;
}

.common_btn:after {
  border-radius: 50px;
  background: #5e5e5f;
}

.homeService {
  background-color: #d2d2d2;
  z-index: 0;
}

.homeService::after, .homeService::before {
  display: none;
}

.homeService .welcome_button {
  background-color: #494848;
  text-align: center;
  padding: 50px 0;
}

.homeService .carousel-control-next,
.homeService .carousel-control-prev {
  bottom: 30%;
  opacity: 1;
}

.homeService p {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.payloan_header_bg.header_bg_2 {
  overflow: hidden;
  padding: 0;
  margin-top: 165px;
}

.payloan_header_bg.header_bg_2 h1 {
  color: #d38a46;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
}

.payloan_header_bg.header_bg_2::after {
  display: none;
}

.payloan_header_bg.header_bg_2 ul {
  padding-left: 0;
}

.payloan_header_bg.header_bg_2 ul li {
  color: #d38a46;
  font-size: 50px;
  line-height: 1.2;
}

.payloan_header_bg.header_bg_2 ul li span {
  font-size: 40px;
  border: 2px solid #d38a46;
  border-radius: 50%;
  padding: 2px 16px;
  margin-right: 15px;
  color: #d38a46;
}

.payloan_header_bg.header_bg_2 video {
  width: 90%;
}

.video {
  height: 800px;
  overflow: hidden;
}

.boton {
  background-color: #d38a46;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay-1 {
  position: relative;
  top: 150px;
}

.border-naranja {
  border-bottom: 2px solid #d38a46;
}

.border-naranja p {
  margin: 1rem 0;
}

.p-16 {
  padding: 8px 0;
}

.homeContact {
  background-color: #dbc23e;
  padding-top: 165px;
}

.homeContact .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeContact i {
  color: #d38a46;
}

.homeContact .col-10 {
  padding-left: 0;
}

.homeContact p,
.homeContact h1,
.homeContact h2,
.homeContact h3 {
  font-family: 'Comfortaa', cursive;
}

.homeContact h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 50px;
}

.homeContact h3 {
  font-weight: 700;
}

.homeContact p {
  color: #5e5e5f;
  font-size: 24px;
}

.homeContact .welcome_button {
  margin-top: 80px;
}

.homeContact::after {
  display: none;
}

.payloan_header_bg {
  margin-top: 50px;
}

.applicatioProces {
  padding: 54px 0 0;
}

.applicatioProces .header_img {
  width: 400px;
}

.applicatioProces::after {
  display: none;
}

.applicatioProces .testimonial-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.applicatioProces .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.applicatioProces .testimonial h3 {
  color: #d38a46;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0;
}

.applicatioProces .testimonial .hablando {
  background-color: #d38a46;
  border-radius: 50px;
  float: left;
  padding: 20px;
  margin-right: 25px;
}

.applicatioProces .testimonial .hablando img {
  width: 50px;
}

.applicatioProces .texto-testimonial p {
  position: absolute;
  top: 78px;
  left: 56px;
  width: 400px;
  font-size: 24px;
}

.applicatioProces .texto-testimonial small {
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  bottom: 40px;
  left: 56px;
}

.applicatioProces .texto-testimonial p,
.applicatioProces .texto-testimonial small {
  color: #5e5e5f;
}

.applicatioProces .carousel {
  width: 500px;
}

.applicatioProces .carousel-control-prev {
  left: -85px;
  opacity: 1;
}

.applicatioProces .carousel-control-next {
  right: -85px;
  opacity: 1;
}

.applyAmoutSec {
  background-color: #d38a46;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applyAmoutSec::after {
  display: none;
}

.applyAmoutSec .logo {
  border: 10px solid #e9d03e;
  overflow: hidden;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  background-color: #fff;
}

.applyAmoutSec .logo img {
  width: 250px;
  margin-left: 20px;
}

.applyAmoutSec h3,
.applyAmoutSec p {
  color: #fff;
}

.applyAmoutSec h3 {
  font-size: 50px;
  font-weight: 900;
}

.applyAmoutSec p {
  font-size: 50px;
  line-height: 1.2;
}

.applyAmoutSec .listado-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.applyAmoutSec .boton-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.applyAmoutSec .boton-social i {
  color: #fff;
}

.applyAmoutSec .boton-social:hover {
  background-color: #5e5e5f;
  border-color: #5e5e5f;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-height: 100px;
  background: #494848;
}

.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer .logo img {
  width: 150px;
}

.footer ul.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  height: 100%;
}

.footer ul li {
  margin: 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.footer ul li i {
  color: #fff;
}

.footer .tienda-online {
  width: 438px;
  margin: 0 auto;
  padding: 25px 0;
}

.footer .tienda-online .border {
  float: left;
  border-radius: 50px;
  padding: 15px;
}

.footer .tienda-online .border img {
  width: 54px;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.w-flotante:hover {
  background-color: #2879ff;
}

.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  margin-top: 3px;
}

/*-------- RESPONSIVE ---------*/
@media (max-height: 799px) {
  .payloan_header_bg {
    margin-top: 0;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .payloan_header_bg.header_bg_1 .header_img img {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .payloan_header_bg {
    margin-top: 50px;
    height: unset;
  }
  .header_1 .container {
    max-width: 100%;
  }
  .applyAmoutSec ul li {
    margin: 0 12px;
  }
  .applyAmoutSec .boton-social {
    height: 72px;
  }
  .common_btn {
    font-size: 15px;
  }
  .applicatioProces .header_img {
    width: 250px;
  }
  .applicatioProces .testimonial-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .welcome_area {
    background-size: 116%;
    background-position: 50% 84px;
  }
  .header_1 .container {
    max-width: 720px;
  }
  .fixedHeader .text-on-header {
    display: none;
  }
  .header_bg_1 .common_btn {
    padding: 7px 40px;
    height: 58px;
    font-size: 24px;
  }
  .texto-globo {
    margin-left: 94px;
    margin-top: -10px;
  }
  .texto-globo h2 {
    font-size: 38px;
  }
  .onSticky {
    text-align: right;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .payloan_header_bg.header_bg_2 {
    height: 600px;
  }
  .header_bg_2 h1,
  .header_bg_2 ul li {
    font-size: 34px;
  }
  .header_bg_2 ul li span {
    font-size: 28px;
    padding: 0 10px;
  }
  .video {
    height: 500px;
  }
  .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial .fa {
    margin-bottom: 2rem;
  }
  .applicatioProces {
    padding: 0;
  }
  .applicatioProces .testimonial-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .applicatioProces .testimonial-flex .carousel {
    margin: 50px 0;
  }
  .applyAmoutSec .logo {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  .applyAmoutSec .logo img {
    width: 175px;
    margin-left: 15px;
  }
  .applyAmoutSec h3,
  .applyAmoutSec p {
    font-size: 34px;
    text-align: center;
  }
  .applyAmoutSec h3 {
    margin-top: 2rem;
  }
  .applyAmoutSec .fa-2x {
    font-size: 1.5em;
  }
  .applyAmoutSec .boton-social {
    height: 58px;
    width: 60px;
    margin: 0 10px;
  }
  .applyAmoutSec .boton-social i {
    margin-top: 3px;
  }
  .footer {
    height: unset;
    padding-bottom: 50px;
  }
  .footer .logo {
    margin: 2rem;
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .logo img {
    width: 250px;
    margin-bottom: 2rem;
  }
  .footer .tienda-online {
    width: 392px;
  }
  .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .footer .address-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .onSticky {
    text-align: right;
  }
  .text-on-header p {
    font-size: 16px;
  }
  .texto-globo {
    margin-left: 78px;
  }
  .texto-globo h2 {
    font-size: 28px;
    width: 218px;
  }
  .common_btn {
    font-size: 17px;
  }
  .header_bg_1 .common_btn {
    font-size: 20px;
    padding: 7px 28px;
    height: 50px;
  }
  .payloan_header_bg {
    min-height: 500px;
  }
  .payloan_header_bg.header_bg_1 .container {
    max-width: 646px;
  }
  .payloan_header_bg.header_bg_1 .header_img img {
    width: 138%;
  }
  .payloan_header_bg.header_bg_2 {
    height: 1250px;
  }
  .payloan_header_bg .welcome_text {
    margin-top: -58px;
  }
  .payloan_header_bg .img-fluid {
    max-width: unset;
  }
  .payloan_header_bg .header_img {
    position: relative;
    left: -38px;
    z-index: 1;
  }
  .payloan_header_bg .header_img img {
    width: 138%;
  }
  .payloan_header_bg .welcome_area {
    position: relative;
    z-index: 2;
  }
  .payloan_header_bg h1 {
    margin-top: 8rem;
    text-align: center;
  }
  .payloan_header_bg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .payloan_header_bg .welcome_button2 {
    margin-top: 3rem;
    text-align: center;
  }
  .h2,
  h2 {
    font-size: 1.4rem;
  }
  .header_bg_1 .common_btn,
  .header_bg_2 .common_btn {
    margin-top: 0;
  }
  .common_btn {
    font-size: 15px;
    padding: 20px 17.1px;
  }
  .video {
    height: 720px;
    margin-top: 0;
  }
  .homeContact {
    padding-top: 100px;
  }
  .applicatioProces .header_img img {
    width: 70%;
  }
  .applicatioProces .testimonial h3 {
    font-size: 34px;
  }
  .applicatioProces .carousel {
    width: 400px;
  }
  .applicatioProces .texto-testimonial p {
    top: 42px;
    width: 300px;
    font-size: 18px;
  }
  .applicatioProces .texto-testimonial small {
    bottom: 50px;
  }
  .applicatioProces .carousel-item {
    height: 320px;
  }
  .applicatioProces .boton {
    padding: 10px;
  }
  .applyAmoutSec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .applyAmoutSec ul li {
    width: 75px;
  }
}

@media (max-width: 575px) {
  .onSticky {
    display: none !important;
  }
  .fixedHeader .text-on-header {
    display: block;
  }
  .common_btn {
    font-size: 12px;
  }
  .applicatioProces .header_img {
    margin: 0 auto;
    padding-left: 38px;
    padding-bottom: 25px;
  }
}

@media (max-width: 539px) {
  .text-on-header p {
    font-size: 14px;
  }
}

@media (max-width: 535px) {
  .homeContact h2 {
    font-size: 40px;
  }
  .homeContact ul li {
    font-size: 18px;
  }
  .homeContact .welcome_button a {
    font-size: 20px;
  }
  .payloan_header_bg {
    min-height: 448px;
    height: 448px;
    overflow: hidden;
  }
  .payloan_header_bg .welcome_text {
    margin-top: -98px;
  }
  .payloan_header_bg.header_bg_2 {
    min-height: 1200px;
  }
  .welcome_button2 a {
    font-size: 20px;
  }
  .applicatioProces .carousel-item {
    height: 380px;
  }
  .applicatioProces .carousel {
    width: unset;
  }
  .applicatioProces .carousel-control-prev {
    left: 0;
    top: -60px;
    bottom: unset;
  }
  .applicatioProces .carousel-control-next {
    right: 0;
    top: -60px;
    bottom: unset;
  }
  .applicatioProces .texto-testimonial p {
    top: 70px;
  }
  .applicatioProces .texto-testimonial small {
    bottom: 70px;
  }
  .applicatioProces .texto-testimonial img {
    width: 100%;
    height: 370px;
  }
  .applyAmoutSec h3,
  .applyAmoutSec p {
    font-size: 28px;
  }
}

@media (max-width: 510px) {
  .payloan_header_bg.header_bg_1 .welcome_button {
    position: absolute;
    bottom: 60px;
  }
  .homeService .common_btn {
    font-size: 16px;
  }
  .homeService p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  /* ---- whatsapp responsive ----*/
}

@media (max-width: 479px) {
  .text-on-header p {
    font-size: 12px;
    line-height: 1.1;
  }
  .logo {
    width: unset;
  }
  .welcome_button3 {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 30px;
  }
  .flecha-abajo {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    top: 46px;
  }
  .h2,
  h2 {
    font-size: 1.3rem;
  }
  .applicatioProces .carousel-control-next,
  .applicatioProces .carousel-control-prev {
    top: -75px;
    bottom: unset;
  }
  .applicatioProces .carousel-control-prev {
    left: 50px;
  }
  .applicatioProces .carousel-control-next {
    right: 50px;
  }
  .payloan_header_bg {
    min-height: 580px;
  }
  .payloan_header_bg.header_bg_1 {
    background: url("../images/slider/banner-mobile.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 400px;
    min-height: 400px;
  }
  .payloan_header_bg.header_bg_1 .col-6 {
    display: none;
  }
  .homeService {
    padding: 0 0 55px;
  }
  .overlay-1 {
    top: 125px;
  }
  .payloan_header_bg.header_bg_2 {
    min-height: 1100px;
  }
}

@media (max-width: 420px) {
  .payloan_header_bg.header_bg_2 {
    min-height: 1000px;
    height: 1150px;
    margin-top: 0;
  }
  .payloan_header_bg.header_bg_1 {
    height: unset;
    min-height: 330px;
  }
  .payloan_header_bg.header_bg_1 .welcome_button {
    bottom: 40px;
    left: 10px;
  }
  .applicatioProces .texto-testimonial p,
  .applicatioProces .texto-testimonial small {
    left: 40px;
  }
  .applicatioProces .texto-testimonial small {
    width: 300px;
  }
  .homeContact p {
    font-size: 20px;
  }
  .homeContact h3 {
    font-size: 20px;
  }
  .footer .tienda-online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: unset;
  }
  .footer .tienda-online .border {
    float: unset;
    width: 86px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 360px) {
  .applicatioProces .texto-testimonial p,
  .applicatioProces .texto-testimonial small {
    left: 30px;
  }
  .applicatioProces .texto-testimonial small {
    width: 300px;
  }
}
/*# sourceMappingURL=ajustes.css.map */