body {
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  color: #212127;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0056ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #919197;
  font-size: 15px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 50px 110px;
  border-left: 5px none #e2e2e2;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.05);
  color: #212127;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

figure {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.banner {
  position: relative;
  height: 900px;
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.sub {
  height: 350px;
  background-image: url('../images/line.png'), linear-gradient(45deg, #4fafcc, #0056ff);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.banner.sub.no-background-color {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.blog-page {
  height: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.banner.no-line {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.banner.two {
  overflow: hidden;
  background-image: url('../images/line.png'), linear-gradient(225deg, #0056ff, #4fafcc);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.banner.video {
  background-color: transparent;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  overflow: visible;
  padding-right: 60px;
  padding-left: 60px;
}

.content-wrapper.top {
  display: block;
  background-color: #fff;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.3);
}

.container {
  max-width: 1170px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.top {
  position: relative;
  z-index: 10;
  margin-top: -140px;
}

.container.center {
  position: relative;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.center.slider {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-link {
  margin-right: 25px;
  padding: 22px 0px 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #535e74;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #0056ff;
}

.nav-link.w--current {
  border-bottom-color: #0056ff;
  color: #0056ff;
}

.nav-link.no-margin {
  margin-right: 0px;
}

.nav-link.drop {
  margin-right: 20px;
  padding-right: 20px;
}

.dots-button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #2b6ff5;
  border-radius: 100%;
}

.dots-text {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 30;
  display: none;
  padding: 120px 10px;
  background-color: #fff;
}

.section.gray {
  background-color: #f3f3f7;
}

.section.gray.overflow {
  display: block;
}

.section.gray.overflow.porque {
  display: block;
}

.section.gray.overflow.porque.more-padding {
  display: none;
  padding-bottom: 180px;
}

.section.gray.overflow.porque.team {
  display: none;
}

.section.top-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: transparent;
}

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.less-space {
  display: block;
}

.section.gradient.overflow {
  display: block;
  background-image: linear-gradient(45deg, #0056ff, #4fafcc);
}

.section.flex {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
}

.section.flex._4-movil {
  display: none;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  position: relative;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 30px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #4fcc4f, #0056ff);
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-margin {
  display: block;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 120px;
}

.top-margin.medium {
  margin-top: 80px;
}

.small-services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-top-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.services-top-text {
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-top-text.big {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}

.big-image {
  max-height: 100%;
  max-width: none;
  margin-left: -50px;
  border-radius: 30px;
}

.big-image.in-div {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 615px;
  background-image: url('../images/shutterstock_411942079.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
}

.content-wrapper-second {
  position: relative;
  z-index: 1;
  padding-right: 120px;
  padding-left: 120px;
  background-color: #fff;
}

.sub-second-text {
  color: #919197;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: hsla(0, 0%, 100%, 0.7);
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.testi {
  color: #bbbbc3;
}

.button {
  padding: 14px 24px;
  border-radius: 3px;
  background-color: #009746;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009746), to(#009746));
  background-image: linear-gradient(180deg, #009746, #009746);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.normal {
  display: inline-block;
  padding: 0px 0px 3px;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #9b9b9b;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.normal:hover {
  border-bottom-color: #0056ff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #0056ff;
}

.button.normal.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.29);
  color: #fff;
}

.button.submit {
  width: 30%;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.blue.full {
  width: 100%;
  background-color: #19b740;
  text-align: center;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.line {
  background-color: transparent;
  background-image: none;
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, 0.3), inset 0 0 0 1px hsla(0, 0%, 100%, 0.7);
}

.left-part {
  position: relative;
  display: block;
  width: 50%;
  height: 650px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b6ff5;
}

.left-part.smaller {
  padding: 30px;
  background-color: #212127;
  background-image: linear-gradient(45deg, #4fcc6a, #0056ff);
  color: #fff;
}

.left-part._1 {
  background-image: url('../images/shutterstock_345797618.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-part._2 {
  background-image: url('../images/shutterstock_585410645.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-part._2._4 {
  background-image: url('../images/shutterstock_1320531245-1.jpg');
}

.left-part._4 {
  background-image: url('../images/shutterstock_345811631.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.number-features {
  position: absolute;
  left: 25px;
  top: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
}

.features-center {
  position: relative;
  top: 50%;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.image-services {
  margin-bottom: 15px;
  margin-left: 10px;
}

.paragraph-gray {
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.paragraph-gray.in-footer {
  color: #fff;
  text-align: left;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

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

.project-wrapper {
  position: relative;
  z-index: 100;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

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

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

.project-content {
  position: relative;
  left: 100px;
  z-index: 20;
  padding: 50px 50px 50px 25px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(37%, hsla(0, 0%, 100%, 0.11)), color-stop(68%, #fff), to(#fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.11) 37%, #fff 68%, #fff);
}

.project-content.left {
  left: -100px;
  padding-right: 25px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(37%, hsla(0, 0%, 100%, 0.11)), color-stop(68%, #fff), to(#fff));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.11) 37%, #fff 68%, #fff);
}

.project-title {
  margin-top: 0px;
  color: #0056ff;
  font-size: 30px;
  font-weight: 500;
}

.project-photo {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.3);
}

.circle {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 30px;
  border-color: rgba(79, 175, 204, 0.22);
  border-radius: 100%;
}

.circle.second {
  width: 300px;
  height: 300px;
  border-width: 15px;
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 100%;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.square {
  position: absolute;
  right: -50px;
  bottom: 50%;
  width: 150px;
  height: 150px;
  background-color: #4fafcc;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow.in-big-slide {
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 650px auto auto 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.right-arrow.in-big-slide._1 {
  margin-left: 35px;
}

.right-arrow.in-big-slide._2 {
  margin-left: -35px;
}

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  height: auto;
  background-color: transparent;
}

.testimonials-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.test-wrapper-photo {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.testi-photo {
  position: relative;
  z-index: 10;
  display: block;
  width: 230px;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-photo._2 {
  background-image: url('../images/team-7.jpg');
}

.testi-overlay-1 {
  position: absolute;
  left: -22px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 240px;
  height: 240px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #0056ff;
}

.testi-overlay-1.second {
  left: auto;
  top: -29px;
  right: 71px;
  bottom: auto;
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(0, 86, 255, 0.51);
  background-color: transparent;
}

.testi-overlay-1.in-team {
  left: -42px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 170px;
  height: 170px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}

.testi-overlay-1.in-team.second._3 {
  width: 250px;
  height: 250px;
  border-color: rgba(79, 175, 204, 0.38);
}

.testi-overlay-1.in-team._2 {
  left: auto;
  top: auto;
  right: -42px;
  bottom: 48px;
  width: 120px;
  height: 120px;
}

.testi-overlay-1.in-team._2.second {
  width: 100px;
  height: 100px;
}

.testi-overlay-1.in-team._2.in-top {
  top: -53px;
  right: -42px;
  bottom: auto;
}

.testi-overlay-1.in-team._2.bottom {
  right: 122px;
  bottom: -41px;
}

.testi-overlay-1.in-team.center {
  top: 111px;
}

.testi-overlay-1.in-team.frist {
  left: -132px;
}

.testi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-testi-text {
  color: #b0b0b8;
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  margin-bottom: 0px;
  color: #9d9da7;
}

.sub-testi-text.in-blog-post.white-post {
  color: #fff;
}

.heading {
  margin-bottom: 0px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 30px;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: linear-gradient(225deg, rgba(0, 86, 255, 0.8), rgba(79, 175, 204, 0.6));
}

.zoom-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.zoom-icon:hover {
  opacity: 1;
}

.team-wrapper {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.team-wrapper.pricing {
  width: 95%;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.2);
}

.relative-div {
  position: relative;
}

.team-photo {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0px;
}

.team-photo._4 {
  background-image: url('../images/team-3.jpg');
  background-size: cover;
}

.logo-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 130px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-brand.second {
  padding-right: 20px;
  padding-left: 20px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.team-title {
  margin-bottom: 5px;
  color: #212127;
}

.phone-number {
  color: #616167;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-wrapper.in-navigation {
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 5px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 0.9;
}

.social-icon.smaller-icon {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.3);
}

.newsletter-content {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.newsletter-content.second {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  width: 70%;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-field.normal {
  width: 100%;
  margin-bottom: 15px;
  float: none;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.form-block {
  margin-bottom: 0px;
}

.heading-white {
  color: #fff;
}

.heading-white.biger {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 70px;
}

.map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column {
  z-index: 10;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: 120px;
  margin-left: 120px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262631;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark {
  margin-bottom: 30px;
  border-bottom-color: #e1e1e1;
  color: #727272;
}

.link {
  display: block;
  padding-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.copyright {
  margin-bottom: 0px;
  color: #dfdfdf;
  font-size: 14px;
}

.copyright-link {
  display: inline-block;
  color: #bebebe;
  text-decoration: underline;
}

.copyright-link.darker {
  color: #818181;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block {
  float: right;
}

.success-message {
  background-color: rgba(0, 218, 131, 0.73);
  color: #fff;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  margin-top: 25.5px;
  margin-right: 5px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, 0.2);
}

.dropdown-link {
  color: #818187;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  background-color: #0056ff;
  color: #fff;
}

.circle-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #e4effe;
  border-radius: 100%;
  background-color: #fff;
}

.price-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b6ff5;
  font-size: 75px;
  line-height: 70px;
  font-weight: 400;
}

.from-text {
  margin-top: 0px;
  color: #6aa7fa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-top {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-decoration: none;
}

.blog-post-photo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
}

.blog-post-photo.big-photo {
  position: relative;
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0px;
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.2);
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.blog-post-title.dark {
  color: #212;
  font-size: 15px;
}

.blog-post-title.dark:hover {
  color: #0056ff;
}

.sidebar {
  padding-left: 20px;
}

.blog-wrapper {
  position: relative;
  margin-bottom: 80px;
  padding-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212127;
  text-decoration: none;
}

.blog-title {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.blog-title:hover {
  border-bottom-color: #0056ff;
  color: #0056ff;
}

.blog-title.white-title {
  border-bottom-color: hsla(0, 0%, 100%, 0.27);
  color: #fff;
}

.meta-tag {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.meta-tag.in-sidebar {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.meta-tag.in-big-banner {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px;
  border-radius: 5px;
  color: #fff;
}

.blog-content {
  padding-left: 40px;
}

.blog-content.in-page {
  margin-top: 15px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f7;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-normal {
  padding-top: 0px;
  padding-bottom: 0px;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  margin-bottom: 15px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blog-page-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 34, 61, 0.6);
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-page-content {
  padding-right: 50px;
}

.published {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brad-top {
  position: relative;
  top: 6px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #b4b4b8;
  font-size: 15px;
}

.big-slider {
  height: 100%;
  background-color: transparent;
}

.slide {
  background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, 0.63)), to(rgba(20, 34, 61, 0.63))), url('../images/222.png');
  background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, 0.63), rgba(20, 34, 61, 0.63)), url('../images/222.png');
  background-position: 50% 100%, 0px 0px, 50% 0%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.slide-2 {
  background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, 0.6)), to(rgba(20, 34, 61, 0.6))), url('../images/shutterstock_1320531245-1.jpg');
  background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, 0.6), rgba(20, 34, 61, 0.6)), url('../images/shutterstock_1320531245-1.jpg');
  background-position: 50% 100%, 0px 0px, 50% 100%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.heading-smaller {
  font-size: 38px;
  line-height: 40px;
}

.slider-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.circle-banner {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, 0.3);
}

.circle-banner.second {
  left: auto;
  top: -300px;
  right: -50px;
  bottom: auto;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(225deg, #4fafcc, #2b6ff5);
}

.circle-banner.third {
  left: 400px;
  top: -200px;
  bottom: auto;
  width: 370px;
  height: 370px;
  background-image: linear-gradient(183deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, 0.7);
}

.circle-banner.four {
  left: auto;
  right: 400px;
  bottom: -6px;
  z-index: 1;
  width: 280px;
  height: 280px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4fafcc), to(#2b6ff5));
  background-image: linear-gradient(0deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, 0.5);
}

.circle-banner.five {
  left: 100px;
  top: 100px;
  bottom: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
}

.circle-banner.six {
  left: auto;
  right: 150px;
  bottom: 400px;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, 0.5);
}

.background-video {
  height: 100%;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/line.png'), radial-gradient(circle closest-corner at 50% 50%, #14223d, rgba(20, 34, 61, 0.7));
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.image-full {
  width: 100%;
}

.buttons-wrapper {
  padding: 40px 20px;
  text-align: center;
}

.buttons-wrapper.dark-wrapper {
  background-color: #212127;
}

.paragraph-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  display: inline;
}

.top-margin-2 {
  position: relative;
  display: block;
}

.top-margin-2._15-pixels {
  margin-top: 15px;
}

.store-feature-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 35px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #c4cbd5;
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  text-align: center;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-feature-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 35px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c4cbd5;
  text-align: center;
}

.expand-grow {
  top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper-2 {
  position: relative;
  width: 100%;
  max-width: 1156px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.medium {
  font-size: 16px;
  line-height: 23px;
}

.store-feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 35px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c4cbd5;
  text-align: center;
}

.h5-large {
  font-size: 24px;
  line-height: 28px;
}

.store-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 35px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #c4cbd5;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  text-align: center;
}

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

.content-section.bottom-padding {
  padding-bottom: 80px;
}

.store-perk {
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e9edf0;
}

.store-perk.return {
  background-image: url('../images/tranvia.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.store {
  background-image: url('../images/compras.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.bag {
  background-image: url('../images/bolsa-de-la-compra.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.secure {
  background-image: url('../images/tarjeta-de-credito.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.store {
  background-image: url('../images/icono-contacto-01.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.secure {
  background-image: url('../images/tarjeta-de-credito-01.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.bag {
  background-image: url('../images/icono-convenio2-01.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.store-perk.return {
  background-image: url('../images/despacho-icon-01.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.content-section-2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-section-2.bottom-padding {
  padding-bottom: 80px;
}

.margen {
  position: relative;
  display: block;
}

.margen._15-pixels {
  margin-top: -88px;
  padding: 13px;
}

.flex-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.blocks-row {
  margin-bottom: 20px;
}

.container-2 {
  position: relative;
}

.container-2.centered {
  text-align: center;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 50px;
  opacity: 1;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.image-2 {
  margin-right: auto;
  margin-left: 37px;
  padding-left: 0px;
}

.section-2 {
  height: 1px;
  border: 1px solid transparent;
  color: transparent;
}

.text-block {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: transparent;
}

.text-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: transparent;
}

.text-block-3 {
  margin-top: -47px;
  color: #2b6ff5;
}

.flex-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-height: auto;
  margin-top: 0px;
  padding-top: 134px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.section-contenido {
  position: relative;
  z-index: 10;
  min-height: 550px;
  background-color: #fff;
  color: #fff;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding: 0px 23px 23px;
  color: #6d6d6d;
  font-size: 0.9rem;
  text-align: center;
}

.heading-6 {
  color: #222;
  font-size: 1rem;
  text-align: center;
}

.columnas {
  display: block;
  width: 33%;
  height: 100px;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-4 {
  color: #2c2c2c;
  text-align: center;
}

.bold-text-3 {
  display: block;
  margin-top: 80px;
}

.bold-text-4 {
  display: block;
  margin-top: 30px;
}

.paragraph-3 {
  margin-bottom: 71px;
  color: #747474;
  text-align: center;
}

html.w-mod-js *[data-ix="dots-text-first-app"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="lightbox-overlay-first-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="zoom-icon-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }
  .banner.sub {
    height: 250px;
  }
  .banner.blog-page {
    height: 500px;
  }
  .banner.two {
    height: 700px;
  }
  .banner.video {
    height: 700px;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper.top {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-link {
    margin-right: 0px;
  }
  .nav-link.drop {
    margin-right: 0px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.flex {
    display: block;
    overflow: hidden;
  }
  .section.flex.parte-4 {
    display: block;
    overflow: hidden;
  }
  .section.flex._4-movil {
    display: block;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.not-flex {
    display: block;
  }
  .flex-row.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services-top-wrapper {
    width: 95%;
  }
  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .content-wrapper-second {
    display: block;
    overflow: visible;
    height: auto;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .left-part {
    width: 100%;
  }
  .left-part._4 {
    background-image: url('../images/shutterstock_1320531245-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .number-features {
    font-size: 45px;
    line-height: 45px;
  }
  .align-right.left-mobile {
    text-align: left;
  }
  .project-content {
    left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .project-content.left {
    left: 0px;
  }
  .circle {
    display: none;
  }
  .square {
    display: none;
  }
  .testi-content {
    height: auto;
    padding-right: 0px;
    text-align: center;
  }
  .team-wrapper {
    margin-bottom: 20px;
  }
  .team-wrapper.pricing {
    width: 70%;
  }
  .logo-brand {
    width: 33.333%;
    float: left;
  }
  .logo-wrapper {
    display: block;
  }
  .social-wrapper.in-navigation {
    top: 0px;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .newsletter-wrapper {
    display: block;
  }
  .newsletter-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .heading-white {
    font-size: 40px;
    line-height: 50px;
  }
  .heading-white.biger {
    font-size: 50px;
    line-height: 60px;
  }
  .footer {
    position: relative;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .div-block {
    float: none;
  }
  .sidebar {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .blog-wrapper {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .blog-content {
    margin-top: 40px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    height: 800px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-page-content {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 0px;
  }
  .heading-smaller {
    font-size: 36px;
  }
  .slider-wrapper {
    width: 90%;
  }
  .circle-banner.four {
    right: -200px;
  }
  .nav-menu {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f1f1f7;
  }
  .menu-button {
    display: block;
    border-radius: 10px;
    color: #0056ff;
  }
  .menu-button.w--open {
    background-color: #0056ff;
    color: #fff;
  }
  .column-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .collection-item {
    width: 100%;
  }
  .store-feature-4 {
    width: 33.3333%;
  }
  .store-feature-3 {
    display: none;
  }
  .store-feature-2 {
    width: 33.3333%;
  }
  .store-feature {
    width: 33.3333%;
  }
  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }
  .color-block {
    padding: 25px;
  }
  .image-2 {
    margin-right: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
  }
  .image-2.eco {
    margin-left: 42px;
    padding-bottom: 0px;
  }
  .flex-container {
    height: auto;
    min-height: auto;
    margin-top: 41px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contenido {
    display: inline;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .paragraph-5 {
    padding: 9px;
    font-size: 0.8rem;
  }
  .container-4 {
    padding-top: 0px;
  }
  .paragraph-3 {
    padding: 13px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner.blog-page {
    height: 400px;
  }
  .banner.no-line {
    height: 600px;
  }
  .section.flex.parte-4 {
    display: block;
  }
  .top-wrapper {
    padding: 40px 59px;
  }
  .small-services-wrapper {
    width: 100%;
  }
  .button.submit {
    width: 100%;
    border-radius: 10px;
  }
  .left-part {
    height: 500px;
  }
  .features-center {
    width: 80%;
  }
  .top-title {
    margin-bottom: 50px;
  }
  .right-arrow {
    display: none;
  }
  .team-wrapper.pricing {
    width: 90%;
  }
  .logo-brand {
    width: 50%;
  }
  .text-field {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .heading-white.biger {
    font-size: 30px;
    line-height: 50px;
  }
  .footer-column-wrapper {
    margin-top: 30px;
  }
  .copyright-link.darker {
    margin-top: 10px;
  }
  .blog-content {
    margin-top: 20px;
  }
  .container-mobile {
    width: 500px;
    max-width: 400px;
  }
  .paragraph-wrapper {
    width: 100%;
  }
  .rich-text-wrapper {
    width: 100%;
  }
  .figure {
    width: 100%;
  }
  .store-feature-4 {
    width: 50%;
    border-top-style: none;
    border-top-right-radius: 0px;
  }
  .store-feature-3 {
    display: block;
    width: 50%;
    border-top-style: none;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 7.5px;
    border-bottom-right-radius: 0px;
  }
  .store-feature-2 {
    width: 50%;
    border-right-style: solid;
    border-top-right-radius: 7.5px;
  }
  .store-feature {
    width: 50%;
    border-bottom-left-radius: 0px;
  }
  .content-section {
    padding-top: 60px;
  }
  .content-section.bottom-padding {
    padding-bottom: 60px;
  }
  .content-section-2 {
    padding-top: 60px;
  }
  .content-section-2.bottom-padding {
    padding-bottom: 60px;
  }
  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }
  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .blocks-row {
    margin-bottom: 0px;
  }
  .image-2.eco {
    margin-left: 20px;
  }
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    margin-bottom: 268px;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .section-contenido {
    height: auto;
    min-height: auto;
    margin-top: 300px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .paragraph-5 {
    text-align: left;
  }
  .bold-text-3 {
    padding-top: 49px;
  }
  .paragraph-3 {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner.sub {
    height: 150px;
  }
  .banner.blog-page {
    height: 300px;
  }
  .banner.two {
    height: 600px;
  }
  .banner.video {
    height: 600px;
  }
  .section.flex {
    margin-bottom: 0px;
  }
  .section.flex.parte-4 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
  }
  .small-services-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .services-top-wrapper {
    width: 100%;
  }
  .services-top-text {
    font-size: 16px;
  }
  .big-image.in-div {
    height: 300px;
  }
  .content-wrapper-second {
    margin-top: 0px;
  }
  .left-part._4 {
    background-image: url('../images/shutterstock_345811631.jpg');
  }
  .left-part._4.foto4 {
    background-image: url('../images/shutterstock_1320531245-1.jpg');
  }
  .number-features {
    font-size: 25px;
    line-height: 25px;
  }
  .features-center {
    width: 95%;
    margin-top: 13px;
  }
  .image-services {
    margin-top: 31px;
  }
  .paragraph-gray {
    font-size: 14px;
    line-height: 22px;
  }
  .project-wrapper {
    margin-bottom: 50px;
  }
  .project-content {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .project-content.left {
    padding-right: 15px;
    padding-left: 25px;
  }
  .project-title {
    font-size: 20px;
    line-height: 30px;
  }
  .team-wrapper.pricing {
    width: 100%;
  }
  .logo-brand {
    width: 100%;
    height: 100px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .logo-brand.second {
    padding-right: 55px;
    padding-left: 55px;
  }
  .social-wrapper.left {
    margin-top: 0px;
  }
  .newsletter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-white {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-white.biger {
    font-size: 25px;
    line-height: 40px;
  }
  .link {
    display: block;
  }
  .sidebar {
    width: 100%;
  }
  .blog-wrapper {
    width: 100%;
  }
  .blog-title {
    font-size: 19px;
    line-height: 26px;
  }
  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .blog-page-content {
    width: 100%;
  }
  .brand.mobile {
    width: 100%;
  }
  .slide {
    background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, 0.62)), to(rgba(20, 34, 61, 0.62))), url('../images/222.png');
    background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, 0.62), rgba(20, 34, 61, 0.62)), url('../images/222.png');
    background-position: 50% 100%, 0px 0px, 45% 0%;
  }
  .slide-2 {
    background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, 0.63)), to(rgba(20, 34, 61, 0.63))), url('../images/shutterstock_1320531245-1.jpg');
    background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, 0.63), rgba(20, 34, 61, 0.63)), url('../images/shutterstock_1320531245-1.jpg');
    background-position: 50% 100%, 0px 0px, 50% 50%;
  }
  .heading-smaller {
    font-size: 24px;
    line-height: 30px;
  }
  .circle-banner.four {
    right: -178px;
  }
  .circle-banner.five {
    left: -26px;
  }
  .circle-banner.six {
    bottom: 553px;
  }
  .container-mobile {
    width: 300px;
    max-width: 280px;
  }
  .store-feature-4 {
    display: block;
    width: 100%;
    max-width: 350px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 7.5px;
  }
  .flex.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .store-feature-3 {
    width: 100%;
    max-width: 350px;
    border-right-style: solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .store-feature-2 {
    width: 100%;
    max-width: 350px;
    border-right-style: solid;
    border-top-right-radius: 0px;
  }
  .store-feature {
    width: 100%;
    max-width: 350px;
    border-right-style: solid;
    border-bottom-style: none;
    border-top-right-radius: 7.5px;
    border-bottom-left-radius: 0px;
  }
  .flex-2.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-paragraph {
    display: block;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .color-block {
    padding: 20px;
  }
  .image-2 {
    margin-right: 10px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
  }
  .image-2.eco {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    text-align: right;
  }
  .image-3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .bold-text-2 {
    font-size: 24px;
  }
  .link-block {
    margin-top: 22px;
  }
  .icon-3 {
    color: #0048d6;
    font-size: 2rem;
  }
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: 97px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-5 {
    margin-top: 20px;
  }
  .paragraph-5 {
    padding-top: 0px;
    text-align: center;
  }
  .container-4 {
    margin-top: -301px;
    padding-top: 0px;
  }
  .columnas {
    width: 95%;
    height: 250px;
    margin-top: 60px;
    margin-bottom: 34px;
  }
  .heading-4 {
    margin-bottom: 0px;
  }
  .bold-text-3 {
    margin-top: 100px;
    padding-top: 0px;
  }
  .paragraph-3 {
    margin-bottom: 53px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4949ec07a7c-b1396607 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a4949ec07a85-b1396607 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a4949ec07a8e-b1396607 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

