:root {
    --color-primary: #000000;
    --color-secundaria: #aaa9a9;
}
#page-title {
    top: -80px;
    margin-bottom: -80px;
}
#cover-beofficeless {
    background-image: url('/images/topo-beofficeless.jpg');
    background-size: cover;
    background-position: 100% center;
    padding: 140px 0;
    height: 800px;
    top: -80px;
    margin-bottom: -80px;
}
.svg-topo {
    filter: invert(100%);
    width: 23%;
}

:root {
    --color-primary: #000000;
    --color-secundaria: #aaa9a9;
}
#page-title {
    top: -80px;
    margin-bottom: -80px;
}
#cover-beofficeless {
    background-image: url('/images/topo-beofficeless.jpg');
    background-size: cover;
    background-position: 100% center;
    padding: 140px 0;
    height: 800px;
    top: -80px;
    margin-bottom: -80px;
}
.svg-topo {
    filter: invert(100%);
    width: 23%;
}
/*------------------SECTION TABELA------------------*/
/* Estilos padrão */
section.tabela .container {
    height: 290px; /* Ajuste conforme necessário */
    padding: 15px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

@media (min-width: 2281px) and (max-width: 3420px) {
    section.tabela .container {
        width: calc(22.8vw - 0.7rem);
    }
}
@media (min-width: 2011.7647px) and (max-width: 2280px) {
    section.tabela .container {
        width: calc(37.8vw - 100px);
    }
}
@media (min-width: 1720px) and (max-width: 2011.7646px) {
    section.tabela .container {
        width: calc(43vw - 105px);
    }
}
@media (min-width: 1486.9566px) and (max-width: 1719px) {
    section.tabela .container {
        width: calc(51vw - 110px);
    }
}
@media (min-width: 1368px) and (max-width: 1487.96px) {
    section.tabela .container {
        width: calc(58vw - 115px);
    }
}
.tabela {
    width: 100%; /* Ajuste a largura para 100% */
    height: 100%; /* Ajuste a altura para 100% */
    background: linear-gradient(348deg, #0A0C18 24%, var(--color-primary) 65%);
    position: absolute; /* Certifique-se de que o elemento pai tem posição relativa */
}
.tabela iframe {
    width: calc(100vw - 26px);
    height: calc(100vh - 56px); /* Ajusta a altura conforme necessário */
    border: none;
    position: absolute;
    top: -50px; /* Ajuste para ocultar o título */
    left: 0;
}
.tabela .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Ajuste para ocultar o rodapé */
    background: white;
}
.form-title {
    margin-top: 100px;
    margin-bottom: -80px;
}
.contato a {
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .05em;
    font-size: .8rem;
    word-break: break-all;
}
.logos-grupo {
    padding: 0px 60px 60px 60px;
}
.tabela .waffle-embedded-object-overlay {
    border: 0px solid rgb(0, 0, 0)!important;
}
/*------------------ TABLE STYLE------------------*/
.iframe {
    padding-top: 80px;
    width: 100%; 
    height: 100%;
    border-radius: 10px; 
    margin-bottom: -20px;
}
/*-------------- INFO -------------------*/
.info-button {
    position: relative;
    top: -20px;
    left: 100%;
    display: inline-block;
    background-color: #a5a5a554;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
}
.info-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    min-width: 400px;
    text-align: initial;
    padding: 40px;
    z-index: 1;
    font-size: 14px;
    top: 100%;
    left: 0;
    border-radius: 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 4.0s cubic-bezier(1, 0, 0.45, 1.04), transform 4.0s cubic-bezier(1, 0, 0.45, 1.04);  
}
.info-button:hover .info-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: top .8s ease-in-out;
}

.info-button:hover .info-content-left {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: top .8s ease-in-out;
}
.card-service {
    background-color: #F6F6F6;
    border-radius: 33px;
    box-shadow: rgb(0 0 0 / 16%) 0 0 13px 0;
    display: flex;
    flex-wrap: wrap;
}
.card-service:hover {
    box-shadow: rgb(0 0 0 / 35%) 0 0 13px 0;
}
.service2 {
    height: 100%;
}
.service2 .card-title, .service3 .card-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
/*------------------ TABLE STYLE------------------*/
@media (max-width: 768px) {
    .xs-justify-content-center {
        justify-content: center!important;
    }
    #cover-beofficeless {
        background-image: url('/images/topo-beofficeless-mobile.jpg');
        height: 100vh;
        background-position: center;
    }
    .form-title {
        margin-top: 0px!important;
        margin-bottom: -20px;
    }
    .title-form {
        font-size: 30px!important;
        line-height: 1.1;
        font-weight: 400!important;
    }
    .subtitle-small {
        font-size: 20px!important;
        line-height: 1.1;
        font-weight: 400!important;
    }

    section.tabela .container {
        width: 100%;
        height: 100vh;
        padding: 15px 15px 0px 15px;
        box-shadow: rgba(0, 0, 0, 0.904) 0px 0px 0px 0px;
        border-radius: 0px!important;
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }
    .iframe {
        padding-top: 40px;
        width: 100%;
        height: 90%;
        margin-bottom: -20px;
    }
    .svg-topo {
        filter: invert(100%);
        width: 80%;
    }
    .logos-grupo {
        padding: 80px;
    }
}