#carouselHome {
    z-index: 1;
}

#carousel_solucoes {
    margin-top: 3%;
}

.containerSolucao {
    display: flex;
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
}



.imgCarouselHome {
    max-height: 208px;
    min-height: 208px;
}

.introducao {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}

.content {
    flex: 1;
}

.buttons {
    margin-top: 20px;
}

.buttons button {
    width: auto;
    margin: 10px;
    padding: 12px 40px;
}

.fonte {
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
}

.fonteCarousel {
    font-size: 18pt;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.fonteCarouselTitulo {
    font-size: 24pt;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .container img {
        margin-top: 20px;
    }
}


.containerHome {
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    color: white;
}

.carouselTexto {
    max-width: 49%;
    min-width: 300px;
}

.carouselImagem {
    max-width: 45%;
    min-width: 300px;
}

@media (max-width: 768px) {
    .containerHome {
        flex-direction: column;
        text-align: center;
    }

    .carouselTexto, .carouselImagem {
        max-width: 100%;
    }
}


.buttons button {
    width: auto;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #409cff;
    font-size: 16px;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    border-left: 1px solid #007bff;
    border-right: 1px solid #007bff;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 40px !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 10PX;
}

.buttons button {
    background-color: #2C3E50;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttons button:hover {
    background-color: #ffffff;
    color: #007bff;
}




@media (min-width: 768px) {
    .container {
        width: 70%;
    }

    .introducao {
        width: 80%;
    }
}

@media (max-width: 767px) {

    .container,
    .introducao {
        width: 90%;
    }

    .container img {
        margin-top: 20px;
        margin-left: 0;
    }

    .buttons button {
        padding: 8px 20px;
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    height: 400px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

@media (max-width: 768px) {
    .video-wrapper {
        height: 250px;
    }

    .video-wrapper iframe {
        min-height: 200px;
    }
}

.menuHamburger {
    margin-left: 35px;
}

.navbar-toggler:focus {
    box-shadow: none;

}

#containerSolucoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}

.containerSolucaoHome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: calc(30% - 20px);
    margin: 20px;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.containerSolucaoHome:not(:last-child) {
    margin-right: 20px;
}

.containerSolucaoHome a {
    text-decoration: none;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

.imgClientes {
    max-width: 240px;
}

.item-card:hover {
    color: #ff890a;
}

.saibaMais {
    margin-top: 15px;
}

.item-card img {
    max-height: 120px;
    margin-bottom: 15px;
    max-width: 280px;
}

@media (max-width: 768px) {
    .containerSolucaoHome {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .containerSolucaoHome {
        width: calc(100% - 20px);
    }
}


.tituloSolucao {
    margin-bottom: 15px;
    border-bottom: solid 3px;
}

.tituloSolucao2 {
    margin-bottom: 15px;
    text-align: center;

}

.containerEmpresa {
    display: flex;
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
    width: 80%;
}

.imagemRevenda {
    max-width: 90%;
    height: auto;
}

.containerRevenda {
    display: flex;
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
}

.containerRevenda a {
    width: 100%;
    font-size: 14pt;
}

#carouselClientes {
    width: 100%;
    margin: 20px auto;
}

#carouselClientes .carousel-item img {

    height: auto;
}

#carouselClientes .row {
    padding: 20px;
}

#carouselCliente .carousel-inner {
    padding-bottom: 100px;
}

.containerClientes {
    width: 90%;
    margin: 0 auto;
}

.imagemRevenda {
    max-height: 180px;
}

.textoRevenda {
    margin: 0 auto;
}

.imgSolucaoAcronis {
    margin-left: 200px;
}

.imgSolucaoNetguardian {
    margin-left: 430px;
}

.containerContato {
    align-items: center;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    background: linear-gradient(to bottom right, #ecf3f6, #fff);
    backdrop-filter: blur(15px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 12pt;
    margin-top: 2%;
}

.containerNavbar {
    margin-top: 20px;
}

.navbar-nav .nav-link img {
    max-width: 25px;
    height: 30px;
}

.navbar img {
    max-width: 18%;
    height: auto;
}

.awsImg {
    width: 200%;
}

.logoHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media (max-width: 768px) {
    .navbar #logoHeader img {
        max-width: 70%;
    }

    .navbar #menuHamburger img {
        max-width: 40%;
        margin-left: 60px;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-collapse {
        text-align: left;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .iconeSocial {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .navbar #redeSocial {
        display: flex;
        flex-direction: row;
    }

    #modalidadeList .ul {
        list-style-type: none
    }


}

.containerCliente {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rowCliente {
    display: flex;
    margin: 20px;
}

.blur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 48, 48, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.containerHome {
    position: relative;
    z-index: 1;
    text-align: center;

}

.carousel-item {
    position: relative;
}

.solucaoCarousel {
    background: linear-gradient(to bottom right, rgba(161, 152, 152, 0.38), rgba(172, 167, 167, 0.38));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 140px 200px 160px 200px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    width: 1200px;
    height: 600px;
}

.solucaoCarousel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.imagemHome {
    height: 65vh;
    background-size: cover;
    display: flex;
    background-position: center left;
    align-items: center;
    justify-content: center;
}


.btnSaibaMais {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #f28b00;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSaibaMais:hover {
    background-color: #f28b00;
    color: white;
}


.btnSolucoes {
    display: inline-block;
    padding: 10px 20px;
    background-color: #23527c;
    color: white;

    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btnSolucoes:hover {
    background-color: #f28b00;
    color: white;

}


@media (max-width: 768px) {
    .imagemHome {
        height: 70vh;

    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

@media (max-width: 900px) {
    .solucaoCarousel {
        font-size: 12pt;
        width: 100%;
        height: 40%;
        padding: 4px 6px 28px 4px;
    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

@media (max-width: 900px) {
    .fonteCarousel {
        font-size: 12pt;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;

    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

.linkCarousel {
    text-decoration: none;
}

#containerHotspot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 84%;
    margin: 0 auto;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;

}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .popup-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.popup-content-wrapper {
    display: flex;

}


@media (max-width: 900px) {
    .popup-text-wrapper {
        flex: 1 1 auto;
        font-size: 9pt;
    }
}

.popup-image {

    width: 100%;
}

.textoHotpot {
    width: 50%
}



.containerSolucao table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.containerSolucao th,
.containerSolucao td {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.containerSolucao th:first-child,
.containerSolucao td:first-child {
    border-left: 1px solid #ddd;
}

.containerSolucao th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
}

.containerSolucao tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.containerSolucao tbody td {
    color: #333;
}



#error404 body {
    font-family: var(--bs-font-sans-serif);
    margin: 0;
    padding: 0;
}


.title {
    text-align: center;
    margin-bottom: 20px;
}

.title img {
    max-width: 100%;
    height: auto;
}

.title b {
    font-size: 24px;
}


.solucaoCarousel {
    position: relative;
    overflow: hidden;
}


.solucaoCarousel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.solucaoCarousel h1,
.solucaoCarousel p {
    position: relative;
    z-index: 1;
    color: #fff;
}

.containerOrcamento {
    width: 80%;
    border: 3px solid #ffffff30;
    border-radius: 2px;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

.camposOrcamento {
    display: flex;
    align-items: flex-start;
}

@media(max-width: 768px) {
    .camposOrcamento {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    img {
        max-width: 250px;
    }

    #modalidadeList .ul {
        list-style-type: none
    }
}

.parceirosimg {
    max-width: 240px;
}

.nav-link {
    color: #0d6efd;
}

#modalidadeList {
    list-style-type: none
}

.modalidade-content {
    display: none;
}

.modalidade-content.active {
    display: block;
}


.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px 25px;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-width: 220px;
}

.stat-item:hover {
    border-color: #f28b00;
    box-shadow: 0 6px 16px rgba(255, 165, 0, 0.2);
}

.stat-item .number {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.stat-item .label {
    font-size: 1.5rem;
    color: #666;
}

.stat-item .highlight {
    color: #23527c;
    font-weight: bold;
}

.icon-stat {
    font-size: 3rem;
    color: #23527c;
    margin-right: 15px;
}



.stat-item:hover .highlight,
.stat-item:hover .icon-stat {
    color: #f28b00;
}


.textoIntro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;

}

.textoIntroSolucoes {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;

}

.titleIntro {
    color: #23527c;
    font-weight: bold;
}

/* Deixa o accordion mais compacto */
.accordion-button {
    background-color: #f8f9fa;
    color: #23527c;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 75px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #f28b00;
    color: white;
}

.accordion-body {
    font-size: 0.95rem;
    padding: 10px 16px;
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.accordion-item {
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
}

#carousel_multicamadas {
    padding-left: 5%;
    padding-right: 5%;
}

.container-limitado {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.transition-icon {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .transition-icon {
    transform: rotate(180deg);
}

.accordion-body a img {
    transition: transform 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
}

.accordion-body a:hover img {
    transform: scale(1.05);
    border-color: #f28b00;
}

.imgAcordeao {
    height: 100px;
    width: 225px;
}

/* Estilo principal do rodapé */
.containerFooter {

    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: #000;
    display: flex;
    justify-content: space-evenly;
}

/* Títulos das colunas */
.containerFooter h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #23527c;
    margin-bottom: 20px;
}

/* Lista de links */
.containerFooter ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.containerFooter ul li {
    margin-bottom: 10px;
}

.containerFooter ul li a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.containerFooter ul li a:hover {
    color: #f28b00;
}

/* Redes sociais */
.containerFooter img.img-fluid {
    max-width: 150px;
}

.containerFooter .d-flex a img {
    max-height: 30px;
    transition: transform 0.3s ease;
}

.containerFooter .d-flex a img:hover {
    transform: scale(1.1);
}

/* Texto de direitos autorais */
#direitos {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #f0f0f0;
}

/* Botão voltar ao topo */
#voltar-topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #23527c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

#voltar-topo span {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
}

#voltar-topo:hover {
    background: #f28b00;
}


footer {

    bottom: 0;
    width: 100%;
}

.containerFooterInterno {
    max-width: 90%;
    align-items: center;
    display: flex;
}

.img-popup {
    transition: transform 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
}

.img-popup:hover {
    transform: scale(1.05);
    border-color: #f28b00;
}

.card {
    border: none !important;
    box-shadow: none !important;
}

.imgSolucao {
    width: 500px;
    max-height: 180px;
}

.imgBlock {
    max-height: 500px;
}

@media (max-width: 767.98px) {
    .footer .col-12 {
        margin-bottom: 1.5rem;

    }

    .footer h5 {
        margin-top: 1rem;
    }

    .textoFooter {
        text-align: center;
    }
}

footer {
    position: relative;
    /* ou remova o position */
    z-index: auto;
    /* evite z-index alto sem necessidade */
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}