/*
Theme Name: victric-light-theme
Author: Victric
Version: 1.0
*/

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  background:#f4f5f7;
  color:#111;
  overflow-x:hidden;
}

a{
  transition:.2s ease;
}

/* HEADER */

.vic-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:86px;
  z-index:9999;
  background:#05070a;
}

.vic-header-inner{
  max-width:1500px;
  height:86px;
  margin:0 auto;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.vic-logo img{
  width:170px;
  height:auto;
  display:block;
}

.vic-nav{
  display:flex;
  align-items:center;
  gap:30px;
}

.vic-nav a{
  position:relative;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
}

.vic-nav a:hover,
.vic-nav a.active{
  color:#ffbd00;
}

.vic-nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-20px;
  height:4px;
  background:#ffbd00;
  border-radius:4px;
}

.vic-youtube-btn{
  display:flex;
  align-items:center;
  gap:13px;
  color:#fff;
  text-decoration:none;
  min-width:245px;
}

.vic-youtube-btn .yt-icon{
  width:38px;
  height:26px;
  border-radius:7px;
  background:#ff0000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

.vic-youtube-btn strong{
  display:block;
  font-size:15px;
  line-height:1;
  font-weight:900;
}

.vic-youtube-btn small{
  display:block;
  color:#cfcfcf;
  font-size:12px;
  margin-top:5px;
}

/* HOME */

.victric-home{
  background:#f4f5f7;
  color:#111;
}

/* HERO */

.vh-hero-new{
  position:relative;
  min-height:640px;
  background-image:url('https://victric7882.live-website.com/wp-content/uploads/2026/05/fondo.png');
  background-size:cover;
  background-position:center;
  color:#fff;
  overflow:hidden;
}

.vh-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.60) 38%, rgba(0,0,0,.22) 65%, rgba(0,0,0,.70) 100%),
    linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.12));
  z-index:1;
}

.vh-hero-inner{
  position:relative;
  z-index:2;
  max-width:1500px;
  min-height:640px;
  margin:0 auto;
  padding:135px 48px 70px;
  display:grid;
  grid-template-columns:minmax(0, 720px) 420px;
  gap:90px;
  align-items:center;
}

.vh-hero-left{
  max-width:720px;
}

.vh-kicker-new{
  display:block;
  color:#ffbf00;
  font-size:17px;
  font-weight:900;
  margin-bottom:16px;
  text-transform:uppercase;
}

.vh-hero-left h1{
  font-size:58px;
  line-height:1.04;
  margin:0 0 22px;
  font-weight:900;
  letter-spacing:-1.6px;
}

.vh-hero-left p{
  max-width:670px;
  font-size:18px;
  line-height:1.58;
  color:#f1f1f1;
  margin:0 0 28px;
}

.vh-hero-buttons-new{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

.vh-btn-youtube,
.vh-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:8px;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.vh-btn-youtube{
  background:#ffbd00;
  color:#111;
  gap:10px;
}

.vh-btn-youtube:hover{
  background:#ffd03c;
  transform:translateY(-2px);
}

.vh-play-icon{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.vh-btn-secondary{
  border:1px solid rgba(255,255,255,.75);
  color:#fff;
}

.vh-btn-secondary:hover{
  background:#fff;
  color:#111;
}

.vh-mini-trust{
  margin-top:22px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  font-weight:500;
}

/* TARJETA ÚLTIMA ENTRADA */

.vh-latest-card{
  width:100%;
  max-width:420px;
  background:#fff;
  color:#111;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.38);
}

.vh-latest-img{
  display:block;
  position:relative;
  overflow:hidden;
  background:#111;
}

.vh-latest-img img{
  display:block !important;
  width:100% !important;
  height:230px !important;
  object-fit:cover !important;
}

.vh-latest-content{
  padding:25px 26px 28px;
}

.vh-latest-content h2{
  font-size:23px;
  line-height:1.18;
  margin:0 0 14px;
  font-weight:900;
}

.vh-latest-content h2 a{
  color:#111;
  text-decoration:none;
}

.vh-latest-content p{
  color:#333;
  font-size:15px;
  line-height:1.5;
  margin:0 0 20px;
}

.vh-latest-link{
  color:#ff0066;
  font-weight:900;
  text-decoration:none;
  font-size:14px;
}

/* ÚLTIMOS VÍDEOS */

.vh-home-videos{
  background:#fff;
  padding:42px 0 34px;
}

.vh-videos-wrap{
  max-width:1500px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:250px 1fr;
  gap:34px;
  align-items:start;
}

.vh-videos-left h2{
  font-size:28px;
  font-weight:900;
  margin-bottom:10px;
}

.vh-line{
  width:38px;
  height:4px;
  background:#ffbd00;
  border-radius:4px;
  margin:0 0 22px;
}

.vh-videos-left p{
  color:#444;
  font-size:16px;
  line-height:1.6;
  margin-bottom:24px;
}

.vh-allvideos-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  text-decoration:none;
  border-radius:7px;
  padding:15px 24px;
  font-size:13px;
  font-weight:900;
}

.vh-videos-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.vh-video-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.vh-video-thumb{
  display:block;
  overflow:hidden;
}

.vh-video-thumb img{
  width:100%;
  height:155px;
  object-fit:cover;
  display:block;
}

.vh-video-content{
  padding:15px 16px 18px;
}

.vh-video-content h3{
  font-size:15px;
  line-height:1.22;
  margin:0 0 14px;
  font-weight:900;
}

.vh-video-content h3 a{
  color:#111;
  text-decoration:none;
}

.vh-video-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  color:#777;
}

.vh-video-meta span:last-child{
  color:#ff0066;
  font-weight:800;
}

/* CATEGORÍAS */

.vh-categories-row{
  max-width:1500px;
  margin:0 auto 42px;
  padding:0 48px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  transform:translateY(-2px);
}

.vh-categories-row a{
  background:#fff;
  color:#111;
  text-decoration:none;
  padding:22px 28px;
  border-right:1px solid #eee;
  display:flex;
  align-items:center;
  gap:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.vh-categories-row a:first-child{
  border-radius:14px 0 0 14px;
}

.vh-categories-row a:last-child{
  border-radius:0 14px 14px 0;
  border-right:none;
}

.vh-categories-row strong{
  display:block;
  font-size:16px;
  font-weight:900;
}

.vh-categories-row span{
  display:block;
  color:#555;
  font-size:14px;
  margin-top:4px;
}

/* RESPONSIVE */

@media(max-width:1200px){
  .vh-hero-inner{
    grid-template-columns:1fr;
    gap:36px;
  }

  .vh-latest-card{
    max-width:430px;
  }

  .vh-videos-wrap{
    grid-template-columns:1fr;
  }

  .vh-videos-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .vh-categories-row{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:1050px){
  .vic-nav{
    display:none;
  }

  .vic-header-inner{
    padding:0 24px;
  }

  .vic-logo img{
    width:140px;
  }

  .vic-youtube-btn{
    min-width:auto;
  }

  .vic-youtube-btn div{
    display:none;
  }
}

@media(max-width:700px){
  .vh-hero-new{
    min-height:auto;
  }

  .vh-hero-inner{
    min-height:auto;
    padding:125px 22px 50px;
  }

  .vh-hero-left h1{
    font-size:38px;
    letter-spacing:-1px;
  }

  .vh-hero-left p{
    font-size:16px;
  }

  .vh-hero-buttons-new{
    flex-direction:column;
    align-items:stretch;
  }

  .vh-videos-wrap,
  .vh-categories-row{
    padding-left:22px;
    padding-right:22px;
  }

  .vh-videos-grid,
  .vh-categories-row{
    grid-template-columns:1fr;
  }

  .vh-categories-row a,
  .vh-categories-row a:first-child,
  .vh-categories-row a:last-child{
    border-radius:14px;
    border-right:none;
  }
}

.victric-videos-page{
  background:#f4f5f7;
}

.vv-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:0 32px;
}

.vv-hero{
  background:linear-gradient(135deg,#061f2c,#02080d);
  color:#fff;
  padding:150px 0 70px;
}

.vv-kicker{
  color:#ffbd00;
  font-weight:900;
  font-size:15px;
}

.vv-hero h1{
  font-size:62px;
  line-height:1;
  margin:16px 0;
  font-weight:900;
}

.vv-hero p{
  max-width:780px;
  font-size:19px;
  line-height:1.6;
  color:#dbe9ef;
  margin-bottom:28px;
}

.vv-youtube-btn{
  display:inline-flex;
  background:#ffbd00;
  color:#111;
  text-decoration:none;
  padding:15px 24px;
  border-radius:10px;
  font-weight:900;
}

.vv-content{
  padding:55px 0 80px;
}

.vv-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.vv-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
  transition:.25s ease;
}

.vv-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 48px rgba(0,0,0,.16);
}

.vv-thumb{
  display:block;
  overflow:hidden;
}

.vv-thumb img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
  transition:.3s ease;
}

.vv-card:hover .vv-thumb img{
  transform:scale(1.05);
}

.vv-card-body{
  padding:22px;
}

.vv-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:13px;
  margin-bottom:12px;
  color:#777;
  font-weight:700;
}

.vv-meta span:last-child{
  color:#ff0066;
}

.vv-card h2{
  font-size:21px;
  line-height:1.25;
  margin:0 0 12px;
}

.vv-card h2 a{
  color:#111;
  text-decoration:none;
}

.vv-card p{
  color:#555;
  font-size:15px;
  line-height:1.5;
  margin-bottom:18px;
}

.vv-read{
  color:#ff0066;
  text-decoration:none;
  font-weight:900;
}

.vv-pagination{
  margin-top:50px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.vv-pagination a,
.vv-pagination span{
  padding:12px 16px;
  background:#fff;
  border-radius:10px;
  text-decoration:none;
  color:#111;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.vv-pagination .current{
  background:#ffbd00;
}

@media(max-width:900px){
  .vv-grid{
    grid-template-columns:repeat(2,1fr);
  }

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

@media(max-width:600px){
  .vv-grid{
    grid-template-columns:1fr;
  }

  .vv-wrap{
    padding:0 22px;
  }
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  background:#000;
  color:#fff;
}

/* ASESORÍA */

.vic-footer-asesoria{
  max-width:1400px;
  margin:42px auto 34px;
  padding:32px 44px;
  background:linear-gradient(135deg,#03263d,#041521);
  border:2px solid #ffbf00;
  color:#fff;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.vic-footer-asesoria-icon{
  width:82px;
  height:82px;
  min-width:82px;
  border-radius:50%;
  background:#ffbf00;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:40px;
}

.vic-footer-asesoria-text{
  font-size:20px;
  line-height:1.45;
  font-weight:700;
  text-align:center;
}

.vic-footer-asesoria-text strong{
  font-weight:900;
}

.vic-footer-asesoria-text a{
  color:#ffbf00;
  text-decoration:none;
  font-weight:900;
}

/* YOUTUBE SUBSCRIBE */

.vh-youtube-subscribe{
  background:#000;
  padding:46px 40px;
}

.vh-youtube-subscribe-inner{
  max-width:1400px;
  margin:0 auto;
  padding:42px 48px;
  border:1px solid rgba(255,191,0,.32);
  border-radius:26px;
  background:
    radial-gradient(circle at left, rgba(255,191,0,.12), transparent 28%),
    linear-gradient(135deg,rgba(255,191,0,.06),rgba(255,255,255,.02));
  display:grid;
  grid-template-columns:1.15fr auto .7fr;
  align-items:center;
  gap:48px;
}

.vh-yt-left{
  display:flex;
  align-items:center;
  gap:26px;
}

.vh-yt-icon{
  width:78px;
  height:78px;
  min-width:78px;
  border:2px solid #ffbf00;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffbf00;
  font-size:30px;
  box-shadow:0 0 28px rgba(255,191,0,.18);
}

.vh-yt-mini{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:8px;
}

.vh-yt-left h3{
  color:#fff;
  font-size:46px;
  line-height:1.02;
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:-1px;
}

.vh-yt-left p{
  color:rgba(255,255,255,.72);
  margin:0;
  font-size:18px;
  line-height:1.5;
  max-width:560px;
}

.vh-yt-button{
  background:#ffbf00;
  color:#111;
  font-weight:900;
  text-decoration:none;
  height:62px;
  padding:0 38px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  white-space:nowrap;
  text-transform:uppercase;
  box-shadow:0 12px 32px rgba(255,191,0,.18);
}

.vh-yt-button:hover{
  background:#ffd348;
  color:#111;
  transform:translateY(-2px);
}

.vh-yt-profile{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  border-left:1px solid rgba(255,255,255,.16);
  padding-left:38px;
}

.vh-yt-profile img{
  width:82px;
  height:82px;
  min-width:82px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid #ffbf00;
  box-shadow:0 0 26px rgba(255,191,0,.18);
}

.vh-yt-profile strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

.vh-yt-profile span{
  display:block;
  color:#ffbf00;
  font-size:24px;
  font-weight:900;
  margin-top:6px;
}

/* COPYRIGHT */

.footer-inner{
  max-width:1400px;
  margin:0 auto;
  padding:26px 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-inner p{
  margin:0;
  color:rgba(255,255,255,.55);
  font-size:14px;
}

.footer-menu{
  display:flex;
  align-items:center;
  gap:20px;
  list-style:none;
  margin:0;
  padding:0;
}

.footer-menu a{
  color:rgba(255,255,255,.7);
  text-decoration:none;
  font-size:14px;
}

.footer-menu a:hover{
  color:#ffbf00;
}

/* RESPONSIVE FOOTER */

@media(max-width:1100px){

  .vh-youtube-subscribe-inner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .vh-yt-left{
    justify-content:center;
  }

  .vh-yt-button{
    width:100%;
    max-width:420px;
    margin:0 auto;
  }

  .vh-yt-profile{
    justify-content:center;
    border-left:none;
    padding-left:0;
  }

}

@media(max-width:760px){

  .vh-youtube-subscribe{
    padding:32px 20px;
  }

  .vh-youtube-subscribe-inner{
    padding:32px 24px;
  }

  .vh-yt-left{
    flex-direction:column;
  }

  .vh-yt-left h3{
    font-size:34px;
  }

  .vh-yt-left p{
    font-size:16px;
  }

  .vh-yt-profile{
    flex-direction:column;
  }

  .vic-footer-asesoria{
    margin:30px 20px;
    padding:26px 22px;
    flex-direction:column;
  }

  .vic-footer-asesoria-text{
    font-size:18px;
  }

  .footer-inner{
    padding:22px 20px;
  }

}

.vv-youtube-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#ffbd00;
  color:#111;
  text-decoration:none;
  padding:15px 24px;
  border-radius:10px;
  font-weight:900;
}

.vv-youtube-btn img{
  width:18px;
  height:18px;
  object-fit:contain;
  display:block;
}

.single-post-page{
  max-width:980px;
  margin:0 auto;
  padding:20px 24px 70px;
}

.single-header{
  text-align:left;
  margin-bottom:34px;
}

.single-header .eyebrow{
  color:#ffbd00;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-size:20px;
  margin-bottom:6px;
}

.single-header h1{
  font-size:36px;
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:900;
  margin:0;
}

.single-thumb{
  max-width:760px;
  margin:0 auto 42px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.single-thumb img{
  width:100%;
  height:auto;
  display:block;
}

.content-body{
  max-width:1020px;
  margin:0 auto;
  font-size:18px;
  line-height:1.75;
  color:#222;
}

.content-body p{
  margin-bottom:22px;
}

.content-body img{
  max-width:100%;
  height:auto;
  border-radius:14px;
}

@media(max-width:700px){
  .single-post-page{
    padding:20px 20px 50px;
  }

  .single-header h1{
    font-size:36px;
  }

  .single-thumb{
    max-width:100%;
    margin-bottom:30px;
  }

  .content-body{
    font-size:17px;
  }
}

.content-body h2 {
    font-size: 32px;
    line-height: 1.15;
    margin-top: 34px;
    margin-bottom: 20px;
}

/* =========================================================
   SINGLE POST HERO
========================================================= */

.single-post-page{
  background:#f4f5f7;
}

.single-hero{
  position:relative;
  min-height:560px;
  background-size:cover;
  background-position:center;
  color:#fff;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-radius:0 0 54px 54px;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.single-hero.no-bg{
  background:linear-gradient(135deg,#061f2c,#02080d);
}

.single-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.38) 100%),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.18));
  z-index:1;
}

.single-hero-inner{
  position:relative;
  z-index:2;
  max-width:1100px;
  margin:0 auto;
  padding:150px 40px 90px;
  width:100%;
}

.single-date{
  color:#ffbf00;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin:0 0 22px;
}

.single-hero h1{
  max-width:900px;
  font-size:58px;
  line-height:1.05;
  letter-spacing:-1.6px;
  font-weight:900;
  margin:0 0 34px;
  color:#fff;
  text-shadow:0 4px 22px rgba(0,0,0,.45);
}

.single-meta-row{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  align-items:center;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.single-meta-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.92);
}

/* CONTENT */

.single-content-wrap{
  max-width:1180px;
  margin:-44px auto 0;
  padding:0 28px 80px;
  position:relative;
  z-index:3;
}

.content-body{
  max-width:880px;
  margin:0 auto;
  background:#fff;
  border-radius:28px;
  padding:48px 54px;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  font-size:18px;
  line-height:1.78;
  color:#222;
}

.content-body p{
  margin-bottom:24px;
}

.content-body h2{
  font-size:34px;
  line-height:1.18;
  margin:42px 0 18px;
  letter-spacing:-.6px;
}

.content-body h3{
  font-size:26px;
  line-height:1.25;
  margin:34px 0 14px;
}

.content-body a{
  color:#e89600;
  font-weight:800;
}

.content-body img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.content-body ul,
.content-body ol{
  margin:0 0 24px 24px;
}

.content-body li{
  margin-bottom:10px;
}

/* RESPONSIVE SINGLE */

@media(max-width:900px){

  .single-hero{
    min-height:500px;
    border-radius:0 0 34px 34px;
  }

  .single-hero-inner{
    padding:130px 28px 70px;
  }

  .single-hero h1{
    font-size:42px;
  }

  .content-body{
    padding:36px 30px;
  }

}

@media(max-width:600px){

  .single-hero{
    min-height:440px;
  }

  .single-hero-inner{
    padding:120px 22px 58px;
  }

  .single-hero h1{
    font-size:32px;
    letter-spacing:-.8px;
  }

  .single-meta-row{
    gap:14px;
    font-size:13px;
  }

  .single-content-wrap{
    margin:-28px auto 0;
    padding:0 18px 60px;
  }

  .content-body{
    border-radius:22px;
    padding:28px 22px;
    font-size:17px;
  }

}

.content-body iframe{
    width:100% !important;
    max-width:100% !important;
    display:block;
    border-radius:18px;
}

.content-body .wp-block-embed,
.content-body .wp-block-embed__wrapper{
    width:100%;
}

.content-body .wp-block-embed iframe{
    width:100% !important;
    aspect-ratio:16/9;
    height:auto !important;
}

.single-breadcrumbs{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:24px;
    font-size:14px;
    font-weight:600;
    flex-wrap:wrap;
}

.single-breadcrumbs a{
    color:#f0b400;
    text-decoration:none;
    transition:.2s;
}

.single-breadcrumbs a:hover{
    opacity:.8;
}

.single-breadcrumbs span{
    color:#666;
}

/* CONTACTO */

.vic-contact-page{
  background:#f4f5f7;
}

.vic-contact-hero{
  min-height:720px;
  padding:150px 24px 90px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,191,0,.18), transparent 30%),
    linear-gradient(135deg,#061f2c,#02080d);
  display:flex;
  align-items:center;
  justify-content:center;
}

.vic-contact-card{
  max-width:820px;
  width:100%;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  padding:58px;
  color:#fff;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
  text-align:center;
}

.vic-contact-kicker{
  color:#ffbf00;
  font-size:15px;
  font-weight:900;
  letter-spacing:.8px;
}

.vic-contact-card h1{
  font-size:58px;
  line-height:1;
  margin:18px 0 20px;
  font-weight:900;
  letter-spacing:-1.4px;
}

.vic-contact-card p{
  max-width:650px;
  margin:0 auto 32px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.78);
}

.vic-contact-email{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffbf00;
  color:#111;
  text-decoration:none;
  font-size:22px;
  font-weight:900;
  padding:18px 32px;
  border-radius:14px;
  box-shadow:0 14px 32px rgba(255,191,0,.22);
}

.vic-contact-email:hover{
  background:#ffd348;
  transform:translateY(-2px);
}

.vic-contact-note{
  margin-top:24px;
  color:rgba(255,255,255,.62);
  font-size:15px;
}

@media(max-width:700px){
  .vic-contact-hero{
    padding:125px 20px 70px;
    min-height:auto;
  }

  .vic-contact-card{
    padding:36px 24px;
  }

  .vic-contact-card h1{
    font-size:38px;
  }

  .vic-contact-email{
    width:100%;
    font-size:17px;
    padding:16px 18px;
  }
}

.vic-ebikes-hero{
    position:relative;
    min-height:500px;
    border-radius:24px;
    overflow:hidden;
    background:url('https://images.unsplash.com/photo-1541625602330-2277a4c46182?q=80&w=1800') center center/cover;
    margin:40px auto;
}

.vic-ebikes-overlay{
    background:rgba(0,0,0,.55);
    padding:80px;
    min-height:500px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.vic-ebikes-overlay h1{
    font-size:64px;
    line-height:1;
    margin-bottom:20px;
}

.vic-ebikes-overlay p{
    max-width:700px;
    font-size:20px;
    margin-bottom:30px;
}

.vic-ebikes-btn{
    display:inline-block;
    background:#ffb800;
    color:#000;
    padding:16px 34px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}

.vic-ebikes-categories{
    margin:70px 0;
}

.vic-ebikes-categories h2{
    text-align:center;
    margin-bottom:40px;
}

.vic-ebikes-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.vic-ebike-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.2s;
}

.vic-ebike-card:hover{
    transform:translateY(-5px);
}

.vic-ebike-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.vic-ebike-content{
    padding:24px;
}

.vic-ebike-content h3{
    margin-bottom:10px;
}

.vic-ebike-content span{
    color:#ffb800;
    font-weight:700;
}

.vic-ebikes-amazon{
    margin:70px 0;
}

.vic-ebikes-amazon-inner{
    background:#111;
    color:#fff;
    border-radius:24px;
    padding:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

@media(max-width:900px){

    .vic-ebikes-overlay{
        padding:40px;
    }

    .vic-ebikes-overlay h1{
        font-size:42px;
    }

    .vic-ebikes-grid{
        grid-template-columns:1fr;
    }

    .vic-ebikes-amazon-inner{
        flex-direction:column;
        text-align:center;
    }
}

.vic-ebikes-hero{
    position:relative;
    min-height:560px;
    border-radius:28px;
    overflow:hidden;
    background:url('https://victric7882.live-website.com/wp-content/uploads/2026/06/fondo-banner-superior.jpg') center center/cover;
    margin:40px auto 80px;
}

.vic-ebikes-overlay{
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.55) 45%,
        rgba(0,0,0,.15) 100%
    );
    min-height:560px;
    padding:80px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
}

.vic-ebikes-overlay h1{
    font-size:72px;
    line-height:1;
    margin-bottom:25px;
    max-width:700px;
}

.vic-ebikes-overlay p{
    max-width:650px;
    font-size:22px;
    line-height:1.6;
    margin-bottom:35px;
}

.vic-ebikes-btn{
    display:inline-block;
    background:#f5b400;
    color:#000;
    font-weight:700;
    text-decoration:none;
    padding:18px 34px;
    border-radius:12px;
}

.vic-ebikes-types{
    margin:80px 0;
}

.vic-ebikes-types h2{
    text-align:center;
    font-size:42px;
    margin-bottom:10px;
}

.vic-ebikes-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:50px;
}

.vic-ebikes-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.vic-ebike-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.25s;
}

.vic-ebike-card:hover{
    transform:translateY(-6px);
}

.vic-ebike-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.vic-ebike-card-content{
    padding:25px;
}

.vic-ebike-card-content h3{
    margin-bottom:12px;
    font-size:30px;
}

.vic-ebike-card-content p{
    color:#666;
    line-height:1.6;
}

.vic-ebike-card-content span{
    display:inline-block;
    margin-top:15px;
    color:#f5b400;
    font-weight:700;
}

.vic-ebikes-banner{
    margin:90px 0;
}

.vic-ebikes-banner-inner{
    background:#111;
    color:#fff;
    border-radius:28px;
    padding:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.vic-ebikes-banner-inner h2{
    margin-bottom:10px;
}

.vic-ebikes-banner-inner p{
    color:#bbb;
}

@media(max-width:900px){

    .vic-ebikes-overlay{
        padding:40px;
    }

    .vic-ebikes-overlay h1{
        font-size:46px;
    }

    .vic-ebikes-overlay p{
        font-size:18px;
    }

    .vic-ebikes-grid{
        grid-template-columns:1fr;
    }

    .vic-ebikes-banner-inner{
        flex-direction:column;
        text-align:center;
    }

}

.ebikes-hero{
    max-width:1400px;
    height:520px;
    margin:40px auto;
    border-radius:30px;
    overflow:hidden;
    background:url('https://victric7882.live-website.com/wp-content/uploads/2026/06/fondo-banner-superior.jpg') center center;
    background-size:cover;
    position:relative;
}

.ebikes-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.ebikes-overlay{
    position:relative;
    z-index:2;
    max-width:900px;
    padding:80px;
    color:#fff;
}

.ebikes-overlay h1{
    font-size:64px;
    line-height:1;
    margin-bottom:25px;
}

.ebikes-overlay p{
    font-size:22px;
    line-height:1.7;
    margin-bottom:30px;
}

.ebikes-btn{
    display:inline-block;
    background:#ffc400;
    color:#000;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
}

.ebikes-categorias{
    max-width:1400px;
    margin:50px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ebike-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.ebike-card:hover{
    transform:translateY(-5px);
}

.ebike-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.ebike-card-content{
    padding:25px;
}

.ebike-card-content h2{
    margin-bottom:10px;
}

.ebikes-info{
    max-width:1000px;
    margin:80px auto;
}

.ebikes-info p{
    font-size:18px;
    line-height:1.8;
}

@media(max-width:900px){

    .ebikes-overlay{
        padding:40px;
    }

    .ebikes-overlay h1{
        font-size:42px;
    }

    .ebikes-categorias{
        grid-template-columns:1fr;
        padding:0 20px;
    }
}

.patinetes-hero{
    max-width:1400px;
    height:520px;
    margin:40px auto;
    border-radius:30px;
    overflow:hidden;
    background:url('https://victric7882.live-website.com/wp-content/uploads/2026/06/patinete-fondo-banner-superior.jpg') center center;
    background-size:cover;
    position:relative;
}

.patinetes-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.patinetes-overlay{
    position:relative;
    z-index:2;
    max-width:900px;
    padding:80px;
    color:#fff;
}

.patinetes-overlay h1{
    font-size:64px;
    line-height:1;
    margin-bottom:25px;
}

.patinetes-overlay p{
    font-size:22px;
    line-height:1.7;
    margin-bottom:30px;
}

.patinetes-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ffc400;
    color:#000;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    font-size:18px;
    margin-top:30px;
    transition:.3s;
}

.patinetes-btn:hover{
    background:#ffcf2e;
    transform:translateY(-2px);
}

.patinetes-categorias{
    max-width:1400px;
    margin:50px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.patinete-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.patinete-card:hover{
    transform:translateY(-5px);
}

.patinete-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.patinete-card-content{
    padding:25px;
}

.patinete-card-content h2{
    margin-bottom:10px;
}

.patinetes-info{
    max-width:1000px;
    margin:80px auto;
}

.patinetes-info p{
    font-size:18px;
    line-height:1.8;
}

@media(max-width:900px){

    .patinetes-overlay{
        padding:40px;
    }

    .patinetes-overlay h1{
        font-size:42px;
    }

    .patinetes-categorias{
        grid-template-columns:1fr;
        padding:0 20px;
    }

}