.cover-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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-image: url('../images/picture-header.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.cover-section.purpose {
  position: static;
  min-height: 100vh;
  background-image: url('../images/picture-purpose.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.cover-section.mission {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 100vh;
  background-image: url('../images/picture-mission.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.cover-section.vision {
  min-height: 100vh;
  background-image: url('../images/picture-vision.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 74px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: hsla(163.07692307692307, 69.23%, 33.14%, 1.00);
  background-color: #1a8f6e;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-left: 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;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1208px;
  margin-right: 0px;
  margin-left: 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;
}

.nav-link {
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.nav-link:hover {
  padding-bottom: 10px;
  padding-left: 10px;
}

.nav-link:active {
  color: #fff;
}

.nav-link.link-menu {
  padding: 10px;
}

.nav-link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.nav-link-2:active {
  color: #fff;
}

.nav-link-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.nav-link-3:active {
  color: #fff;
}

.container-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1208px;
  margin-top: 0px;
  -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;
}

.container-cover.header {
  margin-top: 79px;
}

.container-cover.margin-bottom {
  margin-bottom: 30px;
}

.container-cover.margin-top {
  margin-top: 25px;
}

.big-p {
  width: 387px;
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
}

.big-p.width {
  width: 374px;
  line-height: 27px;
}

.big-p.width {
  width: 347px;
}

.h1 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
  letter-spacing: 1px;
}

.h2 {
  border-bottom: 1px none #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 1px;
}

.h2.color {
  color: #292828;
  font-size: 40px;
  letter-spacing: 0.9px;
}

.h2.color.small {
  font-size: 35px;
}

.h2.small {
  font-size: 35px;
}

.h2.margin-bottom {
  margin-bottom: 30px;
}

.h2.margin-bottom.size-40 {
  font-size: 40px;
}

.title-decor {
  width: 72px;
  height: 3px;
  margin-top: 5px;
  border-bottom: 1px none #fff;
  background-color: #fff;
}

.title-decor.red {
  background-color: #a14f4f;
}

.title-decor.green {
  background-color: #1a8f6e;
}

.square-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 364px;
  min-width: 424px;
  padding: 70px 39px 58px 38px;
  -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-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, .41);
}

.center-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  font-family: Raleway, sans-serif;
}

.center-section.light-green {
  background-color: #f5f9ee;
}

.center-section.grey {
  background-color: #f2f2f2;
}

.center-section.clientes {
  display: none;
}

.container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1208px;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
}

.container-center.margin-triangle {
  margin-top: 50px;
}

.container-center.margin-bottom-0 {
  margin-bottom: 0px;
}

.h3 {
  position: relative;
  width: 235px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.h3.no-margin {
  width: 228px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3.no-margin.large {
  width: 297px;
}

.h3.color {
  width: 100%;
  color: #292828;
}

.h3.main-title {
  color: #292828;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
  -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;
}

.title.vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 338px;
  height: 301px;
  background-color: hsla(163.07692307692307, 69.23%, 33.14%, 1.00);
}

.div-block-4 {
  width: 489px;
  height: 301px;
  background-color: #b06363;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-5 {
  width: 338px;
  height: 616px;
  background-color: #593636;
}

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

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

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

.col-left-grid {
  width: 28%;
  margin-right: 7px;
  margin-left: 8px;
  padding-right: 0px;
}

.col-right-grid {
  width: 28%;
  margin-right: 8px;
  margin-left: 7px;
}

.col-center-grid {
  width: 44%;
  margin-right: 7px;
  margin-left: 7px;
}

.sustaintability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 301px;
  margin-bottom: 14px;
  -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: hsla(163.07692307692307, 69.23%, 33.14%, 1.00);
}

.img-1 {
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-image: url('../images/img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 616px;
  margin-top: 14px;
  margin-bottom: 14px;
  -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: hsla(201.81818181818184, 64.02%, 62.94%, 1.00);
}

.passion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  -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: hsla(163.07692307692307, 69.23%, 33.14%, 1.00);
}

.img-2 {
  width: 100%;
  height: 301px;
  margin-bottom: 14px;
  background-image: url('../images/img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.inovation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-bottom: 0px;
  -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: hsla(201.81818181818184, 64.02%, 62.94%, 1.00);
}

.img-3 {
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-image: url('../images/img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ethic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  -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: #a14f4f;
}

.img-4 {
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-image: url('../images/img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 616px;
  margin-bottom: 14px;
  -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: #a14f4f;
}

.excellence {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 301px;
  margin-top: 14px;
  margin-bottom: 14px;
  -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: hsla(163.07692307692307, 69.23%, 33.14%, 1.00);
}

.img-5 {
  width: 100%;
  height: 616px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-image: url('../images/img-5.png');
  background-position: 50% 0%;
  background-size: cover;
}

.p-width {
  width: 235px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.p-width.margin-top {
  width: 228px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.p-width.margin-top.large {
  width: 297px;
}

.p {
  font-family: 'Open Sans', sans-serif;
  color: #292828;
  font-size: 15px;
  line-height: 24px;
}

.p.width-40 {
  width: 45%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.p.center {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.p.margin-top {
  padding-top: 8px;
  font-size: 16px;
  line-height: 26px;
}

.h4 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #292828;
  font-size: 25px;
  font-weight: 600;
}

.h4.number-3 {
  display: none;
  margin-top: 14px;
}

.h4.medium {
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
}

.icon-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text-container.padding-large {
  padding-right: 45px;
  padding-left: 45px;
}

.image {
  margin-bottom: 25px;
}

.icon-text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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-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;
}

.col-left-steps {
  width: 40%;
}

.col-center-steps {
  width: 20%;
}

.col-right-steps {
  width: 40%;
}

.steps-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-box {
  width: 40%;
  padding-right: 60px;
  padding-left: 60px;
}

.text-box.padding-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.text-box.padding-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  -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: 50px;
  background-color: #1c795c;
}

.circle-number {
  padding-bottom: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  font-weight: 700;
}

.big-line {
  width: 1px;
  height: 550px;
  background-color: #707070;
}

.big-line.last {
  height: 200px;
  margin-bottom: 300px;
  padding-bottom: 0px;
}

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

.image-box {
  width: 40%;
  text-align: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  padding-right: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cover-footer-small-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.contact-text {
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.contact-text:hover {
  color: #fff;
}

.contact-text:visited {
  color: #fff;
}

.contact-icon-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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-6 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 173px;
  height: 47px;
  margin-top: 42px;
  -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: 0px 25px;
  background-color: #1c795c;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.call-to-action:hover {
  background-color: hsla(161.29032258064518, 72.31%, 21.67%, 1.00);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 41px;
  -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: #1c795c;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

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

.link-menu {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 0px;
  border-bottom: 1px solid transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.link-menu:hover {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.link-menu:active {
  border: 1px none #000;
  color: #fff;
}

.link-menu:focus {
  color: #fff;
}

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

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

.link-menu.w--current:active {
  border: 1px solid #000;
}

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

.link-menu.clientes {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.logo-container {
  width: 20%;
  margin: 20px 10px;
  text-align: center;
}

.m3-span {
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
  .nav-container {
    width: 700px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container-cover {
    width: 700px;
  }
  .h1 {
    line-height: 55px;
  }
  .center-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-center {
    width: 700px;
  }
  .container-center.margin-triangle {
    margin-bottom: 70px;
  }
  .h3.no-margin {
    width: 40%;
  }
  .h3.no-margin.large {
    width: 40%;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-left-grid {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    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;
  }
  .col-right-grid {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col-center-grid {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .focus {
    height: 301px;
  }
  .passion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .orientation {
    height: 301px;
  }
  .img-5 {
    height: 301px;
  }
  .p-width.margin-top {
    width: 40%;
  }
  .p-width.margin-top.large {
    width: 40%;
  }
  .p.width-40 {
    width: 80%;
  }
  .icon-text-container {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icon-text-container.padding-large {
    padding-top: 20px;
  }
  .icon-text-row {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .steps-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-box {
    width: 40%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-box.padding-80 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-box.padding-70 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-section {
    height: 350px;
    background-size: cover;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    padding-right: 18px;
  }
  .logo-container {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .nav-container {
    width: 600px;
  }
  .container-cover {
    width: 500px;
  }
  .container-center {
    width: 500px;
  }
  .h3.no-margin {
    width: 60%;
  }
  .h3.no-margin.large {
    width: 60%;
  }
  .title.vertical {
    position: relative;
  }
  .p-width.margin-top {
    width: 60%;
  }
  .p-width.margin-top.large {
    width: 60%;
  }
  .h4 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .h4.number-3 {
    position: absolute;
    left: 116px;
    top: auto;
    right: 0%;
    bottom: 3%;
  }
  .contact-section {
    padding-right: 10%;
  }
  .link-menu {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }
  .link-menu.w--current {
    color: #fff;
  }
  .logo-container {
    width: 35%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .cover-section {
    min-height: 700px;
  }
  .cover-section.purpose {
    min-height: 700px;
  }
  .cover-section.mission {
    min-height: 700px;
  }
  .cover-section.vision {
    min-height: 700px;
  }
  .container-cover {
    width: 300px;
  }
  .big-p {
    width: 250px;
    font-size: 16px;
  }
  .big-p.width {
    width: 250px;
  }
  .big-p.width {
    font-size: 16px;
  }
  .h1 {
    font-size: 32px;
    line-height: 37px;
  }
  .h2 {
    font-size: 40px;
  }
  .h2.color {
    font-size: 35px;
  }
  .h2.color.small {
    font-size: 30px;
  }
  .h2.margin-bottom.size-40 {
    font-size: 30px;
  }
  .square-box {
    width: 280px;
    min-width: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .container-center {
    width: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .container-center.margin-triangle {
    margin-bottom: 50px;
  }
  .container-center.margin-bottom-0 {
    margin-bottom: 50px;
  }
  .h3.no-margin {
    width: 85%;
  }
  .h3.no-margin.large {
    width: 85%;
  }
  .h3.main-title {
    font-size: 30px;
  }
  .title.vertical {
    position: relative;
    margin-bottom: 40px;
  }
  .p-width.margin-top {
    width: 85%;
  }
  .p-width.margin-top.large {
    width: 85%;
  }
  .p.width-40 {
    width: 90%;
  }
  .p.margin-top {
    padding-top: 8px;
    text-align: center;
  }
  .h4 {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  .h4.number-3 {
    position: absolute;
    left: 286px;
    top: -5%;
    right: 5%;
    bottom: 8%;
    margin-top: 48px;
  }
  .h4.medium {
    margin-top: 30px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
  }
  .icon-text-container {
    width: 80%;
    padding-bottom: 30px;
  }
  .steps-box {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .steps-box.reverse-mobile {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-box {
    width: 90%;
  }
  .text-box.padding-70 {
    width: 95%;
  }
  .circle {
    margin-top: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .circle-number {
    padding-bottom: 10px;
  }
  .big-line {
    display: none;
  }
  .image-box {
    width: 90%;
  }
  .contact-section {
    height: 400px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-text {
    font-size: 15px;
  }
  .div-block-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .call-to-action {
    width: 160px;
    height: 40px;
    font-size: 18px;
  }
  .footer {
    height: 55px;
  }
  .footer-text {
    font-size: 12px;
    text-align: center;
  }
  .nav-menu {
    border: 1px none #000;
    background-color: #1a8f6e;
  }
  .link-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .link-menu:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-button.w--open {
    background-color: #1a8f6e;
  }
  .logo-container {
    width: 100%;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}