body {
    font-family: Arial, sans-serif;
    margin: 20px;
}
header {
  background: linear-gradient(to left, black 0%, gray 30%, white 80%);
}

h1, h2, h3 {
    text-align: center;
    
    font-weight: bold;
}

.isologo{
   width: 1000px;
   height: auto;
}
.logo{
   display: flex;
}
h1 {
  position: relative;
  top: 50px;
  left: 250px;
}

hr {
  height: 7px;  /* Cambia el grosor */
  background-color: black;  /* Cambia el color de la línea */
  border: none;  /* Elimina el borde por defecto */
}

.card1,.card2 {
  border: 2px solid white;
  border-radius: 10px;
  
}

@media (max-width: 992px){
  header {
    background: linear-gradient(to top, gray, white);
  }
    .logo {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .logo img{
        max-width: 130px;
    }
    h1 {
      
      position: relative;
      top: 10px;
      left: 5px;
      max-width: 100px;
    }
    .navbar {
      background: linear-gradient(to bottom, gray, white);
    }
  }

  .contenido{
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
    background: red;
    padding: 10px;
  }

.whatsapp-button {
    position: fixed;
    bottom: 200px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
  }
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .social-icons {
    margin-top: 10px;
  }
  
  .social-icons a {
    display: inline-block;
    margin: 0 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  .social-icons img {
    width: 30px;
    height: 30px;
  }
  
  .social-icons a:hover {
    transform: scale(1.2);
  }
 header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  color: white;
  padding: 40px 30px;
  font-family: 'Segoe UI', sans-serif;
  flex-wrap: wrap;
  gap: 10px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width:300px;
}

.isologo {
  height: 300px;
  width: auto;
  margin-top: -80px;
}

h1 {
  position: absolute;
  font-family: "League Spartan", sans-serif;
  font-size: 5rem;
  font-weight: 1700;
 font: bold;
  margin-top: 9px;
  margin-left: 140px;
  line-height: 1.2;
  color: #1c1c1c;
  
}

.reloj {
  font-size: 0.95rem;
  background-color: #2a2a2a;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: inset 0 0 4px #ff3c3c;
  font-weight: 500;
  white-space: nowrap;
}
.reloj {
    font-size: 0.85rem;
    margin-top: -150px;
    margin-right: 30px;
  }



  /*styles de index*/
  * { box-sizing: border-box; margin: 0; padding: 0; }

    body { font-family: sans-serif; }

    .carousel {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 60vh;
      max-height: 600px;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }

    .carousel-slide {
      position: relative;
      min-width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-content {
      position: absolute;
      text-align: center;
      color: white;
      background: rgba(0, 0, 0, 0.4);
      padding: 1.5rem 2rem;
      border-radius: 10px;
      max-width: 90%;
    }

    .carousel-content h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .carousel-content p {
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
    }

    .carousel-content a {
      display: inline-block;
      background: #ff6347;
      color: white;
      text-decoration: none;
      padding: 0.7rem 1.5rem;
      border-radius: 5px;
      font-weight: bold;
      transition: background 0.3s;
    }

    .carousel-content a:hover {
      background: #e5533d;
    }

    .carousel-buttons {
      position: absolute;
      width: 100%;
      display: flex;
      justify-content: space-between;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 1rem;
    }

    .carousel-buttons button {
      background: rgba(0,0,0,0.5);
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      font-size: 1.5rem;
    }
   /* h1{
        text-align: center;
        font-size: 50px;
        color: blue;
    }*/
    #carouselResponsive {
  background-color: #2a2a2a;
padding: 30px 100px;
}


    @media (max-width: 768px) {
      .carousel { height:20vh; }
      .carousel-content h2 { font-size: 1.2rem; }
      .carousel-content p { font-size: 0.8rem; }
      h1 {font-size: 45px;}
    }

    @media (max-width: 480px) {
      .carousel { height: 12vh; }
      .carousel-content h2 { font-size: 0.9rem; }
      .carousel-content p { font-size: 0.6rem; }
      .carousel-content a { font-size: 0.6rem; padding: 0.5rem 1rem; }
      h1 {font-size: 40px;}
    }

/* Responsive para pantallas chicas */
@media (max-width: 600px) {
 /* header {
    display: flex;  
  flex-wrap: wrap;
  justify-content: space-between;  
  align-content: space-around;
  padding:80px;
  
  }
  .logo {
    position: absolute;
    top: 10px;
    left:20px;
    
  }
 .isologo{
     position:absolute;
   top:70px;
   left:50px;  
    width: 2px;
  height: auto;
 
  }
  h1 {
     position: absolute;
     top: 100px;
     left: 37px;
    font-size: 1.7rem;
    /*text-align: center;*/
    /*color: black;
    white-space: nowrap;
  
  
  
  }
  .reloj{
    position: absolute;
     top: 50px;
     right: 30px;
   font-size: 0.50rem;
  background-color: #2a2a2a;
  padding: 4px 6px;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #ff3c3c;
  font-weight:300;
  white-space: nowrap;
  }*/
   header {
    display: flex;
   flex-wrap: wrap;
    padding: 50px;
   }
   .isologo {
    position: absolute;
    top: 130px;
    left: 35px;
    width: 90px;
    height: auto;
   }
   h1 {
    position: absolute;
    top: 65px;
    left: -12px;
    font-size: 1.3rem;
    white-space: nowrap;
   }
   .reloj {
    position: relative;
    top: 40px;
    left: 70px;
    font-size: 0.50rem;
  background-color: #2a2a2a;
  padding: 4px 6px;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #ff3c3c;
  font-weight:300;
  white-space: nowrap;
   }
}
   
  



