:root {
  --main-dark-color-cib-a-1: #002641;
  --dark-gray-paragraph-text-cib-a-2: #004d68;
  --cib-n-1: #ff2700;
  --primary-light-blue-cib-a-6: #f5ffff;
  --primary-color-cib-n-3: #ff6b00;
  --white: white;
  --gray-cib-a-4: #8bedf6;
  --black-cib-a-0: #001521;
  --light-gray: #f9f9fa;
  --cib-n-3: #ff6b00;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
  --cib-a-1: #002641;
  --cib-b-1: white;
  --cib-n-2: #ff4700;
  --steel-blue-lp-cib-n-3: #ff6b00;
  --cib-n-4: #ff9400;
  --cib-a-2: #004d68;
  --cib-a-3: #00adc5;
  --cib-a-4: #8bedf6;
  --cib-a-5: #e1feff;
  --cib-a-6: #f5ffff;
  --cib-a-0-negro: #001521;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--main-dark-color-cib-a-1);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--cib-n-1);
  text-transform: capitalize;
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--main-dark-color-cib-a-1);
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  align-items: center;
  margin-bottom: 15px;
  list-style-type: square;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/“2png_1“2png.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light-blue-cib-a-6);
}

.section.light-background.geogra {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
  overflow: hidden;
}

.section.without-bottom-spacing._1 {
  display: none;
}

.section.contacts-3-banner {
  padding-bottom: 0;
  overflow: visible;
}

.section.banner-testimonials {
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.section.landing-banner {
  background-color: var(--main-dark-color-cib-a-1);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.home-4-pricing {
  padding-bottom: 0;
  position: relative;
}

.section.home-slider {
  background-image: url('../images/home-slider-bg1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  overflow: hidden;
}

.section.home-10-counter-section {
  background-image: linear-gradient(to bottom, var(--primary-color-cib-n-3), var(--primary-color-cib-n-3));
}

.section.home-10-portfolio-section {
  background-color: var(--main-dark-color-cib-a-1);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section.with-blue-bg {
  padding-top: 0;
  overflow: hidden;
}

.section.with-blue-bg.espacio-arriba {
  z-index: 2;
  padding-top: 190px;
}

.section.our-pricing-page {
  position: relative;
}

.section.locations {
  margin-top: 120px;
}

.section.dark-lp-background {
  background-color: var(--main-dark-color-cib-a-1);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._1 {
  display: none;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.home-10-banner-subscribe {
  z-index: 100;
  margin-top: -100px;
  position: relative;
}

.base-container.vertical {
  margin-top: 40px;
  margin-bottom: 40px;
}

.base-container.last {
  display: none;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary-color-cib-n-3);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  height: 250px;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 20% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  height: 250px;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 22% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary-color-cib-n-3);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray-cib-a-4);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--main-dark-color-cib-a-1);
  color: var(--main-dark-color-cib-a-1);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black-cib-a-0);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light-blue-cib-a-6);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 40px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 30px;
}

.h3-mobile {
  font-size: 28px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--main-dark-color-cib-a-1);
  background-color: var(--main-dark-color-cib-a-1);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 90px;
  flex-direction: row;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--main-dark-color-cib-a-1);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.register-now {
  font-size: 16px;
}

.primary-button.register-now-home-2 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--main-dark-color-cib-a-1);
  font-size: 16px;
}

.primary-button.register-now-home-2:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button.full-width-mobile-coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
}

.primary-button.submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.submit.naranja {
  border-color: var(--cib-n-3);
  background-color: var(--cib-n-3);
}

.primary-button.submit-home-4, .primary-button.submit-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.peque-o, .primary-button.pequeno {
  max-width: 200px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 0%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 22%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.style-guide-banner-section {
  background-color: var(--primary-color-cib-n-3);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--main-dark-color-cib-a-1);
  letter-spacing: normal;
  margin-right: 40px;
  font-size: 16px;
}

.license-link:hover {
  color: var(--primary-color-cib-n-3);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary-color-cib-n-3);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-radius: 90px;
  min-width: 280px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--main-dark-color-cib-a-1);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  margin-bottom: 0;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray-cib-a-4);
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
}

.coming-soon-input:focus {
  border: 1px solid var(--dark-gray-paragraph-text-cib-a-2);
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-classic-wrapper {
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary-color-cib-n-3);
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  margin-bottom: 20px;
  padding: 5px 8px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary-color-cib-n-3);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  z-index: 100;
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-size: 16px;
  position: relative;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 50;
  border: 1px solid var(--primary-color-cib-n-3);
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  margin-bottom: 10px;
  padding: 5px 8px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary-color-cib-n-3);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--primary-color-cib-n-3);
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  padding: 5px 8px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  border-right: 1px none var(--white);
  border-bottom: 1px none var(--white);
  border-left: 1px none var(--white);
  background-color: var(--main-dark-color-cib-a-1);
  text-align: center;
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-size: 14px;
}

.footer-copyright {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  text-align: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-copyright:hover {
  opacity: 1;
}

.footer-copyright-link {
  color: var(--main-dark-color-cib-a-1);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: inline;
}

.footer-copyright-link:hover {
  opacity: 1;
  color: var(--primary-color-cib-n-3);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.text-left {
  text-align: left;
}

.section-subtitle {
  color: var(--primary-color-cib-n-3);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper, .process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary-color-cib-n-3);
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.process-image {
  object-fit: cover;
  min-height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 55%;
  display: flex;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 100px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray-paragraph-text-cib-a-2);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-gray);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--primary-light-blue-cib-a-6);
  align-items: center;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.career-location {
  font-size: 18px;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  justify-content: center;
  width: 25%;
  display: flex;
}

.career-title-mobile {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 5px;
  font-size: 15px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
  padding-left: 35px;
  padding-right: 35px;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  color: var(--main-dark-color-cib-a-1);
  font-size: 18px;
  line-height: 1.5em;
}

.values-image {
  object-fit: cover;
  width: 100%;
  height: 475px;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.career-customer-image {
  opacity: .5;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title-wrapper.testimonials {
  margin-top: 40px;
}

.text-white {
  color: var(--white);
}

.text-white.mb-30 {
  margin-top: 0;
}

.text-white.invierte {
  margin-bottom: 30px;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-shevron-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 20px;
}

.testimonials-wrapper {
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.testimonials-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  min-height: 370px;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 0 20px #669bbc40;
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-profile-positin {
  font-size: 14px;
  font-weight: 700;
}

.testimonials-star-icons {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.pricing-3-plans-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-3-plan-item {
  background-color: var(--white);
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-3-plan-item.center-item {
  z-index: 10;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-3-plan-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-3-plan-title-wrapper.light-background {
  background-color: var(--primary-light-blue-cib-a-6);
  border-bottom-style: none;
}

.pricing-3-plan-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-plan-list-item {
  border-bottom: 1px solid #d7e5ee;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-plan-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  display: inline-block;
}

.link-with-icon.find-us {
  font-size: 16px;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary-color-cib-n-3);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-location-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary-color-cib-n-3);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  color: var(--dark-gray-paragraph-text-cib-a-2);
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary-color-cib-n-3);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-title-mobile {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

.contacts-3-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.adress-cards-wrapper {
  z-index: 100;
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -120px;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.adress-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 10px #2d5c6c26;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 40px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 30px;
}

.contacts-list-icon {
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.contacts-3-form-wrapper {
  background-color: var(--primary-light-blue-cib-a-6);
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-gray-paragraph-text-cib-a-2);
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary-color-cib-n-3);
}

.contacts-3-input::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-input.select-input {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
  width: 100%;
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  color: var(--main-dark-color-cib-a-1);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-color-cib-n-3);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--main-dark-color-cib-a-1);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 375px;
  padding: 20px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.testimonials-card-icon {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 400;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -200px;
  position: relative;
}

.list-item-circle {
  background-color: var(--cib-n-1);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray-paragraph-text-cib-a-2);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.button-wrapper.style-guide-item {
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-color-cib-n-3);
  text-align: center;
  letter-spacing: .5px;
  align-items: center;
  padding: 16px 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.primary-button-white:hover {
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  display: flex;
}

.about-1-customer-image {
  opacity: .5;
  height: 50px;
  transition: all .3s;
}

.about-1-customer-image:hover {
  opacity: 1;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.slider-nav {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  display: flex;
}

.slider-nav-active-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav-active-item {
  z-index: 10;
  background-color: var(--primary-color-cib-n-3);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.slide-1.about-7-slide-paddings {
  padding-left: 40px;
  padding-right: 40px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 20px 30px;
  font-weight: 700;
}

.portfolio-tab-link.w--current {
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
}

.portfolio-tab-link.last-child {
  order: 1;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.portfolio-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-grid-title-wrapper {
  background-image: linear-gradient(20deg, var(--main-dark-color-cib-a-1) 13%, transparent 100%, transparent);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 10px 30px #00000014;
}

.portfolio-grad-title {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 24px;
}

.portfolio-grad-title:hover {
  color: var(--white-50);
}

.portfolio-grid-category {
  color: var(--white);
  font-size: 18px;
}

.portfolio-grid-category:hover {
  color: var(--white-50);
}

.portfolio-masonry-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.project-template-category {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 30px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  opacity: .7;
}

.project-template-content {
  width: 70%;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--dark-gray-paragraph-text-cib-a-2);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary-color-cib-n-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 70vh;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-banner-image {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light-blue-cib-a-6);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary-color-cib-n-3);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary-color-cib-n-3);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary-color-cib-n-3);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary-color-cib-n-3);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary-color-cib-n-3);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 480px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light-blue-cib-a-6);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-page-image-hover {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  display: none;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-download-block-wrapper {
  background-color: var(--primary-color-cib-n-3);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0f5cfa4d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--main-dark-color-cib-a-1);
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 10px;
}

.sidebar-search-input:focus {
  border-color: var(--main-dark-color-cib-a-1);
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-banner-section {
  z-index: 10;
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.home-blog-wrapper {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-blog-collection-item {
  background-color: var(--white);
  width: 33.33%;
}

.home-blog-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
}

.home-blog-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.home-blog-image-link {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.home-blog-image-link:hover {
  opacity: 1;
}

.home-blog-collection-list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-collection-list {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonials-slider-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.right-arrow {
  color: #222;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  inset: auto 0 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary-color-cib-n-3);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.location-map-wrapper {
  position: relative;
}

.location-map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-banner-title-wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-banner-subtitle {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home-4-banner-mask {
  width: 100%;
}

.home-4-banner-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-4-banner-title {
  color: var(--white);
  max-width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Alexandria, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2em;
}

.home-4-banner-slider-arrow {
  color: var(--primary-color-cib-n-3);
  background-color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .3s;
  box-shadow: 0 0 30px #0d369f1a;
}

.home-4-banner-slider-arrow:hover {
  background-color: var(--primary-color-cib-n-3);
  color: #fff;
}

.home-4-banner-slider-arrow.home-banner-right {
  color: var(--primary-color-cib-n-3);
  inset: auto 3% auto auto;
}

.home-4-banner-slider-arrow.home-banner-right:hover {
  color: var(--white);
  font-size: 20px;
}

.home-4-banner-slider-arrow.home-banner-left {
  inset: auto auto auto 3%;
}

.banner-section {
  flex-direction: column;
  height: 30vh;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.banner-section.old {
  display: none;
}

.link-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.accent-text-color {
  color: var(--primary-color-cib-n-3);
}

.courses-collection {
  width: 100%;
}

.home-4-featured-blog-posts-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-form-left-block {
  background-color: var(--primary-color-cib-n-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-height: 400px;
  padding: 40px;
  display: flex;
}

.home-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  place-content: center;
  place-items: center;
  height: 100%;
}

.home-features-item {
  z-index: 0;
  position: relative;
}

.home-form-icon {
  z-index: -1;
  color: #ffffff4d;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  inset: -30px auto auto -30px;
}

.home-form-number {
  color: var(--white);
  font-family: Old Standard TT, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.about-7-features-description {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 16px;
}

.home-4-form-right-block {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Bodegas_7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.home-4-form-block {
  max-width: 720px;
  margin-top: 30px;
  margin-bottom: 0;
}

.home-4-form {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
}

.home-4-form-input {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.home-4-form-input:focus {
  border: 1px solid var(--main-dark-color-cib-a-1);
}

.home-4-form-input::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-size: 16px;
}

.home-4-form-section {
  display: flex;
  overflow: hidden;
}

.testimonials-card {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 33.33%;
  margin-top: 20px;
  padding: 60px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px #0d369f1a;
}

.home-4-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.testimonials-author-name {
  margin-bottom: 0;
}

.home-4-testimonials-slider-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  display: block;
}

.testimonial-card-quote-icon {
  color: var(--primary-color-cib-n-3);
  font-family: "Fa solid 900", sans-serif;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: -20px;
}

.home-4-testimonials-slider-profile-wraper {
  align-items: center;
  display: flex;
}

.testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.home-team-wrap {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  box-shadow: 0 5px 30px #0f5cfa14;
}

.home-team-member-position {
  color: var(--primary-color-cib-n-3);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.team-social-link {
  color: var(--main-dark-color-cib-a-1);
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.team-social-link:hover {
  color: var(--primary-color-cib-n-3);
}

.home-team-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4px;
  width: 50%;
  height: 340px;
  position: relative;
  top: -40px;
}

.home-team-image-wrapper {
  margin-bottom: -10px;
  display: flex;
}

.home-team-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 30px 30px 40px;
  display: flex;
}

.home-team-social-links-wrapper {
  grid-column-gap: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  display: flex;
}

.home-team-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-4-pricing-background {
  z-index: -1;
  background-color: var(--primary-color-cib-n-3);
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-4-slider-photo {
  object-fit: cover;
  border-radius: 4px;
  width: 90%;
  height: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 10px 30px #0000001a;
}

.about-photos-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.about-photos-slider.home-4-gallery {
  margin-top: -30px;
}

.about-photos-slider.home-4-gallery.hide {
  margin-right: 0;
  display: none;
}

.home-4-slider-arrow {
  color: var(--primary-color-cib-n-3);
  background-color: #fff;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .3s;
  box-shadow: 0 0 30px #0d369f26;
}

.home-4-slider-arrow:hover {
  background-color: var(--primary-color-cib-n-3);
  color: #fff;
}

.home-4-slider-arrow.home-gallery-right {
  inset: 0% 30px 0% auto;
}

.home-4-slider-arrow.home-gallery-left {
  inset: 0 auto 0 30px;
}

.home-4-slider-nav {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  display: flex;
}

.top-footer-image-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-footer-image {
  object-fit: cover;
  width: 33.33%;
  height: 320px;
}

.top-footer-image.large-image {
  width: 50%;
}

.top-footer-instagram-label {
  z-index: 10;
  background-color: #fff;
  align-items: center;
  padding: 6px 20px;
  display: flex;
  position: absolute;
}

.top-footer-instagram-link {
  margin-left: 5px;
  font-weight: 700;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.about-us-img {
  object-fit: cover;
  position: absolute;
}

.about-us-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-us-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-us-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-us-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-us-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.home-5-our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-5-team-wrap-right {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.home-5-testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.home-5-testimonials-slider-mask {
  z-index: 10;
  width: 370px;
  height: auto;
  margin-left: 30px;
  overflow: visible;
}

.home-6-team-image {
  object-fit: cover;
  width: 310px;
  height: 310px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-7-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-slider {
  height: 100%;
}

.project-button-link {
  color: var(--main-dark-color-cib-a-1);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary-color-cib-n-3);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-member-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-10-banner-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-10-banner-slide-1 {
  width: 100vw;
}

.home-10-banner-form-wrapper {
  z-index: 100;
  background-color: var(--primary-color-cib-n-3);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-10-form-text-field {
  border: 1px solid var(--white);
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  width: 360px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.home-10-form-text-field:focus {
  border-color: var(--main-dark-color-cib-a-1);
}

.home-10-form-text-field::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.home-10-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.home-10-customers-grid {
  z-index: 100;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-10-customer-image {
  filter: sepia() invert();
  height: 50px;
  transition: all .3s;
}

.home-10-customer-image:hover {
  opacity: 1;
}

.home-10-section-title-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.home-10-section-background {
  z-index: -1;
  color: var(--white);
  letter-spacing: 3px;
  text-shadow: 0 8px 15px #0000001a;
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
}

.home-10-section-background.our-team {
  color: var(--primary-light-blue-cib-a-6);
}

.home-10-section-background.portfolio {
  color: #36383b8c;
}

.home-10-section-title {
  color: var(--main-dark-color-cib-a-1);
  text-transform: uppercase;
  align-items: center;
  position: absolute;
  inset: 50px auto auto 0%;
}

.home-10-section-title.text-white {
  color: var(--white);
}

.home-10-about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.home-10-about-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.home-10-about-item {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--black-cib-a-0) var(--gray-cib-a-4) var(--gray-cib-a-4);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 39px;
  display: flex;
  position: relative;
}

.home-10-about-icon {
  color: var(--primary-color-cib-n-3);
  text-align: center;
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  line-height: 1;
}

.home-10-about-subtitle {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6em;
}

.home-10-about-subtitle.text-white {
  font-weight: 400;
}

.home-10-about-item-top-border {
  z-index: 10;
  background-color: var(--primary-color-cib-n-3);
  width: 35%;
  height: 3px;
  position: absolute;
  inset: -3px auto auto 0%;
}

.home-10-link {
  color: var(--black-cib-a-0);
}

.home-10-link:hover {
  color: var(--primary-color-cib-n-3);
}

.home-10-services-section {
  position: relative;
}

.home-10-services-image {
  object-fit: cover;
  width: 65%;
  height: 520px;
}

.home-10-services-right-block {
  background-color: var(--primary-light-blue-cib-a-6);
  width: 35%;
}

.home-10-services-overlay {
  background-color: var(--cib-a-1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 60px;
  display: flex;
}

.home-10-image {
  object-fit: cover;
  border-radius: 10px;
  width: 40%;
  height: 420px;
  margin-top: -120px;
  box-shadow: 0 0 30px #0f5cfa26;
}

.home-10-services-with-image-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.home-10-services-with-image-section {
  background-color: var(--primary-light-blue-cib-a-6);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-10-features-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.home-10-features-wrap {
  align-items: center;
  width: 25%;
  height: 140px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.home-10-features-number {
  font-family: Old Standard TT, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.home-10-features-title-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.home-10-features-background {
  z-index: -1;
  color: var(--white);
  letter-spacing: 3px;
  text-shadow: 0 8px 15px #0000001a;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.home-10-team-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-10-team-wrap {
  width: 25%;
}

.home-10-team-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 280px;
}

.home-10-team-name {
  margin-top: 20px;
  margin-bottom: 0;
}

.circle-counter-wrapper {
  width: 100%;
  display: flex;
}

.circle-counter-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.home-10-services-overlay-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.counter-progressbar-mask {
  border: 5px solid var(--white);
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-progressbar-mask.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-progressbar-mask.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-progressbar-static-container {
  border: 1px solid var(--white-50);
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-progressbar-number {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  display: flex;
}

.counter-progressbar-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.counter-progressbar-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.home-10-counter-content-wrapper {
  max-width: 180px;
}

.home-10-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 120px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}

.home-10-portfolio-mask {
  width: 380px;
  overflow: visible;
}

.home-10-portfolio-slide {
  width: 380px;
  margin-right: 30px;
}

.home-10-portfolio-image {
  width: 100%;
  height: 280px;
}

.home-10-portfolio-collection-item {
  position: relative;
}

.home-10-portfolio-overlay {
  grid-row-gap: 10px;
  background-image: linear-gradient(#fff3 40%, #fff);
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-10-portfolo-category-link {
  color: var(--main-dark-color-cib-a-1);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
}

.home-10-portfolo-category-link:hover {
  color: var(--primary-color-cib-n-3);
}

.home-10-portfolio-item-title {
  color: var(--primary-color-cib-n-3);
  font-family: Old Standard TT, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.home-10-portfolio-item-title:hover {
  color: var(--main-dark-color-cib-a-1);
}

.home-10-slider-arrow {
  width: 50px;
  height: 50px;
  font-size: 22px;
  transition: all .3s;
  position: absolute;
  box-shadow: 0 0 30px #00000026;
}

.home-10-slider-arrow:hover {
  background-color: var(--white);
  color: var(--primary-color-cib-n-3);
}

.home-10-slider-arrow.dark-left {
  inset: auto auto 30px 15px;
}

.home-10-slider-arrow.dark-right {
  inset: auto 15px 30px auto;
}

.home-10-slider-arrow.light-left {
  background-color: var(--white);
  color: var(--primary-color-cib-n-3);
  inset: auto auto 30px 15px;
  box-shadow: 0 0 30px #0000000f;
}

.home-10-slider-arrow.light-left:hover {
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
}

.home-10-slider-arrow.light-right {
  color: var(--primary-color-cib-n-3);
  inset: auto 15px 30px auto;
  box-shadow: 0 0 30px #0000000f;
}

.home-10-slider-arrow.light-right:hover {
  background-color: var(--primary-color-cib-n-3);
  color: var(--white);
}

.home-10-slider-arrows-divider {
  background-color: #fff3;
  width: 86%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 55px;
}

.home-10-testimonials-mask {
  width: 380px;
  overflow: visible;
}

.home-10-testimonials-slide {
  width: 440px;
  height: 100%;
  margin-right: 30px;
}

.home-10-testimonials-card {
  grid-row-gap: 20px;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--black-cib-a-0) var(--gray-cib-a-4) var(--gray-cib-a-4);
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.home-10-testimonials-info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.home-10-testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.home-10-testimonials-position {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
}

.home-10-testimonials-slider-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 86%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 55px;
}

.home-10-testimonials-quote-icon {
  z-index: -1;
  color: var(--white);
  text-shadow: 6px 6px 15px #0000000d;
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  inset: auto 30px 30px auto;
}

.home-10-services-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-10-services-wrap {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--black-cib-a-0) var(--gray-cib-a-4) var(--gray-cib-a-4);
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  width: 33.33%;
  display: flex;
  position: relative;
}

.home-10-services-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.home-10-services-category {
  text-transform: uppercase;
  font-size: 13px;
}

.home-10-services-image-wrapper {
  background-color: var(--primary-light-blue-cib-a-6);
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-5-partners-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-6-content-wrapper {
  grid-column-gap: 40px;
  margin-bottom: 80px;
  display: flex;
}

.about-6-content-wrap-left {
  width: 35%;
}

.about-6-content-wrap-right {
  width: 65%;
}

.about-6-contacts-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-6-contacts-wrap {
  background-color: var(--primary-color-cib-n-3);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
}

.about-6-contacts-image {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.about-6-contacts-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tabs-testimonials-quote {
  color: var(--main-dark-color-cib-a-1);
  padding-left: 50px;
  font-size: 28px;
}

.tabs-testimonial-person-name {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.home-tabs-menu {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
}

.testimonials-tab-3-link {
  color: #222;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-3-link.w--current {
  border: 2px solid var(--primary-color-cib-n-3);
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.testimonials-tab-4-link {
  color: #222;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-4-link.w--current {
  border: 2px solid var(--primary-color-cib-n-3);
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
}

.quote-divider-bottom {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.quote-icon {
  color: var(--primary-color-cib-n-3);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.tabs-testimonial-quote-block {
  width: 70%;
  overflow: hidden;
}

.quote-divider-block {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 180px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.tabs-testimonial-image-block {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
  position: relative;
}

.testimonials-tab-1-link {
  color: #222;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-1-link.w--current {
  border: 2px solid var(--primary-color-cib-n-3);
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-2-link {
  color: #222;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-2-link.w--current {
  border: 2px solid var(--primary-color-cib-n-3);
  color: var(--primary-color-cib-n-3);
  background-color: #0000;
  border-radius: 50%;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.tabs-testimonial-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.about-6-testimonials-subtitle {
  color: #afafaf;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  bottom: 40%;
  left: -40px;
  transform: rotate(-90deg);
}

.about-6-testimonials-subtitle.testimonial {
  position: absolute;
  bottom: 40%;
  left: -40px;
  transform: rotate(-90deg);
}

.quote-divider-top {
  background-color: #afafaf33;
  min-width: 2px;
  height: 68px;
  position: absolute;
  top: 0;
}

.tabs-testimonial-block {
  display: flex;
}

.tabs-testimonial-info {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-testimonial-person {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.tabs-testimonial-person-position {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  text-align: center;
  font-size: 14px;
}

.tabs-2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.about-6-projects-block {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-6-projects-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-6-projects-title-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.about-6-projects-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-6-projects-list-wrapper {
  width: 70%;
}

.about-6-projects-item-overlay {
  z-index: 5;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.about-7-slider-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-us-features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.paragraph-large-2 {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1.5em;
}

.about-7-slider-content-wrap {
  width: 40%;
}

.about-7-slider-content-wrap.ubicacion {
  width: 100%;
}

.about-us-feature-number {
  color: var(--primary-color-cib-n-3);
  margin-top: 15px;
  margin-right: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.text-left {
  text-align: left;
}

.about-7-slider-photo {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 460px;
  margin: 40px auto 80px;
  display: block;
  box-shadow: 0 10px 40px #0003;
}

.about-us-features-wrap {
  display: flex;
}

.about-photos-slider-background {
  position: absolute;
  inset: -6% 0% 0%;
  transform: scale(1.3);
}

.about-7-slider-wrap {
  width: 60%;
  position: relative;
}

.slider-arrow {
  color: var(--primary-color-cib-n-3);
  background-color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .3s;
  box-shadow: 0 0 30px #00000026;
}

.slider-arrow:hover {
  background-color: var(--primary-color-cib-n-3);
  color: #fff;
}

.slider-arrow.about-us-right-arrow {
  right: 15px;
}

.slider-arrow.about-us-left-arrow {
  left: 15px;
}

.about-7-slide-paddings {
  padding-left: 40px;
  padding-right: 40px;
}

.section-with-blue-bg {
  background-color: var(--primary-color-cib-n-3);
  justify-content: center;
  display: flex;
}

.about-7-features-item-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-7-features-item {
  z-index: 0;
  text-align: center;
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  width: 25%;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-7-features-item.last-child {
  border-right-style: none;
}

.about-7-features-number {
  color: var(--white);
  font-family: Old Standard TT, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.about-7-features-image {
  z-index: -1;
  color: #0003;
  margin-top: -20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 100px;
  position: relative;
  transform: rotate(12deg);
}

.search {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-block h2 {
  margin-bottom: 20px;
}

.rich-text-block h3 {
  margin-top: 25px;
}

.rich-text-block h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 30px;
}

.rich-text-block h5, .rich-text-block h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-wrap {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-in-touch {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.paragraph-mini {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-mini.white-text {
  color: var(--white);
}

.primary-white-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--main-dark-color-cib-a-1);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 90px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-white-button:hover {
  border-color: var(--main-dark-color-cib-a-1);
  background-color: var(--main-dark-color-cib-a-1);
  opacity: 1;
  color: var(--white);
}

.primary-white-button.transparent-button {
  color: var(--white);
  background-color: #0000;
}

.primary-white-button.transparent-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--main-dark-color-cib-a-1);
}

.primary-white-button.home-2-hover:hover, .primary-white-button.white-button:hover {
  border-color: var(--white);
  background-color: #0000;
}

.primary-white-button.home-4-free-quote {
  color: var(--white);
  background-color: #0000;
}

.primary-white-button.home-4-free-quote:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--main-dark-color-cib-a-1);
}

.secondary-white-button {
  border: 1px solid var(--main-dark-color-cib-a-1);
  color: var(--main-dark-color-cib-a-1);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 90px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: all .3s;
  display: block;
}

.secondary-white-button:hover {
  background-color: var(--main-dark-color-cib-a-1);
  opacity: 1;
  color: var(--white);
}

.secondary-white-button.footer-main-button {
  background-color: #0000;
}

.secondary-white-button.footer-main-button:hover {
  background-color: var(--main-dark-color-cib-a-1);
}

.secondary-white-button.price {
  flex-wrap: nowrap;
  display: flex;
}

.home-banner-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  place-content: center space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.home-content-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-1-title {
  max-width: 600px;
  font-family: Alexandria, sans-serif;
  font-weight: 500;
}

.home-main-image-wrap {
  background-image: url('../images/Bodegas_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 600px;
  position: relative;
}

.top-container {
  width: 100%;
  display: flex;
}

.banner-item {
  flex-direction: row;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-money {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.bottom-container {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.home-1-banner-video {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: visible;
}

.home-1-banner-video:hover {
  opacity: 1;
  color: var(--white);
}

.play-button-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
}

.play-button-icon-home-1 {
  z-index: 7;
  color: var(--main-dark-color-cib-a-1);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  position: relative;
}

.see-projects-wpapper {
  z-index: 200;
  background-color: var(--main-dark-color-cib-a-1);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 260px;
  height: auto;
  padding: 50px 20px;
  display: flex;
  position: absolute;
  inset: auto auto -160px -130px;
}

.main-banner-arrow {
  margin-bottom: 20px;
}

.projects-link {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.section-we-work-with {
  padding-top: 240px;
  padding-bottom: 80px;
  overflow: hidden;
}

.we-work-with {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-item {
  justify-content: center;
  transition: opacity .3s;
  display: flex;
}

.wrapper-item:hover {
  opacity: .5;
}

.image-partners {
  height: 30px;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-home-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.tablet-menu-2 {
  display: none;
}

.brand-2 {
  transition-property: opacity;
}

.brand-2:hover {
  opacity: .7;
}

.brand-2.w--current {
  transition-property: opacity;
}

.nav-dropdown-transparent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.dropdown-header {
  color: #afafaf;
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: opacity .2s;
  display: flex;
}

.dropdown-header:hover {
  opacity: .7;
}

.dropdown-header.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.link-black {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  transition: opacity .5s;
  display: block;
}

.link-black:hover {
  opacity: .5;
}

.link-black.home-7-white-last {
  color: var(--white);
  text-transform: lowercase;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
}

.link-black.home-7-white-last:hover {
  opacity: .7;
}

.link-black.networks-home-2-first {
  color: #afafaf;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: color;
}

.link-black.networks-home-2-first:hover {
  opacity: 1;
  color: #000;
}

.link-black.networks-home-2 {
  color: #afafaf;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: color;
}

.link-black.networks-home-2:hover {
  opacity: 1;
  color: #000;
}

.link-black.home-7-white {
  color: var(--white);
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
}

.link-black.home-7-white:hover {
  opacity: .7;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  display: flex;
}

.nav-dropdown-link-2 {
  color: var(--main-dark-color-cib-a-1);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--primary-color-cib-n-3);
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: var(--main-dark-color-cib-a-1);
  font-weight: 400;
}

.nav-dropdown-link-2.w--current:hover {
  color: var(--primary-color-cib-n-3);
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.search-shop-con-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: none;
}

.search-shop-con-2.home-5 {
  display: none;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.header-social-networks {
  display: flex;
}

.header-social-networks.home-5, .header-social-networks.tablet-and-mobile-home-5, .header-social-networks.home-2 {
  display: none;
}

.nav-item-title-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.line {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-mobile-2 {
  padding-left: 0;
  display: none;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.border-wrap {
  display: flex;
}

.navbar-search-icon-2 {
  color: #0e0e0e;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
}

.nav-dropdown-list-2.portfolio-details.w--open {
  width: 220px;
}

.nav-dropdowm-link-line {
  background-color: var(--primary-color-cib-n-3);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-header {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.navigation-menu-home-1 {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-abstrakt {
  max-width: none;
  height: 30px;
}

.benefits-container {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.benefits-wrapper-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.benefits-wrapper-left._2 {
  justify-content: flex-start;
}

.benefit-button-wrap {
  margin-top: 40px;
}

.benefits-wrapper-right {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.our-benefit-wrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding-right: 40px;
}

.blue-text-span {
  color: var(--primary-color-cib-n-3);
}

.who-we-are {
  padding-right: 20px;
}

.footer-main-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dark-footer-wrapper {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.footer-light-blue-wrap {
  background-color: var(--primary-light-blue-cib-a-6);
  text-align: left;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 95%;
  display: flex;
  position: relative;
}

.footer-light-blue-wrap._12 {
  display: none;
}

.light-blue-container {
  background-color: var(--primary-light-blue-cib-a-6);
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.light-blue-container.map {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-footer-white {
  color: var(--white);
  width: auto;
}

.footer-paradraph {
  color: var(--cib-b-1);
  text-transform: none;
  width: 0;
  min-width: 400px;
}

.footer-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-phone {
  color: var(--cib-b-1);
  margin-top: 20px;
  transition-property: color;
  display: block;
}

.footer-link-phone:hover {
  opacity: 1;
  color: var(--white);
}

.our-page-wrap {
  justify-content: flex-start;
  position: relative;
}

.button-footer-gray {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 0 3px;
  display: inline-block;
}

.button-footer-gray:hover {
  color: #afafaf;
}

.link-footer-line-white {
  background-color: #fff;
  justify-content: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.socials {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contacts-footer-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.contact-footer-inputs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-footer-item-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--dark-gray-50);
  color: var(--dark-gray-paragraph-text-cib-a-2);
  background-color: #0000;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s;
}

.contacts-footer-item-input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary-color-cib-n-3);
}

.contacts-footer-item-input {
  font-size: 18px;
}

.contacts-footer-item-input::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
}

.message-footer-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-gray-50);
  color: var(--dark-gray-paragraph-text-cib-a-2);
  background-color: #0000;
  min-height: 80px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.message-footer-item:focus {
  border-bottom-color: var(--primary-color-cib-n-3);
}

.message-footer-item::placeholder {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-family: Poppins, sans-serif;
}

.footer-link-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.pages-footer-link {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  transition-property: color;
}

.pages-footer-link:hover {
  opacity: 1;
  color: var(--primary-color-cib-n-3);
}

.footer-copyright-text-link {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  text-align: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  transition-property: color;
}

.footer-copyright-text-link:hover {
  opacity: 1;
  color: var(--primary-color-cib-n-3);
}

.footer-adress {
  color: var(--cib-b-1);
  width: auto;
}

.blue-link {
  justify-content: flex-start;
  position: relative;
}

.button-blue-color {
  color: var(--primary-color-cib-n-3);
  text-transform: none;
  background-color: #0000;
  padding: 0 0 3px;
  display: inline-block;
}

.button-blue-color:hover {
  opacity: 1;
  color: #afafaf;
}

.blue-line {
  background-color: var(--primary-color-cib-n-3);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post-link {
  transition-property: color;
}

.blog-post-link:hover {
  opacity: 1;
}

.blog-description {
  margin-bottom: 20px;
}

.horizontal-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.services-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.services-items-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -90px;
  display: flex;
  transform: translate(0, -90px);
}

.services-items-wrap._2 {
  margin-top: 30px;
}

.service-item {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 3px 0 15px #194a5d26;
}

.number-intro-wrapper {
  border: 1px solid var(--primary-color-cib-n-3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.number-intro {
  color: var(--primary-color-cib-n-3);
  font-size: 24px;
}

.intro-wrap {
  grid-column-gap: 20px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.blue-blog-title {
  color: var(--cib-n-2);
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title-description {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Alexandria, sans-serif;
  font-weight: 300;
}

.banner-title-description._2 {
  color: var(--main-dark-color-cib-a-1);
  margin-bottom: 21px;
}

.top-service-wrap {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.service-image {
  object-fit: cover;
  background-image: url('../images/Bodegas_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 500px;
  margin-left: 20px;
  box-shadow: 0 1px 10px #2b3d4140;
}

.blue-bg {
  z-index: -1;
  background-color: var(--primary-light-blue-cib-a-6);
  margin-top: 70px;
  position: absolute;
  inset: 0%;
}

.services-text {
  width: 370px;
}

.services-text.geo {
  margin-bottom: 15px;
}

.project-description {
  text-align: center;
  width: 640px;
}

.subtitle-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.published-on {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  margin-top: 0;
  margin-bottom: 0;
}

.project-name {
  transition: color .3s;
}

.project-name:hover {
  color: var(--primary-color-cib-n-3);
}

.project-link:hover {
  opacity: 1;
}

.projects-text-wrapper {
  padding-top: 10px;
}

.project-image {
  object-fit: cover;
  width: 270px;
  height: 300px;
}

.project-link-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.section-dark {
  background-color: var(--main-dark-color-cib-a-1);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.section-dark.espacio-arriba {
  padding-top: 181px;
}

.skills-real-estate {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.skills-content {
  width: 40%;
}

.skills-images-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hub-of-skills-title {
  color: var(--white);
  width: 300px;
}

.skills-description {
  color: var(--cib-b-1);
  width: 360px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.image-1 {
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.image-2-small {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

.reviews-tab {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.reviews-tabs-content {
  flex: none;
  width: 50%;
}

.review-tab {
  grid-column-gap: 20px;
  color: var(--main-dark-color-cib-a-1);
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  width: 380px;
  padding: 30px 45px;
  display: flex;
}

.review-tab.w--current {
  color: var(--white);
  background-color: #0000;
  width: 380px;
}

.image-reviewer {
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

.feedback {
  color: var(--primary-color-cib-n-3);
}

.reviews-tab-menu {
  grid-row-gap: 20px;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.tab-overlay {
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 0 15px #00000026;
}

.image-main-banner {
  object-fit: cover;
  width: 100vw;
  height: 30vh;
  margin-bottom: 40px;
  position: absolute;
  inset: 0%;
}

.navigation-menu-home-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.home-2-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.collection-list-wrapper-3 {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home-2-content-wrapper {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  display: flex;
  position: relative;
}

.home-2-title-text {
  color: var(--white);
  max-width: 600px;
  font-size: 90px;
  font-weight: 400;
}

.home-2-banner-subtitle {
  color: var(--white);
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bottom-container-home-2 {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.play-button-icon-home-2 {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  position: relative;
}

.play-button-home-2-item {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
}

.home-2-banner-video-content {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: visible;
}

.home-2-banner-video-content:hover {
  opacity: 1;
  color: var(--white);
}

.get-in-touch-container-home-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-container-home-2 {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-money-white {
  color: var(--cib-n-1);
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.saving-your-money {
  color: var(--white);
  text-align: left;
}

.saving-your-money.obscuro {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-item-title-white {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.nav-item-title-white.mobile {
  display: none;
}

.nav-item-title-white.fondo-blanco {
  color: var(--black-cib-a-0);
}

.nav-dropdown-icon-white {
  color: var(--white);
  font-size: 16px;
  display: block;
}

.banner-item-home-2 {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 300px;
  margin-bottom: 10px;
  display: flex;
}

.benefits-container-home-2 {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.benefits-wrapper-home-2 {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.benefits-home-2-wrapper-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.home-2-benefit-image {
  white-space: normal;
  background-image: url('../images/plano-1.jpg');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100vh;
}

.who-we-are-home-2 {
  padding-bottom: 20px;
  padding-right: 20px;
}

.section-light-blue-bg {
  background-color: var(--primary-light-blue-cib-a-6);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-light-blue-bg.with-png-group {
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.the-best-property {
  grid-column-gap: 70px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-title {
  color: var(--main-dark-color-cib-a-1);
  width: 100%;
}

.property-text {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.image-home-1 {
  object-fit: cover;
  width: 270px;
  height: 480px;
}

.image-home-2 {
  object-fit: cover;
  width: 270px;
  height: 580px;
}

.property-images-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.property-video {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: absolute;
  inset: auto auto 180px 209px;
  overflow: visible;
}

.property-video:hover {
  opacity: 1;
  color: var(--white);
}

.home-2-play {
  transition: filter .2s;
}

.home-2-play:hover {
  filter: grayscale();
}

.property-intro-content {
  flex: 1;
  width: auto;
}

.our-service-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.our-service-wrap.horizonta {
  flex-direction: row;
}

.our-service-container {
  width: 500px;
}

.home-2-service-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-2-service-container.logistica {
  flex-direction: row;
}

.image-blue-home {
  object-fit: cover;
  border-radius: 10px;
  width: 600px;
  height: 280px;
}

.our-service-items {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.our-services-item {
  width: 25%;
}

.our-services-item.last-intro-item {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.services-number {
  margin-right: 10px;
  display: inline;
}

.item-services-wrap {
  align-items: center;
  display: flex;
}

.video-section {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.home-2-video-section {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.home-2-video-section:hover {
  opacity: 1;
  color: var(--white);
}

.home-2-video-section._2 {
  justify-content: flex-start;
}

.big-play {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.big-play._2 {
  width: auto;
  height: auto;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-play-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.abstract-title {
  width: 350px;
}

.testimonials-title {
  width: 250px;
}

.home-2-slider-intro-arrow {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-2-slider-intro-arrow.right {
  transform: rotate(180deg);
}

.testimonials-text {
  color: var(--primary-color-cib-n-3);
}

.home-2-testimonials-slider-profile {
  align-items: center;
  display: flex;
}

.line-header-white, .line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.center-content-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.home-2-blog-collection {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-blog-list-collection {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-2-blog-collection-item {
  background-color: var(--white);
  width: 50%;
}

.home-2-blog-image-link {
  width: 100%;
  overflow: hidden;
}

.home-2-blog-image-link:hover {
  opacity: 1;
}

.home-2-blog-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.home-2-blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.home-2-published-on {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.home-2-blog-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-description-home-2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-2-testimonials-wrap {
  background-color: var(--white);
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.testimonials-wrap-left {
  z-index: 100;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: relative;
}

.testimonials-description {
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.left-arrow-intro {
  z-index: 200;
  border: 1px solid var(--dark-gray-paragraph-text-cib-a-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 80px 0%;
}

.left-arrow-intro.right-arrow {
  inset: auto auto 80px 177px;
}

.t-estimonials-slide {
  background-color: var(--primary-light-blue-cib-a-6);
  width: 370px;
  height: 430px;
  margin-right: 30px;
  padding: 30px;
}

.banner-slide-active-item {
  color: #0f5cfa;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.banner-slide-active-item.slide-3 {
  opacity: 0;
  color: var(--primary-color-cib-n-3);
  max-height: none;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.banner-slide-active-item.slide-1 {
  color: var(--primary-color-cib-n-3);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.banner-slide-active-item.slide-2 {
  z-index: 100;
  opacity: 0;
  color: var(--primary-color-cib-n-3);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.banner-slide-active-item.slide-4-intro {
  opacity: 0;
  color: var(--primary-color-cib-n-3);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.banner-slide-active-item.slide-5-intro {
  z-index: 100;
  opacity: 0;
  color: var(--primary-color-cib-n-3);
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.banner-slider-slash-2 {
  color: #afafaf;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 18px;
}

.slide-nav-wrapper {
  z-index: 200;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 93px 50px;
}

.banner-slide-nonactive {
  color: #afafaf;
}

.banner-slide-active {
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: auto;
  display: flex;
  position: relative;
}

.white-overlay-home-2 {
  z-index: 100;
  background-color: var(--white);
  width: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.password {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.brand-3 {
  z-index: 50;
}

.image-6 {
  width: 645px;
}

.blue-title-h1, .blue-title-h2 {
  color: var(--primary-color-cib-n-3);
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-2.black-background {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.banner-title-2 {
  color: var(--white);
  text-align: center;
}

.collection-image-banner {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-item-9 {
  justify-content: center;
  align-items: center;
}

.image-about-us-1, .image-home-2-video {
  object-fit: cover;
  width: 100vw;
  height: 500px;
}

.section-top-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-top-banner.banner-about-us-1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Bodegas-Full-9.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 550px;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-wrapper-right-about-us {
  grid-column-gap: 85px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-benefit-wrap-about-us-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
}

.banner-about-us-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.about-us-description {
  color: var(--white);
}

.play-about-us-1 {
  transition: opacity .2s;
}

.play-about-us-1:hover {
  opacity: .5;
}

.about-us-1-main-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.video-about-us-1 {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  margin-right: 15px;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
  overflow: visible;
}

.video-about-us-1:hover {
  opacity: 1;
  color: var(--white);
}

.image-top-banner-about-us-1 {
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 600px;
  position: absolute;
}

.story-of-success-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-real-story-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 820px;
  max-width: 870px;
  display: flex;
}

.our-image-of-story {
  width: 30%;
}

.success-story-wrapper {
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.our-story-img {
  object-fit: cover;
  width: 100%;
  max-width: 645px;
  height: 679px;
  max-height: 770px;
}

.our-story-title-wrap {
  width: 400px;
}

.our-story-title {
  padding-right: 100px;
}

.story-subtitle {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.our-story-image-2 {
  object-fit: cover;
  width: 100%;
  height: 432px;
}

.image-real-story-wrap {
  width: 40%;
}

.real-story-wrapper {
  width: 60%;
}

.our-story {
  margin-top: 0;
  margin-bottom: 10px;
}

.our-story.claro {
  color: var(--cib-b-1);
}

.awards-images-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.awards-image-1 {
  width: 225px;
  height: 350px;
}

.awards-name {
  color: var(--primary-color-cib-n-3);
  flex-direction: column;
}

.awards-year {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.award-item-wrap {
  padding-top: 10px;
}

.awards-collection-item {
  width: 225px;
}

.awards-image-2 {
  width: 225px;
  height: 400px;
}

.team-grid-item {
  width: 310px;
  height: auto;
}

.text-white-2 {
  color: #fff;
}

.home-6-team-social {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  transition: all .3s;
}

.home-6-team-social:hover {
  color: var(--primary-color-cib-n-3);
}

.team-primary-overlay {
  background-color: var(--main-dark-color-cib-a-1);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-grid-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.home-6-team-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.photo-wrap {
  position: relative;
}

.team-member-name {
  color: var(--primary-color-cib-n-3);
  margin-top: 20px;
  margin-bottom: 0;
}

.section-our-story {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.banner-title-3 {
  color: var(--white);
  text-align: center;
}

.top-main-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 460px;
}

.section-mini-height {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-mini-height.banner-our-team {
  background-image: linear-gradient(#00000026, #00000026);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-mini-height.banner-our-team.layout {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Distribuidor_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-mini-height.banner-our-price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-mini-height.banner-faq {
  background-image: linear-gradient(#00000059, #00000059);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-main-image-home-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
}

.collection-item-home-3 {
  justify-content: center;
  align-items: center;
}

.collection-image-banner-home-3 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.top-dark-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.service-item-home-3 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 350px;
  height: auto;
  min-height: 185px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 3px 0 15px #194a5d26;
}

.intro-wrap-home-3 {
  grid-column-gap: 20px;
  align-items: center;
}

.service-image-home-2 {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 500px;
  margin-left: 20px;
  box-shadow: 0 1px 10px #2b3d4140;
}

.number-intro-wrapper-home-3 {
  background-image: url('../images/SVG-3_1SVG 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
}

.number-intro-wrapper-home-3.item-1 {
  background-image: url('../images/SVG-3_2SVG 3.webp');
}

.number-intro-wrapper-home-3.item-2 {
  background-image: url('../images/SVG-2_1SVG 2.webp');
}

.number-intro-wrapper-home-3.item-3 {
  background-image: url('../images/SVG-1_1SVG 1.webp');
}

.absolute-image {
  opacity: .3;
  background-image: url('../images/SVG-3_1SVG 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.absolute-image.item-1 {
  opacity: .3;
  background-image: url('../images/SVG-3_2SVG 3.webp');
  width: 100px;
  height: 100px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.absolute-image.item-2 {
  background-image: url('../images/SVG-2_1SVG 2.webp');
}

.absolute-image.item-3 {
  background-image: url('../images/SVG-1_1SVG 1.webp');
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title-2 {
  color: var(--main-dark-color-cib-a-1);
  margin-top: 0;
  margin-bottom: 30px;
}

.blue-title-h-3 {
  color: var(--primary-color-cib-n-3);
}

.meet-our-team {
  color: var(--primary-color-cib-n-3);
  margin-bottom: 0;
  font-size: 16px;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.home-10-banner-section-2 {
  flex-direction: column;
  height: 100vh;
  position: relative;
  bottom: 60px;
}

.home-10-banner-title-2 {
  color: #fff;
  max-width: 100%;
  font-family: Old Standard TT, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
}

.home-10-banner-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-banner-left {
  left: 5%;
}

.home-banner-right {
  color: #afafaf;
  background-color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .3s;
  box-shadow: 0 0 30px #0d369f1a;
}

.home-banner-right:hover {
  color: #0f5cfa;
  font-size: 24px;
}

.home-banner-right.right {
  right: 3%;
}

.home-banner-right.right:hover {
  color: var(--primary-color-cib-n-3);
}

.home-banner-right.left {
  left: 3%;
}

.home-banner-right.left:hover {
  color: var(--primary-color-cib-n-3);
}

.collection-item-banner-home-4 {
  z-index: 100;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.top-main-image-home-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
}

.top-dark-overlay-home-4 {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.collection-item-img-home-4 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-home-4 {
  object-fit: cover;
  width: 100vw;
  height: 500px;
  position: absolute;
  inset: 0%;
}

.section-customers {
  height: auto;
  position: relative;
  overflow: hidden;
}

.home-4-dark-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.top-main-image-reviews {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 650px;
}

.section-contacts {
  position: relative;
}

.contact-us-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 400px;
}

.absolute-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.free-trial-title-with-bg {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
}

.image-contacts-page {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 150vh;
}

.contacts-overlay {
  background-image: linear-gradient(#00000059, #00000059);
  position: absolute;
  inset: 0%;
}

.paragraph-link {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-link:hover {
  color: var(--primary-color-cib-n-3);
}

.contacts-3-form-item-wrap {
  text-align: center;
  width: 100%;
}

.our-price-img-item {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 400px;
}

.section-subtitle-white {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title-white {
  color: var(--white);
}

.section-ttile-description-white {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
}

.blue-overlay {
  z-index: 100;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.top-main-image-price {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 460px;
}

.our-pricing-background-dark {
  z-index: -1;
  background-color: var(--main-dark-color-cib-a-1);
  background-image: url('../images/Abstrakt-PNG-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-title-faq {
  color: var(--white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.top-main-image-faq, .top-main-image-blog-post {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 460px;
}

.blog-overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.primary-button-blog-search {
  border: 1px solid var(--main-dark-color-cib-a-1);
  background-color: var(--main-dark-color-cib-a-1);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 0 90px 90px 0;
  flex-direction: row;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-button-blog-search:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--main-dark-color-cib-a-1);
}

.link-block-sidebar {
  margin-top: 15px;
}

.category-name {
  margin-top: 0;
}

.home-blog-category {
  grid-column-gap: 27px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-blog-details {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.home-12-subscribe-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.section-subscribe {
  background-image: linear-gradient(#0000004d, #0000004d);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-6 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.subscribe-input {
  border: 1px solid #fff;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  width: 360px;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  line-height: 1;
}

.subscribe-input:focus {
  border-style: solid;
  border-color: #000 #0000 #000 #000;
}

.subscribe-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.collection-item-10 {
  justify-content: center;
  align-items: center;
}

.image-subscribe {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 400px;
}

.home-blog-grid {
  grid-column-gap: 27px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-grid-collection-item {
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-blog-grid-collection-container {
  background-color: var(--white);
  width: 31%;
}

.top-main-image-portfolio {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 460px;
}

.tab-text {
  text-transform: none;
  font-family: Old Standard TT, sans-serif;
  font-size: 22px;
}

.photo-section {
  position: relative;
}

.projrct-overlay {
  background-image: linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.project-section {
  position: relative;
}

.project-overlay {
  background-image: linear-gradient(#0000004d, #0000 42%);
  position: absolute;
  inset: 0%;
}

.portfolio-grid-collection-category {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.paragraph-adress {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.licensing-image-item {
  object-fit: cover;
  width: 270px;
  height: 320px;
}

.banner-description-lp {
  color: var(--steel-blue-lp-cib-n-3);
  text-align: center;
  text-transform: uppercase;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-ttile-description-lp {
  text-align: center;
  max-width: 600px;
  margin-top: 20px;
}

.section-title-wrapper-lp {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.key-features {
  color: var(--white);
  font-size: 16px;
}

.collection-image-banner-locations {
  z-index: -1;
  height: 550px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.real-estate {
  color: var(--white);
  max-width: 700px;
}

.landing-page-title {
  color: var(--steel-blue-lp-cib-n-3);
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black-cib-a-0);
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: none;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--black-cib-a-0);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black-cib-a-0);
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: none;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: var(--black-cib-a-0);
}

.heading-6 {
  font-family: Alexandria, sans-serif;
  font-weight: 500;
}

.heading-7 {
  font-family: Alexandria, sans-serif;
  font-weight: 300;
}

.heading-8 {
  color: var(--cib-a-1);
}

.heading-9 {
  color: var(--main-dark-color-cib-a-1);
}

.heading-10 {
  font-size: 40px;
  font-weight: 400;
}

.mobil-logo {
  display: none;
}

.heading-11 {
  color: var(--primary-light-blue-cib-a-6);
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: -30% 0% auto;
}

.div-block-2 {
  object-fit: cover;
  background-image: linear-gradient(#0026417d, #0026417d), url('../images/PANORAMICA-Editada-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 500px;
  padding: 40px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
  inset: 11% 0% auto;
}

.heading-12 {
  color: #fff;
  text-align: center;
  max-width: 500px;
  font-size: 20px;
  font-weight: 300;
}

.text-span-2 {
  color: var(--cib-n-3);
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  max-width: 400px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}

.heading-13.blanco {
  color: var(--cib-b-1);
}

.heading-14 {
  color: var(--cib-b-1);
  margin-bottom: 10px;
}

.heading-15 {
  color: var(--cib-n-2);
}

.paragraph-2 {
  color: var(--cib-n-2);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.image-1-copy {
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.list-item-2 {
  color: var(--dark-gray-paragraph-text-cib-a-2);
}

.image-7 {
  margin-bottom: 20px;
}

.div-block-5 {
  z-index: 1;
  background-color: #001521ad;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.heading-16 {
  max-width: 500px;
  font-size: 35px;
}

.video-about-us-1-copy {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 15px;
  padding: 14px;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
  overflow: visible;
}

.video-about-us-1-copy:hover {
  opacity: 1;
  color: var(--white);
}

.heading-17 {
  margin-top: 0;
  line-height: 1em;
}

.top-container-home-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  background-color: #ff6b0000;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.link-block {
  padding: 32px 20px;
}

.dropdown-header-copy {
  color: #afafaf;
  background-color: #0000;
  padding: 32px 20px;
  transition: opacity .2s;
  display: flex;
}

.dropdown-header-copy:hover {
  opacity: .7;
}

.dropdown-header-copy.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block {
  min-width: 100px;
}

.image-8 {
  margin-right: 10px;
}

.tercer-button {
  border: 1px solid var(--cib-n-3);
  background-color: var(--cib-n-3);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 90px;
  flex-direction: row;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.tercer-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--main-dark-color-cib-a-1);
}

.tercer-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.tercer-button.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tercer-button.register-now {
  font-size: 16px;
}

.tercer-button.register-now-home-2 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--main-dark-color-cib-a-1);
  font-size: 16px;
}

.tercer-button.register-now-home-2:hover {
  color: var(--white);
  background-color: #0000;
}

.tercer-button.full-width-mobile-coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
}

.tercer-button.submit, .tercer-button.submit-home-4, .tercer-button.submit-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tercer-button.peque-o, .tercer-button.pequeno {
  max-width: 200px;
}

.list-item-4 {
  color: var(--cib-n-2);
}

.text-block-2 {
  color: var(--dark-gray-paragraph-text-cib-a-2);
  font-family: Alexandria, sans-serif;
  font-weight: 300;
}

.image-2-small-copy {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.section-3 {
  min-height: 100vh;
  margin-top: 100px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-6.lay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-9 {
  border-radius: 10px;
}

.image-9._1 {
  height: auto;
  display: inline-block;
}

.success-message {
  background-color: #0000;
}

.text-span-3 {
  color: var(--cib-n-2);
}

.success-message-2 {
  background-color: #0000;
}

.text-block-3 {
  color: var(--cib-b-1);
  font-size: 20px;
}

.text-span-4 {
  color: var(--cib-n-2);
}

.error-message {
  border-radius: 10px;
}

.image-10 {
  width: 100vw;
}

.image-10._50-vw {
  width: 50vw;
}

.map-2 {
  height: auto;
  min-height: 600px;
}

.image-main-banner-2 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-money-white-2 {
  color: #ff2700;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.home-2-title-text-2 {
  color: #fff;
  max-width: 600px;
  font-size: 90px;
  font-weight: 400;
}

.home-2-content-wrapper-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
  position: relative;
}

.saving-your-money-2 {
  color: #fff;
  text-align: left;
}

.banner-section-2 {
  flex-direction: column;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-2-wrapper-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-2-banner-subtitle-2 {
  color: #fff;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.primary-white-button-2 {
  color: #002641;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 90px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-white-button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #002641;
  border-color: #002641;
}

.primary-white-button-2.home-2-hover:hover {
  background-color: #0000;
  border-color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link {
  width: 100%;
  height: 460px;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  padding: 40px;
  display: flex;
}

.map-3 {
  width: 40%;
  min-width: 40%;
  height: 200px;
}

.link-block-2 {
  display: flex;
}

.heading-20 {
  color: var(--white);
  text-transform: none;
}

.image-11 {
  margin-right: 15px;
}

.text-span-5 {
  text-transform: none;
  font-weight: 300;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.div-block-8 {
  background-color: var(--cib-a-1);
}

.light-blue-container-copy {
  background-color: var(--primary-light-blue-cib-a-6);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.light-blue-container-copy.map {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.map-4 {
  height: 220px;
}

.dark-footer-wrapper-copy {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 50px 50px 30px;
  display: flex;
}

.empty-state, .empty-state-2, .empty-state-3 {
  display: none;
}

._3-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-link-highlight {
  background-color: #1b998b;
  width: 100px;
  height: 3px;
  display: none;
  position: absolute;
  transform: perspective(1529px);
}

.container-small {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-small.padding-medium {
  padding-top: 36px;
  padding-bottom: 36px;
}

.category-link-text-wrap {
  color: #fff;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 3% 10% auto;
}

.category-link-block {
  min-width: 100%;
  height: 300px;
  position: relative;
  overflow: visible;
}

.category-link-block.category-image-left {
  background-image: url('../images/Bodegas-Full-10.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.category-link-block.category-image-right {
  background-image: url('../images/Bodegas_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.category-link-block.image-link-top {
  background-image: url('../images/Bodegas-Full-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 20px;
  display: grid;
}

.image-12 {
  border-radius: 10px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.home-slider {
    background-image: url('../images/home-slider-bg1.png');
    background-position: 50% 43%;
    background-size: 90%;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 2%;
  }

  .middle-style-spacing-desktop {
    top: 27%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .top-style-spacing-mobile {
    top: 2%;
  }

  .middlr-style-spacing-mobile {
    top: 27%;
  }

  .bottom-style-spacing-mobile {
    bottom: 10%;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .coming-soon-paragraph {
    width: 70%;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-image {
    height: 455px;
  }

  .banner-title-wrapper, .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .testimonials-item {
    min-height: 360px;
  }

  .contacts-3-banner-title-wrapper {
    width: 45%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts-3-banner-wrapper {
    padding-top: 50px;
  }

  .adress-cards-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .adress-card {
    padding: 25px;
  }

  .contacts-3-capabilities-wrap-left {
    padding-right: 0;
  }

  .contacts-3-capabilities-wrapper {
    grid-column-gap: 60px;
  }

  .contacts-3-form {
    width: 570px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    min-height: 350px;
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .project-template-banner-image {
    height: 100vh;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-home-pages-wrapper {
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .sidebar-search-input {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-blog-image {
    height: 430px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .location-map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .home-banner-title-wrapper {
    max-width: 840px;
  }

  .home-4-banner-title {
    max-width: 800px;
    font-size: 90px;
  }

  .home-form-left-block {
    padding-top: 140px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .home-form-number {
    font-size: 60px;
  }

  .home-4-slider-arrow.home-gallery-right {
    right: 30px;
  }

  .home-4-slider-arrow.home-gallery-left {
    left: 30px;
  }

  .top-footer-image, .top-footer-image.large-image {
    width: 20%;
  }

  .about-us-img._3 {
    width: 340px;
  }

  .about-us-img._4 {
    width: 280px;
  }

  .about-us-img._2 {
    width: 340px;
  }

  .home-5-team-wrap-right {
    width: 100%;
  }

  .home-6-team-image {
    width: 370px;
    height: 370px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-10-customers-grid {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .home-10-section-title-wrapper {
    margin-bottom: 60px;
  }

  .home-10-about-image {
    height: 420px;
  }

  .home-10-about-item {
    justify-content: center;
  }

  .home-10-services-image {
    height: 640px;
  }

  .home-10-services-overlay {
    width: 50%;
  }

  .home-10-services-with-image-wrapper {
    grid-column-gap: 80px;
  }

  .home-10-services-with-image-section {
    padding-bottom: 130px;
  }

  .home-10-features-wrapper {
    grid-column-gap: 80px;
  }

  .home-10-team-image {
    height: 360px;
  }

  .home-10-services-overlay-block {
    right: 14%;
  }

  .home-10-slider {
    width: 140%;
    overflow: hidden;
  }

  .home-10-slider-arrow.dark-right, .home-10-slider-arrow.light-right {
    left: 1120px;
    right: auto;
  }

  .home-10-slider-arrows-divider {
    max-width: 1020px;
    margin-left: 80px;
  }

  .home-10-slider-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-10-testimonials-slide {
    width: 520px;
  }

  .home-10-testimonials-card {
    justify-content: center;
  }

  .home-10-testimonials-slider-arrows-divider {
    max-width: 1020px;
    margin-left: 80px;
  }

  .about-6-content-wrapper {
    margin-bottom: 130px;
  }

  .about-6-contacts-wrap {
    height: 560px;
  }

  .about-6-contacts-content-wrapper {
    max-width: 560px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-7-features-item {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .about-7-features-number {
    font-size: 60px;
  }

  .about-7-features-image {
    height: 120px;
  }

  .center-title {
    padding-right: 140px;
  }

  .get-in-touch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-we-work-with {
    padding-top: 290px;
    padding-bottom: 130px;
  }

  .follow-our-socials {
    color: #000;
    line-height: 2em;
  }

  .nav-dropdown-link-2 {
    font-weight: 500;
  }

  .benefits-container {
    grid-column-gap: 100px;
  }

  .benefits-wrapper-right {
    grid-row-gap: 0px;
  }

  .our-benefit-wrap {
    padding-right: 80px;
  }

  .footer-light-blue-wrap {
    width: 93%;
  }

  .light-blue-container {
    padding-top: 100px;
    padding-left: 60px;
  }

  .text-footer-white {
    width: 310px;
  }

  .footer-link-container {
    grid-column-gap: 50px;
    justify-content: flex-start;
    margin-bottom: 50px;
  }

  .horizontal-wrapper {
    margin-bottom: 50px;
  }

  .services-items-wrap {
    grid-column-gap: 30px;
    margin-bottom: -110px;
    transform: translate(0, -110px);
  }

  .service-item {
    padding: 50px 55px;
  }

  .top-service-wrap {
    grid-column-gap: 100px;
  }

  .service-image {
    width: 570px;
    height: 730px;
  }

  .blue-bg {
    margin-top: 100px;
  }

  .subtitle-wrap {
    margin-bottom: 50px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
  }

  .project-image {
    height: 350px;
  }

  .section-dark {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .skills-content {
    width: 35%;
  }

  .skills-images-wrap {
    grid-column-gap: 30px;
  }

  .image-1 {
    height: 550px;
  }

  .image-2-small {
    height: 450px;
  }

  .reviews-tab {
    grid-column-gap: 130px;
  }

  .home-2-title-text {
    max-width: none;
    font-size: 100px;
  }

  .benefits-container-home-2 {
    grid-column-gap: 100px;
  }

  .benefits-wrapper-home-2 {
    grid-row-gap: 0px;
  }

  .section-light-blue-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .the-best-property {
    grid-column-gap: 100px;
  }

  .property-images-wrapper {
    grid-column-gap: 30px;
    flex: none;
    justify-content: flex-start;
  }

  .property-intro-content {
    width: 35%;
  }

  .image-blue-home {
    width: 470px;
  }

  .our-service-items {
    grid-column-gap: 40px;
  }

  .abstract-title {
    width: 440px;
  }

  .center-content-wrapper {
    margin-bottom: 50px;
  }

  .home-2-blog-image {
    height: 430px;
  }

  .testimonials-wrap-left {
    width: 27%;
  }

  .testimonials-description {
    width: 340px;
  }

  .left-arrow-intro, .left-arrow-intro.right-arrow {
    bottom: 50px;
  }

  .slide-nav-wrapper {
    bottom: 63px;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-2.black-background {
    background-size: contain;
  }

  .image-about-us-1, .image-home-2-video {
    height: 600px;
  }

  .section-top-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .benefits-wrapper-right-about-us {
    grid-column-gap: 100px;
  }

  .banner-about-us-title-wrapper {
    margin-top: 0;
  }

  .our-image-of-story {
    width: 35%;
  }

  .success-story-wrapper {
    margin-left: 3%;
  }

  .our-story-img {
    height: 651px;
  }

  .our-story-title {
    padding-right: 40px;
  }

  .our-story-image-2 {
    height: 380px;
  }

  .image-real-story-wrap {
    width: 40%;
  }

  .real-story-wrapper {
    width: 60%;
  }

  .awards-image-1, .awards-collection-item, .awards-image-2 {
    width: 270px;
  }

  .team-grid-item {
    width: 370px;
  }

  .team-grid-wrapper {
    grid-row-gap: 50px;
  }

  .section-mini-height {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .service-item-home-3 {
    height: 230px;
    padding: 50px 55px;
  }

  .service-image-home-2 {
    width: 570px;
    height: 730px;
  }

  .home-10-banner-title-2 {
    max-width: 100%;
    font-size: 90px;
  }

  .home-10-banner-text {
    max-width: 900px;
  }

  .image-home-4 {
    height: 600px;
  }

  .top-main-image-reviews {
    height: 800px;
  }

  .contact-us-img {
    height: 500px;
  }

  .image-contacts-page {
    height: 130vh;
  }

  .our-price-img-item {
    height: 500px;
  }

  .our-pricing-background-dark {
    height: 550px;
  }

  .banner-title-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-main-image-faq {
    height: 550px;
  }

  .primary-button-blog-search {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-blog-category {
    grid-column-gap: 30px;
  }

  .section-blog-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .section-subscribe {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-subscribe {
    height: 550px;
  }

  .home-blog-grid-collection-item {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }

  .collection-image-banner-locations {
    height: 580px;
  }

  .real-estate {
    max-width: 850px;
  }

  .heading-13.blanco {
    z-index: 100;
    position: relative;
  }

  .image-1-copy {
    height: 550px;
  }

  .image-2-small-copy {
    height: 450px;
  }

  .home-2-title-text-2 {
    max-width: none;
    font-size: 100px;
  }

  .light-blue-container-copy {
    padding-top: 100px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-slider {
    background-position: 50% 35%;
    background-size: 90%;
  }

  .footer {
    overflow: hidden;
  }

  .home-banner-title-wrapper {
    max-width: 1020px;
  }

  .home-4-featured-blog-posts-wrapper {
    grid-row-gap: 60px;
  }

  .home-form-left-block {
    padding-left: 60px;
    padding-right: 20px;
  }

  .home-form-icon {
    left: -50px;
  }

  .home-4-form-right-block {
    padding-left: 120px;
    padding-right: 120px;
  }

  .home-team-wrapper {
    grid-row-gap: 80px;
  }

  .home-4-pricing-background {
    height: 460px;
  }

  .about-us-img._1 {
    width: 380px;
  }

  .about-us-img._3 {
    width: 400px;
  }

  .about-us-img._4 {
    width: 300px;
  }

  .about-us-img._2 {
    width: 390px;
  }

  .home-5-our-services-wrap {
    align-items: center;
  }

  .home-6-team-image {
    width: 100%;
    height: 100%;
  }

  .home-10-services-overlay {
    top: 20%;
    bottom: 20%;
  }

  .about-7-slider-wrap {
    width: 100%;
    height: auto;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-7-features-image {
    height: 140px;
  }

  .home-main-image-wrap {
    width: 500px;
    height: 650px;
  }

  .bottom-container {
    margin-top: 50px;
  }

  .see-projects-wpapper {
    bottom: -110px;
  }

  .section-we-work-with {
    padding-top: 240px;
  }

  .footer-light-blue-wrap {
    width: 84%;
  }

  .light-blue-container {
    padding-left: 100px;
  }

  .home-2-content-wrapper {
    width: 910px;
    padding-top: 40px;
  }

  .home-2-title-text {
    font-size: 120px;
  }

  .bottom-container-home-2 {
    margin-top: 50px;
  }

  .home-2-testimonials-slider-profile {
    margin-top: 30px;
  }

  .home-2-testimonials-wrap {
    margin-left: 12%;
  }

  .testimonials-wrap-left {
    width: 24%;
  }

  .section-2.black-background {
    background-position: 5%;
  }

  .section-top-banner.banner-about-us-1 {
    min-height: 560px;
  }

  .our-real-story-content {
    width: 830px;
  }

  .our-image-of-story {
    width: 40%;
  }

  .success-story-wrapper {
    margin-left: 8%;
  }

  .team-grid-item {
    height: 100%;
  }

  .home-2-title-text-2 {
    font-size: 120px;
  }

  .home-2-content-wrapper-2 {
    width: 910px;
    padding-top: 40px;
  }

  .light-blue-container-copy {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    padding-top: 180px;
  }

  .section.home-slider {
    background-position: 50% 58%;
    background-size: 70%;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-banner-title-wrapper {
    max-width: 1200px;
  }

  .about-us-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-us-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-us-img._4 {
    left: 48%;
  }

  .home-10-services-overlay {
    width: 45%;
    right: 20%;
  }

  .home-10-services-overlay-block {
    right: 18%;
  }

  .home-10-testimonials-slide {
    width: 620px;
  }

  .about-6-contacts-content-wrapper {
    margin-left: 10%;
  }

  .testimonials-tab-1-link {
    background-color: #0000;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .about-7-features-item {
    padding-top: 100px;
  }

  .home-banner-grid {
    height: auto;
  }

  .home-main-image-wrap {
    height: 700px;
  }

  .home-1-banner-video {
    right: 15px;
  }

  .see-projects-wpapper {
    bottom: -130px;
  }

  .section-we-work-with {
    padding-top: 260px;
  }

  .text-footer-white {
    min-width: 400px;
    max-width: 600px;
  }

  .footer-paradraph {
    max-width: 600px;
  }

  .home-2-content-wrapper {
    padding-top: 0;
  }

  .home-2-title-text {
    font-size: 140px;
  }

  .home-2-banner-video-content, .property-video {
    right: 15px;
  }

  .home-2-testimonials-wrap {
    margin-left: 20%;
  }

  .testimonials-wrap-left {
    width: 18%;
  }

  .section-2.black-background {
    background-position: 22%;
  }

  .image-about-us-1, .image-home-2-video {
    height: 800px;
  }

  .video-about-us-1 {
    right: 15px;
  }

  .our-real-story-content {
    width: 100%;
  }

  .our-image-of-story {
    width: 55%;
  }

  .success-story-wrapper {
    margin-left: 19%;
  }

  .our-story-img {
    height: 770px;
  }

  .our-story-image-2 {
    height: 499px;
  }

  .image-real-story-wrap {
    width: 45%;
  }

  .real-story-wrapper {
    width: 55%;
  }

  .image-home-4 {
    height: 800px;
  }

  .video-about-us-1-copy {
    right: 15px;
  }

  .home-2-title-text-2 {
    font-size: 140px;
  }

  .home-2-content-wrapper-2 {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  .section.banner-testimonials {
    min-height: 480px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.with-blue-bg {
    background-color: var(--primary-light-blue-cib-a-6);
    padding-top: 80px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-column {
    padding-left: 0;
  }

  .spacing-system-image {
    width: 75%;
    margin-right: 10px;
  }

  .spacing-wrapper-mobile {
    justify-content: space-between;
    width: 70%;
    height: 200px;
    display: flex;
  }

  .spacing-columns {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 0%;
  }

  .top-style-spacing-desktop {
    font-size: 17px;
    font-weight: 600;
    top: 0%;
  }

  .spacing-wrapper {
    justify-content: space-between;
    height: 200px;
    display: flex;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
    display: inline-block;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .primary-button.register-now, .primary-button.register-now-home-2 {
    display: none;
  }

  .primary-button.submit-home-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-style-spacing-mobile {
    top: 0%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 0%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    width: 500px;
    font-size: 56px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.text-left.ubi {
    margin-bottom: 21px;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .process-image {
    object-fit: cover;
    display: block;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-location, .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .values-image {
    height: 350px;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .text-white.mb-20 {
    margin-bottom: 0;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .pricing-3-plan-item {
    width: 31%;
  }

  .pricing-3-plan-item.center-item {
    width: 38%;
  }

  .pricing-3-plan-content-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-3-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-3-plan-list {
    margin-top: 10px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title-mobile {
    max-width: 600px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contacts-title {
    text-align: center;
    margin-bottom: 40px;
    display: none;
  }

  .contacts-3-banner-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .adress-cards-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .adress-card {
    width: 100%;
    padding: 30px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 120px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-item {
    min-height: 430px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-image, .portfolio-grid-collection-item {
    height: 320px;
  }

  .portfolio-grid-title-wrapper {
    background-image: linear-gradient(to top, var(--main-dark-color-cib-a-1) 10%, transparent 80%, transparent);
    padding: 20px;
  }

  .portfolio-grad-title {
    font-size: 22px;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-image {
    height: 360px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .sidebar-search-input {
    padding-left: 22px;
    padding-right: 22px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-section.decimo {
    padding-top: 60px;
  }

  .home-blog-collection-item {
    width: 47%;
  }

  .home-blog-collection-list {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-banner-title-wrapper {
    max-width: none;
    padding-bottom: 90px;
  }

  .home-4-banner-title {
    max-width: 70%;
    font-size: 60px;
  }

  .home-4-banner-slider-arrow.home-banner-right {
    inset: auto 15px 40px auto;
  }

  .home-4-banner-slider-arrow.home-banner-left {
    inset: auto auto 40px 15px;
  }

  .home-form-left-block {
    width: 100%;
    padding-left: 60px;
    padding-right: 40px;
  }

  .home-4-form-right-block {
    width: 100%;
    min-height: 380px;
  }

  .home-4-form-section {
    flex-wrap: wrap;
  }

  .testimonials-card {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .home-team-wrap {
    max-width: 80%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-4-slider-photo {
    height: 600px;
    margin-bottom: 60px;
  }

  .home-4-slider-arrow.home-gallery-right {
    right: 15px;
  }

  .home-4-slider-arrow.home-gallery-left {
    left: 15px;
  }

  .top-footer-image {
    height: 260px;
  }

  .about-us-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-us-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-us-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-us-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-us-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-5-testimonials-slider {
    padding-bottom: 0;
  }

  .home-6-team-image {
    width: 354px;
    height: 354px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-10-form-text-field {
    width: 250px;
  }

  .home-10-section-background {
    font-size: 110px;
  }

  .home-10-section-title {
    top: 40px;
  }

  .home-10-about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-10-about-image {
    height: 100%;
  }

  .home-10-services-section {
    flex-wrap: wrap;
  }

  .home-10-services-image {
    width: 100%;
    height: 420px;
  }

  .home-10-services-right-block {
    width: 100%;
    height: 320px;
  }

  .home-10-services-overlay {
    width: 80%;
    top: auto;
    bottom: 140px;
    right: 10%;
  }

  .home-10-image {
    margin-top: -100px;
  }

  .home-10-services-with-image-wrapper {
    grid-column-gap: 40px;
  }

  .home-10-services-with-image-section {
    padding-top: 60px;
  }

  .home-10-features-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-10-features-wrap {
    width: 47%;
  }

  .home-10-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-10-team-wrap {
    width: 47.8%;
  }

  .home-10-team-image {
    height: 360px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .circle-counter-wrap {
    width: 50%;
  }

  .home-10-services-overlay-block {
    justify-content: center;
    align-items: flex-end;
    bottom: 10%;
    right: 0%;
  }

  .home-10-portfolio-slide {
    width: 320px;
  }

  .home-10-slider-arrows-divider, .home-10-testimonials-slider-arrows-divider {
    width: 80%;
  }

  .home-10-services-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-10-services-wrap {
    align-items: center;
    width: 47%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-5-partners-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-6-contacts-wrapper {
    flex-wrap: wrap;
  }

  .about-6-contacts-wrap {
    width: 100%;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .tabs-testimonials-quote {
    padding-left: 20px;
    font-size: 22px;
  }

  .home-tabs-menu {
    padding-left: 20px;
  }

  .quote-divider-block, .about-6-testimonials-subtitle.testimonial {
    display: none;
  }

  .tabs-testimonial-person {
    padding-left: 0;
  }

  .about-6-projects-block {
    flex-direction: column;
  }

  .about-6-projects-title-wrapper {
    grid-row-gap: 20px;
    width: 100%;
  }

  .about-6-projects-list-wrapper {
    width: 100%;
  }

  .about-7-slider-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .about-7-slider-content-wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-7-slider-content-wrap.ubicacion {
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-us-feature-number {
    font-size: 36px;
  }

  .about-7-slider-photo {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-us-features-wrap.ubi {
    flex-direction: column;
  }

  .about-7-slider-wrap {
    width: 100%;
  }

  .about-7-features-item-wrapper {
    flex-wrap: wrap;
  }

  .about-7-features-item {
    border-bottom: 1px solid #ffffff1a;
    width: 50%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .get-in-touch {
    grid-template-columns: 1fr;
  }

  .paragraph-mini.buy-real-estate {
    padding-right: 20px;
  }

  .secondary-white-button.price {
    flex: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    display: block;
  }

  .home-banner-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    margin-top: 100px;
    position: relative;
  }

  .home-1-title {
    max-width: 500px;
    font-size: 60px;
  }

  .home-main-image-wrap {
    z-index: -1;
    width: 100%;
    height: 340px;
  }

  .top-container {
    display: none;
  }

  .bottom-container {
    margin-top: 0;
  }

  .home-1-banner-video {
    bottom: 80px;
    right: 15px;
  }

  .see-projects-wpapper {
    border-top-right-radius: 0;
    height: auto;
    padding-top: 35px;
    padding-bottom: 20px;
    bottom: -110px;
    left: auto;
    right: 0%;
  }

  .section-we-work-with {
    padding-top: 190px;
  }

  .we-work-with {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .wrapper-item {
    width: 33%;
  }

  .nav-dropdown-home-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .socials-icons-wrapper {
    align-items: center;
    display: flex;
  }

  .follow-our-socials {
    padding-left: 20px;
  }

  .follow-our-socials.transparent-item {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .tablet-menu-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .nav-dropdown-transparent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .dropdown-header {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .link-black.networks-home-2-first {
    color: #000;
    padding-left: 0;
    font-weight: 500;
    transition-property: opacity;
  }

  .link-black.networks-home-2-first:hover {
    opacity: .7;
  }

  .link-black.networks-home-2 {
    color: #000;
    text-transform: lowercase;
    font-weight: 500;
    transition-property: opacity;
  }

  .link-black.networks-home-2:hover {
    opacity: .7;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-dropdown-link-2 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-link-2.w--current {
    font-size: 16px;
    font-weight: 500;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .search-shop-con-2, .search-shop-con-2.home-5 {
    display: none;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .header-social-networks {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 345px;
    margin-top: 40px;
    display: none;
  }

  .header-social-networks.home-5 {
    display: none;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .header-social-networks.home-2 {
    display: none;
  }

  .nav-close-icon-2 {
    align-self: stretch;
    max-width: 60%;
  }

  .menu-button-2 {
    text-align: right;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-item-title-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .line {
    background-color: var(--main-dark-color-cib-a-1);
  }

  .menu-wrapper {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .top-tablet-menu {
    width: 100%;
  }

  .logo-mobile-2 {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .border-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .wrapper-item-home-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10px;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .follow-us-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .line-header {
    background-color: var(--main-dark-color-cib-a-1);
    margin-bottom: 5px;
  }

  .navigation-menu-home-1 {
    background-color: #0000;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefits-container {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .benefits-wrapper-left, .benefits-wrapper-right {
    width: 100%;
  }

  .our-benefit-wrap {
    padding-right: 180px;
  }

  .who-we-are {
    padding-right: 220px;
  }

  .footer-main-container {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .dark-footer-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  .footer-light-blue-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .light-blue-container {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .text-footer-white, .footer-paradraph {
    width: 100%;
  }

  .footer-item-wrap {
    width: 50%;
  }

  .footer-item-wrap.first {
    width: 100%;
  }

  .footer-link-phone {
    margin-top: 10px;
  }

  .socials {
    justify-content: space-between;
  }

  .contacts-footer-form {
    padding-bottom: 50px;
  }

  .contact-footer-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-container {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 60px;
  }

  .services-wrap {
    width: 100%;
    padding-right: 0;
  }

  .services-items-wrap {
    grid-column-gap: 15px;
    margin-bottom: -115px;
    transform: translate(0, -115px);
  }

  .service-item {
    padding: 20px;
  }

  .intro-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .banner-title-description {
    width: 600px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .top-service-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .service-image {
    object-position: 50% 0%;
    background-position: 50% 40%;
    width: 100%;
    height: 350px;
    margin-left: 0;
  }

  .blue-bg {
    display: none;
  }

  .services-text {
    width: 100%;
    padding-right: 140px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .projects-text-wrapper {
    padding-top: 0;
  }

  .project-image {
    width: 100%;
    height: 350px;
  }

  .collection-item-2 {
    width: 47%;
  }

  .skills-real-estate {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .skills-content {
    width: 100%;
  }

  .skills-images-wrap {
    grid-column-gap: 30px;
  }

  .hub-of-skills-title, .skills-description {
    width: 100%;
  }

  .reviews-tab {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .reviews-tabs-content {
    width: 40%;
  }

  .review-tab {
    justify-content: center;
    width: 330px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-tab.w--current {
    justify-content: center;
    width: 330px;
  }

  .navigation-menu-home-2 {
    background-color: #0000;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-2-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-title-text {
    max-width: 100%;
  }

  .home-2-banner-subtitle {
    margin-bottom: 20px;
  }

  .home-2-banner-video-content {
    bottom: 80px;
    right: 15px;
  }

  .get-in-touch-container-home-2 {
    width: 100%;
    margin-top: 20px;
  }

  .top-container-home-2 {
    display: flex;
  }

  .nav-item-title-white {
    color: var(--main-dark-color-cib-a-1);
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 30px;
  }

  .nav-item-title-white.mobile {
    font-family: Alexandria, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .nav-dropdown-icon-white {
    color: var(--main-dark-color-cib-a-1);
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .benefits-container-home-2 {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .benefits-wrapper-home-2, .benefits-home-2-wrapper-left {
    width: 100%;
  }

  .home-2-benefit-image {
    width: 100%;
    height: 400px;
  }

  .who-we-are-home-2 {
    padding-right: 220px;
  }

  .the-best-property {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .property-title, .property-text {
    width: 100%;
  }

  .property-images-wrapper {
    grid-column-gap: 30px;
  }

  .property-video {
    bottom: 160px;
    left: 210px;
  }

  .property-intro-content, .our-service-container, .our-service-image {
    width: 100%;
  }

  .home-2-service-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-blue-home {
    object-position: 50% 30%;
    width: 100%;
  }

  .our-service-items {
    grid-column-gap: 30px;
    flex-wrap: wrap;
  }

  .our-services-item {
    width: 31%;
  }

  .our-services-item.last-intro-item {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .our-services-item.thitd-services-item {
    flex: 1;
  }

  .abstract-title {
    width: 100%;
  }

  .line-header-white {
    background-color: var(--white);
    margin-bottom: 5px;
  }

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

  .home-2-blog-list-collection {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-2-blog-collection-item {
    width: 47%;
  }

  .home-2-blog-image {
    height: 300px;
  }

  .testimonials-wrap-left {
    width: 45%;
  }

  .left-arrow-intro, .left-arrow-intro.right-arrow {
    bottom: 40px;
  }

  .t-estimonials-slide {
    height: 380px;
  }

  .slide-nav-wrapper {
    bottom: 53px;
  }

  .section-top-banner.banner-about-us-1 {
    min-height: 500px;
  }

  .benefits-wrapper-right-about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .our-benefit-wrap-about-us-1 {
    width: 30%;
  }

  .banner-about-us-title-wrapper {
    max-width: 450px;
  }

  .video-about-us-1 {
    margin-right: 90px;
  }

  .story-of-success-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .our-real-story-content {
    grid-row-gap: 30px;
    width: 100%;
    max-width: 100%;
  }

  .our-image-of-story {
    width: 100%;
  }

  .success-story-wrapper {
    padding-right: 15px;
  }

  .our-story-img {
    max-width: 100%;
    height: 400px;
    max-height: 100%;
  }

  .our-story-title-wrap {
    width: 100%;
  }

  .our-story-title {
    padding-right: 0;
  }

  .our-story-image-2 {
    height: 380px;
  }

  .awards-images-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .awards-image-1, .awards-collection-item {
    width: 100%;
  }

  .our-award-item-wrapper {
    width: 48%;
  }

  .awards-image-2 {
    width: 100%;
  }

  .team-grid-item {
    width: 354px;
  }

  .top-main-image {
    height: 310px;
  }

  .section-mini-height.banner-our-team, .section-mini-height.banner-our-price, .section-mini-height.banner-faq {
    min-height: 300px;
  }

  .service-item-home-3 {
    min-height: 165px;
    padding: 20px;
  }

  .intro-wrap-home-3 {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .service-image-home-2 {
    object-position: 50% 50%;
    width: 100%;
    height: 350px;
    margin-left: 0;
  }

  .free-trial-wrapper-2 {
    max-width: 500px;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .home-10-banner-title-2 {
    max-width: 80%;
    font-size: 60px;
  }

  .home-10-banner-text {
    max-width: none;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-banner-left {
    inset: auto auto 40px 15px;
  }

  .home-banner-right.right {
    inset: auto 15px 100px auto;
  }

  .home-banner-right.left {
    inset: auto auto 100px 15px;
  }

  .top-main-image-reviews {
    height: 500px;
  }

  .top-main-image-price {
    height: 310px;
  }

  .banner-title-faq {
    width: 600px;
  }

  .top-main-image-faq {
    height: 430px;
  }

  .top-main-image-blog-post {
    height: 310px;
  }

  .primary-button-blog-search {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-blog-category {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-blog-details {
    padding-top: 140px;
  }

  .home-12-subscribe-2 {
    max-width: 500px;
  }

  .subscribe-input {
    width: 300px;
  }

  .home-blog-grid-collection-item {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-blog-grid-collection-container {
    width: 47%;
  }

  .top-main-image-portfolio {
    height: 310px;
  }

  .portfolio-grid-collection-category {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-lp {
    max-width: 560px;
  }

  .collection-image-banner-locations {
    height: 850px;
  }

  .video-about-us-1-copy {
    margin-right: 90px;
  }

  .top-container-home-2-copy {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 25px;
    display: grid;
  }

  .dropdown-header-copy {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 3px 0;
  }

  .tercer-button {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tercer-button.register-now, .tercer-button.register-now-home-2 {
    display: none;
  }

  .tercer-button.submit-home-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .map-2 {
    height: auto;
  }

  .home-2-title-text-2 {
    max-width: 100%;
  }

  .home-2-content-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-banner-subtitle-2 {
    margin-bottom: 20px;
  }

  .section-5 {
    grid-template-columns: .75fr 1fr;
  }

  .div-block-7 {
    padding: 15px;
  }

  .section-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .light-blue-container-copy {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .dark-footer-wrapper-copy {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  ._3-grid-block {
    grid-template-columns: 1fr;
  }

  .container-small, .container-small.padding-medium {
    width: auto;
  }

  .div-block-10 {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.without-bottom-spacing-mobile-landscape {
    padding-bottom: 0;
  }

  .section.home-slider {
    background-size: 180%;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.with-blue-bg {
    padding-top: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    height: auto;
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    height: auto;
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 50px;
  }

  .h2-tablet {
    font-size: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    font-family: Alexandria, sans-serif;
  }

  .primary-button.submit-home-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-location {
    font-size: 16px;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 20px;
  }

  .text-white.invierte {
    text-align: center;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-3-plans-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-3-plan-item, .pricing-3-plan-item.center-item {
    width: 100%;
  }

  .pricing-3-plan-content-wrapper, .pricing-3-plan-content-wrapper.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-title-mobile {
    margin-bottom: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
    min-height: auto;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding: 10px 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .portfolio-grad-title {
    font-size: 20px;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-download-block-wrap {
    margin-bottom: 20px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-blog-collection-item {
    width: 100%;
  }

  .home-blog-collection-list {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .home-testimonials-slide-item {
    margin-right: 40px;
  }

  .right-arrow {
    right: 0;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-banner-title-wrapper {
    padding-bottom: 80px;
  }

  .home-banner-subtitle {
    font-size: 18px;
  }

  .home-4-banner-title {
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .home-4-banner-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .home-4-banner-slider-arrow.home-banner-right, .home-4-banner-slider-arrow.home-banner-left {
    color: var(--white);
    background-color: #0000;
  }

  .home-4-form-right-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-4-form {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .testimonials-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonial-card-quote-icon {
    font-size: 24px;
    top: -15px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .home-team-wrap {
    max-width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
  }

  .home-4-slider-photo {
    height: 400px;
  }

  .home-4-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .about-us-img {
    width: 100%;
    max-height: 420px;
  }

  .about-us-img._1, .about-us-img._5, .about-us-img._3, .about-us-img._4, .about-us-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .home-5-our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-5-team-wrap-right {
    width: 100%;
  }

  .home-5-testimonials-slider {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .home-5-testimonials-slider-mask {
    width: 100%;
    margin-left: 0;
  }

  .home-6-team-image {
    width: 100%;
    height: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-7-form {
    flex-wrap: wrap;
  }

  .home-9-team-member-wrap {
    width: 48%;
  }

  .home-10-banner-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-10-form-text-field {
    width: 280px;
  }

  .home-10-form {
    flex-wrap: wrap;
  }

  .home-10-customers-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-10-section-background {
    font-size: 80px;
  }

  .home-10-section-title {
    top: 25px;
  }

  .home-10-about-grid {
    grid-template-columns: 1fr;
  }

  .home-10-services-overlay {
    width: 90%;
    padding: 40px;
  }

  .home-10-image {
    width: 100%;
    height: 260px;
    margin-top: 30px;
  }

  .home-10-services-with-image-wrapper {
    flex-wrap: wrap-reverse;
  }

  .home-10-services-with-image-section {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .home-10-features-wrap {
    width: 46%;
  }

  .home-10-team-wrap {
    width: 100%;
  }

  .home-10-team-name {
    margin-top: 15px;
  }

  .home-10-services-overlay-block {
    bottom: 8%;
  }

  .home-10-slider-arrows-divider, .home-10-testimonials-slider-arrows-divider {
    width: 74%;
  }

  .home-10-services-wrap {
    width: 100%;
  }

  .about-5-partners-grid {
    grid-row-gap: 60px;
  }

  .about-6-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .about-6-content-wrap-left, .about-6-content-wrap-right {
    width: 100%;
  }

  .about-6-projects-wrapper {
    grid-template-columns: 1fr;
  }

  .about-7-slider-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-7-slider-content-wrap.ubicacion {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-7-slider-photo {
    max-width: 100%;
  }

  .about-us-features-wrap.ubi {
    flex-direction: row;
    align-items: flex-start;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-block h4 {
    font-size: 28px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-wrap {
    width: 70%;
  }

  .get-in-touch {
    grid-column-gap: 120px;
  }

  .paragraph-mini.buy-real-estate {
    margin-top: 0;
    padding-right: 0;
  }

  .paragraph-mini.rent-propertiess {
    margin-top: 0;
  }

  .secondary-white-button.price {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-banner-grid {
    grid-row-gap: 0px;
  }

  .home-content-wrap {
    margin-bottom: 40px;
  }

  .home-1-title {
    max-width: 400px;
    font-size: 50px;
  }

  .home-main-image-wrap {
    height: 350px;
  }

  .get-in-touch-container {
    margin-bottom: 0;
  }

  .home-1-banner-video {
    bottom: 60px;
  }

  .see-projects-wpapper {
    bottom: -145px;
  }

  .section-we-work-with {
    padding-top: 205px;
    padding-bottom: 60px;
  }

  .wrapper-item {
    width: 50%;
  }

  .brand-2.w--current, .brand-2.home-5 {
    padding-left: 0;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .header-social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .benefits-container {
    grid-row-gap: 40px;
  }

  .benefit-button-wrap {
    margin-top: 20px;
  }

  .our-benefit-wrap {
    padding-right: 60px;
  }

  .who-we-are {
    padding-right: 0;
  }

  .dark-footer-wrapper {
    grid-row-gap: 20px;
  }

  .light-blue-container {
    height: 650px;
  }

  .footer-link-container {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .services-items-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .service-item {
    text-align: left;
    width: 100%;
    padding: 25px;
  }

  .intro-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-title-description {
    width: 100%;
  }

  .services-text {
    padding-right: 0;
  }

  .project-description, .collection-item-2 {
    width: 100%;
  }

  .section-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skills-real-estate {
    grid-row-gap: 40px;
  }

  .skills-description {
    padding-bottom: 30px;
  }

  .image-1, .image-2-small {
    height: 350px;
  }

  .reviews-tab {
    flex-direction: column;
  }

  .reviews-tabs-content {
    width: 100%;
  }

  .review-tab {
    text-align: center;
    flex-direction: column;
  }

  .reviews-tab-menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }

  .home-2-title-text {
    font-size: 70px;
  }

  .home-2-banner-subtitle {
    max-width: 100%;
  }

  .home-2-banner-video-content {
    bottom: 60px;
  }

  .get-in-touch-container-home-2 {
    margin-bottom: 0;
  }

  .benefits-container-home-2 {
    grid-row-gap: 30px;
  }

  .home-2-benefit-image {
    height: 350px;
  }

  .who-we-are-home-2 {
    padding-right: 0;
  }

  .section-light-blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .the-best-property {
    grid-row-gap: 30px;
  }

  .image-home-1, .image-home-2 {
    height: 350px;
  }

  .property-video {
    bottom: 100px;
    left: 195px;
  }

  .our-service-wrap {
    grid-row-gap: 30px;
  }

  .home-2-service-container {
    grid-row-gap: 20px;
  }

  .our-service-items {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .our-services-item {
    width: 100%;
  }

  .our-services-item.last-intro-item {
    margin-top: 20px;
  }

  .testimonials-title {
    width: 100%;
  }

  .home-2-blog-list-collection {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .home-2-blog-collection-item {
    width: 100%;
  }

  .blog-description-home-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-2-testimonials-wrap {
    flex-wrap: wrap;
    padding-right: 15px;
  }

  .testimonials-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .testimonials-description {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .left-arrow-intro {
    inset: auto 0% 0% -150px;
  }

  .left-arrow-intro.right-arrow {
    inset: auto 0 0% 150px;
  }

  .t-estimonials-slide {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .slide-nav-wrapper {
    width: 100%;
    inset: auto auto 10px 0%;
  }

  .white-overlay-home-2 {
    display: none;
  }

  .section-2, .section-top-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-top-banner.banner-about-us-1 {
    min-height: 480px;
    padding-bottom: 100px;
  }

  .benefits-wrapper-right-about-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .our-benefit-wrap-about-us-1 {
    width: 45%;
  }

  .banner-about-us-title-wrapper {
    text-align: left;
    flex-direction: column;
    max-width: 100%;
  }

  .about-us-description {
    width: 380px;
  }

  .about-us-1-main-wrap {
    text-align: center;
  }

  .video-about-us-1 {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    inset: auto 0% auto auto;
  }

  .our-real-story-content {
    grid-row-gap: 20px;
  }

  .success-story-wrapper {
    flex-wrap: wrap;
    padding-right: 15px;
  }

  .our-story-img {
    height: 350px;
  }

  .story-subtitle {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .our-story-image-2 {
    object-position: 50% 70%;
    height: 250px;
  }

  .image-real-story-wrap, .real-story-wrapper {
    width: 100%;
  }

  .team-grid-item {
    width: 100%;
    height: auto;
    min-height: 340px;
  }

  .team-grid-wrapper {
    grid-row-gap: 30px;
  }

  .section-mini-height {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-item-home-3 {
    text-align: left;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 25px;
  }

  .intro-wrap-home-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .free-trial-title-2 {
    margin-bottom: 20px;
  }

  .home-10-banner-title-2 {
    max-width: 90%;
    font-size: 50px;
  }

  .home-10-banner-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-banner-right {
    width: 40px;
    height: 40px;
  }

  .image-home-4 {
    height: 800px;
  }

  .top-main-image-reviews {
    height: 450px;
  }

  .contact-us-img {
    height: 310px;
  }

  .free-trial-title-with-bg {
    margin-bottom: 20px;
  }

  .image-contacts-page {
    height: 200vh;
  }

  .our-price-img-item {
    height: 310px;
  }

  .our-pricing-background-dark {
    height: 400px;
  }

  .banner-title-faq {
    width: 100%;
  }

  .collection-list-3 {
    flex-direction: column;
    display: flex;
  }

  .home-blog-category {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .section-blog-details {
    padding-bottom: 60px;
  }

  .section-subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-blog-grid-collection-item {
    grid-column-gap: 30px;
  }

  .home-blog-grid-collection-container {
    width: 100%;
  }

  .portfolio-grid-collection-category {
    grid-template-columns: 1fr;
  }

  .licensing-image-item {
    width: 538px;
  }

  .section-ttile-description-lp {
    max-width: 100%;
  }

  .section-title-wrapper-lp {
    margin-bottom: 40px;
  }

  .collection-image-banner-locations {
    height: 1300px;
  }

  .real-estate {
    max-width: 100%;
  }

  .desktop-logo {
    display: none;
  }

  .mobil-logo {
    display: block;
  }

  .heading-13 {
    font-size: 50px;
  }

  .image-1-copy {
    height: 350px;
  }

  .video-about-us-1-copy {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    inset: auto 0% auto auto;
  }

  .top-container-home-2-copy {
    margin-bottom: 12px;
    display: none;
  }

  .tercer-button {
    font-family: Alexandria, sans-serif;
  }

  .tercer-button.submit-home-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-2-small-copy {
    height: 350px;
  }

  .section-3 {
    margin-top: 80px;
  }

  .map-2 {
    height: 400px;
  }

  .home-2-title-text-2 {
    font-size: 70px;
  }

  .home-2-banner-subtitle-2 {
    max-width: 100%;
  }

  .section-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .div-block-7 {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-19 {
    text-align: center;
  }

  .light-blue-container-copy {
    height: 650px;
  }

  .dark-footer-wrapper-copy {
    grid-row-gap: 20px;
    padding: 25px;
  }

  ._3-grid-block {
    grid-template-columns: 6.25fr;
    grid-auto-columns: 2.75fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
    height: 68px;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    margin-top: 19px;
  }

  .primary-button.search-button {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }

  .primary-button.full-width-mobile-coming-soon {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 100%;
  }

  .primary-button.submit {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }

  .primary-button.submit-home-4, .primary-button.submit-button {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .values-image {
    height: 300px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .pricing-3-plan-content-wrapper, .pricing-3-plan-content-wrapper.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-input {
    border-radius: 90px;
    margin-bottom: 15px;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .about-1-customer-image {
    height: 45px;
  }

  .slide-2.about-7-slide-paddings, .slide-1.about-7-slide-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.w--current {
    padding-right: 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .sidebar-search-wrapper {
    flex-direction: column;
  }

  .sidebar-search-input {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    margin-bottom: 10px;
  }

  .home-testimonials-slide-item {
    margin-right: 30px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .home-4-banner-title {
    max-width: 100%;
  }

  .banner-section {
    padding-top: 50px;
  }

  .accent-text-color.blog-title {
    display: block;
  }

  .home-form-left-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-features-item {
    text-align: center;
  }

  .home-form-icon {
    top: -50px;
    left: 0;
  }

  .home-4-form-right-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-4-form {
    flex-direction: column;
  }

  .home-4-form-input {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    margin-bottom: 15px;
  }

  .home-team-wrap {
    margin-top: 0;
  }

  .home-team-image {
    object-position: 50% 0%;
    width: 100%;
    top: 0;
  }

  .home-team-image-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .home-team-content-wrapper {
    width: 100%;
    padding-bottom: 15px;
  }

  .home-team-social-links-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .home-4-slider-photo {
    width: 96%;
    height: 380px;
    box-shadow: 0 10px 15px #00000014;
  }

  .home-4-slider-arrow.home-gallery-right {
    display: none;
    right: 0;
  }

  .home-4-slider-arrow.home-gallery-left {
    display: none;
    left: 0;
  }

  .top-footer-image {
    width: 50%;
  }

  .top-footer-image.center, .home-5-our-services-wrap {
    width: 100%;
  }

  .home-5-testimonials-slider-mask {
    margin-top: 0;
  }

  .home-7-form {
    justify-content: center;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-member-wrap {
    width: 100%;
  }

  .home-10-banner-form-wrapper {
    text-align: center;
  }

  .home-10-form-text-field {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .home-10-form {
    justify-content: center;
  }

  .home-10-customer-image {
    height: 45px;
  }

  .home-10-section-title-wrapper {
    margin-bottom: 60px;
  }

  .home-10-section-background {
    font-size: 45px;
  }

  .home-10-section-title {
    top: 25px;
  }

  .home-10-services-overlay {
    padding: 25px;
  }

  .home-10-features-wrapper {
    grid-row-gap: 30px;
  }

  .home-10-features-wrap {
    width: 100%;
    height: 120px;
  }

  .home-10-features-number {
    font-size: 48px;
  }

  .home-10-features-background {
    font-size: 120px;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .home-10-portfolio-slide {
    width: 280px;
  }

  .home-10-slider-arrows-divider {
    width: 58%;
  }

  .home-10-testimonials-slide {
    width: 280px;
  }

  .home-10-testimonials-card {
    padding: 20px;
  }

  .home-10-testimonials-slider-arrows-divider {
    width: 58%;
  }

  .home-10-services-content-wrapper {
    text-align: left;
  }

  .home-10-services-image-wrapper {
    padding: 30px;
  }

  .about-6-contacts-wrap {
    height: 380px;
  }

  .tabs-testimonials-quote {
    text-align: center;
    padding-left: 0;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-quote-block, .tabs-testimonial-image-block {
    width: 100%;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-person {
    padding-bottom: 10px;
  }

  .about-7-slider-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-7-slider-photo {
    height: 380px;
    box-shadow: 0 10px 15px #00000014;
  }

  .about-us-features-wrap {
    flex-wrap: wrap;
  }

  .about-us-features-wrap.ubi {
    flex-direction: row;
  }

  .slider-arrow.about-us-right-arrow {
    display: none;
    right: -10px;
  }

  .slider-arrow.about-us-left-arrow {
    display: none;
    left: -10px;
  }

  .about-7-slide-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-7-features-item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-7-features-image {
    font-size: 80px;
  }

  .search {
    flex-direction: column;
  }

  .home-23-team-wrap {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .home-main-image-wrap {
    height: 300px;
  }

  .we-work-with {
    grid-row-gap: 40px;
  }

  .wrapper-item {
    width: 50%;
  }

  .image-partners {
    height: 22px;
  }

  .nav-dropdown-home-5 {
    align-items: center;
  }

  .brand-2 {
    padding-left: 0;
  }

  .nav-dropdown-transparent {
    align-items: center;
  }

  .dropdown-header {
    width: 100%;
  }

  .link-black {
    line-height: 1.4em;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .dropdown-menu {
    background-color: #fff;
  }

  .nav-dropdown-list-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .follow-us-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .our-benefit-wrap {
    width: 45%;
    padding-right: 0;
  }

  .light-blue-container {
    height: 825px;
  }

  .light-blue-container.map {
    height: 500px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-footer-white {
    width: 60%;
  }

  .footer-item-wrap {
    width: 100%;
  }

  .socials {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .contact-footer-inputs-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .message-footer-item {
    margin-top: 23px;
    margin-bottom: 35px;
  }

  .footer-link-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .pages-footer-link {
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .pages-footer-link.w--current {
    width: 50%;
    display: flex;
  }

  .footer-copyright-text-link {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .blog-description {
    margin-bottom: 15px;
  }

  .horizontal-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-text.geo {
    margin-bottom: 5px;
  }

  .skills-images-wrap {
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
  }

  .skills-description {
    margin-bottom: 0;
  }

  .review-tab {
    text-align: left;
    flex-direction: row;
    padding: 20px;
  }

  .reviews-tab-menu {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .home-2-content-wrapper._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-2-title-text {
    font-size: 50px;
    font-weight: 400;
  }

  .bottom-container-home-2 {
    justify-content: space-between;
  }

  .bottom-container-home-2._2 {
    margin-top: 20px;
  }

  .top-container-home-2 {
    display: block;
  }

  .nav-item-title-white {
    font-size: 25px;
  }

  .property-text {
    margin-bottom: 0;
  }

  .image-home-1, .image-home-2 {
    width: 100vw;
  }

  .property-images-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .property-video {
    inset: auto 0% 0%;
    transform: translate(65%, -70%);
  }

  .our-service-wrap {
    flex-wrap: nowrap;
  }

  .item-services-wrap {
    margin-bottom: 10px;
  }

  .blog-description-home-2 {
    margin-bottom: 15px;
  }

  .t-estimonials-slide {
    height: 400px;
    padding: 20px 20px 40px;
  }

  .section-top-banner.banner-about-us-1 {
    min-height: 580px;
    padding-bottom: 80px;
  }

  .benefits-wrapper-right-about-us {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .our-benefit-wrap-about-us-1, .about-us-description {
    width: 100%;
  }

  .about-us-1-main-wrap {
    justify-content: center;
    padding-bottom: 120px;
  }

  .video-about-us-1 {
    margin-right: 0;
    bottom: 0;
    right: auto;
  }

  .image-top-banner-about-us-1 {
    height: 580px;
  }

  .our-award-item-wrapper {
    width: 100%;
  }

  .banner-title-3.ubi {
    font-size: 40px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .home-10-banner-title-2 {
    max-width: 100%;
    font-size: 40px;
  }

  .our-pricing-background-dark {
    height: 500px;
  }

  .primary-button-blog-search {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 100%;
  }

  .section-blog-details {
    padding-top: 120px;
  }

  .subscribe-input {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    width: 100%;
    margin-bottom: 15px;
  }

  .subscribe-input:focus {
    border-bottom-color: #0000;
    border-right-color: #000;
  }

  .image-subscribe {
    height: 450px;
  }

  .form-block-5 {
    justify-content: space-between;
    display: flex;
  }

  .collection-image-banner-locations {
    height: 1350px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .div-block-2 {
    background-image: url('../images/PANORAMICA-Editada-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-13 {
    font-size: 45px;
  }

  .heading-13.blanco.arqui, .heading-13.admin {
    font-size: 40px;
  }

  .div-block-5 {
    height: auto;
    min-height: 100vw;
  }

  .video-about-us-1-copy {
    margin-right: 0;
    bottom: 0;
    right: auto;
  }

  .top-container-home-2-copy {
    display: none;
  }

  .dropdown-header-copy {
    width: 100%;
  }

  .tercer-button {
    margin-top: 19px;
  }

  .tercer-button.search-button {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }

  .tercer-button.full-width-mobile-coming-soon {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 100%;
  }

  .tercer-button.submit {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }

  .tercer-button.submit-home-4, .tercer-button.submit-button {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .map-2 {
    width: 100%;
    height: 400px;
  }

  .home-2-title-text-2 {
    font-size: 50px;
    font-weight: 400;
  }

  .home-2-content-wrapper-2._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-section-2 {
    padding-top: 50px;
  }

  .light-blue-container-copy {
    height: 825px;
  }

  .light-blue-container-copy.map {
    height: 500px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dark-footer-wrapper-copy {
    padding: 15px;
  }

  .div-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }
}

#w-node-_976298b7-4da8-5d9b-83f2-fde4769b21ac-b26bb5e7, #w-node-a88e6fd8-de3b-e433-c0ab-c2f0d9a9c685-b26bb5e7, #w-node-f1a9832e-dcbe-cd99-d8e4-38054ccec861-4ccec860, #w-node-_978b26d2-302e-de69-1f24-7d4bf71b5769-336bb602, #w-node-ad45bff2-a3a4-7d91-cffc-faac776d372d-336bb602, #w-node-_7a5e1ee0-5e1b-af67-2417-f73aca716351-336bb602, #w-node-_4448961f-1a73-d275-0688-71c346435ff6-336bb602, #w-node-_9d421eae-590c-3aab-e9b4-884d1f5b1021-336bb602, #w-node-_33283058-b073-7f62-5ffa-3381d7dd5a2a-336bb602, #w-node-_94ff0b66-8efc-9c13-aa06-cd22bd3ab991-336bb602, #w-node-_9f8439ca-b115-cbbc-9d36-d925bc37689b-336bb602, #w-node-_3092d31a-5b3e-484c-ca23-f4b08f3d1b39-336bb602, #w-node-c7c064bd-1ba5-a9ad-8e2a-af111e0635aa-336bb602, #w-node-_8b7c5fc4-65b1-34d1-ad73-14248926995a-336bb602, #w-node-f7bddf0e-af9b-e4c1-0edc-7fed66c8c287-336bb602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1eed7b2-0a55-1122-3cbc-e213b94d7660-796bb65d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_446014fd-49f1-e6a9-5c5a-64b218abe8b2-796bb65d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2bb865bd-b4dd-5be7-b0df-94ca7dd9e11f-796bb65d, #w-node-_1a499250-4c97-1e89-82cb-9c4cb191b4d6-796bb65d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e6fee2-9b21-e023-6247-58b66c2590f9-796bb65d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2690e984-db68-cb12-3f5b-58ec8ad7380a-9e16d835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3d614ac4-30a9-83e9-dc31-cab8d9215a12-9e16d835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_56c6aac1-4abc-c3be-05e6-cf23d1a8a1d6-474d2b08, #w-node-d7978715-c231-f45e-0a71-82ae9921ffe3-474d2b08, #w-node-d7978715-c231-f45e-0a71-82ae9921ffe8-474d2b08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b6da721-c76b-65e1-bcf8-e19b9a960281-15d6cb3b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_91da571d-f265-0d51-e952-fb85a5ac3b0f-15d6cb3b, #w-node-_7f314f06-5c31-3d20-152c-cd3fe86c531d-15d6cb3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-a2cdd0c4-2ecd-7f2c-9866-339af47d7b20-9e16d835, #w-node-dde6b928-9c79-45cf-f2dd-0701358a647f-9e16d835 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1eed7b2-0a55-1122-3cbc-e213b94d7660-796bb65d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_446014fd-49f1-e6a9-5c5a-64b218abe8b2-796bb65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2bb865bd-b4dd-5be7-b0df-94ca7dd9e11f-796bb65d, #w-node-_1a499250-4c97-1e89-82cb-9c4cb191b4d6-796bb65d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e6fee2-9b21-e023-6247-58b66c2590f9-796bb65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1eed7b2-0a55-1122-3cbc-e213b94d7660-796bb65d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_446014fd-49f1-e6a9-5c5a-64b218abe8b2-796bb65d, #w-node-_2bb865bd-b4dd-5be7-b0df-94ca7dd9e11f-796bb65d, #w-node-_1a499250-4c97-1e89-82cb-9c4cb191b4d6-796bb65d, #w-node-f0e6fee2-9b21-e023-6247-58b66c2590f9-796bb65d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}