.elementor-1699 .elementor-element.elementor-element-3dec768{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1699 .elementor-element.elementor-element-3dec768{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-3dec768 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.opo-about-page{
  font-family:'Poppins',sans-serif;
  background:#fff;
  overflow:hidden;
}

.opo-about-page *{
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

.opo-about-page i{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  font-style:normal;
}

/* HERO */

.opo-about-hero{
  display:grid;
  grid-template-columns:46% 54%;
  min-height:620px;
  background:#06152b;
  overflow:hidden;
  position:relative;
}

.opo-about-image{
  position:relative;
  overflow:hidden;
  z-index:1;
}

.opo-about-image::after{
  content:"";
  position:absolute;
  right:-90px;
  top:0;
  width:180px;
  height:100%;
  background:#06152b;
  transform:skewX(-10deg);
  z-index:2;
}

.opo-about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.82);
  position:relative;
  z-index:1;
}

.opo-about-content{
  position:relative;
  z-index:5;
  padding:70px 70px 55px;
  color:#fff;
  background:radial-gradient(circle at top right, #0d2745 0%, #06152b 58%);
}

.opo-small-title{
  display:flex;
  align-items:center;
  gap:22px;
  margin-bottom:22px;
}

.opo-small-title span{
  color:#d6a11c;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
}

.opo-small-title b{
  display:block;
  width:48px;
  height:2px;
  background:#d6a11c;
}

.opo-about-content h1{
  max-width:670px;
  color:#fff;
  font-size:38px;
  line-height:1.18;
  font-weight:800;
  margin:0 0 22px;
}

.opo-line{
  display:block;
  width:55px;
  height:2px;
  background:#d6a11c;
  margin-bottom:24px;
}

.opo-about-content p{
  max-width:650px;
  color:#fff;
  font-size:15px;
  line-height:1.65;
  font-weight:400;
  margin:0 0 16px;
}

/* STATS */

.opo-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:32px;
  position:relative;
  z-index:6;
}

.opo-stat-card{
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  padding:22px 14px;
  text-align:center;
}

.opo-stat-card i{
  color:#d6a11c;
  font-size:30px;
  margin-bottom:14px;
}

.opo-stat-card strong{
  display:block;
  color:#fff;
  font-size:26px;
  font-weight:800;
  line-height:1;
  margin-bottom:10px;
}

.opo-stat-card span{
  color:#fff;
  font-size:13px;
  line-height:1.35;
}

/* BOTÕES HERO */

.opo-about-buttons{
  display:flex;
  gap:22px;
  margin-top:28px;
  position:relative;
  z-index:6;
}

.opo-btn{
  height:56px;
  min-width:235px;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:.3s;
}

.opo-btn.gold{
  background:#d6a11c;
  color:#fff;
}

.opo-btn.outline{
  border:1px solid #d6a11c;
  color:#fff;
}

.opo-btn:hover{
  transform:translateY(-2px);
}

/* BENEFÍCIOS */

.opo-benefits-section{
  position:relative;
  z-index:5;
  padding:46px 20px 52px;
  background:#fff;
  text-align:center;
}

.opo-benefits-title{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  margin-bottom:10px;
}

.opo-benefits-title span{
  display:block;
  width:48px;
  height:1px;
  background:#d6a11c;
}

.opo-benefits-title p{
  margin:0;
  color:#d6a11c;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
}

.opo-benefits-section h2{
  color:#07152b;
  font-size:30px;
  font-weight:800;
  margin:0 0 32px;
}

.opo-benefits-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.opo-benefit-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:8px;
  padding:28px 22px;
  box-shadow:0 12px 28px rgba(0,0,0,.06);
}

.opo-benefit-card div{
  width:66px;
  height:66px;
  border-radius:50%;
  background:#06152b;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
}

.opo-benefit-card i{
  color:#d6a11c;
  font-size:28px;
}

.opo-benefit-card h3{
  color:#07152b;
  font-size:22px;
  font-weight:800;
  margin:0 0 10px;
}

.opo-benefit-card p{
  color:#111827;
  font-size:14px;
  line-height:1.45;
  margin:0 0 18px;
}

.opo-benefit-card span{
  display:block;
  width:38px;
  height:1px;
  background:#d6a11c;
  margin:0 auto;
}

/* FAIXA DOS VEÍCULOS */

.opo-fleet-strip{
  width:100%;
  height:400px;
  position:relative;
  z-index:5;
  background-image:url('https://opotransfer.eu/wp-content/uploads/2026/06/ChatGPT-Image-5-de-jun.-de-2026-15_15_58.png');
  background-size:cover;
  background-position:center 55%;
  background-repeat:no-repeat;
}

/* CTA OPÇÃO 4 */

.opo-premium-cta{
  width:100%;
  background:
    linear-gradient(90deg, rgba(6,21,43,.98), rgba(9,32,57,.98)),
    radial-gradient(circle at left, rgba(214,161,28,.16), transparent 35%);
  border-top:3px solid #d6a11c;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:34px 90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  position:relative;
  z-index:5;
}

.opo-premium-left{
  display:flex;
  align-items:center;
  gap:26px;
  color:#fff;
}

.opo-premium-left > i{
  color:#d6a11c;
  font-size:46px;
}

.opo-premium-left h2{
  color:#fff;
  font-size:28px;
  font-weight:800;
  line-height:1.2;
  margin:0 0 6px;
}

.opo-premium-left p{
  color:#fff;
  font-size:15px;
  margin:0;
  opacity:.9;
}

.opo-premium-buttons{
  display:flex;
  align-items:center;
  gap:18px;
}

.opo-premium-btn{
  min-width:250px;
  height:68px;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-decoration:none;
  transition:.3s;
}

.opo-premium-btn i{
  font-size:28px;
}

.opo-premium-btn strong{
  display:block;
  font-size:15px;
  font-weight:800;
  line-height:1;
  margin-bottom:5px;
}

.opo-premium-btn span{
  display:block;
  font-size:12px;
  font-weight:500;
}

.opo-premium-btn.gold{
  background:#d6a11c;
  color:#fff;
}

.opo-premium-btn.outline{
  border:1px solid #d6a11c;
  color:#fff;
}

.opo-premium-btn:hover{
  transform:translateY(-2px);
}

/* RESPONSIVO */

@media(max-width:1024px){

  .opo-about-hero{
    grid-template-columns:1fr;
  }

  .opo-about-image{
    height:420px;
  }

  .opo-about-image::after{
    display:none;
  }

  .opo-stats,
  .opo-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .opo-fleet-strip{
    height:280px;
    background-position:center center;
  }

  .opo-premium-cta{
    padding:34px 24px;
    flex-direction:column;
    align-items:flex-start;
  }

  .opo-premium-buttons{
    width:100%;
  }

  .opo-premium-btn{
    flex:1;
  }
}

@media(max-width:767px){

  .opo-about-content{
    padding:42px 22px;
  }

  .opo-about-content h1{
    font-size:30px;
  }

  .opo-stats,
  .opo-benefits-grid{
    grid-template-columns:1fr;
  }

  .opo-about-buttons{
    flex-direction:column;
  }

  .opo-btn{
    width:100%;
  }

  .opo-fleet-strip{
    height:200px;
    background-position:center center;
  }

  .opo-premium-cta{
    padding:32px 20px;
  }

  .opo-premium-left{
    align-items:flex-start;
  }

  .opo-premium-left h2{
    font-size:22px;
  }

  .opo-premium-buttons{
    flex-direction:column;
  }

  .opo-premium-btn{
    width:100%;
  }
}/* End custom CSS */