a{
    text-decoration: none;
}

/* ===================== RESET ===================== */

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Segoe UI',Arial,sans-serif;
    color:#333;
    background:#fff;
    overflow-x:hidden;
}

/* ===================== CONTAINER ===================== */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ===================== HEADER ===================== */

.header{
    background:#73a9de;
    padding:15px 0;
    text-align:center;
}

.logo-center img{
    max-width:90%;
    height:68px;
}

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

.btn-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:14px 30px;

    background:#25D366;
    color:#fff;

    text-decoration:none;
    font-weight:bold;

    border-radius:50px;

    transition:.3s;
}

.btn-whatsapp:hover{

    background:#20bf5a;

    transform:translateY(-2px);

}

.hero-btn{

    font-size:1.1rem;

    padding:16px 34px;

    box-shadow:0 6px 18px rgba(37,211,102,.35);

}

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

.hero{

    position:relative;

    background:
    linear-gradient(rgba(0,45,130,.88),rgba(0,35,110,.88)),
    url('/assets/images/hero.jpg') center/cover no-repeat;

    color:#fff;

    min-height:520px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    padding:80px 20px;

}

/* ===================== HERO PÁGINAS ===================== */

.service-hero{

    background:#73a9de;

    min-height:220px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    padding:50px 20px;

}

.hero-content{

    width:100%;

}

.hero h1,
.service-hero h1{

    font-size:2.5rem;

    line-height:1.15;

    margin-bottom:18px;

    text-shadow:0 2px 8px rgba(0,0,0,.35);

}

.hero p,
.service-hero p{

    max-width:700px;

    margin:auto;

    font-size:1.15rem;

}

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

.hero-features{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:18px 30px;

    margin:35px 0;

}

.hero-features span{

    display:flex;

    align-items:center;

    gap:8px;

}

/* ===================== SECTIONS ===================== */

.section{

    padding:60px 0;

}

.section-title{

    text-align:center;

    font-size:2rem;

    color:#73a9de;

    margin-bottom:35px;

}

/* ===================== SERVICES ===================== */

.services-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:25px;

}

.service-card{

    background:#fff;

    padding:28px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-6px);

}

.service-card i{

    font-size:3rem;

    color:#73a9de;

    margin-bottom:18px;
p
}

/* ===================== LISTA SERVIÇOS ===================== */

.service-list{

    list-style:none;

    padding:0;

    text-align:center;

}

.service-list li{

    margin:12px 0;

    font-size:1.05rem;

}

/* ===================== PRODUTOS ===================== */

.lista-produtos{

    display:flex;

    flex-direction:column;

    gap:20px;

    max-width:900px;

    margin:40px auto;

}

.produto-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:25px;

    padding:20px;

    background:#fff;

    border-left:5px solid #73a9de;

    border-radius:12px;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}

.produto-info{

    flex:1;

}

.produto-info h3{

    color:#0369A1;

    margin-bottom:8px;

}

.produto-info p{

    margin:0;

    color:#555;

}

.produto-botao{

    display:flex;

    align-items:center;

    justify-content:center;

}

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

.footer{

    background:#00205f;

    color:#ddd;

    text-align:center;

    padding:40px 20px;

}

.footer a{

    color:#fff;

    text-decoration:none;

}

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

@media(max-width:768px){

.hero{

    min-height:460px;

    padding:70px 20px;

}

.service-hero{

    min-height:180px;

    padding:40px 20px;

}

.hero h1,
.service-hero h1{

    font-size:2rem;

}

.hero p,
.service-hero p{

    font-size:1rem;

}

.produto-item{

    flex-direction:column;

    text-align:center;

}

.produto-botao{

    margin-top:20px;

}

}

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

.testimonials{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:25px;

    margin-top:40px;

}

.testimonial-card{

    background:#fff;

    border-radius:15px;

    padding:30px;

    text-align:center;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    transition:.3s;

}

.testimonial-card:hover{

    transform:translateY(-6px);

}

.stars{

    font-size:1.3rem;

    margin-bottom:15px;

}

.testimonial-text{

    font-style:italic;

    color:#555;

    line-height:1.7;

    margin-bottom:25px;

}

.testimonial-card h3{

    color:#0369A1;

    margin-bottom:5px;

}

.testimonial-card span{

    color:#888;

    font-size:.95rem;

}

/* Carrossel de Publicidade */
.promo-carousel {
    width: 100%;
    margin-bottom: 40px;
}

.promo-carousel .swiper {
    width: 100%;
    height: auto;
}

.promo-carousel .swiper-slide {
    width: 100%;
}

.promo-carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* Ajuste das setas (opcional) */
.promo-carousel .swiper-button-next,
.promo-carousel .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.promo-carousel .swiper-button-next:after,
.promo-carousel .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
