html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHIC.TTF");
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHICB.TTF");
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.container-fluid {
  padding: 0;
}

body {
  color: black;
  font-family: 'Century Gothic';
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  z-index: 1000;
}

.texto-animado-header {
  max-width: 100%;
  opacity: 0;
}

.texto-animado-header div, .texto-animado-header span {
  display: inline-block;
}

.texto-animado {
  max-width: 100%;
  opacity: 0;
}

.texto-animado div, .texto-animado span {
  display: inline-block;
}

.scrollContainer {
  position: relative;
}

.swiper {
  width: 460px;
  height: 550px;
}

.swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper .slide-activo {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.clip-to-left-hero {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left-hero img {
  -webkit-transform: translateX(10%) scale(1.5);
          transform: translateX(10%) scale(1.5);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left-hero.activo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left-hero.activo img {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

.clip-to-left {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left img {
  -webkit-transform: translateX(10%) scale(1.5);
          transform: translateX(10%) scale(1.5);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left.activo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-left.activo img {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

.clip-to-right {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-right img {
  -webkit-transform: translateX(10%) scale(1.3);
          transform: translateX(10%) scale(1.3);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.clip-to-right.activo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}

.clip-to-right.activo img {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

.right-to-left {
  position: relative;
  right: 30px;
  opacity: 0;
  -webkit-transition: all 1.3s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
  transition: all 1.3s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
}

.right-to-left.is-inview {
  right: 0;
  opacity: 1;
}

.left-to-right {
  position: relative;
  left: 30px;
  opacity: 0;
  -webkit-transition: all 1.3s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
  transition: all 1.3s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
}

.left-to-right.is-inview {
  left: 0;
  opacity: 1;
}

.down-to-up {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.down-to-up.is-inview {
  top: 0;
  opacity: 1;
}

.up-to-down {
  position: relative;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
  transition: all 1s cubic-bezier(0, 0.26, 0.56, 1) 0.5s;
}

.up-to-down.is-inview {
  bottom: 0;
  opacity: 1;
}

.cta-blanco {
  position: relative;
  color: white;
  padding: 10px 15px;
}

.cta-blanco::after {
  content: " ";
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.cta-blanco::before {
  content: " ";
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-blanco .mascara {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

.cta-gris {
  position: relative;
  color: #4C4C54;
  padding: 10px 15px;
}

.cta-gris::after {
  content: " ";
  border-top: 1px solid #4C4C54;
  border-right: 1px solid #4C4C54;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.cta-gris::before {
  content: " ";
  border-bottom: 1px solid #4C4C54;
  border-left: 1px solid #4C4C54;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-gris .mascara {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4c4c54;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1000;
  position: fixed;
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  header .logo img {
    max-height: 45px;
    width: auto;
  }
}

header .logo-gris {
  display: none;
}

@media (max-width: 768px) {
  header {
    padding: 0px;
  }
}

header .row {
  width: 100%;
}

header div, header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header div a, header nav a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
}

header div a:hover, header nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header .menu a:active {
  color: white;
}

header .menu-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .menu-1 .ig-gris {
  display: none;
}

header .menu-1 ul.menu li {
  position: relative;
}

header .menu-1 ul.menu li ul.sub-menu {
  list-style: none;
  background-color: white;
  padding: 5px;
  display: none;
  position: absolute;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}

header .menu-1 ul.menu li ul.sub-menu li {
  margin: 10px 0px;
}

header .menu-1 ul.menu li ul.sub-menu a {
  color: #4C4C54;
}

header .menu-1 ul.menu li:hover ul.sub-menu {
  display: block;
}

@media (max-width: 1060px) {
  header .menu-1 {
    display: none;
  }
}

header .menu-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

header .menu-2 .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding-right: 10px;
}

header .menu-2 .sub-menu span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

header .menu-2 .sub-menu a {
  padding: 0px;
}

@media (max-width: 1060px) {
  header .menu-2 .sub-menu {
    display: none;
  }
}

header .menu-2 .cta-principal {
  position: relative;
  margin-left: 20px;
  color: white;
}

header .menu-2 .cta-principal::after {
  content: " ";
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

header .menu-2 .cta-principal::before {
  content: " ";
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .menu-2 .cta-principal .mascara {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

@media (max-width: 1060px) {
  header .menu-2 {
    display: none;
  }
}

header .menu-small {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}

header .menu-small .trigger {
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 101;
  max-width: 97px;
}

header .menu-small .trigger #menuTrigger {
  overflow: inherit;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger:hover #linea1 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger:hover #linea2 {
  -webkit-transform: scale(1, 1) translateX(-32%);
          transform: scale(1, 1) translateX(-32%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger:hover #linea3 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger.active #linea1 {
  -webkit-transform: rotate(45deg) translate(3px, -5px);
          transform: rotate(45deg) translate(3px, -5px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger.active #linea2 {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .trigger.active #linea3 {
  -webkit-transform: rotate(-45deg) translate(-10px, 0px);
          transform: rotate(-45deg) translate(-10px, 0px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu-small .menu-over {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: 100;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("../images/hover-menu.jpg");
  background-size: cover;
  background-color: black;
  background-attachment: fixed;
  display: none;
}

header .menu-small .menu-over.active {
  display: block;
}

header .menu-small .menu-over .menu-over-int {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}

@media (max-width: 768px) {
  header .menu-small .menu-over .menu-over-int {
    padding-top: 30px;
  }
}

header .menu-small .menu-over ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

header .menu-small .menu-over ul li {
  margin-bottom: 15px;
}

header .menu-small .menu-over ul.sub-menu {
  margin-top: 20px;
  margin-bottom: -10px;
}

header .menu-small .menu-over a {
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  header .menu-small .menu-over a {
    font-size: 16px;
    padding: 5px;
  }
}

@media (max-width: 1060px) {
  header .menu-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header.bg-blanco {
  background-color: white;
}

header.bg-blanco .menu-1 .ig-blanco {
  display: none;
}

header.bg-blanco .menu-1 .ig-gris {
  display: block;
}

header.bg-blanco .menu-1 a {
  color: #4C4C54;
}

header.bg-blanco .logo img {
  max-width: 120px;
  height: auto;
}

header.bg-blanco .logo .logo-blanco {
  display: none;
}

header.bg-blanco .logo .logo-gris {
  display: block;
}

header.bg-blanco .menu-2 span, header.bg-blanco .menu-2 a {
  color: #4C4C54 !important;
}

header.bg-blanco .menu-small .trigger {
  background-color: balck;
}

header.bg-blanco .cta-principal {
  position: relative;
  color: #4C4C54;
  padding: 10px 15px;
}

header.bg-blanco .cta-principal::after {
  border-top: 1px solid rgba(76, 76, 84, 0.7);
  border-right: 1px solid rgba(76, 76, 84, 0.7);
}

header.bg-blanco .cta-principal::before {
  border-bottom: 1px solid rgba(76, 76, 84, 0.7);
  border-left: 1px solid rgba(76, 76, 84, 0.7);
}

header.bg-blanco .menu-small .trigger {
  background-color: black;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 101;
  max-width: 97px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

header.bg-blanco .menu-small .trigger.active {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

header.unpinned {
  -webkit-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #bg-video {
    display: none;
  }
}

@media (max-width: 1060px) {
  #bg-video {
    display: none;
  }
}

#bg-video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
}

#bg-video video {
  position: absolute;
  z-index: 100;
  min-width: 100%;
  min-height: 100vh;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  overflow: hidden;
}

@media (max-width: 768px) {
  .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-12 {
    width: 100%;
  }
  h1 {
    font-size: 28px !important;
    line-height: 35px !important;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
  }
}

.hero {
  background-image: url("../images/bg-principal.jpg");
  background-size: cover;
  padding: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  background-color: black;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 90px 15px 60px;
  }
}

.hero .cont-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1060px) {
  .hero .cont-titulo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  z-index: 102;
}

.hero .titulo h1 {
  color: white;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 1000px;
  text-align: center;
  line-height: 60px;
}

.hero .titulo p {
  color: white;
  max-width: 740px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .hero .titulo p {
    font-size: 16px;
  }
}

.hero .titulo .cta-blanco {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.hero .imagen-derecha {
  position: relative;
  text-align: right;
}

@media (max-width: 1060px) {
  .hero .imagen-derecha {
    display: none;
  }
}

.hero .imagen-derecha .contenedor-img-principal {
  height: 610px;
  width: 570px;
  overflow: hidden;
}

.hero .imagen-derecha .imagen-principal {
  overflow: hidden;
  position: relative;
}

.hero .imagen-derecha .imagen-principal .swiper {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.hero .imagen-derecha .imagen-principal .swiper img {
  -webkit-transform: translateX(10%) scale(1.5);
          transform: translateX(10%) scale(1.5);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
          transition-timing-function: cubic-bezier(0, 0.26, 0.56, 1);
}

.hero .imagen-derecha .imagen-principal .flechas-swiper {
  position: absolute;
  top: 42%;
}

.hero .imagen-derecha .imagen-principal .flechas-swiper.swiper-left {
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px) scale(1.3);
          transform: translateX(20px) scale(1.3);
}

.hero .imagen-derecha .imagen-principal .flechas-swiper.swiper-right {
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-20px) scale(1.3);
          transform: translateX(-20px) scale(1.3);
}

.hero .imagen-derecha .bg-degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  text-align: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.hero .imagen-derecha .bg-degradado .label {
  color: white;
  border-left: 1px solid white;
  padding-left: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.hero .imagen-derecha .bg-degradado h3 {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.hero .imagen-derecha .bg-degradado span {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

.hero .menu-derecha {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .menu-derecha a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 576px) {
  .hero .menu-derecha {
    top: 31%;
    right: -4px;
  }
}

.hero-small {
  background: url("../images/bg-principal.jpg") 100% 100% no-repeat;
  padding-top: 180px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-small {
    padding: 120px 15px 30px;
  }
}

.hero-small .col {
  width: 50%;
}

.hero-small .titulo h1 {
  color: white;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-small .titulo p {
  max-width: 835px;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .hero-small .titulo p {
    font-size: 14px;
    line-height: 20px;
  }
}

.hero-small .menu-derecha {
  position: absolute;
  top: 30%;
  right: 10px;
  width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-small .menu-derecha a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.hero-pages {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 15px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-pages {
    padding: 40px 15px 30px;
  }
}

.hero-pages .col {
  width: 50%;
}

.hero-pages .titulo h1 {
  color: white;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-pages .titulo p {
  max-width: 835px;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .hero-pages .titulo p {
    font-size: 14px;
    line-height: 20px;
  }
}

.hero-pages .menu-derecha {
  position: absolute;
  top: 30%;
  right: 10px;
  width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-pages .menu-derecha a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.hero-proyecto {
  background: url("../images/bg-principal.jpg") 100% 100% no-repeat;
  padding-top: 130px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  min-height: 75vh;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .hero-proyecto {
    background-size: auto 100%;
  }
}

.hero-proyecto .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-proyecto .titulo p {
  color: white;
  opacity: .6;
  letter-spacing: 4px;
}

.hero-proyecto .titulo h1 {
  color: white;
  font-size: 52px;
  font-weight: 400;
}

.hero-proyecto .menu-derecha {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-proyecto .menu-derecha a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.hero-proyecto .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.hero-proyecto .cover-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .hero-proyecto .cover-img img {
    width: auto !important;
    max-width: auto !important;
    height: 100% !important;
  }
}

.hero-servicios {
  background: url("../images/bg-principal.jpg");
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-servicios {
    padding-top: 120px;
  }
}

.hero-servicios .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-servicios .col {
  width: 50%;
}

.hero-servicios .titulo h1 {
  color: white;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-servicios .titulo p {
  max-width: 835px;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

.hero-servicios .servicios {
  padding: 50px 15px;
}

@media (max-width: 768px) {
  .hero-servicios .servicios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-servicios .servicios .col-4 {
    margin-bottom: 30px;
  }
  .hero-servicios .servicios .col-4 img {
    max-width: 100%;
  }
}

.hero-servicios .servicios .col-4 {
  padding: 10px;
}

.hero-servicios .servicios .descripcion {
  max-width: 350px;
  color: white;
  position: relative;
}

.hero-servicios .servicios .descripcion h3 {
  font-size: 31px;
  letter-spacing: 4px;
  margin: 30px 0 10px;
  opacity: .8;
}

.hero-servicios .servicios .descripcion p {
  font-size: 18px;
  opacity: .8;
  line-height: 24px;
}

.hero-servicios .servicios .descripcion::before {
  content: " ";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -23px;
  left: -25px;
  opacity: .6;
}

.quienes-somos-home {
  background-color: #DBDCDD;
  padding: 80px 0 120px;
  background-image: url("../images/deco-1-1.svg"), url("../images/deco-1-2.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}

.quienes-somos-home .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quienes-somos-home .imagenes {
  position: relative;
  max-width: 800px;
}

.quienes-somos-home .imagenes .imagen-grande {
  right: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .quienes-somos-home .imagenes .imagen-grande {
    right: 0;
    margin-bottom: 20px;
  }
}

.quienes-somos-home .imagenes .overlapping {
  position: absolute;
  bottom: -12%;
  right: 0%;
  width: 360px;
  height: 270px;
}

@media (max-width: 768px) {
  .quienes-somos-home .imagenes .overlapping {
    display: none;
  }
}

.quienes-somos-home .imagenes .overlapping img {
  border: 5px solid #DBDCDD;
}

.quienes-somos-home .imagenes img {
  max-width: 100%;
}

.quienes-somos-home .descripcion {
  max-width: 470px;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quienes-somos-home .descripcion h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 26px;
}

.quienes-somos-home .descripcion p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

.quienes-somos-home .descripcion .cta-gris {
  font-size: 16px;
}

.eqipo-home {
  background-color: #DBDCDD;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  overflow: hidden;
  overflow-x: hidden;
  background-color: #4C4C54;
}

@media (max-width: 768px) {
  .eqipo-home {
    padding: 60px 15px;
  }
}

.eqipo-home h2 {
  color: white;
  font-size: clamp(1rem, 6vw, 48px);
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .eqipo-home h2 {
    font-size: 28px;
  }
}

.eqipo-home .carrusel-equipo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .eqipo-home .carrusel-equipo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.eqipo-home .carrusel-equipo .miembro {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .eqipo-home .carrusel-equipo .miembro {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}

.eqipo-home .carrusel-equipo .miembro .foto img {
  max-width: 100%;
}

.eqipo-home .carrusel-equipo .miembro .descripcion {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eqipo-home .carrusel-equipo .miembro .descripcion h3 {
  color: white;
  letter-spacing: 4px;
  font-size: 20px;
  margin-bottom: 10px;
}

.eqipo-home .carrusel-equipo .miembro .descripcion .posicion {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.eqipo-home .carrusel-equipo .miembro .descripcion p {
  color: white;
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
}

.eqipo-home .carrusel-equipo .miembro::before {
  content: " ";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 13px;
  opacity: .6;
}

.eqipo-home .paginacion-carrusel {
  width: 150px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.eqipo-home .paginacion-carrusel .barras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eqipo-home .paginacion-carrusel .barras .barra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  height: 2px;
  background-color: #DBDCDD;
  max-width: 586px;
}

.eqipo-home .paginacion-carrusel .contador {
  color: white;
  margin-top: 10px;
  text-align: center;
}

.blog-home {
  background-image: url("../images/deco-gris-2.svg");
  background-position: -106px bottom;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
  background-color: white;
}

.blog-home .descripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .blog-home .descripcion .cta-gris {
    display: none;
  }
}

.blog-home .descripcion h3 {
  font-size: 31px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-home .descripcion h3 {
    font-size: 28px;
  }
}

.blog-home .descripcion p {
  margin-bottom: 40px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .blog-home .descripcion p {
    text-align: center;
    margin-bottom: 5px;
  }
}

.blog-home .carrusel-avances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

.blog-home .carrusel-avances .carrusel-int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .blog-home .carrusel-avances .carrusel-int {
    margin: 35px auto 0;
  }
}

.blog-home .carrusel-avances .carrusel-int .swiper {
  width: 100%;
  max-width: 635px;
  height: auto;
}

@media (max-width: 768px) {
  .blog-home .carrusel-avances .carrusel-int .swiper {
    max-width: 92vw;
  }
}

.blog-home .carrusel-avances .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 827px;
          flex: 0 0 827px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.blog-home .carrusel-avances .item .imagen {
  max-height: 460px;
  overflow: hidden;
}

.blog-home .carrusel-avances .item .imagen img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .blog-home .carrusel-avances .item .imagen img {
    height: auto;
  }
}

.blog-home .carrusel-avances .item p {
  text-align: right;
  color: #4C4C54;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-home .swiper-pagination-progressbar-fill {
  background: #4C4C54 !important;
}

.blog-home .slider-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 827px;
}

.blog-home .slider-controller > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

.blog-home .slider-controller .barra {
  background-color: #DBDCDD;
  height: 2px;
  width: 100%;
  position: relative;
  margin-top: 2px;
  max-width: 586px;
}

.blog-home .slider-controller .barra .barra-completada {
  background-color: #4C4C54;
  width: 10%;
  background-color: #4C4C54;
  height: 2px;
}

footer {
  background-color: black;
  color: white;
  padding: 80px 30px 30px !important;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0px 24px !important;
  }
}

footer .row {
  max-width: 1200px;
  margin: 0 auto;
}

footer .col-12 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  footer .col-12 {
    margin-bottom: 35px;
  }
}

footer .col-6 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .col-6 .listos {
  font-size: 38px;
  font-weight: 400;
  max-width: 500px;
}

@media (max-width: 768px) {
  footer .col-6 .listos {
    font-size: 24px;
  }
}

footer .contactos-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  footer .contactos-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .contactos-footer .int-contactos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  footer .contactos-footer .int-contactos-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .contactos-footer .int-contactos-footer span {
  font-size: 16px;
  opacity: 0.5;
}

footer .contactos-footer .int-contactos-footer a {
  color: white;
  font-size: 20px;
}

footer .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  footer .menu-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .menu-footer ul li {
  margin-bottom: 10px;
}

footer .menu-footer a {
  color: white;
  margin-left: 15px;
}

@media (max-width: 768px) {
  footer .menu-footer a {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

footer .redes-sociales-footer {
  margin-top: 20px;
}

footer .redes-sociales-footer a {
  margin-left: 10px;
}

@media (max-width: 768px) {
  footer .redes-sociales-footer a {
    margin-left: 0;
    margin-right: 10px;
  }
}

footer .derechos {
  font-size: 12px;
}

footer .derechos a {
  color: white;
  margin-top: 40px;
}

.descripcion-nosotros {
  background-color: #DBDCDD;
  color: black;
  padding: 100px 0;
  overflow: hidden;
  margin-top: -2px;
}

@media (max-width: 768px) {
  .descripcion-nosotros {
    padding: 30px 15px;
  }
}

.descripcion-nosotros .descripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descripcion-nosotros .descripcion .int {
  max-width: 530px;
  padding: 30px;
}

.descripcion-nosotros .descripcion .int h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.descripcion-nosotros .descripcion .int p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .descripcion-nosotros .descripcion .int {
    padding: 30px 15px;
  }
  .descripcion-nosotros .descripcion .int h2 {
    font-size: 24px;
  }
  .descripcion-nosotros .descripcion .int p {
    font-size: 16px;
  }
}

.descripcion-nosotros .imagen {
  position: relative;
}

.descripcion-nosotros .imagen::before {
  content: " ";
  border-bottom: 1px solid #4C4C54;
  border-left: 1px solid #4C4C54;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -23px;
  left: -25px;
  opacity: .6;
}

@media (max-width: 768px) {
  .descripcion-nosotros .imagen img {
    max-width: 100%;
  }
}

.equipo-nosotros {
  padding-bottom: 400px;
  background-color: black;
  height: 100vh;
}

.cualidades {
  background-color: white;
  padding-top: 100px;
}

@media (max-width: 1060px) {
  .cualidades {
    padding-top: 30px;
    max-width: 100% !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cualidades .caja {
    position: relative !important;
    padding: 10px 15px 30px !important;
    top: 0 !important;
    left: 0 !important;
  }
  .cualidades img {
    max-width: 100%;
  }
  .cualidades h3 {
    font-size: 22px !important;
  }
  .cualidades .texto {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.cualidades .row, .cualidades .container, .cualidades .container-fluid {
  position: relative;
}

.cualidades .caja {
  max-width: 520px;
  padding: 80px 50px 80px;
  position: absolute;
  background-color: white;
  z-index: 100;
}

.cualidades .caja .int {
  position: relative;
}

.cualidades .caja .int h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cualidades .caja .int p {
  font-size: 18px;
  letter-spacing: 2px;
  max-width: 390px;
  opacity: .5;
  line-height: 26px;
}

.cualidades .caja .int::before {
  content: " ";
  border-bottom: 1px solid #4C4C54;
  border-left: 1px solid #4C4C54;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: -24px;
  opacity: .6;
}

.cualidades .experiencia {
  margin-bottom: 80px;
  min-height: 80vh;
}

@media (max-width: 768px) {
  .cualidades .experiencia {
    min-height: 10vh;
    margin-bottom: 30px;
  }
}

.cualidades .experiencia .caja {
  top: 20%;
  left: 14%;
}

.cualidades .experiencia .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cualidades .calidad {
  margin-bottom: 80px;
  min-height: 80vh;
}

@media (max-width: 768px) {
  .cualidades .calidad {
    min-height: 10vh;
    margin-bottom: 30px;
  }
}

.cualidades .calidad .caja {
  top: 13%;
  right: 17%;
}

.cualidades .calidad .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cualidades .diseno {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .cualidades .diseno {
    min-height: 10vh;
    margin-bottom: 30px;
  }
}

.cualidades .diseno .caja {
  top: 10%;
  left: 14%;
}

.cualidades .diseno .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.descripcion-proyecto {
  background-color: black;
  color: white;
  padding: 100px 0;
  overflow: hidden;
  margin-top: -2px;
}

@media (max-width: 768px) {
  .descripcion-proyecto {
    padding: 50px 15px;
    max-width: 100% !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .descripcion-proyecto .segunda-fila .col-6 {
    margin-bottom: 40px;
  }
}

.descripcion-proyecto .tercera-fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .descripcion-proyecto .tercera-fila {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .descripcion-proyecto .tercera-fila img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.descripcion-proyecto .centrado {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .descripcion-proyecto .centrado {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.descripcion-proyecto h4 {
  font-size: 18px;
  opacity: .6;
  font-weight: 400;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .descripcion-proyecto h4 {
    margin-bottom: 20px;
  }
}

.descripcion-proyecto .texto-grande {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 40px;
  opacity: .7;
}

@media (max-width: 768px) {
  .descripcion-proyecto .texto-grande {
    font-size: 18px;
    line-height: 26px;
  }
}

.descripcion-proyecto h3 {
  opacity: .8;
  letter-spacing: 4px;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .descripcion-proyecto h3 {
    font-size: 20px;
  }
}

.descripcion-proyecto p.normal {
  font-size: 18px;
  line-height: 27px;
  opacity: .7;
  letter-spacing: 2px;
  max-width: 500px;
}

@media (max-width: 768px) {
  .descripcion-proyecto p.normal {
    font-size: 16px;
    line-height: 24px;
  }
}

.descripcion-proyecto .descripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descripcion-proyecto .descripcion .int h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.descripcion-proyecto .descripcion .int p {
  font-size: 18px;
  line-height: 27px;
  opacity: .7;
  letter-spacing: 2px;
}

.descripcion-proyecto .imagen {
  position: relative;
}

.descripcion-proyecto .imagen::before {
  content: " ";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -23px;
  left: -25px;
  opacity: .6;
}

.imagen-fullwidth {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imagen-fullwidth img {
  width: 100%;
}

.bg-gris {
  background-color: #4C4C54;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 130px 0;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .bg-gris {
    padding: 50px 15px;
    max-width: 100% !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.bg-gris .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .bg-gris .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg-gris .container h3 {
    font-size: 22px !important;
  }
  .bg-gris .container p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.bg-gris img {
  max-width: 100%;
}

.bg-gris .col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.bg-gris .col-5 h3 {
  opacity: .8;
  letter-spacing: 4px;
  font-size: 24px;
  margin-bottom: 20px;
}

.bg-gris .col-5 p {
  font-size: 18px;
  line-height: 27px;
  opacity: .7;
  letter-spacing: 2px;
}

.planos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 80px 0;
  margin-top: -4px;
  background-color: white;
}

@media (max-width: 768px) {
  .planos {
    max-width: 100% !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.planos .row {
  width: 100%;
}

.planos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .planos .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .planos .container img {
    max-width: 100% !important;
  }
  .planos .container h3 {
    font-size: 20px !important;
  }
  .planos .container p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.planos .col-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.planos .col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.planos .col-5 h3 {
  opacity: .8;
  letter-spacing: 4px;
  font-size: 24px;
  margin-bottom: 20px;
}

.planos .col-5 p {
  font-size: 18px;
  line-height: 27px;
  opacity: .7;
  letter-spacing: 2px;
}

.cta-proyectos .imagen-fullwidth {
  padding: 180px 15px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  background-size: cover !important;
}

.cta-proyectos h3 {
  letter-spacing: 4px;
  font-size: 30px;
  margin-bottom: 20px;
}

.cta-proyectos .cta-int {
  font-size: 24px;
}

.cta-proyectos .cta-int a {
  color: white;
  font-size: 24px;
}

@media (max-width: 768px) {
  .cta-proyectos .imagen-fullwidth {
    padding: 120px 15px !important;
  }
  .cta-proyectos h3 {
    font-size: 20px !important;
  }
  .cta-proyectos .cta-int {
    font-size: 18px !important;
  }
  .cta-proyectos .cta-int a {
    color: white;
    font-size: 18px !important;
  }
}

.texto-on-top {
  position: relative;
}

.texto-on-top .sobre-texto {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.texto-on-top .sobre-texto h2 {
  color: white;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .texto-on-top .sobre-texto h2 {
    font-size: 18px;
  }
}

.blog-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .blog-principal {
    padding: 30px 15px;
  }
}

.blog-principal .col-6 {
  padding: 20px;
}

.blog-principal .imagen img {
  max-width: 100%;
}

.blog-principal .descripcion {
  padding: 20px;
}

@media (max-width: 768px) {
  .blog-principal .descripcion {
    padding: 20px 0;
  }
}

.blog-principal .descripcion h2 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 32px;
}

@media (max-width: 768px) {
  .blog-principal .descripcion h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.blog-principal .descripcion .meta {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blog-principal .descripcion .meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  float: left;
}

.blog-principal .descripcion .meta ul a {
  color: #4C4C54;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .blog-principal .descripcion .meta {
    margin-bottom: 12px;
  }
}

.blog-principal .descripcion .exceprt {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-principal .descripcion .exceprt {
    font-size: 16px;
  }
}

.single-blog .imagen {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.single-blog .imagen img {
  width: 100%;
  height: auto !important;
}

.single-blog .descripcion {
  max-width: 1000px;
  margin: 0 auto;
}

.single-blog .descripcion h1 {
  font-size: clamp(1rem, 6vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .single-blog .descripcion h1 {
    font-size: 26px !important;
  }
}

.single-blog .descripcion h2, .single-blog .descripcion h3, .single-blog .descripcion h4, .single-blog .descripcion h5 {
  margin-bottom: 20px;
}

.single-blog .descripcion p {
  margin-bottom: 20px;
  font-size: 18px;
  opacity: .8;
  line-height: 28px;
}

.contactenos {
  min-height: 100vh;
  background: white;
}

.contactenos iframe {
  height: 100vh;
}

.contactenos .col-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactenos .col-7 .formulario {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 80px 30px;
  width: 100%;
  max-width: 675px;
}

.contactenos .col-7 .formulario h2 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 32px;
}

.contactenos .col-7 .formulario form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactenos .col-7 .formulario form input, .contactenos .col-7 .formulario form textarea {
  border: 0;
  border-bottom: 1px solid #DBDCDD;
  height: 50px;
  margin-bottom: 10px;
  font-family: 'Century Gothic';
}

.contactenos .col-7 .formulario form textarea {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contactenos .col-7 .formulario form button {
  max-width: 150px;
  background-color: white;
  border: 0;
}

div.wpforms-container-full {
  width: 100%;
}
/*# sourceMappingURL=estilos.css.map */