/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.23.1771432434
Updated: 2026-02-18 11:33:54

*/
/* ================================
   CHECKOUT PREMIUM IEFAP
================================ */

/* Fondo general */
.woocommerce-checkout {
    background: #f4f6f9;
    padding: 40px 0;
}

/* Contenedor principal */
.woocommerce-checkout form.checkout {
    max-width: 1100px;
    margin: auto;
}

/* ===== TARJETA REGISTRO ===== */

.woocommerce-checkout .col2-set {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

/* Título principal */
.woocommerce-checkout h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 25px;
}

/* ===== BLOQUE USUARIO Y CONTRASEÑA ===== */

.woocommerce-account-fields {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border: 2px solid #e0e7ff;
    padding: 30px;
    border-radius: 18px;
    margin-top: 35px;
    position: relative;
}

/* Título automático */
.woocommerce-account-fields::before {
    content: "Acceso al Aula Virtual IEFAP";
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 8px;
}

/* Subtexto */
.woocommerce-account-fields::after {
    content: "Estos datos serán tu usuario y contraseña para ingresar a tu escritorio académico.";
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Inputs modernos */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    border-radius: 14px !important;
    padding: 14px !important;
    border: 1px solid #dbe2ea !important;
    transition: all 0.3s ease;
}

/* Focus elegante */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

/* ===== RESUMEN DE PEDIDO ===== */

.woocommerce-checkout-review-order {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* Título resumen */
#order_review_heading {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
}

/* ===== MÉTODO DE PAGO ===== */

#payment {
    background: #f9fafb;
    padding: 20px;
    border-radius: 14px;
}

/* ===== BOTÓN PREMIUM ===== */

.woocommerce #payment #place_order {
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    transition: all 0.3s ease;
}

.woocommerce #payment #place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(30,58,138,0.25);
}

/* ===== MENSAJE YA ERES CLIENTE ===== */

.woocommerce-form-login-toggle {
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 14px;
    margin-bottom: 20px;
}


