@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
*, html {
  font-family: 'Wix Madefor Display', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif!important;
}

/* body {
  overflow-y: auto!important;
} */


.bg-white {
  background: #f2f2f2;
  color: #1c1c1c;
}

.bg-orange {
  background: #ff6512;
  color: #fff;
}

#desktop-menu .logo img {
  width: 345px;
  height: auto;
  margin-right: 30px;
}

#desktop-menu .desktop-menu-content {
  border-style: solid;
  border-color: #d84b0e;
  border-width: 1px;
  padding: 0px 4vw;
}

#desktop-menu {
  width: 100%;
  height: 133px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

#desktop-menu .logo {
  border-style: solid;
  border-color: #d84b0e;
  border-width: 0 1px 0 0;
  height: 133px;
}

.menu-item {
  margin: 0 10px;
  transition: all;
  cursor: pointer;
  text-transform: uppercase;
}

.menu-item:hover {
  transform: scale(1.1);
}

.menu-item.active{
  border-bottom: 2px solid #fff;
}

.generic-container {
  padding: 0px 4vw 100px;
  position: relative;
  height: calc(100vh - 200px);
}

.header.generic-container {
  padding: 200px 4vw 100px;
  position: relative;
  height: calc(100vh - 300px);
}

.generic-container.full-width {
  padding-left: 0;
  padding-right: 0;
}

.half-block {
  width: 50%;
}

.lema.half-block {
  text-align: left;
  color: #fff;
  font-size: 130px;
  font-family: "Wix Madefor Display", serif;
  line-height: 105px;
}

.grilla {
  position: absolute;
  bottom: -134px;
  right: 0;
  z-index: 1;
}

.grilla2 {
  position: absolute;
  /* bottom: -334px; */
  /* bottom: -445px; */
  bottom: -490px;
  left: -860px;
  z-index: 1;
}
.grilla2 img {
  scale: 85%;
}

.grilla3 {
  position: absolute;
  top: 0px;
  left: -800px;
  z-index: 1;
}

.grilla img {
  width: 60vw;
  height: auto;
  animation: float 8s ease-in-out infinite;
}

/* .pop-contacto{
  position: fixed;
  top: calc(50% - 100px);
  right: 0;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 1;
} */

.pop-contacto {
  position: fixed;
  top: calc(70%);
  right: 5px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 3;
  width: 80px;
  height: 80px;
}

.pop-contacto img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.pop-contacto:hover {
  transform: scale(1.1);
}

.pop-contacto a {
  height: 100%;
  width: 100%;
}

.lema .js-parallax {
  position: relative;
  bottom: 0;
  animation: float 12s ease-in-out infinite;
}

.modal-loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgb(0, 0, 0, 0.9);
  transition: all 2s;
}

.modal-loading-center {
  position: absolute;
  width: 50vw;
  height: 50vh;
  top: 25vh;
  left: 25vw;
  display: flex;
  flex-direction: column;
  justify-tracks: center;
  align-content: center;
  color: #fff;
  text-align: center;
}

.fill-on-show {
  position: relative;
}

.fill-on-show .fill-on-show-background {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ccc;
  z-index: 1;
  transition: all 3s;
}

.fill-on-show .fill-on-show-text {
  position: relative;
  z-index: 2;
  transition: all 1s;
}

.slide-text {
  font-size: 60px;
  color: #b3b3b3;
  font-family: "Wix Madefor Display", serif;
  font-weight: 600;
}

.nuestra-vision {
  justify-content: center;
}

#nuestra-vision .nuestra-vision.generic-container {
  padding: 100px 4vw;
}
#nuestra-vision .slide-text {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  /* background-color: #f2f2f2; */
  z-index: 2;
}


.que-hacemos {
  background-image: url(../img/fondOBQ_01b_WEB.png);
  background-position: center;
  background-size: cover;
}

/*--------------------*/

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/*-------------------------*/
.marquee-text {
  font-size: 45px;
  color: #ccc;
}

.marquee3k {
  overflow-x: hidden;
}

.marquee3k h2 {
  line-height: 10vh;
  height: 9vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 9vh;
  font-family: "Wix Madefor Display", serif;
  font-weight: lighter;
  color: #ededed !important;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/fondOBQ_01b_WEB.png") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.modal-video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  transition: all 1s;
}

.quienes-somos {
  position: relative;
}
.staff-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.staff-container .profile {
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.staff-container .profile_1 {
  background-position: left bottom;
}

.staff-container .profile_1 .profile_text {
  text-align: right;
  display: flex;
  justify-content: end;
  font-family: "Wix Madefor Display", serif;
}

.staff-container .profile_2 .profile_text {
  text-align: right;
  display: flex;
  justify-content: start;
  font-family: "Wix Madefor Display", serif;
}

.profile_text .profile_prof {
  background: #fff;
  color: #ff6512;
  padding: 4px 15px;
  /* margin-top: 25px; */
  font-weight: 800;
  font-family: "Wix Madefor Display", serif;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.staff-container .profile_2 {
  background-position: right bottom;
}

.staff-container .profile_text {
  margin-bottom: 8vw;
  min-height: 100px;
}

.staff-container .profile_1 .profile_name,
.staff-container .profile_2 .profile_name {
  width: 100%;
  text-align: left;
  /* padding: 0 50%; */
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 24px;
}

/* INI NEW STAFF SECTION ------------------------- */
.new-staff-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.new-staff-container-interior {
  position: relative;
  height: 100%;
  width: 100%;
}
.staff-cont-text {
  width: 40%;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 15%;
}
.staff-cont-text p {
  font-size: 1.5rem;
}
.staff-cont-background {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.staff-cont-background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
/* END NEW STAFF SECTION ------------------------- */

/* INI NEW PROYECTOS SECTION ------------------------- */ 
#proyectos {
  font-family: "Wix Madefor Display", sans-serif;
}
.proyectos.generic-container {
  padding: 100px 4vw;
}
.new-proyectos-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cont-swiper-proyectos {
  width: 50%;
  height: 100%;
}
.cont-datos-proyecto {
  width: 50%;
  height: 100%;
}
.ficha-interior-proyecto {
  padding: 15% 10%;
}
.datos-proyecto-title {
  line-height: 30px;
  font-size: 40px;
  text-align: center;
  margin: 20px auto;
}
.datos-proyecto-detalle {
  font-size: 18px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #dc4200;
}
#new-proyectos-swiper {
  height: 100%;
  width: 100%;
}
#new-proyectos-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* END NEW PROYECTOS SECTION ------------------------- */ 








.proyectos.generic-container {
  display: flex;
}

.project-image-container {
  width: 60%;
  position: relative;
  z-index: 1;
}
.project-menu {
  width: 37%;
  justify-content: center;
}

.proyectos-container {
  width: 100%;
}

.project-image {
  width: 75%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 1s;
}

.project-image.active {
  z-index: 10;
  top: -20 !important;
  left: -20 !important;
  width: 90% !important;
  height: 100% !important;
}

.pm-ip {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #d84b0e;
  transition: all 2s;
}

.pm-ip.active {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #fff;
  filter: blur(0) !important;
}

.img-gal-proy {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.project-menu .p-name {
  font-size: 35px;
  color: #d84b0e;
  padding: 10px 20px;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
}

.pm-ip.active .p-name {
  font-size: 45px;
  color: #fff;
  padding: 10px 20px;
}

.footer {
  background: #111111;
  font-family: "Wix Madefor Display", sans-serif;
}

.footer * {
  font-family: "Wix Madefor Display", sans-serif;
}

.icon-logo img {
  width: 31vw;
  max-width: 350px;
  height: auto;
}

.icon-logo {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.footer.generic-container {
  height: 250px;
}

.pm-ip {
  cursor: pointer;
  transition: all 0.8;
}

.pm-ip:hover {
  transform: scale(1.1);
}

.plus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .data-info {
  justify-content: end;
  color: #fff;
}

.footer a:link,
.footer a:visited {
  color: #ffff;
}

.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  color: #1c1c1c;
  z-index: 10;
  display: none;
}

.modal-form-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.modal-form-content {
  position: absolute;
  width: 80vw;
  height: 80vh;
  top: 10vh;
  left: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 32px;
  font-size: 32px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d84b0e;
  background: rgba(255, 255, 255, 0.8);
  color: #1c1c1c;
  margin-bottom: 25px;
}

.form-input,
.form-input-submit {
  text-align: center;
}

.modal-form-close {
  cursor: pointer;
}

input[type="submit"] {
  background-color: #d84b0e;
  padding: 10px 30px;
  color: #fff;
  border-style: none;
}

.footer-email {
  color: #fff;
}

.form-input input {
  width: 100%;
}

#mouse-follow {
  left: calc(50% + 50px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  pointer-events: none;
  display: none;
}

#header #mouse-follow {
  display: block;
}

#hero-swiper {
  height: 100%;
  width: 100%;
}

.profile-text-info {
  position: absolute;
  /*width: 80%;*/
  height: 50%;
  overflow-y: scroll;
}

.plus-close {
  display: none;
}

.pm-ip.active .plus {
  display: none;
}

.pm-ip.active .plus-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pm-ip-text {
  display: none;
  margin-top: 25px;
  max-height: 300px;
  overflow-y: scroll;
}

.profile-text-info {
  position: absolute;
  width: 53%;
  height: 32%;
  overflow-y: auto;
  bottom: 37%;
  left: -29%;
  background: #e6e6e6;
  display: none;
}

.position-relative {
  position: relative;
}

.profile-text-info-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

.profile-text-info-text {
  padding: 50px 10px;
}

.profile_1 .profile-text-info {
  left: initial;
  right: -34%;
}

#mobile-menu {
  display: none;
}

#desktop-menu {
  display: block;
}

#desktop-menu .logo {
  cursor: pointer;;
}

#bgvid {
  width: 100%;
}

.profile-text-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 245px;
}

.que-hacemos.generic-container{
  height: 100%;
  width: auto;
}

#Capa_16,
#Capa_14,
#Capa_12,
#Capa_10,
#Capa_8,
#Capa_6,
#Capa_4,
#Capa_2 {
  cursor:pointer;
}

#que-hacemos g {
  pointer-events: bounding-box;
}

#quienes-somos .profile_text {
  cursor: pointer;
}

/* SCROLL */
/* Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ff6512;
  border-radius: 4px;
  transition: background-color 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e45600;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ff6512 transparent;
}
