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

body {
    font-family: Arial, sans-serif;
    background-color: #1a1a2e;
    color: #eee;
    line-height: 1.6;
}
.main-header {
    background-color: #1a1a2e;
    padding: 20px 0;
    width: 100%;
}

.main-nav {
width:100%;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a1a2e;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
top:0;
z-index:999;
}
.logo {
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.logo-aps {
    color: #e53935;
}
.logo-info {
    color: #eeeeee;
}
.logo-bh {
    color: #bbbbbb;
    font-size: 0.8em;
    margin-left: 5px;
    font-weight: normal;
}
.nav-container {
background-color:#1a1a2e;
    display: flex;
    align-items: center;
    gap: 30px;
	z-index:999;
}
.nav-list {
	background-color:#1a1a2e;
    list-style: none;
    display: flex;
    gap: 30px;
z-index:10;
}
.nav-list a {
	background-color:#1a1a2e;
    color: #cccccc;
    text-decoration: none;
    font-size: 1.1em;
    padding: 5px 0;
    transition: color 0.3s ease-in-out;
}
.nav-list a:hover,
.nav-list a:focus {
    color: #e53935;
}
.btn-suporte {
    background-color: #e53935;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05em;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-suporte:hover,
.btn-suporte:focus {
    background-color: #d32f2f;
    transform: translateY(-7px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}




.menu-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px;
  z-index: 999;
}
.hamburger-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #eee;
  transition: all 0.3s ease;
}
.hamburger-icon::before,
.hamburger-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background-color: #eee;
  transition: all 0.3s ease;
}
.hamburger-icon::before {
  transform: translateY(-8px);
}
.hamburger-icon::after {
  transform: translateY(8px);
}
.menu-toggle.active .hamburger-icon {
  background-color: transparent;
}

.menu-toggle.active .hamburger-icon::before {
  transform: rotate(45deg);
}

.menu-toggle.active .hamburger-icon::after {
  transform: rotate(-45deg);
}
.hero-section {
    margin: 75px auto 0 auto;
    
background-image: url('../images/hero-img.webp');
    background-color: #1a1a2e; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    justify-content: flex-start;
     
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    display: flex;
min-height: 450px; 
    position: relative;
    align-items: center;
    
}
.hero-content {
    max-width: 70%;
    
padding:25px;
    z-index: 2;
}
.hero-title {
    font-size: 3em;
    color: #eeeeee;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.hero-subtitle {
    font-size: 1.2em;
    color: #cccccc;
    margin-bottom: 30px;
    line-height: 1.5;
}
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn-principal {
    background-color: #e53935;
    color: #ffffff;
    font-size: 1.05em;
    padding: 15px 35px;
}

.btn-principal:hover {
    background-color: #d32f2f;
}
.hero-image-container {
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    opacity: 0.8;
}

.hero-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.section-title {
    font-size: 2.2em;
    font-weight: 600;
    color: #eeeeee;
    text-align: center;
    margin: 60px 0 40px 0;
}

.services-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 30px;
}

.services-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-box {
    background-color: #2a2a3e;
    border-radius: 8px;
    padding: 30px 10px;
    text-align: center;
    flex: 1 1 200px;
    max-width: calc(25% - 15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.service-title {
 font-size:1em;


}
.service-icon {
    font-size: 3.5em;
    color: #4a90e2;
    margin-bottom: 20px;
    height: 70px; 
    display: flex;
    justify-content: center;
    align-items: center;
}






.specialized-services-section {
    position: relative;
    padding: 60px 30px;
    overflow: hidden; 
    margin: 60px auto;





}


.section-services-notebook {

background-image: url('../images/notebook-apsinfobh.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
z-index:1;
}

.section-services-computador {

background-image: url('../images/computador-apsinfobh.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
z-index:1;
    width:100%;

}
.partners-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}

.partners-logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;         
    justify-content: center; 
    gap: 20px 0;             
    margin-top: 40px;
}


.icon-partner {
    flex: 0 0 20%;
    display: flex;
    align-items: center;      
    justify-content: center;  
    padding: 10px;
    height: 90px;            
    box-sizing: border-box;
}

/* Ajuste da imagem */
.icon-partner img {
    max-width: 100%;
    max-height: 70px;        
    object-fit: contain;      
    display: block;
}

.services-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    
    margin: 0 auto;
    text-align: center;
}


.section-title-specialized {
    font-size: 2.5em;
    font-weight: 700;
    color: #eeeeee;
    margin-bottom: 10px;
}

.section-title-specialized strong {
    color: #e53935;
    font-weight: 900;
}

.section-subtitle-specialized {
    font-size: 1.2em;
    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.5;
}



.trust-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px;
    overflow: hidden;
}
.testimonials-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial-card {
    background-color: #2a2a3e;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    flex: 1 1 280px;
    max-width: calc(33.33% - 10px);
    margin-right: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.testimonial-header {
    margin-bottom: 20px;
}

.icon-user-outline img {
width: 65px;
    height: 65px;
    background-color: #3b3b55;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:35px;}
.client-rating {
    font-size: 1.5em;
    color: #ffd700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.client-rating .star {
    margin: 0 1px;
}
.testimonial-text {
    font-size: 1em;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}
.client-company {
    font-size: 0.9em;
    color: #b0b0b0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.client-company .icon-company,
.client-company .icon-techcorp,
.client-company .icon-business {
    font-size: 1.2em;
    color: #909090;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.final-cta-section {
    background-color: #1a1a2e; 
    padding: 80px 30px; 
    text-align: center; 
}

.cta-content-wrapper {
    max-width: 1200px; 
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5em;
    color: #eeeeee;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 1.15em;
    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-cta-main {
    padding: 18px 40px;
    font-size: 1.1em;
}

.btn-secondary {
    background-color: transparent;
    color: #cccccc;
    border: 2px solid #555555;
    padding: 16px 40px;
    font-size: 1.1em;
}

.btn-secondary:hover {
    background-color: #3b3b55;
    border-color: #cccccc;
}



.about-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px;
}

.about-container {
    align-items: center;
    border-radius: 12px;
}

.about-title-left {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 3px solid #e53935; l
    padding-bottom: 10px;
    display: inline-block;
}
.about-apsinfobh {
    width: 60%;

}
.about-slide {
    width: 40%;
    margin-top: 60px;
    padding: 0 30px;
}
.about-text {
    color: #cccccc;
    line-height: 1.7;
    margin: 0;
    font-size: 1.05em;
}

.about-text.lead {
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
}

.about-mission {
    margin-top: 30px;
    padding: 20px;
    background-color: #3b3b55;
    border-radius: 6px;
}

.about-mission p {
    display: block;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #eee;
    font-size: 1em;
}

.about-mission i {
    color: #4a90e2;
    font-size: 1.2em;
    margin-top: 2px;
}
.btn-about-cta {
    margin-top: 20px;
}


.about-image-container {
    flex: 1 1 40%;
    
    margin: 60px 0 60px 10%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.about-image-container img {
    width:100%;
    height: 500px;
    display: block;
    transition: transform 0.5s ease;
}

.about-image-container img:hover {
    transform: scale(1.03);
}



.main-footer {
    background-color: #0d0d1a;
    color: #cccccc;
    padding: 60px 30px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    gap: 30px;
}

.footer-column {
    flex: 1 1 200px;
    max-width: 25%;
}

.footer-title {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #e53935;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e53935;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-info a {
    color: #cccccc;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
    color: #e53935;
}

.contact-info i {
    color: #e53935;
    font-size: 1.1em;
    margin-top: 3px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-links a {
    color: #cccccc;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #e53935;
}

.copyright {
    font-size: 0.8em;
    color: #888888;
    padding-top: 20px;
    border-top: 1px solid #333333;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#whatsapp-fixed {
	width:60px;
	height:60px;
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px;
	border-radius:35px;
	background-color:#25D366;
	text-align:center;
	z-index:999;
}
a#whatsapp-fixed{
	color:#fff;
}




.hero-header {

    
    position: relative; 
    overflow: hidden; 
    padding-bottom: 80px;
	border-radius:8px;
}


.hero-slider-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 1; 
    opacity: 0.5;
    background-color: #1a1a2e; 
}


.hero-slider-wrapper {
    display: flex;
    width: 100%; 
    height: 80%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}


.slider-item {
    min-width: 100%;
    height: 80%;
    position: relative;
    overflow: hidden;
}


.slider-item img {
  
    width: 100%;
    height: 80%;
    object-fit: cover; 
    display: block;
}


.hero-content-wrapper {
    position: relative; 
    z-index: 2; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-radius: 8px;
}


.hero-text-area {
    flex: 1 1 50%;
    padding-right: 50px; 
    
}
.slide-infos {
	



}

.style-slider {
    height:475px;
    background-color: #0d0d1a; 
    border-radius: 8px;
    padding: 10px; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    align-self:center;
}

.slider-title-mobile {
    display: none; 
    font-size: 1.2em;
    color: #eee;
    text-align: center;
    margin-bottom: 20px;
}

.slider-box-wrapper {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}


.slider-wrapper-about {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.slider-wrapper-about .slider-item {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.slider-wrapper-about .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}



.post-header-instagram {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
}

.post-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}


.user-avatar-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e53935; 
    flex-shrink: 0; 
}

.user-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.username {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.location-text {
    font-size: 0.8em;
    color: #ccc;
    margin: 0;
    line-height: 1.2;
}


.post-image-content {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.testimonials-container {
            padding: 50px 0;
            background-color: #f8f8f8;
            text-align: center;
        }

        .testimonial-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

        .testimonial-card {
            min-width: calc(100% / 3); 
            flex-shrink: 0; 
        }

        .testimonial-card i.fas.fa-quote-left {
            color: #ff6600;
            font-size: 24px;
            margin-bottom: 15px;
            display: block;
        }

        .testimonial-text {
            font-style: italic;
            margin-bottom: 15px;
        }

        .client-info {
            display: flex;
            align-items: center;
        }

        .client-info img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
        }

        .client-details strong {
            display: block;
            color: #333;
        }

        .client-details span {
            color: #777;
            font-size: 0.9em;
        }





@media (min-width: 900px) {
.menu-toggle{display:none;}
.about-content {display:flex;align-items:center;}

}


@media (max-width: 900px) {
    .menu-toggle {
        display: block;
background-color:#1a1a2e;
    }
    .nav-container {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color:#1a1a2e;
        border-radius: 0 0 8px 8px;
        padding: 20px 30px;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    }
    .nav-container.open {
        display: flex;
    }
    .nav-list {
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-right: 0; 
    }
    
    .nav-list a {
        padding: 15px 0;
        display: block;
        width: 100%;
    }
    
    .btn-suporte {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .menu-toggle[aria-expanded="true"] .hamburger-icon {
        background-color: transparent;
    }

    .menu-toggle[aria-expanded="true"] .hamburger-icon::before {
        transform: rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] .hamburger-icon::after {
        transform: rotate(-45deg);
    }



.hero-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
    }

    .hero-content {
        max-width: 100%; 
        order: 2;
    }

    .hero-title {
        font-size: 2em;
    }

    .hero-subtitle {
        font-size: 1em;
    }

    .hero-image-container {
        max-width: 80%;
        margin: 70px auto 30px auto; 
        order: 1;
    }

    .btn-principal {
        width: 100%;
    }


.service-box {
        max-width: calc(50% - 10px);
        flex: 1 1 45%;
    }


  .testimonial-card {
        max-width: calc(50% - 12.5px); 
        flex: 1 1 45%;
    }

  .about-container {
        flex-direction: column;
        padding: 40px 30px;
    }
    .about-content {
    display:flex;
    align-items:center;
    }
    .about-content,
    .about-image-container {
        flex: 1 1 100%;
        
    }
    

    .about-title-left {
        text-align: center; 
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

  .hero-content-wrapper {
        flex-direction: column;
        text-align: center;
        padding-top: 60px;
    }

    .hero-text-area {
        padding-right: 0;
        margin-bottom: 40px;
    }
.style-slider {
        
       
    }
    
    .slider-title-mobile {
        display: block;
    }
    

}
@media (max-width: 600px) {
    
    .service-box {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 30px;
    }
.about-slide, .about-apsinfobh {
    width:100%;
}
 .testimonial-card{
 width:100%;
        max-width: 100%;
        flex: 1 1 100%;
        padding: 25px;
    }

    .section-title {
        font-size: 1.8em;
    }

 .final-cta-section {
        padding: 60px 20px;
    }

    .cta-title {
        font-size: 2em;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-cta-main,
    .btn-secondary {
        width: 100%;
        padding: 18px 0;
    }

	.footer-container {
        flex-direction: column;
        gap: 40px;
    }

    .footer-column {
        max-width: 100%;
    }
    
    .footer-column:last-child {
        text-align: left;
    }

    .social-links {
        justify-content: flex-start;
    }
    
    .copyright {
        text-align: center;
    }
    
    .section-title-specialized {
        font-size: 1.8em;
    }

    .section-subtitle-specialized {
        font-size: 1em;
    }
    
    .about-content {
    display:grid;
    align-items:center;
    }
    .about-apsinfobh{width:100%;}
    .about-slide{width:100%;}
    .about-image-container{width:100%;margin: 20px auto;}

    
}


