html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    margin-bottom: 60px;
    padding-top: 75px;
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
   
}

main {
    flex: 1;
    padding-bottom: 20px; 
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
     height: 50px;
}

.container-inicial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
   
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    position: relative;
    left: 18%; 
    
}

    .navbar-brand .brand-logo {
        height: 1.6em;
        width: auto;
        object-fit: contain;
        margin-right: 0.5rem;
    }

    .navbar-brand .highlight-letter {
        color: #ff0000;
        font-weight: 800;
        font-size: 1.6rem;
    }

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-left: -30%;
}

.nav-item {
    margin-left: 1rem;
}


.nav-link {
    font-weight: 500;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    color: #212529;
    transition: color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    margin-left: -30%;
}

    .nav-link:hover {
        opacity: 0.4;
    }


@media (max-width: 768px) {
    .container-inicial {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10px;
    }

    .navbar-brand {
        left: 0;
        font-size: 1.4rem;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: flex-end;
        right: 25%;
    }

    .nav-item {
        margin-left: 0.5rem;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0.5rem;
        right: 25%;
    }
}

.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-size: 45px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .whatsapp-icon {
        margin-right: 2px;
    }

        .whatsapp-icon:hover {
            background-color: #1ebe57;
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
}

.logo {
    width: 200px;
    margin-bottom: 20px;
}

.message {
    font-size: 2.6em;
    margin-bottom: 20px;
}



#mainCarousel {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.carousel-item {
    padding: 2rem 0;
}

.carousel-inner .lead {
    font-size: 1.1rem;
    line-height: 1.4;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: black
}

.carousel-indicators .active {
    background-color: white;
}


.container-fluid.main-container {
    padding-left: 0;
    padding-right: 0;
}

.simple-features {
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.features-row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    flex: 1;
    padding: 0 15px;
    text-align: center;
}

    .feature-item i {
        font-size: 40px;
        color: #ce1678;
        margin-bottom: 15px;
    }

    .feature-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #333;
    }

    .feature-item p {
        color: #666;
        line-height: 1.5;
    }

.services-section {
    padding: 60px 0;
    background-color: #ffffff;
    width: 100%;
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-image {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

    .service-image img {
        max-height: 400px;
        width: auto;
        object-fit: contain;
    }


.main-title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.4;
}

.services-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 15px;
}

.service-icon i {
    color: #ce1678;
    font-size: 0.8rem;
    margin-top: 8px;
}

.service-content {
    flex: 1;
}

    .service-content h3 {
        font-size: 1.1rem;
        color: #333;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .service-content p {
        margin-bottom: 0;
        color: #666;
        font-size: 0.95rem;
        line-height: 1.5;
    }


.message-suporte {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.4;
}

.links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 10px 20px;
    background-color: #24cbf4;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
}

    .links a i {
        margin-right: 10px;
    }

    .links a:hover {
        background-color: #24bdf4;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }


.contato-container {
    width: 100vw;
    max-height: 600px;
    max-width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}

footer {
    width: 100%;
    max-width: 100vw;
    background-color: #db2525;
    color: white;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.final-container {
    color: white;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}





.social-section {
    background-color: #e5fbff;
    padding: 20px 0;
    margin-top: 20px;
    width: 100%;
}

.social-icons {
    margin-top: 1.5rem;
}

    .social-icons a {
        display: inline-block;
        margin: 0 10px;
        transition: transform 0.3s ease;
    }

        .social-icons a:hover {
            transform: scale(1.1); 
        }


#Quem_Somos {
    scroll-margin-top: 120px;
}

#Nossos_Servicos {
    scroll-margin-top: 120px;
}

#Suporte {
    scroll-margin-top: 120px; 
}

#Contato {
    scroll-margin-top: 120px;
}