/* General */
body {
    background: linear-gradient(135deg, #fefefe 0%, #aab0ef 100%);
    margin: 0;
    font-family: 'Lora', 'Roboto', Arial, sans-serif;
    color: #222;
}

/* Contenedor principal */
.contenedor {
    width: 90%;
    max-width: 1100px;
    margin: 2rem auto;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    border-top: 5px solid #ffcc00;
    border-bottom: 5px solid #ef3340;
    box-shadow: 0 8px 32px rgba(0, 51, 160, 0.06);
    display: flex;
    gap: 2rem;
    padding: 2rem;
    font-family: 'Montserrat', Montserrat, sans-serif;
}

/* Header y Footer */
header, footer {
    background: #c1e6bffb;
    color: #0033a0;
    text-align: center;
    padding: 2rem 0;
    letter-spacing: 2px;
    font-family: 'Montserrat', Arial, sans-serif;
}

header {
    position: relative;
}

header h1 {
    font-size: 2.5rem;
    font-weight: 1800;
    letter-spacing: 2px;
    margin: 0.5em 0;
    text-shadow: 0 2px 8px rgba(0,51,160,0.06);
}

footer {
    margin-top: 2rem;
    border-radius: 0 0 16px 16px;
    font-size: 1rem;
    box-shadow: 0 -4px 16px rgba(0, 51, 160, 0.07);
    border-top: 3px solid #fcfcfc;
    padding: 2rem 0 1.2rem 0;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: repeating-linear-gradient(
        90deg,
        #b4015d 0 33%,
        #b4015d 33% 66%,
        #b4015d 66% 100%
    );
    border-radius: 0 0 8px 8px;
}

/* Logo */
.logo-derecha {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 70px;
    opacity: 0.7;
    border: 2x solid #000000;
    border-radius: 16px;
    transition: opacity 0.3s;
}
.logo-derecha:hover {
    opacity: 1;
}

/* Aside */
aside {
    width: 220px;
    background: #f0f6ff;
    border-left: 5px solid #0033a0;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e0e0e0;
}

aside h1 {
    color: #b4015d;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

aside h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2rem;
    color: #ef3340;
    margin-bottom: 1rem;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    margin-bottom: 1rem;
}

aside ul li a {
    color: #060606;
    text-decoration: none;
    padding: 0.7em 1em;
    border-radius: 6px;
    display: block;
    font-weight: 600;
    transition: background 0.3s, color 0.3s, transform 0.2s;
}

aside ul li a:hover {
    background: #b4015d;
    color: #f5f5f5;
    transform: translateX(8px) scale(1.05);
}

/* Sección principal */
section {
    flex: 1;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e0e0e0;
}

/* Títulos */
h1, h2 , h3{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Imágenes */
img, section img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(34, 34, 59, 0.10);
    margin-top: 1rem;
    transition: box-shadow 0.3s, transform 0.3s;
}

section img:hover {
    box-shadow: 0 8px 32px rgba(34, 34, 59, 0.18);
    transform: scale(1.03);
}

.producto-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,51,160,0.08);
    display: inline-block;
    vertical-align: middle;
}

/* Botón de retorno */
.btn-retorno {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.7em 1.5em;
    background: #b4015d;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px #c9ada7;
    transition: background 0.3s, color 0.3s, transform 0.2s;
}
.btn-retorno:hover {
    background: #f7e604;
    color: #080700;
    transform: translateY(-3px) scale(1.04);
}

/* Línea divisoria */
hr {
    border: 0;
    height: 3px;
    background: #ffcc00;
    margin: 2rem 0;
}

/* Slider (hcg-slider) */
.hcg-slider {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.hcg-slide-container {
    max-width: 100%;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
}
.hcg-slides {
    display: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #a0a0a0;
}
.hcg-slides img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.hcg-slide-text {
    color: #ffffff;
    font-size: 14px;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    text-align: center;
    text-shadow: 0 0 2px #000;
    background-color: rgba(255,255,255,0.30);
    display: inline-block;
    transform: translate(-50%, -5px);
}
.hcg-slide-dot-control {
    margin-top: 10px;
    text-align: center;
}
.hcg-slide-dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.hcg-slide-dot.dot-active {
    background-color: #717171;
}
.hcg-slide-number {
    color: #ffffff;
    font-size: 12px;
    padding: 4px 7px;
    position: absolute;
    border-radius: 5px;
    top: 5px;
    left: 5px;
    background-color: rgba(255,255,255,0.30);
}

/* Animaciones */
.animated { 
    animation-name: fadeIn; 
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn {
    animation-name: fadeIn;
}

/* Responsive */
@media (max-width: 900px) {
    .contenedor {
        flex-direction: column;
        padding: 1rem;
        border-radius: 0 0 16px 16px;
    }
    aside {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.producto-img:hover {
    filter: brightness(1.1) saturate(1.2);
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 8px 32px rgba(34, 34, 59, 0.18);
    transition: all 0.3s;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color:#b4015d
}



/* Formulario de contacto */
.form-contacto {
    display: flex;
    flex-direction: column;
    gap: 1em;
    background: #f0f6ff;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e0e0e0;
    margin-bottom: 2em auto;
    max-width: 500px;
}

.form-contacto label {
    font-weight: 600;
    color: #0033a0;
}

.form-contacto input,
.form-contacto textarea {
    padding: 0.7em;
    border: 1px solid #;
    border-radius: 6px;
    font-family: inherit;
    font-size: 1em;
    resize: vertical;
}

.form-contacto input:focus,
.form-contacto textarea:focus {
    outline: none;
    border-color: #ffcc00;
    background: #fffbe6;
}

.form-contacto button {
    align-self: flex-stab4015drt;
}

label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #0033a0;
}

.redes-sociales {
    margin: 0.1em 0 1em 0;
    display: flex;
    gap: 0.5em;
    justify-content: center;
}

.redes-sociales a img {
    width: 66px;
    height: 66px;
    filter: grayscale(60%);
    transition: filter 0.3s, transform 0.3s;
}

.redes-sociales a img:hover {
    filter: grayscale(0%) brightness(1.2);
    transform: scale(1.15);
}

.informacion-contacto {
    flex: 1;
    min-width: 200px;
    background: #f0f6ff;
    border-left: 5px solid #0033a0;
    padding: 2em 1em;
    border-radius: 12px;
    box-shadow: 0 2px 8px #e0e0e0;
}