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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 5px solid #c93a3a;
  background-color: rgba(42, 42, 42, 0.95);
}

.nav-container {
  width: 95%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu {
  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;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95vh;
  -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;
  background-color: #f9bac5;
}

.hero-section.nosotros {
  height: 350px;
  padding-top: 40px;
  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/12466123_792669007522156_6598120136072384017_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12466123_792669007522156_6598120136072384017_o.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hero-section.nosotros.serv {
  height: 200px;
  padding-top: 70px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  -webkit-filter: none;
  filter: none;
}

.nav-link {
  padding: 10px 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #c93a3a;
}

.nav-link.w--current {
  color: #c93a3a;
  font-weight: 400;
}

.nav-link.contact {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav-link.contact:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 25px;
  border: 1px solid #c93a3a;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #c93a3a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.button.white {
  border-color: #fff;
  color: #fff;
}

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

.class-section {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}

.class-section.hero {
  padding-top: 0px;
  padding-bottom: 0px;
}

.logos-section {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #c93a3a;
  text-align: center;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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-bottom: 15px solid #000;
  background-color: #2a2a2a;
  color: #fff;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.legal {
  margin-top: 10px;
  float: left;
  color: grey;
  font-size: 12px;
  font-weight: 300;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #4d4d4d;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  -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;
}

.footer-link {
  color: grey;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.customers-logo {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.hero-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/Hero-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff), url('../images/Hero-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-1.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-1.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
}

.heading.black {
  font-family: Lato, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.bold-heading {
  float: left;
  color: #fff;
  font-weight: 700;
}

.header {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.floating-div {
  position: relative;
  top: -50px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  display: block;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero-subtitle.black {
  color: #000;
}

.hero-subtitle.black.produccion-title {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  background-color: #c93a3a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.hero-subtitle.big {
  margin-bottom: 10px;
}

.paragraph-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph-5.white {
  color: #fff;
}

.paragraph-5.prod {
  margin-top: 40px;
  text-align: left;
}

.line {
  display: inline-block;
  width: 25%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.line.black {
  background-color: #000;
}

.line.black.prod {
  display: block;
  margin: 40px auto 20px;
}

.line.full {
  display: block;
  width: 80%;
  margin: 40px auto;
  background-color: #dbdbdb;
}

.line.bottom {
  display: block;
  width: 40%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dbdbdb;
}

.logo-nosotros {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  display: block;
  width: 80%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.unordered-list {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 60px;
  color: grey;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 1px;
}

.row {
  width: 100%;
  height: 60vh;
}

.row.home {
  height: 45vh;
}

.row.producciones {
  height: 70vh;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.logo-e-info {
  display: block;
  width: 350px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.adress {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.logo-nosotros-2 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.cta {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c93a3a;
  text-align: center;
}

.caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 10px 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caption.center {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caption.center.produccion {
  padding-top: 0px;
}

.caption.right {
  text-align: right;
}

.caption.up {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.column {
  position: relative;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.prod-text {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 4px solid #c93a3a;
  background-color: #fff;
}

.serv-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-filter: saturate(0%) brightness(70%) contrast(120%);
  filter: saturate(0%) brightness(70%) contrast(120%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.serv-image:hover {
  -webkit-filter: saturate(100%) brightness(100%) contrast(100%);
  filter: saturate(100%) brightness(100%) contrast(100%);
}

.serv-image.planta {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.23.22-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.cctv {
  background-image: url('../images/IMG_5296.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.dolly {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/IMG_5295.JPG');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/IMG_5295.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.serv-image.drone {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/Drone.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/Drone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.serv-image.photo {
  background-image: url('../images/Photo-Xtreme-72-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.video {
  display: block;
  background-image: url('../images/Video.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.tramoya {
  background-image: url('../images/IMG_4632.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.camara {
  position: absolute;
  background-image: url('../images/2016-04-01-15.25.10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.lights {
  background-image: url('../images/Arri.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.serv-image.renta {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-2.jpeg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(100%) brightness(100%) contrast(100%);
  filter: saturate(100%) brightness(100%) contrast(100%);
}

.serv-image.submarinas {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/10991121_1535028760094188_7698058782773453221_n.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/10991121_1535028760094188_7698058782773453221_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(100%) brightness(100%) contrast(100%);
  filter: saturate(100%) brightness(100%) contrast(100%);
}

.serv-image.grua {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/IMG_5298.JPG');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/IMG_5298.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: saturate(100%) brightness(100%) contrast(100%);
  filter: saturate(100%) brightness(100%) contrast(100%);
}

.serv-image.services {
  background-image: url('../images/Hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(100%) brightness(70%) contrast(100%);
  filter: saturate(100%) brightness(70%) contrast(100%);
}

.servicios {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: grey;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.7);
}

.servicios.producciones {
  background-color: #dadada;
  box-shadow: none;
}

.flex-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 250px;
  min-width: 250px;
  float: left;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.flex-inner:hover {
  z-index: 10;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
}

.flex-inner._50x2 {
  width: 50%;
}

.flex-inner._50x1 {
  width: 50%;
}

.flex-inner._25x2 {
  width: 25%;
  min-height: 500px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex-inner._100x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-inner._100x1.cta {
  background-color: #c93a3a;
}

.flex-inner.cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-image._50x1 {
  width: 50%;
}

.flex-image._50x1.black {
  background-color: #000;
}

.flex-image.red {
  background-color: #c93a3a;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-row._100x2 {
  min-height: 500px;
}

.flex-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-div {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-div.full {
  height: 100%;
}

.text-div {
  position: relative;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.text-div.red {
  background-color: #c93a3a;
}

.text-div.full {
  height: 100%;
}

.text-div.full.black {
  background-color: #000;
}

.text-div.full.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-div.full.cta {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.text-div.full.cta:hover {
  background-color: #000;
}

.text-div.full.right-border {
  border-right: 5px solid #c93a3a;
}

.text-div.full.left-border {
  border-left: 5px solid #c93a3a;
}

.text-div.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #c93a3a;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.text-div.cta:hover {
  background-color: #000;
}

.text-div.border {
  border-top: 5px solid #c93a3a;
}

.inner-row {
  width: 100%;
  height: 50%;
}

.inner-row.full {
  height: 100%;
}

.mid-row {
  width: 100%;
  height: 30vh;
}

.hero-logo-div {
  position: absolute;
  right: 5%;
  bottom: 80px;
  z-index: 10;
  width: 20%;
  max-width: 250px;
}

.body-3 {
  overflow: auto;
}

.prod-slider {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.prod-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prod-image.p1 {
  background-image: url('../images/Hero-2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prod-image.p2 {
  background-image: url('../images/FB_IMG_1448062451557.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prod-image.p3 {
  background-image: url('../images/Drone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prod-image.p4 {
  background-image: url('../images/FB_IMG_1445209129130.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mini-topic {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 6px;
}

.slide-nav {
  width: 90%;
  height: 50px;
  padding-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.full-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.hero-line {
  display: inline-block;
  width: 25%;
  height: 1px;
  margin: 5px auto;
  background-color: #fff;
}

.hero-line.black {
  background-color: #000;
}

.servicios-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.servicios-text.white {
  color: #fff;
}

.video {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.grid-gallery {
  width: 100%;
  height: 100%;
}

.g-img {
  width: 33.333%;
  height: 50%;
  float: left;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.g-img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.g-img._1 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._2 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._3 {
  background-image: url('../images/IMG_5295.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._4 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-3.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._5 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.24-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._6 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._7 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.22-PM-1.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._8 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._9 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._10 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._11 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-img._12 {
  background-image: url('../images/WhatsApp-Image-2020-04-29-at-9.14.23-PM-5.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-4.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-4.jpeg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-5.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff), url('../images/WhatsApp-Image-2020-04-29-at-9.14.21-PM-5.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.whastapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/whatsapp-Red.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.video-full-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.facebook {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/facebook-circular-logo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instagram {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  background-image: url('../images/instagram-logo-Gray.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  .nav {
    height: 40px;
  }

  .nav-container {
    width: 90%;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .logo {
    width: 200px;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-section.nosotros {
    height: 300px;
    padding-top: 10px;
  }

  .hero-section.nosotros.serv {
    height: 150px;
    padding-top: 35px;
  }

  .button {
    margin-top: 10px;
  }

  .class-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logos-wrap {
    width: 90%;
  }

  .footer-top-wrap {
    display: block;
    width: 90%;
  }

  .footer-logo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -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;
    border-right-style: none;
    text-align: center;
  }

  .footer-link-wrap {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #4d4d4d;
    border-left-style: none;
    text-align: center;
  }

  .floating-div {
    width: 100%;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-subtitle.black.produccion-title {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-5.prod {
    font-size: 14px;
  }

  .menu-button {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
  }

  .logo-nosotros {
    width: 400px;
  }

  .row {
    height: 35vh;
  }

  .row.home {
    height: 30vh;
  }

  .row.producciones {
    height: 100%;
    min-height: 0px;
  }

  .caption {
    padding: 10px;
  }

  .caption.center {
    top: 10px;
  }

  .column.prod-gallery {
    height: 70vh;
  }

  .column.prod-text {
    height: auto;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: #fff;
    text-align: center;
  }

  .serv-image {
    -webkit-filter: saturate(100%) brightness(80%) contrast(100%);
    filter: saturate(100%) brightness(80%) contrast(100%);
  }

  .servicios {
    min-width: 0px;
  }

  .flex-inner {
    min-height: 180px;
    min-width: 0px;
  }

  .flex-inner._25x2 {
    min-height: 300px;
  }

  .flex-row._100x2 {
    min-height: 0px;
  }

  .text-div.full.right-border {
    border-right-width: 4px;
  }

  .text-div.full.left-border {
    border-left-width: 4px;
  }

  .text-div.border {
    border-top-width: 4px;
  }

  .mid-row {
    height: 17.5vh;
  }

  .mini-topic {
    font-size: 7px;
    line-height: 10px;
    letter-spacing: 4px;
  }

  .hero-line {
    background-color: #fff;
  }

  .servicios-text {
    font-size: 12px;
    line-height: 18px;
  }

  .video {
    display: block;
  }

  .grid-gallery {
    display: block;
  }

  .footer-info {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: absolute;
  }

  .nav-container {
    width: 95%;
  }

  .hero-section.nosotros {
    height: 250px;
  }

  .hero-section.nosotros.serv {
    height: 100px;
    padding-top: 25px;
  }

  .button {
    margin-top: 5px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .class-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .bold-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .hero-subtitle.black.produccion-title {
    font-size: 18px;
    line-height: 32px;
  }

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

  .paragraph-5.prod {
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .line {
    display: block;
    margin: 10px auto;
  }

  .logo-nosotros {
    width: 300px;
  }

  .row {
    height: 250px;
  }

  .row.home {
    height: 180px;
  }

  .caption {
    padding-bottom: 5px;
  }

  .column.prod-gallery {
    height: 80vh;
  }

  .column.prod-text {
    padding-right: 30px;
    padding-left: 30px;
  }

  .flex-inner {
    min-height: 125px;
  }

  .flex-inner._25x2 {
    min-height: 250px;
  }

  .text-div.full.right-border {
    border-right-width: 3px;
  }

  .text-div.full.left-border {
    border-left-width: 3px;
  }

  .text-div.border {
    border-top-width: 3px;
  }

  .mid-row {
    height: 125px;
  }

  .hero-logo-div {
    width: 100px;
  }

  .mini-topic {
    font-size: 6px;
    line-height: 8px;
    letter-spacing: 4px;
  }

  .servicios-text {
    font-size: 10px;
    line-height: 14px;
  }
}

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

  .footer-top-wrap {
    padding-bottom: 0px;
    -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;
  }

  .footer-link-wrap {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    display: block;
    width: 100%;
    margin: 10px auto;
  }

  .floating-div {
    display: inline-block;
  }

  .hero-subtitle.black.produccion-title {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .logo-nosotros {
    width: 250px;
  }

  .row {
    height: 350px;
  }

  .row.home {
    height: 400px;
  }

  .caption.center.right {
    text-align: center;
  }

  .column.hero-text {
    height: 45%;
    text-align: center;
  }

  .column.hero-image {
    height: 80%;
  }

  .column.prod-gallery {
    height: 50vh;
  }

  .column.prod-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flex-inner._50x2 {
    width: 100%;
  }

  .flex-inner._50x1 {
    width: 100%;
  }

  .flex-inner._25x2 {
    width: 100%;
  }

  .flex-inner._100x1.cta {
    min-height: 200px;
  }

  .flex-image {
    min-height: 300px;
  }

  .flex-image._50x1 {
    width: 100%;
  }

  .flex-image._50x1.black {
    min-height: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-image._50x1.text-frame {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-image.red {
    min-height: 0px;
  }

  .flex-image.text-frame {
    min-height: auto;
  }

  .image-div {
    height: 70%;
  }

  .text-div {
    height: 30%;
  }

  .text-div.full.cta {
    height: 100%;
  }

  .text-div.cta {
    height: 50%;
  }

  .mid-row {
    height: 175px;
  }

  .servicios-text.white {
    font-size: 11px;
  }

  .g-img {
    width: 50%;
  }
}

