@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;1,100&family=Rubik:wght@300;500&display=swap");
@font-face {
  font-family: orpheus-pro;
  src: url(fonts/OrpheusPro-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body {
  background-color: #111;
  overflow-x: hidden !important;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  height: 80px;
  width: 100%;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar ul {
  background-color: rgba(0, 0, 0, 0);
}
.navbar .logo {
  height: 200px;
  width: 250px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(img/logo.png);
  background-size: cover;
  background-position: center;
}
.navbar .logo img {
  height: 100%;
  width: 100%;
}
.navbar .nav-link {
  color: #7e660c !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-shadow: 0 0 4px #ffffff;
  text-transform: uppercase;
}
.navbar .nav-link::after {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: transparent;
  transition: width 0.5s ease, background 0.5s ease;
}
.navbar .nav-link:hover:after {
  width: 100%;
  background: linear-gradient(70deg, #fff, #7e660c, #030346, #111);
}
.navbar .navbar-toggler {
  border: 0 !important;
}
.navbar .navbar-toggler:focus {
  border: 0 !important;
}
.navbar .fa-bars {
  color: #7e660c !important;
}

.fondo1 {
  height: 600px;
  width: 100%;
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(video/banner.gif);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.fondo1 .call {
  height: 200px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fondo1 .call img {
  filter: drop-shadow(0 0 10px #fff);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 15px;
}
.fondo1 .call h1 {
  color: #7e660c;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  text-shadow: 0 0 2px #fff;
}
.fondo1 .call a {
  text-decoration: none;
  color: #fff;
  background-color: #111;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #7e660c;
}
.fondo1 .call .bttn-unite.bttn-primary {
  transition: all 0.9s;
}
.fondo1 .call .bttn-unite.bttn-primary:hover {
  transform: scale(1.15);
  background-color: #7e660c;
}
.fondo1 .call .bttn-unite.bttn-primary::before {
  background: #242323;
}
.fondo1 .call .bttn-unite.bttn-primary:after {
  background: #3e3c3c;
}

.f-local {
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(img/analisis4.jpg);
}

.f-comercio {
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(img/analisis2.jpg);
}

.f-corporativas {
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(img/analisis8.jpg);
}

.f-contacto {
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(img/contact.jpg);
}

.f-etapas {
  background-image: linear-gradient(to left top, rgba(113, 113, 113, 0.8), rgba(133, 133, 133, 0.8), rgba(153, 153, 153, 0.8), rgba(174, 174, 174, 0.8), rgba(195, 195, 195, 0.8), rgba(207, 207, 207, 0.8), rgba(219, 219, 219, 0.8), rgba(255, 255, 255, 0.8), rgba(238, 238, 238, 0.8), rgba(243, 243, 243, 0.8), rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8)), url(img/1.jpg);
}

h3 {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

h3:hover::after {
  width: 100%;
  background: #7e660c;
}

main {
  min-height: 350px;
  width: 100%;
  padding: 20px;
  background-color: #111;
  background-image: linear-gradient(rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url(img/patternpad.svg);
  background-position: center;
  color: #fff;
}
main .desc {
  padding: 50px;
}
main .desc .desc-img {
  height: 500px;
  width: 40%;
  background-image: url(img/pyme-finance.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 0px #7e660c, 10px 10px 10px #fff;
  transition: 0.9s;
}
main .desc .desc-img:hover {
  box-shadow: none;
  transform: translate(20px, 20px);
}
main .desc .desc-art {
  padding-left: 50px;
  width: 60%;
}
main .desc .desc-art h3 {
  text-align: left;
}
main .desc .desc-art p {
  margin-bottom: 30px;
}
main .desc .desc-art a {
  text-decoration: none;
  color: #7e660c;
  border: 3px solid #7e660c;
  padding: 10px 40px;
  position: relative;
}
main .desc .desc-art a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #111;
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
  transition: 0.5s ease-in-out all;
}
main .desc .desc-art a:hover::after {
  top: 0;
  display: inline-flex;
  z-index: 3;
  background-color: #fff;
}
main .desc .desc-art a span {
  position: absolute;
  z-index: 5;
}
main .desc2 .desc-art {
  padding-right: 50px;
}
main .desc2 .desc-img {
  background-image: url(img/homefinal.jpg);
}

h2 {
  text-align: center;
  background-color: #111;
  color: #7e660c;
  padding: 20px;
  margin-bottom: 0;
}

.financiamiento, .comercio {
  text-align: center;
  background-color: #111;
  color: #fff;
  padding: 0 10%;
  margin-bottom: 0;
}

.f-l {
  text-align: justify;
  font-size: 28px;
}

.comercio-parrafo {
  font-size: 28px;
  text-align: justify;
}

.feature-financiamiento article {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}

.feature {
  padding: 5%;
  background-color: #111;
  color: #fff;
}
.feature .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
.feature .row article {
  padding: 20px;
  border: 3px solid #333;
  min-width: 270px;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 0 0 5px 0px #fff, 0 0 5px 5px #7e660c;
  border-radius: 5px;
}
.feature .row article img {
  width: 100%;
  height: auto;
}
.feature .row article .row {
  width: 100% !important;
}
.feature .row article .row li, .feature .row article .row h5 {
  line-height: 25px;
}
.feature .row article:hover {
  background-image: radial-gradient(circle 1224px at 10.6% 8.8%, rgba(41, 41, 41, 0.8) 0%, rgba(188, 136, 4, 0.8) 100.2%);
  transform: scale(0.9);
}
.feature .row article a {
  text-decoration: none;
  color: #7e660c;
}
.feature .row article a:hover {
  font-size: 20px;
}
.feature .row article a:hover::after {
  content: " →";
  font-weight: bold;
  color: #fff;
}

.feature-comercio .row img {
  width: 30% !important;
}

.slogan {
  background-color: #111;
  color: #fff;
  padding: 0% 20%;
}

.slogan h5 {
  color: #7e660c;
}

.slogan h2 {
  text-align: justify;
  color: #fff;
}

.articulos-vertical {
  padding: 20px;
  background-color: #111;
  color: #fff;
}
.articulos-vertical .art-vert-img {
  height: 350px;
  background-image: url(img/analisis02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.9s;
  transform: scale(0.9);
  border: 5px solid #fff;
}
.articulos-vertical .art-vert-img:hover {
  transform: scale(1);
}
.articulos-vertical .article-vertical {
  padding: 15px;
}
.articulos-vertical .article-vertical:nth-child(2) .art-vert-img {
  background-image: url(img/gestion01.jpg);
}
.articulos-vertical .article-vertical:nth-child(3) .art-vert-img {
  background-image: url(img/ejecucion01.jpg);
}
.articulos-vertical .article-vertical h4 {
  color: #7e660c;
}
.articulos-vertical .article-vertical a {
  color: #7e660c;
}

.galeria1 {
  background-color: #111;
  color: #fff;
  padding: 10%;
}
.galeria1 h5 {
  text-align: center;
  color: #7e660c;
}
.galeria1 h2 {
  color: #fff;
}
.galeria1 .galery-img {
  height: 250px;
  width: 200px;
  background-size: cover;
  background-position: center;
  transition: all 0.8s;
  margin-bottom: 25px;
}
.galeria1 .galery-img:hover {
  transform: translateX(10px) translateY(-10px);
  border-radius: 10px;
  filter: sepia(100%);
  position: relative;
  border: 5px solid #7e660c;
  box-shadow: 5px 5px 5px #aaa;
  z-index: 5;
}
.galeria1 .galery-img1 {
  background-image: url(img/pexels-yan-krukau-7691704.jpg);
}
.galeria1 .galery-img2 {
  background-image: url(img/5.jpg);
  background-position: left;
}
.galeria1 .galery-img3 {
  background-image: url(img/pexels-yan-krukau-7698799.jpg);
}
.galeria1 .galery-img4 {
  background-image: url(img/acompañamiento\ \(2\).jpg);
  background-position: bottom;
}
.galeria1 .galery-img5 {
  background-image: url(img/pexels-yan-krukau-7698807.jpg);
}
.galeria1 .galery-img6 {
  background-image: url(img/6.jpg);
  background-position: right;
}

.galery2 .galery-img1 {
  background-image: url(img/2.jpg);
}
.galery2 .galery-img2 {
  background-image: url(img/3.jpg);
}
.galery2 .galery-img3 {
  background-image: url(img/4.jpg);
  background-position: right;
}
.galery2 .galery-img4 {
  background-image: url(img/11.jpg);
}
.galery2 .galery-img5 {
  background-image: url(img/analisis7.jpg);
}
.galery2 .galery-img6 {
  background-image: url(img/analisisyestadisticas.jpg);
  background-position: center;
}

.galery3 .galery-img1 {
  background-image: url(img/12.jpg);
}
.galery3 .galery-img2 {
  background-image: url(img/13.jpg);
}
.galery3 .galery-img3 {
  background-image: url(img/14.jpg);
  background-position: right;
}
.galery3 .galery-img4 {
  background-image: url(img/comercio006.jpg);
}
.galery3 .galery-img5 {
  background-image: url(img/comercio003.jpg);
}
.galery3 .galery-img6 {
  background-image: url(img/comercio009.jpg);
  background-position: center;
}

.galery4 .galery-img1 {
  background-image: url(img/analisis5.jpg);
  background-position: center;
}
.galery4 .galery-img2 {
  background-image: url(img/analisis6.jpg);
}
.galery4 .galery-img3 {
  background-image: url(img/analisis8.jpg);
  background-position: right;
}
.galery4 .galery-img4 {
  background-image: url(img/analisis01.jpg);
}
.galery4 .galery-img5 {
  background-image: url(img/blur-1853262_1280.jpg);
}
.galery4 .galery-img6 {
  background-image: url(img/stock-g1878239a3_1280.jpg);
  background-position: center;
}

footer {
  background-color: #111;
  color: #fff;
}
footer .logo {
  display: flex;
  justify-content: center;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
footer .redes {
  display: flex;
  justify-content: flex-end;
}
footer .redes a {
  color: #7e660c;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 20px;
  transition: all 0.7s;
}
footer .redes a:hover {
  transform: translateY(-10px);
  color: #fff;
}
footer p {
  text-align: center;
}

@keyframes bounce {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.finan-img1 {
  background-image: url(img/inversiones-inteligentes.jpg) !important;
}

.finan-img2 {
  background-image: url(img/estrategias-de-cobertura.jpg) !important;
}

.finan-img3 {
  background-image: url(img/consultoria1.jpg) !important;
}

.feature-finance article:nth-child(1) .art-vert-img {
  background-image: url(img/financiamiento9.jpg);
}

.feature-finance article:nth-child(2) .art-vert-img {
  background-image: url(img/fondos-comun-de-inversion.jpg) !important;
}

.feature-finance article:nth-child(3) .art-vert-img {
  background-image: url(img/fondos-internacionales.jpg) !important;
}

.feature-finance article:nth-child(4) .art-vert-img {
  background-image: url(img/fondos-comunes-de-inversion.jpg);
}

.etapas {
  padding: 20px 20%;
  width: 100%;
}
.etapas h4 {
  color: #7e660c;
  text-align: center;
  border: 4px solid #7e660c;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgb(154, 153, 153), 0 0 5px 0px rgb(154, 153, 153);
}
.etapas h5 {
  text-align: center;
}
.etapas .hr {
  height: 10px;
  width: 200px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
.etapas .hr1 i {
  animation-delay: 0.2s;
}
.etapas .hr2 i {
  animation-delay: 0.5s;
}
.etapas .hr3 i {
  animation-delay: 0.7s;
}
.etapas .hr4 i {
  animation-delay: 0.9s;
}
.etapas i {
  width: auto;
  color: #7e660c;
  background-color: #fff;
  border-radius: 50%;
  font-size: 45px;
  position: absolute;
  top: -14px;
  left: 0;
  animation-name: meta;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform: translateX(170px);
}

@keyframes meta {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(170px);
  }
}
.subir {
  width: 50px;
  height: 50px;
  border-radius: 5%;
  background-color: #fff;
  color: #111;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 2px solid #7e660c;
  box-shadow: 2px 2px 5px #7e660c;
  text-shadow: 0 0 5px #7e660c;
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  right: 35px;
  bottom: 100px;
  color: #7e660c;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #7e660c;
  box-shadow: 0 0 5px #7e660c;
  height: 60px;
  width: 60px;
  line-height: 55px;
  padding: 5px 5px 10px 7px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.whatsapp:hover {
  color: #fff;
  box-shadow: 0 0 5px #7e660c, 0 0 5px #7e660c, 0 0 5px 5px #7e660c;
  text-shadow: 0 0 5px #111;
}

::-webkit-scrollbar, ::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
  background-color: #181818;
}

::-webkit-scrollbar-thumb {
  background-color: #7e660c;
  border: 1px solid #000;
  box-shadow: inset 0 0 5px #000;
  border-radius: 10px;
}

.img-fluid {
  border: 3px solid #7e660c;
  box-shadow: 0 0 5px 2px #7e660c !important;
  margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
  .logo {
    display: none;
  }
  #collapsibleNavbar {
    margin-top: 20px !important;
    border: 3px solid #7e660c !important;
    background-image: radial-gradient(circle 1224px at 10.6% 8.8%, rgba(255, 255, 255, 0.8) 0%, rgba(69, 69, 69, 0.8) 100.2%);
  }
  .nav-link:hover {
    color: #fff !important;
    background-color: #333 !important;
    text-decoration: none;
  }
  .nav-link:hover:after {
    width: 0;
  }
  .desc {
    flex-wrap: wrap;
    gap: 50px 0px;
    padding: 0;
  }
  .desc .desc-img, .desc .desc-art {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
  .desc .desc-img {
    order: -1;
  }
  .slogan {
    padding: 0 5%;
  }
  .feature-comercio img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #collapsibleNavbar {
    margin-top: 20px !important;
    border: 3px solid #7e660c !important;
    background-image: radial-gradient(circle 1224px at 10.6% 8.8%, rgba(255, 255, 255, 0.8) 0%, rgba(69, 69, 69, 0.8) 100.2%);
  }
  .nav-link:hover {
    color: #fff !important;
    background-color: #333 !important;
    text-decoration: none;
  }
  .nav-link:hover:after {
    width: 0;
  }
}
@media only screen and (min-width: 996px) {
  .etapas .hr {
    width: 600px;
  }
  .etapas i {
    transform: translateX(570px);
    animation-duration: 3.5s;
  }
  @keyframes meta {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateX(570px);
    }
  }
}
@media only screen and (min-width: 950px) and (max-width: 1880px) {
  .feature-comercio .row article .row {
    gap: 0% !important;
  }
}/*# sourceMappingURL=estilos.css.map */