:root {
  --blur-size: 150px;
  --shape-1-size: 900px;
  --shape-3-size: 900px;
  --shapes-opacity: 9%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #1B2234;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

iframe {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.content,
p {
  line-height: 1.3em;
}

header {
  position: fixed;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: 3;
}

.navbar-brand {
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  height: 46px;
  width: 177px;
}

h1 {
  font-size: 2.8em;
  font-weight: 800;
  line-height: .9em;
}

p.text-tall {
  font-size: 1.3em;
}

.text-3xl {
  font-size: 9em;
}

h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: #1B2234;
  font-size: 1.8em;
  font-weight: 400;
}

h5 {
  color: #1B2234;
  font-size: 1em;
  font-weight: 500;
}

.navbar-nav {
  gap: 15px;
  margin-left: auto;
}

.navbar-nav a {
  color: #1B2234 !important;
}

.navbar-nav li.active > a {
  font-weight: 600;
}

.pill-nav {
  background: #FAFAFC;
  border: 1px solid #ECECF3;
  border-radius: 4px;
  color: #1B2234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dropdown-item:active {
  background-color: #E3A558 !important;
}

.navbar-expand-lg.navbar-light.bg-light {
  background: #ffffff !important;
  border-radius: 20px;
  border-radius: 6px;
  -webkit-box-shadow: #0000001a 0px 3px 5px 0px;
          box-shadow: #0000001a 0px 3px 5px 0px;
  padding: 20px 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #ffffff !important;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: #0000001a 0px 3px 5px 0px;
          box-shadow: #0000001a 0px 3px 5px 0px;
  min-width: 200px;
}

#frst {
  background: url(../img/background-home.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.note-text {
  background: rgba(255, 255, 255, 0.701961) !important;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.101961) 0px 3px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.101961) 0px 3px 5px 0px;
  color: #000;
  padding: 18px 10px;
  position: absolute;
  text-align: center;
  top: 30%;
  right: 0;
  width: 100%;
}

.note-text p {
  font-weight: 700;
  margin-bottom: 0;
}

.bg-light-gray {
  background-color: #FAFAFC;
  border: #ECECF3 solid 1px;
  padding: 60px 40px !important;
}

#nosotros .container {
  position: relative;
}

#nosotros .container .ideas {
  width: 30%;
  position: absolute;
  left: 25%;
  bottom: -120px;
}

#proyectos {
  padding-top: 80px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradient {
  background: #41ffd1;
  background: linear-gradient(-230deg, #CC9966, #E3A558, #DD2059, #610E57, #610E57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.animate {
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
  background-size: 800% 800%;
}

.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

iframe {
  border-radius: 12px;
}

.mt-top-neg {
  margin-top: -160px;
  position: relative;
  z-index: -1;
}

.number {
  background-color: #E3E3F1;
  border-radius: 50px;
  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;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  width: 40px;
}

.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-arrow {
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
}

.section-bg-bottom {
  position: relative;
  overflow: hidden;
}

.section-bg-bottom .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .3;
}

.section-bg-bottom .container {
  position: relative;
  z-index: 1;
}

.section-bg-bottom .card {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px;
}

.section-bg-bottom .card img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-bg-bottom .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px 0px;
}

.section-bg-bottom .card:hover img {
  -webkit-transform: scale(1.05) rotate(-3deg);
          transform: scale(1.05) rotate(-3deg);
}

.icon-business {
  background: url(../img/business.svg) no-repeat;
  background-size: 100%;
  height: 19px;
  width: 19px;
}

.icon-work {
  background: url(../img/work.svg) no-repeat;
  background-size: 100%;
  height: 19px;
  width: 19px;
}

.icon-info {
  background: url(../img/info.svg) no-repeat;
  background-size: 100%;
  height: 19px;
  width: 19px;
}

.icon-tec {
  background: url(../img/tec.svg) no-repeat;
  background-size: 100%;
  height: 19px;
  width: 19px;
}

.icon-optimization {
  background: url(../img/optimizacion.svg) no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
}

.icon-applications {
  background: url(../img/app.svg) no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
}

.icon-capacitacion {
  background: url(../img/capacitacion.svg) no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
}

.icon-seguimiento {
  background: url(../img/seguimiento.svg) no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
}

.icon-analisis {
  background: url(../img/process.svg) no-repeat;
  background-size: 100%;
  height: 48px;
  width: 48px;
}

.medium-title {
  font-size: 20px;
  font-weight: 600;
}

/******Button******/
button {
  border: none;
  outline: none;
}

.btn-brand {
  background: #CE3B5C;
  border-radius: 6px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: stretch;
      -ms-flex: stretch;
          flex: stretch;
  font-size: 1.1em;
  padding: 15px 55px;
}

.btn-brand:hover {
  background: #b82e4c;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  border-radius: 6px;
  color: #CE3B5C;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: stretch;
      -ms-flex: stretch;
          flex: stretch;
  font-size: 1.1em;
  padding: 15px 55px;
}

.btn-white:hover {
  background: #FF3737;
  text-decoration: none;
}

.btn-contact {
  background: #CE3B5C;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: stretch;
      -ms-flex: stretch;
          flex: stretch;
}

.btn-contact a {
  color: #fff !important;
}

.btn-contact:hover {
  background: #CE3B5C;
  text-decoration: none;
}

.nav-link img {
  width: 20px;
}

.gap-3 {
  gap: 10px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-160 {
  padding-top: 160px;
}

/******Slider*******/
.slider-container {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  gap: 5px;
}

.slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.3333%;
          flex: 0 0 32.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.slide img {
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slide .flex {
  position: absolute;
  top: 16px;
  left: 10px;
}

.slide span {
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 8px 12px;
}

.slide .overlay {
  background: #1B2234;
  background: linear-gradient(1deg, #1b2234 0%, rgba(27, 34, 52, 0) 100%);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  left: 0;
  bottom: -900px;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.slide:hover .overlay {
  bottom: 0;
  cursor: pointer;
}

.slide .content {
  color: #fff;
  text-align: left;
}

.slide .content h4 {
  color: #fff;
}

.slide .content a {
  color: #fff;
  text-decoration: underline;
}

footer {
  background: #262525;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  font-size: .9em;
  margin-top: 60px;
  padding: 30px 0px;
}

footer h5 {
  color: #fff;
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer li a {
  color: #fff;
  display: block;
  padding-bottom: 8px;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

footer .text-blue-light {
  color: #30bfe2;
  text-decoration: underline;
}

footer .text-blue-light:hover {
  color: #DD2059;
}

.socialm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.socialm img {
  width: 20px;
}

.slider-controls {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.slider-controls button {
  font-size: 2rem;
  padding: 0.5em 1em;
  background: #1B2234;
  border-radius: 100%;
  border: none;
  color: #fff;
}

/*****services*****/
.services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service {
  background: #fff;
  -webkit-box-shadow: #0000001a 1px 2px 3px 1px;
          box-shadow: #0000001a 1px 2px 3px 1px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px;
  position: relative;
}

.service img {
  width: 70px;
}

.service:hover {
  cursor: pointer;
}

.hover {
  background: linear-gradient(-230deg, #CC9966, #E3A558, #DD2059, #610E57, #610E57);
  border-radius: 6px;
  position: absolute;
  height: 116%;
  width: 116%;
  z-index: -1;
  left: -4%;
  top: -4%;
  display: none;
}

.service:hover .hover {
  display: block !important;
  position: absolute;
  height: 116%;
  width: 116%;
  left: -8%;
  top: -8%;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.flex-wrap {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.filter-item {
  border-radius: 6px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}

.filter-item img {
  width: 100%;
}

.filter-item span {
  background: #fff;
  border-radius: 50px;
  color: #1B2234;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  padding: 8px 16px;
}

.filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.filters-buttons button {
  background: #fff;
  -webkit-box-shadow: #0000001a 0px 3px 5px 0px;
          box-shadow: #0000001a 0px 3px 5px 0px;
  border: none;
  border-radius: 50px;
  color: #DD2059;
  padding: 8px 15px;
}

.filters-buttons button:focus {
  background: #DD2059;
  color: #fff;
  outline: none;
}

/**************Animation*********/
@-webkit-keyframes gradient {
  0% {
    background-position: 0 40%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 40%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@-webkit-keyframes float-small {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes float-small {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(2.1);
            transform: translate(30px, -50px) scale(2.1);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(2.1);
            transform: translate(30px, -50px) scale(2.1);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*******Mobile*********/
@media (max-width: 992px) {
  .navbar-toggler {
    background-color: #CE3B5C !important;
  }
  .navbar-light .navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat center !important;
    background-size: 100% !important;
  }
  .navbar-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
  .dropdown-menu.show {
    text-align: center;
    padding: 20px;
  }
  .btn-contact {
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: stretch;
        -ms-flex: stretch;
            flex: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    height: 27px;
    width: 140px;
  }
  .navbar-expand-lg.navbar-light.bg-light {
    padding: 10px 20px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .medium-title {
    font-size: 16px;
  }
  #frst {
    padding-top: 110px;
  }
  #frst .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .col {
    margin-bottom: 20px;
  }
  .col img {
    max-width: 100%;
  }
  .flex-wrap {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .services-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .note-text {
    max-width: 90%;
    right: 5%;
  }
  #frst img {
    margin-bottom: 20px;
  }
  section {
    max-width: 100%;
    overflow: hidden;
  }
  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    width: 100%;
  }
  footer img {
    margin-bottom: 30px;
  }
  footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */