.elementor-564 .elementor-element.elementor-element-74f7e79{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-564 .elementor-element.elementor-element-38f886a{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-564 .elementor-element.elementor-element-38f886a.e-con{--align-self:stretch;}@media(min-width:768px){.elementor-564 .elementor-element.elementor-element-74f7e79{--width:83%;}.elementor-564 .elementor-element.elementor-element-38f886a{--width:34%;}}/* Start custom CSS for container, class: .elementor-element-74f7e79 *//* 1. ANIMACIONES */
@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes shine {
    100% { left: 125%; }
}

/* 2. ESTRUCTURA BASE */
body { transition: background 0.8s ease; }

.elementor-564 .elementor-element.elementor-element-74f7e79 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 90vh !important;
    width: 100%;
}

.elementor-564 .elementor-element.elementor-element-74f7e79 .main-flip-container {
    perspective: 1000px;
    width: 100%;
    max-width: 420px;
    height: 520px;
}

.elementor-564 .elementor-element.elementor-element-74f7e79 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.elementor-564 .elementor-element.elementor-element-74f7e79 .flipped { 
    transform: rotateY(180deg) !important; 
}

/* 3. CARAS DE LA TARJETA */
.elementor-564 .elementor-element.elementor-element-74f7e79 .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    pointer-events: none; /* Permite que el Tilt ignore el fondo */
}

.elementor-564 .elementor-element.elementor-element-74f7e79 .card-front { background: linear-gradient(135deg, #b71c1c 0%, #630a0a 100%); color: white; }
.elementor-564 .elementor-element.elementor-element-74f7e79 .card-back { background: rgba(255, 255, 255, 0.98); color: #333; transform: rotateY(180deg); }

/* 4. LOGO */
.logo-block { display: flex; align-items: center; margin-bottom: 25px; }
.escudo-img img { max-width: 45px !important; pointer-events: all; }
.logo-text-container { padding-left: 12px; border-left: 2px solid #D4AF37; text-align: left; }
.sub-text-top { font-size: 8px; text-transform: uppercase; letter-spacing: 1px; display: block; }
.main-title { font-weight: 900; font-size: 26px; line-height: 0.8 !important; margin: 0 !important; }

/* 5. TÍTULOS DE PLATAFORMA */
.title-section { text-align: center; margin-top: 10px; }
.platform-name { font-weight: 900; font-size: 35px; margin: 0; }
.divider { width: 40px; height: 3px; margin: 10px auto; }
.divider.gold { background: #D4AF37; }
.divider.red { background: #b22222; }
.platform-sub { font-weight: 700; font-size: 11px; letter-spacing: 2px; color: #ffd700; }

/* 6. BOTONES (AGRUPADOS Y FLOTANTES) */
.btn-entrar {
    margin-top: 20px;
    width: 260px !important;
    padding: 16px 0;
    background: #D4AF37;
    color: white !important;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
    animation: floating 5s ease-in-out infinite;
    pointer-events: all;
}

.btn-entrar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shine 4s infinite;
}

.switch-link {
    margin-top: 15px;
    cursor: pointer !important;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 25px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    animation: floating 5s ease-in-out infinite;
    animation-delay: 1s;
    pointer-events: all;
    transition: 0.3s;
}

.btn-entrar:hover, .switch-link:hover {
    transform: scale(1.05);
    animation-play-state: paused;
}/* End custom CSS */