* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #333;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0b6b3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    z-index: 1000;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.logo-nav img {
    height: 55px;
    background: white;
    padding: 6px;
    border-radius: 10px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s;
}

.menu a:hover {
    color: #f57c00;
}

.btn-login {
    background-color: #f57c00;
    color: white;
    padding: 10px 22px;
    border-radius: 25px;
}

.btn-login:hover {
    background-color: #d96a00;
    color: white;
}

.seccion {
    padding: 110px 60px 70px;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f2fbf5 100%);
    padding-top: 120px;
}

.hero-contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}

.hero-texto {
    flex: 1;
    min-width: 300px;
}

.hero-texto h1 {
    font-size: 58px;
    color: #f57c00;
    margin-bottom: 20px;
}

.hero-texto h2 {
    font-size: 28px;
    color: #e98b07f7;
    margin-bottom: 20px;
}

.hero-texto p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.hero-texto .boton {
    display: inline-block;
    background-color: #f57c00;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}

.hero-texto .boton:hover {
    background-color: #d96a00;
}

.hero-imagen {
    flex: 1;
    min-width: 320px;
    text-align: center;
}

.hero-imagen img {
    width: 100%;
    max-width: 580px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

h2.titulo-seccion {
    text-align: center;
    font-size: 38px;
    color: #f57c00;
    margin-bottom: 35px;
}

.historia-contenido {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.historia-texto {
    flex: 1;
    min-width: 300px;
    font-size: 18px;
    line-height: 1.8;
}

.historia-img {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.historia-img img {
    width: 100%;
    max-width: 500px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.galeria {
    max-width: 1200px;
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.galeria img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.clientes-logos {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    align-items: center;
}

.logo-cliente {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.logo-cliente img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.contacto-contenido {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.contacto-info {
    font-size: 18px;
    line-height: 1.8;
}

.formulario {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.formulario label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #0b6b3a;
}

.formulario input,
.formulario textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
}

.formulario textarea {
    min-height: 120px;
    resize: vertical;
}

.formulario button {
    background-color: #f57c00;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.formulario button:hover {
    background-color: #d96a00;
}

.boton-contacto {
    display: inline-block;
    text-decoration: none;
    background-color: #f57c00;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.boton-contacto:hover {
    background-color: #d96a00;
}

footer {
    background-color: #0b6b3a;
    color: white;
    text-align: center;
    padding: 25px 20px;
    margin-top: 40px;
}

.letra-blanca {
    color: white;
}

@media (max-width: 900px) {
    nav {
        flex-direction: column;
        gap: 12px;
        padding: 15px 20px;
    }

    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .seccion {
        padding: 140px 25px 60px;
    }

    .hero-texto h1 {
        font-size: 42px;
    }

    .hero-texto h2 {
        font-size: 24px;
    }

    .contacto-contenido {
        grid-template-columns: 1fr;
    }
}