
.logo {
    max-width: 50px;
    height: auto;
}
.logo-text {
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.header-nav {
    margin-left: auto;
}

.header-nav .purchase-link {
    display: flex;
    align-items: center;
    font-size: 1em;
    text-decoration: none;
    margin-left: 20px;
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.header-nav .purchase-link:hover {
    background-color: skyblue;
    color: #fff;
}

.header-nav .purchase-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.product-description {
    background-color: white;
    padding: 20px;
    text-align: center;
    line-height: 2.2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    box-shadow: 5px 3px 3px gray;

}

.product-description h1 {
    margin: 0;
    font-size: 2em;
    color: #333;
}

.product-description p {
    font-size: 1.1em;
    color: #666;
    margin-top: 10px;

}

header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.container {
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    padding: 20px;
}
.slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;

}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 100%;
    border-radius: 10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: gray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(34, 34, 34, 0.8);
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.download-container {
    text-align: center;
    margin-top: 20px;
}

.download-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.download-link2 {
    display: inline-block;
    padding: 5px 10px;
    background-color: #00439a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.download-link:hover {
    background-color: #0056b3;
}

.supporting-description {
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
}


footer {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.discord-link {
    color: #7289da;
    text-decoration: none;
    font-weight: bold;
}

.description {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 5px 3px 3px gray;

    background-color: white;
}

.licenseTab {
    display: block;
    margin: 20px auto; /* Centra la imagen horizontalmente */
    max-width: 60%; /* Asegura que la imagen no exceda el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    border: 1px solid #ccc; /* Añade un borde alrededor de la imagen */
    padding: 10px; /* Añade espacio entre la imagen y su borde */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Añade una sombra suave para resaltar la imagen */
}

.licenseTab-container {
    text-align: center; /* Centra el contenido del contenedor */
    margin: 20px 0; /* Añade espacio vertical alrededor del contenedor */
}

.text-link {
    color: skyblue;
    text-decoration: none;
    font-weight: bold;
}


.purchase-link {
    color: skyblue;
    text-decoration: none;
    font-weight: bold;
}


.purchase-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    margin: auto;
}

.purchase-form-title {
    color: #333;
    font-family: Arial, sans-serif;

}



.purchase-form-input {

    width: calc(100% - 20px);
    padding: 10px;

    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    text-align: center;
}

.purchase-form-input:focus {
    border-color: #007bff;
    background-color: #fff;
    outline: none;
}
#purhcase-form-descr {
    font-size: small;
    line-height: 1.5;
}