/*font-family: 'Lato', sans-serif;*/
body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'DM Sans', sans-serif;
    background-color: #0f0e11;
    scroll-behavior: smooth;
}
.cima {
    min-height: 100%;
    min-width: 100%;
    background-color: #0f0e11e8;
    position: absolute;
    z-index: 9;
    top: 0;
}
.menu-full {
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #0f0e11;
    position: fixed;
    z-index: 99999999999999;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}
nav {
    position: absolute;
    top: 8vh;
    display: block;
    z-index: 999999999;
    left: 6vh;
}
nav ul {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    flex-direction: column;
    align-content: flex-start;
}
nav ul li {
    color: #b2b2b3;
    margin: 2vh 25px;
    font-size: 5vw;
    text-transform: capitalize;
    position: relative;
    font-weight: 900;
    letter-spacing: -2px;
    & img {
        width: 7px;
        margin: 0 5px 3px 0;
    }
}
nav ul li:hover {
    color: #ffffff;
}
nav ul li:nth-child(1)::before {
    content: "01";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li:nth-child(2)::before {
    content: "02";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li:nth-child(3)::before {
    content: "03";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li:nth-child(4)::before {
    content: "04";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li:nth-child(5)::before {
    content: "05";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li:nth-child(6)::before {
    content: "06";
    font-size: 1.5vh;
    position: absolute;
    left: -20px;
    top: -10px;
    font-weight: 100;
    letter-spacing: normal;
}
nav ul li ul {
    position: absolute;
    display: flex;
    flex-flow: column;
    background-color: #635d6f;
    left: 200%;
    top: 0;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
nav ul li:hover ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
nav ul li ul li {
    white-space: nowrap;
    color: #000;
    margin: 8px 10px;
    font-size: 4vw;
    letter-spacing: -.5px;
}
.iniciar-projeto {
    color: #000;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: rgb(235,93,28);
    background: -moz-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5d1c",endColorstr="#872a00",GradientType=1);
    transition: .3s;
}
.iniciar-projeto:hover {
    color: #ffffff;
}

.falar-especialista {
    position: absolute;
    left: 6vw;
    top: 71vh;
    color: #fff;
    z-index: 999999999;
    font-size: 20px;
    padding: 15px 61px;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: rgb(0 0 0);
    background: -moz-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(15 14 17) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5d1c",endColorstr="#872a00",GradientType=1);
    transition: .3s;
}
.falar-especialista:hover {
    color: #eb5d1c;
    background: #000;
    background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(15 14 17) 100%);
}
.hamburguer {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #000;
    z-index: 999999;
    border: 1px solid #ffffff2e;
    display: flex;
    justify-content: center;
        align-items: center;
    & img {
        width: 60%;
    }
}
.hamburguer-close {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: 6vw;
    top: 6vh;
    z-index: 999999;
    border: 1px solid #ffffff2e;
    display: flex;
    justify-content: center;
    align-items: center;
    & img {
        width: 60%;
    }
}
.head {
    width: 100%;
    height: 85vh;
    background-image: url(../imgs/fundo-topo.jpg);
    /*background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-size: cover;
    position: relative;
    z-index: 8;
}
.video-background {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
}
.pc {
    position: absolute;
    right: 7vw;
    top: 22vh;
    z-index: 99;
    width: 55vw;

}
.iphone {
    position: absolute;
    right: 48vw;
    top: 54vh;
    width: 16vw;
    z-index: 999;
}
.detalhe01 {
    position: absolute;
    left: 28vw;
    top: 82vh;
    z-index: 99999999;

}
.principal {
    position: absolute;
    font-size: 3.88vw;
    color: #fff;
    font-weight: 900;
    z-index: 9999;
    top: 20vh;
    left: 6vw;
    width: 42vw;
    line-height: .85em;
    letter-spacing: -3.5px;

    & b {
        color: #635d6f;
        font-weight: 900;
    }

    & span {
        color: #ffffff;
        font-size: .26em;
        font-weight: 400;
        letter-spacing: normal;
        width: 75%;
        display: block;
        line-height: 1.5em;
        margin: 50px 0 0 0;
    }
}
.apoio {

    z-index: 9999999;
    position: absolute;
    top: 28vw;
    left: 6vw;
    font-size: 1vw;
    width: 30vw;
    font-weight: 400;
}
.logo {
    width: 63px;
    z-index: 9999999;
}
.typing-demo {
    width: 16ch;
    animation: typing 4s steps(17), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-size: 1em;
    }

    @keyframes typing {
    from {
        width: 0
    }
    }

    @keyframes blink {
    50% {
        border-color: transparent
    }
}



.linear-wipe {
    text-align: left;
    background: linear-gradient(to right, #000 20%, #eb5d1c 40%, #eb5d1c 60%, #000 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 5s linear infinite;
            animation: shine 5s linear infinite;
    }
    @-webkit-keyframes shine {
    to {
        background-position: 150% center;
    }
    }
    @keyframes shine {
    to {
        background-position: 150% center;
    }
    }


.ano {
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    left: 4vw;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999999999;
    letter-spacing: 4px;
    top: 110%;
}
.redes-sociais {
    position: fixed;
    right: 2vw;
    top: 0;
    width: 30px;
    height: 90vh;
    /*background-color: #000;*/
    z-index: 9999999999999;
    display: flex;
    flex-direction: column-reverse;
}
.redes-sociais::before {
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #ffffff2c;
    position: absolute;
    left: 50%;
    top: -100px;
}
.redes-sociais img {
    width: 70%;
    aspect-ratio: 2 / 2 ;
    margin:10px 0 0 0;
    left: 15%;
    position: relative;
    opacity: .4;
}
.redes-sociais img:hover  {
    opacity: 1;
}


.slide-top {
-webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}

@-webkit-keyframes slide-top {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
}
100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
            opacity: 0;
}
}
@keyframes slide-top {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
}
100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
            opacity: 0;
}
}


.linha-banners {
    width: 88vw;
    height: 30vh;
    margin: 0 auto;
    margin-top: 25vh;
    z-index: 999;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2vw;
}

.banner-pq-inicial01 {
    background-color: #1c1a20;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 10%;
    transition: .5s;
}
.banner-pq-inicial01:hover img {
    transform: scale(1.08);
    opacity: 1;
}

.img-ban {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: .5s;
    opacity: .4;
}


.banner-pq-inicial02 {
    background-color: #0d0c0f;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 10%;
    transition: .5s;
}
.banner-pq-inicial02:hover img {
    transform: scale(1.08);
    opacity: 1;
}
.banner-pq-inicial02 h1 {
    position: absolute;
    z-index: 999;
    color: #eb5e1a;
    font-size: 2.3vw;
    font-weight: 900;
    letter-spacing: -1px;
    top: 0%;
    left: 8%;
    border-bottom: 1px solid;
    padding: 0 0 17px 0;
    width: 82%;
}
.banner-pq-inicial02 p {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-weight: 200;
    font-size: 1.2vw;
    top: 39%;
    left: 40px;
    width: 82%;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    letter-spacing: .1px;
}
.banner-pq-inicial03 {
    background-color: #0d0c0f;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 10%;
    transition: .5s;
}
.banner-pq-inicial03:hover img {
    transform: scale(1.08);
    opacity: 1;
}
.banner-pq-inicial03 h1 {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    font-size: 2.3vw;
    font-weight: 900;
    letter-spacing: -1px;
    top: 0%;
    left: 8%;
    border-bottom: 1px solid;
    padding: 0 0 17px 0;
    width: 82%;
}
.banner-pq-inicial03 p {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-weight: 200;
    font-size: 1.2vw;
    top: 39%;
    left: 40px;
    width: 82%;
    text-align: left;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    letter-spacing: .1px;
}
.vejamais {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: #ffffffb0;
    z-index: 9999999;
}

.possibilidades {
    width: 100%;
    min-height: 400px;
    background-color: #161616;
    margin: 130px 0 0 0;
    position: relative;
}

.possibilidades:after, .possibilidades:before {
    top: 40%;
    left: 22%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 120vh;
    height: 120vh;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.02)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,.02) 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom,rgba(255,255,255,.02) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(360deg,rgba(255,255,255,.02) 0,rgba(255,255,255,0) 100%);
}
.possibilidades:before {
    -webkit-transform: translate(-50%,-50%) scale(.7);
    -ms-transform: translate(-50%,-50%) scale(.7);
    transform: translate(-50%,-50%) scale(.7) ;
}
.conteudo-possibilidades {
    width: 88vw;
    min-height: 350px;
    margin: 0px auto;
    padding: 130px 0 90px 0;
    position: relative;
    display: block;
    z-index: 99;
    & h1 {
        color: #ffffff;
        font-size: 2.9vw;
    }
    & b {
        font-size: 1vw;
        font-weight: 100;
        color: #eb5d1c;
    }
}
.conteudo-possibilidades ul {
    width: 100%;
    height: auto;
    position: relative;
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
}
.conteudo-possibilidades ul li {
    position: relative;
    display: block;
}
.card-possibilidades {
    width: 60%;
    height: 450px;
    background-color: #000;
    border-radius: 20px;
    position: relative;
    background-size: cover;
}
.card-possibilidades::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #000000a1;
    transition: .5s;
}
.card-possibilidades:hover::before  {
    background-color: #00000052;
}
.card-possibilidades p {
    width: 80%;
    position: absolute;
    left: 80%;
    height: 360px;
    top: 10%;
    background-color: #0d0c0f;
    border-radius: 20px;
    padding: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #b2b2b3;
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
}
.card-possibilidades h2 {
    position: absolute;
    top: 5%;
    left: 30%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(137, 137, 137);
    color: transparent;
    font-size: 5em;
    line-height: 20px;
    z-index: 99;
    white-space: nowrap;
    & b {
        font-size: .2em;
        -webkit-text-stroke-width: 0px;
    }
}
.conteudo-possibilidades h1::before {
    content: " ";
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #00000000;
    border-radius: 50%;
    top: 199px;
    left: -100px;
    border: 1px solid #0000004d;
}
.conteudo-possibilidades h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 35vw;
    height: 12px;
    top: 110px;
    left: 0vw;
}
.seta-card {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 8%;
    transition: .5s;
}
.card-possibilidades p:hover .seta-card {
    right: 5%;
}

.box-botao {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.iniciar-projeto-pagina {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 130%);
    color: #000;
    z-index: 999999999;
    font-size: 22px;
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: rgb(235,93,28);
    background: -moz-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5d1c",endColorstr="#872a00",GradientType=1);
    transition: .3s;
}
.iniciar-projeto-pagina:hover {
    color: #ffffff;
}

.motivos {
    width: 100%;
    min-height: 400px;
    margin: 130px 0 0 0;
    position: relative;
    & h1 {
        color: #ffffff;
        font-size: 3.4vw;
        position: relative;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
    }
    & b {
        font-size: 2.9vw;
        font-weight: 900;
        color: #eb5d1c;
        /*background: -webkit-linear-gradient(#f09368, #7c440f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
}

.motivos h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -147px);
}

.conteudo-motivos {
    width: 88vw;
    min-height: 350px;
    margin: 0px auto;
    padding: 70px 0 90px 0;
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
}
.conteudo-motivos li {
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    background: #161516;
    border-radius: 20px;
    margin: 0 0 100px 0;
    align-items: center;
    padding: 0 70px;
    color: #ffffff94;
    font-family: 'Lato', sans-serif;
    font-size: 1vw;
    line-height: 1.3em;
    transition: .5s;
}
.conteudo-motivos li:hover {
    background: linear-gradient(to right, #161516 0%, #000000 100%);
    color: #eb5d1c;
}
.conteudo-motivos li h2{
    font-size: 216px;
    position: absolute;
    top: -70px;
    left: 10px;
    color: #ffffff09;
    font-family: 'DM Sans', sans-serif;
}
.conteudo-motivos li:hover h2 {
    color: #eb5e1c38;
}
.motivos li::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 29vw;
    height: 65px;
    top: 248px;
    left: 69%;
    transform: translate(-50%, -147px);
    z-index: -1;
}

.cases {
    width: 100%;
    min-height: 400px;
    margin: 130px 0 0 0;
    position: relative;
    background-color: #121212;
    padding: 60px 0;
    & h1 {
        color: #ffffff;
        font-size: 3.4vw;
        position: relative;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
    }
    & b {
        font-size: 1.2vw;
        font-weight: 900;
        color: #eb5d1c;
        /*background: -webkit-linear-gradient(#f09368, #7c440f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
}
.cases h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -147px);
}
.slider-cases-inicial {
    width: 100%;
    height: 550px;
    position: relative;
    display: block;
}


.slider-cases-inicial .swiper {
    width: 100%;
    height: 100%;
}

.slider-cases-inicial .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .5s;
    border-radius: 20px;
}

.slider-cases-inicial .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    border-radius: 20px;
}
.slider-cases-inicial .swiper-slide::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5326505602240896) 0%, rgba(0,0,0,1) 92%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5326505602240896) 0%, rgba(0,0,0,1) 92%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5326505602240896) 0%, rgba(0,0,0,1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 99;
    transition: .5s;
    border-radius: 20px;
}
.slider-cases-inicial .swiper-slide:hover::before {

    background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7091211484593838) 0%, rgba(0,0,0,1) 60%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7091211484593838) 0%, rgba(0,0,0,1) 60%);
background: linear-gradient(0deg, rgba(0,0,0,0.7091211484593838) 0%, rgba(0,0,0,1) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
transition: .5s;

}
.logo-case {
    position: absolute;
    bottom: 5%;
    width: 40% !important;
    height: auto !important;
    left: 5%;
    z-index: 9;
    transition: .5s;
}
.slider-cases-inicial .swiper-slide:hover .logo-case {
    z-index: 9999;
    bottom: 20%;
}
.infos-case {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    z-index: 999;
    flex-direction: column;
    padding: 4% 0 0 5%;
    transition: .5s;
    & h3 {
        margin: 0;
        color: #eb5d1c;
    }
    & h4 {
        margin: 0;
    }
}
.swiper-slide:hover .infos-case {
    opacity: 1;
}

.expertise {
    width: 100%;
    min-height: 400px;
    margin: 0;
    position: relative;
    padding: 90px 0 130px 0;
    background-image: url(../imgs/responsive-bg.png);
    background-size: cover;
    & h1 {
        color: #ffffff;
        font-size: 3.4vw;
        position: relative;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
    }
    & b {
        font-size: 1.2vw;
        font-weight: 900;
        color: #eb5d1c;
        /*background: -webkit-linear-gradient(#f09368, #7c440f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
}
.expertise h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -147px);
}

.conteudo-expertise {
    width: 88vw;
    min-height: 200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    display: grid;
    z-index: 99;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #2b292f;
    border-radius: 20px;
}
.conteudo-expertise li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 72px;
    color: #fffffff8;
    font-weight: 900;
    font-size: 1.8vw;
}
.conteudo-expertise li img {
    width: 70px;
    height: 70px;
    margin: 0 0 50px 0;
}

.artemidas-inicial {
    background: url(../imgs/fundo-artemidas.png) #121212;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    margin:0 0 0 0;
    position: relative;
    padding: 60px 0;
}
.conteudo-artemidas {
    width: 88vw;
    min-height: 200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    z-index: 99;
    border-radius: 20px;
    & h1 {
        color: #ffffff;
        font-size: 2.9vw;
        position: relative;
    }
    & b {
        font-size: 1vw;
        font-weight: 100;
        color: #eb5d1c;
    }
}
.conteudo-artemidas h1::before {
    content: " ";
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #00000000;
    border-radius: 50%;
    top: 199px;
    left: -100px;
    border: 1px solid #0000004d;
}
.conteudo-artemidas h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 16vw;
    height: 12px;
    top: -30px;
    left: 0vw;
}
.esquerda-artemidas {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.img-artemidas {
    border-radius: 20px;
    height: 75vh;
}
.direita-artemidas {
    padding: 100px 0 0 0;
}
.direita-artemidas p {
    color: #ffffff;
    font-size: .8vw;
    line-height: 1.4em;
    width: 70%;
    margin-bottom: 17px;
}



.depoimentos {
    width: 100%;
    min-height: 400px;
    margin: 0;
    position: relative;
    padding: 90px 0 130px 0;
    & h1 {
        color: #ffffff;
        font-size: 3.4vw;
        position: relative;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin: 0;
        gap: 24px;
    }
    & b {
        font-size: 1.2vw;
        font-weight: 900;
        color: #eb5d1c;
        /*background: -webkit-linear-gradient(#f09368, #7c440f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
}
.depoimentos h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -147px);
}

.conteudo-depoimentos {
    width: 88vw;
    min-height: 200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    display: flex;
    z-index: 99;
    /*background-color: #2b292f;*/
    border-radius: 20px;
    justify-content: space-between;
}
.conteudo-depoimentos li {
    background: #fff;
    width: 22%;
    padding: 40px;
    border-radius: 20px;
    height: 450px;
    font-size: .75vw;
    line-height: 1.3em;
    position: relative;
    & h2 {
        margin: 20px 0 0 0;
        color: #222222;
        font-weight: 900;
        position: absolute;
        bottom: 90px;
        font-size: 1.3vw;
    }
    & h3 {
        margin: 10px 0;
        letter-spacing: -.5px;
        color: #eb5d1c;
        position: absolute;
        bottom: 50px;
    }
    & img {
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: -60px;
        left: 31px;
        border-radius: 50%;
        border: 7px solid #0f0e11;
    }
}

.conteudo-depoimentos li::before {
    background: transparent;
}

.conteudo-depoimentos li:hover::before {
    background: transparent;
}




.faq {
    width: 100%;
    min-height: 400px;
    margin: 0;
    position: relative;
    padding: 90px 0 130px 0;
    background: url(../imgs/fundo-faq.png) #121212;
    & h1 {
        color: #ffffff;
        font-size: 3.4vw;
        position: relative;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
        display: flex;
        align-items: center;
        flex-flow: column;
        gap: 16px;
    }
    & b {
        font-size: 1.2vw;
        font-weight: 900;
        color: #eb5d1c;
        /*background: -webkit-linear-gradient(#f09368, #7c440f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
}
.faq h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -147px);
}
.img-direita-faq {
    position: absolute;
    right: 0;
    top: 20px;
}
.conteudo-faq {
    width: 88vw;
    min-height: 200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    z-index: 99;
    /*background-color: #2b292f;*/
    border-radius: 20px;
    justify-content: space-between;
}
.faq-direita {
    display: flex;
    align-items: center;
}
.conteudo-faq .faq-direita .image {
    width: 100%;
    height: 509px;
    border-radius: 20px;
    overflow: hidden;
    float: left;
}
.conteudo-faq .faq-direita .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.perguntas {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.perguntas ul {
    display: flex;
    flex-flow: column;
    width: 70%;
    float: right;
    background: #0000003b;
    border-radius: 20px;
    padding: 30px;
}
.perguntas ul li {
    width: 100%;
    border-bottom: 1px solid #393939;
    line-height: 3.3em;
    color: #ffffff;
    position: relative;
}
.perguntas ul li img {
    position: absolute;
    right: 1%;
    height: 40%;
    top: 30%;
    transition: .5s;
}
.perguntas ul li:hover img {
    right: 0;
}
.tab-container {
    width: 100%;
    max-width: 567px;
    margin: 100px auto auto auto;
    background-color: #0000003b;
    border-radius: 20px;
    padding: 30px;
}
.tabs {
    height: auto;
    line-height: 30px;
    display: flex;
    flex-flow: column;
}
.tabs .tab {
    display: flex;
    cursor: pointer;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    color: white;
    line-height: 56px;
    align-items: center;
    border-bottom: 1px solid #393939;
}
.tabs .tab img {
    width: 20px;
    height: 20px;
    transition: .5s;
}
.tabs .tab:hover img {
    transform: translateX(1%);
}

.tab-panes .tab-pane{
    border:1px solid #333333;
    width: 100%;
    padding:20px;
    display: none;
    color: white;
}
.tab-panes .active{
    display: block
}

footer {
    width: 100%;
    height: 400px;
    background: rgb(51,51,51);
    background: -moz-radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(22,22,22,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(22,22,22,1) 100%);
    background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(22,22,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#161616",GradientType=1);
}
.conteudo-footer {
    width: 88vw;
    min-height: 200px;
    margin: 0px auto;
    padding: 60px 0;
    position: relative;
    display: grid;
    grid-template-columns: 38% 22% 36%;
    gap: 2%;
    z-index: 99;
}
.col1 {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #ffffff;
    border-right: 1px solid #00000057;
    padding: 0 30px 0 0;
}
.col2 {
    border-right: 1px solid #00000057;
    color: #ffffff;
}
.col3 {
    color: #ffffff;
}
.col3 h1 {
    font-size: 1.9em;
    color: #ffffff;
    position: relative;
    margin: 0 0 45px 0;
}
.col3 h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 186px;
    left: 27%;
    transform: translate(-50%, -147px);
}
.logo-footer {
    margin: 0 0 30px 0;
}
.nav-footer {
    position: relative;
}
.nav-footer h1 {
    font-size: 1.9em;
    color: #ffffff;
    margin-top: 0;
}
.nav-footer h1::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 186px;
    left: 27%;
    transform: translate(-50%, -147px);
}
.nav-footer ul {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 0;
}
.nav-footer ul li a {
    color: #eb5d1c;
    line-height: 1.5em;
    transition: all .3s;
}
.nav-footer ul li a:hover {
    color: #ffffff;
    line-height: 1.5em;
}
.adress {
    font-size: .8em;
    background: #eb5d1c;
    padding: 2px 10px;
    color: #000;
}
.parceiros {
    width: 60%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
    padding: 20px 0;
}
.parceiros img {
    opacity: .6;
    transition: .5s;
}
.parceiros img:hover {
    opacity: 1;
    scale: 1.3;
}

.blog {
    width: 100%;
    background-color: #1e1e1e;
    min-height: 400px;
    position: relative;
    z-index: 99;
    padding: 70px 0 90px;
}

.blog.interna {
    background: inherit;
}

.container {
    width: 100%;
    max-width: 88vw;
    margin: 0 auto;
}

.blog .container {
    display: flex;
    justify-content: space-between;
}

.blog.interna .container {
    display: flex;
    flex-flow: column;
    gap: 48px;
}

.blog .container .right {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-flow: column;
    gap: 1.6rem;
    position: relative;
    padding-top: calc(12px + 32px);
}

.blog .container .right .image {
    width: 100%;
}

.title-interna {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1.6rem;
    position: relative;
    padding-top: calc(12px + 32px);
    align-items: center;
    justify-content: center;
}

.blog .container .right::after, .title-interna::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 10vw;
}

.blog.interna .title-interna::after {
    left: 50%;
    margin-left: calc(-10vw / 2);
}

.blog .container .right h2, .title-interna h2 {
    color: #ffffff;
    font-size: 3.4vw;
    letter-spacing: -1px;
    margin: 0;
}

.blog .container b, .title-interna b {
    font-size: 1.2vw;
    font-weight: 900;
    color: #eb5d1c;
}

.blog .container .left, .blog .container .cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    padding-left: 80px;
}

.blog .container .cards {
    grid-gap: 40px;
    padding-left: 0px;
}

.blog .container .card {
    width: 100%;
    display: flex;
    flex-flow: column;
    cursor: pointer;
}

.blog .container .card .image {
    width: 100%;
    overflow: hidden;
    height: 320px;
    border-radius: 20px;
}

.blog .container .card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    border-radius: 20px;
}

.blog .container .card:hover .image img {
    transform: scale(1.05);
    border-radius: 20px;
}

.blog .container .card .infos h3, span {
    color: white;
}

.blog .container .card .infos h3 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    transition: all .3s;
}

.blog .container .card:hover .infos h3 {
    color: #eb5d1c;
}

.blog .container .card .infos span {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .5;
}

.btn-mais {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    opacity: 0.6;
    transition: all .3s;
    font-weight: 500;
    font-size: 16px;
}

.btn-mais::after {
    content: "";
    background-image: url(../imgs/icon-seta.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.btn-mais:hover {
    opacity: 1;
}

.breadcrumbs {
    padding-top: calc(5vh + 63px + 80px);
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: scroll;
    height: 40px;
    position: relative;
    z-index: 11;
}

.breadcrumbs ul::-webkit-scrollbar {
    display: none;
}

.breadcrumbs ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    opacity: .6;
    transition: all .3s;
    white-space: nowrap;
}

.breadcrumbs ul li a:hover {
    opacity: 1;
}

.breadcrumbs li:not(:last-child) a:after{
    content: ">";
    opacity: 1 !important;
}

.breadcrumbs li a.active {
    color: #eb5d1c;
    opacity: 1;
}

.s-expertise {
    padding: 80px 0;
}

.s-expertise .container .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
}

.s-expertise .container .wrapper .left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0000003b;
    border-radius: 20px;
    height: 320px;
    gap: 3vw;
    padding: 0 3vw;
}

.s-expertise .container .wrapper .left .info{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
    gap: 32px;
}

.s-expertise .container .wrapper .left .info .image{
    width: 70px;
    height: 70px;
}

.s-expertise .container .wrapper .left .info .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-expertise .container .wrapper .left .info p{
    color: #fffffff8;
    font-weight: 900;
    font-size: 1.2vw;
    line-height: 125%;
    text-align: center;
}

.title {
    display: flex;
    flex-flow: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 48px;
    position: relative;
    padding-top: 48px;
}

.title:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBvcGFjaXR5PSIuMTU5IiBkPSJNMCAwaDEzdjEzSDB6Ii8+PHBhdGggZD0iTTMuNTggMy41MDloMi41MWEuMTg1LjE4NSAwIDAwLjE5LS4xOS4xODUuMTg1IDAgMDAtLjE5LS4xODhIMy41OFYuNjJhLjE4NS4xODUgMCAwMC0uMTktLjE4OS4xODUuMTg1IDAgMDAtLjE4OS4xODl2Mi41MUguNjkxYS4xODUuMTg1IDAgMDAtLjE5LjE5YzAgLjA1NC4wMTQuMDk0LjA1NS4xMzUuMDQuMDQuMDguMDU0LjEzNS4wNTRIMy4ydjIuNTFjMCAuMDU1LjAyNy4xMDkuMDU0LjEzNmEuMjA2LjIwNiAwIDAwLjEzNS4wNTQuMTg1LjE4NSAwIDAwLjE5LS4xOVYzLjUxeiIgZmlsbD0iI0Q3RDdENyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==);
    background-repeat: repeat;
    content: " ";
    position: absolute;
    width: 10vw;
    height: 12px;
    top: 0;
    left: 50%;
    margin-left: calc(-10vw / 2);
}

.title b {
    font-size: 1.2vw;
    font-weight: 900;
    color: #eb5d1c;
}

.title h1 {
    color: #ffffff;
    font-size: 3.4vw;
    letter-spacing: -1px;
    margin: 0;
}

.main-tool-bar {
    height: auto;
    padding: 5vh 0;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: ease 0.4s;
    z-index: 999999999;
    backdrop-filter: blur(8px)
}

.main-tool-bar--scrolled {
    padding: 2vh 0;
}

.main-tool-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main-tool-bar .container .wrapper {
    display: flex;
    gap: 3vw;
    align-items: center;
    height: 100%;
}

.s-contato .container .chamada {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.s-contato .container .chamada h1 {
    font-size: 3.88vw;
    color: #fff;
    font-weight: 900;
    width: 42vw;
    line-height: .85em;
    letter-spacing: -3.5px;
    text-align: center;
}

.s-contato .container .chamada p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 150%;
    text-align: center;
}

.s-contato .container form {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 640px;
    width: 100%;
    margin: 80px auto;
}

.s-contato .container form .input {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 16px;
    width: 100%;
}

.s-contato .container form .input label {
    font-size: 12px;
    color: white;
    padding: 0 16px;
}

.s-contato .container form .input input {
    background: #0000003b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    display: inline-flex;
    line-height: 48px;
    outline: none;
    padding: 0 16px;
    border-radius: 20px;
    color: white;
}

.s-contato .container form input[type=submit] {
    color: #000;
    z-index: 999999999;
    font-size: 22px;
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: -0.5px;
    background: rgb(235,93,28);
    background: -moz-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    background: linear-gradient(90deg, rgba(235,93,28,1) 0%, rgba(135,42,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5d1c",endColorstr="#872a00",GradientType=1);
    transition: .3s;
}

.s-contato .container form input[type=submit]:hover {
    color: white;
}

.s-contato .container form .submit-wrapper {
    width: 100%;
    display: block;
    text-align: center;
}

.s-cases_new {
    margin-top: -40px;
}

.s-cases_new .case {
    display: flex;
    flex-flow: column;
}

.s-cases_new .case .header {
    width: 100%;
    height: 540px;
    position: relative;
}

.s-cases_new .case .header .container {
    height: 100%;
    position: relative;
    max-width: 1344px;
    width: 88vw;
}

.s-cases_new .case .header .container .logo-cases {
    width: max-content;
    height: max-content;
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 60px;
}

.s-cases_new .case .header .container .logo-cases img {
    width: 100%;
    height: 100%;
}

.s-cases_new .case .header .container .image-fundo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-cases_new .case .header .container .image-fundo img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    max-width: 1344px;
    bottom: 0;
}

.s-cases_new .case .header .container .image-fundo img.mobile {
    display: none;
}

.s-cases_new .case .infos {
    padding: 64px 0;
    color: white;
}

.s-cases_new .case .infos .container {
    display: flex;
    justify-content: space-between;
}

.s-cases_new .case .infos .container .left {
    width: 100%;
    max-width: 481px;
}

.s-cases_new .case .infos .container .left .tag {
    font-size: 16px;
    font-weight: 300;
    line-height: 112%;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.s-cases_new .case .infos .container .left h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: -1px;
    margin: 0;
}

.s-cases_new .case .infos .container .right {
    width: 100%;
    max-width: 694px;
}

.s-cases_new .case .infos .container .right p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

.s-cases_new .case .infos .container .right a {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1px;
    color: #eb5d1c;
}

.s-noticia {
    padding-bottom: 80px;
}

.s-noticia .container {
    display: flex;
    justify-content: center;
}

.s-noticia .container .right {
    width: 100%;
    max-width: 888px;
}

.s-noticia .container .right .title-blog {
    margin-bottom: 32px;
}

.s-noticia .container .right .title-blog .tag {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    color: #eb5d1c;
    margin-bottom: 24px;
}

.s-noticia .container .right .title-blog h1{
    color: #ffffff;
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0;
    line-height: 56px;
}

.s-noticia .container .right .text p {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.s-noticia .container .right .text p {
    font-size: 20px;
    color: white;
    line-height: 32px;
}

.s-noticia .container .right .text p:not(:last-child) {

    margin-bottom: 24px;
}

.s-noticia .container .right .capa-noticia {
    margin-bottom: 40px;
}

.s-noticia .container .right .capa-noticia .image {
    width: 100%;
    height: 420px;
    display: block;
}

.s-noticia .container .right .capa-noticia .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-noticia .container .right .capa-noticia .descricao-imagem {
    font-size: 14px;
    color: white;
    opacity: .4;
    font-weight: 400;
    padding-top: 16px;
}

.s-more-news {
    background: #161616;
    padding: 80px 0;
}

.s-more-news .container {
    max-width: 640px;
}

.s-more-news .container .cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;

}

.s-more-news .container .cards .card {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.s-more-news .container .cards .card:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.s-more-news .container .cards .card .thumb {
    width: 100%;
    max-width: 300px;
    height: 170px;
    overflow: hidden;
}

.s-more-news .container .cards .card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.s-more-news .container .cards .card .infos {
    display: flex;
    flex-flow: column;
    gap: 16px;
    padding-top: 16px;
}

.s-more-news .container .cards .card .infos .tag {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .5;
    color: white;
}

.s-more-news .container h3 {
    font-size: 24px;
    color: white;
    opacity: .4;
    margin: 0 0 32px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 24px;
}

.s-more-news .container .cards .card .infos h2 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 700;
    color: white;
    margin: 0;
    width: 100%;
    max-width: 320px;
    transition: all .3s;
}

.s-more-news .container .cards .card:hover .thumb img {
    transform: scale(1.05);
}

.s-more-news .container .cards .card:hover .infos h2 {
    color: #eb5d1c;
}

.s-desenvolvimento{
    margin-top: -40px;
    margin-bottom: 80px;
}

.s-desenvolvimento .banner{
    width: 100%;
    margin: 0 auto;
    height: 70vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.s-desenvolvimento .banner.e-commerce {
    background-image: url(../imgs/banner-e-commerce.jpg);
}

.s-desenvolvimento .banner.website {
    background-image: url(../imgs/banner-site-institucional.jpg);
}


.s-desenvolvimento .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-desenvolvimento .banner::after{
    content: "";
    height: 50%;
    left: 0;
    width: 100%;
    bottom: -1px;
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 14, 17, 0.00) 0%, #0F0E11 100%);
}

.s-desenvolvimento .border{
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.57) 50.52%, rgba(255, 255, 255, 0.00) 100%);
}

.s-desenvolvimento .container {
    margin-top: -120px;
    position: relative;
    z-index: 2024;
}

.s-desenvolvimento .container {
    margin-top: -120px;
    position: relative;
    z-index: 2024;
}

.s-desenvolvimento .container .infos {
    display: flex;
    gap: 72px;
    margin-bottom: 102px;
}

.s-desenvolvimento .container .infos .left {
    width: 100%;
    max-width: 700px;
}

.s-desenvolvimento .container .infos .left .intro {
    margin-bottom: 60px;
    width: 100%;
    max-width: 640px;
}

.s-desenvolvimento .container .infos .left .intro h2{
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 32px;
}

.s-desenvolvimento .container .infos .left .intro p{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.s-desenvolvimento .container .infos .right .icon {
    width: 240px;
    height: 240px;
    position: relative;
}

.s-desenvolvimento .container .infos .right .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
    animation: ArtScale infinite 4s ease;
}

.s-desenvolvimento .container .infos .right .icon .shadow{
    position: absolute;
    left: 0;
    background: #eb5d1c;
    width: 144px;
    height: 144px;
    border-radius: 1000px;
    left: 50%;
    margin-left: calc(-144px / 2);
    top: 50%;
    margin-top: calc(-144px / 2);
    filter: blur(100px);
    z-index: 1;
    animation: ArtScale infinite 4s ease;
}

.s-desenvolvimento .container .infos .left .diferenciais {
    padding: 8px 0 8px 40px;
    border-left: 1px solid #eb5d1c;
    display: flex;
    align-items: start;
    flex-flow: column;
}

.s-desenvolvimento .container .infos .left .diferenciais h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 16px;
}

.s-desenvolvimento .container .infos .left .diferenciais ul {
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.s-desenvolvimento .container .infos .left .diferenciais ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.s-desenvolvimento .container .infos .left .diferenciais ul li img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.s-desenvolvimento .container .motivos-wrapper {
    display: flex;
    justify-content: space-between;
}

.s-desenvolvimento .container .motivos-wrapper .right {
    width: 100%;
    max-width: 30vw;
}

.s-desenvolvimento .container .motivos-wrapper .left {
    width: 100%;
    max-width: 53vw;
}

.s-desenvolvimento .container .motivos-wrapper .left ul{
    display: flex;
    flex-flow: column;
    gap: 32px;
}

.s-desenvolvimento .container .motivos-wrapper .left ul li{
    background: #161616;
    border-radius: 20px;
    height: 112px;
    width: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.s-desenvolvimento .container .motivos-wrapper .left ul li img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.s-desenvolvimento .container .motivos-wrapper .right h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 24px;
    width: 100%;
    max-width: 430px;
}

.s-desenvolvimento .container .motivos-wrapper .right p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: .6;
}

.s-desenvolvimento .container.mot {
    margin-top: 120px;
}

.s-desenvolvimento.e-commerce {
    margin-top: 80px;
}

.s-institucional {
    background: url(../imgs/fundo-artemidas.png) #121212;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    margin: -40px 0 0 0;
    position: relative;
    padding: 60px 0;
}

.s-institucional .container .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.s-institucional .container .wrapper .image {
    width: 100%;
    max-width: 455px;
    height: 704px;
}

.s-institucional .container .wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-institucional .container .wrapper .text{
    width: 100%;
    max-width: 567px;
}

.s-institucional .container .wrapper .text .title {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.s-institucional .container .wrapper .text .title::after {
    left: 0;
    margin-left: 0;
}

.s-institucional .container .wrapper .text .title h2 {
    color: #ffffff;
    font-size: 2.9vw;
    position: relative;
    font-weight: 600;
    margin: 0 0 8px;
}

.s-institucional .container .wrapper .text .title span {
    font-size: 1vw;
    font-weight: 100;
    color: #eb5d1c;
    line-height: 1.2vw;
}

.s-institucional .container .wrapper .text p {
    color: #ffffff;
    font-size: .8vw;
    line-height: 1.4em;
    margin-bottom: 17px;
}

.s-valores {
    padding: 80px 0;
}

.s-valores .container .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}

.s-valores .container .wrapper li {

}

.s-valores .container .wrapper li .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #161616;
    padding: 8px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.s-valores .container .wrapper li .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-valores .container .wrapper li .info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 16px;
    color: white;
}

.s-valores .container .wrapper li .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}

.s-acoes {
    margin-top: -40px;
    padding: 80px 0;
}

.s-acoes .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 60px;
    max-width: 880px;
}

.s-acoes .container .right .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.s-acoes .container .right .info h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 48px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 8px;
    text-align: center;
}

.s-acoes .container .right .info h1 span {
    color: #eb5e1a;
}

.s-acoes .container .right .info b {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
    display: block;
    width: 100%;
    max-width: 420px;
    text-align: center;
    text-transform: uppercase;
    opacity: .4;
}

.s-acoes .container .right .info p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 550px;
}

.s-acoes .container .left {
    width: 100%;
    max-width: 880px;
}

.s-acoes .container .left .wrapper {
    display: flex;
    justify-content: space-between;
}

.s-acoes .container .left .wrapper .logo {
    width: 130px;
    height: 122px;
    overflow: hidden;
    border-radius: 20px;
}

.s-acoes .container .left .wrapper .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs .video-background {
    top: 0;
    position: absolute;
    z-index: 8;
}

.breadcrumbs::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: #0f0e11e8;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.s-depoimentos .conteudo-depoimentos {
    flex-wrap: wrap;
    grid-row-gap: 120px;
}

.s-clientes {
    padding: 80px 0;
    background: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiperClientes.swiper  {
    height: max-content;
}

.swiperClientes.swiper:not(:last-child)  {
    padding: 40px 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperClientes .swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.swiperClientes .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 204px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 60px;
    background-color: #b2b2b3;
    cursor: pointer;
}

.swiperClientes .swiper-slide .logo-cliente {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 40px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.logo-cliente img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(1);
    transition: all .3s;
}

.swiper-slide:hover .logo-cliente img {
    filter: grayscale(0);
}

.s-clientes .container h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: -1px;
    margin: 0 0 30px;
    width: 100%;
    max-width: 481px;
}

@keyframes ArtScale {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}
