body {
    font-family: Arial, sans-serif;
    background-color: #0b1725;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 38px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

h1 {
    color: #333;
}

form {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

input[type="url"] {
    width: 70%;
    height: 39px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

input[type="text"] {
    height: 39px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

input[type="password"] {
    height: 39px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
}

button {
    padding: 12px 20px;
    background-color: #2c87c5;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    /*margin-top: 25px;*/
}

button:hover {
    background-color: #1a6ca4;
}

.resultado {
    margin-top: 20px;
    padding: 15px;
    background-color: #f0f8ff;
    border-radius: 4px;
}

.resultado a {
    color: #2c87c5;
    font-weight: bold;
    text-decoration: none;
}

.responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.centered-image {
    margin-left: auto;
    margin-right: auto;
}




* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    margin: 50px 0;
    font-size: 2em;
    color: #333;
    text-align: center;
}

.h1-Blanco {
    margin: 50px 0;
    font-size: 2em;
    color: #ffffff;
    text-align: center;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.columna {
    flex: 1;
    flex-basis: 100%;
    padding: 15px;
    margin-bottom: 30px;
}

.opcion {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opcion:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.opcion h1 {
    color: #007bff;
    margin: 0 0 20px 0;
    font-size: 1.5em;
    text-align: left;
}

.opcion p {
    color: #555;
    font-size: 1em;
}

/* Media queries para dispositivos móviles */
@media (min-width: 576px) {
    .columna {
        flex-basis: 50%;
    }
}

@media (min-width: 992px) {
    .columna {
        flex-basis: 25%;
    }
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
    border-top: 1px solid #e0e0e0;
}

#cookie-banner p {
    margin: 0;
    padding-right: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.accept-btn {
    background-color: #4CAF50;
    color: white;
}

.reject-btn {
    background-color: #f1f1f1;
    color: #333;
}

@media (max-width: 768px) {
    #cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    
    #cookie-banner p {
        margin-bottom: 15px;
        padding-right: 0;
    }
}

.footer {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    margin-top: 50px;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .footer-logo-column {
    width: 250px;
    padding-right: 20px;
  }
  
  .footer-logo {
    max-width: 100%;
    height: auto;
  }
  
  .footer-links-column {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* Alinea a la derecha en escritorio */
  }
  
  .footer-nav {
    display: flex;
    gap: 20px;
  }
  
  .footer-nav a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
  }
  
  .footer-nav a:hover {
    text-decoration: underline;
  }
  
  .footer-copyright {
    margin-top: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
  }
  
  /* Media query para dispositivos móviles */
  @media (max-width: 768px) {
    .footer-columns {
      flex-direction: column;
    }
    
    .footer-logo-column {
      width: 100%;
      display: flex;
      justify-content: center;
      padding-right: 0;
      margin-bottom: 20px;
    }
    
    .footer-logo {
      max-width: 200px;
    }
    
    .footer-links-column {
      width: 100%;
      display: block; /* Cambia de flex a block en móvil */
      text-align: center; /* Centra el contenido */
    }
    
    .footer-nav {
      display: inline-flex; /* Usa inline-flex para centrar */
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto; /* Centra el nav */
    }
  }