body {
    font-family: 'Satoshi', sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.logo-container {
    padding: 20px 50px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    font-family: 'Arial', sans-serif;
    font-size: 40px;
    margin-left: 8px;
    margin: 0%;
    margin-top: 5px;
}

.logo-image {
    width: 50px;
    height: auto;
    margin-left: -10px;
}

header {
    width: 100%;
    padding: 20px 50px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: -72px;
    padding: 0;
}

.nav-links li {
    margin-left: 30px;
}

.nav-links a {
    font-family: 'Russo One';
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #5200FF;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.slider {
    position: relative;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.slider-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-images img {
    width: 100%;
    display: none;
}

.slider-images img.active {
    display: block;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 1;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 
.button-cotiza {
    align-items: center;
    position: absolute;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
}

.button-cotiza button {
    background-color: transparent;
    color: white;
    border: 2px solid #5200FF;
    padding: 16px 50px;
    font-size: 28px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
} 
*/

/* Estilos para pantallas medianas */
@media (max-width: 768px) {
    .logo-container,
    header {
        padding: 15px 20px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        background-color: #000;
        position: absolute;
        top: 80px; /* Ajustar según el diseño */
        left: 0;
        padding: 20px;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links.show {
        display: flex;
    }

    .nav-links li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .nav-links a {
        font-size: 16px;
        padding: 10px 0;
    }
    
    .menu-toggle {
        display: block; /* El botón siempre estará visible */
        cursor: pointer;
        font-size: 24px;
        color: white;
        position: absolute; /* Mantener el botón fijo */
        top: 15px; /* Ajustar según el diseño */
        right: 20px; /* Alinearlo a la derecha */
        z-index: 1000; /* Asegura que esté por encima del menú */
    }

    .button-cotiza {
        bottom: -20%; /* Ajusta la posición para pantallas más pequeñas */
    }

    .button-cotiza button {
        padding: 8px 20px;
        font-size: 8px;
        align-items: center;
    }
}

/* Estilos para pantallas pequeñas */
@media (max-width: 480px) {
    .button-cotiza {
        bottom: -20%; /* Ajusta más la posición */
    }

    .button-cotiza button {
        padding: 8px 20px;
        font-size: 10px;
    }
}

.button-cotiza button:hover {
    background-color: #5200FF;
}

.planet-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.planet-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: -18px;

}

/* Estilos responsivos para pantallas medianas */
@media (max-width: 768px) {
    .planet-card img {
        max-width: 90%;
    }
}

/* Estilos responsivos para pantallas pequeñas */
@media (max-width: 480px) {
    .planet-card img {
        max-width: 100%;
    }
}

footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social img {
    width: 24px;
    margin: 0 10px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    font-size: 1em; 
}

.footer-logo {
    margin-top: 10px;
    width: 120px;
}

.heart {
    color: red;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        margin-top: 20px;
    }

    .container2 h1 {
        font-size: 4em;
        text-align: center;
    }

    .cta-button2 {
        transform: translateX(0);
        font-size: 1em;
        width: 60%;
        padding: 15px 0;
        margin: 0 auto; /* Centra el botón horizontalmente */
        display: block; 
        margin-top: 50px;
    }

    .form-container {
        max-width: 100%;
        padding: 20px;
        margin-top: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .footer-bottom p {
        font-size: 0.9em;       /* Ajusta el tamaño de fuente para pantallas pequeñas */
        padding: 10px;          /* Añade espaciado si es necesario */
        text-align: center;     /* Mantiene el texto centrado en pantallas pequeñas */
    }

    .footer-logo {
        width: 80px;
        margin: 0 auto;
    }

    .footer-social img {
        width: 20px;
        margin: 0 10px;
    }
}
