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

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #de5f36;
}

.navigation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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: transparent;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.image-3 {
  margin-top: 16px;
  margin-right: 0px;
}

.logo {
  margin-top: 20px;
  margin-right: 142px;
  margin-bottom: 20px;
  -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;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.nav-menu {
  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;
}

.navigation-button {
  margin-left: 15px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.navigation-button:hover {
  background-color: #fff;
  color: #000;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 210px 30px 120px;
  -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;
}

.header-content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 188px;
  padding-bottom: 233px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
  letter-spacing: -1px;
}

.paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  color: #999;
  font-size: 17px;
}

.bold-text {
  font-size: 18px;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #df5f36;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button:hover {
  background-color: #48944f;
}

.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 180px 30px 90px;
  -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: #000;
}

.nosotros.cc-header-extra {
  margin-top: 0px;
  padding-top: 87px;
  padding-bottom: 206px;
  background-color: #de5f36;
}

.nosotros.cc-header-extra {
  padding-bottom: 210px;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-header {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.header-inner-content {
  width: 57%;
  margin-bottom: 84px;
}

.cta-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #000;
}

.cta-line.cc-header {
  display: inline-block;
  background-color: #fff;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -156px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.premium-image-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  max-width: 1440px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-image.cc-bottom {
  margin-right: 0px;
}

._2-row-text {
  position: relative;
  display: inline-block;
  max-width: 340px;
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 40px;
  float: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

._2-row-text.cc-bottom {
  margin-right: 60px;
  margin-left: auto;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
  color: #de5f36;
  font-weight: 700;
}

.premium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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: #fafafa;
}

.premium.cc-background {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 81px;
  padding-bottom: 169px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-field {
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6e6;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  border-bottom-color: #000;
  color: #000;
}

.text-field::-webkit-input-placeholder {
  color: #b3b3b3;
}

.text-field:-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-text {
  width: 25%;
  margin-right: 40px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-span-2 {
  font-size: 65px;
}

.image-4 {
  max-width: 120%;
}

.container-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  font-weight: 800;
  letter-spacing: -1px;
}

.blog-posts {
  display: block;
  margin: -120px 0px 120px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  font-size: 17px;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block {
  display: inline-block;
  width: 25%;
  margin-right: 208px;
  margin-bottom: 60px;
  padding: 31px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.image-5 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 1px;
  margin-left: auto;
  padding-left: 0px;
  float: left;
}

.heading {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.paragraph-3 {
  display: inline-block;
  margin-right: 75px;
  padding-right: 0px;
  float: left;
  font-size: 17px;
  text-align: left;
  white-space: normal;
}

.div-block-2 {
  display: inline-block;
  width: 25%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 31px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-3 {
  display: inline-block;
  width: 25%;
  margin-bottom: 60px;
  margin-left: 208px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-4 {
  display: inline-block;
  width: 25%;
  margin-right: 208px;
  margin-bottom: 60px;
  padding: 31px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-5 {
  display: inline-block;
  width: 25%;
  padding: 31px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-6 {
  display: inline-block;
  width: 25%;
  margin-bottom: 60px;
  margin-left: 208px;
  padding: 31px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-7 {
  display: inline-block;
  width: 25%;
  margin-right: 208px;
  margin-bottom: 60px;
  padding: 30px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.div-block-8 {
  display: inline-block;
  width: 25%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 31px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.33);
}

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-services {
  padding: 31px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.33);
}

.section {
  background-image: url('../images/Grupo-3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-4 {
  display: inline-block;
}

.text-span-3 {
  font-weight: 700;
}

.list {
  position: static;
  display: inline-block;
  margin-right: 20px;
  float: left;
  font-size: 18px;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 20px;
}

.list-item-3 {
  margin-bottom: 20px;
}

.list-2 {
  display: inline-block;
  font-size: 18px;
}

.list-item-4 {
  margin-bottom: 20px;
  color: #de5f36;
}

.list-item-5 {
  margin-bottom: 20px;
}

.list-item-6 {
  margin-bottom: 20px;
}

.list-item-7 {
  margin-bottom: 20px;
  color: #de5f36;
}

.text-span-4 {
  color: #999;
  font-weight: 400;
}

.text-span-5 {
  color: #999;
}

.text-span-6 {
  color: #999;
}

.text-span-7 {
  color: #999;
  font-weight: 700;
}

.text-span-8 {
  color: #999;
}

.text-span-9 {
  color: #999;
  font-weight: 700;
}

.text-span-10 {
  color: #999;
}

.text-span-11 {
  color: #999;
  font-weight: 700;
}

.text-span-12 {
  color: #999;
}

.text-span-13 {
  color: #999;
}

.text-span-14 {
  color: #999;
  font-weight: 700;
}

.text-span-15 {
  color: #999;
}

.text-span-16 {
  color: #999;
  font-weight: 700;
}

.text-span-17 {
  color: #999;
}

.text-span-18 {
  color: #999;
  font-weight: 700;
}

.heading-2 {
  display: inline-block;
  color: #000;
  font-size: 30px;
}

.div-block-9 {
  display: inline-block;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 501px;
  padding-bottom: 51px;
  padding-left: 127px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-10 {
  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;
}

.div-block-11 {
  display: block;
}

.container-3 {
  position: static;
  display: block;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.section-3 {
  margin-right: 109px;
  margin-bottom: 106px;
  margin-left: 109px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #070707;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.image-6 {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .nav-link {
    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;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

  .menu-button.w--open {
    background-color: #5ab963;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .bullet {
    display: none;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #5ab963;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  .container.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-inner-content {
    width: 80%;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-text {
    margin-right: auto;
    margin-left: auto;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  .premium.cc-background {
    display: block;
    padding-right: 204px;
    padding-left: 204px;
  }

  .h2-container {
    width: 80%;
  }

  .contact-intro {
    padding-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .blog-posts-item {
    width: 50%;
  }

  .image-5 {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .section-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-3 {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .nosotros {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .nosotros.cc-header-extra {
    padding-bottom: 180px;
  }

  .nosotros.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .premium.cc-background {
    padding-right: 118px;
    padding-bottom: 60px;
    padding-left: 118px;
  }

  .row {
    -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;
  }

  .contact-info-row {
    -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;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-text {
    width: 100%;
  }

  .h1-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .section-2 {
    padding-right: 43px;
    padding-left: 52px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -205px;
    margin-bottom: -268px;
    padding-top: 0px;
    padding-bottom: 64px;
  }

  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .nosotros {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .nosotros.cc-header-extra {
    padding-bottom: 150px;
  }

  .nosotros.cc-header-extra {
    padding-bottom: 150px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-row-text {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-2-rows {
    margin-bottom: 10px;
  }

  .premium.cc-background {
    display: block;
    padding-right: 19px;
    padding-left: 19px;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .image-4 {
    margin-top: 36px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-services {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list {
    margin-top: 27px;
  }

  .section-2 {
    padding-right: 0px;
    padding-left: 19px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    margin-right: 22px;
    margin-left: 18px;
  }
}

#w-node-d9615b35-9b4e-f41b-5ea1-cbe473207ab7-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fb9b212a-ce66-06b4-3dee-6611e67fd6d5-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e1be3bd-96b6-6fa4-7a41-b2cf7ae877ad-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d2c6379b-a1dd-b764-d00e-206306774cf7-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d6c3b53-ed5e-e520-ea8a-e1268cfb8339-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1a0d6c3-cfb2-e5f1-a4fc-65ac40fa303e-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fb848ef-947a-b9f3-0cdd-7dd34d00adf9-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51405b37-2d5b-92e6-b199-00c4f0379b8e-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24823d96-fca1-88e8-a504-4d1da5a55211-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4738b908-2d27-023e-7b5f-7afe33c45354-3e96c095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}