body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

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

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: 5px;
  font-family: Roboto, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  border-color: #e1eb73;
  color: #e1eb73;
}

.button.beige.footer:hover {
  background-color: #e1eb73;
  color: #4d4d4d;
}

.button.beige.failresponse {
  margin-right: 30px;
}

.button.beige.failresponse.whatsapp {
  padding-left: 28px;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: rgba(225, 235, 115, 0.5);
}

.button.form:hover {
  background-color: #8850ff;
  color: #e1eb73;
}

.button.form.col {
  margin-top: 0px;
  float: right;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #323232;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.nav-link {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #000;
  box-shadow: none;
  color: #e1eb73;
}

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

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e1eb73;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  margin-right: 8px;
  float: left;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #8850ff;
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/computer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/computer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.lightgrey {
  background-color: #ddd;
}

.section.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #323232;
}

.main-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #8850ff;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  height: 490px;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-ssn.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-ssn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-myd.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-myd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-lecg.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-lecg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  color: #e1eb73;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

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

.footer-text.phonelinke {
  margin-right: 50px;
  margin-left: 10px;
  float: none;
  font-size: 20px;
  text-decoration: none;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  margin-top: 0px;
  padding: 59px 33px 20px;
  background-color: rgba(225, 235, 115, 0.5);
}

.contact-info-column {
  margin-top: 0px;
  padding-top: 56px;
}

.field {
  height: 50px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: none;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.field.detalles {
  height: 150px;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.paragraph {
  color: #f7f7f7;
}

.paragraph-2 {
  color: #f7f7f7;
}

.paragraph-3 {
  color: #f7f7f7;
}

.heading {
  color: #90e974;
}

.heading-2 {
  color: #e1eb73;
}

.heading-3 {
  padding-top: 23px;
  color: #f7f7f7;
}

.heading-3.verde {
  color: #e1eb73;
}

.heading-3.violeta {
  margin-bottom: 21px;
  padding-top: 23px;
  color: #8850ff;
}

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

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

.row {
  overflow: visible;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-4 {
  margin-top: 0px;
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#323232));
  background-image: linear-gradient(180deg, #323232, #323232);
  color: #e1eb73;
  text-align: right;
}

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

.heading-5 {
  color: #4d4d4d;
  text-align: right;
}

.text-span-2 {
  color: #f7f7f7;
}

.verde {
  color: #e1eb73;
}

.slide-2 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.chapas {
  background-image: url('../images/Carteles-y-Letras_corporeo-chapa2.jpg');
}

.slide-3 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Carteles-y-Letras_corporeo-chapa2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Carteles-y-Letras_corporeo-chapa1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-15 {
  background-image: url('../images/Carteles-y-Letras_corporeo-led1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Carteles-y-Letras_corporeo-acrilico1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  position: static;
  text-align: left;
}

.img-center {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  margin: auto;
}

.row-2 {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quarter-width {
  width: 25%;
}

.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.verde-carteleria {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 255, 0, 0.5)), to(rgba(234, 255, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(234, 255, 0, 0.5), rgba(234, 255, 0, 0.5));
}

.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-row.amarillo-letras {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 255, 0, 0.5)), to(rgba(234, 255, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(234, 255, 0, 0.5), rgba(234, 255, 0, 0.5));
}

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

.project-link-2 {
  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-2:hover {
  opacity: 0.5;
}

.project-link-2.project-3 {
  background-image: url('../images/Carteles-y-Letras_corporeo-neon2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.project-link-2.project-5 {
  background-image: url('../images/Carteles-y-Letras_corporeo-madera1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link-2.project-4 {
  background-image: url('../images/Carteles-y-Letras_corporeo-acrilico1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.project-link-2.project-1 {
  background-image: url('../images/Carteles-y-Letras_corporeo-acrilico2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link-2.project-2 {
  background-image: url('../images/Carteles-y-Letras_corporeo-metalex1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link-2.project-9 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link-2.project-10 {
  background-image: url('../images/Carteles-y-Letras_corporeo-inox1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-link-2.project-8 {
  background-image: url('../images/Carteles-y-Letras_corporeo-polyfan2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-width {
  width: 50%;
}

.third-width {
  width: 33.333%;
}

.slide-17 {
  background-image: url('../images/Carteles-y-Letras_corporeo-madera1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.fileupload {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  padding: 15px 20px;
  background-color: rgba(225, 235, 115, 0.5);
  font-family: Roboto, sans-serif;
  color: rgba(77, 77, 77, 0.63);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

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

.heading-6 {
  color: #e1eb73;
}

.heading-7 {
  color: #8850ff;
}

.div-block {
  margin-top: 11px;
}

.slide-18 {
  background-image: url('../images/Carteles-y-Letras_corporeo-neon3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.container {
  clear: none;
}

.column-3 {
  clear: none;
}

.body {
  max-width: 100%;
}

.section-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(225, 235, 115, 0.5);
}

.row-3 {
  display: block;
}

.bodyresponse {
  padding-top: 0px;
  background-color: #8850ff;
}

.responseimagesection {
  height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.sectionresponseimage {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-ssn.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-ssn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.sectionresponseimage._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-myd.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-myd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.sectionresponseimage._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 115, 0.5)), to(rgba(225, 235, 115, 0.5))), url('../images/Carteles-y-Letras_corporeo-lecg.jpg');
  background-image: linear-gradient(180deg, rgba(225, 235, 115, 0.5), rgba(225, 235, 115, 0.5)), url('../images/Carteles-y-Letras_corporeo-lecg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.responsebuttonssection {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  color: #4d4d4d;
  text-align: center;
}

.responsebuttonssection.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.responsebuttonssection.beige {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #8850ff;
}

.responsebuttonssection.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/computer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/computer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.responsebuttonssection.lightgrey {
  background-color: #ddd;
}

.responsebuttonssection.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #323232;
}

.column-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(199, 170, 139, 0.4);
  border-bottom: 1px solid rgba(199, 170, 139, 0.4);
  text-align: center;
}

.whatsappspan {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/wapp-icon.png');
  background-position: 0px 0px;
  background-size: 20px 20px;
}

.mailspan {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/closed-envelope.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  width: 30px;
  max-width: 50%;
  margin-top: -8px;
  margin-left: 16px;
  padding-left: 0px;
  float: none;
}

.slide-20 {
  background-image: url('../images/Carteles-y-Letras_corporeo-neon2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

.html-embed {
  margin-top: 19px;
}

.radio-button-field {
  display: inline-block;
  width: 25%;
  margin-bottom: 13px;
}

.radio-button-field-2 {
  display: inline-block;
  width: 75%;
  clear: none;
}

.text-block {
  margin-bottom: 12px;
}

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

.footer-social-link {
  display: inline-block;
  padding-left: 0px;
  float: none;
}

.block-quote {
  margin-top: 19px;
  border-color: #323232;
}

.image-3 {
  width: 80px;
}

.link-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
}

.div-block-2 {
  float: right;
}

@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .project-link-2.project-3 {
    background-position: 50% 100%;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar {
    position: relative;
  }
  .stone-logo.footer {
    float: none;
  }
  .section {
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-text {
    margin-bottom: 17px;
  }
  .footer-text.address {
    margin-top: 10px;
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .quarter-width {
    width: 100%;
  }
  .project-link-2 {
    width: 50%;
    height: 280px;
  }
  .half-width {
    width: 100%;
  }
  .third-width {
    width: 100%;
  }
  .fileupload {
    width: 100%;
  }
  .sectionresponseimage {
    padding: 50px 10px;
  }
  .responsebuttonssection {
    padding: 34px 10px;
  }
  .responsebuttonssection.grey {
    padding: 35px 10px;
  }
  .responsebuttonssection.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .responsebuttonssection.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .menu-icon {
    margin-top: -37px;
  }
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .footer-text {
    margin-bottom: 30px;
  }
  .footer-text.address {
    margin-top: 20px;
  }
  .footer-text.phonelinke {
    margin-right: 0px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .heading-3 {
    font-size: 47px;
  }
  .heading-3.phone {
    font-size: 20px;
    line-height: 22px;
  }
  .heading-3.violeta.phone2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 32px;
    text-align: center;
  }
  .heading-3.phone2 {
    display: block;
    width: 15%;
    clear: none;
    font-size: 35px;
  }
  .project-link-2.project-5 {
    width: 100%;
  }
  .project-link-2.project-4 {
    width: 100%;
  }
  .column-2 {
    clear: none;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
  }
  .row-3 {
    display: block;
  }
  .sectionresponseimage {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .footer-social-link {
    display: inline-block;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-3 {
    position: fixed;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 2%;
    z-index: 999;
  }
  .div-block-2 {
    margin-top: 15px;
  }
  .div-block-2.celu {
    float: none;
  }
}

