body {
  height: 100%;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

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

h3 {
  margin: 0px 0px 6px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 16px 26px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
}

.button.hollow {
  border-color: #fff;
  background-color: transparent;
  opacity: 0.5;
  color: #000;
  font-weight: 500;
}

.button.hollow:hover {
  border-color: #000;
  color: #000;
}

.button.hollow.black {
  margin-right: 0px;
  border-color: #000;
  color: #000;
}

.button.hollow.black:hover {
  border-color: #ff177f;
  color: #ff177f;
}

.button.hollow.grey {
  margin-right: 0px;
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.button.hollow.grey:hover {
  border-color: #000;
  color: #000;
}

.button.hollow._404btn {
  margin-top: 25px;
}

.button.hollow.volver {
  margin-bottom: 40px;
}

.button.form {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: #d1d1d1;
  font-weight: 300;
}

.button.form:hover {
  background-color: #c2ff00;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  margin-right: 0px;
  padding-right: 10px;
  background-color: rgba(73, 73, 73, 0.6);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(50, 59, 42, 0.85)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(50, 59, 42, 0.85));
  opacity: 1;
}

.logo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 15px 0px;
  padding-right: 3px;
  padding-left: 2px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #9fd101;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo-1.logo-2 {
  width: 50%;
  color: #4f8302;
}

.hamburger-icon {
  font-size: 31px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #5c5c5c;
}

.section.header {
  padding: 80px 10px;
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, rgba(217, 0, 79, 0.88), rgba(227, 72, 0, 0.82)), url('../images/nature.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  color: hsla(0, 0%, 100%, 0.72);
}

.section.header._2 {
  background-image: linear-gradient(135deg, rgba(145, 0, 217, 0.88), rgba(0, 182, 227, 0.82)), url('../images/mountain.jpg');
}

.section.header._3 {
  background-image: linear-gradient(315deg, rgba(0, 222, 96, 0.8), rgba(0, 136, 227, 0.82)), url('../images/hills.jpg');
}

.section.grey {
  margin-top: 27px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #696969;
}

.section.grey.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.section.footer {
  padding: 35px 20px;
}

.section.projects {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #ededed;
  color: #4d4d4d;
}

.section.white {
  border-top: 1px solid #ededed;
}

.section.green-instal {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #696969;
}

.section.green-instal.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 172, 3, 0.5)), to(rgba(111, 172, 3, 0.5))), url('../images/blur-waves-dark.jpg');
  background-image: linear-gradient(180deg, rgba(111, 172, 3, 0.5), rgba(111, 172, 3, 0.5)), url('../images/blur-waves-dark.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.menu-button {
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #272832;
}

.menu-button:hover {
  background-color: #f2f2f2;
  color: #272832;
}

.menu-button.w--open {
  background-color: #272832;
  color: #fff;
}

.menu-button.w--open:hover {
  background-color: #1e1f26;
  color: hsla(0, 0%, 100%, 0.83);
}

.nav-menu {
  padding-top: 18px;
  padding-bottom: 24px;
  background-color: #272832;
}

.nav-link {
  padding: 20px 20px 20px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.nav-link:hover {
  color: #249cff;
}

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

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

.social-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 0px;
  text-align: left;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.project-row {
  background-color: #272832;
  background-image: -webkit-gradient(linear, left top, right top, from(#70ff00), to(#298000));
  background-image: linear-gradient(90deg, #70ff00, #298000);
}

.project-row.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#a0f), to(#0072f5));
  background-image: linear-gradient(90deg, #a0f, #0072f5);
}

.project-row.teal {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#00f59b));
  background-image: linear-gradient(90deg, #00b7ff, #00f59b);
}

.project-row.verde-carteleria {
  background-image: -webkit-gradient(linear, left top, right top, from(#89ce53), to(#298000));
  background-image: linear-gradient(90deg, #89ce53, #298000);
}

.project-link {
  position: relative;
  display: block;
  width: 25%;
  height: 350px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.project-link:hover {
  opacity: 0.5;
}

.project-link.project-1 {
  background-image: url('../images/PathCarteleria_Ploteo-oficina_avnet2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link.project-2 {
  background-image: url('../images/PathCarteleria_Ploteo_banco-columbia.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.project-link.project-3 {
  background-image: url('../images/PathCarteleria_Ploteo-oficina_emprenurban.jpg');
  background-position: 50% -49px;
  background-size: cover;
  background-attachment: scroll;
}

.project-link.project-4 {
  background-image: url('../images/PathCarteleria_Ploteo-oficina_rohlig.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.project-link.project-5 {
  background-image: url('../images/PathCarteleria_Ploteo-edificio_mrm.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-link.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-link.project-8 {
  background-image: url('../images/PathCarteleria_Ploteo_myd-dermacycle2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link.project-9 {
  background-image: url('../images/PathCarteleria_Ploteo-consumo_novartis.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link.project-10 {
  background-image: url('../images/PathCarteleria_Ploteo-consumo_eximia2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  overflow: visible;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.main-heading.haceloimpacto {
  display: none;
}

.button-group {
  margin-top: 36px;
}

.project-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 11px 19px 13px;
  background-color: rgba(0, 0, 0, 0.09);
}

.tag {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-logo {
  color: #c4c4c4;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.footer-social-link {
  margin-left: 24px;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.footer-social-link:hover {
  opacity: 0.77;
}

.social-footer-wrap {
  text-align: right;
}

.field {
  height: 58px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 2px 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #249cff;
  font-size: 17px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 2px 0 0 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #e6e6e6;
}

.contact-text {
  padding-right: 59px;
  color: #4d7200;
}

.slider {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: visible;
  height: auto;
  background-color: #fff;
}

.slide {
  padding-top: 96px;
  padding-bottom: 52px;
  background-image: linear-gradient(135deg, rgba(5, 87, 28, 0.8), rgba(235, 226, 0, 0.8)), url('../images/blurz.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide._2 {
  background-image: linear-gradient(135deg, rgba(148, 0, 222, 0.8), rgba(0, 176, 235, 0.8)), url('../images/hills.jpg');
}

.slide._3 {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, 0.8), rgba(0, 188, 235, 0.8)), url('../images/mountain.jpg');
}

.slide.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 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;
}

.slider-nav {
  padding-top: 5px;
  opacity: 1;
  font-size: 7px;
}

.replace-text {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.skill {
  padding: 12px 16px;
  border-left: 2px solid rgba(0, 0, 0, 0.09);
  background-color: #d9d9d9;
  color: #666;
  text-transform: uppercase;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  width: 100%;
  margin-top: 18px;
  background-color: #f7f7f7;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  padding: 83px 32px;
  background-color: #ccc;
  color: #7d7d7d;
  text-align: center;
}

.thank-you-title {
  margin-right: 14px;
  margin-bottom: 14px;
  margin-left: 14px;
}

.no-padd-section.grey {
  background-color: #ededed;
  color: #696969;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  height: 390px;
  background-image: url('../images/camera-man.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

.center-content {
  position: relative;
  display: inline;
  text-align: center;
}

.more-icon {
  margin-top: 2px;
  margin-right: 9px;
  float: left;
}

.back-link {
  display: block;
  margin-left: 2px;
  opacity: 0.44;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.back-link:hover {
  opacity: 1;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

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

.previous-column {
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #ededed;
  text-align: right;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  display: block;
  padding: 0px 0px 20px;
}

.list-item {
  margin-top: 10px;
}

.unordered-list {
  display: block;
}

.locales-comerciales {
  background-image: url('../images/PathCarteleria_Ploteo_disfraces-carrousel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-principal {
  background-image: url('../images/WellTechnick.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columna-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-3 {
  height: 100%;
  min-height: 350px;
}

.slider-4 {
  height: 100%;
  min-height: 350px;
}

.button-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cff00), to(#0e4902));
  background-image: linear-gradient(180deg, #5cff00, #0e4902);
}

.button-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3bc53b), to(#000));
  background-image: linear-gradient(180deg, #3bc53b, #000);
}

.titulo-principal {
  margin-bottom: 10px;
}

.row-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.image {
  text-align: left;
}

.text-span {
  padding-left: 9px;
  color: #518505;
}

.slide-2 {
  background-image: url('../images/PathCarteleria_Ploteo_disfraces-carrousel.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/PathCarteleria_Ploteo_myd-dermacycle.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/PathCarteleria_Ploteo_fiambreria-queseria-nino.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  padding-top: 0px;
}

.slide-5 {
  background-image: url('../images/PathCarteleria_Ploteo-oficina_avnet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/PathCarteleria_Ploteo-edificio_mrm2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/PathCarteleria_Ploteo-oficina_abc.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/PathCarteleria_Ploteo-consumo_motorola.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/PathCarteleria_Ploteo-consumo_eximia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-10 {
  background-image: url('../images/PathCarteleria_Ploteo-vehicular_gcba.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/PathCarteleria_Ploteo-vehicular_omint.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/PathCarteleria_Ploteo-consumo_novartis2.jpg');
  background-position: 50% 44%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/PathCarteleria_Ploteo_banco-Itau2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/PathCarteleria_Ploteo_banco-Itau.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/PathCarteleria_Ploteo_banco-Itau3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link {
  background-color: #cae76d;
}

.tab-link.w--current {
  background-color: #cae76d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#494949));
  background-image: linear-gradient(180deg, #494949, #494949);
  color: #ededed;
}

.tab-link-2 {
  background-color: #eec775;
  color: #272832;
}

.tab-link-2.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#494949));
  background-image: linear-gradient(180deg, #494949, #494949);
  color: #ededed;
}

.tab-link-3 {
  background-color: #cae76d;
}

.tab-link-3.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#494949));
  background-image: linear-gradient(180deg, #494949, #494949);
  color: #fff;
}

.div-block {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.flexblocktest {
  padding-right: 11px;
  padding-left: 11px;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.flexblocktest.col1 {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.flexblocktest.col2 {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.flexblocktest.col1-inst {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.flexblocktest.col2-inst {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-image: url('../images/PathCarteleria_Instalacion.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-span-2 {
  font-weight: 500;
}

.block-quote {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 195, 0, 0.5)), to(rgba(117, 195, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(117, 195, 0, 0.5), rgba(117, 195, 0, 0.5));
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100vw;
  margin-top: 31px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 189, 0, 0.5)), to(rgba(136, 189, 0, 0.5))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(136, 189, 0, 0.5), rgba(136, 189, 0, 0.5)), url('../images/mountain.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  text-align: center;
}

.div-block-2.flexblocktest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 179, 0, 0.5)), to(rgba(128, 179, 0, 0.5))), url('../images/blur-waves-dark.jpg');
  background-image: linear-gradient(180deg, rgba(128, 179, 0, 0.5), rgba(128, 179, 0, 0.5)), url('../images/blur-waves-dark.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.bold-text {
  padding-top: 0px;
  box-shadow: 0 0 6px 0 #fff;
  font-size: 22px;
}

.block-quote-2 {
  min-height: 100%;
  margin-right: 0px;
  margin-left: 15px;
  border-right: 5px solid #e2e2e2;
  box-shadow: 0 0 6px 0 #fff;
  font-family: Oswald, sans-serif;
  color: #ededed;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}

.heading {
  color: #88bd00;
}

.container {
  margin-top: 22px;
}

.image-3 {
  width: 10%;
  height: 10%;
}

.image-4 {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-2 {
  display: block;
}

.heading-2 {
  color: #cf0;
  font-size: 60px;
  line-height: 54px;
  font-weight: 500;
  text-transform: uppercase;
}

.container-2 {
  margin-top: 36px;
}

.mainlogolockup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
}

.mainicon {
  margin-right: 20px;
}

.logolockupcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 10px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whatsappmain {
  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;
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.whatsapplink {
  padding-left: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.backtohomebtn {
  position: fixed;
  right: 0px;
  bottom: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  -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: 3px solid #fff;
  border-radius: 7px;
  background-color: hsla(0, 0%, 92.9%, 0.43);
  box-shadow: 0 0 6px 0 hsla(0, 0%, 67.5%, 0.4);
}

.whitetext {
  color: #fff;
}

.notfoundimg {
  margin-bottom: 56px;
  padding-top: 57px;
  padding-bottom: 57px;
  border-radius: 30px;
  background-color: #fff;
  color: #fff;
}

.text-span-3 {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: -8px;
  background-image: url('../images/icono-whatsapp.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.mobilewhatsapplink {
  display: inline-block;
}

.fileupload {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  padding: 15px 20px;
  background-color: #d1d1d1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.fileupload:hover {
  background-color: #c2ff00;
}

.hiddeninput {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.promo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 70px;
  -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: #494949;
  color: #fff;
  text-align: center;
}

.promo-heading {
  color: #ededed;
  font-size: 20px;
  font-weight: 300;
}

.promo-paragraph {
  margin-top: 30px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
}

.promospan {
  color: #c2ff00;
  font-weight: 400;
  text-transform: uppercase;
}

.slider-principal-home {
  height: 400px;
}

.slide-prioncipal-1 {
  background-image: url('../images/Slider-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-2 {
  background-image: url('../images/Slider-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-3 {
  background-image: url('../images/Slider-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-4 {
  background-image: url('../images/Slider-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-5 {
  background-image: url('../images/Slider-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-6 {
  background-image: url('../images/Slider-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-prioncipal-7 {
  background-image: url('../images/Slider-7.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-5 {
  display: inline-block;
}

.image-6 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  padding-bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.instagram {
  display: block;
  margin-left: 40px;
  -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;
}

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

.redes-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 10px auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.facebook {
  margin-left: 40px;
  -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;
}

.image-7 {
  width: 30px;
  padding-bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.contacto {
  margin-left: 40px;
  -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;
}

.image-8 {
  width: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slide-17 {
  background-image: url('../images/NINO-Fiambreria.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/YPF-Gas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/WellTechnick.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/IMG_20180615_122910008.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/IMG-20180517-WA0031.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/2019-03-14-at-11.48.08.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/IMG-20181105-WA0001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 2%;
  z-index: 999;
}

.div-block-4 {
  height: 860px;
  max-height: none;
  max-width: none;
}

.mnmnm {
  height: 790px;
}

.foooo {
  height: 670px;
}

.image-9 {
  display: show;
}

.heading-3 {
  display: none;
}

.formtest {
  display: block;
}

.link-block-2 {
  text-decoration: underline;
}

.link-block-2.w--current {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }
  .project-link.project-3 {
    background-position: 50% 100%;
  }
  .main-heading {
    font-size: 43px;
  }
  .slider {
    height: 450px;
  }
  .slide {
    padding-top: 335px;
  }
  .columna-slider {
    position: relative;
  }
  .button-2 {
    float: none;
    clear: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
  .button-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .tab-link {
    width: 50%;
    padding-right: 60px;
  }
  .tab-link.w--current {
    padding-right: 70px;
  }
  .tab-link-2 {
    width: 50%;
    padding-right: 60px;
  }
  .flexblocktest.col2-inst {
    background-image: url('../images/PathCarteleria_Instalacion.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }
  .block-quote-2 {
    line-height: 42px;
  }
  .image-4 {
    min-height: auto;
  }
  .logolockupcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .whatsapplink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo-paragraph {
    font-size: 14px;
  }
  .slider-principal-home {
    top: auto;
    height: 270px;
    margin-top: -61px;
    margin-bottom: 18px;
    background-color: transparent;
  }
  .slide-prioncipal-1 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-2 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-3 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-4 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-5 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-6 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-prioncipal-7 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .redes-sociales {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 12px;
  }
  .button.hollow {
    padding: 11px 18px;
  }
  .navbar {
    padding-left: 10px;
  }
  .logo-1 {
    padding-left: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.grey.test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.grey.test.even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.green-instal.test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button {
    padding: 10px;
  }
  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }
  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }
  .project-link {
    width: 50%;
    height: 280px;
  }
  .half-width {
    width: 100%;
  }
  .quarter-width {
    width: 100%;
  }
  .third-width {
    width: 100%;
  }
  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }
  .button-group {
    display: block;
    margin-top: 26px;
    margin-right: 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;
    text-align: left;
  }
  .contact-text {
    margin-bottom: 40px;
  }
  .slider {
    height: 450px;
  }
  .slide {
    padding: 250px 10px 64px;
  }
  .brand-link {
    padding-left: 0px;
    text-align: left;
  }
  .form-wrapper {
    margin-top: 11px;
  }
  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .process-row {
    margin-bottom: 0px;
  }
  .mobile-padding-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .previous-column {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .text-span {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flexblocktest.col1-inst {
    padding-bottom: 10px;
  }
  .flexblocktest.col2-inst {
    min-height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mask {
    position: absolute;
    height: 100%;
  }
  .mask-2 {
    position: relative;
  }
  .div-block-2.flexblocktest {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block-quote-2 {
    line-height: 46px;
  }
  .heading-2 {
    display: inline-block;
    overflow: visible;
    font-size: 55px;
    line-height: 50px;
  }
  .container-2 {
    margin-top: 88px;
    margin-bottom: -32px;
  }
  .logolockupcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fileupload {
    width: 100%;
  }
  .promo-section {
    padding-right: 19px;
    padding-left: 19px;
  }
  .slider-principal-home {
    height: 210px;
    margin-top: 60px;
    margin-bottom: -70px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .redes-sociales {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button.hollow {
    display: block;
    margin-top: 10px;
    margin-left: 14px;
    padding-left: 18px;
    font-size: 14px;
    text-align: center;
  }
  .navbar {
    position: fixed;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#323b2a)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(90deg, #000, #323b2a), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    opacity: 1;
  }
  .logo-1 {
    display: block;
    margin-right: -1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 36px;
    line-height: 41px;
  }
  .section.grey {
    margin-top: 10px;
  }
  .section.grey.test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.grey.test.even {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section.green-instal.test {
    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;
  }
  .main-heading {
    padding-left: 10px;
    font-size: 28px;
  }
  .main-heading.haceloimpacto {
    display: none;
  }
  .button-group {
    position: static;
    display: block;
    margin-bottom: -14px;
    padding-bottom: 0px;
    text-align: left;
  }
  .footer-logo {
    margin-bottom: 8px;
    text-align: center;
  }
  .footer-social-link {
    margin-right: 7px;
    margin-left: 7px;
  }
  .social-footer-wrap {
    text-align: center;
  }
  .slider {
    height: 550px;
  }
  .slide {
    padding: 52px 0px 47px;
  }
  .previous-column {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ededed;
    border-right-width: 0px;
    text-align: left;
  }
  .next-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    display: none;
  }
  .slider-principal {
    min-height: 150px;
  }
  .row {
    -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;
  }
  .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .button-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .image {
    margin-top: -180px;
    padding-top: 0px;
    float: right;
  }
  .tab-link {
    display: inline-block;
  }
  .tab-link.w--current {
    display: inline-block;
  }
  .tab-link-2 {
    display: inline-block;
    width: 50%;
  }
  .column-2 {
    position: relative;
    left: 0px;
  }
  .flexblocktest.col2 {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .flexblocktest.col1-inst {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-2.flexblocktest {
    overflow: hidden;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-quote-2 {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 36px;
  }
  .heading-2 {
    font-size: 39px;
    line-height: 33px;
  }
  .container-2 {
    margin-top: 200px;
    margin-bottom: -8px;
    text-align: center;
  }
  .mainlogolockup {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mainicon {
    display: block;
    margin-right: 10px;
  }
  .logolockupcontainer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .whatsappmain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .backtohomebtn {
    display: none;
  }
  .mobilewhatsapplink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -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: #25d366;
  }
  .promo-section {
    padding-right: 10px;
    padding-bottom: 35px;
    padding-left: 10px;
  }
  .slider-principal-home {
    margin-top: 144px;
    margin-bottom: -195px;
  }
  .slide-prioncipal-1 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-prioncipal-2 {
    background-size: cover;
  }
  .slide-prioncipal-3 {
    background-size: cover;
  }
  .slide-prioncipal-4 {
    background-size: cover;
  }
  .slide-prioncipal-5 {
    background-size: cover;
  }
  .slide-prioncipal-6 {
    background-size: cover;
  }
  .slide-prioncipal-7 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .mask-3 {
    height: 200px;
    margin-top: -61px;
  }
  .image-6 {
    float: right;
  }
  .instagram {
    padding-top: 10px;
  }
  .container-3 {
    margin-top: 13px;
    -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;
  }
  .redes-sociales {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    max-width: 890px;
    margin-top: -19px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
    -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;
    -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-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .facebook {
    padding-top: 10px;
  }
  .image-7 {
    float: right;
  }
  .contacto {
    padding-top: 10px;
  }
  .image-8 {
    float: right;
  }
  .link-block {
    right: 2%;
    bottom: 2%;
    width: 60px;
  }
}

