/* Variables */
:root {
    --primary-color: #D32F2F; /* Rojo de Renttec */
    --secondary-color: #8BC34A; /* Verde de Renttec */
    --accent-color: #C0A062; /* Dorado/marrón de Renttec */
    --gradient-start: #1565C0; /* Azul para gradiente como en zylohrzm.manus.space */
    --gradient-end: #2E7D32; /* Verde para gradiente como en zylohrzm.manus.space */
    --text-light: #ffffff;
    --text-dark: #333333;
    --background-light: #ffffff; /* Blanco como en zylohrzm.manus.space */
    --background-dark: #212121;
}

/* Reset y estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Arial', sans-serif;
    line-height: 1.8;
    color: var(--text-dark);
    background-color: var(--background-light);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4 {
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 100px 0;
    position: relative;
}

.btn-primary {
    display: inline-block;
    background: transparent;
    color: var(--text-light);
    padding: 15px 40px;
    border: 2px solid var(--text-light);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('img/wave.svg') no-repeat;
    background-size: cover;
}

.wave-reverse {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('img/wave-reverse.svg') no-repeat;
    background-size: cover;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--background-light);
    z-index: 1000;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 80px; /* Logo más grande como solicitado */
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    padding: 8px 15px;
    border-radius: 4px;
}

nav ul li:nth-child(1) a {
    background-color: #2196F3;
    color: white;
}

nav ul li:nth-child(2) a {
    background-color: #FFC107;
    color: white;
}

nav ul li:nth-child(3) a {
    background-color: #9C27B0;
    color: white;
}

nav ul li:nth-child(4) a {
    background-color: #009688;
    color: white;
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
    padding-top: 80px;
}

.hero-content {
    max-width: 600px;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* Quiénes Somos */
.conocenos {
    background-color: var(--background-light);
    text-align: center;
}

.conocenos .content {
    max-width: 800px;
    margin: 0 auto;
}

/* Servicios */
.servicios {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
}

.servicios h2 {
    color: var(--text-light);
}

.slider {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.slide {
    text-align: center;
    padding: 20px;
}

.slide-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 0;
    backdrop-filter: blur(5px);
}

.slide-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.controls button {
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
}

.indicators {
    display: flex;
    margin: 0 20px;
}

.indicators span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicators span.active {
    background: var(--text-light);
}

/* Beneficios */
.beneficios {
    background-color: var(--background-light);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

.card {
    background: white;
    border-radius: 0;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card h3 {
    color: var(--text-dark);
    font-size: 1.5rem;
}

/* Contáctenos */
.contactenos {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: var(--text-light);
}

.contactenos h2 {
    color: var(--text-light);
}

.contact-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.highlight {
    color: var(--secondary-color);
    font-weight: 700;
}

.contact-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    font-size: 1rem;
}

.form-group textarea {
    height: 150px;
    resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Footer */
footer {
    background: var(--background-light);
    color: var(--text-dark);
    padding: 80px 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-logo,
.footer-links,
.footer-contact {
    flex: 1;
    min-width: 250px;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 80px; /* Logo más grande como solicitado */
}

.footer-links h4,
.footer-contact h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    padding: 15px 25px;
    border-radius: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-btn i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: scale(1.05);
}

/* Made with Manus */
.made-with-manus {
    position: fixed;
    bottom: 30px;
    right: 200px;
    background: #333;
    color: white;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 0.8rem;
    z-index: 998;
}

/* Responsive */
@media (max-width: 768px) {
    h2 {
        font-size: 2.2rem;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    nav ul {
        display: none;
    }
    
    .contact-content {
        flex-direction: column;
    }
    
    .contact-image {
        margin-top: 40px;
    }
    
    section {
        padding: 80px 0;
    }
}
