@charset "UTF-8";
/* Reset de propiedades por defecto, se pueden agregar más propiedades, siempre y cuando sean para restablecer o generalizar una propiedad simple */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}

/* ---- to Mediaqueries ---- */
/* ---- Mixin for responsive ---- */
@font-face {
  font-family: "icons-conectamos";
  src: url("../fonts/icons-saas/icons-conectamos.eot?vqcw2z");
  src: url("../fonts/icons-saas/icons-conectamos.eot?vqcw2z#iefix") format("embedded-opentype"), url("../fonts/icons-saas/icons-conectamos.ttf?vqcw2z") format("truetype"), url("../fonts/icons-saas/icons-conectamos.woff?vqcw2z") format("woff"), url("../fonts/icons-saas/icons-conectamos.svg?vqcw2z#icons-conectamos") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*, html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  *, html, body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}

a, button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.12;
}

[class^=icon-saas__], [class*=" icon-saas__"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-conectamos" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title {
    font-size: 34px;
  }
}
.title span {
  color: #909B00;
}

.subtitle {
  font-size: 33px;
  color: #909B00;
  margin-bottom: 24px;
}
.subtitle span {
  color: #909B00;
}

.icon-saas__ig:before {
  content: "\e90a";
}

.icon-saas__fb:before {
  content: "\e90b";
}

.icon-saas__x:before {
  content: "\e90c";
}

.icon-saas__li:before {
  content: "\e90d";
}

.icon-saas__maximize-screen:before {
  content: "\e903";
}

.icon-saas__bio-energy:before {
  content: "\e904";
}

.icon-saas__time-schedule:before {
  content: "\e905";
}

.icon-saas__security:before {
  content: "\e906";
}

.icon-saas__node-remove:before {
  content: "\e907";
}

.icon-saas__system-update-02:before {
  content: "\e908";
}

.icon-saas__signal-no-02:before {
  content: "\e909";
}

.icon-saas__cctv-camera:before {
  content: "\e902";
}

.icon-saas__mail-01:before {
  content: "\e901";
}

.icon-saas__arrow-right-02-sharp:before {
  content: "\e900";
}

@keyframes icon-move {
  from {
    left: 0px;
  }
  to {
    left: 5px;
  }
}
@keyframes twist {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
b {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  background-color: #F2F4F6;
  background-image: url("../images/background-lines.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    background-size: 40px 100%;
  }
}
body:before {
  content: "";
  position: absolute;
  background-image: url("../images/header-figure-2.png");
  background-size: contain;
  background-position: center;
  width: 667px;
  height: 667px;
  top: -50%;
  right: -25%;
  z-index: -1;
  animation: twist 20s linear infinite;
}
@media (max-width: 991px) {
  body:before {
    width: 180px;
    height: 220px;
    top: 0;
    right: 0;
    background-size: 404px;
    background-position: bottom left;
    animation: none;
  }
}

.container {
  width: 88%;
  max-width: 1132px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    width: calc(100% - 32px);
  }
}

.hero {
  text-align: center;
  margin-bottom: 111px;
}
.hero .title {
  margin-bottom: 29px;
}
.hero p {
  margin-bottom: 32px;
}
.hero__form {
  box-shadow: rgba(158, 158, 158, 0.16) 0 4px 12px;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero__form {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.hero__form .field {
  border-radius: 8px 0 0 8px;
}
@media (max-width: 991px) {
  .hero__form .field {
    width: 100%;
    border-radius: 8px;
  }
}
.hero__form .button, .hero__form .button--secondary {
  border-radius: 0 8px 8px 0;
}
@media (max-width: 991px) {
  .hero__form .button, .hero__form .button--secondary {
    border-radius: 8px;
  }
}

.ai-workers {
  background-color: rgba(253, 253, 253, 0.5);
  padding: 56px 0;
}
@media (max-width: 991px) {
  .ai-workers {
    padding: 32px 0;
  }
}
.ai-workers__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .ai-workers__content {
    flex-direction: column;
  }
}
.ai-workers__content .title {
  margin-bottom: 24px;
}
.ai-workers__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .ai-workers__cards {
    grid-template-columns: 1fr;
  }
}
.ai-workers__cards__item {
  font-size: 18px;
  width: 265px;
  height: 246px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ai-workers__cards__item:hover div {
  transform: rotateY(180deg);
}
.ai-workers__cards__item:hover div:first-child {
  opacity: 0;
  position: absolute;
}
.ai-workers__cards__item:hover div:last-child {
  opacity: 1;
}
.ai-workers__cards__item:hover h6 {
  transform: translateY(-150px);
  font-weight: bold;
  color: #909B00;
}
.ai-workers__cards__item:nth-child(2) {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .ai-workers__cards__item:nth-child(2) {
    margin-top: 0;
  }
}
.ai-workers__cards__item:nth-child(3) {
  margin-top: -36px;
}
@media (max-width: 991px) {
  .ai-workers__cards__item:nth-child(3) {
    margin-top: 0;
  }
}
.ai-workers__cards__item div {
  box-shadow: rgba(158, 158, 158, 0.16) 0 4px 12px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  perspective: 1000px;
  transition: 0.8s;
  transform-style: preserve-3d;
}
.ai-workers__cards__item div:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}
.ai-workers__cards__item div img {
  width: 200px;
}
.ai-workers__cards__item div p {
  transform: rotateY(180deg);
  margin: 32px 16px 0;
}
.ai-workers__cards__item h6 {
  font-weight: normal;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: transform 0.8s ease;
}

.smart-logistics {
  background-image: url("../images/smart-logistics-figure.png");
  background-repeat: no-repeat;
  background-position: right 133%;
  background-size: 365px;
  text-align: center;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .smart-logistics {
    background-image: none;
  }
}
.smart-logistics .title {
  margin-bottom: 24px;
}
.smart-logistics p {
  margin-bottom: 32px;
}
.smart-logistics__subtitles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1035px;
  margin: 0 auto 32px;
}
@media (max-width: 991px) {
  .smart-logistics__subtitles {
    display: none;
  }
}
.smart-logistics__subtitles__subtitle {
  font-size: 28px;
  font-weight: normal;
}
.smart-logistics__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1035px;
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  .smart-logistics__cards {
    grid-template-columns: 1fr;
    margin: 0 auto 33px;
    height: 345px;
  }
  .smart-logistics__cards:hover .smart-logistics__cards__item, .smart-logistics__cards:hover .smart-logistics__cards__item--second {
    transform: translateY(48px);
  }
  .smart-logistics__cards:hover .smart-logistics__cards__item p, .smart-logistics__cards:hover .smart-logistics__cards__item--second p {
    transform: translateY(263px);
  }
  .smart-logistics__cards:hover .smart-logistics__cards__item--second {
    z-index: 1;
    transform: translateY(-100%);
    color: #000000;
  }
  .smart-logistics__cards:hover .smart-logistics__cards__item--second h4 i {
    color: #909B00;
  }
  .smart-logistics__cards:hover .smart-logistics__cards__item--second p {
    transform: translateY(20px);
  }
}
.smart-logistics__cards__item, .smart-logistics__cards__item--second {
  box-shadow: rgba(158, 158, 158, 0.16) 0 4px 12px;
  border-radius: 16px;
  background: #EFF4B0;
  background: linear-gradient(90deg, rgb(239, 244, 176) 0%, rgb(214, 221, 228) 100%);
  padding: 24px;
  z-index: 1;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .smart-logistics__cards__item, .smart-logistics__cards__item--second {
    padding: 45px 16px 50px;
  }
}
@media (max-width: 991px) {
  .smart-logistics__cards__item, .smart-logistics__cards__item--second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 297px;
  }
}
.smart-logistics__cards__item h4, .smart-logistics__cards__item--second h4 {
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .smart-logistics__cards__item h4, .smart-logistics__cards__item--second h4 {
    font-size: 23px;
  }
}
.smart-logistics__cards__item h4 i, .smart-logistics__cards__item--second h4 i {
  font-size: 40px;
  color: #909B00;
}
.smart-logistics__cards__item ul, .smart-logistics__cards__item--second ul {
  font-size: 18px;
  list-style: inside;
  text-align: left;
}
.smart-logistics__cards__item p, .smart-logistics__cards__item--second p {
  display: none;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .smart-logistics__cards__item p, .smart-logistics__cards__item--second p {
    font-size: 14px;
    display: block;
    margin-bottom: 16px;
    position: absolute;
    transform: translateY(20px);
    top: 0;
    left: 0;
    right: 0;
  }
}
.smart-logistics__cards__item--second {
  order: 1;
  color: #989C99;
  background: #F5F5F5;
  transform: translate(-45px, 55px);
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .smart-logistics__cards__item--second {
    transform: translate(0, -249px);
  }
}
@media (min-width: 991px) {
  .smart-logistics__cards__item--second:hover {
    color: #000000;
    transform: translate(-45px, 0);
    z-index: 1;
  }
  .smart-logistics__cards__item--second:hover h4 i {
    color: #909B00;
  }
  .smart-logistics__cards__item--second:hover + div {
    transform: translate(0, 55px);
    color: #989C99;
    background: #F5F5F5;
  }
  .smart-logistics__cards__item--second:hover + div h4 i {
    color: #C2CDD7;
  }
}
.smart-logistics__cards__item--second h4 i {
  color: #C2CDD7;
}
.smart-logistics__cards__item--second p {
  transform: translateY(263px);
}

.connect {
  background-color: #ffffff;
  background-image: url("../images/connect-background.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
@media (max-width: 991px) {
  .connect {
    background-image: url("../images/connect-background-mobile.png");
    background-position: right bottom;
  }
}
.connect:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 12px;
  height: 5px;
  left: 0;
  bottom: 39px;
  border-left: #7B92A7 solid 74px;
  border-right: #7B92A7 solid 111px;
}
@media (max-width: 991px) {
  .connect:before {
    width: 16px;
    left: 16px;
    bottom: 32px;
    border-left: #7B92A7 solid 49px;
    border-right: #7B92A7 solid 80px;
  }
}
.connect:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 12px;
  height: 5px;
  left: 197px;
  bottom: 39px;
  border-right: #7B92A7 solid 231px;
}
@media (max-width: 991px) {
  .connect:after {
    width: 16px;
    left: 161px;
    bottom: 32px;
    border-right: #7B92A7 solid 134px;
  }
}
.connect__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 74px;
}
@media (max-width: 991px) {
  .connect__content {
    flex-direction: column;
    padding: 32px 16px 56px;
  }
}
.connect__content p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .connect__content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .connect__content .button--secondary {
    width: 100%;
  }
}

.versus {
  text-align: center;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .versus {
    padding: 32px 0;
    background-image: url("../images/smart-logistics-figure.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 648px;
  }
}
.versus .title {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .versus .title {
    margin-bottom: 32px;
  }
}
.versus__card {
  box-shadow: rgba(158, 158, 158, 0.16) 0 4px 12px;
  background-color: #ffffff;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 48px 32px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .versus__card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    margin-bottom: 32px;
    gap: 16px;
  }
}
.versus__card:before {
  content: "";
  position: absolute;
  background-color: #7B92A7;
  width: 233px;
  height: calc(100% + 76px);
  border-radius: 24px;
  top: -38px;
  right: 76px;
  z-index: -1;
}
@media (max-width: 991px) {
  .versus__card:before {
    display: none;
  }
}
.versus__card__item img {
  width: 386px;
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  .versus__card__item img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.versus__card__item p {
  font-size: 18px;
}
.versus__card__vs {
  position: relative;
}
.versus__card__vs:after {
  content: "";
  position: absolute;
  background-color: #909B00;
  width: 1px;
  height: calc(100% - 16px);
  bottom: -48px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.versus .button--secondary {
  display: inline-flex;
}

.backed-by {
  background-color: #ffffff;
  padding: 46px 76px;
  position: relative;
}
@media (max-width: 991px) {
  .backed-by {
    padding: 66px 16px;
  }
}
.backed-by:before {
  content: "";
  position: absolute;
  background-color: #7B92A7;
  width: 205px;
  height: 130px;
  top: -12px;
  left: 0;
  clip-path: polygon(50% 0, 100% 0, 0 100%, 0 45%);
}
@media (max-width: 991px) {
  .backed-by:before {
    width: 138px;
    height: 83px;
    top: -8px;
  }
}
.backed-by:after {
  content: "";
  position: absolute;
  background-color: #576877;
  width: 23px;
  height: 12px;
  top: -12px;
  left: 181px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 991px) {
  .backed-by:after {
    width: 15px;
    height: 8px;
    top: -8px;
    left: 122px;
  }
}
.backed-by__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .backed-by__content {
    flex-direction: column;
  }
}
.backed-by__texts {
  width: 58%;
}
@media (max-width: 991px) {
  .backed-by__texts {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .backed-by__texts .subtitle {
    margin-bottom: 16px;
  }
}
.backed-by__texts p {
  font-size: 18px;
}
.backed-by__brands {
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .backed-by__brands {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
}

.arm-adapt {
  background-color: rgba(253, 253, 253, 0.5);
  padding: 56px 0;
}
@media (max-width: 991px) {
  .arm-adapt {
    padding: 32px 0;
  }
}
.arm-adapt .container {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .arm-adapt .container {
    flex-direction: column;
  }
}
.arm-adapt__image {
  width: 373px;
}

.real-operators {
  padding: 56px 0;
}
@media (max-width: 991px) {
  .real-operators {
    padding: 32px 0;
  }
}
.real-operators .container {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .real-operators .container {
    flex-direction: column;
  }
}
.real-operators .title {
  margin-bottom: 24px;
}
.real-operators__image {
  width: 561px;
}
@media (max-width: 991px) {
  .real-operators__image {
    width: 100%;
  }
}
.real-operators__paragraph {
  margin-bottom: 32px;
}
.real-operators__paragraph:last-child {
  margin-bottom: 0;
}

.field {
  font-size: 16px;
  border: #B9BCBA solid 1px;
  border-radius: 8px;
  padding: 12px 16px;
  transition: 0.5s;
}
.field:focus {
  outline: 0;
  border: #909B00 solid 1px;
}
.field--icon {
  position: relative;
}
.field--icon i {
  font-size: 21px;
  color: #686E6B;
  position: absolute;
  top: calc(50% - 10.5px);
  left: 16px;
}
.field--icon .field {
  padding-left: 48px;
}

.button, .button--secondary {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  padding: 8px 12px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .button, .button--secondary {
    width: 100%;
  }
}
.button:hover, .button--secondary:hover {
  opacity: 0.75;
}
.button:hover i, .button--secondary:hover i {
  animation: icon-move 0.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .button, .button--secondary {
    justify-content: center;
    padding: 15px;
  }
}
.button i, .button--secondary i {
  font-size: 21px;
  position: relative;
}
.button--secondary {
  color: #ffffff;
  background-color: #555C00;
}

.header__bar {
  box-shadow: rgba(158, 158, 158, 0.16) 0 4px 12px;
  background-color: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 24px;
  margin: 56px 0 111px;
}
@media (max-width: 991px) {
  .header__bar {
    gap: 12px;
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .header__bar__brand {
    width: 137px;
  }
}
@media (max-width: 991px) {
  .header__bar .button--secondary {
    padding: 8px 12px;
    width: auto;
  }
}

.footer {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #FDFDFD;
  background-color: #4B524E;
  padding: 32px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 16px 0;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__content:first-child {
  border-bottom: #7B92A7 solid 1px;
  padding-bottom: 24px;
}
.footer__content:last-child {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .footer__content {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__links {
  display: flex;
  gap: 24px;
}
.footer__links__title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.footer__links__list li {
  margin-bottom: 8px;
}
.footer__links__list li:last-child {
  margin-bottom: 0;
}
.footer__links__list li a {
  font-family: "Montserrat", sans-serif;
  color: #FDFDFD;
  transition: 0.5s;
}
.footer__links__list li a:hover {
  color: #909B00;
}
.footer__social {
  display: flex;
  gap: 24px;
}
.footer__social li a {
  color: #FDFDFD;
  transition: 0.5s;
}
.footer__social li a:hover {
  color: #909B00;
}
.footer__social li a i {
  font-size: 28px;
}
@media (max-width: 991px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__copy span {
  color: #909B00;
}/*# sourceMappingURL=styles.css.map */