/* ERA/IRESC ENTERPRISE BUILD 22.3.4-C */

.hero{
  min-height:590px !important;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,107,0,.22),transparent 25%),
    linear-gradient(90deg,rgba(0,12,30,.97),rgba(0,29,61,.76),rgba(0,12,30,.28)),
    url('/assets/img/hero-era.jpg') center/cover no-repeat !important;
}
.hero h2{
  max-width:720px;
  font-size:58px !important;
  letter-spacing:-1.4px;
}
.hero p{max-width:640px}
.hero .btn{
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.hero .btn:hover{
  transform:translateY(-3px);
  box-shadow:0 17px 34px rgba(0,0,0,.24);
}

.quickgrid{
  gap:16px !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.quickitem{
  min-height:132px !important;
  border:1px solid #aec9dc !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#f5fbfe,#dbeaf4) !important;
  box-shadow:0 14px 30px rgba(0,42,82,.12) !important;
}
.quickitem:hover{
  transform:translateY(-5px) !important;
  border-color:#ff6b00 !important;
  box-shadow:0 20px 40px rgba(255,107,0,.17) !important;
}
.quickitem .qico{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#cce1ee;
  margin-bottom:12px !important;
}

.card,.reco-box,.recuperadas-box,.official-partners{
  border-radius:20px !important;
}
.news-premium-card,.operativo-premium-card,.alertas-oficiales-card{
  box-shadow:0 18px 42px rgba(8,29,56,.12) !important;
}
.grid-main{
  gap:24px !important;
  align-items:stretch !important;
}
.operativo-premium-card{min-height:100%}

.web-card{
  display:flex;
  flex-direction:column;
  min-height:220px;
}
.web-card p{flex:1}
.web-card a{
  align-self:flex-start;
  box-shadow:0 8px 18px rgba(7,29,56,.12);
}

.footer{
  position:relative;
  background:linear-gradient(135deg,#00152c,#0c4778) !important;
  border-top:8px solid #ff6b00 !important;
}
.footer:after{
  content:"ERA/IRESC Enterprise Stable · Build 22.3.4-C · Portal institucional";
  display:block;
  max-width:1240px;
  margin:22px auto 0;
  padding:16px 24px 0;
  border-top:1px solid rgba(255,255,255,.12);
  color:#aac0d3;
  text-align:center;
  font:800 12px Arial,Helvetica,sans-serif;
}

main.wrap > section:first-child{margin-top:24px !important}

@media(max-width:960px){
  .hero{min-height:auto !important;padding-bottom:72px}
  .quickgrid{grid-template-columns:repeat(2,1fr) !important}
}
@media(max-width:650px){
  .quickgrid{grid-template-columns:1fr !important}
  .hero h2{font-size:36px !important}
}