:root {
  --black: #000;
  --white: #fff;
  --transparent: rgba(0, 0, 0, 0);
  --gris: #707070;
  --white-smoke: #f9f9f9;
  --white-2: white;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: PlutoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nexa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.size {
  max-width: 1180px;
}

.navbar-first {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.nav-banner-link {
  color: rgba(255, 255, 255, .4);
  letter-spacing: 1px;
  font-family: Nexa, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
}

.nav-banner-link:hover {
  color: #fff;
}

.navbar-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.image-element {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-element.cover {
  object-fit: cover;
  transition: all .2s;
}

.image-element.show-movil, .image-element._2 {
  display: none;
}

.navbar-logo {
  justify-content: flex-start;
  width: 80px;
  height: 80px;
  padding-left: 0;
  display: none;
}

.navbar-content-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 53%;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Nexa, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.logo-hide {
  height: auto;
  display: block;
}

.navbar {
  z-index: 2;
  background-color: var(--transparent);
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  display: grid;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 65px;
  display: flex;
}

.hero-subtitle {
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Nexa, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.hero-title {
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.hero-text {
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  color: rgba(0, 0, 0, .4);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
}

.button.black {
  color: var(--black);
}

.button.black:hover {
  color: var(--gris);
}

.arrow-circle {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow {
  align-items: center;
  width: 12px;
  height: 20px;
  display: flex;
}

.arrow.size {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 20px;
  display: flex;
}

.button-content-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  font-family: Nexa, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-text {
  font-size: 14px;
  line-height: 21px;
}

.button-text.second {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.button-text.black {
  letter-spacing: 1px;
  text-decoration: underline;
}

.bg-relative {
  position: relative;
}

.hero-container-slider {
  width: 53%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hero-bg-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 40px;
  left: 80%;
  right: 0%;
}

.hero-slider-arrow:hover {
  transform: scale(1.3);
}

.hero-slider-arrow:active {
  transform: scale(1);
}

.hero-slider-arrow.left {
  margin-left: auto;
  margin-right: auto;
  left: 60%;
  right: 0;
  transform: rotate(-180deg);
}

.hero-slider-arrow.left:hover {
  transform: scale(1.3)rotate(-180deg);
}

.hero-slider-arrow.left:active {
  transform: scale(1)rotate(-180deg);
}

.hero-card {
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-gradient {
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-card-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.hero-circle {
  background-color: var(--white);
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.hero-card-circle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-card-circle.absolute {
  z-index: 1;
  color: var(--white);
  width: 73.625px;
  position: absolute;
  top: auto;
  bottom: 52px;
  left: auto;
  right: 16px;
  transform: rotate(-90deg);
}

.hero-number {
  letter-spacing: 2px;
  font-family: Nexa, sans-serif;
  font-weight: 700;
}

.hero-number.scond {
  padding-left: 35px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.hero-lines {
  z-index: 1;
  background-color: var(--white);
  width: 2px;
  height: 180px;
  position: absolute;
  top: 134px;
  bottom: auto;
  left: 24px;
  right: auto;
}

.hero-lines.small {
  height: 60px;
  top: 355px;
}

.hero-lines.small.black {
  height: 60px;
  top: 203px;
}

.hero-lines.black {
  background-color: var(--black);
  height: 170px;
  top: 0;
  left: 0;
}

.floating-container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 1vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-float {
  width: 80px;
  height: 80px;
  margin-top: 68px;
}

.rrss-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.rrss-icon {
  width: 20px;
  height: 20px;
}

.rrss-icon:hover {
  transform: scale(1.2);
}

.rrss-icon:active {
  transform: scale(1);
}

.rrss-icon.opacity-desk {
  opacity: .4;
}

.floating-wa-button {
  z-index: 10;
  background-color: var(--white);
  background-image: url('../images/whats-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: fixed;
  bottom: 58px;
  right: 5%;
}

.floating-wa-button:hover {
  transform: scale(.8);
}

.floating-wa-indicator {
  background-color: #24d366;
  border: 3px solid #fff;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.services-content-titles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.services-subtitle {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.regular-text {
  font-weight: 400;
}

.line {
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 2px;
}

.services-slider {
  background-color: var(--transparent);
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.service-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.service-slider-nav {
  display: none;
}

.service-slider-arrow {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  margin-top: 472px;
  transition: all .2s;
  display: flex;
}

.service-slider-arrow.left {
  width: auto;
  margin-left: 92px;
  transform: rotate(-180deg);
}

.service-slider-arrow.left:hover {
  transform: scale(1.2)rotate(-180deg);
}

.service-slider-arrow.left:active {
  transform: scale(1)rotate(-180deg);
}

.service-slider-arrow.right {
  width: auto;
  margin-right: -11px;
}

.service-slider-arrow.right:hover {
  transform: scale(1.2);
}

.service-slider-arrow.right:active {
  transform: scale(1);
}

.service-container-info {
  justify-content: flex-end;
  display: flex;
}

.service-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.service-title {
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
}

.service-title.big {
  font-family: PlutoSans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.service-text {
  letter-spacing: .5px;
  min-height: 96px;
  font-weight: 300;
}

.service-text.second {
  min-height: auto;
}

.service-link {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Nexa, sans-serif;
  font-weight: 700;
}

.service-link:hover {
  text-decoration: none;
}

.service-content-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-subtitle {
  letter-spacing: 1px;
  flex: none;
  font-family: Nexa, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 34px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.service-subtitle.down-text {
  top: auto;
  bottom: 72px;
  left: auto;
  right: 0;
}

.service-image {
  width: 90%;
  height: 400px;
}

.galery-container {
  padding-top: 76px;
  padding-bottom: 56px;
}

.galery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1082px;
  height: 700px;
  display: flex;
  position: relative;
}

.galery-card {
  cursor: default;
  width: 25%;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
  position: relative;
}

.service-number {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.galery-gradient {
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galery-title {
  text-align: right;
  letter-spacing: 2px;
  max-width: 650px;
  font-weight: 300;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.medium-text {
  font-weight: 500;
}

.projects-cards-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-card {
  cursor: default;
  height: 300px;
  transition: all .2s;
  position: relative;
}

.project-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-card-title {
  letter-spacing: 2px;
  font-family: Nexa, sans-serif;
  font-weight: 700;
}

.project-card-title.second {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.projects-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.benefits-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 170px;
  display: flex;
}

.projects-slider {
  z-index: 1;
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.projects-slider-nav, .projects-slider-arrow {
  display: none;
}

.project-slide {
  width: 33.3333%;
  padding-left: 8px;
  padding-right: 9px;
}

.benefits-title {
  letter-spacing: 2px;
  max-width: 680px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.benefits-list {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.benefit-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-card-image {
  height: 450px;
}

.benefit-card-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.contact-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  padding-bottom: 50px;
  display: flex;
}

.contact-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.contact-form {
  margin-bottom: 0;
}

.contact-form-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 83px;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.form-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-direction: column;
  padding-left: 25px;
  padding-right: 35px;
  display: flex;
}

.form-content-titles {
  flex-direction: column;
  display: flex;
}

.form-title {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: PlutoSans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.form-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: PlutoSans, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.form-text {
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: 700;
}

.form-content-inputs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.input-content {
  width: 100%;
}

.form-label {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gris);
  background-color: var(--white);
  color: var(--black);
  height: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-input.message {
  height: 60px;
}

.form-button {
  background-color: var(--transparent);
  color: rgba(0, 0, 0, .4);
  text-transform: uppercase;
  background-image: url('../images/arrow-black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 0 3px 49px;
  font-size: 24px;
  text-decoration: underline;
  transition: all .2s;
}

.form-button:hover {
  padding-left: 35px;
}

.form-button:active {
  padding-left: 50px;
}

.privacy-text {
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.privacy-link {
  color: var(--black);
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

.success-message {
  background-color: var(--transparent);
  padding: 0;
}

.message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.success-title {
  color: rgba(0, 0, 0, .5);
  letter-spacing: 1px;
}

.success-text {
  letter-spacing: 2px;
  font-family: Nexa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.success-text._2 {
  font-weight: 300;
}

.success-content {
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  display: flex;
}

.error-message {
  background-color: var(--transparent);
  padding: 0;
}

.error-text {
  text-align: center;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.recaptcha {
  margin-bottom: 0;
}

.bg-black {
  background-color: var(--black);
  color: var(--white);
}

.footer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 50px;
  display: grid;
}

.footer-content-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: 151px;
}

.footer-text {
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

.footer-content-links {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-title {
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Nexa, sans-serif;
  font-weight: 700;
}

.footer-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.rrss-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.rrss-content.show-tablet {
  display: none;
}

.footer-final-content {
  background-color: var(--white);
  color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-final {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.footer-text-small {
  text-align: right;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer-text-small.center {
  text-align: center;
}

.footer-div {
  width: 0;
  height: 0;
}

.button-content {
  justify-content: flex-end;
  display: flex;
}

.contatc-forms-content, .tabs-form {
  background-color: var(--white);
}

.form-container-tab {
  padding-top: 100px;
}

.form-tab {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.form-tab:hover {
  text-decoration: underline;
}

.form-tab.w--current {
  background-color: var(--white);
  color: var(--black);
  text-decoration: underline;
}

.contact-content-title {
  letter-spacing: 4px;
  font-size: 24px;
  line-height: 32px;
}

.contatc-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  transition: all .2s;
  display: flex;
}

.contatc-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.contact-link-text {
  letter-spacing: 1px;
  font-size: 12px;
}

.contact-form-arrow {
  flex: none;
  width: 20px;
  height: 20px;
}

.contact-content-titles {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 86px;
  margin-bottom: 21px;
  display: flex;
}

.contact-content-links {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  padding: 40px 60px;
  display: flex;
}

.contact-subtitle {
  border-bottom: 2px solid var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 69px;
  padding-bottom: 10px;
  font-family: PlutoSans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.contact-phone-content {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: row;
  display: flex;
}

.contact-form-link {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  display: flex;
}

.contact-form-text {
  font-weight: 500;
}

.contatc-links {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.contact-link {
  color: var(--white);
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.tabs-menu-form {
  height: 107px;
  margin-bottom: 21px;
  display: flex;
}

.bg-smoke {
  background-color: var(--white-smoke);
}

.bg-form {
  background-color: var(--white-smoke);
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-first {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navbar-text {
    display: none;
  }

  .navbar-logo {
    width: 50px;
    height: 50px;
    display: block;
  }

  .navbar-content-links {
    background-color: var(--white);
    width: 100%;
    padding: 24px 32px;
  }

  .nav-link {
    color: var(--black);
    margin-bottom: 24px;
  }

  .nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-hide {
    display: none;
  }

  .navbar {
    position: relative;
  }

  .hero-container {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content {
    padding-top: 0;
  }

  .button.black {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container-slider {
    width: 100%;
    height: 400px;
    position: static;
  }

  .hero-card-circle.absolute {
    right: 24px;
    transform: none;
  }

  .hero-lines.black, .floating-container {
    display: none;
  }

  .floating-wa-button {
    width: 64px;
    height: 64px;
    bottom: 32px;
  }

  .floating-wa-indicator {
    width: 16px;
    height: 16px;
  }

  .services-content-titles {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .services-subtitle {
    padding-right: 32px;
  }

  .services-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card {
    flex-direction: column-reverse;
  }

  .service-slider-arrow.left {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -21px;
    bottom: 219px;
  }

  .service-slider-arrow.right {
    margin-top: auto;
    margin-right: -21px;
    bottom: 219px;
  }

  .service-info {
    margin-left: auto;
    margin-right: auto;
  }

  .service-subtitle {
    color: var(--white);
    top: auto;
    bottom: 32px;
    left: 24px;
    transform: none;
  }

  .service-image {
    width: 100%;
  }

  .galery-container {
    padding-top: 60px;
  }

  .galery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .galery-card {
    width: 100%;
    height: 300px;
  }

  .galery-title {
    display: none;
  }

  .benefits-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-slider-arrow {
    color: var(--black);
    display: block;
  }

  .project-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .benefit-card-content {
    padding-top: 0;
    padding-left: 0;
  }

  .contact-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-container {
    grid-row-gap: 0px;
    background-color: var(--transparent);
    grid-template-columns: 1fr;
  }

  .form-content {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .success-content {
    min-height: auto;
  }

  .rrss-content.show-tablet {
    display: flex;
  }

  .footer-final-content {
    background-color: var(--black);
    color: var(--white);
  }

  .footer-final {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-text-small, .footer-text-small.center {
    font-size: 14px;
    line-height: 21px;
  }

  .menu-button {
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    color: var(--black);
  }

  .services-first {
    margin-left: -32px;
    margin-right: -32px;
  }

  .form-container-tab {
    padding-top: 60px;
  }

  .contact-content-titles {
    display: none;
  }

  .contact-content-links {
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu-form {
    height: auto;
  }

  .bg-form {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-element.hide-movil {
    display: none;
  }

  .image-element.show-movil {
    display: block;
  }

  .hero-container {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-subtitle {
    margin-bottom: 30px;
    font-size: 8px;
    line-height: 18px;
  }

  .hero-title {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-text {
    font-size: 12px;
    line-height: 18px;
  }

  .button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
  }

  .arrow {
    width: 6px;
    height: 10px;
  }

  .button-text {
    font-size: 12px;
    line-height: 18px;
  }

  .button-text.second {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-container-slider {
    height: 330px;
  }

  .hero-slider-arrow {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: 32px;
  }

  .hero-slider-arrow.left {
    left: 32px;
    right: auto;
  }

  .hero-circle {
    width: 9px;
    height: 9px;
  }

  .hero-card-circle.absolute {
    font-size: 14px;
    line-height: 21px;
    bottom: 24px;
  }

  .hero-number {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-number.scond {
    font-size: 10px;
    line-height: 10px;
  }

  .hero-lines {
    display: none;
  }

  .rrss-icon.opacity-desk {
    opacity: 1;
  }

  .services-content-titles {
    padding-top: 40px;
  }

  .services-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .service-slider-arrow.right {
    margin-bottom: auto;
  }

  .service-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-title {
    font-size: 14px;
    line-height: 18px;
  }

  .service-title.big {
    font-size: 14px;
    line-height: 21px;
  }

  .service-text {
    min-height: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .service-text.second {
    font-size: 12px;
  }

  .service-link, .service-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .service-image {
    height: 300px;
  }

  .galery-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .galery-card {
    height: 150px;
  }

  .project-card {
    height: 208px;
  }

  .project-card-title, .project-card-title.second {
    font-size: 12px;
    line-height: 18px;
  }

  .benefits-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-slider-arrow {
    width: 20px;
  }

  .benefits-title {
    font-size: 12px;
    line-height: 18px;
  }

  .benefit-card {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .benefit-card-image {
    height: auto;
  }

  .benefit-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-container {
    padding-bottom: 40px;
  }

  .contact-title {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-container {
    padding-top: 0;
  }

  .form-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .form-subtitle {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 21px;
    display: none;
  }

  .form-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .form-content-inputs {
    grid-template-columns: 1fr;
  }

  .form-label {
    font-size: 12px;
    line-height: 18px;
  }

  .form-input {
    height: 30px;
  }

  .form-input.message {
    height: 40px;
  }

  .form-button {
    font-size: 14px;
    line-height: 21px;
  }

  .privacy-text {
    font-size: 12px;
    line-height: 18px;
  }

  .message-content {
    margin-bottom: 34px;
  }

  .success-title, .success-text {
    font-size: 14px;
    line-height: 21px;
  }

  .success-text._2, .error-text {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 53px;
  }

  .footer-content-logo {
    align-items: center;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
  }

  .footer-text {
    display: none;
  }

  .footer-content-links {
    text-align: center;
    align-items: center;
  }

  .footer-title {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-links {
    margin-bottom: 40px;
  }

  .footer-link {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-final-content {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-text-small {
    font-size: 10px;
    line-height: 8px;
  }

  .footer-text-small.center {
    font-size: 10px;
    line-height: 18px;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto 0;
    display: flex;
    transform: scale(.5);
  }

  .form-tab {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .contact-content-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-phone-content {
    flex-flow: column;
  }

  .contact-form-text {
    display: none;
  }

  .contact-link {
    font-size: 14px;
    line-height: 21px;
  }

  .tabs-menu-form {
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .floating-wa-button {
    width: 40px;
    height: 40px;
  }

  .floating-wa-indicator {
    top: -3px;
    right: -4px;
  }

  .form-tab-text {
    font-size: 10px;
  }
}

#w-node-b1ca3e15-142f-c61f-7b4d-1cdca475cdca-f9433996, #w-node-d57c7588-2e60-1eb4-2d23-d8bb0d566df7-f9433996, #w-node-_6d83fff1-9124-4033-1c75-613272313bfb-f9433996, #w-node-f5c679aa-5d11-bfc5-8604-bff1947e7107-f9433996, #w-node-_0b7bafcb-c4cf-b354-8921-7719d7c7cb69-f9433996, #w-node-_10116eab-de01-1f1e-5098-d802fdb9e200-f9433996, #w-node-_43489f5e-f17d-ac20-10f5-36a42b7d76bc-f9433996, #w-node-_3126c911-7d06-dde7-5de0-59120568be1f-f9433996, #w-node-_22b128ed-63f5-cc8c-6f84-e846405595f6-f9433996, #w-node-_7fe66464-4b48-9865-66f2-8a37b88d2c5e-f9433996, #w-node-_66445a84-b129-edae-ae6f-73d631498097-f9433996, #w-node-_34a4816b-2af8-67c7-a20f-ea52c7ad4d7e-f9433996, #w-node-_34a4816b-2af8-67c7-a20f-ea52c7ad4d80-f9433996, #w-node-c6a6404e-7872-0bca-1252-4cba133e0ade-f9433996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_880a2da4-3b51-894b-a75f-3c71f4a35b98-f9433996 {
  align-self: stretch;
}

#w-node-_0fdd4fe4-8f09-fc14-ce42-27be944c1aef-f9433996, #w-node-_1583c6fb-bf41-6133-7bee-d662feed9c87-f9433996 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b3ebd7c-85c9-6c55-1d62-2d1948d4bf9a-f9433996 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacc8-f9433996, #w-node-_59281a0e-334c-5601-773b-71350d02dc26-f9433996, #w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacd4-f9433996 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacd8-f9433996 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_89c7a85c-d7eb-aa33-cb7c-8d15db89c423-f9433996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2643817-8063-5708-594e-b17e5ab7c67e-f9433996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f8097e23-3358-3306-962e-18877573e89f-f9433996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c6a6404e-7872-0bca-1252-4cba133e0ade-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_880a2da4-3b51-894b-a75f-3c71f4a35b98-f9433996, #w-node-_3b3ebd7c-85c9-6c55-1d62-2d1948d4bf92-f9433996 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0fdd4fe4-8f09-fc14-ce42-27be944c1aef-f9433996, #w-node-_1583c6fb-bf41-6133-7bee-d662feed9c87-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b3ebd7c-85c9-6c55-1d62-2d1948d4bf9a-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacc8-f9433996, #w-node-_59281a0e-334c-5601-773b-71350d02dc26-f9433996, #w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacd4-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacd8-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a2643817-8063-5708-594e-b17e5ab7c67e-f9433996 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6e6f7f7-c73d-7e82-3b15-76d83d6bacc8-f9433996, #w-node-_59281a0e-334c-5601-773b-71350d02dc26-f9433996 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSansCondRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSansCondLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSansCondExLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSansCondMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}