.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: 1px solid hsla(0, 0%, 100%, 0.19);
  background-color: transparent;
}

.nav-link {
  margin-left: 25px;
  padding: 0px;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.navlink-footer {
  margin-left: 20px;
  color: #707070;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.nav-link.nav-link-negro {
  margin-left: 25px;
  padding: 0px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.nav-menu {
  width: 100%;
  color: #000;
  text-align: right;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 67vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.52))), url('../images/hero-67-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/hero-67-3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.hero-services {
  height: 60vh;
  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/IMG_0790.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/IMG_0790.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.hero-product {
  height: 50vh;
  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/hero-product.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/hero-product.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.hero-partnership {
  height: 55vh;
  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/FAB-67_4163.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/FAB-67_4163.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-container {
  position: static;
  display: block;
  height: 300px;
}

.hero-container-text {
  width: 75%;
  margin-top: 50px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
}

.h1.h1-services {
  text-align: center;
}

.h2-hero {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
}

.h2-hero.h2-black {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #505050;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.h2-hero.h2-black.h2-featured {
  margin-bottom: 20px;
}

.h2-hero.h2-black.h2-featured.h2-contact-section {
  width: 40%;
  color: #fff;
  text-align: center;
}

.h2-hero.h2-black.h2-featured.h2-footer {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}

.h2-hero.h2-black.h2-featured.center-align {
  width: 800px;
  margin-bottom: 40px;
  text-align: center;
}

.h2-hero.h2-black.h2-featured.margin-bottom {
  margin-bottom: 40px;
}

.h2-hero.h2-black.h2-featured.para-contact-pij {
  text-align: left;
}

.h2-hero.h2-black.h2-big {
  width: 720px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.h2-hero.h2-black.h2-big.h2-big-warning {
  width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.h2-hero.h2-black.h2-big.h2-left-align {
  width: auto;
  margin-bottom: 20px;
  text-align: left;
}

.h2-hero.h2-black.h2-big.h2-partnership {
  width: 820px;
}

.h2-hero.h2-black.h2-big.menos-margen {
  width: auto;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.h2-hero.h2-black.h2-parnership-2 {
  width: 820px;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.h2-hero.h2-black.texto-para-todos {
  width: 75%;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.h2-hero.h2-black.arreglito1 {
  margin-bottom: 20px;
}

.h2-hero.h2-black.arreglito1.detail {
  margin-bottom: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.01);
}

.h2-hero.h2-black.arreglito1.arreglito2 {
  margin-bottom: 10px;
}

.h2-hero.h2-black.nooo {
  margin-bottom: 0px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3.h3-black {
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 1.5px;
}

.h3.h3-black.h3-information.ordering {
  margin-bottom: 0px;
}

.btn1 {
  padding: 20px 50px 18px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Calibre, Arial, sans-serif;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn1:hover {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.btn1.btn2 {
  border-style: none;
  text-decoration: underline;
}

.btn1.btn1-negro {
  display: none;
  width: 100%;
  margin-top: 20px;
  border-color: #000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  text-align: center;
}

.btn1.btn1-negro:hover {
  background-color: #000;
  color: #fff;
}

.btn1.btn1-negro.btn-submit {
  display: block;
}

.btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 18px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn2:hover {
  opacity: 0.8;
}

.btn2.btn2-black {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  letter-spacing: 1.5px;
}

.btn2.btn2-contact-section {
  margin-left: 0px;
  letter-spacing: 1.5px;
}

.btn2.margin-left {
  margin-left: 25px;
}

.btn-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.btn2-line {
  height: 1px;
  margin-top: 5px;
  background-color: #fff;
}

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

.text-block {
  font-weight: 500;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115vh;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10.5vh;
  -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;
}

.about-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Calibre, Arial, sans-serif;
  color: #000;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 300;
  text-align: center;
}

.about-heading.h2-warning {
  display: inline-block;
  margin-top: 0px;
  text-align: left;
}

.text-span {
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
}

.text-span.text-span-title.blanquito {
  color: #fff;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(235, 240, 243, 0.27);
}

.col-container-varias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  -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;
}

.img-services {
  width: 45%;
}

.col-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -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: left;
}

.services-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Calibre, Arial, sans-serif;
  color: #000;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 300;
  text-align: left;
}

.services-heading.product-title {
  margin-top: 30px;
  font-size: 4vh;
  line-height: 4vh;
}

.services-heading.product-title.doblerenglon {
  line-height: 50px;
}

.services-heading.product-title.margin-bottom {
  margin-bottom: 60px;
}

.services-heading.col-heading {
  margin-top: 0px;
}

.services-heading.col-heading.col-heading-contact {
  text-align: center;
}

.services-heading.col-heading.col-heading-contact.info-heading {
  margin-bottom: 80px;
  font-size: 5vh;
}

.services-heading.col-heading.col-heading-contact.info-heading.philosofi {
  margin-bottom: 40px;
}

.services-heading.col-heading.col-heading-contact.info-heading.fix-pij {
  margin-bottom: 40px;
}

.services-heading.col-heading.col-heading-contact.pilodofi-tittle {
  font-size: 50px;
  line-height: 50px;
}

.services-heading.col-heading.tittle-product {
  font-size: 6vh;
  line-height: 6vh;
}

.services-heading.col-heading.tittle-product.price {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 3vh;
  line-height: 2.5vh;
  font-weight: 500;
}

.services-heading.col-heading.tittle-product.price.margi {
  margin-bottom: 15px;
}

.services-heading.blanquito {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.services-heading.blanquito.negrito {
  color: #000;
  text-align: center;
}

.featured-products-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  padding-bottom: 70px;
  -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;
}

.featured-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

.featured-products-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.featured-products-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.product-image-link {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.product-image-link:hover {
  opacity: 0.85;
}

.featured-products-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Calibre, Arial, sans-serif;
  color: #000;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
}

.featured-products-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 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;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/fullsizeoutput_347.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/fullsizeoutput_347.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-section-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
}

.text-link {
  color: #505050;
  font-weight: 500;
  text-decoration: underline;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -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-left {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  display: inline-block;
  color: #fff;
}

.drop-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  padding: 0px 40px 0px 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: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dropdown-toggle.inner {
  padding-right: 40px;
  color: #000;
}

.div-img {
  width: 45%;
  height: 500px;
  background-image: url('../images/services-img-home.jpg');
  background-position: 15% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img.studio {
  background-image: url('../images/studio.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img.custom {
  background-image: url('../images/custom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img.taf2520 {
  background-image: url('../images/2520.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img.taf312 {
  background-image: url('../images/312.jpg');
  background-position: 0px 50%;
}

.div-img.tafextender {
  background-image: url('../images/extender.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img._312interface {
  background-image: url('../images/interface.jpg');
  background-position: 100% 50%;
}

.services-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
  padding-bottom: 80px;
  -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;
}

.col-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.col-2-left {
  width: 50%;
  margin-right: 20px;
}

.col-2-right {
  width: 50%;
  margin-left: 20px;
}

.warning-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(251, 251, 252, 0.75);
}

.warning-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

.features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 60px;
  -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-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.col-container-varias-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.col-text-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -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;
  text-align: left;
}

.unordered-list {
  width: 500px;
  padding-left: 20px;
  font-family: Calibre, Arial, sans-serif;
  color: #505050;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.list-item {
  margin-bottom: 10px;
  line-height: 24px;
}

.text-link-white {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.products-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
}

.products-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 70px;
  -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;
}

.product-detail-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  -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;
}

.col-container-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.silder-detail-product {
  width: 50%;
  height: 50vh;
  background-color: #000;
}

.fab-1 {
  background-image: url('../images/FAB-67-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-2 {
  background-image: url('../images/FAB-67-3-small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-3 {
  background-image: url('../images/FAB-67-4.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-slider-icon {
  font-size: 16px;
  text-shadow: 1px 1px 6px #000;
}

.slide-nav {
  position: relative;
  margin-top: 0px;
  color: #000;
  font-size: 6px;
}

.slide-nav.slide-nav-negro {
  padding-top: 15px;
}

.nav-bar-negra {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.col-text-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 80px;
  -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: left;
}

.icon {
  width: 11.5vh;
}

.partnership-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.partnership-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  -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;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.mas {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Calibre, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.logo-fab {
  width: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-fab:hover {
  opacity: 0.85;
}

.logo-talaiot {
  width: 200px;
}

.col-text-container-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 0px;
  -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;
}

.col-container-varias-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  -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;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  text-align: center;
}

.contacto-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -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: 1px solid rgba(0, 0, 0, 0.1);
}

.field-label {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Calibre, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-block {
  width: auto;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: left;
}

.text-field {
  padding: 5px 0px;
  border-color: transparent transparent #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 0.48;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Calibre, Arial, sans-serif;
  font-size: 16px;
}

.text-field:focus {
  border-top-style: solid;
  border-top-width: 0px;
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-color: #000;
  border-left-style: solid;
  border-left-width: 0px;
  opacity: 1;
}

.text-field.message {
  height: 100px;
}

.history-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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: 1px solid rgba(0, 0, 0, 0.1);
}

.under-icon {
  margin-bottom: 30px;
  opacity: 0.12;
}

.products-support-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 60px 0px;
  -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: #f8f8f8;
}

.info-container {
  width: 75%;
}

.services-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(235, 240, 243, 0.27);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/services-img-home2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/services-img-home2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.row-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.col-services {
  width: 33.3%;
}

.services-icon-link {
  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;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.services-icon-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.services-icon-link.icon-link-gordito {
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.hero-container-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 50px;
  -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;
}

.row-services-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.icon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vh;
  padding-bottom: 4vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.slider {
  width: 75%;
  height: 35vh;
  margin-bottom: 50px;
}

.repair-1 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0687.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000;
  font-size: 16px;
}

.repair-2 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1837.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-1 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0350.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-2 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_6284.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-3 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_7086.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-4 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0410.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-5 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1226.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.custom-6 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_8612.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.custom-7 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0820.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-8 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_9072.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-text-container-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 50px;
  -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;
  text-align: left;
}

.icon-menu {
  width: 11.5vh;
}

.studio-1 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0352.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-2 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1542.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-3 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1788.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.studio-4 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1792.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-5 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1908.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-6 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_3104.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-7 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_9986.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.studio-8 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1138.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-3 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1864.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-4 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_1870.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-5 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_0904.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-6 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_2310.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-7 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_4744.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.reapair-8 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_4750.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.repair-9 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_6356.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.reapair-10 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_6554.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-11 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_9124.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.repair-12 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/IMG_7656.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img {
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opamp-1 {
  background-image: url('../images/TAF-312-sin-opamp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opamp-2 {
  background-image: url('../images/TAF-312-top-tilt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opamp-3 {
  background-color: #fff;
  background-image: url('../images/TAF-312-x-2-top-tilt.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fab-4 {
  background-image: url('../images/FAB67-CASE-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-5 {
  background-image: url('../images/FAB-67-5-small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2520-1 {
  background-image: url('../images/2520.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._4312i-1 {
  background-image: url('../images/TAF-4312i-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._4312i-2 {
  background-image: url('../images/TAF-4312i-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._4312i-3 {
  background-image: url('../images/TAF-4312i-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.extender-1 {
  background-color: transparent;
  background-image: url('../images/extender.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.extender-2 {
  background-image: url('../images/IMG_1001-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.extender-3 {
  background-image: url('../images/IMG_0617.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.extender-4 {
  background-image: url('../images/IMG_0623.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-contact-left {
  width: 50%;
  margin-right: 50px;
}

.col-contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.contact-container-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-bottom: 40px;
  -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;
}

.price-btn-paypal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 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;
}

.embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
}

.row-detail {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.row-detail.row-margin {
  margin-bottom: 25px;
}

.col-left-detail {
  padding-right: 0px;
  padding-left: 0px;
}

.col-right-detail {
  padding-right: 0px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.flag {
  display: inline-block;
  margin-right: 8px;
}

.dropdown-link {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-link.inner {
  color: #000;
}

.dropdown-list.w--open {
  right: -24px;
  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;
  background-color: transparent;
}

.icon-2 {
  margin-right: 0px;
}

.text-block-3 {
  font-size: 14px;
}

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

.taf325-1 {
  background-image: url('../images/TAF-325-312-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-price {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Calibre, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.intro-price.intro-vat {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.intro-price.intro-vat.more-pij {
  margin-top: 10px;
  line-height: 22px;
}

.intro-price.intro-vat-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.taf325-2 {
  background-image: url('../images/TAF-325-312-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.taf325-3 {
  background-image: url('../images/TAF-325-312-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.taf325-4 {
  background-image: url('../images/unnamed-export.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._312-btn-paypal-embed {
  display: none;
}

.intro-price-312 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Calibre, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.intro-price-312.intro-vat {
  margin-top: 0px;
  font-size: 16px;
}

.div-block {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 25px;
  color: rgba(51, 51, 51, 0.66);
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.13);
}

._4312i-4 {
  background-image: url('../images/TAF-4312i-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._4312i-5 {
  background-image: url('../images/TAF-4312i-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._4312i-6 {
  background-image: url('../images/TAF-4312i-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2520-2 {
  background-image: url('../images/fullsizeoutput_340.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.succes-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 40px;
  -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: 1px solid rgba(0, 0, 0, 0.1);
}

._1037-1 {
  background-image: url('../images/thumbnail_IMG_4524.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1037-2 {
  background-image: url('../images/thumbnail_IMG_4512.jpg');
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1037-3 {
  background-color: transparent;
  background-image: url('../images/thumbnail_IMG_4516.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.zoom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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: rgba(0, 0, 0, 0.27);
}

.temp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  -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;
  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: rgba(0, 0, 0, 0.74);
}

.text-block-5 {
  font-family: Calibre, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.temp-copy {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  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: #3f3f3f;
}

._4312i-7 {
  background-image: url('../images/TAF-4312i-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  border-radius: 0px;
}

._1037-4 {
  background-color: transparent;
  background-image: url('../images/TAF-1073-DP-4-small.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._1037-5 {
  background-color: transparent;
  background-image: url('../images/TAF-1073-DP-5-small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-6 {
  background-image: url('../images/FAB-67-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fab-7 {
  background-image: url('../images/FAB-67-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-1-copy {
  background-image: url('../images/DSC_0280.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-4-copy {
  background-image: url('../images/FAB-67-CASE-2-s.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.line-copy {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.13);
}

.intro-price-copy {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Calibre, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.intro-price-copy.intro-vat {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.intro-price-copy.intro-vat-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.line-copy-copy {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.13);
}

.fab-87-1 {
  background-image: url('../images/DSC_0220-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-87-2 {
  background-image: url('../images/DSC_0221-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-87-3 {
  background-image: url('../images/DSC_0258-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-87-4 {
  background-image: url('../images/IMG_5029-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-87-5 {
  background-image: url('../images/IMG_5063-s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fab-87-6 {
  background-image: url('../images/IMG_5088-s.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fab-87-7 {
  background-image: url('../images/IMG_5092-s.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="zoom-out"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.nav-link-negro {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  .nav-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo {
    width: 170px;
  }
  .nav-menu {
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.93);
  }
  .hero {
    height: 80vh;
  }
  .hero.hero-services {
    height: 50vh;
  }
  .hero.hero-product {
    height: 50vh;
  }
  .hero-container-text {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .h2-hero.h2-black {
    letter-spacing: 0.5px;
  }
  .h2-hero.h2-black.h2-featured.h2-contact-section {
    width: 75%;
  }
  .h2-hero.h2-black.h2-featured.h2-footer {
    margin-bottom: 20px;
  }
  .h2-hero.h2-black.h2-big {
    width: 500px;
  }
  .h2-hero.h2-black.h2-big.h2-big-warning {
    width: 70%;
  }
  .h2-hero.h2-black.h2-big.h2-partnership {
    width: auto;
  }
  .h2-hero.h2-black.h2-parnership-2 {
    width: auto;
  }
  .h2-hero.h2-black.texto-para-todos {
    width: 100%;
  }
  .h3.h3-black {
    margin-bottom: 10px;
  }
  .about-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-container {
    width: 80%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
  }
  .about-heading.h2-warning {
    width: 40%;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-span {
    font-size: 30px;
    line-height: 40px;
  }
  .services-section {
    width: 100%;
    height: auto;
    padding: 60px 40px;
  }
  .col-container-varias {
    width: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-text-container {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .services-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .services-heading.product-title {
    font-size: 30px;
    line-height: 40px;
  }
  .services-heading.col-heading.col-heading-contact.info-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .services-heading.col-heading.tittle-product {
    font-size: 5vh;
    line-height: 5vh;
  }
  .featured-products-section {
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .featured-container {
    width: auto;
  }
  .featured-products-heading {
    margin-top: 0px;
  }
  .contact-section {
    height: 500px;
  }
  .footer-section {
    height: 200px;
  }
  .footer-container {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-left {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .dropdown {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }
  .dropdown-toggle {
    width: 90px;
    padding-right: 41px;
    -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;
  }
  .dropdown-toggle.w--open {
    display: block;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dropdown-toggle.inner {
    display: block;
    width: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
  }
  .div-img {
    height: 420px;
  }
  .div-img.studio {
    width: 100%;
  }
  .div-img.custom {
    width: 100%;
  }
  .div-img.taf2520 {
    width: 100%;
  }
  .div-img.taf312 {
    width: 100%;
  }
  .div-img.tafextender {
    width: 100%;
  }
  .div-img._312interface {
    width: 100%;
  }
  .services-intro {
    padding: 20px 40px 40px;
  }
  .col-2-container {
    width: auto;
  }
  .warning-container {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .features-section {
    width: 100%;
    height: auto;
    padding: 40px 40px 0px;
  }
  .col-container-varias-reverse {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-text-container-left {
    margin-left: 50px;
  }
  .products-section {
    height: auto;
    padding: 40px 40px 0px;
  }
  .product-detail-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .col-container-product-detail {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .silder-detail-product {
    width: 100%;
    height: 500px;
  }
  .col-text-container-copy {
    margin-left: 50px;
  }
  .menu-button-negro {
    color: #000;
  }
  .menu-button-negro.w--open {
    background-color: transparent;
  }
  .icon {
    width: 100px;
    color: #000;
  }
  .partnership-section {
    padding: 60px 40px;
  }
  .partnership-container {
    width: auto;
  }
  .col-text-container-left-copy {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }
  .col-container-varias-copy {
    width: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container {
    width: 75%;
  }
  .form-block {
    width: auto;
  }
  .text-field.message {
    height: 150px;
  }
  .history-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .products-support-container {
    margin-bottom: 40px;
    padding: 20px 40px 0px;
  }
  .services-section-2 {
    width: 100%;
    height: auto;
    padding: 60px 40px;
  }
  .hero-container-text-copy {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .slider {
    width: 100%;
    height: 25vh;
  }
  .col-text-container-product {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .icon-menu {
    width: auto;
    color: #000;
  }
  .about-img {
    height: 400px;
  }
  .col-contact-left {
    margin-right: 20px;
  }
  .contact-container-about {
    width: 90%;
  }
  .flag {
    display: block;
  }
  .dropdown-link.inner {
    color: #fff;
  }
  .dropdown-list.w--open {
    margin-left: 25px;
  }
  .text-block-2 {
    display: inline-block;
  }
  .text-block-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }
  .flag-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 20px;
    -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;
  }
  .temp {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .nav-link.navlink-footer {
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .hero {
    height: 550px;
  }
  .hero.hero-services {
    height: 300px;
  }
  .hero.hero-product {
    height: 300px;
  }
  .hero.hero-partnership {
    height: 300px;
  }
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .h2-hero {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .h2-hero.h2-black {
    margin-bottom: 20px;
  }
  .h2-hero.h2-black.h2-featured.h2-contact-section {
    width: 90%;
    margin-bottom: 0px;
  }
  .h2-hero.h2-black.h2-featured.margin-bottom {
    margin-top: 20px;
  }
  .h2-hero.h2-black.h2-big {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .h2-hero.h2-black.h2-big.h2-big-warning {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
  .h2-hero.h2-black.h2-big.h2-partnership {
    font-size: 26px;
  }
  .h3 {
    margin-bottom: 20px;
  }
  .h3.h3-black {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .about-section {
    padding: 45px 40px;
  }
  .about-container {
    width: 100%;
  }
  .about-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .about-heading.h2-warning {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .col-container-varias {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-text-container {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 40px;
  }
  .services-heading {
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px;
  }
  .services-heading.product-title {
    line-height: 30px;
  }
  .services-heading.product-title.doblerenglon {
    line-height: 30px;
  }
  .services-heading.col-heading.col-heading-contact.info-heading {
    margin-bottom: 20px;
  }
  .services-heading.blanquito.negrito {
    font-size: 20px;
    line-height: 20px;
  }
  .contact-section {
    height: 350px;
  }
  .contact-section-title {
    margin-bottom: 10px;
  }
  .footer-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
  .menu-button {
    z-index: 999;
  }
  .div-img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  .div-img.studio {
    width: 100%;
    height: 224px;
    margin-bottom: 25px;
  }
  .div-img.custom {
    width: 100%;
    height: 224px;
    margin-bottom: 25px;
  }
  .col-2-container {
    margin-top: 0px;
  }
  .warning-section {
    display: block;
    padding-top: 20px;
  }
  .warning-container {
    -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;
    text-align: center;
  }
  .features-section {
    padding-bottom: 0px;
  }
  .col-container-varias-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-text-container-left {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .silder-detail-product {
    height: 400px;
  }
  .col-text-container-copy {
    width: 100%;
    margin-left: 0px;
  }
  .icon {
    width: 80px;
  }
  .logo-fab {
    width: 90px;
  }
  .logo-talaiot {
    width: 150px;
  }
  .col-text-container-left-copy {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .col-container-varias-copy {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block {
    width: 100%;
  }
  .products-support-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-services-copy {
    width: 90%;
  }
  .col-text-container-product {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 40px;
  }
  .about-img {
    height: 250px;
  }
  .col-contact-left {
    width: 100%;
  }
  .col-contact-right {
    width: 100%;
  }
  .contact-container-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .succes-section {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 479px) {
  .nav-bar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.navlink-footer {
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .nav-container {
    height: auto;
    padding-right: 0px;
    padding-left: 20px;
  }
  .logo {
    width: 140px;
    padding-left: 0px;
  }
  .logo.w--current {
    width: 140px;
    padding-left: 0px;
  }
  .nav-menu {
    position: absolute;
    top: 70px;
    bottom: auto;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .hero {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/fab67-new-hero-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/fab67-new-hero-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.hero-services {
    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/hero-services.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-services.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero.hero-product {
    height: 300px;
  }
  .hero-container-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .h2-hero {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .h2-hero.h2-black.h2-featured.h2-contact-section {
    width: 100%;
  }
  .h2-hero.h2-black.h2-featured.h2-footer {
    margin-left: 0px;
    line-height: 20px;
    text-align: center;
  }
  .h2-hero.h2-black.h2-featured.margin-bottom.marg-fix {
    margin-bottom: 10px;
  }
  .h2-hero.h2-black.h2-featured.para-contact-pij {
    text-align: center;
  }
  .h2-hero.h2-black.h2-big {
    width: auto;
    font-size: 26px;
    line-height: 30px;
  }
  .h2-hero.h2-black.h2-big.h2-big-warning {
    font-size: 26px;
  }
  .h2-hero.h2-black.h2-big.h2-left-align {
    font-size: 24px;
  }
  .h2-hero.h2-black.h2-big.menos-margen {
    text-align: center;
  }
  .h3 {
    font-size: 12px;
    line-height: 10px;
  }
  .h3.h3-black {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .h3.h3-black.h3-information {
    margin-bottom: 20px;
    line-height: 14px;
  }
  .btn1 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    text-align: center;
  }
  .btn2 {
    margin-left: 0px;
    font-size: 13px;
  }
  .btn2.margin-left {
    margin-left: 0px;
  }
  .btn-hero-container {
    margin-top: 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;
  }
  .about-section {
    padding: 60px 25px;
  }
  .about-heading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .text-span {
    font-size: 25px;
    line-height: 30px;
  }
  .services-section {
    padding: 0px;
  }
  .col-container-varias {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-text-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-heading {
    margin-top: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .services-heading.product-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
  .services-heading.product-title.margin-bottom {
    margin-bottom: 40px;
  }
  .services-heading.col-heading {
    font-weight: 300;
  }
  .services-heading.col-heading.col-heading-contact.info-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .services-heading.col-heading.tittle-product {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
  }
  .featured-products-section {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .featured-products-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-products-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .featured-products-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .featured-products-right {
    width: 100%;
    margin-left: 0px;
  }
  .contact-section {
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .footer-section {
    height: auto;
    padding: 40px 20px 20px;
  }
  .footer-right {
    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;
  }
  .div-img {
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
  }
  .div-img.taf2520 {
    height: 300px;
  }
  .div-img._312interface {
    background-position: 50% 50%;
  }
  .services-intro {
    padding-top: 40px;
  }
  .col-2-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-2-left {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .col-2-right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .unordered-list {
    width: auto;
  }
  .products-row {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-detail-section {
    padding-bottom: 60px;
  }
  .col-container-product-detail {
    width: 100%;
  }
  .silder-detail-product {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
  }
  .nav-bar-negra {
    position: relative;
    z-index: 999;
    height: 80px;
  }
  .col-text-container-copy {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .icon {
    width: 70px;
  }
  .partnership-section {
    padding-top: 40px;
  }
  .logos-container {
    margin-bottom: 30px;
  }
  .mas {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 40px;
  }
  .logo-fab {
    width: 120px;
  }
  .logo-talaiot {
    width: 130px;
  }
  .col-container-varias-copy {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container {
    width: 80%;
  }
  .text-field.message {
    height: 100px;
  }
  .under-icon {
    width: 100px;
    margin-bottom: 20px;
  }
  .products-support-container {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .services-section-2 {
    padding: 30px 0px 0px;
  }
  .row-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-services {
    width: 100%;
  }
  .services-icon-link.icon-link-gordito {
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .hero-container-text-copy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-services-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-section {
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slider {
    height: 80px;
  }
  .col-text-container-product {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-contact-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-container-about {
    width: 80%;
  }
  .succes-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@font-face {
  font-family: 'Calibre 0';
  src: url('../fonts/calibre_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Chronicle text g2 roman';
  src: url('../fonts/Chronicle-Text-G2-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}