/* TP UNIVERSO PREVIEW V3 */
body.page-id-4913 #page,
body.page-id-4913 .site-content.grid-container,
body.page-id-4913 .site-content{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
body.page-id-4913 #primary,
body.page-id-4913 .content-area{
  width:100%!important;
  float:none!important;
}
body.page-id-4913 #right-sidebar,
body.page-id-4913 .widget-area{
  display:none!important;
}
body.page-id-4913 .site-main{
  margin:0!important;
}
body.page-id-4913 .inside-article{
  padding:0!important;
  background:transparent!important;
}
body.page-id-4913 .entry-content{
  margin:0!important;
}
body.page-id-4913 .site-header .inside-header{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
}

.tp-world-v2{
  --deep:#02263f;
  --blue:#0a567f;
  --ink:#123149;
  --copy:#526c7f;
  --pale:#eef4f7;
  --line:#d9e4e9;
  color:var(--ink);
  font-size:17px;
  line-height:1.65;
  overflow:hidden;
}
.tp-world-v2 *{box-sizing:border-box}
.tp-world-shell{
  width:min(1180px,calc(100% - 48px));
  margin-inline:auto;
}

/* Hero */
.tp-world-hero{
  position:relative;
  min-height:610px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--deep);
}
.tp-world-hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  object-fit:cover;
  object-position:center;
}
.tp-world-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(1,31,52,.97) 0%,rgba(2,38,63,.91) 34%,rgba(2,38,63,.56) 62%,rgba(2,38,63,.12) 100%);
}
.tp-world-hero-copy{
  position:relative;
  z-index:2;
  max-width:680px;
  padding:90px 0 96px;
}
.tp-world-kicker,
.tp-world-label{
  margin:0 0 12px;
  color:#5f879d;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tp-world-kicker{
  margin-bottom:17px;
  color:#b8d7e5;
  letter-spacing:.15em;
}
.tp-world-hero h1{
  max-width:720px;
  margin:0;
  color:#fff;
  font-size:clamp(46px,5vw,72px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.tp-world-lead{
  max-width:620px;
  margin:25px 0 0;
  color:#eef6f9;
  font-size:21px;
  line-height:1.55;
}
.tp-world-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:31px;
}
.tp-world-button{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border:1px solid transparent;
  border-radius:3px;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
}
.tp-world-button-primary{
  background:#fff;
  color:var(--deep);
}
.tp-world-button-primary:hover{
  background:#edf5f8;
  color:var(--deep);
}
.tp-world-button-outline{
  border-color:rgba(255,255,255,.62);
  background:rgba(255,255,255,.06);
  color:#fff;
}
.tp-world-button-outline:hover{
  border-color:#fff;
  background:rgba(255,255,255,.13);
  color:#fff;
}

/* Identidad */
.tp-world-intro{
  padding:92px 0;
  background:#fff;
}
.tp-world-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:85px;
  align-items:start;
}
.tp-world-intro h2,
.tp-world-route h2,
.tp-world-final h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(36px,4vw,54px);
  line-height:1.06;
  letter-spacing:-.038em;
}
.tp-world-intro-copy>p:last-child{
  margin:22px 0 0;
  color:var(--copy);
  font-size:19px;
  line-height:1.68;
}
.tp-world-traits{
  border-top:1px solid var(--line);
}
.tp-world-trait{
  display:grid;
  grid-template-columns:45px minmax(0,1fr);
  gap:18px;
  padding:23px 0;
  border-bottom:1px solid var(--line);
}
.tp-world-trait-number{
  color:#779aae;
  font-size:13px;
  font-weight:800;
  letter-spacing:.1em;
}
.tp-world-trait h3{
  margin:0;
  color:var(--ink);
  font-size:23px;
  line-height:1.2;
}
.tp-world-trait p{
  margin:8px 0 0;
  color:var(--copy);
  font-size:16px;
  line-height:1.58;
}

/* Recorrido */
.tp-world-route{
  padding:92px 0 96px;
  background:var(--pale);
}
.tp-world-route-head{
  max-width:780px;
  margin-bottom:48px;
}
.tp-world-route-head>p:last-child{
  margin:18px 0 0;
  color:var(--copy);
  font-size:19px;
}
.tp-world-books{
  border-top:1px solid #cbd9df;
}
.tp-world-book{
  display:grid;
  grid-template-columns:65px 175px minmax(0,1fr) auto;
  gap:32px;
  align-items:center;
  padding:37px 0;
  border-bottom:1px solid #cbd9df;
}
.tp-world-step{
  align-self:start;
  padding-top:4px;
  color:#799bad;
  font-size:13px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.tp-world-cover{
  display:flex;
  height:235px;
  align-items:center;
  justify-content:center;
}
.tp-world-cover img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:100%;
  margin:0;
  box-shadow:0 13px 27px rgba(13,43,62,.17);
}
.tp-world-book-type{
  margin:0 0 8px;
  color:#597e93;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tp-world-book h3{
  margin:0;
  color:var(--ink);
  font-size:29px;
  line-height:1.18;
}
.tp-world-book-copy{
  max-width:610px;
  margin:13px 0 0;
  color:var(--copy);
  font-size:16px;
  line-height:1.62;
}
.tp-world-book-link{
  white-space:nowrap;
  color:var(--blue);
  font-size:15px;
  font-weight:800;
  text-decoration:none;
}
.tp-world-book-link:hover{text-decoration:underline}

/* Cierre */
.tp-world-final{
  padding:82px 0;
  background:#fff;
}
.tp-world-final-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:60px;
  align-items:center;
  padding:50px 54px;
  background:var(--deep);
}
.tp-world-final h2{
  color:#fff;
  font-size:clamp(34px,3.7vw,49px);
}
.tp-world-final p{
  max-width:720px;
  margin:16px 0 0;
  color:#cfe0e8;
  font-size:17px;
}
.tp-world-final-actions{
  display:flex;
  min-width:218px;
  flex-direction:column;
  gap:11px;
}

@media(max-width:900px){
  .tp-world-intro-grid{
    grid-template-columns:1fr;
    gap:46px;
  }
  .tp-world-book{
    grid-template-columns:48px 145px minmax(0,1fr);
  }
  .tp-world-book-link{
    grid-column:3;
    justify-self:start;
  }
  .tp-world-final-box{
    grid-template-columns:1fr;
  }
  .tp-world-final-actions{
    flex-direction:row;
  }
}
@media(max-width:620px){
  body.page-id-4913 .site-header .inside-header,
  .tp-world-shell{
    width:calc(100% - 36px)!important;
  }
  .tp-world-hero{
    min-height:640px;
    align-items:flex-end;
  }
  .tp-world-hero-media{
    object-position:center top;
  }
  .tp-world-hero::after{
    background:linear-gradient(180deg,rgba(1,29,49,.15) 0%,rgba(1,32,53,.65) 43%,rgba(1,28,47,.98) 100%);
  }
  .tp-world-hero-copy{
    padding:210px 0 45px;
  }
  .tp-world-hero h1{
    font-size:clamp(39px,11vw,50px);
  }
  .tp-world-lead{
    font-size:18px;
  }
  .tp-world-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .tp-world-button{
    width:100%;
  }
  .tp-world-intro,
  .tp-world-route{
    padding:64px 0;
  }
  .tp-world-intro h2,
  .tp-world-route h2{
    font-size:36px;
  }
  .tp-world-book{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
    padding:35px 0;
  }
  .tp-world-step{
    padding:0;
  }
  .tp-world-cover{
    height:320px;
  }
  .tp-world-book h3{
    font-size:27px;
  }
  .tp-world-book-link{
    grid-column:auto;
  }
  .tp-world-final{
    padding:56px 0;
  }
  .tp-world-final-box{
    padding:33px 25px;
  }
  .tp-world-final-actions{
    flex-direction:column;
  }
}
