@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

html,
body,
ul,
p,
h1,
h2 {
    border: 0;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #feffda;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #000000;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.mobile,
.dn {
    display: none;
}

.desktop {
    display: block;
}

/*typograph*/
.f-1 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    color: #110D2F;
    text-transform: uppercase;
}

.ff-1 {
    font-family: 'Urbanist', sans-serif;
}

.ff-2 {
    font-family: 'Fraunces', serif;
}

/*btns*/
.btn {
    height: 48px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.btn:hover {
    color: transparent;
    transition: .3s;
    background: #fcbd20
}

.btn::before {
    content: "";
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    left: -100px;
    transition: .3s;
}

.btn-1 {
    background-color: #000000;
    color: #fff;
}

.btn-2 {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}

.btn-1::before {
    background-image: url(../images/icons/arrow-right-pink-ligth.svg);
}

.btn-2::before {
    background-image: url(../images/icons/arrow-right-pink-dark.svg);
}

.btn:hover::before {
    left: calc((100% - 35px)/2);
    opacity: 1;
    transition: .3s;
}

/*arrows*/
.carousel .slick-arrow {
    z-index: 1;
}

.carousel .slick-arrow::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
    width: 55px;
    display: block;
    background-image: url(../images/icons/arrow-right-pink-dark.svg);
    opacity: 1;
    position: absolute;
    right: 0;
}

.carousel .slick-prev::before {
    transform: rotate(180deg);
}

.carousel .slick-prev::before {
    position: absolute;
    left: 0;
}

/*dots*/
.carousel .slick-dots {
    bottom: -50px;
}

.carousel .slick-dots button::before {
    display: none;
}

.carousel .slick-dots li {
    width: auto;
    height: auto;
}

.carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
    transition: .3s;
}

.carousel .slick-dots li.slick-active button {
    width: 24px;
    background-color: #000000;
    border-radius: 8px;
    transition: .3s;
}

/*navigation*/
header {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: .6s;
}

header img {
    position: relative;
}

/*home*/
.pageHome {
    background-color: #e7e7e7;
}

.bannerMain {
    width: 100%;
    height: 470px;
    background-color: #e7e7e7;
    display: flex;
    align-items: flex-end;
    padding-bottom: 68px;
    position: relative;
    z-index: 1;
}

.bannerMain>div {
    position: relative;
}

.bannerMain>div {
    display: flex;
    justify-content: space-between;
}


.bannerMain div>div p,
.bannerMain div>div h1 {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase;
}

.bannerMain div>div p:nth-of-type(2),
.bannerMain div>div h1 {
    font-size: 40px;
    font-weight: 400;
}

.bannerMain div>div p:last-child {
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #535173;
    margin-top: 50px;
}

.bannerMain div>div span {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2.35px;
    color: #000000;
}

.bannerMain div>div:last-child {
    display: flex;
    align-items: flex-end;
}

.bannerMain div>div a {
    width: 207px;
    font-weight: 900;
    margin-left: 50px;
}

/*banner promote*/
.bannerPromote {
    position: fixed;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.bannerPromote video {
    width: 100%;
    display: block;
}

/*result*/
.results {
    background-color: #FFF7FA;
    padding: 0px 0 140px 0;
    position: relative;
    margin-top: 562px;
}

.results>div>div:first-child img {
    /*width: 114px;*/
    margin-right: 34px;
}

.results>div>div {
    /*width: 50%;*/
}

.results>div {
    display: flex;
    align-items: center;
}

.results>div>div:last-child p {
    max-width: 400px;
}

.results>div>div:last-child i {
    font-weight: 400;
}

.results>div>div:last-child p:first-of-type {
    font-size: 47px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}

.results>div>div:last-child p:last-of-type {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #545073;
    margin-top: 32px;
}

.results>div>div:last-child a {
    width: 173px;
    margin-top: 39px;
    font-weight: 900;
    border-color: #000000;
}

/*solutions*/
.solutions {
    display: flex;
    justify-content: center;
    padding: 65px 0 95px 0;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.solutions>img {
    height: 235px;
    position: absolute;
    left: 0;
    top: 175px;
}

.solutions>div {
    width: 414px;
    position: relative;
}

.solutions>div p:first-child {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fcbd20;
    text-transform: lowercase;
}

.solutions>div p:first-child span {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: initial;
}

.solutions>div p:last-child {
    max-width: 400px;
    margin-top: 74px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 21px;
    color: #D9D8E6;
}

.solutionsItems {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #110D2F;
}

.solutionsItems .item {
    width: 24.85%;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2F2D40;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.solutionsItems.solutions_5 .item {
    width: 33.2%;
}

.bgPink .solutionsItems {
    background-color: #FFF7FA;
    padding-top: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.bgPink .solutionsItems .item {
    border-color:#000000 !important;
}

.bgPink .solutionsItems .item h3 {
    color: #545073;
    font-weight: bold;
}

.solutionsItems .item:last-child {
    border-right: 0;
}

.solutionsItems .item:first-child {
    border-left: 0;
}

.solutionsItems .item div {
    width: 244px;
    position: relative;
}

.solutionsItems .item h3 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #7E7A99;
    margin: 0;
    transition: .4s;
}

.solutionsItems .item p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #D9D8E6;
    margin: 32px 0 64px 0;
    opacity: 1;
    transition: .4s;
}

.solutionsItems .item span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0;
    transition: .4s;
}

.solutionsItems .item span::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/icons/arrow-right-pink-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 110%;
    bottom: -10px;
    opacity: 0;
    transition: .6s;
}

.solutionsItems .item:hover span::before {
    right: 15px;
    opacity: 1;
    transition: .6s;
}

.solutionsItems .item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -110%;
    top: 0;
    background-color: #54507334;
    transition: .6s;
}

.bgPink .solutionsItems .item::before {
    background-color: #f3f3f3;
}

.bgPink .solutionsItems .item p {
    color: #545073;
    opacity: 1;
}

.solutionsItems .item:hover::before {
    left: 0;
    transition: .6s;
}

.solutionsItems .item:hover h3 {
    color: #000000;
    transition: .4s;
}

.solutionsItems .item:hover span,
.solutionsItems .item:hover p {
    opacity: 1;
    transition: .6s;
}

/*numbers*/
.numbers {
    padding: 175px 0;
    background-color: #FFFFFF;
}

.numbers .list {
    max-width: 1017px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.numbers .item {
    display: flex;
    align-items: center;
}

.numbers .item>span {
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #fcbd20;
}

.numbers .item p:first-child {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: #000000;
}

.numbers .item p:first-child i {
    font-weight: 600;
}

.numbers .item p:last-child {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    color: #545073;
    margin-top: 5px;
}

.numbers .item>div {
    margin-left: 10px;
}

/*cases*/
.cases {
    background-color: #FFFFFF;
    position: relative;
}

.cases>img {
    position: absolute;
    top: 0;
    right: 0;
}

.cases h3 {
    width: max-content;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase;
    margin: 0;
    position: relative;
}

.cases h3::before {
    content: "";
    width: 35px;
    height: 1px;
    display: block;
    background-color: #000000;
    position: absolute;
    right: -50px;
    top: 35px;
}

.cases h3 i {
    font-weight: 300;
}

.cases .header {
    padding-left: 100px;
}

.cases .header p {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000000;
    text-transform: uppercase;
}

.cases .header p i {
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: lowercase;
}

.listCases {
    width: calc(1206px + ((100% - 1206px)/2));
    margin-left: calc((100vw - 1230px)/2);
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 40px;
    overflow-x: auto;
}

.case video,
.case img {
    border-radius: 16px;
    max-width: 100%;
    height: 100%;
}

.case {
    min-width: 400px;
    max-width: 400px;
    margin-right: 10px;
    display: block;
    position: relative;
    text-decoration: none;
}

.case .tags {
    display: flex;
    align-items: center;
    position: absolute;
    left: 17px;
    top: 17px;
}

.case .tags span {
    display: flex;
    align-items: center;
    height: 29px;
    padding: 0 15px;
    border: 1px solid #000000;
    background-color: #00000073;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000000;
    margin-right: 7px;
}

.case .brand {
    display: flex;
    align-items: center;
}

.case .text {
    position: absolute;
    bottom: 30px;
    left: 17px;
}

.case .brand img {
    width: 47px;
    height: 47px;
    border: 1px solid #D9D8E638;
    border-radius: 24px;
    margin-right: 8px;
}

.case .brand div>p:first-child {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.7px;
    color: #F8F7FC;
    text-transform: uppercase;
}

.case .brand div>p:last-child {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #D9D8E6;
}

.case .text>p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #F8F7FC;
    padding-left: 15px;
    margin-top: 12px;
    transition: 0.3s ease-in-out;
}

.case:hover .text>p {
    max-height: 500px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.cases .seeAll {
    position: relative;
    top: -46px;
    padding-right: 5%;
    padding-left: 45px;
    background-color: #FFFFFF;
    width: min-content;
    float: right;
}

.cases .seeAll a {
    width: 150px;
    float: right;
    margin-top: 20px;
    font-weight: 900;
    border-color: #000000;
}

/*clients*/
.clients {
    background-color: #FFFFFF;
    padding-top: 70px;
}

.listClients {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
    border-top: 1px solid #00000091;
}

.listClients div {
    width: 12.5%;
    box-sizing: border-box;
    height: calc(100vw / 8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #00000091;
    border-bottom: 1px solid #00000091;
}

.listClients img {
    max-width: 110px;
    width: 100%;
}

.listClients>div:first-of-type img {
    max-width: 130px;
}

.clients .header {
    display: flex;
    align-items: center;
}

.clients .header h3 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.clients .header h3 i {
    font-weight: 300;
}

.clients .header span {
    max-width: 570px;
    margin-left: 45px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #545073;
}

h3.ff-1.break {
    margin-top: 20px;
}

/*reviews*/
.reviews {
    background-color: #FFFFFF;
    padding: 160px 0;
}

.review {
    width: 816px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
}

.review::before {
    content: "";
    width: 88px;
    height: 64px;
    display: block;
    position: absolute;
    top: 0;
    background-image: url(../images/icons/aspas-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.review::after {
    content: "";
    width: 28px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 70px;
    background-image: url(../images/icons/aspas-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.review>p {
    min-height: 400px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #545073;
    text-align: center;
}

.review .autor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}

.review .autor>p:first-child {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

.review .autor>p:first-child i {
    font-weight: 600;
}

.review .autor>p:last-child {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #545073;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}


/*footer*/
footer {
    background-color: #fcbd20;
}

footer .form {
    max-width: 1010px;
    max-height: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 200px 0 160px 0;
}

.form .text {
    width: 505px;
}

.form .text p {
    font-size: 46px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase;
}

.form .text p:nth-child(2) {
    font-size: 37px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}

.form .text p:nth-child(3) {
    font-size: 52px;
    font-weight: 500;
    margin-top: -7px;
}

.form .text p:last-child {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-top: 44px;
}

.form .contact {
    margin-top: 115px;
}

.form .contact div {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.form .contact div span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #000000;
}

.form .contact div a,
.form .contact div p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #000000;
    text-decoration: none;
}

.form .contact div p {
    width: 240px;
}

.form form {
    width: 505px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

form input,
form textarea {
    width: 100%;
    height: 56px;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #fff;
    padding-left: 24px;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 16px;
    border: 1px solid #000000;
}
form input {
    width: 94%;
}
form select {
    width: 100%;
    height: 56px;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #000000;
    padding-left: 24px;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 16px;
    border: 1px solid #000000;
}

form input::placeholder {
    color: #000000;
}

form input.w-50 {
    width: 220px;
}

form textarea {
    height: 180px;
    font-size: 14px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
}

@media (max-width: 768px) {
    form textarea {
        width: 92%;
    }
}

form textarea::placeholder {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: #000000;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus {
    border: 1px solid #000000;
    background-color: transparent;
}

form input:hover::placeholder,
form textarea:hover::placeholder,
form input:focus::placeholder,
form textarea:focus::placeholder {
    color: #fff;
}

.form #msgSuccess {
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 20px;
}

form button {
    width: 150px;
    height: 48px;
    border: 0;
    border-radius: 48px;
    cursor: pointer;
}

form .options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 30px 0;
}

form .options>div:last-child {
    margin-top: 18px;
}

form .options input[type='radio'], form .options input[type='checkbox'] {
    display: none;
}

form .options label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #000000;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

form .options label::before {
    content: "";
    margin-right: 5px;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000000;
}

form .options input:checked~label::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 7px;
}

.g-recaptcha {
    transform: scale(0.68);
    transform-origin: 0 0;
}

footer .selos {
    max-width: 1010px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

footer .selos::before {
    content: "";
    height: 1px;
    width: 100vw;
    background-color: #54507379;
    display: block;
    position: absolute;
    left: calc(-1 * (100vw - 1000px) / 2);
    top: 0;
}

footer .selos .group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .selos .group img {
    display: block;
    margin-right: 10px;
}
footer .selos .cert img{
    display: block;
    margin-right: 10px;
    width: 145px;
}
footer .sociais img{
    filter: brightness(0.5);
}
.sociais a {
    margin-right: 24px;
}

footer .selos .group img:last-child {
    margin-right: 0;
}

footer .copyrigth {
    max-width: 1010px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

footer .copyrigth p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #000000;
}

footer .form>.group.sociais {
    display: none;
}

.whats_fixed {
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 5%;
    border-radius: 8px 8px 0px 0px;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*inteligencia e gestao*/
.clients--inteligencia-e-gestao .listClients img {
    max-width: 124px;
}

.pageService .bgPink.clients--inteligencia-e-gestao {
    margin-top: 0;
}

@media (min-width: 1025px) {
    .listClients div:nth-child(8n+8) {
        border-right: 0;
    }
}

@media (min-width: 1919px) {}

@media (max-width: 1024px) {
    header img {
        width: 92px;
    }
   
    .container {
        box-sizing: border-box;
        padding: 0 35px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bannerMain div>div p:nth-of-type(2) {
        font-size: 23px;
        font-weight: 200;
        white-space: normal;
        line-height: 40px;
    }

    .bannerMain div>div h1 {
        font-size: 23px;
        line-height: 40px;
    }

    .bannerMain div>div span {
        font-size: 23px;
        white-space: normal;
    }

    .bannerMain div>div p:last-child {
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
    }

    .bannerMain .container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .bannerMain .container>div:last-of-type {
        flex-direction: column;
        align-items: flex-start;
    }

    .bannerMain div>div a {
        margin-left: 0;
        margin-top: 16px;
    }

    .bannerMain {
        height: auto;
        box-sizing: border-box;
        padding: 120px 15px 60px 15px;
    }

    .bannerPromote {
        position: initial;
        height: auto;
    }

    .bannerPromote video {
        transform: scale(1.65);
        height: 300px;
    }

    .f-1,
    .f-2 {
        font-size: 11px;
    }

    .results {
        padding: 0px 0 30px 0;
        margin-top: 0;
    }

    .results>div>div {
        width: 100%
    }
     .results .rellax {
        display: block;
    }
    .results>div {
        display: block;
        align-items: center;
    }

    .results>div>div:first-child img {
        width: 320px;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .results>div>div:last-child p:first-of-type {
        font-size: 34px;
    }

    .results>div>div:last-child p:last-of-type {
        font-size: 16px;
        line-height: 28px;
    }

    .solutions>div p:first-child {
        font-size: 35px;
        width: max-content;
        margin: 0 auto;
    }

    .solutions>div p:first-child span {
        font-size: 30px;
    }

    .solutions>div p:last-child {
        width: 320px;
        font-size: 14px;
        margin: 34px auto 0 auto;
    }

    .solutions {
        padding: 30px 0 25px 0;
        overflow: hidden;
    }

    .solutions>img {
        height: 168px;
        top: 138px;
    }

    .solutionsItems {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .solutionsItems .item, .solutionsItems.solutions_5 .item  {
        width: 100%;
        border: 1px solid #2F2D40;
        border-bottom: 0;
    }

    .solutionsItems .item:first-child {
        border: 1px solid #2F2D40;
        border-bottom: 0;
    }

    .solutionsItems .item:last-child {
        border: 1px solid #2F2D40;
    }

    .solutionsItems .item h3 {
        font-size: 24px;
        padding-right: 16%;
    }

    .solutionsItems .item span,
    .solutionsItems .item p {
        opacity: 1;
    }

    .solutionsItems .item p {
        margin: 32px 0 34px 0;
    }

    .solutionsItems .item span::before {
        right: 0;
        opacity: 1;
    }

    .numbers {
        padding: 84px 0;
    }

    .numbers .list {
        flex-direction: column;
    }

    .numbers .item {
        justify-content: center;
        margin-bottom: 40px;
    }

    .numbers .item:last-of-type {
        margin-bottom: 0;
    }

    .numbers .item>span {
        font-size: 54px;
    }

    .cases>img {
        height: 80px;
    }

    .cases .header {
        padding-left: 30px;
        padding-top: 100px;
    }

    .cases h3,
    .cases .header p i {
        font-size: 35px;
    }

    .cases .header p {
        font-size: 25px;
        position: relative;
        text-indent: 30px;
    }

    .cases .header p::before {
        content: "";
        width: 22px;
        height: 2px;
        display: block;
        background-color: #000000;
        position: absolute;
        top: 15px;
        left: 0;
    }

    .cases h3::before {
        display: none;
    }

    .listCases {
        padding: 0 0 25px 0;
        width: 96%;
        margin-left: 4%;
        margin-top: 30px;
    }

    .case {
        min-width: 82%;
        max-width: 82%;
    }

    .case video {
        max-width: 100%;
        height: auto;
    }

    .cases .seeAll {
        float: none;
        padding: 0;
        top: 0;
    }

    .cases .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .case .tags span {
        font-size: 10px;
        font-weight: 300;
        white-space: nowrap;
    }

    .clients {
        padding-top: 47px;
    }

    .clients .header {
        max-width: 330px;
        margin: 0 auto;
        align-items: flex-start;
        flex-direction: column;
    }

    .clients .header h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .clients .header span {
        margin-left: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .listClients {
        max-width: 100%;
        overflow: hidden;
        margin-top: 48px;
    }

    .listClients div {
        width: 25%;
        height: calc(100vw / 4);
        box-sizing: border-box;
        padding: 0 15px;
    }

    .listClients div:nth-child(4n+4) {
        border-right: 0;
    }

    .reviews {
        padding: 90px 0 100px 0;
    }

    .review {
        width: 80%;
        box-sizing: border-box;
        padding: 120px 0 0 0;
    }

    .review>p {
        font-size: 14px;
        line-height: 21px;
    }

    .carousel .slick-arrow::before {
        height: 35px;
        width: 35px;
    }

    .carousel .slick-prev {
        left: 0;
    }

    .carousel .slick-next {
        right: 0;
    }

    footer .form {
        max-width: 100%;
        max-height: initial;
        padding: 30px 0 20px 0;
    }

    .form form,
    .form .text {
        width: 100%;
        height: auto;
    }

    .form .text {
        order: 1;
    }

    .form form {
        order: 2;
        margin: 30px 0 30px 0;
    }

    form input.w-50,
    form input {
        
    }

    .form .contact {
        width: 320px;
        margin: 0 auto;
        order: 3;
    }

    footer .selos::before {
        width: 100%;
        left: 0;
    }

    .form .text p {
        font-size: 34px;
        font-weight: 300;
        max-width: 320px;
        margin: 0 auto;
    }

    .form .text p:nth-child(2) {
        font-size: 27px;
    }

    .form .text p:nth-child(3) {
        font-size: 39px;
    }

    .form .text p:last-child {
        font-size: 14px;
        margin-top: 30px;
    }

    form button {
        margin-top: -10px;
    }

    form .options {
        flex-wrap: wrap;
    }

    form .options>div:first-child {
        margin-bottom: 20px;
    }

    form .options>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    footer .selos .group:last-child {
        display: none;
    }

    footer .selos .group img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 110px;
    }

    footer .selos .group {
        width: 320px;
        margin: 0 auto;
        padding: 0;
        justify-content: flex-start;
    }

    footer .selos .group img:nth-child(2n+2) {
        margin-left: 30px;
    }

    footer .copyrigth {
        max-width: 100%;
    }

    footer .copyrigth p {
        text-align: center;
    }

    footer .form>.group.sociais {
        display: block;
        width: 320px;
        margin: 0 auto;
        order: 4;
    }

    /*others components*/
    .bgPink .solutionsItems {
        padding-top: 40px;
        width: 93%;
    }

    .bgPink .solutionsItems .item {
        height: auto;
        min-height: 160px;
        border-bottom: 0;
    }

    .bgPink .solutionsItems .item:first-child {
        border: 1px solid #000000;
        border-bottom: 0;
    }

    .bgPink .solutionsItems .item:last-child {
        border: 1px solid #000000;
    }

    .bgPink .solutionsItems .item h3 {
        margin-bottom: 20px;
    }   

    .bgPink .solutionsItems .item span::before {
        width: 25px;
        height: 25px;
    }

    .pageAbout .solutionsItems .item div {
        padding-top: 32px;
    }
}

.bgPink.inteligencia-e-gestao .solutionsItems .item {
    padding-top: 35px;
    align-items: flex-start;
}

.section-audio-visual {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

body.pageHome.no-scroll {
    overflow: hidden;
}

#mandala {
    /*display: none !important;*/
    overflow: scroll;
    scroll-behavior: smooth;
    max-height: 500px;
    padding: 80px 4%;
    position: relative;
    background: #000000;
}

.pageHome .solutionsItems.solutions_5 {
    display: none;
}

#mandala .hole {
    width: 200px;
    height: 200px;
    background: #000000;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#mandala .hole p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    color: #FFFFFF;
}

#mandala .hole p:last-child {
    font-weight: 400;
}

#mandala .hole p span {
    font-style: italic;
}

#mandala .circle {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    left: 5%;
    top: 0;
    transition: all 0.5s ease 0s;
}

.segment {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 100% -143%, 100% 100%);
    background-color: #000000;
    transition: .2s;
    cursor: pointer;
}

.segment::before {
    content: "";
    background-color: #fcbd20;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 100% -143%, 100% 99%);
    visibility: visible;
    opacity: 1;
    transition: .2s;
}

.segment span p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.green {
    transform: rotate(285deg);
}

.yellow {
    transform: rotate(45deg);
}

.blue {
    transform: rotate(165deg);
}

.segment span {
    position: absolute;
    z-index: 999999;
    color: #fff;
    top: 170px;
    right: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transform: rotate(-285deg);
}

.segment.active {
    background: #000000;
    transition: .2s;
}


.segment:hover:not(.active)::before {
    background-color: #000000;
    transition: .2s;
}
.segment span svg {
    fill: #000000;
}

.segment.active span svg, .segment:hover:not(.active) span svg {
    fill: #fcbd20;
}

.segment.active::before {
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

#mandala .conteudoss {
    height: 500px;
    overflow: scroll;
    position: sticky;
    top: 50px;
}

#mandala .conteudoss>div {
    width: 500px;
    height: 500px;
    padding: 15px;
    color: #fff;
}

.itemm h3 {
    color: #D9D8E6;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

.itemm p {
    color: #D9D8E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 1.4px;
}

#mandala .itemm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mandala .itemm .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

#mandala .itemm .tags span {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.39px;
    color: rgba(217, 216, 230, 0.75);
    display: block;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    margin: 0 7px 7px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mandala .itemm .group>a:hover {
    background: #fcbd20;
    color: #fff;
    transition: .3s;
}

#mandala .itemm.item_1 .group {
    padding-top: 40px;
}

#mandala .itemm .group>a {
    display: flex;
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    border-radius: 999px;
    background: #505050;
    color: #FFF7FA;
    text-decoration: none;
}

#mandala .itemm .group {
    width: 500px;
    padding: 100px 0;
    color: #fff;
}

#mandala>div.itemm.item_1 {
    padding-top: 0;
    margin-top: -500px;
}

#mandala::-webkit-scrollbar {
    display: none;
}

.dots_mandala {
    display: none;
    position: relative;
}

.dots_mandala span {
    display: block;
    width: 40px;
    height: 3px;
    margin: 0 4px;
    border-radius: 8px;
    background: #545073;
}
@media (max-width: 1024px) {
    .dots_mandala span {
        width: auto;
        background: transparent;
    }
}

.dots_mandala span.active {
    background: #000000;
}

.dots_mandala>div {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dots_mandala>div:first-child {
    left: 4%;
}

.dots_mandala>div:last-child {
    right: 4%;
}

#mandala .itemm.item_3 .group {
    padding-bottom: 100px;
}

#mandaladesk .segment.blue svg,
#mandala .segment.blue svg {
    transform: rotate(120deg);
}

@media (min-width: 1919px) {
    #mandala {
        padding: 80px 17%;
    }
}

@media (min-width: 1025px) {
    #mandala {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    #mandala {
        max-height: initial;
        overflow: hidden;
        padding: 0 4%;
    }

    #mandala .circle {
        margin: 0 auto;
        width: 300px;
        height: 300px;
    }

    #mandala .hole {
        width: 130px;
        height: 130px;
    }

    #mandala .hole p {
        font-size: 16px;
        text-align: center;
    }

    .segment span {
        top: 94px;
        right: 16px;
    }

    .segment span p {
        font-size: 14px;
    }

    #mandala>div.itemm.item_1 {
        margin-top: 0;
    }

    .dots_mandala {
        width: 100%;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mandala .itemm .group {
        padding: 10px 0 40px 0;
    }

    #mandala .itemm {
        display: none;
    }

    #mandala .itemm.active {
        display: flex;
    }

    .itemm h3 {
        font-size: 24px;
        margin: 10px 0 15px;
    }

    .itemm p {
        font-size: 15px;
    }

    #mandala .itemm.item_1 .group {
        padding-top: 10px;
    }

    .segment.blue span {
        top: 86px;
        right: 3px;
    }

    .segment.yellow span {
        top: 88px;
        right: 10px;
    }
}
body.hidden {
    overflow: hidden;
}

#navigation .container {
    position: relative;
}

header {
    height: 32px;
}

header a {
    text-decoration: none;
}

header#navigation::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000;
    box-shadow: 0px 8px 7px #110D2F10;
    transform: translateY(-110vh);
    transition: .8s ease-in;
}

header#navigation.active::before {
    transform: translateY(0);
}

header.fixed {
    position: fixed;
    z-index: 2;
    transition: .6s;
}

header #toggleMenu {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
}

header #toggleMenu::before,
header #toggleMenu::after {
    content: '';
    width: 33px;
    height: 2px;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 18px;
    left: 6px;
    transition: .3s;
}

header #toggleMenu::after {
    top: 28px;
}

header.active #toggleMenu::after {
    top: 26px;
    transform: rotate(-45deg);
    transition: .2s;
    background-color: #FFFFFF;
}

header.active #toggleMenu::before {
    top: 26px;
    transform: rotate(45deg);
    transition: .2s;
    background-color: #FFFFFF;
}

header ul {
    width: 100%;
    height: 100%;
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    transform: translateX(-110vw);
    transition: 1s ease-in-out;
}

header.active ul {
    visibility: visible;
    transform: translateX(0);
}

header ul li {
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
}

header ul li>h6 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    margin: 0 0 30px 0;
}

header ul li>a {
    display: block;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fcbd20;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

header ul li>a span:hover {
    color: #FFFFFF;
    transition: 0s ease-in-out;
}

header ul li .tels {
    margin-top: 60px;
}

header ul li .tels p {
    margin-bottom: 5px;
}

header ul li .tels p,
header ul li .tels a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #8B86B3;
}

header ul li .tels div {
    margin-bottom: 24px;
}

header ul li .sociais a {
    margin-right: 14px;
}

header ul li .sociais img {
    width: 16px;
}

header ul li:first-child {
    padding-left: 40px;
}

header ul li:last-child a {
    transition: .5s ease-out;
}

header ul li:last-child a:nth-of-type(1),
header ul li:first-child a:nth-of-type(1) {
    transform: translateX(-20px);
}

header ul li:last-child a:nth-of-type(2),
header ul li:first-child a:nth-of-type(2) {
    transform: translateX(-30px);
}

header ul li:last-child a:nth-of-type(3),
header ul li:first-child a:nth-of-type(3) {
    transform: translateX(-40px);
}

header ul li:last-child a:nth-of-type(4),
header ul li:first-child a:nth-of-type(4) {
    transform: translateX(-50px);
}

header ul li:last-child a:nth-of-type(5) {
    transform: translateX(-60px);
}

header ul li:last-child a:nth-of-type(6) {
    transform: translateX(-70px);
}

header ul li:last-child a:nth-of-type(7),
header ul li .sociais,
header ul li .tels {
    transform: translateX(-80px);
}

header.active ul li:last-child a:nth-of-type(1),
header.active ul li:last-child a:nth-of-type(2),
header.active ul li:last-child a:nth-of-type(3),
header.active ul li:last-child a:nth-of-type(4),
header.active ul li:last-child a:nth-of-type(5),
header.active ul li:last-child a:nth-of-type(6),
header.active ul li:last-child a:nth-of-type(7),
header.active ul li:first-child a:nth-of-type(1),
header.active ul li:first-child a:nth-of-type(2),
header.active ul li:first-child a:nth-of-type(3),
header.active ul li:first-child a:nth-of-type(4),
header.active ul li .sociais,
header.active ul li .tels {
    transform: translateX(0);
    transition: 1.8s ease-in-out;
}

header ul li:first-child {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #545073bd;
}

header li:last-of-type img {
    transform: translateX(-50px) translateY(20px);
    transition: 1.5s ease-in-out;
}

header.active li:last-of-type img {
    transform: translateX(400px) translateY(20px);
}

@media (max-width: 1024px) {
    header > .container {
        padding: 0 15px;
    }

    header #toggleMenu {
        right: 5px;
    }

    header ul li:first-of-type {
        order: 2;
    }

    header ul li:last-of-type {
        order: 1;
    }

    header ul li:first-of-type {
        border: 0;
        padding-bottom: 50px;
    }

    header ul li:last-of-type {
        border: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #545073bd;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }    

    header {
        overflow: hidden;
        box-sizing: border-box;        
    }

    header.active {
        height: 100%;
        overflow: auto;
        padding-bottom: 50px;
    }

    header::-webkit-scrollbar {
        display: none;
    }

    header ul li:first-child {
        padding-left: 0;
    }

    header #toggleMenu::before {
        right: 15px;
    }

    header.fixed #toggleMenu:hover::after,
    header #toggleMenu::after,
    header #toggleMenu::before {
        width: 28px;
    }

    header ul {
        box-sizing: border-box;
        padding: 0 15px;
        margin-top: 65px;
    }

    header ul li {
        padding-left: 0;
    }

    header ul li>a {
        font-size: 22px;
    }

    header.active ul li:last-child a:nth-of-type(1),
    header.active ul li:last-child a:nth-of-type(2),
    header.active ul li:last-child a:nth-of-type(3),
    header.active ul li:last-child a:nth-of-type(4),
    header.active ul li:last-child a:nth-of-type(5),
    header.active ul li:last-child a:nth-of-type(6),
    header.active ul li:last-child a:nth-of-type(7),
    header.active ul li:first-child a:nth-of-type(1),
    header.active ul li:first-child a:nth-of-type(2),
    header.active ul li:first-child a:nth-of-type(3),
    header.active ul li:first-child a:nth-of-type(4),
    header.active ul li .sociais,
    header.active ul li .tels {
        transition: 1.1s ease-in-out;
    }

    header ul li:last-child a {
        transition: .2s ease-out;
    }

    header#navigation::before {
        transform: translateX(-110vw);
        transition: .4s ease-in;

    }

    header#navigation.active::before {
        transform: translateX(0);
    }
}
.logo-topo-personalizado {
    transition: .2s ease-in-out;
}
.active .logo-topo-personalizado {
    filter: invert(100%);
}
#contact .btn:hover {
    background: #000000;
}
.mb-4 {
    margin-bottom: 40px;
}
.clients {
    overflow: hidden;
}

/**
 * CSS para seção: Experiência em números
 * Carousel de estatísticas com Swiper
 */

.slide-estatisticas {
  overflow: inherit;
}

.estatisticas-sessao {
  padding: 60px 0 140px;
  background: #fff;
}

[card]:hover {
  color: var(--main-dark);
  box-shadow: 0px 3px 187.5px 7.5px rgba(255, 107, 0, 0.4);
}

[card]:hover .button-icon_right,
[card]:hover .button-icon_right {
  transform: translate(0.5em, 0rem);
}

[card]:hover .button-icon_top-right,
[card]:hover .button-icon_top-right {
  transform: translate(0.2rem, -0.2rem);
}

[card] .button:hover,
[card] .button:hover {
  color: inherit;
}

[data-theme="dark"] .estatistica-card {
  box-shadow: var(--drop-100);
}

[card-color="orange"]:hover {
  background: #ff6b00;
  box-shadow: 0px 3px 187.5px 7.5px rgba(255, 107, 0, 0.4);
}

[card-color="blue"]:hover {
  background: #146ef5;
  box-shadow: 0px 3px 187.5px 7.5px rgba(21, 115, 255, 0.45);
}

[card-color="pink"]:hover {
  background: #ed52cb;
  box-shadow: 0px 3px 187.5px 7.5px rgba(237, 83, 203, 0.45);
}

[card-color="green"]:hover {
  background: #00d722;
  box-shadow: 0px 3px 187.5px 7.5px rgba(0, 215, 34, 0.4);
}

[card-color="red"]:hover {
  background: #ee1d36;
  box-shadow: 0px 3px 187.5px 7.5px rgba(238, 29, 54, 0.5);
}

[card-color="yellow"]:hover {
  background: #ffae13;
  box-shadow: 0px 3px 187.5px 7.5px rgba(255, 199, 0, 0.4);
}

.slide-estatisticas .swiper-slide {
  width: 400px !important;
  height: 430px;
}

.estatistica-card {
  user-select: none;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--strokeColor);
  background: var(--bgColor);
  border-radius: 10px;
  transition-property: color, background, box-shadow;
  transition-timing-function: ease;
  transition-duration: var(--trans-long);
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.content-card {
  z-index: 5;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 40px;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  .slide-estatisticas .swiper-slide {
    width: 300px !important;
    height: 300px;
  }

  .content-card {
    min-height: 300px;
  }
}

.data-number {
  font-size: 55px;
  font-weight: 700;
  color: var(--lv_1_color);
  line-height: 55px;
}

.data-description {
  color: var(--lv_1_color);
}

.card-call-to-action a {
  color: var(--lv_1_color);
  text-decoration: underline;
  offset-position: 10px;
  text-underline-offset: 5px;
  font-weight: 500;
}

.card-logo svg {
  width: 100px;
  height: auto;
  stroke: none;
}

.header-estatisticas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-estatisticas .swiper-slide {
  width: 460px;
}

.content-card > div > p {
  font-weight: 500;
  color: var(--lv_1_color);
}

.slide-estatisticas.swiper {
  overflow: visible;
}

[data-theme="dark"] .estatisticas-sessao {
  background: transparent;
}

.header-estatisticas h2, .header-estatisticas .h2 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
    letter-spacing: 0;
}
.no-overflow {
    overflow: hidden;
}

.arrows-header {
    position: relative;
    width: 110px;
    display: flex;
    gap: 30px
}

@media (max-width: 1024px) {
    .header-section-left {
        width:70%
    }

    .arrows-header {
        width: 30%;
        justify-content: flex-end
    }
}

.arrows-header svg {
    height: auto;
    width: 22px;
    color: #000000;
    stroke: none
}

.arrows-header.dark-color svg {
    color: #000000
}

/**
 * CSS para seção: Depoimentos de Clientes
 * Carousel de clientes com modal de vídeos
 */

.pink-section {
  padding-top: 0px;
}

/* ===== CAROUSEL DE CLIENTES ===== */

.slider-clientes-hs .swiper-slide {
  width: fit-content;
  height: auto;
  margin: 0 20px;
  margin-top: 20px;
}

.swiper-slide-active .cliente-hs {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.01);
}

.cliente-image {
  background: rgb(245, 202, 11);
  background: -moz-linear-gradient(214deg, rgba(245, 202, 11, 1) 0%, rgb(225, 184, 3) 100%);
  background: -webkit-linear-gradient(214deg, rgba(245, 202, 11, 1) 0%, rgba(225, 184, 3) 100%);
  background: linear-gradient(214deg, rgba(245, 202, 11, 1) 0%, rgba(225, 184, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a50", endColorstr="#ff455a", GradientType=1);
  border-radius: 9999px;
  padding: 5px;
  aspect-ratio: 1 / 1.5;
  position: relative;
}

.cliente-image::after {
  border: 1px solid;
  content: '';
  position: absolute;
  height: calc(100% + 14px);
  width: calc(100% + 14px);
  top: -7px;
  border-radius: 9999px;
  left: -7px;
  border-color: #dcd1d14d;
}

.cliente-image img {
  width: 110px;
  object-fit: cover;
  object-position: top;
  border-radius: 9999px;
  aspect-ratio: 1 / 1.5;
}

.cliente-hs {
  margin: 20px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cliente-arroba,
.cliente-arroba a {
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}

.cliente-arroba a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.cliente-arroba a:hover {
  opacity: 0.8;
}

p.name-user {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 600;
}

p.name-user + p {
  font-size: 11px;
  margin: 0;
  line-height: 1.5;
  color: #FFFFFF;
  opacity: 0.7;
}

/* ===== CONTAINER DEPOIMENTOS ===== */

.content-clientes-depoimentos {
  display: flex;
  align-items: center;
  max-width: 96%;
  width: 1280px;
  margin: 0 auto;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.head-clientes {
  flex-shrink: 0;
}

.slider-clientes-hs {
  overflow: visible;
}

@media (min-width: 1200px) {
  .slider-clientes-hs .swiper-slide {
    width: fit-content;
  }
}

/* ===== MODAL DE VÍDEOS ===== */

.video-reel-cliente {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: #000000c2;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  padding-top: 60px;
}

.video-slider {
  width: 400px;
  max-width: 94%;
  height: fit-content;
  margin: 0 auto;
  aspect-ratio: 1 / 1.76;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.responsive-storie {
  position: relative;
  padding-top: 176%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.responsive-storie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.storie-text {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.storie-text p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

/* ===== CONTROLES DE VÍDEO ===== */

.pagination-video {
  position: absolute;
  top: 0;
  bottom: inherit;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  padding: 10px 10px 0;
  align-items: center;
  justify-content: space-between;
}

.photo-cliente-storie-open {
  width: 60px;
}

.photo-cliente-storie-open img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 999px;
  object-position: top;
}

.video-slider .swiper-pagination {
  position: relative;
  top: 0;
  bottom: inherit;
  width: calc(100% - 100px);
}

.video-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.video-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 15%;
  border-radius: 20px;
  height: 5px;
}

.controls {
  display: flex;
  gap: 10px;
  width: 70px;
}

.controls a {
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.controls a:hover {
  opacity: 0.8;
}

.controls svg {
  width: 15px;
  height: auto;
  transition: opacity 0.3s ease;
}

/* ===== BOTÕES DE NAVEGAÇÃO ===== */

.video-reel-cliente .swiper-button-next,
.video-reel-cliente .swiper-button-prev {
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}

.video-reel-cliente .swiper-button-next {
  right: 0;
}

.video-reel-cliente .swiper-button-prev {
  left: 0;
}

.video-reel-cliente .swiper-button-next:after,
.video-reel-cliente .swiper-button-prev:after {
  display: none;
}

/* ===== BOTÃO FECHAR ===== */

[close-stories] {
  position: absolute;
  z-index: 99;
  background: #fcbd20;
  color: #000000;
  padding: 5px 27px;
  border-radius: 9999px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  bottom: 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
  text-decoration: none;
}

[close-stories]:hover {
  background: #dca51b;
  text-decoration: none;
}

/* ===== RESPONSIVO ===== */

@media (max-width: 1024px) {
  .video-reel-cliente {
    padding-top: 0px;
  }

  .head-clientes {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }

  .content-clientes-depoimentos {
    flex-direction: column;
    gap: 0;
    padding: 30px 0 60px;
  }

  .acoes-videos {
    overflow: auto;
    display: flex;
    gap: 30px;
  }

  .video-item-descricao {
    width: 85%;
    min-width: 85%;
  }

  .slider-clientes-hs .swiper-slide {
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .video-slider {
    width: 100%;
    aspect-ratio: 9 / 16;
  }

  .controls {
    width: auto;
    gap: 15px;
  }

  .pagination-video {
    padding: 5px 10px 0;
  }
}
.reviews-de-cliente {
    background: #000000;
    padding: 20px 0 50px 0;
}
.reviews-de-cliente h2, .reviews-de-cliente .h2 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.logos-clientes-marquee {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.intro-logos_w {
    display: flex;
    width: 100%;
    gap: 32px;
}

.intro-logos_logo {
    display: flex;
    align-items: center;
    transition: none !important;
}

.intro-logos_logo svg {
    max-width: 155px;
    max-height: 45px;
    width: auto;
    height: auto;
    stroke: none;
}

.intro-logos_w .intro-logos_logo svg path {
    fill: #000000;
    stroke: none;
}
.img-cli {
    width: 180px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1024px) {
    .intro-logos_logo svg {
    max-height: 26px;
    }
}
.internas {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 100px;
}
.conectado {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.text-center {
    text-align: center;
}
.mt-4 {
    margin-top: 40px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mt-2 {
    margin-top: 20px;
}
footer {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.listCases2 .case {
    float: left;
    margin-bottom: 10px;
}
.linha-blog {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}
.tit-blog-lista, .dados-post-lista, .resumo-blog-lista {
  width: 100%;
  height: auto;
  float: left;
}
.tit-blog-lista a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition: all .2s ease;
  font-weight: 600;
}
.tit-blog-lista a:hover {
  color: #FFCC00;
}
.dados-post-lista {
    font-size: 12px;
    color: #707070;
    margin: 5px 0;
}
.resumo-blog-lista p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
}
.divisoria {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
h3.widget-title {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #707070;
}
#secondary .search-field {
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 15px;
  background: #e0dfdf;
  padding-left: 10px;
  float: left;
}
#secondary ul {
  padding-left: 0;
}
#secondary ul li {
  list-style: none;
}
#secondary ul li a {
  text-decoration: none;
  font-size: 13px;
  transition: all .2s ease;
  color: #000;
}
#secondary ul li a:hover {
  color: #FFCC00;
}
ul.dcw li a {
  padding: 2px 0;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.search-submit {
  border:0;
  width: 100%;
  float: left;
  margin: 5px 0;
  background: rgb(255,192,25);
  padding: 5px 0;
  border-radius: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}
.search-submit:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.25);
background: #000000;
}
ul.wpp-list a {
  text-decoration: none;
}
ul.wpp-list a:hover {
  text-decoration: none;
  cursor: pointer;
}
#author-avatar img {
  border-radius: 50%;
}
.author-desc {
  width: 100%;
  height: auto;
  float: left;
  margin: 5px 0;
  font-size: 17px;
  font-weight: 500;
}
.author-desc i {
  color: red;
}
#author-info {
  font-size: 20px;
  font-weight: 400;
  color: #FFCC00;
}
/***** Paginacao ****/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000000;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #444242;
}
.paginacao ul {
	padding:0;
}
.paginacao {
    width: 100%;
    height: auto;
    float: left;
    margin: 35px 0;
}
#breadcrumbs span span a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-in-out;
}
#breadcrumbs span span a:hover {
    text-decoration: underline;
    color: #000;
}
.page-template-page-blog-php header {
    display: flex;
}
.widget-area .wp-block-search__label {
    display: none;
}
.widget-area .wp-block-search__button {
    width: 50px;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: 4px;
}
.widget-area #wp-block-search__input-1 {
    width: 100%;
    color: #000;
}
.widget-area .wp-block-latest-posts__featured-image {
    float: left;
    margin-right: 5px;
}
.h-text {
    text-align: center;
    margin-bottom: 10px;
}
.card {
    width: calc(25% - 20px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 210px;
}
.h-h4 {
    font-size: smaller;
    color: #111;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
body {
    background: #FFF7FA;
}

.bannerCasePile {
    background-color: #FFE8F1;
    padding: 210px 0 96px 0;
    position: relative;
    overflow: hidden;
}

.bannerCasePile .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bannerCasePile .inner-container {
    display: flex;
    align-items: center;
    gap: 105px;	
}

.bannerCasePile .subtext {
    color: #545073;
    font-size: 16px;
}

.first-subtext-plie {
	margin-left: 300px;
}

.casePileContainer {
    display: flex;
    align-items: center;
    gap: 80px;	
    padding: 80px 0 170px;
}

.casePileContainer h2 {
    font-size: 47px;
    color: #E8335D;
    font-weight: 300;
    max-width: 391px;
    width: 100%;
}

.casePileInnerContainer {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.casePileInnerContainer p {
    color: #545073;
    font-size: 18px;
    font-weight: 500;
    max-width: 530px;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0.9px;
}

.nossa-abordagem-container {
    display: flex;
    padding: 120px 0 80px;
    align-items: center;
    gap: 120px;
}

.nossa-abordagem-wrapper h2 {
    color: #545073;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}

.nossa-abordagem-wrapper p {
    color: #545073;
    font-size: 18px;
    margin: 0;
    max-width: 504px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 150%;
}

.context-resume {
  padding: 16px 8px;
  display: flex;
  gap: 80px;
  border-top: 1px solid #FFCCD8;
  max-width: 400px;
  width: 350px;
}

.context-resume strong {
  color: #545073;
  font-size: 16px;
  width: 80px;
}

.context-resume span {
  color: #545073;
  font-size: 16px;
  font-weight: 500;
}

.case-pile-container {
  display: flex;
  gap: 120px;
  align-items: center;
  padding-bottom: 80px;
}	

.case-pile-container img {
  width: 504px;
  height: auto;
}	

.pile-informacoes-inner-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pile-informacoes-context h3 {
  color: #545073;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 24px;
  max-width: 400px;
}

.pile-informacoes-context p {
  color: #545073;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 150%;
  margin: 0;
  max-width: 401px;
  width: 100%;
}

.resultados-pile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0 100px;
  max-width: 1016px;
  width: 100%;
}

.resultados-pile h2 {
  color: #545073;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}

.resultados-pile p {
  color: #545073;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.9px;
  max-width: 816px;
  width: 100%;
  font-weight: 500;
}

.context-resultados-pile h3 {
  color: #FFB3C4;
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}

.context-resultados-pile strong {
  color: #E8335D;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 800px) {
 .context-resultados-pile strong {
    color: #E8335D;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
 }
}

.context-resultados-pile span {
  color: #E8335D;
  font-size: 24px;
  font-weight: 300;
}

.wrapper-resultados-pile {
  display: flex;
  gap: 120px;
}

.context-resultados-pile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-pile-full-service-container {
  display: flex;
  align-items: center;
  gap: 120px;
  padding-bottom: 96px;
}

.case-pile-full-service-container img {
  max-width: 400px;
  height: auto;
}

.pile-full-service-context h3 {
  color: #E8335D;
  font-size: 32px;
  font-weight: 300;
  max-width: 504px;
  width: 100%;
}

.pile-full-service-context h3 i {
  font-weight: 400;
}

.pile-full-service-context h3 span {
  font-weight: 400;
}

.pile-full-service-context p {
  color: #545073;
  font-size: 16px;
  font-weight: 500;
  max-width: 504px;
  letter-spacing: 0.9px;
  line-height: 150%;
  width: 100%;
  margin-bottom: 40px;
}

.pile-full-service-context a {
  background-color: #545073;
  border-radius: 48px;
  text-transform: uppercase;
  width: 332px;
  padding: 18px 92px;
  color: #FFE8F1; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2.4px;
}

.pile-full-service-context a:hover {
  background-color: #FFE8F1;
  color: #545073;
    border: 1px solid #545073;
}

.bannerCasePile h1 {
    font-size: 48px;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #545073;
    text-transform: uppercase;
}

.bannerCasePile h1 i {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #E8335D;
}

.bannerCasePile p {
    font-size: 34px;
    letter-spacing: 1.4px;
    color: #E8335D;
    text-transform: lowercase;
    display: block;
}

.bannerCasePile p i {
    font-weight: 200;	
}

.bannerCasePile .subtext {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 35px;
  }
  
  .bannerCasePile .inner-container {
    align-items: flex-start;
    gap: 52.5px;
    flex-direction: column;
  }
  
  .casePileContainer {
    flex-direction: column;
    padding: 40px 35px;
  }
  
  .casePileInnerContainer img {
    width: 100%;
  }
  
  .first-subtext-plie {
  	margin-left: 0;
  }
  
  .nossa-abordagem-container {
    padding: 40px 35px;
    flex-direction: column;
    gap: 60px;
  }
  
  .nossa-abordagem-resume {
    width: 100%;
  }
  
  .case-pile-container {
    flex-direction: column;
    margin-top: 80px;
    gap: 60px;
  }
  
  .resultados-pile {
    margin-top: 80px;
  }
  
  .resultados-pile p {
    text-align: left;
  }
  
  .wrapper-resultados-pile {
    flex-direction: column;
    gap: 60px;
  }
  
  .case-pile-full-service-container {
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
    gap: 60px;
    padding-bottom: 96px;
  }
  
  .case-pile-full-service-container img {
    width: 100%;
  }
  
  .middle-case-pile-container {
    flex-direction: column-reverse;
  }
  
  .pile-full-service-context a {
    padding: 18px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}


.bannerCaseThaisRodrigues {
    background-color: #cccccc;
    padding: 210px 0 96px 0;
    position: relative;
    overflow: hidden;
}

.bannerCaseThaisRodrigues .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bannerCaseThaisRodrigues .inner-container {
    display: flex;
    align-items: center;
    gap: 105px;	
}

.bannerCaseThaisRodrigues .subtext {
    color: #373737;
    font-size: 16px;
}

.caseThaisRodriguesContainer {
    display: flex;
    align-items: center;
    gap: 80px;	
    padding: 80px 0 170px;
}

.caseThaisRodriguesContainer h2 {
    font-size: 47px;
    color: #000000;
    font-weight: 300;
    max-width: 391px;
    width: 100%;
}

.caseThaisRodriguesInnerContainer {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.caseThaisRodriguesInnerContainer p {
    color: #373737;
    font-size: 18px;
    font-weight: 500;
    max-width: 504px;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0.9px;
}

.nossa-abordagem-container {
    display: flex;
    padding: 120px 0 80px;
    align-items: center;
    gap: 120px;
}

.nossa-abordagem-wrapper h2 {
    color: #373737;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}

.nossa-abordagem-wrapper p {
    color: #373737;
    font-size: 18px;
    margin: 0;
    max-width: 504px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 150%;
}

.context-resume {
  padding: 16px 8px;
  display: flex;
  gap: 80px;
  border-top: 1px solid #cccccc;
  max-width: 400px;
  width: 350px;
}

.context-resume strong {
  color: #373737;
  font-size: 16px;
  width: 80px;
}

.context-resume span {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}

.case-thais-rodrigues-container {
  display: flex;
  gap: 120px;
  align-items: center;
  padding-bottom: 80px;
}	

.case-thais-rodrigues-container img {
  width: 504px;
  height: auto;
}	

.thais-rodrigues-informacoes-inner-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.thais-rodrigues-informacoes-context h3 {
  color: #373737;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 24px;
  max-width: 400px;
}

.thais-rodrigues-informacoes-context p {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 150%;
  margin: 0;
  max-width: 401px;
  width: 100%;
}

.resultados-thais-rodrigues {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0 100px;
  max-width: 1016px;
  width: 100%;
}

.resultados-thais-rodrigues h2 {
  color: #373737;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}

.resultados-thais-rodrigues p {
  color: #373737;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.9px;
  max-width: 816px;
  width: 100%;
  font-weight: 500;
}

.context-resultados-thais-rodrigues h3 {
  color: grey;
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}

.context-resultados-thais-rodrigues strong {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 800px) {
 .context-resultados-thais-rodrigues strong {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
 }
}

.context-resultados-thais-rodrigues span {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

.wrapper-resultados-thais-rodrigues {
  display: flex;
  gap: 120px;
}

.context-resultados-thais-rodrigues {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-thais-rodrigues-full-service-container {
  display: flex;
  align-items: center;
  gap: 120px;
  padding-bottom: 96px;
}

.case-thais-rodrigues-full-service-container img {
  max-width: 400px;
  height: auto;
}

.thais-rodrigues-full-service-context h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  max-width: 504px;
  width: 100%;
}

.thais-rodrigues-full-service-context h3 i {
  font-weight: 400;
}

.thais-rodrigues-full-service-context h3 span {
  font-weight: 400;
}

.thais-rodrigues-full-service-context p {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  max-width: 504px;
  letter-spacing: 0.9px;
  line-height: 150%;
  width: 100%;
  margin-bottom: 40px;
}

.thais-rodrigues-full-service-context a {
  background-color: #373737;
  border-radius: 48px;
  text-transform: uppercase;
  width: 332px;
  padding: 18px 92px;
  color: #FFE8F1; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2.4px;
}

.thais-rodrigues-full-service-context a:hover {
  background-color: #FFE8F1;
  color: #373737;
    border: 1px solid #373737;
}

.bannerCaseThaisRodrigues h1 {
    font-size: 48px;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #373737;
    text-transform: uppercase;
}

.bannerCaseThaisRodrigues h1 i {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

.bannerCaseThaisRodrigues p {
    font-size: 34px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: lowercase;
    display: block;
}

.bannerCaseThaisRodrigues p i {
    font-weight: 200;	
}

.bannerCaseThaisRodrigues .subtext {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 35px;
  }
  
  .bannerCaseThaisRodrigues .inner-container {
    align-items: flex-start;
    gap: 52.5px;
    flex-direction: column;
  }
  
  .caseThaisRodriguesContainer {
    flex-direction: column;
    padding: 40px 35px;
  }
  
  .caseThaisRodriguesInnerContainer img {
    width: 100%;
  }
  
  .nossa-abordagem-container {
    padding: 40px 35px;
    flex-direction: column;
    gap: 60px;
  }
  
  .nossa-abordagem-resume {
    width: 100%;
  }
  
  .case-thais-rodrigues-container {
    flex-direction: column;
    margin-top: 80px;
    gap: 60px;
  }
  
  .resultados-thais-rodrigues {
    margin-top: 80px;
  }
  
  .resultados-thais-rodrigues p {
    text-align: left;
  }
  
  .wrapper-resultados-thais-rodrigues {
    flex-direction: column;
    gap: 60px;
  }
  
  .case-thais-rodrigues-full-service-container {
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
    gap: 60px;
    padding-bottom: 96px;
  }
  
  .case-thais-rodrigues-full-service-container img {
    width: 100%;
  }
  
  .middle-case-thais-rodrigues-container {
    flex-direction: column-reverse;
  }
  
  .thais-rodrigues-full-service-context a {
    padding: 18px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}


@media (max-width: 768px) {
    .header-estatisticas h2, .header-estatisticas .h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .data-number {
        font-size: 30px;
    }
    .reviews-de-cliente h2, .reviews-de-cliente .h2 {
        font-size: 35px;
        line-height: normal;
        font-weight: 600;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-align: center;
        margin: 10px 0;
    }
}
.single-solucoes .solutions_3 .item {
    height: 535px;
}