/* Santander Online Banking Empresas - Estilo principal */

.cartel-flex.santander-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 38px 28px 32px;
    max-width: 600px;
    width: 100%;
    margin: 32px 0 18px 0;
    gap: 32px;
}
.cartel-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.cartel-title {
    font-family: 'Santander Headline', 'Segoe UI', Arial, sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #1e1f21;
    margin-bottom: 7px;
}
.cartel-desc {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
}
.cartel-icon {
    width: 56px;
    height: 56px;
    margin-left: 24px;
    flex-shrink: 0;
}
.security-btn-white {
    margin: 28px 0 16px 0;
    padding: 0 18px 0 10px;
    background: transparent !important;
    color: #fff;
    border: 1.5px solid #fff !important;
    border-radius: 22px !important;
    height: 38px !important;
    min-width: 0 !important;
    max-width: 260px;
    width: auto;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    outline: none;
    gap: 8px;
    justify-content: flex-start;
    white-space: nowrap;
}
@media (max-width: 900px) {
    .security-btn-white { max-width: 98vw; min-width: 120px; font-size: 0.95rem; }
}

.security-btn-white:hover {
    background: #f5f6fa !important;
    border: 1.5px solid #d32d27 !important;
}
@media (max-width: 900px) {
    .cartel-flex.santander-card { max-width: 98vw; padding: 14px 8px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .cartel-icon { margin-left: 0; margin-top: 10px; }
    .cartel-title { font-size: 1rem; }
    .cartel-desc { font-size: 0.95rem; }
    .security-btn-white { min-width: 120px; font-size: 0.95rem; }
}

.fBTsMR {
    font-family: "Santander Headline", "Segoe UI", Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1e1f21;
    font-size: 1.08rem;
}
.mTjh {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 1rem;
}
.login-btn-santander {
    width: 100%;
    padding: 12px;
    background-color: #ec0000;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 100px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .login-btn-santander:hover {
    background-color: #b80017;
  }
  
.kFAqDu {
    width: 54px;
    height: 54px;
    margin-left: 18px;
    flex-shrink: 0;
}
@media (max-width: 900px) {
    .iNCwLw { max-width: 98vw; flex-direction: column; align-items: flex-start; padding: 10px; }
    .kFAqDu { margin-left: 0; margin-top: 10px; }
    .fBTsMR { font-size: 1rem; }
    .mTjh { font-size: 0.95rem; }
}

.transfer-content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.transfer-icon {
    width: 54px;
    height: 54px;
    margin-top: 2px;
    flex-shrink: 0;
}
.transfer-title {
    font-family: 'Santander Headline', 'Segoe UI', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e1f21;
    margin-bottom: 6px;
}
.transfer-desc {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .transfer-banner { max-width: 98vw; padding: 14px 5vw 14px 5vw; }
    .transfer-banner-icon { width: 44px; height: 44px; margin-left: 12px; }
    .banner-security-btn { min-width: 120px; font-size: 0.95rem; }
}

/* Botón Operá con seguridad original Santander */
.jOHFyI {
    color: #fff;
    font-size: 14px;
    margin-top: 5%;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: row;
    place-content: flex-start center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 40px !important;
    height: 40px !important;
    min-width: 220px !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
    transition: 0.4s;
    cursor: pointer;
}
.llClON {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2rem;
    padding: 0.25rem 1rem;
    min-width: 8.5rem;
    height: 2rem;
    border-radius: 1rem;
    font-family: "Santander Micro Text", "Open Sans", sans-serif;
    transition: 0.4s ease-in-out;
    background-color: #ec0000;
    border: 0.0625rem solid #ec0000;
    color: #fff;
}
.ijARyP {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.dPxxlZ {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media (min-width: 48em) {
    .llClON {
        width: auto;
    }
}

@media (max-width: 900px) {
    .transfer-card { max-width: 98vw; padding: 16px 6px; }
    .transfer-content { flex-direction: column; align-items: flex-start; }
    .transfer-icon { margin-bottom: 10px; }
}
.fBTsMR {
    font-family: 'Santander Headline', 'Segoe UI', Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1e1f21;
    font-size: 1.15rem;
}
.mTjh {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 1rem;
}
.kFAqDu {
    width: 54px;
    float: right;
    margin-top: -60px;
    margin-right: 20px;
}
@media (max-width: 1919px) {
    .fBTsMR {
        font-size: 18px;
        width: 45%;
    }
    .mTjh {
        font-size: 14px;
    }
}
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #222a35 url('images/background1.webp') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.main-container {
    display: flex;
    min-height: 100vh;
    position: relative;
  }
  

.left-panel {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
}

.logo {
    width: 140px;
    margin-bottom: 40px;
}

.title {
    font-size: 2.8rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.card {
    background: #fff;
    color: #222a35;
    border-radius: 10px;
    padding: 25px 30px;
    max-width: 420px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: #f5f6fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}

.card-content {
    flex: 1;
}

.card-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.card-desc {
    font-size: 1rem;
    color: #444;
}

.security-btn {
    display: none;
}
.jOHFyI {
    color: #fff;
    font-size: 14px;
    margin-top: 5%;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: row;
    place-content: flex-start center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 40px !important;
    height: 40px !important;
    min-width: 220px !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
}
.llClON {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2rem;
    padding: 0.25rem 1rem;
    min-width: 8.5rem;
    height: 2rem;
    border-radius: 1rem;
    font-family: "Santander Micro Text", "Open Sans", sans-serif;
    transition: 0.4s ease-in-out;
    background-color: #ec0000;
    border: 0.0625rem solid #ec0000;
    color: #fff;
}
.ijARyP {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.dPxxlZ {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media (min-width: 48em) {
    .llClON {
        width: auto;
    }
}
.security-btn {
    background: #fff url('images/padlock.svg') no-repeat 16px center;
    background-size: 22px 22px;
    color: #222a35;
    border: none;
    border-radius: 6px;
    padding: 12px 28px 12px 48px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s;
    display: none;
}
.security-btn:hover {
    background: #f5f6fa;
}

.info {
    font-size: 0.92rem;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.contact {
    font-size: 0.92rem;
    color: #c9c9c9;
    margin-top: 40px;
}

.contact b {
    color: #fff;
}

.right-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 460px;
    padding: 60px 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
  }
  
  
  .login-box {
    width: 100%;
    max-width: 360px;
  }
  
  .login-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
  }
  
  .login-tab {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    cursor: pointer;
    color: #aaa;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    transition: all 0.2s ease;
  }

  .login-tab.active {
    color: #1e1f21 !important;
    font-weight: 500 !important;
    border-bottom: 4px solid #0087c5 !important;
  }
  
  .login-title {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    color: #1e1f21 !important;
    margin-top: 30px !important;
  }
  
  .login-desc {
    font-size: 1rem !important;
    color: #444 !important;
    margin-bottom: 35px !important;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222a35;
    margin-bottom: 6px;
  }

  .form-input {
    height: 44px !important;
    border: 1.2px solid #ccc !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    font-size: 1rem !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .input-icon-container {
    position: relative;
  }

  .input-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #0087c5 !important;
    opacity: 0.8 !important;
    font-size: 1.3rem !important;
    cursor: pointer;
  }
  
  /* Alineación checkbox y espaciado */
  .checkbox-group {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .checkbox-group input[type="checkbox"] {
    margin-right: 8px;
  }
  
  /* Botón ingresar */
  .login-btn-santander {
    width: 210px !important;
    height: 48px !important;
    background-color: #ec0000 !important;
    color: white !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 1.1rem !important;
    margin: 20px auto !important;
    display: block !important;
    cursor: pointer;
  }

  .help-link {
    text-align: center;
    margin-top: 20px;
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  
  .help-link a {
    color: #0087c5 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-decoration: none;
  }

  .security-info-box-new {
    border: 1.5px solid #004d71 !important;
    background: #eaf6fe !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-top: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  
  .security-info-box-new i {
    color: #004d71 !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }

  .security-text-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .security-title {
    color: #1e1f21 !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
  }

  .security-desc {
    color: #1e1f21 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    margin-top: 4px !important;
  }

  .security-link {
    color: #0000ff !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    font-size: 0.95rem !important;
    margin-top: 2px !important;
  }

  .security-link:hover {
    color: #0000cc !important;
  }