.elementor-254 .elementor-element.elementor-element-04c7de5{--display:flex;--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f1dabc *//* ================= BASE ================= */
.seguridad-section{
  padding:120px 20px;
  background:linear-gradient(180deg,#f4f8ff 0%, #ffffff 100%);
  font-family:Arial, Helvetica, sans-serif;
  position:relative;
}

.seguridad-container{
  max-width:1200px;
  margin:auto;
}

/* ================= HEADER ================= */
.seguridad-header{
  text-align:center;
  margin-bottom:80px;
  opacity:0;
  transform:translateY(40px);
  transition:.8s ease;
}

.seguridad-header.active{
  opacity:1;
  transform:translateY(0);
}

.seguridad-badge{
  display:inline-block;
  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;
  padding:10px 22px;
  border-radius:30px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  box-shadow:0 8px 20px rgba(15,103,208,0.25);
}

.seguridad-header h1{
  font-size:44px;
  color:#003C87;
  margin:20px 0 15px;
  font-weight:800;
}

.seguridad-header p{
  max-width:680px;
  margin:auto;
  color:#5b6e86;
  font-size:17px;
  line-height:1.6;
}

/* ================= GRID ================= */
.seguridad-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* ================= CARDS ================= */
.seguridad-card{
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(10px);

  padding:28px;
  border-radius:20px;

  border:1px solid rgba(0,0,0,0.05);

  box-shadow:0 10px 30px rgba(0,0,0,0.06);

  position:relative;
  overflow:hidden;

  transition:.45s ease;

  opacity:0;
  transform:translateY(30px);
}

.seguridad-card.active{
  opacity:1;
  transform:translateY(0);
}

/* línea superior elegante */
.seguridad-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#0f67d0,#ff7a18);
}

/* glow suave */
.seguridad-card::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  background:rgba(15,103,208,0.08);
  border-radius:50%;
  top:-60px;
  right:-60px;
}

/* hover premium */
.seguridad-card:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* texto */
.seguridad-card h3{
  color:#003C87;
  margin-bottom:12px;
  font-size:20px;
  font-weight:800;
}

.seguridad-card p{
  color:#5b6e86;
  font-size:15.5px;
  line-height:1.6;
}

/* ================= NORMATIVA ================= */
.seguridad-normativa{
  margin-top:100px;
  text-align:center;
}

.seguridad-normativa h2{
  font-size:34px;
  color:#003C87;
  font-weight:800;
}

.normativa-list{
  margin-top:40px;
  display:flex;
  justify-content:center;
  gap:25px;
  flex-wrap:wrap;
}

/* cards normativa */
.norma{
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(8px);

  padding:25px;
  border-radius:18px;
  width:260px;

  border:1px solid rgba(0,0,0,0.05);

  box-shadow:0 10px 30px rgba(0,0,0,0.05);

  transition:.4s;
  position:relative;
}

.norma::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#0f67d0,#003C87);
}

.norma:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.1);
}

.norma h4{
  color:#003C87;
  margin-bottom:10px;
  font-weight:800;
}

.norma p{
  color:#5b6e86;
  font-size:14.5px;
}

/* ================= CTA ================= */
.seguridad-cta{
  margin-top:110px;
  padding:70px 30px;
  border-radius:24px;

  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;

  text-align:center;

  box-shadow:0 30px 80px rgba(0,0,0,0.2);

  position:relative;
  overflow:hidden;

  opacity:0;
  transform:translateY(40px);
  transition:.8s;
}

.seguridad-cta.active{
  opacity:1;
  transform:translateY(0);
}

/* glow fondo */
.seguridad-cta::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  top:-100px;
  right:-100px;
}

/* texto */
.seguridad-cta h2{
  font-size:32px;
  font-weight:800;
}

.seguridad-cta p{
  margin-top:10px;
  opacity:.9;
  font-size:16px;
}

/* botones */
.seguridad-buttons{
  margin-top:25px;
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

.seguridad-buttons a{
  padding:14px 28px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  transition:.3s;
}

/* blanco */
.seguridad-buttons a:first-child{
  background:#fff;
  color:#003C87;
}

.seguridad-buttons a:first-child:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* naranja */
.seguridad-buttons a:last-child{
  background:linear-gradient(135deg,#ff7a18,#ffb347);
  color:#fff;
}

.seguridad-buttons a:last-child:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(255,122,24,0.4);
}

/* ================= RESPONSIVE ================= */
@media(max-width:1000px){
  .seguridad-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .seguridad-grid{
    grid-template-columns:1fr;
  }

  .seguridad-header h1{
    font-size:32px;
  }

  .seguridad-cta{
    padding:50px 20px;
  }
}/* End custom CSS */