/* ***** Global ***** */
:root {
  --lomo-color-primary: #00DF83;
  --lomo-body-text-color: #4d4e53;
  --lomo-color-accent: #4d4e53;
  --lomo-color-dark: #4d4e53;
  --lomo-color-title: #ed4036;
  --lomo-badge-color: var(--lomo-color-primary);
  --lomo-color-gradient-start: #f0665e;
  --lomo-color-gradient-stop: #f0665e;
  --lomo-color-orange-500: #f0665e;
  --lomo-color-blue-100: #f1f7fd;
  --lomo-color-blue-200: rgba(0, 35, 82, 0.6);
  --lomo-color-blue-300: rgba(26, 55, 96, 0.831);
  --lomo-color-blue-900: #181b31;
  --lomo-color-gray-100: #eef3f9;
  --lomo-color-gray-200: #f8f8f8;
  --lomo-color-gray-400: #efefef;
  --lomo-color-gray-500: #646464;
  --lomo-color-pink-100: #fef7fc;
  --lomo-color-purple-100: #f0f8ff;
  --lomo-color-red-100: #f4eefa;
  --lomo-color-slate-100: #fffaf6;
  --lomo-color-orange-100: #ffeae6;
  --lomo-color-yellow-100: #ffedef;

  --lomo-row-gutter-x: 20px;
  --lomo-row-gutter-y: 20px;

  --lomo-body-font-family: "Simplon BP", sans-serif;
  --lomo-body-textcolor: #808291;
  --lomo-body-font-size: 1em;
  --lomo-body-font-weight: 400;
  --lomo-body-line-height: 1.7em;
  --lomo-body-letter-spacing: 0px;

  --lomo-heading-color: var(--lomo-color-title);
  --lomo-heading-font-family: var(--lomo-body-font-family);
  --lomo-heading-font-weight: 700;
  --lomo-heading-line-height: 1.2em;
  --lomo-h1-letter-spacing: -0.2px;
  --lomo-h1-font-size: 52px;
  --lomo-h2-font-size: 48px;
  --lomo-h3-font-size: 38px;
  --lomo-h4-font-size: 25px;
  --lomo-h5-font-size: 20px;
  --lomo-h5-font-weight: 600;
  --lomo-h6-font-size: 14px;
  --lomo-h6-font-weight: 500;
  --lomo-h6-letter-spacing: 0.28px;
  --lomo-h6-color: #fe753e;

  --lomo-cc-bc: var(--lomo-color-primary);
  --lomo-cc-bg: var(--lomo-color-primary);
  --lomo-cc-size-outer: 35px;
  --lomo-cc-size-inner: 7px;
  --lomo-cc-bw: 1px;
  --lomo-cc-br: calc(var(--lomo-cc-size-outer) / 2);
  --lomo-cc-active-bc: var(--lomo-color-primary);
  --lomo-cc-active-bg: var(--lomo-color-primary);
  --lomo-cc-active-bw: 1px;
  --lomo-cc-active-circle-color: #fff;
  --lomo-cc-active-circle-txt: #000;
  --lomo-cc-active-arrow-color: #fff;
}

.lomo-gdpr-accept:hover {
  color: #eff3f5;
  background-color: #184341;
}

.lomo-post-content,
.lomo-post-header .entry-excerpt {
  font-family: var(--lomo-body-font-family);
  font-size: 18px;
  line-height: 1.7em;
}

.ld-fancy-heading .lomo-highlight-inner {
  background: rgba(255, 185, 158, 0.5);
  bottom: 0.15em;
  left: 0;
}

@media screen and (min-width: 992px) {
  body.has-sidebar #lomo-contents-wrap {
    padding-top: 25px;
  }
}

@media (min-width: 1200px) {
  .is-stuck section:not(.lomo-stickybar-wrap) {
  }
}

@media (max-width: 1199px) {
  :root {
    --lomo-h2-font-size: 40px;
  }
}

@media (max-width: 767px) {
  :root {
    --lomo-h2-font-size: 37px;
  }
}

/* ***** Button ***** */
button,
input[type="button"],
input[type="submit"],
.button {
  font-family: "ISimplon BP", Sans-serif;
}

/* ***** Main Header ***** */
.is-stuck .module-logo {
  padding: 25px 50px 25px 25px;
}

/* ***** Left Sticky ***** */
.main-header .lomo-stickybar-left {
  padding: 100px 0 25px 0;
}

/* ***** Left Side Drawer ***** */
.main-header .ld-module-sd-left .ld-module-dropdown {
  width: 350px;
  --grid-template-columns: repeat(0, auto);
  --grid-column-gap: 17px;
  --grid-row-gap: 0;
}

/* ***** Lity Modal ***** */
.lity-modal .ld-fancy-heading h2 span {
  font-family: "Simplon BP", serif;
  font-style: italic;
}

.lity-modal .lomo-contact-form {
  --inputs-margin: 0 0 30px 0;
  --input-margin-bottom: 30px;
}

/* @media (max-width: 1199px) {
  .lity-modal .module-content {
    padding: 10px;
  }

  .lity-modal .ld-fancy-heading h2 {
    font-size: 48px;
    line-height: 1em;
  }
} */

@media (max-width: 767px) {
  .lity-modal .ld-fancy-heading h2 {
    font-size: 34px;
  }
}

/* ***** Banner Image ***** */
.banner-image .module-btn {
  right: 19%;
  top: 32vh;
}

.banner-image .btn {
  --icon-font-size: 22px;
}

.banner-image .btn-icon:before {
  border-color: #ffffff;
}

/* CAMBIO CSS ACA */

/* @media (max-width: 1199px) {
  .banner-image .module-img {
    width: 600px;
    max-width: 600px;
  }

  .banner-image .module-btn {
    right: 17%;
    z-index: 5;
    top: 19vh;
  }
} */

@media (max-width: 767px) {
  .banner-image .module-img {
    width: 100vw;
    max-width: 100vw;
    top: 65px;
  }

  .banner-image .lomo-imggrp-single {
    margin: -65px 0px 0px 0px;
  }

  .banner-image .module-btn {
    right: 30vw;
  }
  .banner-image {
    display: none;
  }
}

/* ***** Banner ***** */
.banner .module-bg {
  background-position: 95% 95%;
}

.banner .btn-xl {
  --btn-pt: 1.5em;
  --btn-pe: 3.15em;
  --btn-pb: 1.5em;
  --btn-ps: 3.15em;
}

@media (max-width: 1199px) {
  .banner {
    padding: 0 30px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 30px 10px 0px 10px;
  }

  .banner .ld-fancy-heading h1 {
    font-size: 10vw;
  }

  .banner .module-text p {
    font-size: 18px;
  }

  .banner .btn-solid {
    margin-bottom: 15px;
  }
}

/* ***** Clients ***** */
@media (max-width: 767px) {
  .clients .ld-fancy-heading p {
    margin-bottom: 1em;
  }
}

/* ***** About ***** */
@media (max-width: 767px) {
  .about {
    padding: 20px 10px 0 10px;
  }

  .about .module-first {
    margin-bottom: 30px;
  }
}

/* ***** Digital Experience ***** */
.digital-experience .module-img-1 {
  right: 4vw;
}

.digital-experience .module-img-2 {
  right: 55px;
}

.digital-experience .module-img-3 {
  left: -19%;
}

@media (max-width: 1199px) {
  .digital-experience {
    padding: 50px 30px;
  }

  .digital-experience .module-img-2 {
    width: 192px;
    max-width: 192px;
    top: 6.5%;
    right: 5%;
  }

  .digital-experience .module-img-3 {
    width: 272px;
    max-width: 272px;
    top: 0%;
    left: 15px;
  }

  .digital-experience .module-img-4 {
    width: 319px;
    max-width: 319px;
  }
}

@media (max-width: 767px) {
  .digital-experience {
    padding: 0 10px 30px 10px;
  }

  .digital-experience .btn {
    margin-bottom: 15px;
  }
}

/* ***** Digital Experience Counter ***** */
@media (max-width: 1199px) {
  .digital-experience-counter {
    padding: 50px 30px 60px 30px;
  }

  .digital-experience-counter .module-counter {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .digital-experience-counter {
    padding: 30px 10px 0 10px;
  }
}

/* ***** Services ***** */
.services .icon-box-bg-color:hover {
  background-color: #ffffff;
  box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
}

.services .icon-box-bg-color:hover .iconbox-heading-arrow-onhover h3 svg {
  opacity: 1;
  transform: translateX(0.5em);
}

.services .icon-box-bg-color:hover p {
  color: var(--lomo-color-title);
}

@media (max-width: 1199px) {
  .services {
    padding: 0 40px;
  }

  .services .col-sm-12 {
    padding: 0;
  }

  .services .icon-box-bg-color {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .services {
    padding: 50px 20px;
  }
}

/* ***** Case Studies ***** */
.case-studies .liquid-filter-items {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .case-studies {
    padding: 100px 30px 50px 30px;
  }
}

@media (max-width: 767px) {
  .case-studies {
    padding: 0 10px;
  }
}

/* ***** Testimonials ***** */
.testimonials .carousel-nav {
  bottom: -40px;
}

.testimonials .flickity-button,
.testimonials .flickity-button:focus,
.testimonials .flickity-button:hover {
  background-color: transparent;
  color: #000;
}

.testimonials .d-flex .module-shape-2 {
  right: 3vw;
}

.testimonials
  .carousel-dots-mobile.carousel-dots-mobile-outside
  .flickity-page-dots {
  margin-top: 2.25em;
}

@media (max-width: 1199px) {
  .testimonials {
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonials .d-flex .module-shape-2 {
    bottom: -70px;
    right: -50px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials .carousel-item-content {
    font-size: 20px;
  }

  .testimonials .module-last {
    margin-bottom: 20px;
  }
}

/* ***** Global Companies ***** */
@media (max-width: 1199px) {
  .global-companies {
    padding: 40px 30px 60px 30px;
  }

  .global-companies .lomo-imggrp-single {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .global-companies {
    padding: 0 10px;
  }

  .global-companies .lomo-imggrp-single {
    margin: 0 0 15px 0;
  }

  .global-companies .btn-solid {
    margin-bottom: 15px;
  }
}

/* ***** Blog ***** */
@media (max-width: 1199px) {
  .blog {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .blog {
    padding: 20px 10px 40px 10px;
  }
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
  .contact {
    padding: 0 30px 70px 30px;
  }

  .contact .module-content {
    padding: 40px;
  }

  .contact .module-shape {
    top: -10px;
    right: 32%;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 0 10px;
  }

  .contact .module-content {
    padding: 40px 15px;
  }

  .contact .btn-solid {
    margin-bottom: 15px;
  }
}

/* ***** Footer ***** */
.main-footer .module-btn button {
  color: #000;
}

.main-footer .module-btn button:hover {
  color: #ffffff;
  background: #ffa5a5;
}

@media (max-width: 1199px) {
  .main-footer > .footer-menu {
    padding: 110px 30px 60px 30px;
  }

  .main-footer > .footer-info {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .main-footer > .footer-menu {
    padding: 0 10px;
  }

  .main-footer > .footer-info {
    padding: 0 10px;
  }

  .main-footer .footer-info .module-last {
    padding: 30px 0;
  }
}
