#section-ventajas .img-fluid {
  object-fit: cover;
  height: 75vh;
  width: 100%;
}

#section-prestamo-factoraje {
  color: rgb(255,255,255);
  background: rgb(30,87,153);
  background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 100%);
  background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 100%);
  background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 );
}

.cta-agendar {
  position: absolute;
  background-color: rgba(0,81,186,0.8);
  color: #ffffff;
}

#section-conocer-mas .container-fluid {
  background-color: rgba(0,81,186,0.8);
}

#section-conocer-mas {
  background-image: url("../../assets/img/cover5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -175px;
  color: rgb(255,255,255);
  height: 25vh;
}

#section-conocer-mas .container-fluid .row {
  height: 20vh;
}

#footer {
  background-color: #1b1b1b;
  color: rgb(255,255,255);
}

#section-top {
  background-image: url("../../assets/img/cover1.jpg");
  height: 70vh;
  background-attachment: fixed;
  background-position: center -600px;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255,255,255);
}

@media (min-width: 768px) {
  #section-factoraje {
    color: rgb(255,255,255);
    /*background: rgb(30,87,153);*/
    /*background: -moz-linear-gradient(left, rgba(30,87,153,1) 3%, rgba(32,124,202,1) 17%, rgba(41,137,216,1) 27%, rgba(255,255,255,1) 56%);*/
    /*background: -webkit-linear-gradient(left, rgba(30,87,153,1) 3%,rgba(32,124,202,1) 17%,rgba(41,137,216,1) 27%,rgba(255,255,255,1) 56%);*/
    /*background: linear-gradient(to right, rgba(30,87,153,1) 3%,rgba(32,124,202,1) 17%,rgba(41,137,216,1) 27%,rgba(255,255,255,1) 56%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 );*/
    background-image: url("../../assets/img/fondo.svg");
    background-position: -30px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#section-top-info h3, #section-top-info p {
  padding-bottom: 3%;
}

h1, h2, h3, h4, h5, h6 {
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-primary {
  color: rgb(42,107,191);
}

.icon.ion-ios-arrow-down {
  border: 1px solid #2a6bbf;
  border-radius: 50%;
  padding: 0.5% 0.95%;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: rgba(63,127,238,0.75);
  border-color: rgb(63,127,238);
}

.btn-primary {
  color: #fff;
  background-color: rgb(63,127,238);
  border-color: rgb(63,127,238);
  border-radius: 0;
}

#info-acerca {
  background-image: url("../../assets/img/cover4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#info-acerca .container-fluid {
  background-color: rgba(255,255,255,0.75);
}

.text-secondary {
  color: rgb(59,59,59)!important;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: 'Roboto Condensed';
}

p, span, ul, li {
  font-family: 'Helvetica';
}

.list-en-que-consite li {
  list-style-image: url(../../assets/img/bineta.svg);
  padding-top: 5%;
  padding-left: 10px;
}

.list-paises {
  font-size: 1.2em;
  color: rgb(54,54,54);
}

@media (min-width: 768px) {
  #social-bar-fixed {
    position: fixed;
    top: 25%;
    right: 0;
  }
}

@media (min-width: 768px) {
  #social-bar-fixed a {
    display: block;
    width: 50px;
    text-align: center;
    padding: 25% 0;
  }
}

.social-whatsapp {
  background-color: #00aa11;
}

.social-mail {
  background-color: #1c1c1c;
}

.logo-contacto-top {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*left: 0;*/
  padding: 3% 0;
}

.phone-top {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  border-radius: 25px;
  right: 0;
  left: 0;
  width: 150px;
  background-color: #ffffff;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem #ffffff;
}

.btn-outline-dark:hover {
  background-color: #ffffff;
  border-color: #343a40;
  color: #000;
}

#social-bar-fixed a:hover {
  filter: contrast(1.75);
}

#menu-sdk {
  position: fixed;
  top: 0;
  z-index: 100;
}

#menu-sdk .row .col a {
  width: 100%;
}

#menu-dsk .nav-item {
  width: calc(100% / 4);
  margin: 0 auto;
  text-align: center;
}

#menu-dsk .nav-item .nav-link {
  border-radius: 0;
  background-color: rgb(38,71,89);
  color: #ffffff;
  padding: 3% 0;
}

#menu-dsk .nav-item .nav-link.active, .nav-pills .show > .nav-link {
  background-color: rgb(22,41,52);
}

#menu-dsk .nav-item .nav-link:hover {
  border-radius: 0;
  background-color: #162934;
  color: #ffffff;
}

#menu-dsk {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

@media (min-width: 300px) {
  #section-top {
    background-position: center;
    height: 100vh;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #menu-dsk .nav-item .nav-link {
    padding: 15% 0;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #social-bar-fixed {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #social-bar-fixed a {
    display: inline;
    width: 100%;
    text-align: center;
    padding: 3%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .icon.ion-ios-arrow-down {
    padding: 0.95% 2%;
  }
}

#section-top-info, #section-factoraje .container-fluid, #section-conocer-mas .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.img-acerca {
  background-image: url("../../assets/img/cover3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
}

@media (min-width: 300px) and (max-width: 767px) {
  #section-conocer-mas {
    background-position: center;
  }
}

.lis-contact-info ul li {
  list-style: none;
  /*padding-left: 11px;*/
  padding-top: 10px;
}

.lis-contact-info ul li:nth-child(1) {
  list-style-image: url(../../assets/img/phone.svg);
  padding-left: 15px;
}

.lis-contact-info ul li:nth-child(2) {
  list-style-image: url(../../assets/img/ubicacion.svg);
}

.lis-contact-info ul li:nth-child(3) {
  list-style-image: url(../../assets/img/correo2.svg);
  padding-left: 10px;
}

@media (min-width: 300px) and (max-width: 767px) {
  #footer {
    margin-bottom: 42px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #section-factoraje {
    color: rgb(255,255,255);
    /*background: rgb(30,87,153);*/
    /*background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 24%, rgba(255,255,255,1) 70%);*/
    /*background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 24%,rgba(255,255,255,1) 70%);*/
    /*background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 24%,rgba(255,255,255,1) 70%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 );*/
    background-image: url("../../assets/img/fondo2.svg");
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.modal {
  background-color: rgba(63,127,238,0.3);
}

@media (min-width: 300px) and (max-width: 767px) {
  #section-ventajas .img-fluid {
    object-fit: contain;
    height: auto;
  }
}

#section-prestamo-factoraje p {
  padding: 5% 0;
}

.logo-top {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  text-align: center;
}

@media (min-width: 300px) and (max-width: 767px) {
  .img-acerca {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .facturas {
    border-top: 2px solid #1e5799;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .img-mapa {
    text-align: center;
  }
}

body {
  background-color: rgb(255,255,255);
}

#footer .row:last-child {
  font-size: 0.8em;
}

@media (min-width: 300px) and (max-width: 767px) {
  #footer .row:last-child {
    text-align: center;
  }
}

textarea {
  resize: none;
}

