.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.navbar.b {
  position: absolute;
}

.s_inicio {
  min-height: 100vh;
  padding-top: 90px;
  background-color: hsla(221.34715025906735, 98.97%, 38.24%, 1.00);
  background-image: url('../images/linea.png'), url('../images/fondo_materiasprimas.jpeg'), -webkit-gradient(linear, left top, right top, from(#2847b8), to(#1b44ac));
  background-image: url('../images/linea.png'), url('../images/fondo_materiasprimas.jpeg'), linear-gradient(90deg, #2847b8, #1b44ac);
  background-position: 50% 107%, 100% 100%, 0px 0px;
  background-size: 100%, cover, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.logo-blanco {
  height: 70px;
  margin-top: 10px;
}

.logo-blanco.chico {
  height: 50px;
}

.container-navbar {
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: transparent;
}

.navlink {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.navlink:hover {
  border: 1px none #fff;
  font-weight: 700;
}

.navlink.w--current {
  border: 1px none #000;
  color: #fff;
  font-weight: 700;
}

.navlink.productos {
  border: 1px solid #fff;
}

.container-inicio {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h1 {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.parrafo {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.parrafo.gris {
  color: #727272;
  text-align: center;
}

.parrafo.cen {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.parrafo.right {
  color: #fff;
  text-align: right;
}

.parrafo.grey {
  color: #505050;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

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

.boton-transparente {
  margin-top: 20px;
  padding-right: 22px;
  padding-left: 22px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.boton-transparente:hover {
  background-color: #fff;
  color: #2847b8;
  font-weight: 700;
}

.inicio_c_derecha {
  padding-right: 0px;
  padding-left: 0px;
}

.resinas-3d {
  display: none;
}

.arrow {
  display: block;
  width: 50px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.seccion-servicios {
  display: inline;
  padding-top: 60px;
  padding-bottom: 0px;
  -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;
}

.h2 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: hsla(223.3898305084746, 96.72%, 35.88%, 1.00);
  font-weight: 400;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.white.izq {
  font-size: 30px;
  text-align: left;
}

.h2.white.right {
  text-align: right;
}

.div-proceso {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.image {
  width: 10%;
}

.circulo {
  height: 280px;
}

.div-circulo {
  height: 280px;
  background-image: url('../images/h_resinas.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.div-circulo2 {
  height: 280px;
  background-image: url('../images/h_ferrocarril.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-circulo2.dc2 {
  background-image: url('../images/h_barco.png');
}

.div-circulo2.cd3 {
  background-image: url('../images/h_caja-seca.png');
}

.div-circulo2.dc4 {
  background-image: url('../images/h_autotolva.png');
}

.div-circulo-3 {
  height: 280px;
  background-image: url('../images/fabrica.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fondo-gris {
  position: relative;
  height: 260px;
  margin-top: -100px;
  background-color: #d1d1d1;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .23);
}

.seccion-productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 4px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-111.png'), -webkit-gradient(linear, left top, left bottom, from(#b40025), color-stop(0%, #a31431), to(#f1364d));
  background-image: url('../images/Group-111.png'), linear-gradient(180deg, #b40025, #a31431 0%, #f1364d);
  background-position: 100% 100%, 0px 0px;
  background-size: 300px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/polietilenos.jpg'), url('../images/polietileno.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: cover, cover;
  text-decoration: none;
  cursor: pointer;
}

.card.elastomeros {
  background-image: url('../images/elastomeros.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}
.card.Plastomeros {
  background-image: url('../images/plastomeros.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.info-card {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
}

.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #2847b8;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
}

.h3.black {
  color: #000;
}

.h3.black.cen {
  text-align: center;
}

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

.mas {
  position: absolute;
  margin-top: -20px;
  cursor: pointer;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ret-01.png'), linear-gradient(351deg, #041dd7, #0338b5);
  background-position: 50% 100%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: repeat-x, repeat;
}

.container_mapa {
  min-height: 80vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-mapa {
  height: 550px;
  min-height: auto;
  background-image: url('../images/boat.png'), url('../images/mapa_blanco.png');
  background-position: 11px 83%, 50% 50%;
  background-size: 40px, contain;
  background-repeat: no-repeat, no-repeat;
}

.pin {
  position: absolute;
  left: 345px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  -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;
}

.pin.pin2 {
  left: 301px;
  top: 173px;
}

.pin._0 {
  position: relative;
  left: 77px;
  top: 96px;
  height: 16px;
}

.pin._10 {
  top: 360px;
  height: 16px;
  margin-top: 0px;
  margin-right: 0px;
}

.pin._7 {
  left: 300px;
  top: 300px;
  right: 0px;
  height: 16px;
}

.pin._1 {
  left: 200px;
  top: 130px;
  height: 16px;
}

.pin._4 {
  left: 315px;
  top: 198px;
  height: 16px;
}

.pin._2 {
  left: 350px;
  top: 230px;
  height: 16px;
}

.pin._3 {
  left: 368px;
  top: 230px;
  height: 16px;
}

.pin._5 {
  left: 365px;
  top: 300px;
  height: 16px;
}

.pin._6 {
  left: 325px;
  top: 295px;
  height: 16px;
}

.pin._8 {
  left: 268px;
  top: 320px;
  height: 16px;
}

.pin._9 {
  left: 324px;
  top: 320px;
  height: 16px;
}

.pin._11 {
  left: 400px;
  top: 360px;
  height: 16px;
}

.pin._12 {
  left: 270px;
  top: 360px;
  height: 16px;
}

.pin._13 {
  left: 520px;
  top: 313px;
  height: 16px;
}

.pin._15 {
  left: 70px;
  top: 450px;
  height: 16px;
}

.pin-imagen {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
}

.pin-imagen:hover {
  border: 2px solid #de293f;
}

.pin-imagen:active {
  border: 2px solid #de293f;
}

.pin-imagen:focus {
  border: 2px solid #de293f;
}

.sucursal {
  display: none;
  margin-top: 10px;
  padding: 10px 10px 0px;
  border: 3px solid #de293f;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, .67);
}

.sucursal._2 {
  display: block;
}

.icono-ubicacion {
  width: 30px;
}

.titulo {
  font-family: Lato, sans-serif;
  color: #2847b8;
  font-size: 16px;
  font-weight: 700;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #505050;
}

.row-1 {
  margin-bottom: 10px;
}

.contacto {
  position: relative;
  min-height: auto;
  padding-top: 60px;
  background-color: #fff;
}

.contacto-l1 {
  margin-bottom: 60px;
}

.icono-contacto {
  width: 24px;
}

.texto {
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 16px;
}

.texto.white {
  color: #fff;
}

.columnas-contacto {
  margin-bottom: 20px;
}

.footer {
  min-height: 200px;
  margin-top: 0px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b40025), to(#de293f));
  background-image: linear-gradient(180deg, #b40025, #de293f);
}

.formulario-de-contacto {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(70, 70, 70, .57);
}

.column {
  padding-top: 10px;
}

.tf {
  border: 2px solid #b9b9b9;
}

.tf.message {
  min-height: 100px;
}

.boton-enviar {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #de293f;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.boton-enviar:hover {
  background-color: #b40025;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .53);
}

.footer-text {
  width: 240px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.col2-footer {
  left: 10px;
  padding-top: 100px;
  padding-right: 0px;
}

.link {
  margin-left: 20px;
  float: right;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.redes {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}

.im-redes {
  border-radius: 100%;
}

.im-redes:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .61);
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.error-message {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.color {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border-radius: 4px;
  background-color: #00cafe;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
}

.color._1 {
  background-color: #c6b0ae;
}

.color._2 {
  background-color: #41d3bd;
}

.color._3 {
  background-color: #ddf05d;
}

.color._4 {
  background-color: #f77da7;
}

.color._5 {
  background-color: #ce0e2d;
}

.color._6 {
  background-color: #ecc8af;
}

.color._7 {
  background-color: #6154a1;
}

.color._8 {
  background-color: #ff1ff0;
}

.color._9 {
  background-color: #4d2e38;
}

.color._10 {
  background-color: #ffcd1a;
  -webkit-box-shadow: 2px 5px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 5px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 5px 2px 0px rgba(0,0,0,0.25);
}

.color._11 {
  background-color: #66e9ef;
}

.color._12 {
  background-color: #de4f2b;
}

.color._13 {
  background-color: #86db24;
}

.color._0 {
  background-color: #29c9fa;
}

.color._14 {
  background-color: #fff;
}

.color._15 {
  background-color: #fff;
}

.ciudad {
  margin-bottom: 6px;
}

.pagina-productos {
  min-height: 40vh;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: hsla(223.3898305084746, 96.72%, 35.88%, 1.00);
}

.container-productos {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/001-Stretch-Film.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/001-Stretch-Film.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.tab-link.w--current {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.tab-link.metaloceno {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/008-Greenhouse-Plastic-Film.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/008-Greenhouse-Plastic-Film.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tab-link.metaloceno.w--current {
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/008-Greenhouse-Plastic-Film.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/008-Greenhouse-Plastic-Film.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tab-link.hdpe {
  border: 3px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/hdpe.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/hdpe.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.tab-link.hdpe.current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/005-Bag-Roll.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/005-Bag-Roll.jpg');
  background-position: 0px 0px, 50% 50%;
}

.tab-link.hdpe.current.w--current {
  border-style: solid;
}

.tab-link.ldpe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/ldpe.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/ldpe.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.tab-link.ldpe.current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .14)), to(rgba(0, 0, 0, .14))), url('../images/004-Plastic-Bags.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/004-Plastic-Bags.jpg');
  background-position: 0px 0px, 0px 0px;
}

.tab-link.ldpe.current.w--current {
  border: 3px solid #fff;
}

.tab-link.plastomeros {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .41)), to(rgba(0, 0, 0, .41))), url('../images/001-Stretch-Film.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/slide-3.jpg');
}

.tab-text {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tab-pane {
  max-height: 80vh;
  padding: 20px;
  background-color: #fff;
}

.tabla {
  overflow: auto;
  max-height: 60vh;
  padding: 6px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
}

.grid {
  margin-top: 50px;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . ." ". . . .";
  -ms-grid-columns: minmax(200px, 1fr) 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  border: 1px solid #000;
}

.title {
  font-family: Lato, sans-serif;
  color: #505050;
  font-weight: 900;
}

.title.col-text {
  padding-top: 6px;
  font-weight: 400;
}

.row-top {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  padding-right: 4px;
  padding-left: 4px;
}

.col.top {
  padding-right: 6px;
  padding-left: 4px;
}

.row.gris {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px;
  background-color: #ebeeef;
  font-family: Lato, sans-serif;
}

.row.gris.blanco {
  background-color: #fff;
}

.pdf {
  width: 24px;
}

.container {
  margin-top: 40px;
}

.lineas {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.lineas.l2 {
  margin-top: 0px;
}

.line {
  height: 3px;
  margin-bottom: 6px;
  background-color: hsla(221.34715025906735, 98.97%, 38.24%, 1.00);
}

.line.l2 {
  height: 6px;
}

.line.l3 {
  height: 3px;
  margin-top: 7px;
}

.line.l4 {
  height: 7px;
  margin-top: 6px;
}

.line.l6 {
  height: 3px;
  margin-bottom: 0px;
}

.slide {
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

.slider {
  background-color: transparent;
}

.slide-nav {
  position: relative;
  bottom: 20px;
}

.arrows {
  display: none;
}

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

.seccion-nosotros {
  position: relative;
  display: block;
  height: 400px;
  min-height: auto;
  padding-bottom: 20px;
  background-color: #d4d4d4;
}

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

.hero {
  position: fixed;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(315deg, rgba(34, 59, 148, .69) 8%, hsla(0, 0%, 100%, 0) 67%), linear-gradient(180deg, rgba(5, 32, 93, .4), hsla(0, 0%, 100%, 0) 38%), url('../images/nosotros.png'), url('../images/sky.jpg');
  background-position: 0px 0px, 0px 0px, 0px 100%, 0px 0px;
  background-size: auto, auto, 45%, cover;
  background-repeat: repeat, repeat, no-repeat, repeat;
}

.container-us {
  padding-top: 100px;
  background-color: transparent;
}

.seccion-mision {
  position: relative;
  z-index: 1;
  display: block;
  min-height: auto;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dad8d8;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .18);
}

.contenedor-nosotros {
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .36);
}

.contenedor-nosotros.nosotros2 {
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}

.col-1-mision {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.li {
  margin-bottom: 20px;
}

.unordered-list {
  padding-left: 20px;
}

.im-mision {
  width: 85%;
  height: 210px;
  margin-top: 100px;
  background-color: #e2e2e2;
}

.column-3 {
  padding-left: 30px;
}

.us-block {
  min-height: 300px;
  padding: 10px 10px 30px;
  background-color: hsla(221.34715025906735, 98.97%, 38.24%, 1.00);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .52);
}

.us-block.red {
  background-color: #b40025;
}

.image-2 {
  display: none;
}

.link-2 {
  color: #505050;
  text-decoration: none;
}

@media (max-width: 991px) {
  .s_inicio {
    min-height: auto;
    padding-bottom: 90px;
    background-image: url('../images/linea.png'), -webkit-gradient(linear, left top, right top, color-stop(6%, hsla(226.15384615384616, 69.70%, 45.18%, 1.00)), color-stop(43%, rgba(38, 71, 189, .44)), color-stop(62%, rgba(40, 71, 184, .02))), url('../images/fondo_materiasprimas.jpeg');
    background-image: url('../images/linea.png'), linear-gradient(90deg, hsla(226.15384615384616, 69.70%, 45.18%, 1.00) 6%, rgba(38, 71, 189, .44) 43%, rgba(40, 71, 184, .02) 62%), url('../images/fondo_materiasprimas.jpeg');
    background-position: 50% 101%, 0px 0px, 100% 100%;
    background-size: 818px, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .navlink {
    color: #2847b8;
    font-weight: 400;
  }
  .navlink.w--current {
    border-bottom-color: #2847b8;
    color: #2847b8;
    font-weight: 700;
  }
  .h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .parrafo.right {
    font-size: 18px;
    line-height: 22px;
  }
  .menu-button {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 94%, .93);
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, .38);
  }
  .h2.white.izq {
    font-size: 29px;
  }
  .div-proceso {
    margin-bottom: 30px;
  }
  .div-circulo {
    background-image: url('../images/Group-3.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fondo-gris {
    height: 200px;
  }
  .seccion-productos {
    min-height: auto;
    padding-bottom: 0px;
  }
  .card {
    height: 240px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .section {
    min-height: auto;
  }
  .div-mapa {
    background-image: url('../images/boat.png'), url('../images/Screen-Shot-2019-01-24-at-11.45.51-PM.png');
    background-position: 14px 63%, 50% 50%;
    background-size: 15px, contain;
    background-repeat: no-repeat, no-repeat;
  }
  .pin {
    left: 266px;
    top: 56px;
    display: none;
  }
  .pin.pin2 {
    left: 247px;
    right: 4px;
  }
  .pin-imagen {
    width: 24px;
  }
  .contacto-l1 {
    margin-bottom: 20px;
  }
  .texto.white {
    font-size: 14px;
    line-height: 16px;
  }
  .formulario-de-contacto {
    right: 0px;
    margin-right: 0px;
  }
  .link {
    margin-left: 16px;
  }
  .div-block {
    margin-right: 10px;
  }
  .div-block-2 {
    padding-right: 10px;
  }
  .columns {
    padding-bottom: 30px;
  }
  .color {
    width: 12px;
    height: 12px;
  }
  .column-2 {
    padding-left: 20px;
  }
  .us-block {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .s_inicio {
    padding-top: 100px;
    padding-bottom: 160px;
    background-image: url('../images/linea.png'), -webkit-gradient(linear, left top, left bottom, color-stop(8%, #173294), color-stop(46%, rgba(25, 44, 114, .39)), color-stop(68%, rgba(40, 71, 184, .02))), url('../images/fondo_materiasprimas.jpeg'), -webkit-gradient(linear, left top, right top, from(#2847b8), to(#1b44ac));
    background-image: url('../images/linea.png'), linear-gradient(180deg, #173294 8%, rgba(25, 44, 114, .39) 46%, rgba(40, 71, 184, .02) 68%), url('../images/fondo_materiasprimas.jpeg'), linear-gradient(90deg, #2847b8, #1b44ac);
    background-position: 50% 103%, 0px 0px, 90% 0%, 0px 0px
    background-size: 818px, auto, cover, auto;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  .container-inicio {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .parrafo.cen {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .parrafo.right {
    max-width: 80%;
    float: right;
  }
  .inicio_d_izq {
    padding-right: 20px;
    padding-left: 20px;
  }
  .resinas-3d {
    position: static;
    display: none;
    height: 300px;
    margin-top: -40px;
    margin-right: 20px;
    float: right;
  }
  .h2.white.izq {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }
  .div-circulo {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/resinas.png');
  }
  .div-circulo2 {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/ferrocarril.png');
    background-position: 50% 50%;
    background-size: 188px;
    background-repeat: no-repeat;
  }
  .div-circulo2.dc2 {
    background-image: url('../images/barco.png');
    background-size: 188px;
  }
  .div-circulo2.cd3 {
    background-image: url('../images/caja-seca.png');
    background-size: 188px;
  }
  .div-circulo2.dc4 {
    background-image: url('../images/autotolva.png');
    background-size: 188px;
  }
  .div-circulo-3 {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .fondo-gris {
    height: 400px;
    margin-top: -300px;
  }
  .card {
    margin-bottom: 20px;
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .h3.centered {
    text-align: center;
  }
  .section {
    display: block;
    min-height: auto;
  }
  .container_mapa {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-mapa {
    display: block;
    min-height: 400px;
  }
  .pin {
    display: none;
  }
  .pin._0 {
    display: block;
  }
  .sucursal {
    display: none;
  }
  .contacto {
    padding-top: 20px;
  }
  .contacto-l1 {
    margin-bottom: 61px;
  }
  .texto.white {
    font-size: 12px;
    line-height: 15px;
  }
  .footer {
    margin-top: -200px;
  }
  .formulario-de-contacto {
    position: static;
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .col2-footer {
    position: static;
    padding-top: 30px;
  }
  .div-block-2 {
    margin-top: 20px;
  }
  .color {
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
  .color._0 {
    display: none;
  }
  .ciudad {
    margin-bottom: 6px;
  }
  .tab-link.metaloceno {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link.hdpe.current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-pane {
    max-height: 1000000px;
  }
  .tabla {
    overflow: visible;
    max-height: 100000px;
  }
  .title {
    font-size: 12px;
  }
  .col.top {
    padding-right: 2px;
    padding-left: 2px;
  }
  .slider {
    max-height: 200px;
  }
  .slide-nav {
    position: relative;
    display: none;
  }
  .column-2 {
    padding-left: 0px;
  }
  .hero {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), linear-gradient(315deg, rgba(34, 59, 148, .69) 8%, hsla(0, 0%, 100%, 0) 67%), linear-gradient(180deg, rgba(5, 32, 93, .4), hsla(0, 0%, 100%, 0) 38%), url('../images/nosotros.png'), url('../images/sky.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 100%, 0px 0px;
    background-size: auto, auto, auto, 45%, cover;
    background-repeat: repeat, repeat, repeat, no-repeat, repeat;
  }
  .seccion-mision {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contenedor-nosotros {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .contenedor-nosotros.nosotros2 {
    padding-right: 0px;
  }
  .col-1-mision {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    display: none;
  }
  .us-block {
    min-height: auto;
    margin-bottom: 30px;
  }
  .column-4 {
    display: none;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .s_inicio {
    padding-bottom: 100px;
    background-position: 0% 102%, 0px 0px, 85% 50%, 0px 0px;
    background-size: 100%, auto, cover, auto;
  }
  .logo-blanco {
    height: 50px;
  }
  .container-navbar {
    margin-top: 0px;
  }
  .container-inicio {
    padding-bottom: 20px;
  }
  .h1 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 34px;
  }
  .parrafo {
    font-size: 20px;
    line-height: 26px;
  }
  .parrafo.right {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .boton-transparente {
    padding-right: 8px;
    padding-left: 8px;
  }
  .resinas-3d {
    height: 220px;
    margin-top: -42px;
    margin-right: 10px;
  }
  .h2.white.right {
    font-size: 28px;
    line-height: 30px;
  }
  .seccion-productos {
    box-shadow: none;
  }
  .card {
    height: 180px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .card.elastomeros {
    height: 180px;
  }
  .mas {
    height: 50px;
    margin-top: -45px;
  }
  .container_mapa {
    min-height: auto;
    padding-bottom: 30px;
  }
  .div-mapa {
    display: none;
    min-height: 230px;
  }
  .texto {
    margin-left: 10px;
  }
  .link {
    display: block;
    width: auto;
    float: right;
    text-align: left;
  }
  .link._2 {
    margin-left: 0px;
    float: none;
  }
  .link._4.w--current {
    float: right;
  }
  .link._3 {
    float: right;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .div-block-2 {
    margin-right: 10px;
  }
  .ciudad {
    margin-bottom: 2px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-productos {
    padding-right: 4px;
    padding-left: 4px;
  }
  .tab-link {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-link.metaloceno.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-link.hdpe.current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tab-link.ldpe.current {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tabs-menu {
    display: block;
  }
  .tab-pane {
    padding-right: 4px;
    padding-left: 4px;
  }
  .title {
    line-height: 14px;
  }
  .column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .seccion-nosotros {
    height: auto;
    padding-bottom: 0px;
  }
  .hero {
    position: static;
    height: auto;
  }
  .seccion-mision {
    display: block;
    min-height: auto;
    margin-top: 0px;
  }
  .image-2 {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #fff;
  }
}
.noimage{  
    text-shadow: none;
    padding: 15px !important;
    margin: 0;}
.noimage .tab-text{text-shadow: none;color: text;}
.noimage.w--current{    border: solid black 1px;}
.ENABLE{background: rgba(97,167,68,1);}
.EXCEED{background: rgba(194,78,89,1);}
.EXCEED-XP{background: rgba(142,37,121,1);}
.EXCEED-S{background: rgba(17,113,200,1);}
.metalocenolinkblack .w--current .tab-text {
    color: black; !important;
}