/* =====================================================
DG LOGÍSTICA REVERSA
STYLE.CSS - PARTE 1
===================================================== */

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

body{

font-family:'Poppins',sans-serif;

background:#0f1115;

color:#fff;

overflow-x:hidden;

}

a{

text-decoration:none;

}

img{

max-width:100%;

display:block;

}

section{

padding:90px 0;

}

.container{

max-width:1250px;

margin:auto;

padding:0 20px;

}

/* ================= NAVBAR ================= */

.navbar{

background:rgba(0,0,0,.75);

backdrop-filter:blur(18px);

padding:22px 0;

transition:.4s;

}

.navbar-brand img{

height:95px;
  width:auto;
  transition: .3s;

}

.navbar-nav .nav-link{

color:#fff;

font-weight:500;

margin-left:18px;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:#ffb400;

}

.btn-navbar{

border-radius:50px;

padding:12px 28px;

font-weight:700;

margin-left:25px;

}

/* ================= HERO ================= */

.hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

overflow:hidden;

}

.hero video{

position:absolute;

width:100%;

height:100%;

object-fit:cover;

top:0;

left:0;

}

.hero-overlay{

position:absolute;

inset:0;

background:linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.45));

}

.hero .container{

position:relative;

z-index:5;

}

.hero-tag{

display:inline-block;

padding:10px 22px;

background:#ffb400;

color:#000;

font-weight:700;

border-radius:50px;

margin-bottom:20px;

}

.hero h1{

font-size:64px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

max-width:750px;

}

.hero p{

font-size:20px;

color:#ddd;

max-width:650px;

margin-bottom:35px;

line-height:1.8;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.hero-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

padding:35px;

border-radius:25px;

border:1px solid rgba(255,255,255,.12);

}

.hero-card h3{

margin-bottom:25px;

font-size:28px;

}

.hero-card ul{

list-style:none;

padding:0;

}

.hero-card li{

margin-bottom:18px;

font-size:18px;

}

.hero-card i{

color:#ffb400;

margin-right:10px;

}

/* ================= NÚMEROS ================= */

.numbers{

background:#171a20;

}

.number-box{

background:#1d2129;

padding:40px;

border-radius:20px;

text-align:center;

transition:.4s;

height:100%;

}

.number-box:hover{

transform:translateY(-8px);

}

.number-box h2{

font-size:48px;

font-weight:800;

color:#ffb400;

margin-bottom:10px;

}

.number-box p{

margin:0;

font-size:18px;

color:#d8d8d8;

}

/* ================= TÍTULOS ================= */

.section-title{

display:inline-block;

background:#ffb400;

padding:8px 18px;

border-radius:50px;

color:#000;

font-weight:700;

margin-bottom:18px;

}

h2{

font-size:46px;

font-weight:800;

margin-bottom:20px;

}

p{

color:#cfcfcf;

line-height:1.8;
/* ================= ABOUT ================= */

.about img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.45);

}

.about-list{

margin-top:30px;

}

.about-list div{

margin-bottom:18px;

font-size:18px;

}

.about-list i{

color:#ffb400;

margin-right:12px;

}

/* ================= STEPS ================= */

.steps{

background:#171a20;

}

.step-card{

background:#1d2129;

padding:40px;

border-radius:22px;

text-align:center;

height:100%;

transition:.35s;

}

.step-card:hover{

transform:translateY(-10px);

}

.step-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

background:#ffb400;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#000;

font-weight:bold;

}

.step-card h4{

margin-bottom:15px;

font-weight:700;

}

/* ================= CALCULADORA ================= */

.calculator{

background:#111317;

}

.calculator-box{

background:#1b1f27;

padding:45px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.4);

}

.calculator label{

display:block;

margin-bottom:12px;

font-weight:600;

}

.calculator select,

.calculator input{

width:100%;

padding:16px;

border-radius:14px;

border:none;

background:#2b313c;

color:#fff;

margin-bottom:25px;

}

.calculator button{

border-radius:14px;

padding:18px;

font-size:18px;

font-weight:700;

}

.resultado{

margin-top:35px;

}

.resultado-item{

display:flex;

justify-content:space-between;

padding:18px 0;

border-bottom:1px solid rgba(255,255,255,.08);

}

.resultado-item strong{

font-size:22px;

color:#ffb400;

}

/* ================= CATEGORIAS ================= */

.category-card{

background:#1d2129;

padding:40px;

border-radius:20px;

text-align:center;

transition:.35s;

height:100%;

}

.category-card:hover{

transform:translateY(-10px);

}

.category-card i{

font-size:55px;

color:#ffb400;

margin-bottom:20px;

}

.category-card h4{

font-weight:700;

}

}
/* ================= GALERIA ================= */

.gallery{

background:#171a20;

}

.gallery-img{

width:100%;

height:320px;

object-fit:cover;

border-radius:20px;

cursor:pointer;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.35);

}

.gallery-img:hover{

transform:scale(1.04);

}

/* ================= VÍDEOS ================= */

.videos{

background:#111317;

}

.video-box{

width:100%;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.35);

}

/* ================= VANTAGENS ================= */

.advantages{

background:#171a20;

}

.adv-card{

background:#1d2129;

padding:40px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

}

.adv-card:hover{

transform:translateY(-10px);

}

.adv-card i{

font-size:55px;

color:#ffb400;

margin-bottom:25px;

}

.adv-card h4{

font-weight:700;

margin-bottom:15px;

}

/* ================= DEPOIMENTOS ================= */

.testimonials{

background:#111317;

}

.testimonial-card{

background:#1d2129;

padding:35px;

border-radius:20px;

height:100%;

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

font-size:22px;

color:#ffb400;

margin-bottom:20px;

}

.testimonial-card h5{

margin-top:25px;

font-weight:700;

margin-bottom:5px;

}

/* ================= CTA ================= */

.cta{

background:linear-gradient(135deg,#ffb400,#ff9500);

text-align:center;

padding:100px 20px;

}

.cta h2{

color:#000;

font-size:52px;

font-weight:800;

margin-bottom:25px;

}

.cta p{

color:#111;

font-size:20px;

max-width:850px;

margin:auto;

margin-bottom:40px;

}

.cta .btn{

padding:18px 45px;

font-size:20px;

font-weight:700;

border-radius:50px;

}

/* ================= FAQ ================= */

.faq{

background:#171a20;

}

.accordion-item{

background:#1d2129;

border:none;

margin-bottom:18px;

border-radius:15px;

overflow:hidden;

}

.accordion-button{

background:#1d2129;

color:#fff;

font-weight:700;

padding:22px;

box-shadow:none;

}

.accordion-button:not(.collapsed){

background:#ffb400;

color:#000;

}

.accordion-body{

background:#262b35;

color:#ddd;

padding:25px;

line-height:1.8;

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

.footer{

background:#0b0d10;

padding:80px 0 40px;

}

.footer-logo{

height:65px;

margin-bottom:25px;

}

.footer h4{

margin-bottom:25px;

font-weight:700;

color:#fff;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#cfcfcf;

transition:.3s;

}

.footer ul li a:hover{

color:#ffb400;

padding-left:6px;

}

.footer p{

color:#cfcfcf;

}

.footer hr{

border-color:rgba(255,255,255,.08);

margin:45px 0;

}

.footer-copy{

text-align:center;

color:#aaa;

}

/* ================= BOTÕES ================= */

.btn{

transition:.35s;

}

.btn:hover{

transform:translateY(-3px);

}

.btn-warning{

background:#ffb400;

border:none;

color:#000;

font-weight:700;

}

.btn-warning:hover{

background:#ffc533;

color:#000;

}

.btn-success{

background:#25D366;

border:none;

font-weight:700;

}

.btn-success:hover{

background:#1ebe5d;

}

/* ================= WHATSAPP ================= */

.whatsapp-float{

position:fixed;

right:25px;

bottom:25px;

width:72px;

height:72px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

box-shadow:0 12px 30px rgba(0,0,0,.45);

z-index:9999;

transition:.35s;

}

.whatsapp-float:hover{

transform:scale(1.12);

color:#fff;

}

/* ================= LOADER ================= */

#loader{

position:fixed;

inset:0;

background:#0f1115;

display:flex;

align-items:center;

justify-content:center;

z-index:99999;

}

.loader-circle{

width:75px;

height:75px;

border:7px solid rgba(255,255,255,.15);

border-top:7px solid #ffb400;

border-radius:50%;

animation:girar 1s linear infinite;

}

@keyframes girar{

100%{

transform:rotate(360deg);

}

}

/* ================= SCROLL ================= */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#111;

}

::-webkit-scrollbar-thumb{

background:#ffb400;

border-radius:20px;

}

/* ================= RESPONSIVO ================= */

@media(max-width:992px){

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

.hero-card{

margin-top:45px;

}

h2{

font-size:34px;

}

section{

padding:70px 0;

}

}

@media(max-width:768px){

.hero{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

.navbar{

padding:12px;

}

.hero h1{

font-size:34px;

}

.hero p{

font-size:16px;

}

.number-box{

margin-bottom:25px;

}

.step-card{

margin-bottom:25px;

}

.category-card{

margin-bottom:25px;

}

.gallery-img{

height:240px;

}

.cta h2{

font-size:34px;

}

.cta p{

font-size:17px;

}

.footer{

text-align:center;

}

.footer-logo{

margin:auto;

margin-bottom:25px;

}

.whatsapp-float{

width:62px;

height:62px;

font-size:28px;

right:18px;

bottom:18px;

}

}

.fade-up{

opacity:0;

transform:translateY(60px);

transition:1s;

}

.fade-up.show{

opacity:1;

transform:none;

}






