/*///////////////////////// GENERALES /////////////////////////*/
* {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #4f4f4f;
  background-color: white;
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper {
  overflow: hidden !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
}

.primary {
  color: #001f6f;
}

.secondary {
  color: #96c11f;
}

.space-g {
  font-family: "Space Grotesk", sans-serif;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.underline {
  text-decoration: underline;
}

.top-titles {
  position: relative;
  display: flex;
  gap: 0.4rem;
}

.top-titles::before {
  content: url(../images/deco-top-titles.svg);
  margin-top: 0.1rem;
}

.top-titles-w::before {
  filter: grayscale(1) brightness(5);
}
.top-titles-center {
  justify-content: center;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  text-decoration: none !important;
  width: fit-content;
  position: relative;
  transition: 0.3s !important;
  text-transform: uppercase;
}

.btn-primary {
  border: 1px solid #001f6f;
  color: #fff;
  background-color: #001f6f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border: 1px solid #00164d;
  color: #fff;
  background-color: #00164d;
}

.btn-secondary {
  border: 1px solid #96c11f;
  color: #fff;
  background-color: #96c11f;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  border: 1px solid #80ab08;
  color: #fff;
  background-color: #80ab08;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: transparent;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active,
.show > .btn-outline.dropdown-toggle {
  border: 1px solid #fff;
  color: #96c11f;
  background-color: #ffffff;
}

.btn-wsp {
  border: 1px solid #14bb63;
  color: #fff;
  background-color: #14bb63;
}

.btn-wsp:hover,
.btn-wsp:focus,
.btn-wsp:active,
.btn-wsp:not(:disabled):not(.disabled).active,
.btn-wsp:not(:disabled):not(.disabled):active,
.show > .btn-wsp.dropdown-toggle {
  border: 1px solid #078b45;
  color: #fff;
  background-color: #078b45;
}

.btn-wsp img {
  width: 25px;
  height: auto;
  margin-right: 0.4rem;
}

/*///////////////////////// HEADER /////////////////////////*/
header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.navbar-toggler {
  padding: 0;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: space-between;
  display: flex;
}

.navbar {
  padding: 1.4rem 2rem;
}

.navbar-brand {
  display: none;
}

.nav-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
  position: relative;
  padding: 6px 0px !important;
}

.nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  right: auto;
  margin: 0 auto;
  position: absolute;
  background: #96c11f;
  transition:
    width 0.3s ease 0s,
    left 0.3s ease 0s;
  width: 0;
  border-radius: 5px;
}

.btn-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  text-align: center;
  color: white;
  align-items: center;
}

.nav-link:hover:after,
.nav-item.active .nav-link:after {
  width: 30px;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-320px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: url(../images/bg-why-us.svg) #001f6f !important;
  background-size: 150% !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
  color: #fff !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
  padding: 1.4rem 2rem;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand {
  display: block;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-collapse {
  justify-content: end;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .btn-container span {
  display: none;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #2d2d2b !important;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::before {
  background-color: #001f6f;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
/* MAIN */
.main-section {
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.main-section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000000;
}

.main-video {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -5;
}

.hero-logos {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-logos img {
  height: 65px;
  width: auto;
}

.hero-logos-sm {
  height: 58px !important;
}

.main-section h1 {
  font-size: 56px;
  font-weight: 500;
}

.main-title-deco {
  position: relative;
  z-index: 1;
}

.main-title-deco::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #96c11f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  z-index: -1;
}

/* Marquesina */
.marquesina {
  overflow: hidden;
  white-space: nowrap;
  background: #0050c3;
  padding: 1rem 0;
  z-index: 10;
}

.marquesina-container {
  display: flex;
  width: max-content;
  animation: deslizar 60s linear infinite;
}

@keyframes deslizar {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-33.3%);
  }
}

.circle {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}

.marquesina-container .marquesina-line {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding-right: 1.6rem;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  flex-shrink: 0;
}

/* Nosotros */
.ventajas {
  padding: 5rem 0;
  scroll-margin-top: 5rem;
}

.tienda-nube {
  width: 260px;
}

.about-card {
  background-color: #f3f6fa;
  border-radius: 20px;
  padding: 1.2rem;
  margin-bottom: 2rem;
}

#appsCarousel .f-carousel__slide {
  width: 12%;
}

#appsCarousel img {
  width: 100px;
  display: block;
  margin: 0;
}

.f-carousel__dots {
  margin-top: 1.6rem;
}

.f-carousel__dot {
  color: #001f6f;
}

.f-carousel__dot::after {
  width: 12px;
  height: 12px;
}

/* Why us */
.why-us {
  background:
    url(../images/bg-why-us.svg),
    linear-gradient(160deg, #80ab08 0%, #96c11f 100%);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  border-radius: 100px;
  padding: 6rem 0;
  color: white;
  position: relative;
  scroll-margin-top: 5rem;
}

.why-us::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #f0f1ef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.custom-list {
  padding-left: 1.6rem;
  list-style: none;
}

.custom-list li {
  margin-bottom: 0.8rem;
  position: relative;
}

.custom-list li::before {
  content: "\e5ca";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  left: -1.4rem;
  font-size: 18px;
  font-weight: 700;
}

.txt-opacity {
  opacity: 0.7 !important;
}

/* Our work */
.our-work {
  background-color: #f0f1ef;
  padding: 6rem 0;
  scroll-margin-top: 5rem;
}

.card-work {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 20px;
  background-color: white;
  min-height: 130px;
  transition: 0.3s;
  color: #000000a9;
}

.card-work-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0050c3;
  flex-shrink: 0;
  transition: 0.3s;
}

.card-work-icon img {
  height: 34px;
  width: 34px;
  object-fit: contain;
}

.icon-lg {
  height: 42px !important;
  width: 42px !important;
}

.card-work:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-work:hover .card-work-icon {
  background-color: #96c11f;
}

/* Paso a Pasp */
.steps {
  padding: 5rem 0;
}

.steps-deco {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 500px;
  padding: 1.6rem;
}

.steps-deco-left {
  position: absolute;
  left: -3rem;
  top: 2rem;
  z-index: 1;
  width: 120px;
  height: 120px;
}

.steps-deco-right {
  position: absolute;
  right: -2rem;
  bottom: 2rem;
  z-index: 1;
  width: 120px;
  height: 120px;
}

.steps-deco-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}

.accordion .card {
  border: 0;
  border-bottom: 1px solid #f0f1ef !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background: transparent;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  padding-bottom: 1rem;
}

.accordion .card-header button {
  outline: 0;
  background-color: transparent;
  border: 0;
  color: #001f6f;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  padding-right: 2.4rem;
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.accordion .card-header button span {
  width: 46px;
  height: 46px;
  background-color: #f3f6fa;
  color: #0050c3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  flex-shrink: 0;
}

.accordion .card-header button::after {
  font-family: "Material Icons";
  left: auto;
  right: 0.6rem;
  position: absolute;
  color: #0050c3;
  transition: 0.3s;
  font-size: 24px;
}

.accordion .card-header button[aria-expanded="true"]::after {
  content: "\e15b";
  transition: 0.3s;
}

.accordion .card-header button[aria-expanded="false"]::after {
  content: "\e145";
  color: #96c11f;
  transition: 0.3s;
}

.accordion .card-body {
  padding: 0.4rem 0 1.2rem 0;
}

/* Casos de éxito */
.success {
  background: #96c11f;
  border-radius: 100px;
  padding: 6rem 0;
  color: white;
  position: relative;
}

.success::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #f0f1ef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#successCarousel .f-carousel__slide {
  width: 22%;
  padding: 1rem;
}

#successCarousel img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  display: block;
  margin: 0;
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

/* FAQS */
.faqs {
  background-color: #f0f1ef;
  padding: 6rem 0;
  scroll-margin-top: 5rem;
}

#accordionFaqs .card {
  background-color: white;
  border-radius: 10px;
  padding: 1rem 1rem 0 1rem;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: #001f6f;
  padding-top: 4rem;
}

.footer-logo {
  width: 100%;
  max-width: 240px;
  margin: 1rem;
}

.form-container {
  background-color: #f3f6fa;
  border-radius: 20px;
  padding: 1.2rem;
  color: #000000;
}

footer h5 {
  position: relative;
}

footer h5::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #0050c3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.copy-end {
  background-color: #011853;
}

.copy-end p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.582);
}

.copy-end img {
  width: 24px;
  height: 24px;
}

/* Form */
.form-control {
  border: 1px solid rgba(58, 94, 153, 0.219);
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  color: #211915;
  padding: 0.4rem 0.6rem;
  font-weight: 300;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0051c388;
  background-color: #fff;
  font-weight: 400;
  color: #211915;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2119157c;
  font-weight: 400;
  transition: 0.3s;
}

.form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2119157c;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #2119157c;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #2119157c;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #2119157c;
  font-weight: 400;
}

form label {
  display: none;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1240px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in,
  .internal-header .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.4rem 1rem;
  }

  .nav-link {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .btn-container .btn {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .navbar-brand {
    min-width: 300px;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand {
    min-width: 84px;
  }
}

@media (max-width: 1024px) {
  .nav-link {
    font-size: 16px;
  }
  #successCarousel .f-carousel__slide {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    display: none;
  }

  .navbar-brand {
    display: block;
    background: url(../images/logo-w.svg);
    width: 250px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand img {
    display: block;
    width: 250px;
    height: auto;
  }

  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in,
  .internal-header .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1rem 1rem 1.2rem 1rem;
  }

  .nav-link {
    padding: 10px 0px !important;
  }

  .main-section h1 {
    font-size: 46px;
  }

  .tienda-nube {
    width: 200px;
  }

  #appsCarousel .f-carousel__slide {
    width: 20%;
  }
  #successCarousel .f-carousel__slide {
    width: 45%;
  }
}

@media (max-width: 525px) {
  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand img {
    width: 230px;
  }

  .navbar-brand,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand {
    min-width: 265px;
    height: 55px;
  }

  .hero-logos {
    flex-direction: column;
    gap: 0rem;
    font-size: 20px;
    line-height: 1;
  }

  .hero-logos img {
    height: 50px;
  }

  .hero-logos-sm {
    height: 40px !important;
  }

  .main-title-deco::after {
    content: "";
    width: 100%;
    height: 8px;
  }

  .main-section h1 {
    font-size: 40px;
  }

  .about-card {
    margin-bottom: 1.2rem;
  }

  #appsCarousel .f-carousel__slide {
    width: 38%;
  }

  .why-us,
  .success {
    border-radius: 50px;
    padding: 4rem 0;
  }

  #successCarousel .f-carousel__slide {
    width: 90%;
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 376px) {
    .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand img {
    width: 200px;
  }

  .navbar-brand,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand {
    min-width: 235px;
    height: 45px;
  }
}
