@keyframes text-up {
  0%, 20% {
    visibility: visible;
    opacity: 0;
    top: 50px;
  }
  30%, 100% {
    visibility: visible;
    opacity: 1;
    top: 0px;
  }
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-Condensed;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: Poppins-Semibold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
.third__content .third__content__firstpanel, .second__content__secondpanel, .mySlides, .slide, .sidenav {
  display: flex;
  flex-wrap: wrap;
}

.slide {
  justify-content: center;
  align-items: center;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

html.sr .load-hidden {
  visibility: hidden;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #141618;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  width: 3em;
  height: 3em;
  border-radius: 50px;
  /* Rounded corners */
  font-size: 1rem;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.contenedor {
  display: grid;
  grid-template-columns: 20vw auto;
  grid-template-rows: 100vh 100vh auto auto 30vh 120vh 120vh 15vh;
  grid-template-areas: "head	main" "head	second__content" "head   cont__gallery" "head   third__content" "head   boxes" "head   contacto" "head   trabajaconnosotros" "head	footer";
}

body {
  font-size: 16px;
}

.head {
  background: #806767;
  text-align: center;
  grid-area: head;
}

.main {
  grid-area: main;
  grid-column-start: 2;
}

footer {
  background: lightblue;
  text-align: center;
  line-height: normal;
  grid-area: footer;
}

.sidenav {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  width: 20vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
  color: #141618;
  overflow-x: hidden;
  font-family: "Poppins-Semibold", sans-serif;
}
.sidenav .sidenav__logo {
  padding-top: 2em;
  margin-bottom: 6em;
}
.sidenav .sidenav__logo img {
  height: 10vh;
}
.sidenav .sidenav__links {
  margin: 3em 1em;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sidenav .sidenav__links a {
  padding: 0.5em 0.8em 0.5em 1em;
  text-decoration: none;
  color: #141618;
  display: block;
}
.sidenav .sidenav__links a:hover {
  color: #979899;
}
.sidenav .sidenav__social {
  padding: 4em;
  margin-top: 4em;
  padding-top: 6em;
  padding-bottom: 0.5em;
}
.sidenav .sidenav__social .svg__cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidenav .sidenav__social .svg__cont a {
  padding: 0.2em;
  display: inline;
  height: fit-content;
  width: fit-content;
}
.sidenav .sidenav__social .svg__cont a svg {
  height: auto;
  display: inline;
  width: 1em;
  margin: 0.2em;
}
.sidenav .sidenav__social .svg__cont a svg:hover {
  fill: #979899;
}
.sidenav .sidenav__social span {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #141618;
  font-weight: 400;
}

.mySlides {
  background: url(../img/gradient.jpeg) no-repeat center center fixed;
  background-size: cover;
  object-fit: cover;
  display: none;
  justify-content: left;
  z-index: 0;
  width: 100%;
  position: relative;
}

.slide__content {
  top: 0%;
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  padding: 10em 10em;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-direction: column;
}
.slide__content .slide__header__firstline {
  width: auto;
  height: max-content;
  color: white;
  display: inline;
  font-size: 4.5em;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
  font-family: "Roboto-bold", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  opacity: 1;
  overflow: hidden;
}
.slide__content .slide__header__firstline .headertext1 {
  opacity: 0;
  display: inline;
  position: relative;
  animation: textup 2s 1s ease-in normal 1 forwards running;
}
.slide__content .slide__header__firstline .headertext2 {
  opacity: 0;
  display: inline;
  position: relative;
  animation: textup 2s 1.25s ease-in normal 1 forwards running;
}
@keyframes textup {
  0%, 20% {
    visibility: visible;
    opacity: 0;
    top: 50px;
  }
  30%, 100% {
    visibility: visible;
    opacity: 1;
    top: 0px;
  }
}
.slide__content .slide__header__secondline {
  width: auto;
  color: white;
  font-size: 4.5em;
  position: relative;
  margin-bottom: 2rem;
  display: inline;
  z-index: 2;
  font-family: "Roboto-bold", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  overflow: hidden;
}
.slide__content .slide__header__secondline .headertext3 {
  display: inline;
  opacity: 0;
  position: relative;
  animation: textup 2s 1.5s ease-in normal 1 forwards running;
}
.slide__content .slide__header__secondline .headertext4 {
  opacity: 0;
  display: inline;
  position: relative;
  animation: textup 2s 1.75s ease-in normal 1 forwards running;
}
.slide__content .slide__text {
  position: relative;
  width: auto;
  color: white;
  font-size: 2em;
  margin-bottom: 3rem;
  border-radius: 0 3px 3px 0;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  opacity: 1;
}
.slide__content .slide__btn {
  position: relative;
  padding: 1em;
  height: 3.5em;
  width: 14em;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Poppins-Semibold", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.07em;
  text-decoration: none;
  vertical-align: initial;
  background: transparent;
  text-align: center;
  z-index: 150;
  flex-wrap: nowrap;
}

.scroll-indicator-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-indicator-controller div {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid whitesmoke;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: background 0.4s ease;
  will-change: transition;
}
.scroll-indicator-controller div div.active {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.64);
  width: 14px;
  height: 14px;
}
.scroll-indicator-controller div span {
  font-family: "Roboto-Bold", sans-serif;
  padding-left: 0.9em;
  padding-right: 0.9em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-right: 1vw;
  background-color: #006cff;
  color: #ffffff;
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: 50%;
  font-family: arial, sans-serif;
  font-size: 0.8em;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.4s ease;
  will-change: transition;
  font-weight: 600;
  border-radius: 3px;
}
.scroll-indicator-controller div span span::after {
  content: "";
  padding-left: 5px;
  letter-spacing: -2px;
  font-family: "Roboto-Bold", sans-serif;
  vertical-align: text-top;
  line-height: 14px;
}

@supports (-ms-ime-align: auto) {
  .scroll-indicator-controller > div span {
    transition: opacity 0.4s ease;
  }
}
#background-video {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  right: 0;
  top: 0;
  z-index: -1;
}

#background-video1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
  top: 0;
  z-index: -1;
}

.second__content {
  display: grid;
  height: 100vh;
  grid-area: second__content;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "first second" "first second" "first second";
}

.second__content__firstpanel {
  grid-area: first;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/img-background.jpg);
  background-repeat: no-repeat;
  background-position: initial;
  object-fit: cover;
  padding: 4em 6em;
}
.second__content__firstpanel .second__content__firstpanel__text {
  width: auto;
  color: white;
  font-size: 2em;
  border-radius: 0 3px 3px 0;
  font-family: "Roboto-Bold", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.75;
  opacity: 1;
  margin: 0;
}

.second__content__secondpanel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 1.2em;
  grid-template-areas: "maintext maintext" "one two" "three four";
  grid-area: second;
  justify-content: center;
  align-items: center;
  padding: 3em;
  margin-left: 2em;
}
.second__content__secondpanel .second__content__secondpanel__maintext {
  grid-area: maintext;
}
.second__content__secondpanel .second__content__secondpanel__maintext .second__content__secondpanel__maintext__subtitle {
  font-size: 0.8em;
  color: #006cff;
  letter-spacing: 0.5em;
  margin-bottom: 5vh;
  font-family: "Roboto-Bold", sans-serif;
}
.second__content__secondpanel .second__content__secondpanel__maintext .second__content__secondpanel__maintext__title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 3em;
  margin-bottom: 4vh;
}
.second__content__secondpanel .second__content__secondpanel__maintext .second__content__secondpanel__maintext__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
}
.second__content__secondpanel .second__content__secondpanel__oneoffour,
.second__content__secondpanel .second__content__secondpanel__twooffour,
.second__content__secondpanel .second__content__secondpanel__threeoffour,
.second__content__secondpanel .second__content__secondpanel__fouroffour {
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.second__content__secondpanel .second__content__secondpanel__oneoffour h3,
.second__content__secondpanel .second__content__secondpanel__twooffour h3,
.second__content__secondpanel .second__content__secondpanel__threeoffour h3,
.second__content__secondpanel .second__content__secondpanel__fouroffour h3 {
  font-family: "Roboto-Bold", sans-serif;
}
.second__content__secondpanel .second__content__secondpanel__oneoffour p,
.second__content__secondpanel .second__content__secondpanel__twooffour p,
.second__content__secondpanel .second__content__secondpanel__threeoffour p,
.second__content__secondpanel .second__content__secondpanel__fouroffour p {
  letter-spacing: 0.03em;
  display: inline;
  margin-block-end: 0em;
  margin: 0px;
  padding: 0px;
}
.second__content__secondpanel .second__content__secondpanel__oneoffour {
  grid-area: one;
}
.second__content__secondpanel .second__content__secondpanel__twooffour {
  grid-area: two;
}
.second__content__secondpanel .second__content__secondpanel__threeoffour {
  grid-area: three;
}
.second__content__secondpanel .second__content__secondpanel__fouroffour {
  grid-area: four;
}

.cont__gallery {
  overflow: hidden;
  grid-area: cont__gallery;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "menu__gallery" "gallery";
}

.menu__gallery {
  grid-area: menu__gallery;
  display: flex;
  position: sticky;
  top: 0;
  background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #0e0888 91%);
  justify-content: center;
  font-size: 0.5em;
  align-items: center;
}
.menu__gallery button {
  color: #ffffff;
  font-family: "Poppins-Semibold", sans-serif;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.3em;
  outline: none;
}

.gallery {
  grid-area: gallery;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  grid-gap: 0.1em;
}
.gallery img {
  height: 13.33vw;
  width: 20.33vw;
}
.gallery .columna {
  display: none;
  visibility: hidden;
}
.gallery .show {
  display: block;
}

.third__content {
  display: grid;
  height: 100vh;
  grid-area: third__content;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%);
  grid-template-areas: "thirdfirst thirdsecond" "thirdfirst thirdsecond";
}
.third__content .third__content__firstpanel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "thirdmaintext thirdmaintext" "thirdone      thirdtwo";
  grid-area: thirdfirst;
  justify-content: center;
  align-content: center;
}
.third__content .third__content__firstpanel .third__content__firstpanel__maintext {
  grid-area: thirdmaintext;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 2em 4em;
  overflow: hidden;
}
.third__content .third__content__firstpanel .third__content__firstpanel__maintext .third__content__firstpanel__maintext__subtitle {
  font-size: 0.8em;
  color: #006cff;
  letter-spacing: 0.5em;
  margin-bottom: 3em;
  font-family: "Roboto-Bold", sans-serif;
}
.third__content .third__content__firstpanel .third__content__firstpanel__maintext .third__content__firstpanel__maintext__title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 2em;
  margin-bottom: 4vh;
}
.third__content .third__content__firstpanel .third__content__firstpanel__maintext .third__content__firstpanel__maintext__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
}
.third__content .third__content__firstpanel .third__content__firstpanel__oneoftwo,
.third__content .third__content__firstpanel .third__content__firstpanel__twooftwo {
  font-family: "Roboto", sans-serif;
}
.third__content .third__content__firstpanel .third__content__firstpanel__oneoftwo h3,
.third__content .third__content__firstpanel .third__content__firstpanel__twooftwo h3 {
  font-family: "Roboto-Bold", sans-serif;
  margin-bottom: 1em;
}
.third__content .third__content__firstpanel .third__content__firstpanel__oneoftwo p,
.third__content .third__content__firstpanel .third__content__firstpanel__twooftwo p {
  letter-spacing: 0.03em;
}
.third__content .third__content__firstpanel .third__content__firstpanel__oneoftwo {
  grid-area: thirdone;
  color: #ffffff;
  background-image: url(../img/img-background2.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 4em;
  padding-left: 4em;
}
.third__content .third__content__firstpanel .third__content__firstpanel__twooftwo {
  grid-area: thirdtwo;
  background-color: #141618;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 4em;
  padding-left: 4em;
  color: #ffffff;
}
.third__content .third__content__secondpanel {
  grid-area: thirdsecond;
  overflow: hidden;
}
.third__content .third__content__secondpanel .third__content_secondpanel_video {
  height: 100%;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  transform: translate(-10%, 0%);
}

.third__content__image1 {
  height: 5em;
  width: 5em;
}

.third__content__image2 {
  height: 5em;
  width: 4em;
  padding-bottom: 1em;
  filter: invert(100%);
}

.third__content__image3 {
  height: 4em;
  width: 4em;
  padding-bottom: 1em;
  filter: invert(36%) sepia(90%) saturate(4708%) hue-rotate(206deg) brightness(99%) contrast(109%);
}

.boxes {
  grid-area: boxes;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(100px, 1fr);
  justify-items: center;
  align-items: center;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.boxes .box1, .boxes .box2, .boxes .box3 {
  display: flex;
  height: inherit;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
}
.boxes .box1 img, .boxes .box2 img, .boxes .box3 img {
  height: 5em;
  width: 5em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.boxes .box1 h2, .boxes .box2 h2, .boxes .box3 h2 {
  font-size: 1em;
  letter-spacing: 0.2em;
  font-family: Roboto-Condensed, sans-serif;
}
.boxes .box1 p, .boxes .box2 p, .boxes .box3 p {
  font-family: Roboto, sans-serif;
}

.contacto {
  grid-area: contacto;
  position: relative;
  min-width: 73.3%;
  min-height: 100%;
  justify-items: center;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
}
.contacto h6 {
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5em;
  font-size: 0.8em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto h1 {
  color: #ffffff;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 600;
  font-family: "Roboto-Bold", sans-serif;
  text-align: center;
}
.contacto .contacto__video {
  display: flex;
  z-index: -3;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
}
.contacto .contacto__form {
  grid-area: form;
  position: relative;
  z-index: 10;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contacto .contacto__form h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  padding-top: 1em;
}
.contacto .contacto__form .inputs {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  width: 80%;
}
.contacto .contacto__form .inputs label {
  display: none;
}
.contacto .contacto__form .inputs input {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  outline: none;
  border-width: 0px;
  color: #ffffff;
  padding: 0.5em;
}
.contacto .contacto__form textarea {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
  border-width: 0px;
  color: #ffffff;
  padding: 1em;
  margin: auto;
}
.contacto .contacto__form .radios {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}
.contacto .contacto__form .radios label {
  padding: 1.5em;
}
.contacto .contacto__form button {
  border-radius: 50px;
  width: 18em;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.trabajaconnosotros {
  grid-area: trabajaconnosotros;
  position: relative;
  min-width: 73.3%;
  min-height: 100%;
  justify-items: center;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
}
.trabajaconnosotros h6 {
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5em;
  font-size: 1.5em;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trabajaconnosotros h1 {
  color: #000000;
  padding-bottom: 1em;
  font-size: 2.2em;
  font-weight: 600;
  font-family: "Roboto-Bold", sans-serif;
  text-align: center;
}
.trabajaconnosotros .trabajaconnosotros__form {
  grid-area: form;
  position: relative;
  z-index: 10;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.trabajaconnosotros .trabajaconnosotros__form h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  padding-top: 1.5em;
}
.trabajaconnosotros .trabajaconnosotros__form .inputs {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  width: 80%;
}
.trabajaconnosotros .trabajaconnosotros__form .inputs label {
  display: none;
}
.trabajaconnosotros .trabajaconnosotros__form .inputs input {
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  outline: none;
  border-width: 0px;
  color: #000000;
  padding: 0.5em;
}
.trabajaconnosotros .trabajaconnosotros__form textarea {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
  border-width: 0px;
  color: #000000;
  padding: 1em;
  margin: auto;
}
.trabajaconnosotros .trabajaconnosotros__form .radios {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5em;
}
.trabajaconnosotros .trabajaconnosotros__form .radios label {
  padding: 4em;
  align-items: center;
}
.trabajaconnosotros .trabajaconnosotros__form button {
  border-radius: 100px;
  width: 28em;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

footer {
  height: 15vw;
  background-color: #141618;
  color: #ffffff;
}

@media (max-width: 1700px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1399.98px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 10px;
  }

  .contenedor {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 13vh 88vh 200vh auto auto 30vh 120vh 120vh 20vh;
    grid-template-areas: "head" "main" "second__content" "cont__gallery" "third__content" "boxes" "contacto" "trabajaconnosotros" "footer";
  }
  .contenedor .head {
    z-index: 100;
  }

  .sidenav {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: initial;
    height: 13vh;
    width: auto;
    top: 0;
    left: 0;
    overflow-x: initial;
  }
  .sidenav .sidenav__logo {
    margin: 2em;
    margin-left: 3em;
    padding-top: 0px;
  }
  .sidenav .sidenav__logo img {
    height: 7vh;
  }
  .sidenav .sidenav__links {
    display: none;
  }
  .sidenav .sidenav__social {
    display: none;
  }

  .responsivemenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em;
    margin-right: 4em;
  }
  .responsivemenu span {
    margin: auto;
    font-size: 3em;
    cursor: pointer;
  }

  .overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #141618;
  }
  .overlay .svg__cont__resp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overlay .svg__cont__resp a {
    padding: 0.2em;
    display: inline;
    height: fit-content;
    width: fit-content;
  }
  .overlay .svg__cont__resp a svg {
    height: auto;
    display: inline;
    width: 1em;
    height: 1em;
    margin: 0.2em;
  }

  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay a {
    padding: 0.5em;
    text-decoration: none;
    font-size: 2em;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #979899;
  }

  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 2em;
    font-size: 5em;
  }

  .main {
    grid-column-start: 1;
  }
  .main .slide {
    display: initial;
    height: 100%;
  }
  .main .slide .mySlides {
    height: 100%;
  }

  #background-video {
    width: 100vw;
    height: 100%;
  }

  .second__content {
    grid-column-start: 1;
    display: grid;
    grid-area: second__content;
    grid-template-columns: 1fr;
    grid-template-rows: 100vh 100vh;
    grid-template-areas: "first" "second";
  }
  .second__content .second__content__firstpanel {
    grid-area: first;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    background-image: url(../img/img-background.jpg);
    background-repeat: no-repeat;
    background-position: initial;
    object-fit: cover;
    padding: 6em 8em;
  }
  .second__content .second__content__firstpanel .second__content__firstpanel__text {
    width: auto;
    color: white;
    font-size: 2em;
    border-radius: 0 3px 3px 0;
    font-family: "Roboto-Bold", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.75;
    opacity: 1;
    margin: 0;
  }
  .second__content .second__content__secondpanel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(2, 0.5fr);
    grid-gap: 1.2em;
    grid-template-areas: "maintext maintext" "one two" "three four";
    grid-area: second;
    justify-content: center;
    align-items: center;
    padding: 3em;
  }

  .cont__gallery {
    grid-area: cont__gallery;
    overflow: hidden;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "menu__gallery" "gallery";
  }
  .cont__gallery .menu__gallery {
    grid-area: menu__gallery;
    display: flex;
    font-size: 1.1em;
    height: 10vh;
    position: sticky;
    top: 0;
    background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #0e0888 91%);
    justify-content: center;
    align-items: center;
  }
  .cont__gallery .menu__gallery button {
    color: #ffffff;
    font-family: "Poppins-Semibold", sans-serif;
    margin-top: 2em;
    margin-bottom: 2em;
    outline: none;
    font-size: 1em;
  }
  .cont__gallery .gallery {
    grid-area: gallery;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    grid-gap: 0.1em;
  }
  .cont__gallery .gallery img {
    height: 25vw;
    width: 25vw;
  }
  .cont__gallery .gallery .columna {
    display: none;
    visibility: hidden;
  }
  .cont__gallery .gallery .show {
    display: block;
  }

  .third__content {
    display: grid;
    height: 100vh;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "thirdfirst thirdfirst";
  }
  .third__content .third__content__secondpanel {
    border-top: 1px solid black;
  }
  .third__content .third__content__secondpanel .third__content_secondpanel_video {
    height: auto;
    /* 100 * 16 / 9 */
    min-width: 100%;
    object-fit: cover;
    min-height: 56.25vw;
    /* 100 * 9 / 16 */
    transform: translate(-10%, -70%);
  }

  .third__content__firstpanel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "thirdmaintext thirdmaintext" "thirdone      thirdone" "thirdtwo      thirdtwo";
  }

  .third__content__secondpanel {
    display: none;
  }
  .third__content__secondpanel .third__content__secondpanel_video {
    display: none;
  }

  .boxes {
    grid-area: boxes;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    padding-top: 3em;
    padding-bottom: 3em;
    z-index: 90;
  }
  .boxes .box1, .boxes .box2, .boxes .box3 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .boxes .box1 h2, .boxes .box2 h2, .boxes .box3 h2 {
    font-size: 1em;
    letter-spacing: 0.2em;
    font-family: Roboto-Condensed, sans-serif;
  }
  .boxes .box1 p, .boxes .box2 p, .boxes .box3 p {
    font-family: Roboto, sans-serif;
  }

  .contacto #background-video1 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 10px;
  }

  #background-video {
    display: none;
  }

  .cont__gallery {
    grid-area: cont__gallery;
    height: 100vh;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 10px;
  }

  .contenedor {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 13vh 90vh 100vh 100vh auto 150vh 100vh 120vh 100vh 20vh;
    grid-template-areas: "head" "main" "second__content" "second__content" "cont__gallery" "third__content" "boxes" "contacto" "trabajaconnosotros" "footer";
  }

  .slide__content {
    padding: 4em 6em;
    margin-top: 1em;
  }

  .second__content__firstpanel {
    padding: 2em 4em;
  }

  .third__content .third__content__firstpanel {
    grid-template-columns: 1fr;
    grid-template-rows: 50vh 50vh 50vh;
    grid-template-areas: "thirdmaintext " "thirdone      " "thirdtwo      ";
  }

  .contacto {
    background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #0e0888 91%);
    padding: 2em;
    padding-top: 2em;
  }
  .contacto #background-video1 {
    display: none;
  }

  .trabajaconnosotros {
    background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #0e0888 91%);
    padding: 2em;
    padding-top: 2em;
  }
  .trabajaconnosotros_img {
    grid-area: first;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/img-background.jpg);
    background-repeat: no-repeat;
    background-position: initial;
    object-fit: cover;
    padding: 4em 6em;
  }
  .cont__gallery {
    grid-area: cont__gallery;
    height: 100vh;
    grid-template-areas: "menu__gallery " "gallery " "gallery " "gallery " "gallery ";
  }
  .cont__gallery .menu__gallery {
    grid-area: menu__gallery;
    display: flex;
    font-size: 0.8em;
    height: 8em;
    position: sticky;
    top: 0;
    background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #0e0888 91%);
    justify-content: center;
    align-items: center;
  }
  .cont__gallery .menu__gallery button {
    color: #ffffff;
    font-family: "Poppins-Semibold", sans-serif;
    margin-top: 2em;
    margin-bottom: 2em;
    outline: none;
    font-size: 1em;
  }
  .cont__gallery .gallery {
    grid-area: gallery;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow-y: visible;
    grid-gap: 0.1rem;
  }
  .cont__gallery .gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cont__gallery .gallery .columna {
    display: none;
    visibility: hidden;
  }
  .cont__gallery .gallery .show {
    display: block;
  }

  .boxes {
    flex-direction: column;
    font-size: 1.5em;
  }
  .boxes .box1, .boxes .box2, .boxes .box3 {
    margin-bottom: 1em;
  }
  .boxes .box3 {
    margin-bottom: 0em;
  }
}
footer {
  height: 20vh;
}

/*# sourceMappingURL=output.css.map */
