.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.navbar {
  position: relative;
  padding-top: 0px;
  padding-bottom: 5px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navlink {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.31);
  border-radius: 9px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.navlink:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-weight: 400;
}

.navlink.w--current {
  color: #fff;
  font-weight: 600;
}

.banner-home {
  height: 100vh;
}

.div-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
}

.link {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link:hover {
  font-weight: 600;
}

.link.verde {
  color: #5ea20f;
  font-size: 16px;
}

.link.verde.servicio-home {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.link.verde.servicio-home._1 {
  color: #fff;
}

.footer {
  padding: 40px 5% 20px;
  border-top: 4px solid #5ea20f;
  background-color: #fff;
}

.div-block {
  padding-right: 5%;
  padding-left: 5%;
  font-family: 'Open Sans', sans-serif;
}

.call-to-action {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #5ea20f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
}

.call-to-action:hover {
  background-color: #47790b;
}

.call-to-action.azul {
  background-color: #108ca0;
}

.call-to-action.azul:hover {
  background-color: #0c6876;
}

.frase {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.frase.call {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.div-columnas {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}

.titulo {
  display: inline;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.div-block-2 {
  width: 100px;
  height: 5px;
  background-color: #5ea20f;
}

.columns {
  margin-top: 20px;
}

.section-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column {
  padding-left: 0px;
}

.textos {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.textos.servicios-home {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.textos.valores {
  padding-top: 10px;
}

.column-2 {
  position: relative;
}

.secc-servicios {
  position: relative;
  top: 10px;
  z-index: 0;
  display: inline-block;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #efefef;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.servicio-home {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.column-3 {
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.div-servicios {
  height: 500px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

.div-servicios._1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #9b9b9b;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-servicios._1:hover {
  position: relative;
  z-index: 1;
  background-color: #818080;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  white-space: normal;
}

.div-servicios._2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #5ea20f;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-servicios._2:hover {
  background-color: #42710b;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-servicios._3 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #108ca0;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-servicios._3:hover {
  background-color: #0a6979;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-servicios._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #10a069;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-servicios._4:hover {
  background-color: #0b754c;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-4 {
  padding-right: 0px;
}

.div-block-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-5 {
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.column-6 {
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.col-servicios {
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.column-8 {
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.section-clientes {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5% 10px;
  -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;
  border-top: 1px none #000;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5% 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.text-block {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.somos-marketing {
  color: #a0ffff;
  text-decoration: none;
}

.somos-marketing:hover {
  color: #eaff00;
}

.footer-2 {
  padding-bottom: 10px;
  background-color: #5ea20f;
}

.nav-servicios {
  color: #fff;
}

.nav-servicios:hover {
  color: #fff;
  font-weight: 400;
}

.drop-servicios {
  padding-top: 0px;
  padding-bottom: 0px;
}

.drop-servicios:hover {
  color: #fff;
  font-weight: 400;
}

.redes {
  width: 40px;
  height: 40px;
  background-image: url('../images/dj-consultora-facebook.png');
  background-position: 0px 0px;
  background-size: cover;
}

.redes:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.redes.facebook {
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.redes.instagram {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-image: url('../images/dj-consultora-instagram.png');
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.redes.linkedin {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-image: url('../images/dj-consultora-linkedin.png');
}

.div-block-5 {
  margin-top: 10px;
  padding-top: 0px;
  text-align: right;
}

.titulo-footer {
  padding-bottom: 5px;
  border-bottom: 4px solid #5ea20f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.titulo-footer.redes-footer {
  border-bottom: 4px solid #5ea20f;
  text-align: right;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
}

.paragraph.footer {
  padding-top: 10px;
  padding-left: 0%;
  border-top-style: none;
  font-size: 14px;
}

.link-2 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.call-atencion {
  padding: 20px 5%;
  background-color: #5ea20f;
}

.link-4 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.seccion-frase {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/home-frase-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/home-frase-dj-consultora.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-transition: opacity 200ms ease, background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 200ms ease, background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 200ms ease, transform 300ms ease, background-color 300ms ease, opacity 300ms ease;
  transition: opacity 200ms ease, transform 300ms ease, background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.seccion-frase:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/home-frase-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/home-frase-dj-consultora.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-frase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5%;
  padding-left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  text-align: right;
}

.drop {
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 9px;
  background-color: #fff;
  color: #333;
}

.drop:hover {
  background-color: #4d860b;
  color: #fff;
  font-weight: 400;
}

.drop.w--current {
  background-color: #437806;
  color: #fff;
  font-weight: 400;
}

.drop-list:hover {
  font-weight: 400;
}

.drop-list.w--open {
  margin-top: 23px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.drop-list.w--open:hover {
  font-weight: 400;
}

.icon {
  color: #fff;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  display: block;
  height: 40px;
  text-align: center;
}

.numbers {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}

.marquee-text {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.marquee-text.alt {
  color: #dad4c9;
  font-style: italic;
}

.image-container {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 87vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.track-horizontal-alt {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.accordion-label {
  position: absolute;
  left: 8vw;
  top: -1px;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -3px;
}

.accordion-label.show-mvp {
  display: none;
}

.flex-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.section {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.accordion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 10%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #5ea20f;
  color: #fff;
}

.accordion.active {
  width: 70%;
  background-color: transparent;
}

.spacer {
  width: 100%;
  height: 100px;
  background-color: transparent;
}

.vertical-text {
  position: relative;
  z-index: 10;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  opacity: 1;
}

.marquee-horizontal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ea20f;
}

.image-cover {
  width: 100vw;
  height: 100%;
  max-height: 80vh;
  max-width: 100vw;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-6 {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #5ea20f;
  color: #fff;
  text-decoration: none;
}

.body {
  background-color: #fff;
}

.brand {
  padding-top: 0px;
  background-color: transparent;
}

.slider-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  margin-top: 0px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-home-seguridad.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-home-seguridad.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.text-span {
  font-size: 52px;
  font-weight: 800;
}

.boton {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.boton:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.boton.blanco {
  font-size: 14px;
}

.boton.verde {
  background-color: #5ea20f;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.boton.verde:hover {
  border-color: #5ea20f;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #5ea20f;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #191b22;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.question-title {
  color: #5ea20f;
  font-size: 18px;
  font-weight: 600;
}

.plus {
  opacity: 0.5;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.faq-paragraph.servicios {
  font-size: 18px;
}

.text-block-2 {
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
}

.list-item {
  padding-bottom: 10px;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-align: right;
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 54px;
  text-align: right;
}

.div-slider {
  margin-top: 40px;
}

.slider {
  display: block;
  background-color: transparent;
}

.icon-2 {
  color: #9b9b9b;
}

.icon-3 {
  color: #9b9b9b;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.column-11 {
  text-align: center;
}

.banner-titulos {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 500px;
  background-image: url('../images/banner-home-seguridad.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-titulos.nosotros {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nosotros-dj-consultores.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nosotros-dj-consultores.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-titulos.higiene-y-seguridad {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-higiene-y-seguridad.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-higiene-y-seguridad.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-titulos.medio-ambiente {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-medio-ambiente.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-medio-ambiente.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.banner-titulos.mantenimiento {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mantenimiento-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mantenimiento-dj-consultora.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-titulos.evacuacion {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/evacuacion-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/evacuacion-dj-consultora.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-titulos.contacto {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contacto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contacto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-titulos.contacto.gracias {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5ea20f), to(#5ea20f));
  background-image: linear-gradient(180deg, #5ea20f, #5ea20f);
}

.div-block-6 {
  display: block;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-6.gracias {
  margin-top: 220px;
  padding-bottom: 100px;
}

.titulo-seccion {
  display: block;
  margin-top: 0px;
  margin-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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-7 {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ea20f;
  text-align: center;
}

.div-block-7.blanco {
  background-color: #fff;
}

.section-3 {
  position: relative;
}

.section-4 {
  position: static;
}

.div-block-8 {
  padding: 40px 5%;
}

.div-block-9 {
  width: 100px;
  height: 5px;
  background-color: #5ea20f;
  color: #5ea20f;
}

.div-block-10 {
  padding-top: 10px;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tabs {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #108ca0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #5ea20f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.titulo-valores {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.section-5 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/frase-nosotros.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/frase-nosotros.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-5.medio-ambiente {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/medio-ambiente-dj-consultora_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/medio-ambiente-dj-consultora_1.jpg');
  background-size: auto, cover;
}

.section-5.medio-ambiente:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/medio-ambiente-dj-consultora_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/medio-ambiente-dj-consultora_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.prevencion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46))), url('../images/prevencion-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('../images/prevencion-dj-consultora.jpg');
  background-size: auto, cover;
}

.section-5.prevencion:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/prevencion-dj-consultora.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/prevencion-dj-consultora.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.evacuacion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/banner-plan-de-evacuacion.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/banner-plan-de-evacuacion.jpg');
  background-size: auto, cover;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #5ea20f;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-2 {
  margin-top: 10px;
  line-height: 22px;
}

.italic-text {
  text-transform: none;
}

.bold-text {
  text-decoration: underline;
}

.bold-text-2 {
  text-decoration: underline;
}

.bold-text-3 {
  text-decoration: underline;
}

.bold-text-4 {
  text-decoration: underline;
}

.bold-text-5 {
  text-decoration: underline;
}

.paragraph-3 {
  margin-top: 20px;
  line-height: 26px;
}

.paragraph-3.last {
  margin-top: 40px;
}

.bold-text-6 {
  line-height: 1.5;
  text-decoration: underline;
}

.bold-text-7 {
  text-decoration: underline;
}

.bold-text-8 {
  text-decoration: underline;
}

.bold-text-9 {
  text-decoration: underline;
}

.bold-text-10 {
  text-decoration: underline;
}

.list {
  margin-top: 20px;
}

.div-block-11 {
  height: 100%;
  padding-right: 50%;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  font-style: italic;
  font-weight: 700;
}

.div-block-12 {
  margin-top: 20px;
}

.paragraph-5 {
  color: #ff1212;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
}

.accidente {
  display: block;
  width: 100%;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.form-group:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #5ea20f;
}

.columns-4 {
  padding-top: 20px;
}

.column-13 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tel {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

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

.columns-5 {
  position: relative;
  height: 730px;
}

.link-block-2 {
  height: 100%;
}

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

.form-block {
  display: block;
}

@media screen and (max-width: 991px) {
  .container {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    background-color: transparent;
  }

  .navlink {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #9b9b9b;
  }

  .navlink:hover {
    background-color: #737373;
  }

  .heading {
    font-size: 48px;
  }

  .frase {
    font-size: 28px;
    line-height: 36px;
  }

  .servicio-home {
    font-size: 22px;
  }

  .div-block-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-servicios {
    margin-bottom: 20px;
    -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;
  }

  .accordion-label.show-mvp {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
  }

  .accordions {
    display: none;
  }

  .icon-4 {
    color: #fff;
  }

  .menu-button {
    margin-top: 34px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
    background-color: transparent;
  }

  .navlink {
    margin-bottom: 10px;
  }

  .navlink.w--current {
    margin-bottom: 10px;
    color: #fff;
  }

  .div-banner {
    padding-right: 5%;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .footer {
    padding-top: 20px;
  }

  .call-to-action {
    padding-right: 10px;
    padding-left: 10px;
  }

  .frase {
    font-size: 22px;
    line-height: 26px;
  }

  .titulo {
    font-size: 28px;
    line-height: 34px;
  }

  .textos {
    font-size: 16px;
    line-height: 20px;
  }

  .div-servicios._1 {
    height: 580px;
  }

  .div-servicios._2 {
    height: 580px;
  }

  .div-servicios._3 {
    height: 580px;
  }

  .div-servicios._4 {
    height: 580px;
  }

  .column-5 {
    margin-bottom: 20px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-8 {
    margin-bottom: 20px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-5 {
    text-align: center;
  }

  .titulo-footer {
    font-size: 14px;
    line-height: 18px;
  }

  .titulo-footer.redes-footer {
    text-align: center;
  }

  .paragraph.footer {
    font-size: 12px;
    line-height: 16px;
  }

  .div-frase {
    padding-left: 5%;
  }

  .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/banner-home-seguridad.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/banner-home-seguridad.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .boton.blanco {
    font-size: 12px;
    line-height: 18px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-paragraph.servicios {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-slider {
    height: 100%;
  }

  .slider {
    height: 100%;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-titulos.nosotros {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/nosotros-dj-consultores.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/nosotros-dj-consultores.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .banner-titulos.higiene-y-seguridad {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-higiene-y-seguridad.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-higiene-y-seguridad.jpg');
    background-position: 0px 0px, 30% 50%;
  }

  .banner-titulos.mantenimiento {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/mantenimiento-dj-consultora.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/mantenimiento-dj-consultora.jpg');
    background-position: 0px 0px, 75% 50%;
  }

  .banner-titulos.contacto {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/contacto.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/contacto.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .titulo-seccion {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .section-5.medio-ambiente {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medio-ambiente-dj-consultora_1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/medio-ambiente-dj-consultora_1.jpg');
    background-position: 0px 0px, 80% 20%;
  }

  .section-5.medio-ambiente:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/medio-ambiente-dj-consultora_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/medio-ambiente-dj-consultora_1.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-11 {
    padding-right: 5%;
  }

  .paragraph-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .column-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .icon-4 {
    color: #fff;
  }

  .menu-button {
    margin-top: -20px;
    margin-right: 10px;
    background-color: transparent;
  }

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

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .texto-responsive {
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .bold-text-11 {
    line-height: 38px;
  }
}

