/* DOBRA 2 - CONTROLE E GESTÃO */

.main-container {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.content-area {
    display: flex;
    flex-direction: column;
    background: #191919;
    width: 643px;
    height: 399px;
    padding: 30px 51px;
    gap: 45px;
}

.logo-section {
    width: 290px;
    height: auto;
}

.logo-section img {
    width: 100%;
}

.benefit-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: white;
    font-family: var(--font-family);
    margin-bottom: 15px;
}

.control-list {
    column-count: 2;
    column-gap: 50px;
}

.video-area {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.video-area video {
    width: 357px;
    height: 620px;
    object-fit: cover;
}

.d2-square-1 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 200px;
    left: 150px;
}

.d2-square-2 {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #2E080B;
    position: absolute;
    top: 300px;
    left: 0;
}

.d2-square-3 {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    bottom: 0;
}

.d2-square-4 {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 200px;
    right: 0;
}

.d2-square-5 {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 600px;
    right: 150px;
}


/* DOBRA 3 - TECNOLOGIA */

.BlocoTecnologia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.background-video-db3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.background-video-db3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.d3-square-1 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 1;
}

.d3-square-2 {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(212, 38, 49, 1.2);
    position: absolute;
    top: 325px;
    left: 100px;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: 1;
}

.d3-square-3 {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 819px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.d3-square-4 {
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 200px;
    right: 125px;
    transform: translateY(-50%);
    z-index: 1;
}

.d3-square-5 {
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    background: rgb(0, 0, 14, 1);
    position: absolute;
    top: 325px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1; 
}

.d3-square-6 {
    width: 250px;
    height: 250px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 794px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.tech-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.tech-title {
    height: 70px;
    width: max-content;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-family: var(--font-family);
    background: rgba(25, 25, 25, 1);
    align-content: center;
    padding: 20px 120px;
    margin: 40px 0 29px 0;
}

.tech-subtitle {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 30px;
    font-family: var(--font-family);
}

.tech-grid {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.tech-icon {
    margin-bottom: 20px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
}

.tech-item:hover {
    margin: -15px 0 0 0;
}


.LineTech{
background: #ffffff;
width: 1px;
}

.tech-item:last-child {
    border-right: none;
    padding: 0;
}

.tech-item:first-child {
    padding-left: 0;
}

.tech-item-title {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-family: var(--font-family);
    min-height: 57px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tech-item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    font-family: var(--font-family);
}

.tech-btn-space {
    display: flex;
    padding: 10px 17px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border-radius: 5px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
    transform-origin: center;
}

.tech-btn-space::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    /*transition: left 0.6s;*/
}

.tech-btn-space::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(212, 38, 49, 0.4);
    transform: translate(-50%, -50%);
    /*transition: width 0.6s, height 0.6s;*/
}

/*
.tech-btn-space:hover {
    border: 2px solid #D42631;
    background: #D42631;
    transform: scale(1.05) translateY(-2px);
}

.tech-btn-space:hover::before {
    left: 100%;
}
*/

.tech-btn-space:active::after {
    width: 300px;
    height: 300px;
    transition: width 0.3s, height 0.3s;
}

.tech-btn-space img {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 1;
}

.tech-btn-space:hover {
    background: #D42631;;
    border: 2px solid #D42631;
}

/*
.tech-btn-space:hover img {
    transform: translateX(5px);
}

@keyframes pulse-tech {
    0%, 100% { box-shadow: 0 0 0 0 rgba(212, 38, 49, 0.7); }
    50% { box-shadow: 0 0 0 10px rgba(212, 38, 49, 0); }
}

.tech-btn-space:hover {
    animation: pulse-tech 2s infinite;
}*/

#Relatorio,
#Integracao,
#Personalizado,
#Reducao_custos {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    position: relative;
}

#Relatorio.active,
#Integracao.active,
#Personalizado.active,
#Reducao_custos.active {
    height: 1080px;
    opacity: 1;
}

#Relatorio .report-container,
#Integracao .report-container,
#Personalizado .report-container,
#Reducao_custos .report-container {
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
}

#Relatorio.active .report-container,
#Integracao.active .report-container,
#Personalizado.active .report-container,
#Reducao_custos.active .report-container {
    transform: translateY(0);
    opacity: 1;
}

.corporate-tecnologia {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.report-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    color: #ffffff;
    background: #2a2929cf;
    max-width: 770px;
}

.title-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--color-vermelho);
    padding: 15px 20px;
    width: fit-content;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-family);
    text-transform: uppercase;
}

.title-box span {
    font-size: 16px;
}

.title-icon {
    width: 30px;
    height: 30px;
}

.main-heading {
    font-size: 39px;
    font-weight: 700;
    line-height: 36px;
    font-family: var(--font-family);
    text-transform: uppercase;
}

.main-heading span {
    font-weight: 400;
}

.right-section {
    flex: 1;
    background: #292929;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    color: #ffffff;
}

.close-btn {
    position: absolute;
    top: 121px;
    right: 39px;
    width: 41px;
    height: 35px;
    background: var(--color-vermelho);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: background 0.3s ease; */
    font-size: 33px;
    font-weight: 900;
    font-family: 'Montserrat';
}

/*
.close-btn:hover {
    background: #b01f28;
}*/

.close-btn img {
    width: 20px;
    height: 20px;
}

.description-text {
    margin-top: 190px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--font-family);
}

.content-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.image-space {
    background: transparent;
    max-width: 590px;
}

.image-space img {
    width: 100%;
    height: auto;
}

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family);
}

.features-list li img {
    width: 20px;
    height: 20px;
}

.integration-img {
    width: 100%;
    height: auto;
    background: transparent;
}

.integration-img img{
    width: 72%;
}

.description-text-integration {
    margin-top: 110px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--font-family);
}

.features-list-integration {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-list-integration li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family);
}

.image-space-personalized {
    width: 100%;
    height: auto;
}

.features-list-suppliers {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-list-suppliers li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family);
}

.dual-images {
    display: flex;
    width: 100%;
    gap: 40px;
}

.dual-img-item {
    height: 315px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dual-img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* DOBRA 4 - LOGÍSTICA */

.Bloco_logistica::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.background-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.d4-square-1 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #72141c96;
    position: absolute;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.d4-square-2 {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 325px;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: 1;
}

.d4-square-3 {
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 769px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.d4-square-4 {
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 200px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.d4-square-5 {
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 855px;
    right: 125px;
    transform: translateY(-50%);
    z-index: 1;
}

.d4-square-6 {
    width: 125px;
    height: 125px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 730px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.main-title {
    height: 70px;
    width: 80%;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: var(--font-family);
    background: rgba(25, 25, 25, 1);
    align-content: center;
    padding: 20px 40px;
    margin: 40px 0 29px 0;
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 72px;
    font-family: var(--font-family);
}

.subtitle span {
    font-weight: 400;
}

.icons-grid {
    display: flex;
    justify-content: center;
    gap: 120px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ffffff;
    padding: 0 120px 0 0;
}

.corporate-logistica .icon-item:nth-child(4){
     border-right: 0 solid #ffffff;
     padding: 0 0 0 0;
}

.icon {
    width: 90px;
    height: 80px;
    background: transparent;
}

.icon-title {
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;   
}

.icon-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    font-family: var(--font-family);
}


/* DOBRA 5 - CLIENTES */

.BlocoLogos {
    max-width: 1140px;
    width: 98%;
    background: #000;
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin: 0 auto;
}

.accordion-item .accordion-header button{
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-header{
    width: 14%;
}

.accordion-collapse{
    width: 90%;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #333;
    display: flex;
    width: 100%;
    list-style: none;
}

.accordion-header {
    list-style: none;
}

.accordion-button {
    background: #000;
    color: #fff;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 40px;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 0;
}
.accordion-body {
    background: #000;
    padding: 20px 40px;
}

.logos-grid {
    display: flex;
    gap: 15px 52px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.logo-item img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: opacity 0.3s;
}

.logo-item img:hover {
    opacity: 1;
}

.Titulo_Logos{
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
text-transform: uppercase;
text-align: center;
}

.d5-square-1 {
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 200px;
    left: 0;
}

.d5-square-2 {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
    background: #D42631;
    position: absolute;
    bottom: 150px;
    left: 0;
}

.d5-square-3 {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 75px;
    left: 75px;

}

.d5-square-4 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #BFBFBF;
    position: absolute;
    top: 200px;
    right: 0;
}

.d5-square-5 {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #D42631;
    position: absolute;
    bottom: 0;
    right: 0;
}

.BlocoVideos{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BlocoVideos .Video{
    width: 640px;
    height: 360px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.BlocoVideos .Video:hover{
    transform: translateY(-10px);
}

.BlocoVideos .Video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.BlocoVideos .Video .DadosVideoCliente{
    position: absolute;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.BlocoVideos .Video:hover .DadosVideoCliente{
    transform: scale(1.1);
}

.BlocoVideos .Video .DadosVideoCliente img{
    transition: transform 0.3s ease;
}

.BlocoVideos .Video:hover .DadosVideoCliente img{
    transform: scale(1.2);
}

.BlocoVideos .Video .DadosVideoCliente .ChamadaVideoCliente{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.BlocoVideos .Video .DadosVideoCliente .QualCliente{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}

.BlocoVideos .Video video{
    width: 100%;
    height: auto;
}

.modal-video {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modal-video.active {
    display: flex;
    animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.modal-video video {
    width: 90%;
    max-width: 1200px;
    height: auto;
    border: 3px solid #ffffff;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5),
                0 0 100px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    transform: scale(0.9);
    animation: scaleIn 0.4s ease forwards;
}

@keyframes scaleIn {
    to {
        transform: scale(1);
    }
}

.close-modal {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #D42631;
}

@media (min-width: 1px) {
    .accordion-button {
        pointer-events: none;
    }
    
    .accordion-button::after {
        display: none;
    }
    
    .accordion-collapse {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 440px) {
    .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .accordion-body {
        padding: 20px;
    }

    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .logo-item img {
        max-width: 80px;
        max-height: 40px;
    }
}


/* DOBRA 6 - MIX DE PRODUTOS */

.BlocoMix {
    max-width: 900px;
    width: 98%;
    background: transparent;
    margin: 0 auto;
    color: #fff;
}

.BlocoMix .LinhaItens{  
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;  
    display: flex;
    align-items: center; 
    gap: 15px;
}

.BlocoMix .LinhaItens font{
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.BlocoMix .LinhaFornecedores{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;   
    display: flex;
    align-items: center; 
    gap: 15px;
    justify-content: flex-end;
}

.BlocoMix .LinhaFornecedores font{
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.LinhaIcones ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px auto;
    width: 600px;
}

.LinhaIcones ul li{
    display: flex;
    width: 150px;
    height: 150px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.LinhaIcones ul li.MixEsc{
    background: #1A1A1A;
}

.LinhaIcones ul li .icon{
    width: 50px;
    height: 50px;
}

.LinhaIcones ul li .chamada{
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.d6-square-1 {
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 200px;
    left: 0;
}

.d6-square-2 {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 150px;
    left: 0;
}

.d6-square-3 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 200px;
    right: 100px;

}

.d6-square-4 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 300px;
    right: 0;
}

.d6-square-5 {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
    right: 0;
}

.caixa-corporate{
    position: absolute;
    bottom: 0;
    left: 120px;
    width: 240px;
    height: 373px;
}

.caixa-corporate img{
    width: 100%;
}

/* DOBRA 7 - FINAL */

.BlocoConteudoFinal {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.BlocoConteudoFinal .BlocoChamada {
    width: auto;
    height: auto;
    position: absolute;
    top: 340px;
    right: 225px;
}

.BlocoConteudoFinal .BlocoChamada .Linha01 {
    width: 450px;
    height: 100px;
    background: #191919;
    color: #ffffff;
    padding: 20px 80px 20px 30px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    align-items: center;
    display: flex;
    text-transform: none;
}

.BlocoConteudoFinal .BlocoChamada .Linha02 {
    width: 450px;
    height: 100px;
    background: rgba(255, 255, 255, 0.25);
    padding: 25px 80px 25px 30px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
}

.BlocoConteudoFinal .BlocoChamada .Linha03 {
    display: flex;
    width: 450px;
    height: 231px;
    padding: 58px 88px 58px 87px;
    justify-content: center;
    align-items: center;
    background: #191919;
}

.BlocoConteudoFinal .BlocoChamada .Linha03 img {
    width: 280px;
    height: 114px;
    flex-shrink: 0;
}

.BlocoConteudoFinal .BlocoChamada button {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 2px solid #D42631;
    background: transparent;
    color: #FFF;
    margin-top: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.4px;
    border-radius: 5px;
    background: #D42631;
    text-transform: uppercase;
}

.BlocoConteudoFinal .BlocoChamada button font{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    letter-spacing: normal;     
}

.d7-square-1 {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 815px;
    left: 0;
}

.d7-square-2 {
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    bottom: 665px;
    left: 75px;
}

.d7-square-3 {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #FFF;
    position: absolute;
    bottom: 77px;
    left: 0;

}

.d7-square-4 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    bottom: 540px;
    right: 125px;
}

.d7-square-5 {
    width: 125px;
    height: 125px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #D42631;
    position: absolute;
    bottom: 415px;
    right: 0;
}

.d7-square-6 {
    width: 225px;
    height: 225px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
    right: 0;
}


section[data-section="corporate-tecnologia-detail"]#Relatorio {
    background-image: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/div_01_relatorios.jpg);
    background-size: cover;
}

section[data-section="corporate-tecnologia-detail"]#Integracao {
    background-image: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/div_02_integracao.jpg);
    background-size: cover;
}

section[data-section="corporate-tecnologia-detail"]#Personalizado {
    background-image: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/div_03_portal.jpg);
    background-size: cover;
}

section[data-section="corporate-tecnologia-detail"]#Reducao_custos {
    background-image: url(https://imagens.gimba.com.br/Images/InstitucionalPortal/img/div_04_fornecedores.jpg);
    background-size: cover;
}


.video-wrapper {
    position: relative;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s;
    cursor: pointer;
}

.video-wrapper.playing .play-overlay {
    display: none;
}




.corporate-controle .video-wrapper .play-overlay {
    display: none;
}
