
body {
  overflow-x: hidden;
}

*{
  margin: 0;
  padding: 0;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

.birthstone-regular {
  font-family: "Birthstone", serif;
  font-weight: 400;
  font-style: normal;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  transition: 0.7s;
  padding: 30px 20px;
  z-index: 10;
}

header.abajo{
  background: #ffffff;
  padding: 5px 5px;
}

header .logo{
  position: relative;
  width: 100px;
  border-radius: 100px;
}

nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li{
  list-style: none;
}

header ul li a{
  position: relative;
  font-family: "Bebas Neue", serif;
  margin: 0 15px;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.7s;
}

header ul li a:hover{
  color: #00ccff;
}

.checkbtn{
font-size: 30px;
color: #000000;
float: right;
line-height: 80px;
margin-right: 40px;
cursor: pointer;
display: none;
}

#check{
display: none;
}

.zona1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 0.7)), url(img/chiva12.jpg) ;
  background-size: cover;
  background-position: center center;
}

.zona1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.div-zona1 {
  width: 90%; /* Limita el ancho del texto */
  max-width: 800px; /* Evita que se expanda demasiado */
  color: white;
}

.div-zona1 h1 {
  font-size: clamp(40px, 10vw, 100px); /* Escala dinámicamente */
  font-family: "Bebas Neue", serif;
  letter-spacing: 5px;
}

.div-zona1 h2 {
  font-size: clamp(25px, 5vw, 50px); /* Ajuste dinámico */
  font-family: "Birthstone", serif;

  letter-spacing: 2px;
  margin-bottom: -20px;
  color: #00ccff;
}


header.abajo .logo,
header.abajo ul li a{
  color: #000;
}

header.abajo ul li a:hover{
  color: #00ccff;
}

/* Estilos para los botones de redes sociales dentro del menú hamburguesa */
.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 .icon-content {
  margin: 0px -5px; /* Separar los iconos */
  position: relative;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a:hover {
  color: white;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #25d366;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f);
}

/* Menú hamburguesa */
.checkbtn {
  font-size: 30px;
  color: #000;
  display: none;
  cursor: pointer;
}

#check {
  display: none;
}

@media (max-width: 858px) {
  .checkbtn {
      display: block;
  }



  nav ul li {
      display: block;
      margin: 20px;
      color: #000;
  }

  nav ul li a {
      font-size: 20px;
      padding: 15px;
      color: #000000;
  }

  nav ul li a:hover {
      background: none;
      color: rgb(0, 0, 0);
  }

  #check:checked ~ ul {
      left: 0;
  }

  .example-2 .icon-content a[data-social="whatsapp"]{
  color: #fff;
  background-color: #25d366;
  margin: 20px;
  }

  .example-2 .icon-content a[data-social="instagram"]{
  color: #fff;
  background: linear-gradient(45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f);
  margin: 20px;
  }

  .example-2 .icon-content {
    margin: 0px -5px; /* Separar los iconos */
    position: relative;
  }



  header.abajo{
    background: #ffffff;
    padding: 30px 20px;
  }

}

@media (max-width: 768px) {
  .checkbtn {
    display: block;
  }

  nav ul {
    position: fixed;
    width: 100%;
    height: 40vh;
    background: #ffffff;
    top: 130px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    flex-direction: column;
    justify-content: center;
}

  nav ul li {
    display: block;
    margin: 20px;
  }

  nav ul li a {
    font-size: 24px;
    color: #000;
    padding: 10px;
  }

  #check:checked ~ ul {
    left: 0;
  }

  .zona1 h1 {
    font-size: 60px;
  }

  .zona1 h2 {
    font-size: 40px;
  }

  header .logo {
    width: 90px;
    margin-right: 120px;
    border-radius: 90px;
  }
}

@media (max-width: 480px) {
  nav ul li a {
    font-size: 20px;
  }

  .zona1 h1 {
    font-size: 80px;
  }

  .zona1 h2 {
    font-size: 50px;
  }

  header {
    padding: 5px;
  }

  header .logo {
    width: 90px;
  }
}

  /* Galería */
.gallery-container {
  padding: 10px;
  background-color: #000;
  text-align: center;
}

.gallery-container h2{
  font-family: "Birthstone", serif;
  font-size: 50px;
  letter-spacing: 2px;
  color: #00ccff;
  margin-bottom: -12px;
}

.gallery-container h1{
  font-size: 50px;
  font-family: "Bebas Neue", serif;
  letter-spacing: 2px;
  color: #ffffff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding: 20px; 
}

.gallery img {
  width:100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px; 
  transition: transform 0.3s ease;
  height: 300px; 
  left: 200px;
}

.gallery img:hover {
  transform: scale(1.05); 
}


@media (min-width: 1024px) {
  .gallery {
      grid-template-columns: repeat(3, minmax(300px, 1fr)); 
      gap: 20px; 
  }
}

@media (min-width: 1440px) {
  .gallery {
      grid-template-columns: repeat(3, minmax(350px, 1fr)); 
      gap: 25px;
  }
}

.camera {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.camera img {
  width: 90px;
  height: 90px;
}

@media (max-width: 600px) {
  .camera img {
      width: 70px; /* Ancho de la imagen reducido */
      height: 70px; /* Altura de la imagen reducida */
  }

  .gallery-container h1{
    font-size: 30px;

  }

  .gallery-container h2 {
    font-size: 30px;
    margin-bottom: -5px;
  }
}

.about {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  /* font-size: 1.2rem; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
}

.services {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-card {
  background-color: #1c1c1c;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  width: 300px;
  
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.service-card img {
  max-width: 100px;
  margin-bottom: 15px;
}

.service-card h3 {
  color: #00ccff;
  font-family: "Birthstone", serif;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;  
  color: #ccc;
}

.zona3 {
  padding: 10px;
  background-color: #000;
  text-align: center;
}

.zona3 h2{
  font-family: "Birthstone", serif;
  font-size: 40px;
  letter-spacing: 2px;
  color: #00ccff;
  margin-bottom: -12px;
}

.zona3 h1{
  font-size: 50px;
  font-family: "Bebas Neue", serif;
  letter-spacing: 2px;
  margin-top: 7px;
  color: #ffffff;
}

.foto-service{
  border-radius: 20px;
}
/* Estilos generales */
.zona4 {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url(img/chiva12.jpg);
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.service-event1{
  border-radius: 10px;
  width: 400px;
  margin-top: 40px;
}

.service-event1 img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 10px;
}

.service-event1 h3 {
  color: #00ccff;
  font-family: "Birthstone", serif;
  margin-bottom: 10px;
}

.service-event1 p {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;  
  color: #ccc;
}

.gallery-event {
  padding: 10px;
  text-align: center;
}

.gallery-event h2{
  font-family: "Birthstone", serif;
  font-size: 40px;
  letter-spacing: 2px;
  color: #00ccff;
  margin-top: 20px;
  margin-bottom: -12px;
}

.gallery-event h1{
  font-size: 50px;
  margin-top: 10px;
  font-family: "Bebas Neue", serif;
  letter-spacing: 2px;
  color: #ffffff;
}

.service-event2{
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin-top: 40px;
  width: 400px;
}

.service-event2 h3 {
  color: #00ccff;
  font-family: "Birthstone", serif;
  margin-bottom: 10px;
}

.service-event2 p {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;  
  color: #ffffff;
}

.service-event2 h1{
  font-size: 40px;
  font-family: "Bebas Neue", serif;
  letter-spacing: 2px;
  color: #ffffff;
}

/* Media queries para responsive */
@media (max-width: 1024px) {
  .services {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-event1, .service-event2 {
    width: 80%;
    margin-top: 20px;
  }
  .service-event1 img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .gallery-event h1 {
    font-size: 40px;
  }
  .gallery-event h2 {
    font-size: 30px;
  }
  .service-event1, .service-event2 {
    width: 90%;
  }
  .service-event2 {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-event h1 {
    font-size: 32px;
  }
  .gallery-event h2 {
    font-size: 24px;
  }
  .service-event1 img {
    width: 100%;
  }
  .service-event2 h1 {
    font-size: 28px;
  }
  .service-event2 p {
    font-size: 0.8rem;
  }
}

.zona5 {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #000000;
}

.container {
  padding: 10px;
  text-align: center;
}

.container h2{
  color: #00ccff;
  font-family: "Birthstone", serif;
  font-size: 50px;
}

.container h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Bebas Neue", serif;
  color: #ffffff;
}

.sound-wave {
  font-size: 50px;
  margin: 10px 0;
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

.video-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

video {
  width: 100%;
  max-width: 900px;
  max-height: 400px;
  border-radius: 10px;
}

.zona6 {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.testimonios {
  max-width: 900px;
  width: 100%;
}

.subtitulo {
  color: #00ccff;
  font-family: "Birthstone", serif;
  font-size: 50px;
}

.titulo {
  font-size: 50px;
  font-weight: bold;
  font-family: "Bebas Neue", serif;
  color: #ffffff;
}

.contenedor-testimonios {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Permite que los testimonios se acomoden en pantallas pequeñas */
}

.testimonio {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  text-align: left;
  position: relative;
  margin-top: 30px;
}

.comilla {
  font-size: 2rem;
  color: #00ccff;
  font-weight: bold;
}

.testimonio p {
  font-family: 'Poppins', sans-serif;  
  color: #ccc;
}

.perfil {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.perfil img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.info h4 {
  margin: 0;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.5px;
  font-size: 20px;
}

.info span {
  font-size: 0.9rem;
  color: #00ccff;
  font-family: "Birthstone", serif;
  font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contenedor-testimonios {
      flex-direction: column; /* Los testimonios se apilan en pantallas pequeñas */
      align-items: center;
  }
  
  .testimonio {
      max-width: 90%; /* Ajusta el ancho para que no ocupe toda la pantalla */
  }
}

@media (max-width: 480px) {
  .titulo {
      font-size: 1.5rem; /* Reduce el tamaño del título */
  }
  
  .testimonio {
      padding: 15px; /* Reduce el padding para móviles */
  }

  .perfil img {
      width: 40px;
      height: 40px;
  }

  .info h4 {
      font-size: 0.9rem;
  }

  .info span {
      font-size: 0.8rem;
  }
}


.footer {
  background-color: #111;
  padding: 40px 20px;
}

.container-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.info, .contact {
  flex: 1;
  min-width: 300px;
  margin: 10px;
}

.info p{
  font-family: 'Poppins', sans-serif;  
  color: #ccc;
}

.info h2{
  font-size: 50px;
  font-weight: bold;
  font-family: "Bebas Neue", serif;
  color: #ffffff;
}

.contact p{
  font-family: 'Poppins', sans-serif;  
  color: #ccc;
}

.social-icons a {
  display: inline-block;
  margin: 10px 5px;
}

.social-icons img {
  width: 50px;
  height: 50px;
  padding: 8px;
}

.icon {
  font-size: 18px;
  margin-right: 5px;
  left: 200px;
}

.contact a {
  color: #00ccff;
  text-decoration: none;
}

.contact h3 {
  font-size: 0.9rem;
  color: #00ccff;
  font-family: "Birthstone", serif;
  font-size: 20px;
}

.contact h4{
  font-size: 0.9rem;
  color: #00ccff;
  font-family: "Birthstone", serif;
  font-size: 20px;
}

.contact a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 10px;
  font-size: 14px;
}

.copyright p{
  color: #ffffff;
  font-family: 'Poppins', sans-serif;  
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

