/* DC Servicios - Cuentas 0.2.7 */
body.dcs-accounts-active{
  width:100%;
  max-width:100%;
  margin-inline:0;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
@supports(overflow:clip){
  body.dcs-accounts-active{overflow-x:clip!important}
}
body.dcs-accounts-active .dcc-site-shell,
body.dcs-accounts-active .dcc-header,
body.dcs-accounts-active .dcc-main,
body.dcs-accounts-active .dcc-service-shell-main,
body.dcs-accounts-active .dcc-footer{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
}
@supports(overflow:clip){
  body.dcs-accounts-active .dcc-site-shell,
  body.dcs-accounts-active .dcc-header,
  body.dcs-accounts-active .dcc-main,
  body.dcs-accounts-active .dcc-service-shell-main,
  body.dcs-accounts-active .dcc-footer{overflow-x:clip!important}
}
body.dcs-accounts-active .dcc-service-shell-main>.dcs-acc-auth,
body.dcs-accounts-active .dcc-service-shell-main>.dcs-acc-profile,
body.dcs-accounts-active .dcc-service-shell-main>.dcs-acc-single{
  width:100%!important;
  max-width:1220px!important;
  min-width:0!important;
  margin-inline:auto!important;
  box-sizing:border-box!important;
}

.dcs-acc-auth,.dcs-acc-profile,.dcs-acc-single,
.dcs-acc-auth *,.dcs-acc-profile *,.dcs-acc-single *{box-sizing:border-box}
.dcs-acc-auth,.dcs-acc-profile,.dcs-acc-single{
  color:#071b3d;
  padding:32px 20px 70px;
}
.dcs-acc-single{max-width:720px!important}
.dcs-acc-auth-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:24px;
  width:100%;
  min-width:0;
}
.dcs-acc-auth-grid--login,.dcs-acc-auth-grid--register{
  grid-template-columns:minmax(0,620px);
  justify-content:center;
}
.dcs-acc-auth-grid--login>.dcs-acc-card,.dcs-acc-auth-grid--register>.dcs-acc-card{
  width:100%;
  border:1px solid #d9e3f1!important;
  border-radius:24px!important;
}
.dcs-acc-intro,.dcs-acc-profile-head{
  width:100%;
  min-width:0;
  padding:38px;
  border-radius:28px;
  background:linear-gradient(135deg,#071b3d,#1d5be0);
  color:#fff;
  margin-bottom:24px;
  overflow:hidden;
}
.dcs-acc-intro span,.dcs-acc-profile-head span{font-size:.78rem;font-weight:800;letter-spacing:.13em}
.dcs-acc-intro h1,.dcs-acc-profile-head h1{
  font-size:clamp(2rem,4vw,4rem);
  line-height:1.05;
  margin:.4rem 0;
  overflow-wrap:anywhere;
}
.dcs-acc-intro p,.dcs-acc-profile-head p{max-width:760px;margin:0;color:#d9e6ff;overflow-wrap:anywhere}
.dcs-acc-card,.dcs-acc-panel{
  width:auto;
  min-width:0;
  max-width:100%;
  background:#fff;
  border:1px solid #d9e3f1;
  border-radius:24px;
  padding:24px;
  box-shadow:0 16px 40px rgba(6,26,58,.08);
}
form.dcs-acc-card,.dcs-acc-card form,.dcs-acc-panel form{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:15px}
.dcs-acc-card>*,.dcs-acc-panel>*,
.dcs-acc-card form>*,.dcs-acc-panel form>*{min-width:0;max-width:100%}
.dcs-acc-card h1,.dcs-acc-card h2,.dcs-acc-panel h2{margin-top:0;overflow-wrap:anywhere}
.dcs-acc-card label,.dcs-acc-panel label{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;margin:0 0 2px;font-weight:700;min-width:0}
.dcs-acc-card input,.dcs-acc-panel input,.dcs-acc-card select,.dcs-acc-panel select,.dcs-acc-card textarea,.dcs-acc-panel textarea{
  display:block;
  width:100%;
  min-height:52px;
  min-width:0;
  max-width:100%;
  border:1px solid #c9d7ea;
  border-radius:12px;
  padding:13px 14px;
  font:inherit;
}
.dcs-acc-card input:not([type=checkbox]):not([type=radio]),
.dcs-acc-panel input:not([type=checkbox]):not([type=radio]),
.dcs-acc-card select,.dcs-acc-panel select{
  height:52px!important;
  min-height:52px!important;
  padding:0 14px!important;
  line-height:1.2!important;
}
.dcs-acc-card small,.dcs-acc-panel small{font-weight:400;color:#65778f;overflow-wrap:anywhere}
.dcs-acc-btn{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  justify-content:center;
  align-items:center;
  border:0;
  border-radius:13px;
  padding:13px 18px;
  background:#1659df;
  color:#fff!important;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(22,89,223,.2);
  min-height:50px;
}
form.dcs-acc-card>.dcs-acc-btn{width:100%}
.dcs-acc-create-cta{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:4px;padding:16px;border:1px solid #d9e3f1;border-radius:14px;background:#f7faff;text-align:center}
.dcs-acc-create-cta>span{color:#52667f;font-weight:750}
.dcs-acc-create-cta .dcs-acc-btn-outline{width:100%;background:#1659df;color:#fff!important;-webkit-text-fill-color:#fff;border:2px solid #1659df;box-shadow:0 8px 18px rgba(22,89,223,.18)}
.dcs-acc-create-cta .dcs-acc-btn-outline:hover{background:#0d47bd;border-color:#0d47bd;color:#fff!important;-webkit-text-fill-color:#fff}
.dcs-acc-dark{background:#071b3d}
.dcs-acc-check{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:start;
  gap:10px!important;
  font-weight:500!important;
}
.dcs-acc-check input{width:20px!important;height:20px;margin:2px 0 0;padding:0;flex:none}
.dcs-honeypot{
  position:fixed!important;
  inset:0 auto auto 0!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
  contain:strict!important;
}
.dcs-honeypot label,.dcs-honeypot input{
  display:block!important;
  position:static!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
}
.dcs-acc-notice{padding:14px 16px;border-radius:14px;margin:0 0 22px;overflow-wrap:anywhere}
.dcs-acc-success{background:#e6f7ef;color:#086946}
.dcs-acc-error{background:#fff0f0;color:#9b1b1b}
.dcs-acc-divider{display:flex;align-items:center;gap:12px;margin:20px 0;width:100%}
.dcs-acc-divider:before,.dcs-acc-divider:after{content:"";height:1px;background:#d9e3f1;flex:1;min-width:0}
.dcs-acc-socials{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;min-width:0}
.dcs-acc-social{
  display:flex;
  width:100%;
  min-width:0;
  max-width:100%;
  justify-content:center;
  align-items:center;
  border:1px solid #cbd8e9;
  border-radius:12px;
  min-height:50px;
  padding:11px 14px;
  text-decoration:none;
  text-align:center;
  font-weight:800;
  color:#071b3d!important;
  background:#fff;
  overflow-wrap:anywhere;
}
.dcs-acc-social.google:before{content:"G";margin-right:9px;color:#4285f4}
.dcs-acc-social.facebook:before{content:"f";margin-right:9px;color:#1877f2}
form.dcs-acc-card>a:not(.dcs-acc-social){display:block;width:100%;min-width:0;overflow-wrap:anywhere}
.dcs-acc-help-links{display:flex;align-items:center;justify-content:space-between;gap:10px 18px;flex-wrap:wrap;margin-top:1px}
.dcs-acc-help-links a{color:#17345f;font-size:14px;line-height:1.35;text-decoration:underline;text-underline-offset:3px}
.dcs-acc-help-links a:hover,.dcs-acc-help-links a:focus-visible{color:#1659df}

/* Turnstile normal horizontal widget. Its real minimum is 300px. */
.dcs-turnstile-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  max-width:100%;
  height:65px;
  min-height:65px;
  flex:none;
  margin:4px 0;
  overflow:hidden;
  contain:layout paint;
}
.dcs-turnstile-wrap .cf-turnstile{
  flex:0 1 300px;
  width:300px!important;
  height:65px!important;
  min-height:65px!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.dcs-turnstile-wrap .cf-turnstile>*,
.dcs-turnstile-wrap iframe{
  width:300px!important;
  height:65px!important;
  min-height:65px!important;
  min-width:0!important;
  max-width:100%!important;
  border:0!important;
}

.dcs-acc-profile{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
.dcs-acc-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0}
.dcs-acc-status-grid>div{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;min-width:0;padding:20px;border:1px solid #d9e3f1;border-radius:18px;background:#fff}
.dcs-acc-status-grid span{font-weight:800}
.is-ok{color:#087a4a}.is-pending{color:#a66a00}
.dcs-acc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0}
.dcs-acc-grid>*{min-width:0}
.dcs-acc-social-manage{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
.dcs-acc-social-manage>div{display:flex;align-items:center;gap:14px;min-width:0;max-width:100%;padding:14px;border:1px solid #e0e7f1;border-radius:14px;flex-wrap:wrap}
.dcs-acc-linkbtn{border:0;background:none;color:#0d55d9;text-decoration:underline;cursor:pointer;padding:0;font:inherit;max-width:100%;overflow-wrap:anywhere;text-align:left}
.dcs-acc-locked{opacity:.78;background:#f5f8fc}
.dcs-acc-badge,.dcs-acc-warning{display:inline-flex;width:max-content;max-width:100%;padding:5px 10px;border-radius:999px;font-weight:800;font-size:.82rem}
.dcs-acc-badge{background:#e6f7ef;color:#087a4a}.dcs-acc-warning{background:#fff4dc;color:#986000}
.dcs-acc-privacy-actions{display:flex;gap:16px;min-width:0;max-width:100%;flex-wrap:wrap;align-items:center}
.dcs-acc-privacy-actions form{margin:0;min-width:0}
.dcs-acc-danger{margin-top:22px;border-top:1px solid #e2e8f1;padding-top:18px}
.dcs-acc-danger summary{cursor:pointer;font-weight:800;color:#8c1d1d}
.dcs-acc-danger p{color:#5d6e84;max-width:800px}
.dcs-acc-danger form{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;max-width:620px}
.dcs-acc-danger .dcs-acc-linkbtn{color:#a51f1f}
.dcs-acc-type-fieldset{border:0;padding:0;margin:0 0 18px;min-width:0;max-width:100%}
.dcs-acc-type-fieldset legend{font-weight:800;margin-bottom:10px}
.dcs-acc-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.dcs-acc-type-option{display:block!important;position:relative!important;margin:0!important;cursor:pointer;min-width:0}
.dcs-acc-type-option>input{
  position:absolute!important;
  inset:0 auto auto 0!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  opacity:0;
  pointer-events:none;
}
.dcs-acc-type-content{display:flex;min-width:0;min-height:118px;flex-direction:column;gap:7px;padding:16px;border:2px solid #d8e2ef;border-radius:16px;background:#f8fafc;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.dcs-acc-type-content b{font-size:1.05rem;color:#071b3d}.dcs-acc-type-content small{color:#5f7087;line-height:1.45}
.dcs-acc-type-option>input:checked+.dcs-acc-type-content{border-color:#1659df;background:#edf4ff;box-shadow:0 0 0 3px rgba(22,89,223,.1)}
.dcs-acc-type-option>input:focus-visible+.dcs-acc-type-content{outline:3px solid rgba(22,89,223,.25);outline-offset:2px}
.dcs-acc-account-type{display:inline-flex;width:max-content;max-width:100%;justify-self:start;padding:5px 10px;border-radius:999px;font-weight:800}
.dcs-acc-account-type.is-user{background:#eaf2ff;color:#164fae}.dcs-acc-account-type.is-business{background:#e6f7ef;color:#087a4a}
.dcs-acc-profile p,.dcs-acc-profile small,.dcs-acc-profile strong,.dcs-acc-profile span,.dcs-acc-profile a{overflow-wrap:anywhere}


@media(max-width:900px){
  .dcs-acc-auth-grid{grid-template-columns:minmax(0,1fr)}
  .dcs-acc-auth-grid--both{max-width:680px;margin-inline:auto}
}
@media(max-width:760px){
  body.dcs-accounts-active .dcc-container{width:calc(100% - 24px)!important;max-width:1180px!important}
  .dcs-acc-auth-grid,.dcs-acc-status-grid,.dcs-acc-grid{grid-template-columns:minmax(0,1fr)}
  .dcs-acc-auth,.dcs-acc-profile,.dcs-acc-single{width:100%;padding:20px 8px 50px}
  .dcs-acc-intro,.dcs-acc-profile-head{padding:26px 20px;border-radius:22px}
  .dcs-acc-intro h1,.dcs-acc-profile-head h1{font-size:2.25rem}
  .dcs-acc-card,.dcs-acc-panel{padding:20px 16px;border:1px solid #d9e3f1!important;border-radius:20px!important}
  .dcs-acc-card h1,.dcs-acc-card h2{font-size:2rem;line-height:1.08}
  .dcs-acc-card input,.dcs-acc-panel input,
  .dcs-acc-card select,.dcs-acc-panel select,
  .dcs-acc-card textarea,.dcs-acc-panel textarea{font-size:16px!important;line-height:1.35}
  .dcs-acc-type-grid{grid-template-columns:minmax(0,1fr)}
  .dcs-acc-type-content{min-height:0}
  .dcs-acc-help-links{align-items:flex-start;flex-direction:column}
}
@media(max-width:340px){
  body.dcs-accounts-active .dcc-container{width:calc(100% - 16px)!important}
  .dcs-acc-auth,.dcs-acc-profile,.dcs-acc-single{padding-inline:0}
  .dcs-acc-card,.dcs-acc-panel{padding-inline:12px;border-radius:16px!important}
  .dcs-acc-intro,.dcs-acc-profile-head{margin-inline:0;padding-inline:14px;border-radius:18px}
  .dcs-acc-intro h1,.dcs-acc-profile-head h1{font-size:2rem}
  .dcs-acc-card h1,.dcs-acc-card h2{font-size:1.85rem}
}
