
body.is-home .post-author img {
  box-shadow: none;
  border: none;
}

body.is-home .post .post-category {
  font-family: "Montserrat-Regular" !important;
  width: 100%;
  font-size: 0.83em;
  margin-top: 14px;
}

body.is-home .post .post-category ~ .post-title {
  margin-top: 4px;
}

body.is-home a.shadow.shadow-3 {
  background: #003;
  color: #fff;
}

body.is-home input {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

body.is-home input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.is-home button {
  cursor: pointer;
}

/*     body.is-home {
        padding-top: 75px;
    }  */

body.is-home .pre-title {
  position: relative;
  font-family: "Montserrat-Bold";
  padding-top: 44px;
  text-align: center;
  margin-bottom: 14px;
}

body.is-home .pre-title.stl-2 {
  padding-top: 0;
  padding-left: 32px;
  text-align: left;
}

body.is-home .pre-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 36px;
  background: #003;
}

body.is-home .pre-title.stl-2::before {
  top: calc(50% - 1px);
  left: 0;
  width: 24px;
  height: 2px;
}

body.is-home .pre-title.stl-3::before {
  background: #fff;
}

body.is-home .hero {
  position: relative;
}

body.is-home .hero .hero-thumbnail {
  display: none;
}

body.is-home .hero .hero-info {
  text-align: center;
  margin-bottom: 116px;
  display: flex;
  flex-flow: column wrap;
}

body.is-home .hero .hero-info h2 {
  margin-bottom: 8px;
}

body.is-home .hero .hero-info p {
  font-size: 1.5em;
}

body.is-home .hero .hero-info a {
  font-size: 1.16em;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

body.is-home .hero .hero-scrolldown {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

body.is-home .hero .hero-scrolldown img {
  animation: move 1.3s ease infinite;
}

@keyframes move {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(5px);
  }
}

body.is-home .hero .hero-scrolldown p {
  margin-top: 8px;
}

body.is-home .s-hero {
  padding-top: 80px;
}

body.is-home .s-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f5f5fe;
  object-fit: cover;
}

body.is-home .services {
  width: 100%;
}

body.is-home .services .services-info {
  margin-bottom: 36px;
}

body.is-home .services .services-info h2 {
  margin-bottom: 14px;
}

body.is-home .services .services-graph {
  width: 100%;
  padding-bottom: 18px;
}

body.is-home .services .services-graph p {
  font-family: "TiemposHeadline-Bold";
  font-size: 1.5em;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  border: none;
  border-bottom: 2px solid #f4f4fb;
  padding-top: 24px;
  padding-bottom: 34px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

body.is-home .services .services-graph p span {
  flex: 1;
}

body.is-home .services .services-graph p::before {
  content: attr(data-order);
  font-size: calc(2.66em / 1.5);
  margin-right: 24px;
  color: #b2b2d7;
}

body.is-home .objectives {
  width: 100%;
}

body.is-home .objectives h3 {
  text-align: center;
  margin-bottom: 36px;
}

body.is-home .card-1 {
  padding: 50px 18px;
  padding-bottom: 31px;
  background: #fff;
  border: 4px solid #f4f4fb;
}

body.is-home a.card-1 {
  align-items: flex-start;
}

body.is-home .card-bordered {
  position: relative;
}

body.is-home .card-bordered::before,
body.is-home .card-bordered::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0;
  height: 4px;
  background: #003;
  padding: 0;
  transition: all 0.3s ease;
}

body.is-home .card-bordered::after {
  top: auto;
  bottom: -4px;
}

body.is-home .card-bordered:hover::before,
body.is-home .card-bordered:hover::after {
  width: calc(100% + 8px);
}

body.is-home .card-bordered .b-l,
body.is-home .card-bordered .b-r {
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 0;
  background: #003;
  transition: all 0.3s ease;
}

body.is-home .card-bordered .b-r {
  left: auto;
  right: -4px;
}

body.is-home .card-bordered:hover .b-l,
body.is-home .card-bordered:hover .b-r {
  height: 100%;
}

body.is-home .card-1 > span {
  display: block;
  font-size: 0.83em;
  font-family: "Montserrat-Regular";
  margin-bottom: 8px;
}

body.is-home .card-1 > p {
  font-size: 1.16em;
  font-family: "TiemposHeadline-Bold";
  margin-bottom: 14px;
}

body.is-home .card-1 > .icon-end {
  font-size: 1.16em;
  font-family: "Montserrat-Bold";
  display: flex;
  flex-flow: row wrap;
}

body.is-home .card-1 > .icon-end img {
  margin-left: 4px;
}

body.is-home .carousel {
  width: 100%;
}

body.is-home .carousel .rail {
  width: 100%;
  margin-bottom: 44px;
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-flow: row nowrap;
}

body.is-home .carousel .rail::-webkit-scrollbar {
  display: none;
}

body.is-home .carousel .rail > * {
  min-width: 100%;
  margin-right: 32px;
}

body.is-home .carousel .control {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

body.is-home .carousel .control button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888da5 !important;
  margin-right: 8px;
  border: none;
  padding: 0;
}

body.is-home .carousel .control button.active {
  width: 12px;
  height: 12px;
  background: #003 !important;
}

body.is-home .carousel .control button:last-of-type {
  margin-right: 0;
}

body.is-home .infinite-rail {
  height: 84px;
  position: relative;
  overflow: hidden;
}

body.is-home .infinite-rail-w {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: bannermove 40s linear infinite;
}

body.is-home .clients .infinite-rail:last-of-type .infinite-rail-w {
  left: -106px;
}

body.is-home .infinite-rail-w img {
  min-width: 188px;
  width: 188px;
  height: 84px;
  padding: 15px;
  border: 4px solid #f4f4fb;
  margin-right: 18px;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

body.is-home .s-objectives {
  position: relative;
  padding-top: 82px;
  padding-bottom: 96px;
}

body.is-home .s-objectives .objectives-bg {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}

body.is-home .clients {
  width: 100%;
  margin-bottom: 56px;
  display: flex;
  flex-flow: column wrap;
}

body.is-home .clients h2 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

body.is-home .clients .infinite-rail {
  margin-bottom: 24px;
}

body.is-home .clients .infinite-rail::-webkit-scrollbar {
  display: none;
}

body.is-home .clients > *:last-child {
  margin-bottom: 0;
}

body.is-home .s-clients {
  padding-left: 0;
  padding-right: 0;
}

body.is-home .s-clients .pre-title {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

body.is-home .blog h2 {
  width: 100%;
  text-align: center;
}



body.is-home .blog-2 h2 {
  width: 100%;
  text-align: center;
}

body.is-home .blog .blog-b {
  margin-top: 36px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
}

body.is-home .blog-2 .blog-b-2 {
  margin-top: 36px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
}

body.is-home .connect-info {
  margin-bottom: 24px;
}

body.is-home .connect-info h2 {
  margin-bottom: 14px;
}

body.is-home .connect-info p {
  font-size: 1.3em;
}

body.is-home .connect-info-2 {
  margin-bottom: 28px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

body.is-home .connect-info-2 p {
  font-family: "Montserrat-Bold";
  margin-bottom: 14px;
  text-align: center;
}

body.is-home .connect-info-2 a {
  border: 4px solid #f4f4fb;
  padding: 24px 28px;
  display: flex;
  flex-flow: column wrap;
}

body.is-home .connect-info-2 a span {
  font-size: 0.83em;
  font-family: "Montserrat-Regular";
  margin-bottom: 8px;
}

body.is-home .connect-info-2 a span + span {
  font-size: 1.16em;
  font-family: "TiemposHeadline-Bold";
  margin-bottom: 0;
}

body.is-home .s-contact {
  position: relative;
  background: #003;
  color: #fff;
  padding-top: 48px;
}

body.is-home .s-contact hr {
  width: 100%;
  border: 1px solid #fff;
  border-bottom: none;
  opacity: 0.3;
}

/*  body.is-home .s-contact form {
  padding-bottom: 8px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

body.is-home .s-contact form h3 {
  margin-bottom: 14px;
  text-align: center;
}

body.is-home .s-contact form p {
  font-size: 1.33em;
  margin-bottom: 24px;
  text-align: center;
}

body.is-home .s-contact form .success {
  font: 1.285em/1.6 "Montserrat-Bold", georgia, serif;
  margin-top: 24px;
  color: #00fbfc;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.3s ease;
}

body.is-home .s-contact form .success.active {
  max-height: 9999px;
  transition: all 2s ease;
}

body.is-home .s-contact form fieldset {
  width: 100%;
}

body.is-home .s-contact form button[type="submit"] {
  position: relative;
  font-family: "Montserrat-ExtraBold";
  color: #003;
  min-height: 44px;
  padding: 0 14px;
  background: #00fbfc !important;
  border: none !important;
  margin-top: 6px;
  transition: none;
  display: flex;
  justify-content: center;
}

body.is-home .s-contact form button[type="submit"].loading {
  width: 46px;
  height: 46px;
  border-radius: 50%;
} */

body.is-home .spinner {
  position: absolute;
  top: 8px;
  left: calc(50% - 17px);
  width: 34px;
  height: 34px;
  display: block;
  background: transparent;
  border-top: 4px solid #003;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

body.is-home .shadow.shadow-4 {
  background: #fff;
  border: 1px solid #003;
}

body.is-home .s-contact form fieldset input.invalid {
  animation: shake 1s ease;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes floatShadow {
  to {
    width: 60%;
  }

  from {
    width: 70%;
  }
}

@media (min-width: 643px) {
  body.is-home .hero {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  body.is-home .hero .hero-info {
    margin-top: 98px;
    text-align: left;
    width: calc(50% - 7.5px);
  }

  body.is-home .hero .hero-info a {
    margin-left: 0;
  }

  body.is-home .hero .hero-thumbnail {
    position: relative;
    display: block;
    width: calc(50% - 7.5px);
    max-width: 432px;
    animation: molecule 3.6s ease-in-out alternate infinite;
  }

  @keyframes molecule {
    from {
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
    }

    to {
      -webkit-transform: translateY(5%);
      transform: translateY(5%);
    }
  }

  body.is-home .hero .hero-scrolldown {
    position: relative;
    margin-top: 30px;
    padding-top: 50px;
  }

  @keyframes floatShadow {
    to {
      width: 200px;

      right: 110px;
    }

    from {
      width: 100px;
      right: 160px;
    }
  }

  body.is-home .services {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  body.is-home .services .services-info {
    width: calc(50% - 20px);
  }

  body.is-home .services .services-graph {
    width: calc(50% - 20px);
  }

  body.is-home .services .services-graph p:first-child {
    padding-top: 0;
  }

  body.is-home .objectives .carousel .rail {
    margin-bottom: 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  body.is-home .objectives .carousel .rail > * {
    min-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    margin-right: 0;
    margin-bottom: 15px;
  }

  body.is-home .objectives .carousel .control,
  body.is-home .s-objectives .objectives-bg {
    display: none;
  }

  body.is-home .blog {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  body.is-home .blog-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  body.is-home .blog .blog-c {
    width: calc(50% - 15px);
  }
  body.is-home .blog-2 .blog-c-2 {
    width: calc(50% - 15px);
  }

  body.is-home .blog .blog-c .post {
    width: 100%;
  }

  body.is-home .blog-2 .blog-c-2 .post {
    width: 100%;
  }
  body.is-home .blog .blog-b{
    margin-left: auto;
    margin-right: auto;
  }

  body.is-home .blog-2 .blog-b-2 {
    margin-left: auto;
    margin-right: auto;
  }

  body.is-home .connect {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  body.is-home .connect-info,
  body.is-home .connect-info-2 {
    width: calc(50% - 7.5px);
  }

  body.is-home .s-contact {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  /*   body.is-home .s-contact form {
    max-width: 730px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  body.is-home .s-contact form h3,
  body.is-home .s-contact form p {
    width: 100%;
  }

  body.is-home .s-contact form fieldset {
    width: calc(50% - 7.5px);
  }

  body.is-home .s-contact form fieldset:last-of-type {
    width: 100%;
  }

  body.is-home .s-contact form button[type="submit"] {
    margin-left: auto;
    margin-right: auto;
  } */
}

@media (min-width: 1000px) {
  /*       body.is-home {
            padding-top: 90px;
        } */

  body.is-home .services .services-info,
  body.is-home .services .services-graph {
    width: calc(50% - 50px);
    padding-top: 0;
  }

  body.is-home .connect-info,
  body.is-home .connect-info-2 {
    width: calc(50% - 50px);
  }

  body.is-home .services .services-graph::before {
    display: none;
  }

  body.is-home .services .services-graph p {
    font-size: 2.14em;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #f4f4fb;
    padding-top: 36px;
    padding-bottom: 48px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  body.is-home .services .services-graph p::before {
    content: attr(data-order);
    font-size: calc(3.42em / 2.14);
    margin-right: 24px;
    color: #b2b2d7;
  }

  body.is-home .objectives .carousel .rail > * {
    min-width: calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  body.is-home .connect {
    padding-bottom: 80px;
  }

  body.is-home .connect-info,
  body.is-home .connect-info-2 {
    margin-bottom: 0;
  }

  /*   body.is-home .s-contact form fieldset {
    width: calc(50% - 15px);
    margin-bottom: 24px;
  }

  body.is-home .s-contact form fieldset input {
    min-width: 0;
  } */

  body.is-home .s-clients .pre-title {
    width: calc(100% - 250px);
  }

  body.is-home .clients h2 {
    margin-left: 125px;
    width: 50%;
    margin-bottom: 48px;
  }

  body.is-home .card-1 {
    min-height: 352px;
    display: flex;
    flex-flow: column wrap;
  }

  body.is-home .card-1 > span {
    font-size: 1em;
  }

  body.is-home .card-1 > p {
    font-size: 1.714em;
    margin-bottom: auto;
  }

  body.is-home .blog h2 {
    margin-bottom: 18px;
  }
  body.is-home .blog-2 h2 {
    margin-bottom: 18px;
  }
}

@media (min-width: 1080px) {
  body.is-home {
    padding-left: 0;
  }

  body.is-home::before {
    display: none;
  }

  body.is-home .objectives .carousel .rail > * {
    min-width: calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    margin-bottom: 30px;
  }

  body.is-home .blog .blog-b a,
  body.is-home .s-contact form button[type="submit"] {
    padding: 24px;
  }

  body.is-home .blog-2 .blog-b-2 a{
    padding: 24px;
  }
}

@media (min-width: 1280px) {
  body.is-home section {
    padding-left: 165px;
    padding-right: 165px;
  }

  body.is-home .hero .hero-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  body.is-home .hero .hero-info a {
    padding: 14px 24px;
  }

  body.is-home .hero .hero-scrolldown {
    padding-top: 0;
    margin-top: 0;
  }

  body.is-home .s-hero {
    padding-top: 50px;
  }
}

@media (min-width: 1280px) {
  body.is-home .post .post-category {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  body.is-home .blog .blog-c:nth-child(3) .post {
    position: relative;
    min-height: 264px;
    flex-flow: column wrap;
    justify-content: center;
  }

  
  body.is-home .blog-2 .blog-c-2:nth-child(3) .post {
    position: relative;
    min-height: 264px;
    flex-flow: column wrap;
    justify-content: center;
  }

  body.is-home .blog .blog-c:nth-child(3) .post .post-img {
    position: absolute;
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
    top: 18px;
    left: 18px;
    height: 214px;
  }

  body.is-home .blog-2 .blog-c-2:nth-child(3) .post .post-img {
    position: absolute;
    width: calc(50% - 25px);
    min-width: calc(50% - 25px);
    top: 18px;
    left: 18px;
    height: 214px;
  }

  body.is-home .blog .blog-c:nth-child(3) .post .post-category {
    font-size: 0.857em;
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
    margin-top: 0;
    margin-bottom: 4px;
  }

  body.is-home .blog-2 .blog-c-2:nth-child(3) .post .post-category {
    font-size: 0.857em;
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
    margin-top: 0;
    margin-bottom: 4px;
  }

  body.is-home .blog .blog-c:nth-child(3) .post .post-title {
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
  }

  
  body.is-home .blog-2 .blog-c-2:nth-child(3) .post .post-title {
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
  }

  body.is-home .blog .blog-c:nth-child(3) .post .post-author {
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
  }
  body.is-home .blog-2 .blog-c-2:nth-child(3) .post .post-author {
    width: calc(50% - 15px);
    margin-left: calc(50% + 15px);
  }
}
