.elementor-268 .elementor-element.elementor-element-e26c0c3{--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-0a36cbb */.res3100{
  padding:100px 20px;
  background:#f7faff;
  font-family:Arial, sans-serif;
}

.res3100-container{
  max-width:1100px;
  margin:auto;
}

/* HEADER */
.res-header{
  text-align:center;
  margin-bottom:60px;
  opacity:0;
  transform:translateY(40px);
  transition:.8s;
}

.res-header.active{
  opacity:1;
  transform:translateY(0);
}

.res-badge{
  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;
  padding:8px 18px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
}

.res-header h1{
  font-size:40px;
  color:#003C87;
  margin:15px 0;
}

.res-header p{
  color:#5b6e86;
}

/* LISTA */
.res-list{
  display:flex;
  flex-direction:column;
  gap:20px;
}

/* ITEM */
.res-item{
  display:flex;
  align-items:center;
  gap:20px;

  background:#fff;
  padding:20px;
  border-radius:16px;

  box-shadow:0 10px 25px rgba(0,0,0,0.05);

  opacity:0;
  transform:translateY(30px);
  transition:.4s;
}

.res-item.active{
  opacity:1;
  transform:translateY(0);
}

.res-item:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

/* ICONOS PRO */
.res-icon{
  min-width:55px;
  height:55px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:linear-gradient(135deg,#0f67d0,#003C87);
  border-radius:14px;

  color:#fff;
  font-size:22px;

  box-shadow:0 10px 20px rgba(15,103,208,0.3);

  transition:.3s;
}

.res-icon i{
  color:#fff;
}

/* HOVER ICONO */
.res-item:hover .res-icon{
  transform:scale(1.1) rotate(3deg);
  background:linear-gradient(135deg,#ff7a18,#ffb347);
}

/* CONTENIDO */
.res-content h3{
  color:#003C87;
  margin-bottom:5px;
}

.res-content p{
  color:#5b6e86;
  font-size:15px;
}

/* CTA */
.res-cta{
  margin-top:60px;
  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;
  padding:40px;
  border-radius:16px;
  text-align:center;

  opacity:0;
  transform:translateY(40px);
  transition:.8s;
}

.res-cta.active{
  opacity:1;
  transform:translateY(0);
}

.res-buttons{
  margin-top:20px;
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

.res-buttons a{
  padding:12px 24px;
  border-radius:10px;
  text-decoration:none;
  font-weight:800;
}

/* BOTONES */
.res-buttons a:first-child{
  background:#fff;
  color:#003C87;
}

.res-buttons a:last-child{
  background:linear-gradient(135deg,#ff7a18,#ffb347);
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:700px){
  .res-item{
    flex-direction:column;
    text-align:center;
  }

  .res-header h1{
    font-size:28px;
  }
}/* End custom CSS */