@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*  STRUCTURE */
:root {
  --bodyWrapper: 1440px;
  --sidepanelWidth: calc(var(--bodyWrapper) / 10);
  --lightgrey: #c1c1c1 !important;
}

html {
  scroll-behavior: smooth;
  color: #000;
}

a {
  color: #fd797b;
  text-decoration: none;
  background-color: transparent;
}

.logoimg {
  width: 75px;
}

.navLogo {
  position: absolute;
}

.logoText {
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-top: 28px;
  padding-left: 15px;
  font-size: 23px;
}

.logoTag {
  padding-left: 17px;
}

.heroLogo {
  width: 17vw;
}

.heroLogo {
  width: 20vw;
}

.heroLogo {
  width: 275px;
}

#logonav {
  width: 108px;
}

#logotriangle, #logocircle {
  stroke: #fff;
}

.midnightHeader.white {
  color: red;
}

a, p, li, span, h1, h2, h3, h4, h5, h6 {
  /* font-family: sofia-pro, sans-serif;
  font-style: normal; */
  font-family: 'Century Gothic';
}

h2, .h2 {
  line-height: 1;
  font-size: 5vw;
}

h3, .h3 {
  font-size: 1.8vw;
  line-height: 1.4;
}

.smallp {
  font-size: 0.875em;
}

/* .h5 span {
  font-weight: 600;
} */
.sofia {
  /* font-family: sofia-pro, sans-serif;
  font-style: normal; */
  font-family: 'Century Gothic';
}

.bold {
  font-weight: bold;
}

/*
.bold-300 {
  font-weight: 300;
}

.bold-900 {
  font-weight: 900;
}

.bold-700 {
  font-weight: 700;
}

*/
.bgwhite {
  background-color: #fff !important;
}

.change_white {
  color: #fff !important;
}

.change_black {
  color: #000 !important;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  font-style: normal;
  font-weight: normal;
}

p.h5 {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.015em;
}

.text-big {
  font-size: 6vw;
  line-height: 1;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.lightgrey {
  color: var(--lightgrey);
}

.btn.btn-primary {
  color: white;
  background: #000;
  min-width: 200px;
  border-radius: 25px;
  border-color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.super-title {
  font-size: 6vw;
  /* font-weight: 900; */
}

.super-title-md {
  font-size: 3vw;
  /* font-weight: 500; */
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.super-title-small {
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}

/* span.h1-space {
  font-weight: 700;
  line-height: 1.2;
  /* font-family: 'Josefin Sans', sans-serif; */
/* font-family: 'Century Gothic';
  font-weight: bold;
  font-style: normal;
} */
.titleh2 {
  font-size: 4em;
  position: relative;
  display: inline-block;
  /* font-weight: 900; */
}

h2.h2-hero {
  font-size: 2vw;
  line-height: 1.6;
  max-width: 50vw;
  font-weight: 500;
}

.color-red {
  color: #eb6b5e;
}

.color-yellow {
  color: #e7b446;
}

.color-blue {
  color: #5fa4a8;
}

.container {
  max-width: 1000px;
  padding: 0 5%;
}

.leftside-text {
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 25% 50%;
  align-items: center;
  position: fixed;
  bottom: 133px;
  left: -39px;
  z-index: 100;
  font-weight: normal;
}

.leftside-text h1 {
  font-size: 1em;
  color: var(--lightgrey);
  font-weight: normal;
}

.webLogo {
  top: 20px;
  position: fixed;
  width: 50px;
  z-index: 3;
  left: 20px;
}

.rightside-bar {
  height: 100%;
  right: 0;
  top: 0;
  position: fixed;
  display: flex;
  justify-content: center;
}

.vertical-guide {
  position: fixed;
  bottom: 0;
  right: 25px;
  width: 40px;
  height: 50vh;
  z-index: 1000;
}

nav a {
  float: none;
  width: 40px;
  margin: 0 1.7%;
  padding: 0;
  margin-bottom: 0;
  background: #e44d2600;
}

a:hover {
  color: #161616;
  text-decoration: none;
}

.dotNav {
  height: 20px;
  width: 20px;
  background: #ffffff1f;
  border-radius: 25px;
  margin: 30px auto;
  display: flex;
  border: 1px solid #c3c3c3;
  position: relative;
  box-shadow: 0 0 2px #c3c3c3;
}

.dotNav:hover {
  box-shadow: none;
}

.dotNav:before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 22px;
  width: 0;
  line-height: 2.2;
  right: -2px;
  top: -2px;
  z-index: -1;
  /* font-family: 'sofia-pro', sans-serif; */
  font-family: 'Century Gothic';
  /* font-weight: bold; */
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 0.7em;
  border-radius: 25px;
  padding: 0;
  color: transparent;
  text-transform: uppercase;
  box-shadow: -2px 3px 10px -4px #00000042;
  white-space: nowrap;
  transition: width 0.3s ease-in-out;
}

.dotNav:hover:before {
  width: auto;
  color: #333333;
  padding: 0 40px 0 20px;
  transition: color 0.4s ease-in;
  ;
}

.dotNav.dot00:before {
  content: "Inicio";
}

.dotNav.dot01:before {
  content: "We are Ladera";
}

.dotNav.dot02:before {
  content: "Acción";
}

.dotNav.dot03:before {
  content: "Qué Hacemos";
}

.dotNav.dot04:before {
  content: "Misión";
}

.dotNav.dot05:before {
  content: "Contacto";
}

.language-selector {
  position: fixed;
}

.getintouch {
  white-space: nowrap;
  transform: rotate(-90deg);
  position: fixed;
  top: 22%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -22px;
  z-index: 101;
  padding: 0 4px;
  overflow: hidden;
}

.getintouch:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: -100%;
  transition: 0.3s ease-in-out;
  bottom: 0;
}

.getintouch:hover::before {
  left: 0%;
}

a.fixedContact:hover {
  text-decoration: none;
}

.getintouch span {
  letter-spacing: .2em;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

.getintouch.black a span {
  color: var(--lightgrey);
}

.getintouch.white a span {
  color: #fff !important;
}

.getintouch i {
  transform: rotate(90deg);
}

.grid-container {
  display: grid;
  grid-template-columns: 10% auto auto auto auto auto auto 10%;
  height: 100vh;
  width: 100%;
  z-index: 0;
  position: fixed;
  top: 0;
  pointer-events: none;
}

.language-box {
  position: fixed;
  top: 60px;
  right: 34px;
  z-index: 1000;
}

a.language {
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  font-size: 0.875em;
}

.black a.language {
  color: var(--lightgrey);
}

.black a.selected-lang:before {
  background: var(--lightgrey);
}

a.selected-lang:before {
  content: "";
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  right: 4px;
  z-index: -1;
}

/* HERO */
#hero-video {
  position: sticky;
  z-index: 1;
  padding: 0 5%;
  max-width: 1240px;
}

.arrowdown {
  z-index: 110;
  position: absolute;
  width: 60px;
  bottom: 8%;
  right: 14%;
  margin-right: -50px;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.arrowdown:hover {
  opacity: 1;
}

.empty-container {
  position: relative;
  height: 100vh;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  /* border: 4vw solid white; */
}

header video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {}

svg.linedShape {
  width: 14vw;
}

#panel01 {
  display: flex;
  align-items: center;
  z-index: 1;
  height: 120vh;
  background: #fff;
  margin-bottom: 40vh;
}

#panel02 {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.stickyEffect {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

#panel03 {
  min-height: 130vh;
  display: flex;
  align-items: center;
}

.text-mountain {
  max-width: 20rem;
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.humo {
  line-height: 1.2;
  font-size: 5vw;
  font-weight: bold;
}

#panel04 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}

#panel05 {
  min-height: 100vh;
  background: #5fa4a8;
  display: flex;
  align-items: center;
}

.text-width-40 {
  max-width: 40rem;
}

.text-width-50 {
  max-width: 50rem;
}

.text-width-30 {
  max-width: 30rem;
}

.text-width-25 {
  max-width: 25rem;
}

span.highlightA {
  color: #f45e5e;
  /* font-weight: 700; */
}

.no-style-ul {
  list-style: none;
  padding-inline-start: 0;
}

.panel02-bg {
  background-size: cover;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/humo.jpg);
  position: relative;
  /* border-left: 90px solid white; */
  /* border-right: 90px solid white; */
  height: 100vh;
}

.darkMask {
  width: 100%;
  height: 100%;
  background: #00000070;
  position: absolute;
  top: 0;
  left: 0;
}

.text-box {
  background: #fff;
  padding: 10%;
  z-index: 1001;
  box-shadow: 0 20px 61px -10px #00000070;
}

.circleText {
  border-radius: 50%;
  border: 1px solid grey;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.circleText span {
  line-height: 1.1em;
}

.work-title {
  line-height: 1.2em;
  font-size: 1.8rem;
  /* font-weight: 700 !important; */
}

.gross {
  display: block;
  font-size: 1.4em;
  font-style: normal;
  color: #0f0f0f;
  /* font-weight: 700; */
}

.title {
  line-height: 1.8em;
  margin-bottom: 1.5em;
  font-size: 1.55rem;
  color: #101322;
}

.title .highlight {
  display: inline-block;
  background: #fff7e8;
  color: #101322;
  padding: 0.25em;
}

.title-massive {
  font-size: 3.9vw;
  line-height: 1.2;
}

.title-extra-massive {
  font-size: 10vw;
  /* font-weight: 900; */
  letter-spacing: -0.06em;
  position: relative;
  z-index: 9;
}

.animated-01 {
  position: absolute;
  top: -12%;
  left: 6%;
  width: 600px;
  height: 600px;
  border-radius: 1000px;
  overflow: hidden;
  z-index: 110;
}

#triangle-anim02-01, #triangle-anim02-02, #triangle-anim02-03, #triangle-anim02-04 {
  width: 100px;
  position: absolute;
}

#triangle-anim02-01 {
  right: 10%;
  top: 0%;
}

#triangle-anim02-02 {
  right: 31%;
  top: 67%;
}

#triangle-anim02-03 {
  right: 24%;
  top: 25%;
}

#triangle-anim02-04 {
  right: 12%;
  top: 60%;
}

#circle-anim02-01 {
  width: 60px;
  height: 60px;
  right: 33%;
  position: absolute;
}

.shape-01 {
  position: absolute;
  right: 31%;
  top: -4%;
  z-index: 101;
}

.shape-01 img {
  width: 700px;
}

.shape-02 {
  position: absolute;
  right: 25%;
  top: 33%;
}

.shape-02 img {
  width: 299px;
}

.shape-03 {
  position: absolute;
  right: 5%;
  top: 14%;
}

.shape-03 img {
  width: 340px;
}

.shape-04 {
  position: absolute;
  right: 14%;
  bottom: 14%;
  z-index: 100;
}

.shape-04 img {
  width: 225px;
}

/* COMPROMISO  */
#icon01, #icon02, #icon03 {
  width: 150px;
  margin: 20px 0;
  height: 150px;
}

/* SERVICIOS */
/* .service-img {
  height: 260px;
} */
.service-img {
  display: flex;
  align-content: flex-end;
  height: auto;
}

img.img-service {
  max-width: 250px;
  width: 210px;
  /* width: 58px; */
}

button.closeAll {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  transform: translateX(20px);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

button.closeAll.visiblebtn {
  opacity: 1;
  border: 1px solid #7f7f7f;
  box-shadow: 0 0 1px #7f7f7f;
  background: #fff;
}

button.closeAll:focus {
  outline: 0;
}

button.closeAll span {
  font-size: 1.5em;
  line-height: 1.4;
  color: grey;
}

.service-title {
  line-height: 1.2em;
  font-size: 1.7em;
  font-weight: bold;
}

.resizeImage img.img-service {
  width: 58px;
}

.active .service-img {
  display: none;
}

.height-3-5 {
  height: 3.5em;
}

img.img-service-01 {
  width: 100%;
  transform: scale(0) translateY(0);
}

/* WE ARE LADERA */
.highlight-block {
  padding: 10%;
  background: #eb725e;
  color: #fff;
}

/* ANIMATED CURSOR */
.circle {
  position: fixed;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
}

.circle-follow {
  background-image: url(../img/icons/triangle.svg);
  background-size: contain;
  /* position: fixed; */
  /* border: 1px solid #fff; */
  width: 50px;
  height: 50px;
  left: -25px;
  top: -3px;
  /* border-radius: 100%; */
  /* z-index: 1; */
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  background-repeat: no-repeat;
}

.circle-follow .text-box:hover {
  border: 1px solid #000;
}

/* vertical accordion */
ul.accordion-vertical {
  display: flex;
  height: 75vh;
  max-height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  border-right: 1px solid grey;
}

li.accordion-vertical {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0;
  cursor: pointer;
  transition: all .4s ease;
  position: relative;
}

li.accordion-vertical:hover {
  background: #f7826f;
}

li.accordion-vertical .section-title p.vert-title span {
  display: inline-block;
  transition: .4s ease-out;
}

li.accordion-vertical .section-title span {
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0) translateZ(0) scale(1.0, 1.0);
  transform: rotate(0) translateZ(0);
  -webkit-font-smoothing: antialiased !important;
}

li.accordion-vertical:hover p.title-vertical span {
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-font-smoothing: antialiased !important;
}

li.accordion-vertical.active {
  flex: 70;
  background: #fff;
  cursor: default;
  opacity: 1;
}

li.accordion-vertical .section-content {
  opacity: 0;
}

li.accordion-vertical.active .section-content {
  opacity: 1;
}

li.accordion-vertical.active p.title-vertical {
  color: #E74C3C;
  display: none;
}

.accordion-vertical.active .service-img img {
  width: 90px;
}

li.accordion-vertical.active .section-content {
  flex: 20;
  opacity: 1;
  transform: scaleX(1);
  /* color: #E74C3C; */
}

li.accordion-vertical.active .section-title {
  flex: 0;
  width: 0;
}

/* li.accordion-vertical img, li.accordion-vertical h3, li.accordion-vertical p {
  opacity: 0;
  transition: 0.3s ease-in-out;
} */
li.accordion-vertical img, li.accordion-vertical h3, li.accordion-vertical p.title-vertical {
  opacity: 1;
  transition: 0.4s ease-in-out;
}

li.accordion-vertical.active img, li.accordion-vertical.active p, li.accordion-vertical.active h3 {
  opacity: 1;
}

li.accordion-vertical.active img {
  transform: scale(1) translateY(16%);
}

li.accordion-vertical .section-title {
  flex: 10;
  display: flex;
  align-items: flex-end;
  width: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  border-left: 1px solid grey;
}

li.accordion-vertical .section-title p.title-vertical {
  margin: 0;
  transform: rotate(90deg);
  white-space: nowrap;
  margin-left: 0px;
  position: absolute;
  top: -25px;
  color: #000;
  transform-origin: 0% 177%;
  width: 350px;
  text-align: left;
  font-size: 1.2em;
  text-transform: initial;
  letter-spacing: 0;
  font-family: 'Century Gothic';
  font-weight: bold;
}

.service-accordion-title {
  margin: 0;
  transform: rotate(90deg);
  white-space: nowrap;
  margin-left: 0;
  position: absolute;
  top: 0px;
  color: #000;
  transform-origin: 0% 177%;
  width: 230px;
  text-align: left;
}

li.accordion-vertical .section-content {
  flex: 1;
  display: flex;
  width: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all .25s .1s ease-out;
}

.list-accordion li {
  /* color: #737373; */
  font-weight: bold;
}

/* WE ARE LADERA */
.imgWeare {
  overflow: hidden;
  border-radius: 55%;
  height: 500px;
  width: 500px;
  position: relative;
}

.imgWeare::after {
  content: "";
  height: 500px;
  width: 500px;
  border-left: 50px solid #fd7b7b;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  transform: rotate(344deg);
}

/* CONTACT PANEL */
#panel06 {
  background-color: rgb(95, 164, 168);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.reduce-zize {
  transform: scale(0.7) translateX(-100px);
}

.redcircle {
  background: #fd7a7b;
  background-image: url(../img/circulo-getintouch.jpg);
  background-size: cover;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 20px 50px -10px #00000061;
}

a.circleLink {
  color: #fff;
  font-size: 1.1em;
}

.linkedin {
  width: 50px;
  margin-top: 25px;
}

.redCircleLogo {
  width: 230px;
  margin-bottom: 34px;
}

body[data-aos-easing='smooth'] [data-aos], [data-aos][data-aos][data-aos-easing='smooth'] {
  transition-timing-function: cubic-bezier(0, 0.27, 0, 0.96);
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
}

.layer {
  transition: opacity 1000ms ease;
}

.hide {
  width: 0px !important;
  height: 0px !important;
  color: transparent !important;
  opacity: 0 !important;
}

form {
  max-width: 470px;
  /* font-family: sofia-pro, sans-serif; */
  font-family: 'Century Gothic';
  /* font-weight: bold; */
  font-style: normal;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  /* font-weight: 400; */
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff08;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #477c80;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-title {
  font-size: 1.6em;
  line-height: 1.6;
}

label.form-check-label {
  font-size: 0.785em;
  font-weight: bold;
}

::placeholder {
  color: #000000b0 !important;
  font-weight: bold;
  font-size: 0.875em;
}

.telephone a {
  color: #fff;
}

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.testnav {
  position: fixed;
  left: 0;
  top: 0;
}

.testnav svg {
  height: 100vh;
}

.anim-wrapper {
  overflow: hidden;
  height: 12vh;
  position: relative;
}

/* @media only screen and (max-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
    padding: 0 5%;
  }
} */
@media only screen and (max-width: 1200px) {
  img.img-service {
    max-width: 150px;
    width: 100%;
  }

  .redcircle {
    left: -6%;
  }
}

@media only screen and (max-width: 768px) {
  .leftside-text {
    display: none;
  }

  h2, .h2 {
    line-height: 1.2;
    font-size: 11vw;
  }

  #panel01 {
    min-height: auto;
  }

  .vertical-guide {
    position: fixed;
  }

  ul.accordion-vertical {
    height: auto;
    max-height: inherit;
    flex-direction: column;
    border: none;
  }

  li.accordion-vertical .section-title {
    border-left: none;
  }

  li.accordion-vertical .section-title {
    flex: 0;
    display: none;
  }

  li.accordion-vertical .section-content {
    display: block;
    width: 100%;
    opacity: 1;
    flex: 20;
    opacity: 1;
    transform: scaleX(1);
  }

  li.accordion-vertical {
    flex: 70;
    background: #fff;
    cursor: default;
  }

  img.img-service-01 {
    width: 100%;
    max-width: 300px;
  }

  #panel05 {
    min-height: auto;
  }

  a.circleLink {
    color: #fff;
    line-height: 3em;
  }

  .redcircle {
    position: relative;
    top: auto;
    margin: 0 auto;
    left: auto;
  }

  .panel02-bg {
    border-left: 0;
    border-right: 0;
  }

  header {
    background: url('../img/bg02.jpg') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

@media (max-width: 992px) {
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media only screen and (max-width: 480px) {
  h2.h2-hero {
    font-size: 15px;
    line-height: 1.6;
    max-width: 70vw;
    font-weight: 500;
  }

  .redcircle {
    height: 300px;
    width: 300px;
  }

  .redCircleLogo {
    width: 180px;
    margin-bottom: 6px;
  }

  .title-massive {
    line-height: 1.2;
    font-size: 11vw;
    /* font-weight: 500; */
  }

  .webLogo {
    top: 19px;
    position: fixed;
    width: 40px;
    z-index: 3;
    left: auto;
    right: 10px;
  }

  .heroLogo {
    width: 230px;
    transform: translateX(0px);
  }

  .language-box {
    position: fixed;
    top: 30%;
    right: -14px;
    z-index: 1000;
    transform: rotate(-90deg);
  }

  #panel01 {
    min-height: auto;
    height: auto;
  }

  svg.linedShape {
    width: 26vw;
  }

  .getintouch {
    right: -50px;
    top: 70%;
  }

  .vertical-guide {
    display: none;
  }

  .panel02-bg {
    height: 100vh;
  }

  li.accordion-vertical:hover {
    background: rgba(255, 255, 255, 0);
  }

  ul.list-accordion {
    padding-inline-start: 20px;
  }

  .list-accordion li {
    font-size: 14px;
  }

  img.img-service-01, li.accordion-vertical.active img {
    width: auto;
    max-width: 150px;
    transform: scale(1) translateX(-25px);
  }

  .super-title-md {
    font-size: 2rem;
  }

  p.h5 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .humo {
    line-height: 1.6;
    font-size: 30px;
    font-weight: bold;
  }

  .super-title-small {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .darkMask {
    background: #0000008f;
  }

  .panel02-bg {
    background-image: url(../img/humo-web.jpg);
  }
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0 5%;
  }

  #hero-video {
    padding: 0;
    max-width: 1200px;
  }
}

@media only screen and (min-height: 1000px) {
  #panel01 {
    max-height: 100vh;
  }

  #panel03 {
    min-height: 100vh;
  }
}

.bodyprivacy {
  min-height: 100vh;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btnVolver {
  background: black;
  color: #fff;
  padding: 10px 50px;
  border-radius: 25px;
}