@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


body{
     font-family: "Sansation", sans-serif;
     background-color: black;
 
}

header{
   
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
  scroll-behavior: smooth;
}

.video{
  width: 100%;
  height: 100%;
  z-index: 1;
    display: flex;
    align-items: center;
    
}
.menu{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    margin-right: 500px;
}

.menu-btn {
  position: fixed;
  top: 30px;
  right: 30px;

  font-size: 36px;
  color: white;
  cursor: pointer;

  z-index: 1001;
}



.logo{
   width: 100px;
   margin-left: 100px;
}


.menu .navbar ul{
    list-style: none;
}

.menu .navbar ul li{
   position: relative;
   float: left;
  margin-right: 10px;
}

.menu .navbar ul li a{
    
    color: #fdfdfd;
   font-size: 10px;
   padding: 20px;
   display: block;
   text-transform: uppercase;
 transition: color 0.3s ease;
   &:hover span{
    color: #e70b25;
   }
}

.fullscreen-menu {
position: fixed;
  inset: 0;
  background: black;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 999;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.6s ease, opacity 0.4s ease;
}

#menu:checked ~ .fullscreen-menu {
   opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


.fullscreen-menu a {
  cursor: pointer;
}




.fullscreen-menu ul {
 list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.fullscreen-menu ul li {
  margin: 20px 0;
    opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu h1 {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 28px;
  letter-spacing: 4px;
}


.fullscreen-menu ul li a h1 {
  font-size: clamp(28px, 5vw, 48px);
  color: white;
  text-transform: uppercase;
}
#menu:checked ~ .fullscreen-menu ul li {
  opacity: 1;
  transform: translateY(0);
}

.fullscreen-menu ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.fullscreen-menu ul li:nth-child(2) {
  transition-delay: 0.35s;
}
.fullscreen-menu ul li:nth-child(3) {
  transition-delay: 0.5s;
}
.fullscreen-menu ul li:nth-child(4) {
  transition-delay: 0.65s;
}


.conocenos-txt span:nth-child(1) { transition-delay: 0.7s; }
.conocenos-txt span:nth-child(2) { transition-delay: 0.6s; }
.conocenos-txt span:nth-child(3) { transition-delay: 0.5s; }
.conocenos-txt span:nth-child(4) { transition-delay: 0.4s; }
.conocenos-txt span:nth-child(5) { transition-delay: 0.3s; }
.conocenos-txt span:nth-child(6) { transition-delay: 0.2s; }
.conocenos-txt span:nth-child(7) { transition-delay: 0.1s; }
.conocenos-txt span:nth-child(8) { transition-delay: 0s; }

.producciones-txt span:nth-child(1) { transition-delay: 1.1s; }
.producciones-txt span:nth-child(2) { transition-delay: 1s; }
.producciones-txt span:nth-child(3) { transition-delay: 0.9s; }
.producciones-txt span:nth-child(4) { transition-delay: 0.8s; }
.producciones-txt span:nth-child(5) { transition-delay: 0.7s; }
.producciones-txt span:nth-child(6) { transition-delay: 0.6s; }
.producciones-txt span:nth-child(7) { transition-delay: 0.5s; }
.producciones-txt span:nth-child(8) { transition-delay: 0.4s; }
.producciones-txt span:nth-child(9) { transition-delay: 0.3s; }
.producciones-txt span:nth-child(10) { transition-delay: 0.2s; }
.producciones-txt span:nth-child(11) { transition-delay: 0.1s; }
.producciones-txt span:nth-child(12) { transition-delay: 0s; }

.titulo span:nth-child(1) { transition-delay: 0.5s; }
.titulo span:nth-child(2) { transition-delay: 0.4s; }
.titulo span:nth-child(3) { transition-delay: 0.3s; }
.titulo span:nth-child(4) { transition-delay: 0.2s; }
.titulo span:nth-child(5) { transition-delay: 0.1s; }
.titulo span:nth-child(6) { transition-delay: 0s; }


.calendario-txt span:nth-child(1) { transition-delay: 1.2s; }
.calendario-txt span:nth-child(2) { transition-delay: 1.1s; }
.calendario-txt span:nth-child(3) { transition-delay: 1s; }
.calendario-txt span:nth-child(4) { transition-delay: 0.9s; }
.calendario-txt span:nth-child(5) { transition-delay: 0.8s; }
.calendario-txt span:nth-child(6) { transition-delay: 0.7s; }
.calendario-txt span:nth-child(7) { transition-delay: 0.6s; }
.calendario-txt span:nth-child(8) { transition-delay: 0.5s; }
.calendario-txt span:nth-child(9) { transition-delay: 0.4s; }
.calendario-txt span:nth-child(10) { transition-delay: 0.3s; }
.calendario-txt span:nth-child(11) { transition-delay: 0.2s; }
.calendario-txt span:nth-child(12) { transition-delay: 0.1s; }
.calendario-txt span:nth-child(13) { transition-delay: 0s; }

#noticias {
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(images/a.png);

  background-size: cover;
  background-position: center;
}


#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
cursor: pointer;

}

.texto{
  position: absolute;
  bottom: 80px;          /* controla qué tan abajo queda */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  max-width: 800px;
  width: 100%;
  text-align: center;
  color: white;
}

.texto h1{
  font-size: 70px;
}

.texto span{
  font-size: 20px;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
} 

.header-content{
    display: flex;
    align-items: center;
    padding: 20px 0 150px 0;
}

.header-txt{
    color: #fdfdfd;
    margin-left: 40px;
    width: 40%;
    padding-right: 25px;
}

.header-txt h1{
    font-size: 55px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 60px;
}

.header-txt p{
font-size: 18px;

}

.header-img{
    margin-top: 60px;
    width: 60%;

}

.main-content{
    display: flex;
    align-items: center;
    padding: 20px 0 150px 0;
}

.main-txt{
    color: #fdfdfd;
    margin-left: 40px;
    
    width: 40%;
    padding-right: 25px;
}

.main-txt h1{
    font-size: 55px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 60px;
}

.main-txt p{
font-size: 18px;

}

.main-img{
    margin-top: 60px;
    width: 40%;
    
}

.curs-img{
    
  
  width: 30%;
   margin: 0;
   padding: 0;
}

.tabla{
   width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  border-collapse: collapse;
  color: #fdfdfd;

  overflow: hidden;
}
td, th {
 
  padding: 20px 24px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.6;
}

.tabla th {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.tabla tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabla tr:last-child {
  border-bottom: none;
}

.tabla tr:hover {
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease;
}

.tabla a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.tabla a:hover {
  background-color: #e70b25;
  border-color: #e70b25;
  color: #fff;
}


.hamb{
height: 100%;
    width: 100%;
    margin-top: 50px;
        border-radius: 50px;
    
}

.hamb-h{
height: 100%;
    width: 100%;
    margin-top: 50px;

    
}

.botones{
    display: flex;
    margin-top: 50px;
}

.btn-1{
    display: inline-block;
    border: 1px solid #fdfdfd;
 
    padding: 10px 35px;
    margin-right: 20px;
    color: #fdfdfd;
    transition: border 1s;
   
    &:hover{
         border: 1px solid #ff0000;
    color: #ff0000;
    }
}





.icon{
    width: 20px;
}

.product-menu{
    padding: 50px 0 150px 0;
}

.title{
    color: #fdfdfd;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 45px;
}








.footer {
  background-color: #111;
  padding: 100px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
  color: #fdfdfd;
}

.footer h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer p {
  font-size: 14px;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 20px;
}

.footer-role {
  margin-top: 25px;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
}



.links h4{
    color: #fdfdfd;
   text-transform: uppercase;
    margin-bottom: 25px;

}

.links ul li a{
    color: #fdfdfd;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}





.btn-group {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 40px 0;
}

.btn-car {
  background-color: dodgerblue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 12px;
}


.btn-car:hover {
  background-color: RoyalBlue;

}

.carrusel {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: grab;
}

.carrusel::-webkit-scrollbar {
  display: none;
}
.carrusel:active {
  cursor: grabbing;
}

.carrusel-track {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.carrusel-track img {

  height: 400px;
  object-fit: cover;
 
  user-select: none;
  pointer-events: none;
}




#principal{
    margin-top: 200px;
}




@media (max-width: 1100px) {


  .menu {
    margin-right: 0;
    padding: 0 20px;
  }

  .logo {
    display: flex;
   justify-content: center;
    margin-left: 0;
    width: 70px;
  }

  .menu .navbar ul li {
    float: none;
  }

 
  .video {
    height: auto;
  }


  .header-content,
  .main-content {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .header-txt,
  .main-txt {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .header-img,
  .main-img {
    width: 100%;
    margin-top: 30px;
  }

  .header-txt h1,
  .main-txt h1 {
    font-size: 36px;
    line-height: 44px;
  }
  

  
  .botones {
    justify-content: center;
    flex-wrap: wrap;
  }

  
  .tabla {
    font-size: 14px;
  }

  .tabla th,
  .tabla td {
    padding: 14px;
  }
}


  .curs-img {
    height: auto;
  }

  .hamb,
  .hamb-h {
    margin-top: 20px;
    border-radius: 20px;
  }

 
  .carrusel-track img {
    height: 250px;
  }

  
  .footer {
    flex-direction: column;
    gap: 40px;
    text-align: center;
    padding: 60px 20px;
  }

  .socials {
    justify-content: center;
  }

  .header-txtcon,
  .main-txtcon {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .header-imgcon,
  .main-imgcon {
    width: 100%;
    margin-top: 30px;
  }

  .header-txtcon h1,
  .main-txtcon h1 {
    font-size: 36px;
    line-height: 44px;
  }


@media (max-width: 1100px) {


  .menu label {
    display: block;
    
  }





  #menu:checked ~ .navbar {
    transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  }

  /* Links del menú */
  .menu .navbar ul {
    flex-direction: column;
    padding: 20px 0;
  }

  .menu .navbar ul li {
    float: none;
    margin: 10px 0;
  }

  .menu .navbar ul li a {
    font-size: 16px;
  }
  
}
@media (max-width: 900px) {
  .header-content,
  .main-content {
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .tabla {
    width: 100%;
    display: block;
  }

  .tabla tr {
    display: block;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    padding: 20px;
  }

  .tabla th {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tabla td {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }

  .tabla td a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .curs-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .curs-img img {
    width: 100%;
    border-radius: 20px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {

  .video-bg {
    height: 100vh;
  }

  .texto {
    bottom: 40px;
    padding: 0 20px;
    max-width: 100%;
  }

  .texto h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .texto span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }

}



