        body {
            font-family: 'Segoe UI', sans-serif;
            background: #efefef;
            margin: 0;
            padding: 0;
        }

        header {
            background: #202020;
            color: #e6c45c;
            padding: 35px;
            text-align: center;
        }

        header h1 {
            margin: 0;
            font-size: 34px;
        }

        section {
            max-width: 1100px;
            margin: auto;
            padding: 25px;
        }

        .info-box {
            background: white;
            padding: 25px;
            border-left: 6px solid #e6c45c;
            border-radius: 8px;
            margin-bottom: 35px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .info-box h2 {
            margin-top: 0;
        }

        .catalog-title {
            text-align: center;
            font-size: 26px;
            margin-bottom: 25px;
            font-weight: 700;
            color: #222;
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 25px;
        }

        .item {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            transition: transform .2s ease-in-out;
        }

        .item:hover {
            transform: translateY(-5px);
        }

        .item img {
            width: 100%;
            height: 230px;
            object-fit: cover;
        }

        .item p {
            padding: 15px;
            text-align: center;
            font-size: 15px;
        }

        .item strong {
            color: #202020;
        }
        img{
            width: 10%;
            margin: 10px 10px 10px 10px;
        }
        .principal{
    display: flex;
    justify-content: center;;
        }
        .blanco{
            margin: 10px 10px 10px 10px;
        }
        .dentro{
    display: flex;
    flex-direction: column;
        }

.footer {
    background: #202020;
    color: white;
    padding: 40px 20px;
    margin-top: 50px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.footer-info h3 {
    margin-top: 0;
    color: #e6c45c;
}

.footer-form h3 {
    margin-top: 0;
    color: #000000;
}

.footer-form input,
.footer-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
}

.footer-form button {
    background: #e6c45c;
    color: #202020;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.footer-form button:hover {
    background: #f5d974;
}

.footer-copy {
    text-align: center;
    color: #ccc;
    margin-top: 30px;
    font-size: 14px;
}

.otro{
        margin-top: 0;
    color: #000000;
}

@media screen and (max-width: 768px) {
            
            body {
            font-family: 'Segoe UI', sans-serif;
            background: #efefef;
            margin: 0;
            padding: 0;
        }

        header {
            background: #202020;
            color: #e6c45c;
            padding: 35px;
            text-align: center;
        }

        header h1 {
            margin: 0;
            font-size: 34px;
        }

        section {
            max-width: 1100px;
            margin: auto;
            padding: 25px;
        }

        .info-box {
            background: white;
            padding: 25px;
            border-left: 6px solid #e6c45c;
            border-radius: 8px;
            margin-bottom: 35px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .info-box h2 {
            margin-top: 0;
        }

        .catalog-title {
            text-align: center;
            font-size: 26px;
            margin-bottom: 25px;
            font-weight: 700;
            color: #222;
        }

        /* GALERÍA ESTILO NUEVO */
        .gallery {
            display: grid;
            gap: 25px;
        }

        .item {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            transition: transform .2s ease-in-out;
        }

        .item:hover {
            transform: translateY(-5px);
        }

        .item img {
            width: 100%;
            height: 230px;
            object-fit: cover;
            margin: 0px;
        }

        .item p {
            padding: 15px;
            text-align: center;
            font-size: 15px;
        }

        .item strong {
            color: #202020;
        }
        img{
        width: 54%;
        margin: 10px 10px 10px 75px;
            }
        .principal{
        display: flex;
        justify-content: center;
        flex-direction: column;
        }
        .blanco{
            margin: 10px 10px 10px 10px;
        }
        .dentro{
        display: flex;
        flex-direction: column;
        }
        /* FOOTER GENERAL */
.footer {
    background: #202020;
    color: white;
    padding: 40px 20px;
    margin-top: 50px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.footer-info h3 {
    margin-top: 0;
    color: #e6c45c;
}

.footer-form h3 {
    margin-top: 0;
    color: #000000;
}

.footer-form input,
.footer-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
}

.footer-form button {
    background: #e6c45c;
    color: #202020;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.footer-form button:hover {
    background: #f5d974;
}

.footer-copy {
    text-align: center;
    color: #ccc;
    margin-top: 30px;
    font-size: 14px;
}
.otro{
        margin-top: 0;
    color: #000000;
}
}

    }
