:root {
  --dim-grey: #706c6c;
  --burlywood: #ddaf8d;
  --dim-grey-2: #657078;
  --white: white;
  --black: #252525;
  --tan: #bbac9a;
  --white-smoke: #f1ece9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.styleguide-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.styleguide-title, .styleguide-subtitle {
  margin-top: 0;
  margin-bottom: 50px;
}

.styleguide-div {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.styleguide-div.vertical {
  flex-direction: column;
  margin-right: 50px;
  display: block;
}

.styleguide-div.centered {
  flex-direction: row;
  align-items: center;
}

.styleguide-overline {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 50px;
}

.typeface {
  font-size: 24px;
  line-height: 1.4;
}

.typeface._01 {
  font-family: Chapaza, sans-serif;
}

.typeface._03 {
  font-weight: 600;
}

.divider {
  color: #272727;
  background-color: #3d3d3d;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider.vertical {
  background-color: var(--burlywood);
  width: 1px;
  height: 400px;
  margin: 0 25px;
}

.h1 {
  color: var(--dim-grey);
  letter-spacing: .8px;
  margin-bottom: 15px;
  font-family: Chapaza, sans-serif;
  font-size: 56px;
  line-height: 1.4;
}

.h1.dark {
  color: var(--dim-grey-2);
  width: auto;
  font-weight: 400;
}

.h1.center {
  text-align: center;
  font-weight: 400;
}

.h1.center._80 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 35px;
}

.h1.center._80.white {
  color: var(--white);
  margin-bottom: 16px;
}

.h1.center.gold {
  color: var(--burlywood);
}

.h1.number {
  color: var(--burlywood);
  margin-bottom: 0;
  margin-right: 20px;
}

.h2 {
  color: var(--dim-grey-2);
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.h2.dropdown {
  margin-bottom: 0;
  margin-right: 16px;
}

.h2.center {
  color: var(--burlywood);
  text-align: center;
  width: 80%;
  margin-top: 0;
}

.h3 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.4;
}

.h4 {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.4;
}

.h5 {
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 1.4;
}

.h6 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.subtitle {
  color: var(--dim-grey-2);
  letter-spacing: .8px;
  margin-bottom: 25px;
  font-family: Chapaza, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

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

.button-text {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.button-text.center {
  color: var(--burlywood);
  text-align: center;
}

.p1 {
  width: auto;
  font-size: 17px;
  line-height: 1.4;
}

.p1.menu-contact {
  color: var(--black);
  width: auto;
  margin-bottom: 25px;
}

.p1.dark {
  color: var(--dim-grey-2);
  width: auto;
  margin-bottom: 35px;
}

.p1.center {
  text-align: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.p1.center._80 {
  width: 80%;
  display: none;
}

.p1.center.small {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 14px;
}

.p1.center.small.white {
  color: var(--white);
  width: 80%;
}

.p1.small {
  width: auto;
  margin-bottom: 25px;
  font-size: 16px;
}

.p1.bold {
  width: auto;
  margin-bottom: 15px;
  font-weight: 600;
}

.p1.contacto {
  width: auto;
  margin-bottom: 35px;
  margin-right: 0;
}

.p1.link {
  opacity: 1;
  color: var(--white);
  width: auto;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.p1.sublink {
  color: var(--burlywood);
  width: auto;
  margin-bottom: 15px;
  text-decoration: none;
}

.p1.footer {
  color: var(--white);
  width: auto;
  margin-bottom: 15px;
}

.p1.nav {
  color: var(--dim-grey-2);
  width: auto;
  margin-bottom: 15px;
}

.p1.half {
  width: 60%;
}

.p2 {
  width: 50%;
  font-size: 22px;
  line-height: 1.4;
}

.p2.nav {
  width: auto;
}

.p2.dropdown {
  color: var(--tan);
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  padding-left: 0;
}

.p2.menu-contact {
  color: var(--burlywood);
  width: auto;
  margin-bottom: 25px;
}

.p2.center {
  text-align: center;
  width: auto;
}

.p2.center.bold {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.p2.center.bold.white {
  color: var(--white);
}

.p2.center._01 {
  width: 70%;
  margin-bottom: 35px;
}

.p2.bold {
  font-weight: 600;
}

.p3 {
  width: 50%;
  font-size: 24px;
  line-height: 1.4;
}

.color-container {
  width: 200px;
  height: 200px;
  margin-right: 50px;
}

.color-container._01 {
  background-color: var(--dim-grey);
}

.color-container._02 {
  background-color: var(--tan);
  color: var(--tan);
}

.color-container._03 {
  background-color: var(--burlywood);
}

.color-container._04 {
  background-color: var(--white-smoke);
}

.color-container._05 {
  background-color: var(--dim-grey-2);
  color: var(--dim-grey-2);
}

.button {
  border: 1px solid var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 0;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s ease-in, background-color .3s ease-in, border-color .3s ease-in;
  position: relative;
}

.button:hover {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-smoke);
}

.button:active {
  background-color: #464646;
  border-color: #464646;
}

.button:focus {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
}

.button._01 {
  top: 26px;
}

.navigation {
  z-index: 9999;
  border-bottom: 1px none var(--white-smoke);
  background-color: var(--tan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 49px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.internal-navbar {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  display: block;
}

.social-link {
  margin-right: 25px;
}

.social-link._02 {
  margin-right: 0;
}

.social-link.hide {
  display: none;
}

.social-container {
  align-items: center;
  display: flex;
}

.brand {
  position: relative;
  left: 56px;
}

.menu {
  z-index: 99999;
  filter: invert();
  color: var(--black);
  cursor: pointer;
  width: 60px;
  margin-left: 0;
  margin-right: 15px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.overlay {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 65px;
  display: flex;
  position: static;
  left: 65px;
}

.link {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover, .link.w--current {
  opacity: 1;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  font-size: 24px;
}

.image-2 {
  color: #fff;
  margin-left: 20px;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 170px;
  display: flex;
  position: static;
  left: 45%;
  right: auto;
}

.div-block {
  background-color: #c15bf3;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
}

.social-links {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.social-links.w--current:hover {
  opacity: 1;
}

.menu-bg {
  z-index: 8888;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  margin-bottom: 25px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link {
  padding-left: 0;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.link-2 {
  color: var(--black);
}

.link-3, .link-4 {
  color: var(--black);
  text-decoration: none;
}

.hero-section {
  width: auto;
  height: 900px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 900px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: linear-gradient(to right, rgba(241, 236, 233, .9) 70%, rgba(241, 236, 233, 0)), url('../images/hero-slide-012x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-content-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-box {
  width: 50%;
}

.slide-2 {
  background-image: linear-gradient(to right, rgba(241, 236, 233, .88) 52%, rgba(241, 236, 233, 0)), url('../images/hero-slide-022x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(to right, rgba(241, 236, 233, .91) 48%, rgba(241, 236, 233, 0)), url('../images/hero-slide-032x.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.nosotros-section {
  border-bottom: 1px solid var(--white-smoke);
  background-image: url('../images/ornament-celebright.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 200px;
  padding-bottom: 200px;
}

.nosotros-content-box {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aliados-container {
  background-color: #fff;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 30px 30px 0;
  display: flex;
  position: relative;
  top: -76px;
  box-shadow: 0 10px 20px rgba(112, 108, 108, .1);
}

.aliados-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  width: 90%;
  margin-bottom: 50px;
}

.servcio-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.servcio-section.dark {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

.servcio-section.dark._02 {
  padding-bottom: 100px;
  display: none;
}

.servicio-box {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 50%;
  margin-bottom: 40px;
  display: flex;
}

.col-01 {
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 50%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.image-8 {
  margin-bottom: 35px;
}

.col-02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-box {
  border: 1px solid var(--tan);
  border-radius: 4px;
  width: 80%;
  margin-bottom: 35px;
  padding: 30px;
}

.image-9 {
  position: relative;
  top: 42px;
  left: -475px;
}

.image-10 {
  position: relative;
  top: 55px;
  right: -440px;
}

.pr-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slider-pr {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  height: 450px;
  margin-bottom: 50px;
}

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

.slide-4 {
  background-image: url('../images/pr-slide-012x.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/pr-slide-032x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/pr-slide-022x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-container {
  width: 80%;
}

.tab-link-tab-1 {
  border: 1px solid var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--burlywood);
  background-color: rgba(187, 172, 154, .3);
  width: 40%;
}

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

.tab-content-container {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  padding: 60px 30px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-box {
  align-items: flex-start;
  width: auto;
  margin-bottom: 35px;
  display: flex;
}

.tab-content-box.inside {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
}

.contact-section {
  border-top: 1px solid var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white), var(--white-smoke) 44%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 0%;
  display: flex;
}

.tabs-menu {
  display: flex;
}

.paragraph {
  width: auto;
}

.tab-pane-tab-1 {
  background-color: rgba(241, 236, 233, .52);
}

.contact-col-1 {
  flex-direction: column;
  align-items: center;
  margin-right: 10%;
  display: flex;
}

.image-12 {
  margin-bottom: 35px;
}

.contact-col-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contacto-box {
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

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

.link-5 {
  color: var(--dim-grey-2);
  text-decoration: none;
}

.link-5.white {
  color: var(--white);
}

.link-6 {
  color: var(--dim-grey-2);
  text-decoration: none;
}

.contact-input {
  border: 1px solid var(--black);
  color: var(--dim-grey-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: row;
  width: 250px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
}

.contact-input.dropdown {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.contact-input.message {
  width: 525px;
  height: auto;
}

.dropdown-toggle-2 {
  border: 1px none var(--dim-grey-2);
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle-2.w--open {
  display: flex;
}

.icon, .text-block {
  color: var(--dim-grey-2);
}

.footer-section {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 3%;
  display: flex;
}

.sublink-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sublink-box.horizontal {
  display: block;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

.link-block {
  margin-right: 15px;
}

.link-block.hide {
  display: none;
}

.link-block-2 {
  margin-right: 15px;
}

.proyectos-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.project-slider-container {
  width: 80%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.project-slider {
  background-color: var(--white);
  height: 600px;
}

.project-slide-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.col-img-slide {
  background-image: url('../images/proyecto-slide-012x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-img-slide._01 {
  background-image: url('../images/bocanora-slide.jpg');
}

.col-img-slide._02 {
  background-image: url('../images/bocanora-light-01.jpg');
}

.col-img-slide._03 {
  background-image: url('../images/natura-slide.jpg');
}

.col-img-slide._04 {
  background-image: url('../images/samsung-slide.jpg');
}

.col-img-slide._05 {
  background-image: url('../images/reinhausen-slide.jpg');
}

.col-img-slide._06 {
  background-image: url('../images/seguros-monterrey-slide.jpg');
}

.col-img-slide._07 {
  background-image: url('../images/Freixenet-slide.jpg');
}

.col-img-slide._08 {
  background-image: url('../images/boda-plateada-slide.jpg');
}

.slide-nav {
  display: none;
}

.project-copy-container {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  background-color: var(--black);
  border: 1px solid #1d1d1d;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  left: 475px;
  box-shadow: 0 3px 10px rgba(37, 37, 37, .2);
}

.slider-arrow.right {
  left: auto;
  right: -26px;
}

.slider-arrow-icon {
  font-size: 24px;
}

.social-link-2 {
  background-image: url('../images/facebook-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.social-link-2.instagram {
  background-image: url('../images/social-instagram---simple-line-icons.svg');
}

.social-link-2.twitter {
  background-image: url('../images/twitter-white.svg');
}

.nav-items {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__bg {
  z-index: 98;
  background-color: var(--white);
  align-items: flex-start;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-item-number {
  color: var(--burlywood);
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 12px;
  transform: rotate(-90deg);
}

.nav-item {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-item.hide {
  display: none;
}

.nav-item-text-full {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 150px;
}

.special-text-wrapper {
  height: 150px;
  overflow: hidden;
}

.special-text-wrapper.dropdown {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.special-text-wrapper.dropdown.w--open {
  display: flex;
}

.nav-social-links {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-item-text {
  font-size: 120px;
  font-weight: 700;
  line-height: 150px;
  display: block;
}

.nav-item-text.h2 {
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
}

.email-link {
  color: #a5a3a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e252c;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.nav-footer-link {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 1200px;
  margin-top: 80px;
  margin-left: 5%;
  display: flex;
  position: relative;
}

.nav-container {
  z-index: 97;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 80px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hamburger-line {
  background-color: var(--tan);
  width: 25px;
  height: 2.22px;
}

.nav__logo {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.red {
  color: #de3860;
}

.navigation__menu-btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  margin-right: 25px;
  overflow: hidden;
}

.navbar {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25px;
  height: 20px;
  margin-left: 12.5px;
  display: flex;
}

.hamburger-line-2 {
  background-color: var(--white-smoke);
  width: 25px;
  height: 2.22px;
}

.close-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  display: flex;
}

.close-btn {
  background-image: url('../images/boton-cerrar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
}

.open-wrap {
  align-items: center;
  height: 25px;
  display: flex;
}

.navigation-text {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.icon-2 {
  color: var(--dim-grey-2);
  margin-right: 0;
  font-size: 32px;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.servicio-link {
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 22px;
}

.hamburger-container {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-button {
  border: 1px solid var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 25px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 18px;
  transition: color .3s ease-in, background-color .3s ease-in, border-color .3s ease-in;
  position: relative;
}

.nav-button:hover {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-smoke);
}

.nav-button:active {
  background-color: #464646;
  border-color: #464646;
}

.nav-button:focus {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
}

.nav-button._01 {
  top: 26px;
}

.nav-button.alt {
  background-color: var(--white-smoke);
  color: var(--dim-grey-2);
}

.nav-button.alt:hover {
  color: var(--tan);
}

.accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 0 14px;
  display: none;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-3.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 15px;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 35px;
}

.tabs {
  display: none;
}

.preloader-wrapper {
  z-index: 99999;
  background-color: var(--black);
  background-image: url('../images/celebright-web.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2, .lightbox-link {
  text-decoration: none;
}

.upper-nav-content-div {
  align-items: center;
  display: flex;
}

.image-14 {
  margin-right: 0;
}

.gracias-container {
  background-color: #f1ece9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-link-container {
  margin-right: 15px;
}

.social-link-container._01 {
  margin-right: 0;
}

.h1-2 {
  color: #706c6c;
  letter-spacing: .8px;
  width: 80%;
  margin-bottom: 35px;
  font-family: Chapaza, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
}

.h1-2.center {
  text-align: center;
  font-weight: 400;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #252525;
  border: 1px #ddaf8d;
  border-radius: 0;
  margin-right: 0;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 18px;
  transition: color .3s ease-in, background-color .3s ease-in, border-color .3s ease-in;
  position: relative;
}

.button-2:hover {
  color: #252525;
  background-color: #bbac9a;
  border-style: none;
  border-color: #252525;
}

.button-2:active {
  background-color: #948879;
  border-color: #464646;
}

.button-2:focus {
  color: #fff;
  background-color: #252525;
  border-style: none;
  border-color: #ddaf8d;
}

.button-2.exito {
  margin-bottom: 35px;
  margin-right: 0;
}

.button-2.exito.hor {
  margin-bottom: 0;
  margin-right: 0;
}

.p1-2 {
  width: 50%;
  font-size: 17px;
  line-height: 1.4;
}

.p1-2.small {
  width: auto;
  font-size: 14px;
}

.p1-2.small.center {
  margin-bottom: 35px;
}

.p1-2.whatsapp {
  color: #fff;
  width: auto;
  text-decoration: none;
}

.image-17 {
  margin-right: 15px;
}

.whatsapp-container {
  background-color: #4ab146;
  border: 1px solid #4fc34a;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.button-container {
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.clientes-section {
  background-color: rgba(101, 112, 120, .18);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.circle {
  background-color: var(--tan);
  border-radius: 9999px;
  width: 307px;
  height: 307px;
}

.circle.top {
  background-color: var(--burlywood);
  margin-bottom: 35px;
}

.navbar-2 {
  background-color: var(--tan);
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--black);
  font-size: 16px;
  line-height: 1.4;
}

.nav-link.w--current, .nav-link.w--current:focus {
  color: var(--white);
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.container {
  margin-left: 3%;
  margin-right: 3%;
}

.nav-container {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: auto;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.dropdown-list-3 {
  background-color: var(--tan);
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(112, 108, 108, .15);
}

.banner_container {
  border: 1px solid var(--burlywood);
  background-color: var(--tan);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navigation {
    padding-bottom: 30px;
  }

  .tab-link-tab-1 {
    width: auto;
  }

  .tab-link-tab-1.w--current {
    width: 40%;
  }

  .contact-section {
    justify-content: space-around;
  }

  .contact-col-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-arrow.left {
    left: 47%;
  }
}

@media screen and (min-width: 1440px) {
  .h1.number {
    margin-right: 20px;
  }

  .internal-navbar {
    width: 80%;
  }

  .slider-content-box {
    padding-left: 10%;
  }

  .contact-section {
    justify-content: space-around;
  }

  .contact-col-2 {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .p1.center {
    width: 60%;
  }

  .slide-2, .slide-3 {
    background-position: 0 0, 50% 0;
  }

  .aliados-container {
    width: 50%;
  }

  .image-3, .servicio-box {
    width: 60%;
  }

  .slider-pr {
    width: 60%;
    height: 600px;
  }

  .slide-5 {
    background-image: url('../images/pr-slide-032x.jpg');
  }

  .tab-link-tab-1 {
    border-right: 1px solid var(--white-smoke);
    width: auto;
  }

  .tab-link-tab-1.w--current {
    border-right-color: var(--white-smoke);
  }

  .tab-content-container {
    width: 60%;
  }

  .contact-section {
    justify-content: center;
  }

  .contact-col-1 {
    margin-right: 10%;
  }

  .contact-col-2 {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-slider-container {
    width: 60%;
  }

  .slider-arrow.left {
    left: 48%;
  }

  .nav-items {
    margin-left: 7%;
  }

  .navbar {
    max-width: 1920px;
  }

  .grid {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .h1.dark {
    font-size: 48px;
  }

  .h1.center._80 {
    font-size: 40px;
  }

  .h1.center.gold {
    width: 90%;
  }

  .h2.center {
    font-size: 32px;
  }

  .p1.center {
    width: 90%;
    font-size: 14px;
  }

  .p1.center._80 {
    width: 90%;
  }

  .p1.center.small {
    width: auto;
    font-size: 12px;
  }

  .p1.link {
    text-align: center;
    margin-bottom: 15px;
  }

  .p2.center.bold {
    font-size: 14px;
  }

  .p2.center._01 {
    width: 85%;
  }

  .button {
    display: inline-block;
  }

  .navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .internal-navbar {
    width: 90%;
  }

  .social-container {
    display: flex;
  }

  .brand {
    left: 0;
  }

  .nav-menu {
    border-top: 2px solid var(--dim-grey);
    background-color: var(--tan);
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    top: 107px;
  }

  .menu-links {
    margin-left: 140px;
  }

  .socials {
    margin-right: 140px;
    left: 20%;
  }

  .menu-bg {
    display: block;
  }

  .slider-content-box {
    padding-left: 5%;
  }

  .hero-content-box {
    width: 80%;
  }

  .aliados-container {
    width: 90%;
  }

  .servicio-box {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }

  .col-01 {
    width: 100%;
    min-width: auto;
    margin-bottom: 35px;
  }

  .image-8 {
    width: 80%;
  }

  .col-02 {
    align-items: center;
  }

  .image-10 {
    right: -281px;
  }

  .slider-pr {
    width: 90%;
    height: 350px;
  }

  .tabs-container {
    width: 100%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    justify-content: flex-start;
  }

  .tab-content-container {
    width: 95%;
  }

  .contact-section {
    padding-bottom: 100px;
  }

  .contact-col-1 {
    display: none;
  }

  .contact-col-2 {
    width: 90%;
  }

  .contact-input {
    width: 300px;
  }

  .contact-input.message {
    width: 625px;
  }

  .footer-section {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .sublink-box {
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .image-13 {
    margin-bottom: 35px;
  }

  .project-slider-container {
    width: 95%;
    height: 500px;
  }

  .project-slider {
    height: 500px;
  }

  .slider-arrow.left {
    width: 40px;
    height: 40px;
    left: 345px;
  }

  .slider-arrow.right {
    width: 40px;
    height: 40px;
    right: -15px;
  }

  .nav-items {
    margin-top: 60px;
    display: flex;
  }

  .nav-item {
    display: block;
  }

  .special-text-wrapper {
    height: auto;
    margin-bottom: 30px;
  }

  .special-text-wrapper.dropdown {
    height: auto;
  }

  .nav-social-links {
    justify-content: center;
  }

  .nav-item-text.h2 {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .nav-footer-link {
    margin-top: 30px;
  }

  .nav-container {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .navbar {
    height: auto;
  }

  .hamburger {
    height: 25px;
  }

  .navigation-text {
    display: block;
  }

  .hamburger-container {
    justify-content: center;
    width: 50px;
    height: 50px;
  }

  .nav-button {
    display: none;
  }

  .grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .upper-nav-content-div {
    flex-direction: row;
    align-items: flex-start;
  }

  .button-2 {
    display: inline-block;
  }

  .p1-2.small.center {
    font-size: 14px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-around;
    padding-top: 0;
    display: block;
    position: static;
  }

  .dropdown-list-3 {
    margin-bottom: 8px;
  }

  .dropdown-list-3.w--open {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon-4 {
    color: var(--black);
    font-size: 42px;
    line-height: 42px;
  }

  .dropdown-toggle-3 {
    width: 100%;
    margin-bottom: 8px;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
    text-align: center;
  }

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

  .banner_container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .divider.vertical {
    height: 750px;
    display: none;
  }

  .h1.dark {
    width: 90%;
    font-size: 40px;
  }

  .h1.center {
    font-size: 40px;
  }

  .p1.dark, .p1.center {
    width: 90%;
  }

  .p1.center.small {
    display: block;
  }

  .p1.contacto {
    text-align: center;
  }

  .p1.nav {
    margin-bottom: 25px;
  }

  .p2.center.bold {
    font-size: 14px;
  }

  .button {
    display: block;
  }

  .brand {
    left: 0;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .link, .link.w--current {
    font-size: 48px;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .socials {
    display: none;
  }

  .menu-bg {
    display: block;
  }

  .hero-section, .slider {
    height: 650px;
  }

  .aliados-logos {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-4, .image-5, .image-6, .image-7 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .servcio-section {
    padding-bottom: 100px;
  }

  .image-8, .container-box {
    width: 90%;
  }

  .image-9 {
    display: none;
    left: -158px;
  }

  .image-10 {
    display: none;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-content-container {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .contact-col-2 {
    align-items: center;
    width: 95%;
  }

  .contacto-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-input {
    width: 450px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .contact-input.message {
    width: 450px;
  }

  .project-slider-container, .project-slider {
    height: 600px;
  }

  .project-slide-content {
    flex-direction: column;
    display: flex;
  }

  .col-img-slide {
    background-size: cover;
    height: 300px;
  }

  .project-copy-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-arrow.left {
    top: auto;
    bottom: 3%;
    left: 25%;
    right: auto;
  }

  .slider-arrow.right {
    top: auto;
    bottom: 3%;
    left: auto;
    right: 25%;
  }

  .nav-items {
    width: 90%;
    margin-top: 0;
  }

  .nav-item-text-full {
    font-size: 48px;
    line-height: 90px;
    display: none;
  }

  .special-text-wrapper {
    height: auto;
  }

  .special-text-wrapper.dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-item-text {
    font-size: 48px;
    line-height: 90px;
  }

  .nav-item-text.h2 {
    font-size: 32px;
  }

  .nav-container {
    justify-content: flex-start;
    padding-top: 150px;
  }

  .navbar {
    height: auto;
    margin-top: 0;
  }

  .icon-2 {
    font-size: 24px;
  }

  .nav-button {
    display: none;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .grid {
    width: 90%;
  }

  .h1-2 {
    width: auto;
    font-size: 32px;
  }

  .h1-2.center {
    font-size: 40px;
  }

  .button-2, .p1-2.small.center {
    display: block;
  }

  .nav-container {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    text-align: center;
    font-size: 32px;
  }

  .h1.dark {
    text-align: left;
    font-size: 32px;
  }

  .h1.center, .h1.center._80 {
    font-size: 32px;
  }

  .h1.center._80.white {
    text-align: center;
    width: 90%;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.center {
    width: 100%;
    font-size: 24px;
  }

  .h6 {
    text-align: left;
  }

  .p1.dark {
    font-size: 16px;
  }

  .p1.center {
    width: 90%;
  }

  .p1.center._80 {
    width: 95%;
    font-size: 16px;
  }

  .p1.center.small {
    text-align: center;
  }

  .p1.center.small.white {
    width: auto;
  }

  .p1.small {
    text-align: left;
  }

  .p1.contacto {
    text-align: center;
  }

  .p1.nav {
    margin-bottom: 25px;
  }

  .p2.center._01 {
    width: 90%;
    font-size: 18px;
  }

  .button {
    display: inline;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .hero-section, .slider {
    height: 700px;
  }

  .slider-content-box {
    align-items: center;
  }

  .hero-content-box {
    width: 95%;
  }

  .aliados-container {
    top: -23px;
  }

  .container-box {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-pr {
    width: 95%;
    height: 250px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: auto;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .contact-col-2 {
    align-items: center;
  }

  .contacto-box {
    margin-bottom: 0;
  }

  .contact-input, .contact-input.message {
    width: 250px;
  }

  .col-img-slide {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .slider-arrow.left, .slider-arrow.right {
    top: 487px;
    bottom: -10%;
  }

  .nav-social-links {
    display: none;
  }

  .nav-footer-link {
    width: auto;
  }

  .navbar {
    height: auto;
    margin-top: 0;
  }

  .navigation-text {
    display: none;
  }

  .servicio-link {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .h1-2, .h1-2.center {
    font-size: 32px;
  }

  .button-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .button-2.exito {
    margin-bottom: 35px;
    margin-right: 0;
  }

  .p1-2.small {
    text-align: left;
  }

  .p1-2.small.center {
    text-align: center;
  }

  .button-container {
    flex-direction: column;
    justify-content: center;
  }
}

#w-node-_4071b69f-c157-44a9-c987-7fa6baa8e188-7a9ecab5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c67ef5a-0ebc-3446-2550-20c7133dcd21-7a9ecab5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_085a0f53-a314-2d56-cb4c-967d507840e3-7a9ecab5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bf4b2693-e93e-8475-1a84-01a76149eaf8-7a9ecab5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef1a2773-ea76-bea8-9c2e-a47823cc3fd8-7a9ecab5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-ef1a2773-ea76-bea8-9c2e-a47823cc3fd9-7a9ecab5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef1a2773-ea76-bea8-9c2e-a47823cc3fda-7a9ecab5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ef1a2773-ea76-bea8-9c2e-a47823cc3fdb-7a9ecab5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ef1a2773-ea76-bea8-9c2e-a47823cc3fdc-7a9ecab5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_1b0e7691-4845-dbb9-f58c-4690a8ca0dda-7a9ecab5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_1b0e7691-4845-dbb9-f58c-4690a8ca0ddb-7a9ecab5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b0e7691-4845-dbb9-f58c-4690a8ca0ddc-7a9ecab5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b0e7691-4845-dbb9-f58c-4690a8ca0ddd-7a9ecab5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_1b0e7691-4845-dbb9-f58c-4690a8ca0dde-7a9ecab5 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (min-width: 1920px) {
  #w-node-_4071b69f-c157-44a9-c987-7fa6baa8e188-7a9ecab5 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Chapaza';
  src: url('../fonts/Chapaza.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}