:root {
    --primary-yellow: #ffaf00;
    --dark-gray: #333333;
    --light-gray: #f8f9fa;
}

* {
    font-family: "Ubuntu", sans-serif;
}
.btn-outline-primary{
    border-color: var(--primary-yellow);
}
.btn-primary{
    border-color: var(--primary-yellow);
    background-color: var(--primary-yellow);
    color: var(--dark-gray);
}
.btn-primary:hover{
    border-color: var(--primary-yellow);
    background-color: var(--primary-yellow);
    color: var(--dark-gray);
}
.btn-primary:focus{
    border-color: var(--primary-yellow);
    background-color: var(--primary-yellow);
    color: var(--dark-gray);
}
body {
    font-family: 'Arial', sans-serif;
}

.header-top {
    background: linear-gradient(to right, #bdbdbd, #e4e4e4);
    padding: 1rem 0;
    border-bottom: 1px solid #dee2e6;
}

.navbar-menu {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

 

/* Botão Fixo do WhatsApp */
.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
}

.whatsapp-btn:hover {
    background: #128C7E;
    color: white;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn i {
    font-size: 24px; 
}

.whatsapp-text {
    white-space: nowrap;
}



.logo-link {
    text-decoration: none;
}

.logo-img {
    height: 100px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem; 
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dark-gray);
    text-decoration: none;
}

.contact-item i {
    color: #000;
}

.navbar-nav .nav-link {
    color: var(--dark-gray) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-yellow);
}



.hero-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content {
    color: white;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    background-color: white;
    color: var(--dark-gray);
    border: 2px solid var(--primary-yellow);
    padding: 1rem 2rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: var(--primary-yellow);
    color: var(--dark-gray);
    transform: translateY(-2px);
}

/* Estilos do Carrossel */
.carousel-indicators {
    bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: var(--primary-yellow);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem; 
    padding: 1rem;
    background: rgba(255, 180, 0, 0.1);
    border-radius: 10px;
    border-left: 4px solid #ffb400;
}

.contact-item-icon {
    width: 50px;
    height: 50px;
    background: #ffb400;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}



/* Seção Quem Somos */
.quem-somos-section {
    background: url('../img/bg.jpg') center/cover no-repeat;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.quem-somos-section .container-fluid {
    position: relative;
    z-index: 2;
}

.quem-somos-badge {
    background-color: var(--dark-gray);
    color: var(--primary-yellow);
    padding: 1.2rem 4rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;

    position: relative;
    margin-left: -100px;
    padding-left: 50px;
    border-radius: 0 35px 35px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.quem-somos-badge::before {
    content: '';
    position: absolute;
    left: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: var(--dark-gray);
    z-index: -1;
}

.quem-somos-badge::after {
    content: '';
    position: absolute;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: var(--dark-gray);
    z-index: -2;
}

.quem-somos-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quem-somos-logo {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo-large {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

/* Seção Nossos Serviços */
.servicos-section {
    background-color: #ffb400;
    padding: 4rem 0;
}

.servicos-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.servico-card {
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 2rem 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.servico-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.servico-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 4px solid #ffb400;
}

.servico-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servico-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--dark-gray);
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.servico-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Seção Diferenciais */
.diferenciais-section {
    background-color: #333333;
    padding: 4rem 0;
    color: white;
}

.diferenciais-image {
    text-align: center;
    margin-bottom: 2rem;
}

.diferenciais-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.diferenciais-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffaf00;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.diferenciais-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.diferenciais-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.diferenciais-item i {
    color: #ffaf00;
    font-size: 1.5rem;
    margin-right: 1rem;
    min-width: 30px;
}

.diferenciais-item span {
    color: white;
    font-weight: 400;
}

/* Seção CTA */
.cta-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/bg-cta.jpg') center/cover no-repeat;
    padding: 4rem 0;
    color: white;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: white;
}

.btn-cta {
    background-color: #ffb400;
    color: #333;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
}

.btn-cta:hover {
    background-color: #e6a200;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 180, 0, 0.4);
    color: #333;
    text-decoration: none;
}

/* Seção Depoimentos */
.depoimentos-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.depoimentos-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffb400;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.depoimentos-subtitle {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 3rem;
}

.depoimento-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
}

.depoimento-card:hover {
    transform: translateY(-5px);
}

.depoimento-stars {
    margin-bottom: 1.5rem;
}

.depoimento-stars i {
    color: #ffb400;
    font-size: 1.2rem;
    margin: 0 2px;
}

.depoimento-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.depoimento-autor {
    color: #666;
    font-size: 0.9rem;
}

.depoimento-autor strong {
    color: #333;
    font-size: 1rem;
}

.btn-depoimentos {
    background-color: transparent;
    color: #ffb400;
    border: 2px solid #ffb400;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.btn-depoimentos:hover {
    background-color: #ffb400;
    color: #333;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Rodapé */
.footer-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 3rem 0 1rem;
    position: relative;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    max-height: 80px;
    width: auto;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #bdc3c7;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffb400;
    color: #2c3e50;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link:hover {
    background-color: #e6a200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 180, 0, 0.3);
    color: #2c3e50;
}

.footer-title {
    color: #ffb400;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #ffb400;
    padding-left: 5px;
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-contact .contact-item i {
    color: #181818;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    min-width: 20px;
}

.footer-contact .contact-item span {
    font-size: 0.8rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.3rem;
}

.footer-contact .contact-item a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact .contact-item a:hover {
    color: #ffb400;
}

.footer-contact .contact-item p {
    color: #bdc3c7;
    margin: 0;
    font-size: 0.9rem;
}

.footer-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffb400, transparent);
    margin: 2rem 0 1.5rem;
}

.footer-copyright {
    color: #95a5a6;
    font-size: 0.9rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.footer-legal a {
    color: #95a5a6;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ffb400;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ffb400;
    color: #2c3e50;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #e6a200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 180, 0, 0.4);
}

/* Seção Top Hero - Padrão para páginas internas */
.top-hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/bg-cta.jpg') center/cover no-repeat;
    color: white;
    padding: 4rem 0;
    position: relative;
}

.top-badge {
    background-color: #333;
    color: #ffb400;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem;
}

.top-hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.top-hero .lead {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.breadcrumb-custom {
    margin-top: 2rem;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 0.8rem 1.5rem;
    justify-content: center;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-item.active span {
    color: #ffb400;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .header-top .contact-info {
        justify-content: flex-start;
        margin-top: 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .logo-img {
        height: 80px;
    }

    .header-top {
        padding: 0.5rem 0;
    }

    .quem-somos-section {
        padding: 2rem 0;
    }

    .quem-somos-badge {
        width: 100%;
        font-size: 1rem;
        padding: 0.8rem 2rem;

    }

    .quem-somos-badge::before {
        left: -50px;
    }





    .servicos-section {
        padding: 2rem 0;
    }

    .servicos-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .servico-card {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
    }

    .servico-image {
        width: 100px;
        height: 100px;
    }

    .servico-description {
        font-size: 0.85rem;
    }

    .diferenciais-section {
        padding: 2rem 0;
    }

    .diferenciais-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .diferenciais-item {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .diferenciais-item i {
        font-size: 1.2rem;
    }

    .diferenciais-image {
        margin-bottom: 3rem;
    }

    .cta-section {
        padding: 2rem 0;
    }

    .cta-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .btn-cta {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .depoimentos-section {
        padding: 2rem 0;
    }

    .depoimentos-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .depoimentos-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .depoimento-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .depoimento-text {
        font-size: 0.9rem;
    }

    .btn-depoimentos {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .footer-section {
        padding: 2rem 0 1rem;
    }

    .footer-logo-img {
        max-height: 60px;
    }

    .footer-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .footer-social {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .social-link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .footer-title {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer-links {
        text-align: center;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
        margin-bottom: 1rem;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }

    /* Top Hero - Responsivo */
    .top-hero {
        padding: 2rem 0;
    }

    .top-hero h1 {
        font-size: 2.2rem;
    }
}