body {
    font-family: 'Roboto', 'Poppins', sans-serif;
    background: #f5f5f5;
    color:#353434 ;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  h2, h3,h4 {
    color: #222497;
  }

  section {
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    background-color:#f5f5f5 ;
  }

  h2{
    border-left: 6px solid   #eca115;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  section p{
    color:#1f1f1f
  }

  header{
    background-color: #000000;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
  
  }
  .iwakan-logo {
    margin-right: 2.5em;
   
}

  .iwakan-logo img {
    width: 150px; 
    height: 150px; 
    border-radius: 50%; 
    box-shadow: 0 0 20px #585ad4; 
    transition: box-shadow 0.3s ease; 
}

  .iwakan-logo img:hover {
    box-shadow: 0 0 30px rgba(0, 153, 255, 1); 
}
  .encabezado{
    text-align: center;
  }

  header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #f5f5f5;
    text-shadow: #585ad4;
    text-shadow: 0 0 10px #8385f0;
    
  }

  header h3,p{
    color: #f5f5f5
  }

  .navbar {
    background-color: #222497;
    padding: 1em;
    max-width: 100%;
    
  }

  .navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .navbar a {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
  }

  .navbar a:hover {
    color: #eca115;
    text-shadow: 0 0 10px #f5ec72;
  }

  
 /* .hero {
    background: url('media/karate-banner.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    padding: 40px;
    color: #f5f5f5;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  }

  /*.hero2 { 
    background: url('dojo.jpg') center/cover no-repeat; 
    height: 400px; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    color: #f5f5f5; 
    text-shadow: 1px 1px 3px rgb(128, 61, 61); 
    font-size: 1.5em; 
    text-align: center; 
    padding: 1em; 
  }*/

  .carousel-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relataive;
    margin: 0;
    box-shadow: 0 0 40px #000000b3;
    background: #111;
  }

  .carousel-slide {
    display: flex;
    transition: transform 3s ease-in-out;
    width: 100%;
  }

  .carousel-slide img {
    min-width: 100%;
    height: 400px;
    object-fit: cover;
  }

  button.prev, button.next {
    position:absolute;
    top: 50%;
    transform: translateY(80%);
    background-color: #8482f3d9;
    color:#f5f5f5;;
    border: none;
    padding: 12px;
    cursor: pointer;
    font-size: 28px;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
  }

  button.prev:hover, button.next:hover {
    background-color: #49d2fcf2;
  }

  button.prev {
    left: 20px;
  }

  button.next {
    right: 20px;
  }

  
  .filosofia {
    background:#f5f5f5 ;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a; 
    padding: 60px;
    margin: 40px auto;
    
  }
  .filosofia li, #clases li{
    padding: 5px;
  }

  .formulario { 
    background: #f5f5f5;
    padding: 1em; 
    border-radius: 10px; 
    box-shadow: 0 0 10px #0000001a; 
  }

  .horario-table { 
    width: 80%; 
    align-content: center;
  }

  .horario-table th, .horario-table td { 
    border: 1px solid #222497; 
    padding: 0.5em; 
    text-align: center; 
  }

  .formulario label { 
    display: block; 
    margin: 0.5em 0 0.2em; 
    font-weight: bold; 
  }

  .formulario input, .formulario select, .formulario textarea { 
    width: 95%; 
    padding:0.5em; 
    margin-bottom: 10px; 
    border: 1px solid #ccc; 
    border-radius: 15px; 
  }

  .formulario button { 
    background: #eca115; 
    color: #121212;; 
    padding: 0.7em 1.5em; 
    border: none; 
    border-radius: 15px; 
    cursor: pointer; 
    font-size: 1em; 
  }
  
  .eventos {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    display: flex;
    gap: 10px;
  }

  .evento {
    /*background: #333;*/
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
  }

  #contacto {
    /*background-color: #222;*/
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
  }

  #contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 500px;
    margin: auto;
  }

  #contact-form input,
  #contact-form textarea {
    padding: 12px;
    border: none;
    border-radius: 15px;
    /*background-color: #333;*/
    color: white;
  }

  #contact-form button {
    background-color: #eca115;
    color: #121212;
    border: none;
    border-radius: 15px;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .formulario button:hover, #contact-form button:hover {
    background-color: #eb5c09;
    box-shadow: 0 0 10px #fc7d43;
  }

  .mapa iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 10px;
    margin-top: 1em;
  }

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-size: 30px;
    text-decoration: none;
    z-index: 1000;
  }

  footer {
    background-color: #1f1f1f;
    text-align: center;
    padding: 15px;
    color: #3f38a1;
    margin-top: 15px;
    font-size: small;
  }