.elementor-3714 .elementor-element.elementor-element-8374d5c{--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-b5c7138 */.termos-almapass{
  background:#F8F6F3;
  color:#17365D;
  font-family:Inter, sans-serif;
}

.termos-hero{
  padding:110px 40px 80px;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(110,149,200,.18), transparent 35%),
    linear-gradient(135deg,#F8F6F3 0%,#EEF4FB 100%);
}

.termos-hero span{
  display:block;
  margin-bottom:18px;
  font-family:Montserrat, sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:4px;
  color:#2B66B1;
}

.termos-hero h1{
  margin:0 0 24px;
  font-family:"Cormorant Garamond", serif;
  font-size:72px;
  line-height:1em;
  font-weight:500;
  color:#17365D;
}

.termos-hero p{
  max-width:760px;
  margin:0 auto;
  font-size:18px;
  line-height:1.8em;
  color:#4A5B73;
}

.termos-container{
  max-width:1400px;
  margin:0 auto;
  padding:70px 40px 110px;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:60px;
  align-items:start;
}

.termos-menu{
  position:sticky;
  top:110px;
  padding:28px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 20px 55px rgba(23,54,93,.08);
  border:1px solid rgba(23,54,93,.08);
}

.termos-menu a{
  display:block;
  padding:14px 0;
  border-bottom:1px solid rgba(23,54,93,.08);
  font-size:14px;
  font-weight:700;
  color:#17365D;
  text-decoration:none;
}

.termos-menu a:last-child{
  border-bottom:none;
}

.termos-menu a:hover{
  color:#2B66B1;
}

.termos-content{
  padding:60px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 25px 70px rgba(23,54,93,.08);
  border:1px solid rgba(23,54,93,.08);
}

.termos-content section{
  padding-bottom:48px;
  margin-bottom:48px;
  border-bottom:1px solid rgba(23,54,93,.10);
}

.termos-content section:last-of-type{
  border-bottom:none;
}

.termos-content h2{
  margin:0 0 22px;
  font-family:"Cormorant Garamond", serif;
  font-size:42px;
  line-height:1.12em;
  font-weight:600;
  color:#17365D;
}

.termos-content p{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.9em;
  color:#4A5B73;
}

.termos-card{
  margin-top:26px;
  padding:28px;
  border-radius:20px;
  background:linear-gradient(135deg,#EEF4FB 0%,#F8F6F3 100%);
  border:1px solid rgba(43,102,177,.10);
}

.termos-card strong{
  display:block;
  margin-bottom:10px;
  font-size:20px;
  color:#17365D;
}

.termos-card p{
  margin:6px 0;
}

.termos-final{
  margin-top:40px;
  padding:24px;
  border-radius:18px;
  background:#02142D;
}

.termos-final p{
  margin:0;
  color:#fff;
  font-size:14px;
}

@media(max-width:900px){
  .termos-container{
    grid-template-columns:1fr;
    padding:50px 22px 80px;
  }

  .termos-menu{
    position:relative;
    top:auto;
  }

  .termos-content{
    padding:34px 24px;
  }

  .termos-hero h1{
    font-size:44px;
  }

  .termos-content h2{
    font-size:32px;
  }
}/* End custom CSS */