@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;600;800&display=swap");
body {
  background-color: #fbfdfe;
  cursor: url("../img/cursor.png"), auto;
}
body a:hover {
  cursor: url("../img/cursor-hover.png"), auto;
}
* {
  font-family: "Work Sans", sans-serif;
}
strong {
  font-weight: 600;
}
.semibold {
  font-weight: 600;
}
p,
p.lead-text {
  color: #d8d9da;
}
nav {
  transition: 0.5s;
}
a {
  color: #9438ff;
  text-decoration: none;
}
a:hover {
  color: #a75aff;
}
.text-primary,
a.nav-link.active {
  color: #9438ff !important;
}
.text-magenta {
  color: #de0ba0 !important;
}
.text-yellow {
  color: #f7bb26;
}
.text-aqua {
  color: #00d1d1;
}
.text-blue {
  color: #01a8ff;
}
.bg-primary {
  background-color: #9438ff !important;
}
.bg-blue {
  background-color: #01a8ff;
}
.bg-magenta {
  background-color: #de0ba0;
}
.bg-aqua {
  background-color: #00d1d1;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.nav-link {
  font-size: 20px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
a.nav-link:hover {
  color: #a556ff !important;
}
a.nav-link {
  color: #fff !important;
}
.mb-10 {
  margin-bottom: 6rem !important;
}
.header-subtitle,
.header-title {
  margin-bottom: 40px;
  font-size: 25px;
}
.header-title-nosotros{
  font-size: 55px;
  margin-bottom: 80px;
}
.header-title-nosotros span{
  color: #a556ff;
}
.font-weight-bold {
  font-weight: 800;
}
section.title-area {
  padding: 120px 0 !important;
}
#home-counters,
#home-testimonials,
.bg-black-one,
section.content-bg-1 {
  background-color: #141821;
}
#home-clients,
#home-services,
.bg-gray-gradient {
  background: #f4f6ff;
  background: linear-gradient(0deg, #f4f6ff 95%, #eff1fa 100%);
  border-top: 1px solid #e4e6ef;
}
#innovations-phrase-1,
#innovations-phrase-2,
#mobile-phrase-1,
#mobile-phrase-2 {
  height: auto;
  background-position: center;
}
#innovations-phrase-1,
#innovations-phrase-2,
#mobile-phrase-1,
#mobile-phrase-2,
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#certifications,
.bg-black-two {
  background-color: #1b202a;
}
.text-black {
  color: #141821 !important;
}
.text-right-desktop {
  text-align: right;
}
section {
  padding: 120px 0;
}
.no-padding {
  padding: 0;
}
.height-100 {
  height: 100vh;
}
.parallax {
  background-position: left center;
  background-size: auto;
}
.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #d8d8d8;
}
.btn-outline-primary {
  color: #FFF !important;
  border-color: #fff !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #9438ff;
  border-color: #9438ff !important;
  color: #fff !important;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #9438ff;
  border-color: #8d33f4 !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #9e49ff !important;
  border-color: #8d33f4 !important;
}
.btn-outline-magenta {
  color: #de0ba0 !important;
  border-color: #de0ba0;
}
.btn-outline-magenta:hover {
  background-color: #de0ba0;
  border-color: #de0ba0;
  color: #fff !important;
}
.btn-outline-magenta-v2 {
  padding: 10px 65px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 20px;
}
.btn-magenta {
  background-color: #de0ba0 !important;
  border-color: #de0ba0;
  color: white;
}
.btn-magenta:hover {
  background-color: #cd0992;
  border-color: #cd0992;
  color: #fff !important;
}
.btn-magenta-v2 {
  padding: 8px 65px;
  font-weight: bold;
  border-radius: 25px;
}
.btn-outline-blue {
  color: #01a8ff !important;
  border-color: #01a8ff;
}
.btn-outline-blue:hover {
  background-color: #01a8ff;
  border-color: #01a8ff;
  color: #fff !important;
}
.btn-blue {
  color: #fff !important;
  border-color: #01a8ff;
  background-color: #01a8ff;
}
.btn-blue:hover {
  background-color: #0095e5;
  border-color: #01a8ff;
  color: #fff !important;
}
.btn-outline-aqua {
  color: #00d1d1;
  border-color: #00d1d1;
}
.btn-outline-aqua:hover {
  background-color: #00d1d1;
  border-color: #00d1d1;
  color: #fff;
}
.video-wrapper {
  position: relative;
  background-color: #000;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
}
.video-wrapper .container {
  position: relative;
  z-index: 2;
}
.video-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.header-subtitle,
.header-title {
  color: #fff;
}
.purecounter,
a.footer-link:hover,
input.check-toggle-round-flat:checked ~ .off {
  color: #9438ff;
}
.section-title {
  font-size: 45px;
  text-transform: uppercase;
}
.section-subtitle,
a.contact-link {
  font-size: 20px;
}
.lead-text {
  font-size: 22px;
}
.lead-text-nosotros-black{
  font-size: 24px;
  font-weight: 600;

}
.lead-text-nosotros{
  font-size: 24px;

}
.text-nosotros{
  font-size: 35px;
  color: #9438FF;

}
p.line{
  border-bottom: 1px solid black;

}
.logo-neaxis-home-header {
  width: 410px;
}
#home-about-us {
  background-color: #0a0f18;
}
.purecounter {
  font-size: 50px;
}
.phrase-container {
  padding: 25px 30px;
  background-color: rgba(42, 42, 42, 0.7) !important;
}
.swiper-pagination .swiper-pagination-bullet-active,
footer {
  background-color: #9438ff;
}
.footer-top {
  background-color: #0a0f18;
  padding: 80px 0;
  color: #aeb0b2 !important;
}
.footer-social-networks {
  font-size: 1.5rem;
}
a.footer-bottom-link,
a.footer-link {
  color: #fff;
  text-decoration: none;
}
a.footer-bottom-link:hover {
  color: #e1e1e1;
}
.testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  border-radius: 8px;
}
.testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px;
  color: rgba(42, 42, 42, 0.7);
}
.swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #9438ff;
}
.testimonials-slider .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .text-center-mobile {
    text-align: center;
  }
  .text-left-mobile {
    text-align: left;
  }
  .bg-dark,
  .navbar-dark {
    background-color: #000 !important;
  }
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
  }
  .testimonials-slider .swiper-slide-active {
    opacity: 1;
  }
  .swiper-pagination {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
.contact-form {
  background-color: #000;
  border: 1px solid #363636;
  padding: 50px 55px;
  color: #fff;
  border-radius: 8px;
}
.form-control,
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.7);
}
.form-control {
  border-color: rgba(255, 255, 255, 0.18);
}
.form-control:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.form-control-lg {
  min-height: calc(1.6em + 1.57rem + 2px);
  padding: 0.785rem 1.125rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}
#business-analytics-title-area {
  background-image: url(../img/business-analytics/header.webp) !important;
  background-size: cover;
}

#nosotros-title-area {
  background-image: url(../img/nosotros/hero-nosotros.jpg) !important;
  background-size: cover;
  background-position: center;
}


#ba-testimonials {
  /* background: url(../img/business-analytics/bg-testimonials.jpeg) top 
    center/cover no-repeat;*/
  padding: 80px 0 !important;
}
.ba-yellow-rounded-box {
  border: 2px solid #f7bb26;
  border-radius: 25px;
  padding: 30px 40px;
  height: 375px;
  max-height: 375px;
  margin-bottom: 20px;
}
.ba-testimonials-logo {
  height: 60px;
}
.ba-revolucionamos-list li {
  margin-bottom: 10px;
}
#people-tech-title-area {
  background-image: url(../img/people-tech/header.jpeg);
}
.people-tech-bg-1 {
  background: url(../img/people-tech/bg-1.jpeg) top center no-repeat !important;
}
#people-tech-phrase-1 {
  background-image: url(../img/people-tech/bg-phrase-1.jpeg);
  background-size: cover;
}
.people-tech-key-solution-number {
  font-size: 68px;
  font-weight: 700;
}
#people-tech-testimonials {
  background-image: url(../img/people-tech/bg-testimonials.jpeg);
  background-size: cover;
}
.people-tech-aqua-rounded-box {
  border: 2px solid #00d1d1;
  border-radius: 25px;
  padding: 30px 40px;
  height: 340px;
}
@media (max-width: 500px) {
  .btn-outline-primary,
  .btn-outline-primary:hover {
    color: #fff !important;
    border-color: #9438ff;
    background-color: #9438ff !important;
  }
  .btn-primary {
    background-color: #9438ff;
    border-color: #8d33f4 !important;
  }
  .btn-primary:focus,
  .btn-primary:hover {
    background-color: #9e49ff;
    border-color: #8d33f4 !important;
  }
  .btn-outline-magenta,
  .btn-outline-magenta:hover {
    color: #fff !important;
    background-color: #de0ba0 !important;
    border-color: #de0ba0;
  }
  .btn-outline-blue,
  .btn-outline-blue:hover {
    border-color: #01a8ff;
    color: #fff !important;
  }
  .btn-outline-blue {
    background-color: #01a8ff !important;
  }
  .btn-outline-blue:hover {
    background-color: #01a8ff;
  }
  .btn-outline-warning,
  .btn-outline-warning:hover {
    color: #fff !important;
    border-color: #ffc107;
    background-color: #ffc107 !important;
  }
  .btn-outline-info,
  .btn-outline-info:hover {
    color: #fff !important;
    border-color: #0dcaf0;
    background-color: #0dcaf0 !important;
  }
  .btn-outline-aqua,
  .btn-outline-aqua:hover {
    color: #fff;
    border-color: #00d1d1;
    background-color: #00d1d1;
  }
  .ba-yellow-rounded-box {
    padding: 10px;
  }
  .people-tech-aqua-rounded-box {
    padding: 10px 15px;
  }
  .ba-testimonials-logo {
    height: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .ba-yellow-rounded-box,
  .people-tech-aqua-rounded-box {
    padding: 30px 25px;
    max-height: 375px;
    height: 375px;
  }
  .ba-testimonials-logo {
    height: 50px;
  }
}
@media (min-width: 1199px) {
  .ba-yellow-rounded-box,
  .people-tech-aqua-rounded-box {
    height: 360px;
    max-height: 360px;
  }
  #people-tech-phrase-1 {
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#mobile-title-area {
  background-image: url(../img/mobile/header-v2.webp);
  background-size: cover;
}
#mobile-phrase-1 {
  background-image: url(../img/mobile/bg-phrase-1.jpeg);
  background-size: cover;
}
#mobile-phrase-2 {
  background-image: url(../img/mobile/bg-phrase-2.jpeg);
  background-size: cover;
}
.mobile-key-solution,
.mobile-key-solution-featured {
  border-radius: 25px;
  padding: 25px;
  cursor: pointer;
}
.mobile-key-solution {
  border: 1px solid #dedede;
}
.mobile-key-solution-featured {
  border: 1px solid #de0ba0;
}
.mobile-x {
  margin-top: 60px;
}
.slider-business-messaging .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white !important;
}
.slider-business-messaging .slick-dots li button:before {
  color: white;
  font-size: 16px;
}
.slider-business-messaging .slick-prev:before,
.slider-business-messaging .slick-next:before {
  font-size: 36px;
  color: white;
}
.bm-phone-img {
  margin: 0 auto;
}
@media (max-width: 500px) {
  #mobile-title-area {
    background-image: url(../img/mobile/header-v2-mobile.jpeg);
    background-size: cover;
    padding: 290px 0 120px !important;
    background-repeat: no-repeat;
  }
  .header-subtitle-mobile {
    font-size: 18px !important;
  }

  .mobile-bg-business-messaging {
    background-image: url(../img/mobile/bg-business-messaging-mobile.jpeg);
    background-size: auto;
    padding: 40px 0 !important;
  }
  .bm-phone-img {
    width: 50%;
    margin: 0 auto 30px auto;
  }
  .business-messaging-p {
    padding: 0 20px;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  #mobile-title-area {
    background-image: url(../img/mobile/header-v2-tablet.jpeg);
    background-size: cover;
    padding: 500px 0 !important;
  }
  .mobile-button-more-ipad {
    margin-top: 42px;
  }
  .mobile-bg-business-messaging {
    background-image: url(../img/mobile/bg-business-messaging-tablet.jpeg);
    background-size: cover;
    padding: 60px 0 !important;
  }
  .business-messaging-p {
    padding-top: 170px;
  }
  .mobile-x {
    height: 420px !important;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) {
  .mobile-ts-block-two {
    padding-top: 147px;
  }
  .mobile-bg-business-messaging {
    background-image: url(../img/mobile/bg-business-messaging.jpeg);
    background-size: cover;
    padding: 60px 0 !important;
  }
  .business-messaging-p {
    padding-top: 210px;
  }
}
#cloud-title-area {
  background-image: url(../img/cloud/header.jpeg);
  background-size: cover;
}
#innovations-title-area {
  background-image: url(../img/innovations/header.jpeg);
}
#innovations-phrase-1 {
  background-image: url(../img/innovations/bg-phrase-1.jpeg);
  background-size: cover;
}
#innovations-phrase-2 {
  background-image: url(../img/innovations/bg-phrase-2.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  #home-phrase-1 {
    background-image: url("../img/bg-home-phrase-mobile-1.webp");
    background-repeat: no-repeat;
    background-position: left top;
  }
  #cloud-phrase-1 {
    background-image: url(../img/cloud/bg-phrase-1.jpg);
    background-repeat: no-repeat;
  }
  #cloud-phrase-2 {
    background-image: url(../img/cloud/bg-phrase-2.webp);
    background-repeat: no-repeat;
  }
  .innovations-icon-integral {
    width: 52%;
  }
}
@media (min-width: 768px) {
  #home-phrase-1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/bg-home-phrase-desktop-1.webp");
    background-size: cover;
  }
  #cloud-phrase-1,
  #cloud-phrase-2 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }
  #cloud-phrase-1 {
    background-image: url(../img/cloud/bg-phrase-1.jpg);
  }
  #cloud-phrase-2 {
    background-image: url(../img/cloud/bg-phrase-2.jpeg);
  }
  .innovations-icon-integral {
    height: 60px;
  }
}
.slick-next:before,
.slick-prev:before {
  color: #444;
}
.slick-slide {
  margin: 0 26px;
}
.slick-list {
  margin: 0 -26px;
}
.flip {
  -webkit-perspective: 800;
  perspective: 800;
  text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}
.flip .card {
  width: 100%;
  height: 232px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 16px;
}
.flip .card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.flip .card .front {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.flip .card .front img {
  width: 100%;
  border-radius: 16px;
}
.flip .card .img {
  position: relative;
  width: 100%;
  height: 232px;
  z-index: 1;
}
.flip .card .back {
  padding-top: 10%;
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  position: absolute;
}
.inner {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 768px) {
  .logo-neaxis-home-header {
    width: 100%;
  }
  .section-title {
    font-size: 32px;
  }
  .subtitle-logo {
    font-size: 16px !important;
  }
  .mobile-x {
    margin-top: 50px;
  }
  .flip .card {
    height: 205px;
  }
  .flip .card .back {
    padding-top: 7%;
  }
  .btn-outline-magenta-v2 {
    padding: 10px 45px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 20px;
  }
}
h1.title-404 {
  font-size: 148px;
}
.switch {
  position: relative;
  display: inline-block;
}
.switch > span {
  position: absolute;
  top: 7px;
  pointer-events: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}
input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}
.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #9438ff;
}
.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}
.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.check-toggle-round-flat + label {
  padding: 2px;
  width: 92px;
  height: 30px;
  background-color: #9438ff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after,
input.check-toggle-round-flat + label:before {
  display: block;
  position: absolute;
  content: "";
}
input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #9438ff;
  -webkit-moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.parsley-errors-list {
  margin: 3px 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  color: #b94a48;
  font-size: 14px;
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
#job-header {
  background-image: url(../img/job/job-header-v3.jpeg) !important;
  background-size: cover;
  height: 60vh;
}
#job-header h1 {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  #job-header {
    height: auto;
    background-size: cover;
    background-position-x: -50px;
  }
  #job-header h1 {
    color: white;
  }
}

/* gougo */

#gougo-title-area {
  background-image: url(../img/gougo-mobile/header.webp) !important;
  background-size: cover;
  padding: 210px 0 20px !important;
}

.gougo-color-blue {
  color: #114486;
}

section.gougo-resultados-garantizados {
  background-image: url(../img/gougo-mobile/bg-gougo-resultados-garantizados.png) !important;
  background-size: cover;
  padding: 120px 0 !important;
}

ul.gougo-resultados-bullets li {
  color: white;
  font-size: 22px;
  list-style: none;
}

ul.gougo-resultados-bullets li::before {
  content: " ";
  border: 0.4rem solid #1d98d9;
  border-radius: 80rem;
  height: 0; /* it's all controlled by the border */
  width: 0;
  margin-top: 0.6rem;
  margin-left: -1.5rem;
  position: absolute;
}

#gougo-testimonials {
  background: url(../img/gougo-mobile/bg-testimonials.jpg) top center/cover
    no-repeat;
}

.gougo-white-rounded-box {
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 30px 40px;
  height: 375px;
  max-height: 375px;
  margin-bottom: 20px;
}

section.title-clients-area {
  padding: 12px 0 !important;
}

@media (min-width: 1199px) {
  .gougo-subtitle-area {
    padding: 0 160px;
  }

  .gougo-paragraph-1 {
    padding: 0 300px;
  }
}

@media (max-width: 1198px) {
  .gougo-paragraph-1 {
    padding: 0 120px;
  }
}

@media (max-width: 500px) {
  .gougo-subtitle-area {
    padding: 0 12px;
  }

  section.gougo-resultados-garantizados {
    background-image: url(../img/gougo-mobile/bg-gougo-resultados-garantizados-mobile.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 !important;
  }

  .gougo-paragraph-1 {
    padding: 0;
  }
}

/*  */

@media (max-width: 500px) {
  .lead-text {
    font-size: 20px;
  }

  .btn-magenta-v2 {
    padding: 6px 25px;
    font-weight: bold;
    border-radius: 25px;
  }
}

@media (min-width: 501px) and (max-width: 1024px) {
}

@media (min-width: 1199) {
}

.gougo-mobile-bg-gray-gradient {
  width: 100%;
  height: 100%;
  background-color: #f4f6fe;
  .image-bg-gear {
    background-repeat: no-repeat;
    background-position: bottom 0px left 0px;
    background-image: url(../img/business-analytics/backgroundImgs.png);
  }
}

.gougo-mobile-bg-gear {
  width: 100%;
  height: 100%;
  background-color: #fff;
  .image-bg-gear {
    background-repeat: no-repeat;
    background-position: bottom 0px left 0px;
    background-image: url(../img/business-analytics/backgroundImgs.png);
  }
}

.ba-rounded-box {
  border-radius: 25px;
  padding: 63px 40px;
  height: 375px;
  max-height: 375px;
  margin-bottom: 20px;
}

.gougo-title {
  padding-left: 0px;
}
.gougo-title .gou {
  color: #004485;
}
.gougo-title .go {
  color: #0087bf;
}
.gougo-title .mobile {
  color: #2c5ca3;
}

.features {
  max-width: 638px;
}

.features-div {
  border: 3px solid transparent;
  border-radius: 20px;
  transition: all 0.3s;
}

.features-div:hover,
.hover-effect-active {
  border-color: #ffbb00;
}

.feature-div {
  border: 3px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
  border-color: #ffbb00;
}

.features-div:hover .feature-div {
  border-color: #ffbb00;
  background-color: #ffbb00;
}

.features-text {
  color: #011b34;
  font-size: 17px;
}

.features-text-title {
  font-weight: bold;
  color: #011b34;
  text-transform: uppercase;
  padding-top: 35px;
  margin-bottom: 4px;
}

.features-icon {
  width: 24px;
  height: 24px;
}

.features-icon-bigger {
  width: 34px;
  height: 34px;
}

.features-div:hover .features-icon {
  filter: brightness(0) invert(1);
}

.feature-img {
  /* min-height: 640px; */
  max-height: 640px;
}

.gougo-big-text {
  font-size: 24px;
  font-weight: 600;
}

.gougo-section-title {
  font-size: 34px;
  color: #011b34 !important;
  padding-top: 50px;
}

.gougo-section-title.title-second {
  padding-top: 0px !important;
}

.btn-know-more,
.btn-know-more:hover {
  color: #fff !important;
  border-color: #ffc107;
  background-color: #ffc107 !important;
  border-radius: 24px;
  font-weight: 600;
}

.header-background {
  background-color: #151820;
}

section.business-analytics-title-area {
  padding: 130px 0 0 0 !important;
  height: 503px;
}

section.nosotros-title-area {
  overflow-x: hidden;
  height: 750px;
  margin-right: 0;
}
.img-valores{
  margin-left: -10%;
  right: 0;
  width: 70%;
  margin-bottom: 5rem;
}
@media (max-width: 800px) {
  .img-valores{
    margin-left: 0%;
    right: 0;
    width: 100%;
    margin-top: -10%;
  }

}
.card-nosotros{
  margin-top: 4rem;
  margin-left: 6rem;
}
.btn-nosotros{
  color: white !important;
}
.card-nosotros-h{
  font-weight: 600;
  margin-bottom: 25px;
}
.card-nosotros-h span{
  color: #9438FF;
}
.card-nosotros-p{
  color: white;
  font-size: 28px;
}

@media (max-width: 800px) {
  .card-nosotros{
    margin-top: 0;
    margin-left: 0;
  }
  .card-nosotros-p{
    font-size: 12px;
  }
  .card-nosotros-h{
    margin-bottom: 10px;
    font-size: 16px;
  }

}

.business-analytics-title-logo {
  padding-bottom: 37px;
}

.gougo-header-subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.section-row-full {
  height: 100%;
  padding: 100px 100px 100px 100px;
}

.section-row-full-2 {
  height: 100%;
  padding: 50px 100px 50px 100px;
}

.gougo-container-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.bg-black-radial {
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background-image: url(../img/business-analytics/bg-back-radial.webp);
}

.bg-valores {
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background-image: url(../img/nosotros/bg-img.jpg);
  overflow: hidden;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
  cursor: grab;
}
.carousel-track {
  display: flex;
  width: calc(350%);
  animation: scroll 30s linear infinite;
  transition: transform 0.3s ease;
}
@media (max-width: 800px){
  .carousel-track {
    width: 800%;
  }
}
.carousel-track img {
  width: 10%;
  flex-shrink: 0;
  padding: 0 15px;
  border-radius: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.carousel-track img:hover {
  transform: scale(.9); /* Zoom on hover */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.paused {
  animation-play-state: paused; /* Pauses animation on hover */
}

/* .switchcolor {
  background-color: transparent; 
  color: black; 
} */

.active {
  background-color: #ffbb00 !important;
  color: white !important;
}

.btn-sales {
  background-color: transparent;
  border: solid #ffbb00 2px;
  color: #ffbb00 !important;
  border-radius: 15px;
  font-size: 18px;
  word-wrap: break-word;
  width: 223px;
  font-weight: 700;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gougo-section-title-b {
  font-size: 42px;
  color: #011b34;
}

.gougo-section-title-color {
  color: #011b34;
}

.gougo-slider-bg {
  background-image: url(../img/business-analytics/bg-carousel.webp) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
}

.ba-footer-top {
  background-color: #151820;
  padding: 80px 0;
  color: #fff !important;
}

.ba-circle {
  background-color: black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-circle svg {
  color: #9438ff;
  font-size: 24px;
}

.ba-form-label {
  color: white;
  font-size: 18px;
}

.ba-form-group input,
.ba-form-group textarea {
  background-color: #151820;
  border: 1px solid white;
  color: white;
}

.ba-btn-purple {
  background-color: #9438ff;
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.ba-form {
  background-color: #000;
  padding: 50px;
}

.ba-form-control,
.ba-form-control:focus {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 22px;
  font-weight: 600;
}

.full-width-img {
  width: 100%;
  max-height: 100%;
  /* height: 100%; */
  object-fit: contain;
}

.section4-margin-title {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 2rem;
}

.h3-nosotros {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 2rem;
  color: white;
}
.h3-nosotros span {
  color: #9438FF;
}

ul.custom-list li {
  font-size: 20px;
  margin-bottom: 10px;
}

.btn-colorw {
  color: white !important;
  border: transparent;
  .margin-r-20 {
    margin-right: 10px !important;
  }
}

.row-height {
  height: 75%;
}

.row-flex-custom {
  width: 100%;
  height: 100%;
}

.image-gougomobile {
  width: 60% !important;
}

#features-section,
#aumentaTusVentas {
  overflow-x: hidden;
}

.section1-gray-one {
  padding: 10px !important;
}

.ba-bullets {
  margin-left: 100px;
}

.text-end-title{
  text-align: right !important;
}

@media (max-width: 767.98px) {
  .ba-bullets {
    margin-left: 0px;
  }

  .text-end-title{
    text-align: center !important;
  }

  .feature-img {
    min-height: 283px;
  }

  .gougo-slider-bg {
    background-image: url(../img/business-analytics/bg-carousel-mobile.webp) !important;
  }

  #business-analytics-title-area {
    background-image: url(../img/business-analytics/header-mobile.webp) !important;
    background-size: 190%;
  }

  .feature-img {
    min-height: 283px;
  }

  .gougo-slider-bg {
    background-image: url(../img/business-analytics/bg-carousel-mobile.webp) !important;
  }

  .ba-info {
    padding-bottom: 33px;
  }

  .section-1 {
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
  }

  .section-row-full {
    padding: 10px !important;
  }

  .section-row-full-2 {
    padding: 10px !important;
  }

  .group-btn-section {
    margin: 0px 0px 30px 0px !important;
  }

  .image-gougomobile {
    width: 100% !important;
  }

  section.business-analytics-title-area {
    height: 10%;
  }

  ul.custom-list {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  ul.custom-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section4-margin-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section1-gray-one {
    padding: 0 !important;
  }

  .gougo-header-subtitle {
    text-align: center;
    margin-left: 18px;
    margin-right: 18px;
  }

  .btn-sales {
    background-color: transparent;
    border: solid #ffbb00 2px;
    color: #ffbb00 !important;
    border-radius: 15px;
    font-size: 14px;
    word-wrap: break-word;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    font-weight: 600;
    height: 53px;
    color: white !important;
    border: transparent;
  }
}


