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

html {
  scroll-behavior: smooth;
}

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

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

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

.navbar-brand {
  background: url(../img/logo.png) no-repeat;
  height: 96px;
  width: 74px;
}

h1 {
  font-size: 5.5em;
  font-weight: 900;
  line-height: .9em;
}

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

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

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

h5 {
  color: #262525;
  font-size: 1.2em;
  font-weight: 500;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav a {
  color: #262525 !important;
  padding: 12px 15px !important;
}

.navbar-nav a:hover {
  color: #0523CB !important;
}

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

i.mex {
  background: url(../img/mexico.svg) no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 12px;
  margin-left: 15px;
  margin-right: 10px;
}

.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;
}

.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 {
  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;
}

#frst h4 {
  font-size: 2rem;
}

#frst .container {
  padding-top: 160px;
  padding-bottom: 60px;
}

#servicios,
#nosotros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

#servicios .row,
#nosotros .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#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, #78BC43, #00E096, #4960DE, #78BC43, #00E096, #4960DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animate {
  -webkit-animation: gradient 12s ease infinite;
          animation: gradient 12s 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 {
  width: 100%;
  border-radius: 12px;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*****images*****/
.brands {
  max-width: 500px;
  margin: 20px auto;
}

.rate {
  max-width: 120px;
  margin: 10px auto;
}

/*****shapes*******/
.shape-1 {
  width: var(--shape-1-size);
  height: var(--shape-1-size);
  background-color: #4BDE49;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0rem;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
          filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  -webkit-animation: blob ease-in 4s infinite;
          animation: blob ease-in 4s infinite;
  z-index: -1;
}

.shape-2 {
  width: var(--shape-1-size);
  height: var(--shape-1-size);
  background-color: #E6FF00;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  bottom: 400px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
          filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  -webkit-animation: blob ease-in 4s infinite;
          animation: blob ease-in 4s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  animation-direction: reverse;
  z-index: -1;
}

.shape-3 {
  width: var(--shape-1-size);
  height: var(--shape-1-size);
  background-color: #E6FF00;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  top: 0;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
          filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  -webkit-animation: blob ease-in 4s infinite;
          animation: blob ease-in 4s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  animation-direction: reverse;
  z-index: -1;
}

.shape-4 {
  width: var(--shape-1-size);
  height: var(--shape-1-size);
  background-color: #4BDE49;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  bottom: 400px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
          filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  -webkit-animation: blob ease-in 4s infinite;
          animation: blob ease-in 4s infinite;
  z-index: -1;
}

.margin-t-neg {
  margin-top: -120px;
}

ul.card-text {
  font-size: .95rem;
  line-height: 1.4rem;
  padding: 0;
  list-style-type: none;
}

.row-cols-md-3 .col-span-2 {
  min-width: 66.66%;
  padding: 0 15px;
}

.row-cols-md-3 .col-span-2 h3 {
  font-size: 2.2rem;
  font-weight: 900;
}

.row-cols-md-3 .col-span-2 h4 {
  color: #fff;
  margin-top: 30px;
  padding: 0 30px;
}

.row-cols-md-3 .col-span-2 .card {
  background: #49DE7A;
  background: linear-gradient(2deg, #49de7a 0%, #4960de 49%, #0523cb 100%);
  color: #fff;
  text-align: center;
  padding: 30px;
}

.white-brands {
  background: #fff;
  border-radius: 65px;
  -webkit-box-shadow: #0000001a 1px 1px 5px 1px;
          box-shadow: #0000001a 1px 1px 5px 1px;
  margin-top: 10px;
  margin-bottom: -140px;
  overflow: hidden;
}

.card {
  border-radius: 8px !important;
  border: none;
  -webkit-box-shadow: #0000001a 1px 1px 5px 1px;
          box-shadow: #0000001a 1px 1px 5px 1px;
}

.card .card-body {
  position: relative;
  padding: 15px 15px 75px 15px;
}

.card .card-body .btn-vermillion {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}

.green-bg {
  background: #49DE7A;
  border-radius: 8px;
  padding: 30px 20px !important;
}

.blue-bg {
  background: #0523CB;
  border-radius: 8px;
  color: #fff;
  padding: 30px 20px !important;
}

.blue-bg h5 {
  color: #fff;
}

.img-icon {
  margin-top: -25px;
  width: 25%;
}

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

ul.list li {
  background: url(../img/arrow.svg) no-repeat left 5px;
  background-size: 14px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 20px;
}

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

ul.list-white li {
  background: url(../img/arrow-white.svg) no-repeat left 5px;
  background-size: 14px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 20px;
}

/****Faqs syles ******/
.accordion .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-header {
  background-color: #fff !important;
  border: #F2F2F2 solid 1px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: #0000001a 1px 2px 3px 1px;
          box-shadow: #0000001a 1px 2px 3px 1px;
  margin-bottom: 10px !important;
}

.card-header button {
  color: #262525;
  font-size: 1.4rem;
  font-weight: 700;
}

/*******font-sizes*****/
.text-lg {
  font-size: 1.2rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
}

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

.btn-vermillion {
  background: #0523CB;
  border-radius: 8px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 55px;
}

.btn-vermillion:hover {
  background: #4960DE;
  text-decoration: none;
}

.contact-button {
  background: #78BC43;
  border-radius: 4px;
}

.contact-button:hover {
  background: #49DE7A;
}

.contact-button a {
  color: #fff !important;
  font-weight: 600;
}

/******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 .container {
  background: #262525;
  border-radius: 12px;
  color: #fff;
  font-size: .9em;
  margin-bottom: 20px;
}

footer .container .copy {
  padding-top: 38px;
}

footer .container h3 {
  color: #fff;
  margin-bottom: 20px;
}

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

footer .container a {
  color: #4BDE49;
  display: block;
  padding-bottom: 8px;
}

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

footer .container .bordered {
  border-top: #1e3145 solid 1px;
  padding-top: 30px;
  margin-top: 30px;
}

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

footer .container .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;
}

.Facebook {
  background: url(../img/facebook.svg) no-repeat;
  background-size: 100%;
  display: block;
  height: 13px;
  width: 7px;
}

.Instagram {
  background: url(../img/instagram.svg) no-repeat;
  background-size: 100%;
  display: block;
  height: 13px;
  width: 13px;
}

.Youtube {
  background: url(../img/youtube.svg) no-repeat;
  background-size: 100%;
  display: block;
  height: 13px;
  width: 17px;
}

.Linkedin {
  background: url(../img/linkedin.svg) no-repeat;
  background-size: 100%;
  display: block;
  height: 13px;
  width: 13px;
}

.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 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: #41ffd1;
    background: linear-gradient(-200deg, #0523CB, #4960DE, #00E096, #C8DE49, #4BDE49);
    -webkit-animation: gradient 10s ease infinite;
            animation: gradient 10s ease infinite;
    background-size: 800% 800%;
  }
  .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;
  }
}

@media (max-width: 768px) {
  #frst {
    min-height: 50vh;
  }
  .margin-t-neg {
    margin-top: 0;
  }
  .navbar-brand {
    background: url(../img/logo.png) no-repeat;
    height: 75px;
    width: 74px;
  }
  h1 {
    font-size: 3.7rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 1.7rem !important;
  }
  .flex-wrap {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .img-fluid {
    margin-bottom: 20px;
  }
  .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);
  }
  .white-brands {
    border-radius: 8px;
  }
  .row-cols-md-3 .col-span-2 .card {
    margin-bottom: 80px !important;
    padding: 30px 20px !important;
  }
  .row-cols-md-3 .col-span-2 .card .card-body,
  .row-cols-md-3 .col-span-2 .card h4 {
    padding: 0px;
  }
  footer {
    text-align: center;
  }
  footer .socialm, footer .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer img {
    margin-bottom: 30px;
  }
  .brands {
    max-width: 300px;
  }
}
/*# sourceMappingURL=styles.css.map */