* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* ===== FONDO GENERAL ===== */
body {
    margin: 0;
    min-height: 100vh;
    background-image: url("images/fondo3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ===== CENTRADO ===== */
.page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* ===== FORMULARIO ===== */
.form-card {
    width: 100%;
    max-width: 380px;
    min-height: 620px;
    background-image: url("images/formulario.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    overflow: hidden;
}

/* ===== OVERLAY ===== */
.form-overlay {
    min-height: 100%;
    background: rgba(255,255,255,0.85);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===== TITULO ===== */
.form-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

/* ===== INPUTS ===== */
input, select {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* ===== ARCHIVO ===== */
.file-label {
    font-size: 13px;
    font-weight: 600;
}

.file-btn {
    padding: 10px;
    background: #f3f4f6;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

#file-name {
    font-size: 13px;
    text-align: center;
    font-style: italic;
}

/* ===== BOTON ===== */
button {
    margin-top: auto;
    padding: 14px;
    border: none;
    border-radius: 14px;
    background: #ffc107;
    font-weight: 600;
    font-size: 15px;
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .form-card {
        max-width: 95%;
        min-height: 600px;
    }
}

/* ===== ESTILO GENERAL ===== */
.thanks-body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a0dab, #4a35d6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', sans-serif;
}

/* ===== TARJETA ===== */
.thanks-card {
    background: #ffffff;
    width: 90%;
    max-width: 380px;
    padding: 30px 22px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* ===== TEXTOS ===== */
.thanks-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a0dab;
}

.thanks-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 22px;
}

/* ===== BOTÓN ===== */
.btn-close {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #1a0dab;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-close:hover {
    background: #13088f;
}

/* ===== REDES ===== */
.social-section {
    margin-top: 25px;
}

.social-section h2 {
    font-size: 14px;
    margin-bottom: 12px;
    color: #333;
    letter-spacing: 1px;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.social-icons li {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

/* Colores redes */
.facebook { background: #1877f2; }
.instagram { background: #e1306c; }
.whatsapp { background: #25d366; }
.tiktok { background: #000; }


.thanks-body {
    min-height: 100vh;
    margin: 0;
    font-family: 'Poppins', sans-serif;

    /* Fondo */
    background-image: url("images/fondo4.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Centrado */
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
body, html {
    height: 100%;
    margin: 0;
}

.page {
    /* Ruta de tu imagen */
    background-image: url('images/100326.png'); 

    /* Centra la imagen y hace que cubra todo el espacio */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Asegura que ocupe el alto total de la ventana */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_bioestimuladores {
    /* Ruta de tu imagen */
    background-image: url('images/270326.png'); 
    
    /* Centra la imagen y hace que cubra todo el espacio */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Asegura que ocupe el alto total de la ventana */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_toxina {
    /* Ruta de tu imagen */
    background-image: url('images/070426.png'); 
    
    /* Centra la imagen y hace que cubra todo el espacio */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Asegura que ocupe el alto total de la ventana */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;    
}