video#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    object-fit: cover;
}

.the-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: #fff;
}

.header-lp {
    position: absolute;
    z-index: 99;
    text-align: center;
}

.hero-text {
    z-index: 99;
    /* width: 730px; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-content {
    z-index: 9 !important;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100vh;
    background: #000000d1;
    min-height: 600px;
    padding: 1rem;
}

.hero-text h1 {
    color: #fff;
    font-size: 64px;
    /* max-width: 450px; */
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
}

.hero-text h2 {
    color: #fff;
    font-size: 16px;
    /* max-width: 450px; */
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.hero-text p {
    color: #fff;
}


.forense-digital .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 50px 0;
}

.forense-digital {
    background-color: #131827;
}

h2 {
    font-size: 54px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.forense-digital-text h2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.forense-digital-text h2 span {
    background: #3276BF;
    width: 160px;
    padding: 5px 5px;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.forense-digital-text p {
    color: #fff;
    text-align: justify;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.forense-digital-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.forense-digital-text ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.forense-digital-text ul li {
    display: flex;
    gap: 2rem;
    background: #171F2F;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.forense-digital-text ul li svg path {
    fill: #5AD89B;
}

section.contrar-saftec {
    padding: 100px 0;
    background-color: #F1F1F1;
    background-image: url(../images/servicos/forense/bg-forense-digital.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
}

section.contrar-saftec .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 2rem;
}

.contrar-saftec h2,
.contrar-saftec p {
    margin-bottom: 1rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

section.servicos-forense {
    padding: 80px 0;
    background-color: #13171D;
    background-image: url("../images/servicos/forense/bg-saftec.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-dodge;
    background-attachment: fixed;
}

.servicos-forense h2 {
    color: #fff;
    max-width: 580px;
    margin-bottom: 2rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.servicos-forense ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1rem;
    padding: 50px 0;
}

.list-service strong {
    color: #fff;
}

.servicos-forense ul svg path {
    fill: #5AD89B;
}

.servicos-forense ul li {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    justify-content: center;
    background: #181f2f;
    padding: 1rem;
}

footer {
    background-image: linear-gradient(to right, #131827, #1e273e, #2b3657, #374672, #45578d);
}

.contato-box {
    margin: 0 1rem;
    padding: 1rem;
    background-image: linear-gradient(to left bottom, #10549d, #054276, #093051, #0d1e2f, #05090e);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contato-box ul {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
}

.contato-box svg path {
    fill: #fff;
}

footer p {
    color: #fff;
}

.contato-box a {
    color: #fff;
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

footer .footer-content {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-dev {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.footer-dev p {
    color: #fff;
    font-size: 12px;
}

.footer-dev p span {
    color: #5ad89b;
    font-size: 12px;
}

.footer-servicos h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 1.5rem 0 0.5rem 0;
    color: #fff;
}

.footer-servicos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-servicos p {
    color: #fff;
}

.footer-servicos a {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.footer-servicos a:hover {
    color: #5ad89b;
    transition: 0.4s ease-in-out;
}

#whatsapp {
    bottom: 1.25rem;
    right: 1.875rem;
    z-index: 9999 !important;
    position: fixed;
}

#whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #008A0E;
    color: #fff;
    height: 5rem;
    width: 5rem;
    transition: .4s ease-in-out;
    border-radius: 100%;
    fill: #fff;
}

#whatsapp a:hover {
    background: #f7f7f7;
    transition: .4s ease-in-out;
    fill: #008A0E
}


.footer-content-img {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .hero-text h1 {
        font-size: 36px;
    }

    .contato-box {
        margin: 0;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        min-height: 900px;
        padding: 4rem 1rem 1rem 1rem;
        gap: 4rem;
        justify-content: center;
        text-align: center;
    }

    video#hero-video,
    .the-hero {
        min-height: 900px;
    }

    .forense-digital .container {
        display: flex;
        flex-direction: column-reverse;
    }

    section.contrar-saftec .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .servicos-forense ul {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 500px) {
    .forense-digital-text ul li {
        flex-direction: column;
    }
    .servicos-forense ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .forense-digital-text h2 {
        font-size: 38px;
    }
}


@keyframes rotate {
    0% {
        transform-origin: center center;
        transform: rotate(-360deg);
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
    }
}

.rotate {
    animation-name: rotate;
}