:root {
  --dismor-blue: #001427;
  --verde-dismor: #62b131;
  --limon: #1ab902;
  --white: white;
  --dark-green: #2d6d05;
  --mask: #0000002e;
  --dim-gray: #5f6266;
  --dark-gray: #a5a7ad;
  --spring-green: #0bd685;
  --gainsboro: #d7d9de;
  --black: #1d1f21;
  --dark-slate-gray: #2c2f30;
  --dodger-blue: #0f8ad1;
  --azul-oscuro: #020030;
  --azul-ok: #0a0126;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #f2f4f7;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #f2f4f7;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

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

p {
  color: #a5a7ad;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px #0000001a;
  background-color: #0ac278;
  border-radius: 2px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #00000029, inset 0 1px #ffffff4d;
}

.button:hover {
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #0000, inset 0 1px #ffffff4d;
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px #00000042, inset 0 2px 5px #0000, inset 0 2px 2px 1px #00000029;
}

.button.form {
  float: right;
  color: #ffffffad;
  background-color: #6e7278;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 27%;
  margin-top: 40px;
  margin-right: 0;
  padding: 9px 10px;
}

.button.form:hover {
  color: #fffffff0;
  background-color: #80858c;
}

.button.form:active {
  background-color: #168c5d;
}

.button.contact {
  background-color: #0f8ad1;
  margin-bottom: 17px;
  padding: 18px 53px;
  font-size: 18px;
}

.button.sign-up {
  padding: 18px 53px;
  font-size: 19px;
}

.navbar {
  background-color: var(--dismor-blue);
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navenlglish-3 {
  float: left;
  background-color: var(--dismor-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.navenlglish-3:hover {
  background-color: var(--verde-dismor);
  color: #fff;
}

.navenlglish-3:active {
  background-color: var(--limon);
}

.navenlglish-3.w--current {
  background-color: var(--dismor-blue);
  color: #fff;
  padding-left: 20px;
}

.navenlglish-3.w--current:visited {
  background-color: var(--verde-dismor);
}

.navenlglish-3.english {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenlglish-3.english:hover, .navenlglish-3.english:active {
  background-color: var(--dark-green);
}

.navenlglish-3.tres {
  padding-left: 20px;
}

.navenlglish-3.tres:hover {
  background-color: var(--dismor-blue);
}

.navenlglish-3.spanishh {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenlglish-3.spanishh:hover, .navenlglish-3.spanishh:active {
  background-color: var(--dark-green);
}

.logo-text {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 3px solid #5f6266;
  margin-top: 18px;
  padding-bottom: 3px;
  font-size: 21px;
  font-weight: 500;
  transition: border-color .2s;
  display: inline-block;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  float: right;
  width: 80%;
  margin-top: 38px;
}

.brand-wrapper {
  width: 18%;
}

.brand-wrapper.w--current {
  width: 18%;
  margin-top: 4px;
}

.section-home-1 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-home-1.hero {
  background-image: url('../images/backworld.jpg'), linear-gradient(to bottom, var(--mask), var(--mask)), url('../images/portada_web.jpg');
  color: #fff;
  text-align: center;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  max-width: 100%;
  max-height: 25%;
  padding-top: 108px;
  padding-bottom: 135px;
}

.section-home-1.hero.emp {
  background-color: var(--dismor-blue);
  background-image: url('../images/backworld.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  padding-bottom: 0;
}

.section-home-1.hero.home {
  background-color: var(--dismor-blue);
  background-image: linear-gradient(to bottom, var(--mask), var(--mask)), url('../images/boat_dismor2024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-home-1.hero.logist {
  background-color: var(--dismor-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  height: 700px;
  max-height: 50%;
}

.section-home-1.hero.img_silos {
  background-color: var(--dismor-blue);
  background-image: linear-gradient(#00000029, #00000029), url('../images/silos_moviles.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-home-1.hero.newlogic {
  background-image: linear-gradient(#0000, #0000), url('../images/portada_web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-home-1.darkgrey {
  background-color: var(--white);
  text-shadow: 2px 2px 18px #000;
  height: 700px;
  padding-bottom: 45px;
}

.section-home-1.black {
  background-color: var(--dismor-blue);
}

.section-home-1.footer {
  background-color: var(--dismor-blue);
  color: var(--dim-gray);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-home-1.sign-up {
  background-color: var(--white);
  color: #ebedf2;
}

.section-home-1.about-image {
  background-image: url('../images/team.jpg');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.huge-heading {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px #0000001a;
  margin-top: 0;
  margin-bottom: 205px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.huge-heading.grande {
  font-size: 65px;
  line-height: 65px;
}

.subtitle {
  color: #f2f6fca1;
  text-shadow: 0 2px #0000001a;
  margin-bottom: 40px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.subtitle.pricing {
  margin-bottom: 0;
  font-size: 18px;
}

.footer-link {
  color: var(--dark-gray);
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.field-left {
  float: left;
  color: #d7d9de;
  background-color: #5f6266;
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 73%;
  margin-top: 40px;
  margin-bottom: 10px;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px #0000;
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.no-spam {
  clear: both;
  color: #5f6266;
  margin-top: 10px;
  font-size: 11px;
}

.social-link {
  opacity: .29;
  margin-right: 11px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .74;
}

.sign-up-column {
  text-align: center;
  padding-top: 9px;
}

.sign-up-title {
  text-shadow: 0 2px #0000001a;
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
}

.small-heading {
  color: var(--white);
  margin-top: 64px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.small-heading.chico {
  font-size: 50px;
  line-height: 50px;
}

.get-started-link {
  color: var(--verde-dismor);
  text-align: right;
  text-transform: uppercase;
  object-fit: fill;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
  position: relative;
  right: auto;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link:active {
  color: var(--spring-green);
  margin-top: 0;
  margin-bottom: 0;
}

.question {
  color: #f2f4f7;
  margin-top: 52px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}

.contact-text {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.field {
  color: #fff;
  background-color: #5f6266;
  border: 1px solid #0000;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  transition: background-color .25s, box-shadow .25s;
  box-shadow: inset 0 0 #0000;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.field.right {
  float: left;
  width: 49%;
}

.testimonials-title {
  color: #a5a7ad8a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.testimonial {
  color: #a0a2a8;
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
}

.testimonials-author {
  color: #85878c;
  padding-left: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.testimonials-column {
  padding-left: 0;
}

.sign-up-form {
  border-right: 1px solid #ffffff38;
  padding-right: 23px;
}

.center {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
  margin-top: -24px;
}

.center.hidrovia {
  background-color: #0000;
}

.heading {
  float: none;
  clear: none;
  color: var(--dismor-blue);
  text-align: center;
  object-fit: cover;
  padding: 30px 54px 20px;
  display: inline-block;
  position: relative;
}

.heading.home {
  color: var(--white);
  text-align: center;
  text-shadow: none;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 45px;
}

.heading.home.engl {
  padding-left: 43px;
}

.catalog {
  float: none;
  clear: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.container {
  text-align: right;
}

.heading-2 {
  color: var(--gainsboro);
  margin-top: 50px;
  font-style: normal;
}

.heading-3 {
  color: var(--gainsboro);
  margin-top: 50px;
  font-weight: 400;
}

.image-2 {
  margin-bottom: 20px;
}

.cod-qr {
  float: left;
  margin-top: 50px;
  margin-bottom: 26px;
}

.texto-seo {
  color: var(--verde-dismor);
  text-align: left;
  text-transform: none;
  white-space: normal;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
}

.link-a-instagram {
  color: var(--dark-gray);
  font-size: 12px;
  text-decoration: none;
}

.barra-2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.franja-gde {
  background-image: url('../images/barra1.png');
  background-position: 0 0;
  background-size: contain;
  max-width: 99.9975%;
}

.mtop-file {
  float: right;
  display: inline-block;
  position: relative;
}

.mtop-link-block {
  float: right;
}

.image-6 {
  max-width: 95%;
  margin-top: 40px;
}

.titular-emp {
  float: left;
  text-align: left;
  text-shadow: 2px 2px 6px #000;
  white-space: normal;
  margin-top: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 70px;
}

.big-arrow {
  float: right;
  margin-bottom: 30px;
}

.columnas-empresa {
  float: left;
  clear: both;
  object-fit: fill;
  max-height: 900px;
  margin-top: 0;
  margin-bottom: 3px;
  position: relative;
}

.column {
  max-height: 700px;
}

.text-block {
  color: var(--black);
  text-shadow: none;
  font-size: 16px;
  line-height: 25px;
}

.text-block.emps {
  color: var(--dismor-blue);
  margin-right: 17px;
}

.text-block.emps.cuatro {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.text-block.emps.cuatro.txtsil {
  margin-bottom: 17px;
  font-weight: 400;
}

.div-block {
  background-image: url('../images/barra1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block.barra {
  background-image: url('../images/barra1.png');
  background-size: contain;
  height: auto;
  max-height: 200px;
  margin-top: 1px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 29px;
}

.div-block.barra.continetal {
  background-image: url('../images/barra1.png');
  margin-bottom: 60px;
}

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

.heading-4.noshadow {
  color: var(--white);
  text-shadow: none;
  margin-top: -1px;
  margin-bottom: -14px;
  margin-left: 35px;
  padding-top: 22px;
}

.color-barra {
  color: var(--dismor-blue);
  font-size: 50px;
}

.titulares-verdes {
  color: var(--verde-dismor);
  text-shadow: none;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.titulares-verdes.dos {
  margin-top: 25px;
  margin-bottom: 25px;
}

.columns-3 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.base-blue {
  background-color: var(--dismor-blue);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: var(--white);
}

.div-block-2 {
  margin-top: 0;
}

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

.link-block {
  z-index: auto;
  float: left;
  clear: both;
  cursor: default;
  width: auto;
  max-width: 65%;
  margin-left: 50px;
  position: relative;
}

.div-block-4 {
  background-color: var(--white);
  height: 5px;
  margin-left: 30px;
  margin-right: 30px;
}

.text-block-2 {
  color: var(--dismor-blue);
  text-align: center;
  text-shadow: none;
  margin-top: 11px;
}

.image-10 {
  float: right;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
}

.columnas-empresa-copy {
  float: left;
  clear: both;
  object-fit: fill;
  max-height: 900px;
  margin-top: 0;
  margin-bottom: 3px;
  position: relative;
}

.center-copy {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
}

.center-copy.hidrovia {
  background-color: #0000;
}

.section-2-logistica {
  clear: both;
  background-image: url('../images/nuevo-cafe.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.columnas-silos {
  float: left;
  clear: both;
  object-fit: fill;
  max-height: 900px;
  margin-top: 0;
  margin-bottom: 3px;
  position: relative;
}

.titular-silos {
  float: left;
  text-align: left;
  text-shadow: 5px 5px 10px #000;
  white-space: normal;
  margin-top: 80px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.titular-silos.big {
  text-align: left;
  text-shadow: none;
  margin-top: 102px;
  margin-left: 31px;
  font-size: 80px;
}

.titular-silos.big.tit_silo {
  line-height: 100px;
}

.center-silos {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
}

.center-silos.hidrovia {
  background-color: #0000;
}

.titular-log {
  float: left;
  text-align: left;
  text-shadow: 5px 5px 10px #000;
  white-space: normal;
  margin-top: 80px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.titular-log.big {
  text-align: left;
  text-shadow: none;
  margin-top: 102px;
  margin-left: 31px;
  font-size: 80px;
}

.text-span-4 {
  color: var(--white);
  font-weight: 700;
}

.seccion-acceso {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.seccion-acceso.press {
  background-color: var(--dismor-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-empresa-3 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-empresa-3.darkgrey {
  background-color: var(--white);
  text-shadow: 2px 2px 18px #000;
  height: 700px;
  padding-bottom: 45px;
}

.section-empresa-3.darkgrey.emp {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}

.section-home-2 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-home-2.darkgrey {
  background-color: var(--white);
  text-shadow: 2px 2px 18px #000;
  height: 600px;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.section-home-3 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-home-3.darkestgrey {
  background-color: #1d1f21;
  background-image: url('../images/camion_atardcrdf.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 167px;
  transition: opacity .2s;
}

.section-home-4 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-home-4.sign-up {
  background-color: var(--white);
  color: #ebedf2;
}

.section-logistica-1 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-logistica-1.darkgrey {
  background-color: var(--white);
  text-shadow: 2px 2px 18px #000;
  height: 700px;
  padding-bottom: 45px;
}

.section-logistica-1.darkgrey.log {
  clear: both;
  height: 900px;
  max-height: 25%;
  margin-bottom: 109px;
}

.section-logistica-3 {
  background-color: var(--white);
}

.secion-silos1 {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.secion-silos1.darkgrey {
  background-color: var(--white);
  text-shadow: 2px 2px 18px #000;
  height: 700px;
  padding-bottom: 45px;
}

.secion-silos1.darkgrey.log {
  clear: both;
  height: 900px;
  max-height: 25%;
}

.secion-silos1.darkgrey.log.sil {
  height: auto;
}

.section-silos-2 {
  clear: both;
  background-image: url('../images/prueba-cafe_web.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.section-silos-2.horiz_silos {
  background-image: url('../images/silos_horiz_web.jpg');
  margin-top: 49px;
}

.section-silos-3 {
  background-color: var(--white);
}

.paragraph {
  color: var(--dismor-blue);
  text-shadow: none;
  margin-top: 0;
  margin-right: 28px;
  font-size: 16px;
}

.paragraph.hom {
  margin-top: 49px;
}

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

.logo-dismor-sign-in {
  margin-bottom: 20px;
}

.text-span-6, .text-span-7 {
  color: var(--verde-dismor);
}

.image-12 {
  float: right;
  margin-right: 15px;
}

.image-13 {
  margin-top: 0;
  margin-left: 10px;
}

.link {
  float: right;
  color: var(--limon);
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.error-message {
  background-color: var(--dark-gray);
  color: var(--white);
  margin-top: 21px;
  padding-top: 21px;
  padding-left: 54px;
}

.paragraph-2 {
  color: var(--dismor-blue);
  font-size: 16px;
}

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

.small-heading-english {
  color: var(--white);
  margin-top: 64px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.huge-heading-eng {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px #0000001a;
  margin-top: 0;
  margin-bottom: 205px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  display: block;
}

.link-eng {
  float: right;
  color: var(--limon);
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.navenglish {
  float: left;
  background-color: var(--dismor-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.navenglish:hover {
  background-color: var(--verde-dismor);
  color: #fff;
}

.navenglish:active {
  background-color: var(--limon);
}

.navenglish.w--current {
  background-color: var(--dismor-blue);
  color: #fff;
  padding-left: 20px;
}

.navenglish.w--current:visited {
  background-color: var(--verde-dismor);
}

.navenglish.english {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenglish.english:hover, .navenglish.english:active {
  background-color: var(--dark-green);
}

.navenglish.tres {
  padding-left: 20px;
}

.navenglish.tres:hover {
  background-color: var(--dismor-blue);
}

.navenglish.spanishh {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenglish.spanishh:hover, .navenglish.spanishh:active {
  background-color: var(--dark-green);
}

.nav-english {
  float: left;
  background-color: var(--dismor-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-english:hover {
  background-color: var(--verde-dismor);
  color: #fff;
}

.nav-english:active {
  background-color: var(--limon);
}

.nav-english.w--current {
  background-color: var(--dismor-blue);
  color: #fff;
  padding-left: 20px;
}

.nav-english.w--current:visited {
  background-color: var(--verde-dismor);
}

.nav-english.english {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.nav-english.english:hover, .nav-english.english:active {
  background-color: var(--dark-green);
}

.nav-english.tres {
  padding-left: 20px;
}

.nav-english.tres:hover {
  background-color: var(--dismor-blue);
}

.nav-english.spanishh {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.nav-english.spanishh:hover, .nav-english.spanishh:active {
  background-color: var(--dark-green);
}

.navenglish2 {
  float: left;
  background-color: var(--dismor-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.navenglish2:hover {
  background-color: var(--verde-dismor);
  color: #fff;
}

.navenglish2:active {
  background-color: var(--limon);
}

.navenglish2.w--current {
  background-color: var(--dismor-blue);
  color: #fff;
  padding-left: 20px;
}

.navenglish2.w--current:visited {
  background-color: var(--verde-dismor);
}

.navenglish2.english {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenglish2.english:hover, .navenglish2.english:active {
  background-color: var(--dark-green);
}

.navenglish2.tres {
  padding-left: 20px;
}

.navenglish2.tres:hover {
  background-color: var(--dismor-blue);
}

.navenglish2.spanishh {
  float: right;
  background-color: var(--verde-dismor);
  color: var(--white);
  text-align: center;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 18px;
  padding: 4px 10px;
}

.navenglish2.spanishh:hover, .navenglish2.spanishh:active {
  background-color: var(--dark-green);
}

.titular-log-english {
  float: left;
  text-align: left;
  text-shadow: 5px 5px 10px #000;
  white-space: normal;
  margin-top: 80px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.titular-log-english.big {
  text-align: left;
  text-shadow: none;
  margin-top: 102px;
  margin-left: 31px;
  font-size: 80px;
}

.image-waterway {
  float: right;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
}

.brand-wrapper-copy {
  width: 18%;
}

.brand-wrapper-copy.w--current {
  width: 18%;
  margin-top: 4px;
}

.container-9 {
  margin-top: 53px;
}

.columnas-empresa-esp {
  float: left;
  clear: both;
  object-fit: fill;
  max-height: 900px;
  margin-top: 0;
  margin-bottom: 3px;
  position: relative;
}

.column-emp {
  max-height: 700px;
}

.center-silos-esp {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
}

.center-silos-esp.hidrovia {
  background-color: #0000;
}

.section-silos-2-esp {
  clear: both;
  background-image: url('../images/prueba-cafe_web.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.section-silos-2-esp.horiz_silos {
  background-image: url('../images/silos_horiz_web.jpg');
  margin-top: 49px;
}

.center-silos-eng {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
}

.center-silos-eng.hidrovia {
  background-color: #0000;
}

.center-copy-eng {
  background-color: var(--verde-dismor);
  border-radius: 20px;
  height: 400px;
}

.center-copy-eng.hidrovia {
  background-color: #0000;
}

.titular-silos-esp {
  float: left;
  text-align: left;
  text-shadow: 5px 5px 10px #000;
  white-space: normal;
  margin-top: 80px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.titular-silos-esp.big {
  text-align: left;
  text-shadow: none;
  margin-top: 102px;
  margin-left: 31px;
  font-size: 80px;
}

.titular-silos-esp.big.tit_silo {
  line-height: 100px;
}

.text-block-3 {
  color: #000;
  text-shadow: none;
  font-size: 16px;
}

.text-span-9 {
  color: var(--verde-dismor);
}

.heading-5 {
  color: var(--dark-gray);
  font-weight: 400;
}

.image-14 {
  margin-top: 15px;
}

.text-span-10 {
  color: var(--gainsboro);
}

.text-span-11, .text-span-12 {
  color: var(--verde-dismor);
}

.text-block-4 {
  color: var(--dark-gray);
}

.text-span-13, .text-span-14 {
  color: var(--gainsboro);
}

.text-span-15, .text-span-16, .text-span-17 {
  font-size: 18px;
  font-weight: 500;
}

.image-15 {
  margin-bottom: 27px;
}

.video {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section {
  background-color: var(--dismor-blue);
  background-image: repeating-linear-gradient(#03515b, #fff);
}

.section-2 {
  background-image: linear-gradient(#03515b, #fff);
}

.video-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-3 {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.image-16 {
  margin-top: 20px;
}

.image-17 {
  margin-top: 24px;
  margin-left: 20px;
}

.column-4 {
  margin-top: -30px;
  padding-top: 0;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.image-18 {
  margin-top: 20px;
}

.image-19 {
  margin-top: 25px;
  margin-left: 20px;
}

.image-20, .image-21 {
  margin-top: 24px;
  margin-left: 20px;
}

.image-22 {
  margin-top: 20px;
}

.container-12, .container-13 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.text-span-18 {
  color: var(--verde-dismor);
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .navenlglish-3 {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .navenlglish-3:hover {
    background-color: #5f6266;
  }

  .navenlglish-3.w--current {
    background-color: #005282;
  }

  .navenlglish-3.english, .navenlglish-3.spanishh {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px #00000047;
  }

  .brand-wrapper {
    width: 30%;
  }

  .brand-wrapper.w--current {
    width: 25%;
  }

  .menu-button {
    background-color: var(--dismor-blue);
    color: #fff;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--dismor-blue);
  }

  .section-home-1.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .section-home-1.hero.logist {
    background-image: linear-gradient(#0000, #0000), url('../images/logística.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .small-heading {
    font-size: 34px;
  }

  .center.hidrovia {
    height: 500px;
  }

  .heading.home {
    padding-left: 13px;
  }

  .heading.home.engl {
    padding-left: 10px;
  }

  .catalog {
    margin-left: -5px;
  }

  .texto-seo {
    margin-top: 0;
  }

  .container-empresa.dos {
    height: 100%;
    max-height: 100%;
  }

  .image-6 {
    margin-top: 12px;
  }

  .titular-emp {
    margin-top: 60px;
  }

  .columnas-empresa {
    height: 700px;
  }

  .columnas-empresa-copy {
    height: 600px;
  }

  .center-copy.hidrovia {
    height: 500px;
  }

  .container-silos-moviles.dos {
    height: 100%;
    max-height: 100%;
  }

  .columnas-silos {
    height: 800px;
  }

  .titular-silos.big.tit_silo {
    text-shadow: 2px 2px #000;
    margin-top: 22px;
  }

  .center-silos.hidrovia {
    height: 500px;
  }

  .titular-log.big {
    text-shadow: 2px 2px #000;
  }

  .section-empresa-3.darkgrey.emp {
    height: 750px;
  }

  .section-home-2.darkgrey {
    height: 550px;
    padding-top: 51px;
  }

  .section-home-4.sign-up {
    padding-bottom: 44px;
  }

  .section-logistica-1.darkgrey.log, .secion-silos1.darkgrey.log {
    max-height: 100%;
    padding-bottom: 244px;
  }

  .secion-silos1.darkgrey.log.sil {
    padding-bottom: 70px;
  }

  .section-silos-2.horiz_silos {
    clear: none;
    background-position: 50% 0;
    margin-top: 0;
  }

  .image-13 {
    margin-top: 125px;
    margin-left: 114px;
  }

  .small-heading-english {
    font-size: 34px;
  }

  .huge-heading-eng {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .navenglish {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .navenglish:hover {
    background-color: #5f6266;
  }

  .navenglish.w--current {
    background-color: #005282;
  }

  .navenglish.english, .navenglish.spanishh {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-english {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .nav-english:hover {
    background-color: #5f6266;
  }

  .nav-english.w--current {
    background-color: #005282;
  }

  .nav-english.english, .nav-english.spanishh {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navenglish2 {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .navenglish2:hover {
    background-color: #5f6266;
  }

  .navenglish2.w--current {
    background-color: #005282;
  }

  .navenglish2.english, .navenglish2.spanishh {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titular-log-english.big {
    text-shadow: 2px 2px #000;
    margin-left: 187px;
  }

  .brand-wrapper-copy {
    width: 30%;
  }

  .brand-wrapper-copy.w--current {
    width: 25%;
  }

  .container-9 {
    margin-top: 26px;
  }

  .container-10 {
    margin-top: 29px;
  }

  .columnas-empresa-esp {
    height: 700px;
  }

  .center-silos-esp.hidrovia {
    height: 500px;
  }

  .section-silos-2-esp.horiz_silos {
    clear: none;
    background-position: 50% 0;
    margin-top: 0;
  }

  .center-silos-eng.hidrovia, .center-copy-eng.hidrovia {
    height: 500px;
  }

  .container-empresa-log.dos {
    height: 100%;
    max-height: 100%;
  }

  .titular-silos-esp.big.tit_silo {
    text-shadow: 2px 2px #000;
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .brand-wrapper {
    width: 40%;
  }

  .brand-wrapper.w--current {
    width: 35%;
  }

  .section-home-1 {
    padding: 40px 20px;
  }

  .section-home-1.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-home-1.hero.logist {
    background-image: linear-gradient(#0000, #0000), url('../images/logística.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
  }

  .section-home-1.sign-up {
    text-align: center;
  }

  .section-home-1.about-image {
    height: 280px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .footer-link {
    float: left;
    clear: left;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .get-started-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .question {
    margin-top: 32px;
  }

  .contact-text {
    clear: left;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    border: 2px solid #5f6266c9;
    padding: 16px 22px 22px;
  }

  .sign-up-form {
    border-right-style: none;
    padding-right: 0;
  }

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

  .center.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 19px;
    position: static;
    overflow: visible;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .heading.home {
    padding-left: 51px;
  }

  .heading.home.engl {
    padding-left: 59px;
  }

  .catalog {
    margin-left: 124px;
  }

  .heading-3 {
    margin-top: 6px;
  }

  .image-2 {
    margin-bottom: -1px;
  }

  .cod-qr {
    margin-top: 10px;
  }

  .image-6 {
    margin-top: 6px;
  }

  .titular-emp {
    text-align: center;
    margin-top: -62px;
    margin-bottom: 40px;
    margin-left: 104px;
  }

  .big-arrow {
    float: none;
    object-fit: fill;
    width: 70%;
    overflow: visible;
  }

  .text-block.emps.cuatro {
    margin-top: 1px;
    margin-bottom: 30px;
  }

  .text-block.emps.cuatro.txtsil {
    float: none;
    clear: none;
    position: static;
  }

  .div-block.barra {
    margin-top: 19px;
  }

  .heading-4.noshadow {
    padding-top: 9px;
  }

  .div-block-3 {
    float: left;
    clear: left;
  }

  .image-8 {
    clear: both;
  }

  .image-9 {
    margin-top: 38px;
  }

  .column-2, .column-3 {
    padding-left: 20px;
  }

  .image-10 {
    float: left;
    object-fit: fill;
    width: 250px;
    max-width: 100%;
    margin-top: 32px;
    margin-left: 114px;
    overflow: visible;
  }

  .body-3 {
    background-color: var(--white);
  }

  .columnas-empresa-copy {
    height: 1200px;
    max-height: 1200px;
  }

  .center-copy {
    text-align: center;
  }

  .center-copy.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 21px;
    position: relative;
    overflow: visible;
  }

  .section-2-logistica {
    float: none;
    clear: both;
    margin-top: 48px;
    position: static;
    overflow: visible;
  }

  .columnas-silos {
    height: 1450px;
    max-height: 1500px;
  }

  .titular-silos {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    margin-left: 109px;
  }

  .titular-silos.big.tit_silo {
    text-shadow: 1px 1px #000;
    margin-top: 24px;
  }

  .center-silos {
    text-align: center;
  }

  .center-silos.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 189px;
    margin-bottom: 19px;
    position: static;
    overflow: visible;
  }

  .titular-log {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    margin-left: 109px;
  }

  .seccion-acceso {
    padding: 40px 20px;
  }

  .seccion-acceso.press {
    text-align: center;
    height: 60px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .section-empresa-3 {
    padding: 40px 20px;
  }

  .section-empresa-3.darkgrey.emp {
    height: 900px;
    margin-bottom: 210px;
    padding-bottom: 41px;
  }

  .section-home-2 {
    padding: 40px 20px;
  }

  .section-home-2.darkgrey {
    height: 950px;
  }

  .section-home-3, .section-home-4 {
    padding: 40px 20px;
  }

  .section-home-4.sign-up {
    text-align: center;
  }

  .section-logistica-1 {
    padding: 40px 20px;
  }

  .section-logistica-1.darkgrey.log {
    height: 16%;
    padding-bottom: 61px;
  }

  .secion-silos1 {
    padding: 40px 20px;
  }

  .secion-silos1.darkgrey.log {
    height: 16%;
    padding-bottom: 61px;
  }

  .secion-silos1.darkgrey.log.sil {
    padding-bottom: 65px;
  }

  .section-silos-2 {
    float: none;
    clear: both;
    margin-top: -1px;
    position: static;
    overflow: visible;
  }

  .section-silos-2.horiz_silos {
    margin-top: 45px;
  }

  .image-13 {
    margin-top: 24px;
    margin-left: 251px;
  }

  .small-heading-english {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .huge-heading-eng {
    font-size: 50px;
    line-height: 48px;
  }

  .titular-log-english {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    margin-left: 109px;
  }

  .titular-log-english.big {
    margin-left: 75px;
  }

  .image-waterway {
    float: left;
    object-fit: fill;
    width: 250px;
    max-width: 100%;
    margin-top: 32px;
    margin-left: 114px;
    overflow: visible;
  }

  .brand-wrapper-copy {
    width: 40%;
  }

  .brand-wrapper-copy.w--current {
    width: 35%;
  }

  .center-silos-esp {
    text-align: center;
  }

  .center-silos-esp.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 189px;
    margin-bottom: 19px;
    position: static;
    overflow: visible;
  }

  .section-silos-2-esp {
    float: none;
    clear: both;
    margin-top: -1px;
    position: static;
    overflow: visible;
  }

  .section-silos-2-esp.horiz_silos {
    margin-top: 45px;
  }

  .center-silos-eng {
    text-align: center;
  }

  .center-silos-eng.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 123px;
    margin-bottom: 19px;
    position: static;
    overflow: visible;
  }

  .center-copy-eng {
    text-align: center;
  }

  .center-copy-eng.hidrovia {
    clear: both;
    height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 21px;
    position: relative;
    overflow: visible;
  }

  .titular-silos-esp {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    margin-left: 109px;
  }

  .titular-silos-esp.big.tit_silo {
    text-shadow: 1px 1px #000;
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 14px;
    display: block;
  }

  .navbar {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar:focus {
    background-color: var(--dismor-blue);
  }

  .brand-wrapper {
    clear: none;
    width: 50%;
    height: 70%;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .brand-wrapper.w--current {
    width: 60%;
  }

  .menu-button:hover {
    background-color: var(--dismor-blue);
  }

  .section-home-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-1.hero {
    background-image: url('../images/portada_web.jpg');
    background-position: 30%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 54px 20px;
    left: 0;
  }

  .section-home-1.hero.emp {
    background-position: 50%;
  }

  .section-home-1.hero.home {
    background-image: linear-gradient(#0000, #0000), url('../images/boat_dismor2024.jpg');
    background-position: 0 0, 50%;
  }

  .section-home-1.hero.logist {
    background-color: var(--dismor-blue);
    background-image: linear-gradient(#0000, #0000), url('../images/logística.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section-home-1.hero.img_silos {
    background-image: linear-gradient(#0000, #0000), url('../images/silos_moviles.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .get-started-link {
    float: right;
    clear: none;
    max-width: 155px;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .center {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .center.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1px;
    margin-bottom: 11px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .footer-column {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .heading.home {
    margin-left: -7px;
    padding-left: 42px;
  }

  .heading.home.engl {
    margin-left: 0;
    padding-left: 19px;
    padding-right: 19px;
  }

  .catalog {
    margin-left: 20px;
    position: relative;
  }

  .image-2 {
    margin-bottom: 0;
  }

  .container-empresa.dos {
    height: 1600px;
  }

  .image-6 {
    margin-top: 12px;
  }

  .titular-emp {
    text-align: center;
    margin-top: -30px;
    margin-left: 0;
    overflow: visible;
  }

  .columnas-empresa {
    height: auto;
  }

  .column {
    margin-bottom: 70px;
  }

  .text-block.emps.cuatro {
    margin-top: 20px;
    margin-bottom: 17px;
  }

  .text-block.emps.cuatro.txtsil {
    margin-bottom: 13px;
  }

  .div-block.barra {
    background-position: 50%;
    background-repeat: no-repeat;
    height: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .heading-4.noshadow {
    padding-top: 5px;
    font-size: 18px;
  }

  .color-barra {
    font-size: 18px;
  }

  .image-7 {
    margin-top: 0;
  }

  .body-2 {
    background-color: var(--white);
  }

  .image-8 {
    margin-top: 0;
    padding-top: 35px;
  }

  .image-9 {
    margin-top: 115px;
  }

  .image-10 {
    float: left;
    clear: none;
    margin-top: 103px;
    margin-bottom: 10px;
    margin-left: 13px;
  }

  .image-11 {
    margin-top: 0;
  }

  .columnas-empresa-copy {
    height: 1500px;
    max-height: 100%;
    margin-bottom: 0;
  }

  .center-copy.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 650px;
    margin-top: 60px;
    margin-bottom: 0;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .section-2-logistica {
    margin-top: 40px;
  }

  .container-silos-moviles.dos {
    margin-bottom: 0;
  }

  .columnas-silos {
    height: 1800px;
    max-height: none;
    margin-bottom: 0;
    position: static;
  }

  .titular-silos {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    overflow: visible;
  }

  .titular-silos.big.tit_silo {
    text-align: center;
    margin-top: 3px;
    margin-left: 0;
    font-size: 40px;
    line-height: 75px;
  }

  .center-silos.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 273px;
    margin-bottom: 11px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .titular-log {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    overflow: visible;
  }

  .seccion-acceso {
    padding-left: 10px;
    padding-right: 10px;
  }

  .seccion-acceso.press {
    height: 40px;
  }

  .section-empresa-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-empresa-3.darkgrey.emp {
    max-height: 1200px;
    margin-bottom: 145px;
  }

  .section-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-2.darkgrey {
    height: 1000px;
    padding-bottom: 32px;
  }

  .section-home-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-3.darkestgrey {
    margin-top: 0;
    padding-top: 163px;
  }

  .section-home-4, .section-logistica-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-logistica-1.darkgrey.log {
    padding-bottom: 0;
  }

  .secion-silos1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .secion-silos1.darkgrey.log, .secion-silos1.darkgrey.log.sil {
    padding-bottom: 0;
  }

  .section-silos-2 {
    margin-top: 129px;
  }

  .section-silos-2.horiz_silos {
    background-position: 60% 0;
    margin-top: 0;
  }

  .image-13 {
    margin-top: 10px;
    margin-left: 74px;
  }

  .container-2 {
    font-size: 14px;
  }

  .link.small {
    margin-top: 10px;
    font-size: 12px;
  }

  .small-heading-english {
    font-size: 21px;
    line-height: 26px;
  }

  .link-eng {
    margin-top: 9px;
    font-size: 12px;
  }

  .titular-log-english {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    overflow: visible;
  }

  .titular-log-english.big {
    margin-left: 18px;
    font-size: 50px;
  }

  .image-waterway {
    float: left;
    clear: none;
    margin-top: 23px;
    margin-left: 13px;
  }

  .brand-wrapper-copy {
    clear: none;
    width: 50%;
    height: 70%;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .brand-wrapper-copy.w--current {
    width: 60%;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 0;
  }

  .container-4 {
    padding-top: 16px;
  }

  .container-5, .container-6, .container-7, .container-8 {
    padding-top: 15px;
  }

  .container-9, .container-10 {
    margin-top: 0;
  }

  .columnas-empresa-esp {
    height: auto;
    max-height: 100%;
  }

  .column-emp {
    margin-bottom: 70px;
  }

  .center-silos-esp.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 619px;
    margin-bottom: 11px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .section-silos-2-esp {
    margin-top: 129px;
  }

  .section-silos-2-esp.horiz_silos {
    background-position: 60% 0;
    margin-top: 253px;
  }

  .center-silos-eng.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 349px;
    margin-bottom: 11px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .center-copy-eng.hidrovia {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 650px;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
  }

  .container-empresa-log.dos {
    height: 1500px;
  }

  .titular-silos-esp {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    overflow: visible;
  }

  .titular-silos-esp.big.tit_silo {
    text-align: center;
    margin-top: 3px;
    margin-left: 30px;
    font-size: 40px;
    line-height: 75px;
  }

  .container-11 {
    background-color: var(--dismor-blue);
    background-image: linear-gradient(#03515b, #fff);
  }
}


