:root {
  --black3: black;
  --white: white;
  --black: #151414;
  --gainsboro: #e9e0e0;
  --grey: #878080;
  --black2: #161616;
  --dark-turquoise: #0ccde8;
  --deep-pink: #e80cba;
  --yellow: #fdfa0a;
}

body {
  color: #333;
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #151414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 53px;
  font-weight: 800;
  line-height: 58px;
}

h2 {
  color: #151414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  color: #151414;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

h4 {
  color: #151414;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

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

p {
  color: #878080;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

strong {
  font-weight: bold;
}

.body {
  font-family: Muli, sans-serif;
  font-weight: 800;
}

.top-header-section {
  background-color: #161616;
}

.top-header-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 29px;
  display: flex;
}

.top-header-container.bottom {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 29px;
}

.top-header-info-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.top-header-info-container.left-margin {
  margin-left: 40px;
}

.labels {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.top-header-icon {
  margin-right: 10px;
}

.top-header-icon.left-margin {
  margin-left: 10px;
  display: inline-block;
}

.header-section {
  background-color: #000;
  height: auto;
}

.header-container {
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.navbar {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
}

.navlink {
  color: #fff;
  background-image: url('../images/icono-grafiflex.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  height: auto;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.navlink:hover {
  color: #ffffff9e;
  border-style: none;
  border-bottom-width: 0;
  border-bottom-color: #2e2c2c;
  box-shadow: 0 1px #383434;
}

.navlink.w--current {
  color: #878080;
  border-bottom: 1px solid #878080;
}

.selector-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-left: 20px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: none;
}

.selector-btn:hover {
  color: #000;
  background-color: #fff;
}

.nav-menu {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lines-container {
  justify-content: space-between;
  width: 100%;
  height: 2px;
  display: flex;
}

.square {
  flex: 1;
  height: 100%;
}

.square.cian {
  background-color: #0ccde8;
}

.square.magenta {
  background-color: #e80cba;
}

.square.yellow {
  background-color: #fdfa0a;
}

.square.black {
  background-color: #424040;
}

.square.green {
  background-color: #23ed6b;
}

.square.orange {
  background-color: #fca10f;
}

.square.blue {
  background-color: #0755c0;
}

.image {
  width: 400px;
  margin-top: 0;
}

.hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  padding-top: 49px;
  padding-bottom: 49px;
  box-shadow: 0 4px 8px #87808066;
}

.hero-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 31px;
  display: flex;
}

.hero-heading {
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-tagline {
  width: 60%;
  margin-bottom: 60px;
}

.cta-button {
  background-image: linear-gradient(#706e6e, #363434);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 -3px #151414;
}

.cta-button:hover {
  background-image: linear-gradient(#ffffff21, #ffffff21), linear-gradient(#706e6e, #363434);
  box-shadow: inset 0 -3px #363131, 0 6px 10px #87808080;
}

.cta-button.submit {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-button.white-center {
  margin-left: auto;
  margin-right: auto;
}

.cta-button.white-center.whatsapp {
  text-align: center;
  background-image: linear-gradient(#1dda40, #009b27);
  border: 1px #000;
  justify-content: center;
  margin-bottom: 20px;
  font-style: normal;
  text-decoration: none;
  box-shadow: inset 0 -3px #10863a;
}

.cta-button.white-center.whatsapp:hover {
  background-color: #292929;
}

.button-link {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-link.video {
  width: auto;
}

.video-iocn {
  width: 32px;
  height: auto;
  margin-left: -10px;
  padding-right: 10px;
}

.black-section {
  background-color: #151414;
}

.service-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 10px;
  display: block;
}

.h2-white-centered {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Muli, sans-serif;
}

.h2-white-centered.subheader {
  margin-bottom: 0;
  padding-top: 170px;
  padding-bottom: 170px;
}

.service-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.white-centered-h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}

.service-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.white-p-centered {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.product-section {
  background-color: #fff;
}

.product-section.top-shadow {
  box-shadow: inset 0 6px 25px -12px #8780802e;
}

.triangle {
  background-color: #151414;
  width: 24px;
  height: 26px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
}

.traingle-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.products-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 10px;
  display: flex;
}

.products-container.reverse {
  flex-direction: row-reverse;
}

.product-image {
  border-radius: 25px;
  box-shadow: 3px 3px 8px #87808066;
}

.product-image.centered {
  margin: 50px auto;
  display: block;
}

.product-info-box {
  width: 50%;
}

.heading {
  margin-top: 0;
  margin-bottom: 23px;
}

.paragraph {
  margin-bottom: 23px;
}

.producto-info-h4 {
  border-bottom: 1px solid #e9e0e0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-icons-container {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.icons-container {
  align-items: center;
  width: 33%;
  display: flex;
}

.icons-text {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 14px;
}

.testimonial-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 120px;
  padding-right: 0;
  display: flex;
}

.testimonial-container.padding-top {
  padding-top: 120px;
}

.testimonial-p {
  text-align: center;
  width: 45%;
  margin-top: 33px;
  margin-bottom: 30px;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 31px;
}

.testimonial-p.regular {
  font-style: normal;
}

.testimonial-separator {
  background-color: #e9e0e0;
  width: 45%;
  height: 1px;
  margin-top: 23px;
}

.testimonial-separator.full {
  width: 100%;
}

.presentation-section {
  background-color: #151414;
  background-image: url('../images/Grafiflex.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  height: auto;
}

.presentation-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-white-left {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.box-container {
  width: 40%;
  padding: 120px 10px;
}

.p-white-left {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 50px;
}

.italic-text {
  font-style: normal;
}

.footer-section {
  background-color: #000;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-links {
  color: #fff;
  background-image: url('../images/icono-grafiflex.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.subheader-section.quienes-somos {
  background-image: url('../images/Subheader2.png');
}

.subheader-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-section {
  padding-top: 0;
  padding-bottom: 0;
}

.form-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.form-container.video {
  padding-top: 30px;
}

.h3-black-centered {
  text-align: center;
  margin: 0 auto 50px;
  display: block;
}

.h3-black-centered.top-margin {
  margin-top: 120px;
}

.tagline-page-p {
  text-align: center;
  border-bottom: 1px solid #e9e0e0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.tagline-page-p.top-margin {
  padding-top: 120px;
}

.tagline-page-p.no-underline {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.success {
  background-color: #e9e0e0;
  border-radius: 6px;
}

.error {
  text-align: center;
}

.form {
  border-radius: 25px;
  width: 50%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
  box-shadow: 0 4px 8px #8780805e;
}

.field-label {
  color: #878080;
  margin-bottom: 0;
}

.text-field {
  background-color: #f1efef;
  border-style: none;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-weight: 400;
}

.text-field:hover {
  background-color: #eee9e9;
}

.text-field:focus {
  border: 1px solid #878080;
}

.three-columns-container {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.white-center {
  color: #fff;
  text-align: center;
}

.column-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  text-decoration: none;
  display: flex;
}

.column-container.margin-top {
  margin-top: 21px;
}

.column-img {
  margin-bottom: 24px;
}

.column-img._61px {
  width: 61px;
}

.separator {
  background-color: #0ccde8;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.separator.m {
  background-color: #e80cba;
}

.separator.y {
  background-color: #fdfa0a;
}

.separator.grey {
  background-color: #878080;
}

.title-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.timeline-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 422px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
}

.timeline-container.backwards {
  flex-direction: row-reverse;
}

.card {
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 4px 8px #8780805e;
}

.card.timeline {
  justify-content: center;
  height: 360px;
}

.card.gestion {
  justify-content: flex-start;
  width: 47%;
  margin-top: 0;
  padding: 30px;
  display: block;
}

.h3-left {
  margin-top: 0;
  margin-bottom: 24px;
}

.timeline-text-wrapper {
  width: 33%;
}

.timeline-text-wrapper.mision {
  width: auto;
  margin-bottom: 75px;
}

.description {
  border: 1px #878080;
  border-top: 1px solid #e9e0e0;
  margin-bottom: 0;
  padding-top: 15px;
}

.timeline {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.black-circle {
  background-color: #151414;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.black-line {
  background-color: #151414;
  width: 2px;
  height: 390px;
}

.section {
  margin-bottom: 75px;
}

.mision-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 10px 45px;
  display: block;
}

.tab-container {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.tab-img {
  background-image: url('../images/G.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 115px;
  margin-bottom: 20px;
}

.tab-img._2 {
  background-image: url('../images/gestion-tab-icon.svg');
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-img._3 {
  background-image: url('../images/hexacrome-tab-icon.svg');
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-link {
  color: #878080;
  background-color: #0000;
  font-size: 22px;
  font-weight: 700;
}

.tab-link.w--current {
  color: #151414;
  background-color: #0000;
  background-image: url('../images/Line-9.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 22px;
  font-weight: 700;
}

.tabs-menu {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs {
  width: 100%;
}

.div-block {
  width: 50%;
}

.circle {
  background-color: #0ccde8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-bottom: 6px;
  margin-right: 16px;
  display: inline-block;
}

.circle.m {
  background-color: #e80cba;
}

.circle.yw {
  background-color: #fdfa0a;
}

.h3-inline-block {
  margin-top: 30px;
  display: inline-block;
}

.fotopolimeros-info-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.proceso-container {
  border-top: 1px solid #e9e0e0;
  margin-top: 120px;
  padding-top: 100px;
  padding-right: 0;
}

.h2-black-centered {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.h2-black-centered.spacing {
  margin-top: 100px;
}

._3-cards-container {
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.div-block-2 {
  border-radius: 25px;
  width: 31%;
  padding: 25px;
  box-shadow: 0 4px 8px #8780805e;
}

.div-block-2._2-columns {
  width: 48%;
}

.tabs-content {
  padding-top: 100px;
}

.h1-black-center {
  text-align: center;
  margin-bottom: 50px;
}

.h1-black-center.hexa {
  margin-bottom: 10px;
}

.administracion-p {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._2-cards-container {
  justify-content: space-around;
  margin-bottom: 30px;
  padding: 20px 30px;
  display: flex;
}

._2-cards-container.last-row {
  margin-bottom: 80px;
}

.card-title-container {
  border-bottom: 1px solid #e9e0e0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-icon {
  background-image: url('../images/Hex6-Copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.card-icon.icon2 {
  background-image: url('../images/sin-limpieza-de-maquinas.svg');
}

.card-icon.icon3 {
  background-image: url('../images/Hex6-Copy-3.svg');
}

.card-icon.icon5 {
  background-image: url('../images/colores-mas-vivos.svg');
}

.card-icon.icon6 {
  background-image: url('../images/menor-desperdicio.svg');
  background-size: auto;
}

.card-icon.icon8 {
  background-image: url('../images/menos-inventario.svg');
}

.card-icon.icon7 {
  background-image: url('../images/mayor-productividad_1.svg');
}

.card-icon.icon9 {
  background-image: url('../images/estandarizacion-increible.svg');
  width: 40px;
  height: 40px;
}

.card-icon.icon10 {
  background-image: url('../images/evita-aprobaciones.svg');
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.card-paragraph {
  padding-top: 19px;
}

.soluciones-hexacromia {
  margin: 50px auto;
  display: block;
}

.case-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 75px;
  display: block;
}

.heading-4, .heading-5 {
  margin-top: 0;
}

.image2 {
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image2.larger {
  width: 90%;
}

.here-image-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-4 {
  align-self: center;
  width: 50%;
  padding-left: 100px;
}

.image-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.slide-1 {
  background-image: url('../images/grafiflex10.png');
  background-position: 50%;
  background-size: contain;
}

.slider {
  background-color: #0000;
  border-radius: 25px;
  width: 700px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 4px 8px #8780805e;
}

.slider-icon {
  text-shadow: 1px 1px 6px #16161666;
}

.slide-2 {
  background-image: url('../images/grafiflex9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/grafiflex8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/grafiflex7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/grafiflex5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/grafiflex4.png');
  background-position: 50%;
  background-size: contain;
}

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

.slide-8 {
  background-image: url('../images/grafiflex1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/grafiflex_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/grafiflex2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-mask {
  border-radius: 25px;
}

.arrows {
  background-color: #0000;
}

.div-block-5 {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.address-links {
  color: #fff;
  text-decoration: none;
}

.slide-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: var(--white);
  height: 100%;
}

.slide-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-arrows {
  color: var(--black);
}

.slide-nav {
  background-color: #0000;
}

.h1-span {
  background-color: var(--gainsboro);
  font-weight: 700;
}

._25-anios {
  max-width: 90%;
}

.image-3 {
  width: 30px;
}

.whatsapp-tagline {
  text-align: center;
  width: 50%;
  margin: 40px auto 32px;
  font-size: 24px;
  line-height: 32px;
}

.white {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
  text-decoration: none;
}

.buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .top-header-container {
    padding-right: 19px;
  }

  .navbar {
    padding-right: 10px;
  }

  .navlink {
    text-align: center;
    background-color: #000;
    margin-left: 20px;
  }

  .selector-btn {
    display: none;
  }

  .nav-menu {
    background-color: var(--black3);
    margin-top: 7px;
  }

  .menu-icon {
    color: #fff;
    display: none;
  }

  .menu-button {
    border: 1px solid #fff;
    border-radius: 6px;
    margin-top: 28px;
    padding: 10px 28px;
  }

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

  .image {
    width: 350px;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 25px;
    display: flex;
  }

  .hero-heading, .hero-tagline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-box {
    width: 30%;
  }

  .products-container, .products-container.reverse {
    flex-direction: column;
  }

  .product-info-box {
    width: 75%;
    padding-top: 65px;
  }

  .testimonial-p, .testimonial-separator {
    width: 60%;
  }

  .box-container {
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .footer-container {
    flex-direction: column;
    height: auto;
  }

  .footer-links {
    padding: 10px 26px;
  }

  .links-container {
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .tagline-page-p, .form {
    width: 70%;
  }

  .column-container {
    width: 200px;
  }

  .timeline-container, .timeline-container.backwards {
    justify-content: space-around;
  }

  .tab-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fotopolimeros-info-container {
    flex-direction: column;
  }

  .image2 {
    width: 70%;
  }

  .here-image-container {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-left: 0;
    display: flex;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .buttons-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .top-header-container {
    justify-content: space-around;
  }

  .top-header-container.bottom {
    flex-direction: column;
    justify-content: center;
  }

  .top-header-info-container {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .hero-container {
    padding-top: 55px;
    padding-left: 0;
  }

  .service-container {
    padding-bottom: 55px;
  }

  .service-content-wrapper {
    flex-direction: column;
  }

  .service-box {
    width: 90%;
    margin-bottom: 65px;
  }

  .white-p-centered {
    margin-bottom: 0;
  }

  .products-container.reverse {
    flex-direction: column;
  }

  .testimonial-p, .testimonial-separator {
    width: 70%;
  }

  .presentation-section {
    background-position: 50% -136px;
    background-size: 100%;
  }

  .presentation-container {
    flex-direction: column;
  }

  .box-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 355px;
    display: flex;
  }

  .three-columns-container {
    flex-direction: column;
    align-items: center;
  }

  .column-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-img, .tab-img._2, .tab-img._3 {
    display: none;
  }

  .tabs-menu {
    flex-direction: row;
  }

  ._3-cards-container {
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .here-image-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slider {
    width: 90%;
    height: 365px;
  }

  .buttons-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .top-header-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .top-header-container.bottom {
    padding-left: 10px;
  }

  .top-header-info-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-header-info-container.left-margin {
    margin-left: 0;
  }

  .top-header-icon.left-margin {
    margin-left: -48px;
  }

  .header-section, .header-container {
    height: auto;
  }

  .navbar {
    flex-direction: column;
    height: auto;
    padding-bottom: 24px;
    display: flex;
  }

  .navlink {
    text-align: center;
    margin-bottom: 25px;
  }

  .selector-btn {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #000;
    height: 400px;
    margin-top: 0;
  }

  .menu-button {
    background-color: #000;
    margin-top: 0;
    padding-left: 38px;
    padding-right: 38px;
  }

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

  .image {
    width: auto;
  }

  .brand {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .h2-white-centered {
    font-size: 35px;
    line-height: 43px;
  }

  .products-container.reverse {
    flex-direction: column;
  }

  .product-info-box {
    width: 90%;
  }

  .product-icons-container {
    flex-direction: column;
    padding-top: 23px;
  }

  .icons-container {
    width: 100%;
    margin-bottom: 23px;
  }

  .testimonial-p, .testimonial-separator {
    width: 85%;
  }

  .box-container {
    padding-top: 220px;
  }

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

  .footer-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .links-container {
    flex-direction: column;
    padding-top: 20px;
  }

  .tagline-page-p, .form {
    width: 90%;
  }

  .timeline-container {
    flex-direction: column;
    height: auto;
  }

  .timeline-container.backwards {
    flex-direction: column;
  }

  .card {
    width: 90%;
  }

  .card.gestion {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-text-wrapper {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .timeline {
    margin-top: 17px;
    margin-bottom: 17px;
    display: none;
  }

  .black-line {
    height: 50px;
  }

  .tab-container {
    padding-top: 60px;
  }

  .tab-link {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .tab-link.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .circle {
    display: none;
  }

  .proceso-container {
    padding-top: 0;
  }

  .div-block-2._2-columns {
    width: 98%;
  }

  .h1-black-center {
    font-size: 35px;
    line-height: 45px;
  }

  ._2-cards-container {
    flex-direction: column;
  }

  .image2, .image2.larger {
    width: 90%;
  }

  .slider {
    width: 85%;
    height: 190px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .div-block-6 {
    margin-top: 10px;
  }
}


