* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  margin: auto;
  width: 100%;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 135%;
}

.logoNOVA {
  background-image: url(../img/logo\ nova-31.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 110px;
  height: 40px;
}

.parte1 {
  background-image: url(../img/FONDOS-05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1000px;
  display: flex;
  align-items: center;
}

.parte2,
.parte3,
.parte4 {
  padding: 5% 0;
}

.parte3 {
  background-color: rgb(221, 221, 221);
}

.contexto2 {
  margin: auto;
  width: 80%;
  padding: 5% 0;
}

.titular {
  text-align: justify;
  color: rgb(85, 37, 110);
  font-size: 260%;
  font-family: "Montserrat", sans-serif;
}

.subGo {
  text-align: justify;
  color: rgb(132, 66, 168);
  font-size: 180%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 20px 0px;
}

p {
  text-align: center;
  color: rgb(85, 37, 110);
  font-family: "Montserrat", sans-serif;
  margin: auto;
  font-weight: 500;
}

.img1stage {
  background-image: url(../img/gocrenado/3.jpg);
  background-size: cover;
  background-position: center;
  width: 40%;
  height: 500px;
  border-radius: 30px;
}

.cont1 {
  width: 60%;
}

.stage1 {
  display: flex;
  gap: 3%;
}

.colores {
  display: flex;
  gap: 2%;
  margin: 3% 0;
  align-items: center;
  justify-content: center;
}

.color1,
.color2,
.color3,
.color4,
.color5,
.color6 {
  width: 200px;
  height: 100px;
  border-radius: 10px;
}

.color1 {
  background-color: rgb(120, 62, 25);
}

.color2 {
  background-color: rgb(199, 104, 40);
}

.color3 {
  background-color: rgb(94, 113, 84);
}

.color4 {
  background-color: rgb(169, 180, 137);
}

.color5 {
  background-color: rgb(93, 102, 73);
}

.color6 {
  background-color: rgb(186, 148, 112);
}

.titulares {
  text-align: center;
  color: rgb(85, 37, 110);
  font-size: 260%;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.subT {
  text-align: center;
  color: rgb(132, 66, 168);
  font-size: 180%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 30px 0;
}

.logosTiempo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  margin: 3% 0px;
}

.elempleo,
.ehunters {
  background-size: 100%;
  background-position: center;
  width: 200px;
  height: 60px;
}

.elempleo {
  background-image: url(../img/elempleo.png);
}

.ehunters {
  background-image: url(../img/e-hunters.png);
}

.CursosT {
  background-image: url(../img/Cursos-EL-TIEMPO-logo.png);
  background-size: 100%;
  background-position: center;
  width: 200px;
  height: 118px;
}

.texto1 {
  width: 80%;
  background-color: rgba(177, 177, 177, 0.733);
  border-radius: 60px;
  margin: auto;
  margin-bottom: 5%;
  padding: 2% 0;
}

.contexto1 {
  margin: auto;
}

.img1down {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/28/Instagram_logo.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.img2down {
  background-image: url(../img/behnace.png);
  background-size: 130%;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.img3down {
  background-image: url(https://www.supersociedades.gov.co/documents/20122/6592674/linkedin.png/0d6a1c32-61d3-3997-e3f4-a4b045f80415?version=1.0&t=1699577222121&imageThumbnail=1);
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.container2 {
  background-color: white;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.slider {
  position: relative;
  width: 1000px;
  height: 500px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition: opacity .5s;
}

ul.slider li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

ul.slider li:first-child {
  opacity: 1;
}

ul.slider li:target {
  opacity: 1;
}

.menu {
  text-align: center;
  margin: 20px 0 0 30px;
}

.menu li {
  text-align: center;
}

.menu li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  width: 160px;
  height: 145px;
  font-size: 20px;
  border-radius: 10px;
}

li {
  margin-bottom: 20px;
}

.img11,
.img21,
.img31,
.img5,
.img6,
.img7 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 160px;
  height: 145px;
  border-radius: 10px;
}

.img11 {
  background-image: url(../img/LOGOFOLIO/logo\ 1.jpg);
}

.img21 {
  background-image: url(../img/LOGOFOLIO/logo\ 2.jpg);
}

.img31 {
  background-image: url(../img/LOGOFOLIO/logo\ 3.jpg);
}

.img5 {
  background-image: url(../img/LOGOFOLIO/logo\ 4.jpg);
}

.img6 {
  background-image: url(../img/LOGOFOLIO/logo\ 5.jpg);
}

.img7 {
  background-image: url(../img/LOGOFOLIO/logo\ 6.jpg);
}

:root {
  --color-primary: rgb(85, 37, 110);
  --color-secondary: #F0F7EE;
  --duration: 1s;
  --nav-duration: calc(var(--duration) / 4);
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --space: 1rem;
  --font-primary: "Montserrat", sans-serif;
  --font-heading: "Montserrat", sans-serif;
}

h1 {
  color: white;
  text-align: center;
  font-size: 150px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: calc(var(--space) * 3);
  font-size: 480%;
  line-height: calc(var(--line-height) / 1.25);
}

.main-navigation-toggle {
  position: fixed;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.main-navigation-toggle + label {
  position: fixed;
  top: calc(var(--space) * 1.5);
  right: calc(var(--space) * 2);
  cursor: pointer;
  z-index: 2;
}

.icon--menu-toggle {
  --size: calc(1rem + 4vmin);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  stroke-width: 6;
  position: fixed;
  bottom: 8%;
  right: 5%;
  width: 90px;
  height: 90px;
  padding: 1%;
  background-color: rgb(255, 202, 28);
  border-radius: 50%;
  box-shadow: 1px 5px 8px rgba(50, 14, 68, 0.459);
}

.icon-group {
  transform: translateX(0);
  transition: transform var(--nav-duration) var(--ease);
}

.icon--menu {
  stroke: var(--color-primary);
}

.icon--close {
  stroke: var(--color-secondary);
  transform: translateX(-100%);
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform var(--nav-duration);
  z-index: 15;
}

.main-navigation:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform-origin: 0 50%;
  z-index: -1;
}

.main-navigation ul {
  font-size: 12vmin;
  font-family: var(--font-heading);
  width: 100%;
}

.main-navigation li {
  --border-size: 1vmin;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.main-navigation li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-size);
  background-color: var(--color-secondary);
  transform-origin: 0 50%;
  transform: translateX(-100%) skew(15deg);
}

.main-navigation .acaja {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1;
  user-select: none;
  padding: var(--space) calc(var(--space) * 2) calc(var(--space) + var(--border-size) / 2);
  transform: translateY(100%);
  text-decoration: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40%;
}

.main-content {
  margin: 6rem auto;
  max-width: 70ch;
  padding: 0 calc(var(--space) * 2);
  transform: translateX(0);
  transition: transform calc(var(--nav-duration) * 2) var(--ease);
}

.main-content > * + * {
  margin-top: calc(var(--space) * var(--line-height));
}

.main-navigation-toggle:checked ~ label .icon--menu-toggle .icon-group {
  transform: translateX(100%);
}

.main-navigation-toggle:checked ~ .main-content {
  transform: translateX(10%);
}

.main-navigation-toggle:checked ~ .main-navigation {
  transition-duration: 0s;
  transform: translateX(0);
}

.main-navigation-toggle:checked ~ .main-navigation:after {
  animation: nav-bg var(--nav-duration) var(--ease) forwards;
}

.main-navigation-toggle:checked ~ .main-navigation li:after {
  animation: nav-line var(--duration) var(--ease) forwards;
}

.main-navigation-toggle:checked ~ .main-navigation .acaja {
  animation: link-appear calc(var(--duration) * 1.5) var(--ease) forwards;
}

@keyframes nav-bg {
  from {
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes nav-line {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  35% {
    transform: scaleX(1.001);
    transform-origin: 0 50%;
  }
  65% {
    transform: scaleX(1.001);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}

@keyframes link-appear {
  0%,
  25% {
    transform: translateY(100%);
  }
  50%,
  100% {
    transform: translateY(0);
  }
}

.contexto3 {
  margin: 5% auto;
  display: grid;
  place-content: center;
  width: 80%;
}

.gallery {
  --_size: 480px;
  --_gap: 1.8rem;
  --_grid-cols: var(--_size) var(--_size) var(--_size);
  --_grid-rows: var(--_size) var(--_size) var(--_size);
  --_size-hover: calc(var(--_size) * 2);
  --_size-not-hover: calc(var(--_size) / 2);
  --_speed: 500ms;
  max-width: 100%;
  display: grid;
  gap: var(--_gap);
}

@media (min-width: 1000px) {
  .gallery {
    grid-template-columns: var(--_grid-cols);
    transition: var(--_speed) ease-in-out;
  }
}

.gallery > div {
  height: fit-content;
  display: grid;
  grid-template-rows: var(--_grid-rows);
  gap: var(--_gap);
  transition: var(--_speed) ease-in-out;
}

.gallery article {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(25, 2, 54, 0.349);
  border-radius: 30px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter var(--_speed);
  border-radius: 30px;
}

.gallery img:hover {
  filter: grayscale(0);
}

.gallery > div > article:hover div {
  translate: 0;
}

.gallery:has(> div:nth-child(1):hover) {
  --_grid-cols: var(--_size-hover) var(--_size-not-hover) var(--_size-not-hover);
}

.gallery:has(> div:nth-child(2):hover) {
  --_grid-cols: var(--_size-not-hover) var(--_size-hover) var(--_size-not-hover);
}

.gallery:has(> div:nth-child(3):hover) {
  --_grid-cols: var(--_size-not-hover) var(--_size-not-hover) var(--_size-hover);
}

.gallery > div:has(> article:nth-child(1):hover) {
  --_grid-rows: var(--_size-hover) var(--_size-not-hover) var(--_size-not-hover);
}

.gallery > div:has(> article:nth-child(2):hover) {
  --_grid-rows: var(--_size-not-hover) var(--_size-hover) var(--_size-not-hover);
}

.gallery > div:has(> article:nth-child(3):hover) {
  --_grid-rows: var(--_size-not-hover) var(--_size-not-hover) var(--_size-hover);
}

.slide {
  position: relative;
}

.slide-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}

.slide-open:checked + .slide-item {
  position: static;
  opacity: 100;
}

.slide-item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.slide-item img {
  display: block;
  height: auto;
  max-width: 100%;
}

.slide-control {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
}

.slide-control.prev {
  left: 2%;
}

.slide-control.next {
  right: 2%;
}

.slide-control:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #aaaaaa;
}

#slide-1:checked ~ .control-1,
#slide-2:checked ~ .control-2,
#slide-3:checked ~ .control-3,
#slide-4:checked ~ .control-4 {
  display: block;
}

.slide-indicador {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.slide-indicador li {
  display: inline-block;
  margin: 0 5px;
}

.slide-circulo {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.slide-circulo:hover {
  color: #aaaaaa;
}

#slide-1:checked ~ .control-1 ~ .slide-indicador li:nth-child(1) .slide-circulo,
#slide-2:checked ~ .control-2 ~ .slide-indicador li:nth-child(2) .slide-circulo,
#slide-3:checked ~ .control-3 ~ .slide-indicador li:nth-child(3) .slide-circulo,
#slide-4:checked ~ .control-4 ~ .slide-indicador li:nth-child(4) .slide-circulo {
  color: rgb(255, 202, 28);
}

#titulo {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
    -1px 0px 2px rgba(255, 255, 255, 0);
}

.logosGolden .img-fluid {
  height: 100px !important;
}

.logosGolden .col {
  justify-content: center;
  display: flex;
}

.logosGolden {
  margin-bottom: 3%;
  margin-top: 5%;
}

.wrapper {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

h2 {
  font-family: sans-serif;
  color: #fff;
}

.carousel2 {
  width: 100%;
  margin: auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
}

.slick-slide img:hover {
  width: 100%;
  border: 4px solid #EEBA28;
}

.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.slick-next,
.slick-prev {
  background: #55266E;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 40px;
}

.slick-next:hover,
.slick-prev:hover {
  background: #805BA4;
}

.slick-next:focus,
.slick-prev:focus {
  background: #55266E;
}

.contexto4 {
  display: grid;
  place-items: center;
}

.page-content {
  display: grid;
  grid-gap: 2rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-content2 {
  display: grid;
  grid-gap: 2rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

#img1ser:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/PIEZAS_DIGITALES/ENTREVISTAS/PINGPONG.png);
  filter: grayscale(100%);
}

#img2ser:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/PIEZAS_DIGITALES/ENTREVISTAS/+PEOPLE.png);
  filter: grayscale(100%);
}

#img3ser:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/PIEZAS_DIGITALES/ENTREVISTAS/ENTREVISTAS.png);
  filter: grayscale(100%);
}

#img4ser:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/PIEZAS_DIGITALES/ENTREVISTAS/INSTAGRAM.png);
  filter: grayscale(100%);
}

#img5ser:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/PIEZAS_DIGITALES/ENTREVISTAS/VIDEOTH.png);
  filter: grayscale(100%);
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 3%;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  box-shadow: 0 4px 6px rgba(25, 2, 54, 0.349);
  border-radius: 30px;
}

@media (min-width: 600px) {
  .card {
    height: 500px;
  }
}

.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-image: url(../img/FONDOS-05.jpg);
}

.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom,
      hsla(39, 100%, 50%, 0.945) -40%,
      hsla(0, 0%, 0%, 0.009) 25%,
      hsla(268, 88%, 20%, 0.79) 50%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.copy {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin: 4% 0;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 12.5rem));
  }

  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .content2 {
    transform: translateY(calc(100% - 9.5rem));
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content > *:not(.title),
  .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content > *:not(.title) {
    transition-duration: 2s;
  }
}

.btn-video {
  color: white;
  background-color: #EEBA28;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.btn-video:hover {
  color: white;
  background-color: #c998fb;
}

.buttonHV {
  background-color: rgb(85, 37, 110);
  width: 22%;
  padding: 1% 200px;
  margin-top: 4%;
  display: flex;
  border-radius: 100px;
  border: 3px solid rgb(255, 174, 0);
  box-shadow: 1px 5px 8px rgba(50, 14, 68, 0.459);
  justify-content: center;
}

.btnYA {
  padding: 2%;
  color: rgb(255, 255, 255);
  margin: auto;
  font-weight: 600;
}

.buttonHV:hover {
  background-color: #EEBA28;
}


/* --- Media queries para responsividad --- */

/* Pantallas de hasta 767px (móviles) */
@media (max-width: 767px) {
  .parte1 {
    height: 600px;
  }

  h1 {
    font-size: 250%;
  }

  .titular {
    font-size: 180%;
  }

  .subGo,
  .subT {
    font-size: 120%;
  }

  .stage1 {
    flex-direction: column;
    gap: 10px;
  }

  .img1stage {
    width: 100%;
    height: 300px;
  }

  .cont1 {
    width: 100%;
  }

  .colores {
    flex-wrap: wrap;
    gap: 10px;
  }

  .color1,
  .color2,
  .color3,
  .color4,
  .color5,
  .color6 {
    width: 45%;
    height: 80px;
  }

  .logosTiempo {
    flex-direction: column;
    gap: 20px;
  }

  .elempleo,
  .ehunters,
  .CursosT {
    width: 150px;
    height: auto;
  }

  .CursosT {
    height: 88px;
  }

  .slide-inner {
    height: 400px;
  }
  
  .slide-indicador {
    bottom: 5px;
  }

  .slide-circulo {
    font-size: 25px;
  }

  .page-content,
  .page-content2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .card {
    padding: 1rem;
    height: 300px;
  }
  
  .title {
    font-size: 24px;
  }
  
  .buttonHV {
    width: 80%;
    padding: 2% 10px;
    margin-top: 5%;
  }
}

/* Pantallas de 768px a 991px (tabletas) */
@media (min-width: 768px) and (max-width: 991px) {
  .parte1 {
    height: 800px;
  }

  h1 {
    font-size: 350%;
  }

  .titular {
    font-size: 220%;
  }
  
  .subGo,
  .subT {
    font-size: 150%;
  }

  .stage1 {
    flex-direction: column;
  }

  .img1stage {
    width: 100%;
    height: 400px;
  }

  .cont1 {
    width: 100%;
  }

  .slide-inner {
    height: 600px;
  }
  
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .buttonHV {
    width: 40%;
  }

  .icon--menu-toggle {
    width: 60px;
    height: 60px;
    bottom: 5%;
    right: 5%;
  }
}