@font-face {
    font-family: "Kenyan Coffee";
    src: url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.eot");
    src: url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.eot?#iefix") format("embedded-opentype"), url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.woff") format("woff"), url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.woff2") format("woff2"), url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.ttf") format("truetype"), url("../fonts/2e5f4b8f1a574401f45a72e109db4efe.svg#Kenyan Coffee") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Kenyan Coffee";
    src: url("../fonts/Kenyan Coffee Rg.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #000000 !important;
}
.row {
    width: 100% !important;
}
.text_center_mobile {
    text-align: left !important;
}
.nav_bar_first {
    background-color: #6d6d6d;
    color: #ffffff;
    font-size: 12px;
}
.nav_bar_first_bi {
    margin-right: 10px;
}
.nav_bar_first_right {
    text-align: right;
}
.nav_bar_first_right .bi {
    margin-left: 10px;
}
.nav_bar_first_right_tel {
    margin-right: 40px;
}
.nav_bar_first_right_tel svg {
    margin-right: 10px;
}
.nav_bar_second {
    background-color: #ffffff;
}
.nav_bar_second .logo {
    height: 50px;
}
.nav_bar_second_menu {
    flex-grow: initial !important;
    font-size: 14px;
}
.dropdown-toggle::after {
    border-top: 0.4em solid #e84d0d !important;
    border-right: 0.4em solid transparent !important;
    border-left: 0.4em solid transparent !important;
    vertical-align: 2px !important;
}
.nav_bar_second_menu .btn {
    background-color: #e84d0d !important;
    border: 0;
    font-size: 12px;
    border-radius: 10px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
}
#mainBanner {
    margin-top: -12px;
}

#mainBanner img {
    display: block; /* remove qualquer gap fantasma */
}

#mainBanner .btn-banner {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 16px;
    padding: 0.5rem 1.5rem; /* proporcional e escalável */
    font-size: 1rem;        /* escalável com base na root font-size */
    border: none;
    transition: background-color 0.3s ease;

    position: absolute;
    bottom: 14%;
    left: 9%;
    z-index: 10;

    white-space: nowrap; /* impede quebra de linha */
}

#mainBanner .btn-banner:hover {
    background-color: #c8420c;
}

.customer-logos-title {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.customer-logos {
    margin-top: 20px;
}
.customer-logos img {
    max-height: 40px;
    max-width: 120px;
    text-align: center;
}

.protection_main {
    background-color: #f2f2f2;
    background-image: url("../img/background_01.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 120px;
    position: relative;
}
.protection_main_div {
    width: 28% !important;
}
.protection_main_logo_nist {
    position: absolute;
    /* max-height: 45%; */
    width: 8%;
    right: 0px;
    margin-top: 30px;
    z-index: 0;
}
.protection_main_student {
    position: absolute;
    /* height: 60%; */
    bottom: -10px;
    width: 20%;
}
.protection_main_row_first {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 1500px;
    margin: auto !important;
}
.protection_main_row_second {
    max-width: 1500px;
    margin: auto !important;
}
.protection_main_row_third {
    max-width: 1500px;
    margin: auto !important;
    margin-top: 50px !important;
}
.protection_main .protection_title_box {
    width: 100%;
    height: 100%;
    background-color: #323536;
    color: #ffffff;
    opacity: 0.9;
    padding: 10px 40px 30px;
    float: right;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 100px;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
}
.protection_main .protection_title_box2 {
    width: 100%;
    height: 100%;
    background-color: #e84e0e;
    color: #ffffff;
    opacity: 0.9;
    padding: 30px 40px;
    float: right;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 100px;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
}
.protection_title_box_title {
    /* font-size: 46px; */
    font-size: 3.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    letter-spacing: 2px;
    padding-top: 10px;
    margin-bottom: 0;
}
.protection_title_box_subtitle {
    /* font-size: 18px; */
    font-size: 1.4vw;
    font-weight: 700;
    line-height: normal;
}
.protection_title_box_subtitle2 {
    /* font-size: 14px; */
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
}
.protection_title_box_text {
    /* font-size: 14px; */
    font-size: 1vw;
}
.protection_main .protection_main_box {
    position: relative;
    width: 90%;
    /* max-width: 300px; */
    /* min-height: 400px; */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #ff6013;
    padding: 10px 50px 10px 30px;
    margin: auto;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 100px;
    border-radius: 5px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
}
.protection_main_title {
    color: #f56021;
    font-size: 42px;
    font-size: 2.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0;
}
.protection_main_title img {
    height: 40px;
    margin-top: -5px;
    margin-right: 10px;
}
.protection_main_subtitle {
    color: #f56021;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.protection_main_text {
    color: #46494a;
    /* font-size: 12px; */
    font-size: 1vw;
    margin-bottom: 0px;
    font-weight: 400;
}
.protection_main_button {
    position: absolute;
    left: 50%; /* Move o botão para o meio horizontal */
    transform: translate(-50%);
    margin-bottom: -10px;
    bottom: 0px;
}
.protection_main_box .btn {
    background-color: #ff6013 !important;
    border: 0;
    /* font-size: 12px; */
    border-radius: 5px;
    padding: 5px 20px;
}
.solucoes_main {
    width: 100%;
    background-color: #f2f2f2;
    background-image: url("../img/background_02.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    position: relative;
}
.solucoes_main .row {
    align-items: flex-start; /* ou center se preferir centralizar */
}
.solucoes_main .btn-especialista {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.solucoes_main .btn-especialista:hover {
    background-color: #c8420c; /* tom mais escuro */
    color: #ffffff; /* garante que o texto não desapareça */
}
.solucoes_main .solucoes_main_margin {
    padding-top: 50px;
}
.solucoes_main_middle {
    padding-top: 30px;
}
.solucoes_main_middle img {
    width: 70%;
    position: relative;
    left: -100px !important;
}
.solucoes_text {
    font-size: 2vw;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
    line-height: 1.3;
}
.solucoes_text_cylk {
    color: #e84e0e;
}
.solucoes_text_2 {
    font-size: 1vw;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3vw;
}
.solucoes_text_3 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.solucoes_div_closed {
    background-color: #e0420a;
    width: 300px;             /* maior largura */
    padding-top: 20px;        /* mais altura */
    padding-bottom: 20px;     /* mais altura */
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    font-family: "Kenyan Coffee";
    letter-spacing: 3px;
    color: #ffffff;
    border-radius: 5px;
    border-bottom-left-radius: 30px;
    line-height: 36px;
    cursor: pointer;
    overflow: hidden;
    max-height: 80px;        /* altura fechada maior */
    transition: max-height 0.6s ease;
    display: block;
}
.solucoes_div_closed:hover {
    max-height: 500px; /* aberto */
}

.solucoes_div_closed p {
    opacity: 0; 
    transform: translateY(-10px); 
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin: 0;
}

.solucoes_div_closed:hover p {
    opacity: 1;
    transform: translateY(0);
}


.solucoes_div_text {
    display: block; /* NÃO deixar jQuery esconder */
}

.solucoes_div_closed .btn {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 25px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
    padding: 0 15px;
}
.solucoes_div_closed .btn:hover {
    background-color: #fff;
    border: 1x solid #fff !important;
    color: #e84e0e;
}


.solucoes_div_text {
    font-family: var(--bs-body-font-family);
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: normal;
    padding: 10px 30px 0 30px;
}

.partners {
    background-color: #f1efef;
}
.partners .partners_logo {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.partners .partners_title {
    text-align: center;
    color: #323536;
    font-size: 42px;
    font-weight: 500;
    word-spacing: 5px;
}
.partners .partners_text {
    max-width: 800px;
    text-align: center;
    color: #323536;
    font-size: 20px;
    line-height: 24px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
}
.partners-logos {
    margin-top: 80px;
}
.partners-logos .slide {
    text-align: center;
    vertical-align: middle;
}
.partners-logos img {
    max-height: 50px;
    max-width: 150px;
    text-align: center;
}
.porquinho {
    /* background-color: #ff4d00; */
    background: radial-gradient(circle at 70% center, #ffffff 0%, #ff4d00 40%);
    padding-bottom: 100px;
}
.porquinho_title {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    letter-spacing: 3px;
    color: #ffffff;
    padding-top: 100px;
    text-transform: uppercase;
    line-height: 70px;
}
.porquinho_subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    padding-top: 5px;
    margin-bottom: 30px;
}
.porquinho .porquinho_left {
    text-align: right;
}
.porquinho .porquinho_left img {
    width: 70%;
}
.porquinho .porquinho_right img {
    width: 60%;
}
.porquinho_last_text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 30%;
}
.video_main {
    width: 100%;
    /* height: 700px; */
    background-color: #f2f2f2;
    background-image: url("../img/background_03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    padding-top: 30px;
}
.video_left {
    padding-left: 20% !important;
}
.video_left_title {
    text-align: left;
    font-size: 70px;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 70px;
    padding-top: 100px;
}
.video_left_text {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding-bottom: 100px;
}
.video_left_text img {
    width: 30px;
}
.video_right video {
    padding-top: 70px;
    width: 70%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.depoimentos_main {
    background-color: #f1efef;
    background-image: url("../img/background_04.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
}
.depoimentos_left {
    padding-left: 80px !important;
    padding-top: 40px;
}
.depoimentos_left img {
    width: 70%;
}
.depoimentos_left .depoimentos_title {
    font-size: 70px;
    font-weight: 300;
    font-family: "Kenyan Coffee";
    letter-spacing: 3px;
    color: #323536;
    line-height: 80px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 20px;
}
.depoimentos_left .depoimentos_text {
    font-size: 20px;
    font-weight: 500;
    color: #323536;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 100px;
    word-spacing: 4px;
}
.depoimentos-logos {
    margin-top: 100px;
    margin-bottom: 60px;
}
/* Posicionamento das setas do slider depoimentos */
.depoimentos-logos-arrows {
    position: relative;
    margin-left: 30px;
    text-align: left;
}

.depoimentos-logos .slick-dots {
    position: absolute;
    bottom: -40px;
    right: 15px;
    width: auto;
}

.depoimentos-logos .custom-arrow {
    background-color: #ff4d00;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0;
    position: relative;
}
.depoimentos-logos-arrows .slick-arrow img {
    width: 40px !important;
}
.slick-prev, .slick-next {
    position: absolute !important;
    top: 50% !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer !important;
    /* color: #E84E0F; */
    border: none !important;
    outline: none !important;
    background: #E84E0F !important;
    border-radius: 30px !important;
 }
.depoimentos-logos button {
    border: 0 !important;
}
.depoimentos-logos .slick-prev:before,
.depoimentos-logos .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #E84E0F;
}
.depoimentos-logos-arrows .slick-arrow {
    border: 0;
}
/* Posicionamento das setas do slider depoimentos */
.depoimentos-logos .slide {
    text-align: center;
    vertical-align: middle;
}
.depoimentos-logos img {
    max-height: 400px;
    max-width: 400px;
    text-align: center;
}
.depoimentos-logos .slick-prev,
.depoimentos-logos .slick-next {
    width: 30px !important;
    height: 30px !important;
    background: #ff4d00 !important;
    border-radius: 50% !important;
}
.newsletter_main {
    width: 100%;
    background-color: #f2f2f2;
    background-image: url("../img/background_05.png");
    /* background-size: 100% auto; */
    background-repeat: no-repeat;
}
.newsletter_left {
    padding-left: 80px !important;
    padding-top: 40px;
}
.newsletter_left .newsletter_title {
    font-size: 70px;
    font-weight: 300;
    font-family: "Kenyan Coffee";
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 65px;
    padding-top: 30px;
    padding-left: 20px;
}
.newsletter_left .newsletter_text {
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 40px;
    word-spacing: 3px;
}
.news-logos {
    margin-top: 100px;
}
.news-logos .slide {
    text-align: center;
    vertical-align: middle;
}

.news_box {
    position: relative;
    width: 90%;
    background-color: #e74d0d;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 50px;
    border-radius: 5px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
}
.news_box img {
    width: 100%;
}
.news_date {
    background-color: #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    top: -13px;
    left: -30px;
}
.news_title {
    color: white;
    font-size: 1.1rem;
    margin: 10px 30px 5px 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left; /* Opcional: deixa o texto maiúsculo */
}
.news_text {
    color: #ffffff;
    font-weight: 500;
    padding: 0 20px 30px 30px;
    text-align: left;
    line-height: 20px;
}
.news_text .btn-news {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    font-size: 12px;
    border-radius: 20px;
    padding: 2px 15px;
    margin-top: 15px;
}
.newsletter_assine {
    font-size: 40px;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #e74d0d;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 0px;
}
.newsletter_left form {
    padding-left: 20px;
    width: 80%;
    margin-bottom: 60px;
}
.newsletter_left input {
    margin-bottom: 15px;
}
.newsletter_left input::placeholder {
    color: #bdbdbd;
    font-size: 16px;
    word-spacing: 4px;
    padding-left: 10px;
    font-weight: 300;
}
.newsletter_left .btn-newsletter {
    background-color: #e84e0e;
    border: 0px;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.news-logos .slick-dots li button:before {
    color: #ffffff !important;
}
.news-logos .slick-dots li.slick-active button:before {
    color: #ff4d00 !important;
}
.footer_menu_main {
    background-color: #e84e0e;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
}
.footer_menu_main a {
    color: #ffffff;
    text-decoration: none;
}
.footer_menu_title {
    font-weight: 700;
    font-size: 16px;
}
.footer_menu_title img {
    width: 17px;
}
.footer_menu_siga_nos {
    margin-top: 40px;
}
.footer_menu_icon_social {
    margin-right: 5px;
    margin-top: 5px;
    width: 25px;
}
.footer_main {
    background-color: #323536;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    text-align: center;
}
.footer_main a {
    color: #ffffff;
    text-decoration: none;
}
.footer_main img {
    width: 20px;
    margin-right: 10px;
}

/* *********** */
/*    Slider   */
/* *********** */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* CYBERSECURITY PAGE */
.cybersecurity {
    background-image: url("../img/background_cybersecurity.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;      /* cobre toda a área */
    min-height: 80vh;           /* impede espaço preto */
    text-align: center;
}
.cybersecurity_title {
    font-size: 5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    letter-spacing: 2px;
    padding-top: 150px;
    color: #ffffff;
}
.cybersecurity_row {
    width: 80% !important;
    margin: auto !important;
    padding-bottom: 100px;
    margin-top: 30px !important;
}
.cybersecurity_box {
    width: 100%;
    height: 100%;
    background: rgb(255, 77, 0);
    background: linear-gradient(90deg, rgba(255, 77, 0, 1) 66%, rgba(135, 41, 0, 1) 100%);
    color: #ffffff;
    opacity: 0.9;
    padding: 10px 40px 0px 20px;
    text-align: left;
    float: right;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 50px;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
}
.cybersecurity_box img {
    width: 50px;
    color: #ffffff;
}
.cybersecurity_box p {
    font-size: 1vw;
    font-weight: 500;
    line-height: 1vw;
}
.cybersecurity .btn-especialista {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 30px;
    margin-top: 50px;
    font-size: 18px;
    border: none; /* remove borda se houver */
    transition: background-color 0.3s ease; /* animação suave */
}

/* Hover: tom mais escuro de laranja */
.cybersecurity .btn-especialista:hover {
    background-color: #d43d0c; /* laranja mais escuro */
}
/* CYBERSECURITY PAGE */
.cyber_seg_dados {
    background-image: url("../img/banner_cyber_seg_dados.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 150px;
    padding-bottom: 40px;
}
.cyber_seg_dados img {
    width: 25px;
}
.cyber_seg_dados_title {
    font-size: 5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}
.cyber_seg_dados_subtitle {
    font-size: 2vw;
    color: #ffffff;
    font-weight: 500;
    width: 50%;
    margin-bottom: 10px;
}
.cyber_seg_dados_text {
    font-size: 1.1vw;
    color: #ffffff;
    width: 50%;
}
.div1 {
    float: left !important;
    width: 50px;
    padding-top: 7px;
}
.div2 {
    float: left !important;
}
.privacidade_main_img {
    text-align: center;
}
.cyber_seg_dados_intermediario {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cyber_seg_dados_intermediario .row {
    padding-left: 15%;
    padding-right: 15%;
}
.cyber_seg_dados_menu {
    background-color: #ff4c00;
}
.cyber_seg_cloud_menu {
    background-color: #212829;
}
.cyber_seg_dados_menu .menu {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    margin: auto;
    margin-bottom: 0;
    list-style: none;
    display: flex; /* Itens em linha */
    justify-content: center; /* Centraliza os itens horizontalmente */
    align-items: stretch; /* Centraliza verticalmente */
    flex-wrap: wrap; /* Permite quebrar para a próxima linha */
    text-align: center;
}
.cyber_seg_dados_menu .menu li {
    padding: 1rem 2rem; /* Espaçamento interno */
    color: #fff; /* Cor do texto */
    font-size: 14px;
    font-weight: 600; /* Negrito para dar destaque */
    cursor: pointer; /* Cursor de “mãozinha” ao passar o mouse */
    transition: background 0.3s; /* Animação suave ao passar o mouse */
    display: flex; /* Torna o li também um contêiner flex */
    align-items: center; /* Alinha o conteúdo internamente ao centro vertical */
    justify-content: center; /* Centraliza o texto no meio do item (opcional) */
    padding: 1rem; /* Espaçamento interno (ajuste conforme necessário) */
    flex: 1; /* Faz com que todos os itens tenham a mesma largura */
}
.cyber_seg_dados_menu .menu li:hover {
    background-color: #d94e12; /* Cor levemente mais escura no hover */
}
.cyber_seg_dados_menu .menu li.ativo {
    background-color: #bb3e0f; /* Cor de destaque para o item ativo */
    position: relative;
    display: flex; /* Torna o li também um contêiner flex */
    align-items: center; /* Alinha o conteúdo internamente ao centro vertical */
    justify-content: center; /* Centraliza o texto no meio do item (opcional) */
    padding: 1rem; /* Espaçamento interno (ajuste conforme necessário) */
}
.cyber_seg_dados_divs {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1efef;
    background-image: url("../img/background_04.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.cyber_seg_dados_divs .row {
    padding-left: 100px;
    padding-right: 100px;
}
.cyber_seg_dados_divs .div_criptografia_title {
    font-size: 4vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
}
.cyber_seg_dados_divs .div_criptografia_text {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
    font-weight: 300;
}
.cyber_seg_dados_divs .div_criptografia_bullet {
    width: 20px;
}
.cyber_seg_dados_divs .btn-especialista {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    border: none; /* remove borda se houver */
    transition: background-color 0.3s ease; /* animação suave */
}

/* Hover: tom mais escuro de laranja */
.cyber_seg_dados_divs .btn-especialista:hover {
    background-color: #d43d0c; /* laranja mais escuro */
}
.cyber_seg_dados_divs img {
    width: 80%;
}
.cyber_seg_cloud {
    background-image: url("../img/banner_cyber_seg_cloud.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.cyber_seg_cloud_menu .menu li:hover {
    background-color: #343434; /* Cor levemente mais escura no hover */
}
.cyber_seg_cloud_menu .menu li.ativo {
    background-color: #7c7c7c;
}
.cyber_seg_app {
    background-image: url("../img/banner_cyber_seg_app.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.cyber_seg_redes {
    background-image: url("../img/banner_cyber_seg_redes.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.cyber_seg_redes .cyber_seg_dados_title {
    line-height: 4.5vw;
    padding-top: 30px;
    padding-bottom: 20px;
}
.cyber_identidade {
    background-image: url("../img/banner_cyber_identidade.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.cyber_identidade .cyber_seg_dados_subtitle {
    line-height: 2vw;
}
.cyber_ia_aplicada {
    background-image: url("../img/banner_ia_aplicada.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.cyber_ia_aplicada .cyber_seg_dados_subtitle {
    line-height: 2vw;
}

/* GRC AND PRIVACY PAGE */

/* ===============================
   BLOCO DE ÍCONES E TÍTULO INICIAL
   =============================== */

.privacidade {
    background-image: url("../img/banner_privacidade.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.privacidade-container {
    max-width: 1000px;
    margin: 0 auto;
}

.privacidade_cyber_seg_dados_title {
    font-size: 5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}

/* Cada linha de ícone + texto */
.privacidade-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

/* Ícones */
.privacidade-icon {
    position: relative;
}

.privacidade-icon img {
    width: 30px;
    height: auto;
    margin-top: 5px;
}

/* Linha vertical branca entre ícones (duas apenas) */
.privacidade-item:not(:last-child) .privacidade-icon::after {
    content: "";
    position: absolute;
    top: 112%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.6;
}


/* Texto ao lado dos ícones */
.privacidade-text {
    font-size: 1.1vw;
    color: #ffffff;
    width: 50%;
}

/* ===============================
   BLOCO PRINCIPAL (TEXTO E IMAGEM)
   =============================== */

.privacidade_cyber_seg_dados_divs {
    background-color: #f1efef;
    padding-top: 40px;
    background-image: url("../img/background_04.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    flex-direction: column;
    position: relative;
}

.privacidade_cyber_seg_dados_divs .row {
    padding-left: 100px;
    padding-right: 100px;
}

.privacidade_cyber_seg_dados_divs .privacidade_div_criptografia_title {
    font-size: 4vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
}

.privacidade_cyber_seg_dados_divs .privacidade_div_criptografia_text {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
    font-weight: 300;
    font-size: 18px;
}

.privacidade_cyber_seg_dados_divs .privacidade_div_criptografia_bullet {
    width: 20px;
}

/* Botão */
.privacidade_cyber_seg_dados_divs .btn-especialista {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    border: none; /* remove borda se houver */
    transition: background-color 0.3s ease; /* animação suave */
}
.privacidade_cyber_seg_dados_divs .btn-especialista:hover {
    background-color: #d43d0c;
    color: #ffffff;
}

.privacidade_main_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.privacidade_main_img img {
    width: 80%;            /* reduz tamanho final */
    height: auto;          /* remove height forçada */
    max-height: 70%;      /* não passa do texto */
    object-fit: contain;
}


/* ===============================
   BLOCO FINAL (CAIXAS DE CONTEÚDO)
   =============================== */

.div_privacidade {
    background-color: #ffffff;
}

.div_privacidade .div_privacidade_col {
    text-align: center;
    padding-top: 50px;
}

.div_privacidade .div_privacidade_title {
    font-size: 4vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #323536;
    margin-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
    padding-bottom: 30px;
}

/* Caixas de conteúdo */
.div_privacidade .div_privacidade_box {
    position: relative;
    width: 70%;
    margin: auto;
    background-color: #f3f1f1;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    text-align: left;
}

/* Ícone dentro da caixa */
.div_privacidade_box_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_privacidade_box_icon img {
    width: 100px;
    margin-left: -200%;
}

/* Título dentro da caixa */
.div_privacidade_box_title {
    font-size: 1.7vw;
    font-weight: 700;
    color: #e84e0e;
}

/* CONSCIENTIZACAO PAGE */
.conscientizacao {
    background-image: url("../img/banner_conscientizacao.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}
.btn_voltar_consc img {
    width: 25px;
}
.conscientizacao_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}
.conscientizacao_text {
    display: block;
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
}
.conscientizacao_subtitle {
    font-size: 2.3vw;
    font-weight: 800;
    color: #ff4c00;
}
.conscientizacao_invista {
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    background-color: #f1efef;
    background-image: url("../img/background_06.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.conscientizacao_invista_row {
    text-align: center;
}
.conscientizacao_invista_text {
    font-size: 3.7vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #323536;
    line-height: 4.1vw;
    padding-top: 50px;
    padding-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.conscientizacao_invista_text span {
    color: #ff4c00;
}
.conscientizacao_invista .news_box {
    position: relative;
    width: 80%;
    background-color: #DAD9D9;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 50px;
    border-radius: 5px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
}
.conscientizacao_invista .news_box img {
    width: 100%;
}
.conscientizacao_invista .news_text {
    color: #000000;
    font-weight: 300;
    padding: 30px 40px 40px 30px;
    text-align: center;
    line-height: 20px;
    font-size: 17px;
}
.conscientizacao_numbers {
    background-image: url("../img/banner_conscientizacao_numbers.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 3.7vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.conscientizacao_numbers img {
    width: 80%;
}
.conscientizacao_voce_pode {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.conscientizacao_voce_pode .row {
    padding-left: 100px;
    padding-right: 100px;
}
.conscientizacao_voce_pode .conscientizacao_voce_pode_text {
    padding-left: 15%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 18px;
}
.conscientizacao_voce_pode .conscientizacao_voce_pode_title {
    font-size: 2.8vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 15%;
}
.conscientizacao_voce_pode .conscientizacao_voce_pode_text_bullet {
    padding-left: 15%;
    padding-right: 10%;
    font-weight: 500;
    font-size: 18px;
}
.conscientizacao_voce_pode_img {
    text-align: center;
}
.conscientizacao_voce_pode img {
    width: 60%;
    margin-top: -40px;
}
.conscientizacao_voce_pode .conscientizacao_voce_pode_bullet {
    width: 20px;
    margin-right: 10px;
    margin-top: 1px;
}
.conscientizacao_voce_pode .conscientizacao_voce_pode_footer {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px 60px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.2vw;
    text-transform: uppercase;
}
.conscientizacao_educacao {
    background-color: #ffffff;
    padding: 60px 15% 80px 15%;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.conscientizacao_educacao .conscientizacao_educacao_title {
    width: 60%;
}
.conscientizacao_educacao .conscientizacao_educacao_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.conscientizacao_educacao_text {
    font-size: 19px;
    font-weight: 300;
    color: #323536;
}
.conscientizacao_educacao_text span {
    font-weight: 500;
}
.conscientizacao_educacao_bullet_row {
    margin-top: 30px !important;
}
.conscientizacao_educacao_bullet {
    width: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.conscientizacao_educacao_bullet_text {
    font-size: 2.7vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #000000;
    line-height: 3.2vw;
}
.conscientizacao_metodologia {
    background-color: #ffffff;
    padding: 60px 15% 80px 15%;
    background-color: #f1efef;
    background-image: url("../img/background_09.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.conscientizacao_metodologia .conscientizacao_metodologia_title {
    width: 50%;
}
.conscientizacao_metodologia .conscientizacao_metodologia_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.conscientizacao_metodologia_subtitle {
    font-size: 3.7vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #000000;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.conscientizacao_metodologia_subtitle2 {
    font-size: 3vw;
}
.conscientizacao_4_etapas {
    width: 90%;
}
.conscientizacao_metodologia_text_bullet {
    font-weight: 700;
    font-size: 20px;
}
.conscientizacao_metodologia_bullet {
    width: 20px;
    margin-right: 10px;
}
.conscientizacao_jornada_div {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 50px;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    padding: 15px 100px;
    font-size: 24px;
    font-weight: 800;
    color: #e84e0e;
}
.conscientizacao_jornada_div .conscientizacao_jornada_bullet {
    position: absolute;
    top: -15px;
    left: -50px;
}
.conscientizacao_jornada_div .conscientizacao_jornada_bullet2 {
    position: absolute;
    top: 130px;
    left: -50px;
}
.conscientizacao_jornada_div .bullet-list {
    margin-top: 30px;
}
.conscientizacao_jornada_text_bullet {
    color: #323536;
    font-size: 20px;
    font-weight: 500;
}
.conscientizacao_metodologia .conscientizacao_voce_pode_footer {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 20px 60px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.2vw;
    text-transform: uppercase;
}
.conscientizacao_phishing {
    background-color: #ffffff;
    padding: 60px 15% 80px 15%;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.conscientizacao_phishing .conscientizacao_phishing_title {
    width: 40%;
}
.conscientizacao_phishing .conscientizacao_phishing_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.conscientizacao_phishing_text {
    font-size: 22px;
    font-weight: 300;
    color: #323536;
    width: 90%;
}
.conscientizacao_phishing_text span {
    font-weight: 500;
}

.conscientizacao_phishing .conscientizacao_phishing_text2 {
    font-size: 2.8vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #e84e0e;
    letter-spacing: 1px;
    padding-top: 30px;
    font-weight: 100;
    line-height: 3.2vw;
}
.conscientizacao_phishing .conscientizacao_phishing_text_bullet {
    font-weight: 500;
    font-size: 22px;
    width: 90%;
}
.conscientizacao_phishing img {
    width: 80%;
}
.conscientizacao_phishing .conscientizacao_phishing_bullet {
    width: 20px;
    margin-right: 10px;
}
.conscientizacao_phishing .conscientizacao_phishing_footer {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 60px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.2vw;
    text-transform: uppercase;
}

/* PENTEST PAGE */
.pentest {
    background-image: url("../img/banner_pentest.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}
.btn_voltar_pentest img {
    width: 25px;
}
.pentest_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}
.pentest_text {
    display: block;
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
}
.pentest_text2 {
    display: block;
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: #ffffff;
    font-weight: 300;
    width: 40%;
}
.pentest_subtitle {
    font-size: 2.3vw;
    line-height: 2.6vw;
    font-weight: 500;
    color: #ff4c00;
    width: 30%;
    padding-top: 15px;
}
.pentest_especializado {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.pentest_especializado .row {
    padding-left: 100px;
    padding-right: 100px;
}
.pentest_especializado .pentest_especializado_text {
    padding-left: 15%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.pentest_especializado_img {
    text-align: center;
}
.pentest_especializado img {
    width: 100%;
    padding-left: 13%;
    padding-right: 10%;
    padding-bottom: 20px;
}
.pentest_especializado_button {
    background-color: #e84e0e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 30px;
    margin-left: 15%;
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.pentest_automatizado {
    background-color: #ffffff;
    padding: 60px 15% 80px 15%;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.pentest_automatizado .pentest_automatizado_title {
    width: 42%;
    margin-left: -23px; 
}
.pentest_automatizado .pentest_automatizado_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pentest_automatizado_text {
    font-size: 19px;
    font-weight: 300;
    color: #323536;
    width: 90%;
    margin: auto;
}
.pentest_automatizado .pentest_automatizado_box {
    background-color: #323636;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    margin: auto;
    margin-top: 40px;
    padding: 50px;
    font-size: 20px;
    font-weight: 300;
}
.pentest_automatizado_box_title {
    font-size: 3vw;
    font-weight: 700;
    color: #e84e0e;
    font-family: "Kenyan Coffee";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pentest_automatizado_box_subtitle {
    font-size: 24px;
    font-weight: 500;
}
.pentest_automatizado_button {
    background-color: #e84e0e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px 15px;
    margin: auto;
    margin-top: 50px;
    width: 400px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

/* AMEAÇAS AVANÇADAS PAGE */
.ameacas {
    background-image: url("../img/banner_ameacas.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}
.btn_voltar_ameacas img {
    width: 25px;
}
.ameacas_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}
.ameacas_text {
    display: block;
    font-size: 2.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-weight: 500;
    width: 50%;
}
.ameacas_text2 {
    display: block;
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: #ffffff;
    font-weight: 300;
    width: 50%;
}
.ameacas_subtitle {
    font-size: 2.3vw;
    line-height: 2.6vw;
    font-weight: 500;
    color: #ff4c00;
    width: 40%;
    padding-top: 15px;
}
.ameacas_ia {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.ameacas_ia .row {
    padding-left: 100px;
    padding-right: 100px;
}
.ameacas_ia .ameacas_ia_text {
    padding-left: 15%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.ameacas_ia_img {
    text-align: center;
}
.ameacas_ia img {
    width: 100%;
    padding-left: 13%;
    padding-right: 10%;
    padding-bottom: 20px;
}
.ameacas_ia_button {
    background-color: #e84e0e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    margin-left: 15%;
    margin-right: 15%;
    cursor: pointer;
}

/* ASSESSMENTS PAGE */
.assessments {
    background-image: url("../img/banner_assessments.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}
.btn_voltar_assessments img {
    width: 25px;
}
.assessments_title {
    font-size: 5.5vw;
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}
.assessments_text {
    display: block;
    font-size: 1.5vw;
    line-height: 2vw;
    color: #ffffff;
    font-weight: 500;
    width: 40%;
}
.assessments_text2 {
    display: block;
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: #ffffff;
    font-weight: 300;
    width: 40%;
}
.assessments_subtitle {
    font-size: 2.3vw;
    line-height: 2.6vw;
    font-weight: 500;
    color: #ff4c00;
    width: 30%;
    padding-top: 15px;
}
.assessments_objetivo {
    background-color: #ffffff;
    padding: 70px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
}
.assessments_objetivo .assessments_objetivo_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.assessments_objetivo_text2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    width: 60%;
    margin-top: 40px;
    color: #ff4c00;
}
.assessments_vuln {
    background-color: #ffffff;
    padding: 20px 200px 80px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_vuln .assessments_vuln_title {
    width: 40%;
}
.assessments_vuln .assessments_vuln_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_vuln_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_vuln_text span {
    font-weight: 600;
}
.assessments_vuln_text2 {
    font-size: 21px;
    font-weight: 600;
    color: #323536;
    text-align: center;
    margin-top: 50px;
}
.assessments_vuln_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.assessments_vuln_row .assessments_vuln_box {
    position: relative;
    width: 80%;
    background-color: #E84E0F;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
    padding: 30px 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.assessments_vuln_row .col-md-3 {
    display: flex;
}
.assessments_vuln_row .assessments_vuln_box_title {
    font-family: "Kenyan Coffee";
    text-transform: uppercase;
    font-size: 2.3vw;
    line-height: 2.8vw;
}
.assessments_vuln_row .assessments_vuln_box_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}
.assessments_vuln_button {
    background-color: #e84e0e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 15px;
    margin: auto;
    margin-top: 60px;
    width: 280px;
    text-align: center;
    cursor: pointer;
}

.assessments_pentest {
    background-color: #ffffff;
    padding: 20px 200px 80px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona a imagem à direita */
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_pentest .assessments_pentest_title {
    width: 18%;
}
.assessments_pentest .assessments_pentest_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_pentest_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_pentest_text span {
    font-weight: 600;
}
.assessments_pentest_text2 {
    font-size: 2.5vw;
    color: #e84e0e;
    text-align: center;
    font-family: "Kenyan Coffee";
    font-weight: 300;
}
.assessments_pentest_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.assessments_pentest_row .assessments_pentest_box {
    position: relative;
    width: 80%;
    background-color: #323636;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
    padding: 30px 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.assessments_pentest_row .col-md-3 {
    display: flex;
}
.assessments_pentest_row .assessments_pentest_box_title {
    font-family: "Kenyan Coffee";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2vw;
    line-height: 2.4vw;
}
.assessments_pentest_row .assessments_pentest_box_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}

.assessments_phishing {
    background-color: #ffffff;
    padding: 20px 200px 20px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; 
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_phishing .assessments_phishing_title {
    width: 35%;
}
.assessments_phishing .assessments_phishing_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_phishing_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_phishing_text span {
    font-weight: 600;
}
.assessments_phishing_text2 {
    font-size: 2.5vw;
    color: #e84e0e;
    padding-left: 8%;
    padding-right: 10%;
    font-family: "Kenyan Coffee";
    font-weight: 300;
}
.assessments_phishing_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.assessments_phishing_row .assessments_phishing_box {
    position: relative;
    width: 80%;
    background-color: #323636;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
    padding: 30px 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.assessments_phishing_row .col-md-3 {
    display: flex;
}
.assessments_phishing_row .assessments_phishing_box_title {
    font-family: "Kenyan Coffee";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2vw;
    line-height: 2.4vw;
}
.assessments_phishing_row .assessments_phishing_box_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}

.assessments_como_funciona {
    background-color: #ffffff;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_como_funciona .row {
    padding-left: 100px;
    padding-right: 100px;
}
.assessments_como_funciona .assessments_como_funciona_text {
    padding-left: 7%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 24px;
}
.assessments_como_funciona .assessments_como_funciona_text_bullet2 {
    padding-left: 10.2%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 18px;
}
.assessments_como_funciona .assessments_como_funciona_title {
    font-size: 2.8vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 15%;
}
.assessments_como_funciona .assessments_como_funciona_text_bullet {
    padding-left: 8%;
    padding-right: 10%;
    font-weight: 500;
    font-size: 24px;
}
.assessments_como_funciona .assessments_como_funciona_bullet {
    width: 20px;
    margin-right: 10px;
}
.assessments_phishing_button {
    background-color: #e84e0e;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    margin-left: 120px;
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.assessments_maturidade {
    background-color: #ffffff;
    padding: 20px 200px 20px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; 
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_maturidade .assessments_maturidade_title {
    width: 35%;
}
.assessments_maturidade .assessments_maturidade_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_maturidade_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_maturidade_text span {
    font-weight: 600;
}
.assessments_maturidade_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.assessments_maturidade_row .assessments_maturidade_box {
    position: relative;
    width: 80%;
    background-color: #323636;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
    padding: 30px 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.assessments_maturidade_row .col-md-3 {
    display: flex;
}
.assessments_maturidade_row .assessments_maturidade_box_title {
    font-family: "Kenyan Coffee";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2vw;
    line-height: 2.4vw;
}
.assessments_maturidade_row .assessments_maturidade_box_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}
.assessments_beneficios {
    background-color: #ffffff;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center; 
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_beneficios .row {
    padding-left: 100px;
    padding-right: 100px;
}
.assessments_beneficios .assessments_beneficios_text {
    padding-left: 7%;
    padding-right: 10%;
    font-weight: 300;
    font-size: 24px;
}
.assessments_beneficios_text2 {
    font-size: 2.5vw;
    color: #e84e0e;
    padding-left: 8%;
    padding-right: 10%;
    font-family: "Kenyan Coffee";
    font-weight: 300;
}
.assessments_beneficios .assessments_beneficios_title {
    font-size: 2.8vw;
    font-weight: 100;
    font-family: "Kenyan Coffee";
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 15%;
}
.assessments_beneficios .assessments_beneficios_text_bullet {
    padding-left: 8%;
    padding-right: 10%;
    font-weight: 500;
    font-size: 24px;
}
.assessments_beneficios .assessments_beneficios_bullet {
    width: 20px;
    margin-right: 10px;
}
.assessments_firewall {
    background-color: #ffffff;
    padding: 20px 200px 80px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; 
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_firewall .assessments_firewall_title {
    width: 38%;
}
.assessments_firewall .assessments_firewall_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_firewall_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_firewall_text span {
    font-weight: 600;
}
.assessments_firewall_text2 {
    font-size: 21px;
    font-weight: 600;
    color: #323536;
    text-align: center;
}
.assessments_firewall_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.assessments_firewall_row .assessments_firewall_box {
    position: relative;
    width: 80%;
    background-color: #E84E0F;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 70px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 70px;
    border-radius: 5px;
    border-bottom-right-radius: 70px;
    -webkit-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.0);
    margin: auto;
    padding: 30px 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.assessments_firewall_row .assessments_firewall_box_title {
    font-family: "Kenyan Coffee";
    text-transform: uppercase;
    font-size: 2.3vw;
    line-height: 2.8vw;
}
.assessments_firewall_row .assessments_firewall_box_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}
.assessments_hard {
    background-color: #ffffff;
    padding: 20px 200px 80px 200px;
    background-color: #f1efef;
    background-image: url("../img/background_08.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center; 
    flex-direction: column;
    position: relative;
    /* padding-bottom: 60px; */
}
.assessments_hard .assessments_hard_title {
    width: 58%;
}
.assessments_hard .assessments_hard_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.assessments_hard_text {
    font-size: 20px;
    font-weight: 300;
    color: #323536;
}
.assessments_hard_text span {
    font-weight: 600;
}
.assessments_hard_text2 {
    font-size: 2.5vw;
    color: #e84e0e;
    text-align: center;
    font-family: "Kenyan Coffee";
    font-weight: 300;
}
.assessments_hard_row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

/* QUEM SOMOS PAGE */
.quem-somos-banner {
    background-image: url("../img/banner_quemsomos.png"); /* Imagem de fundo do banner */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.quem-somos-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 1000px;
    margin-left: 1%;
}
.quem-somos-icon img {
    width: 50px;
    height: auto;
    margin-top: 5px;
}
.icon-white img {
    filter: brightness(0) invert(1);
}
.quem-somos-item .quem-somos-icon {
    position: relative;
}
.quem-somos-item:not(:last-child) .quem-somos-icon::after {
    content: "";
    position: absolute;
    top: 110%; 
    left: 50%; 
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 20px);
    background-color: #ff4f00; 
}
.quem-somos-text p {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1.05;
    font-size: 20px;
}
.quem-somos-text .quem-somos-heading {
    font-family: "Kenyan Coffee", sans-serif;
    font-size: 68px;
    font-weight: 500;
    color: #ff4c00; 
    margin-bottom: 0;
}
.quem-somos-subtext {
    font-size: 20px;
    margin-bottom: 4px;
    color: #e0e0e0;
}
.quem-somos-conteudo {
    background-color: #f1efef;
    background-image: url("../img/background_04.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.quem-somos-conteudo-row {
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    align-items: center;
}
.quem-somos-conteudo-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: auto;
}
.quem-somos-conteudo-text {
    padding-left: 15%;
    padding-right: 15%;
    font-weight: 300;
    font-size: 20px;
    color: #333;
}
.quemsomos_section {
    background-image: url("../img/banner_quemsomos2.png"); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.quemsomos_container {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.quemsomos_section .titulo {
    font-size: 3vw;
    font-family: "Kenyan Coffee", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.quemsomos_section .descricao {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
    text-transform: none;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

.div_quemsomos {
    background-color: #ffffff;
}
.div_quemsomos .div_quemsomos_col {
    text-align: center;
    margin-top: 20px;
}
.div_quemsomos .div_quemsomos_title {
    font-size: 1.7vw;
    font-weight: 400;
    color: #323536;
    margin-bottom: 0;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 40px;
    padding-bottom: 30px;
}
.div_quemsomos .div_quemsomos_box {
    position: relative;
    width: 70%;
    margin: auto;
    background-color: #f3f1f1;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.div_quemsomos_box_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.div_quemsomos_box_icon img {
    width: 100px;
    margin-left: -200%;
}
.div_quemsomos_box_title {
    font-size: 1.7vw;
    font-weight: 700;
    color: #e84e0e;
}
.quemsomos_footer .quemsomos_footer_text {
    background-color: #e84e0e;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 15%;
    margin-right: 15%;
    padding: 20px 60px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 1.2vw;
    text-transform: uppercase;
}

/* PARCEIROS PAGE */
.parceiros {
    padding: 50px 0;
    background-color: #f1efef;
    background-image: url("../img/background_07.png");
    background-size: auto 152%;
    background-repeat: no-repeat;
    background-position: right center;
}

.parceiros_title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.parceiros-banner {
    background-image: url("../img/back_partners.png");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}

.parceiros_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas */
    grid-template-rows: repeat(5, auto); /* 5 linhas */
    gap: 10px 20px; 
    justify-items: center; 
    align-items: center;
    margin: 40px;
}

.parceiros_item {
    width: 60%;
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiros_item img {
    max-height: 80px;
    max-width: 90%;
    object-fit: contain;
}

.parceiros_item img:hover {
    transform: scale(1.1); /* Efeito de aumento ao passar o mouse */
}

/* INSIGHTS PAGE*/
.insights-banner {
    background-image: url("../img/insightsbanner.jpg");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-left: 150px;
    padding-bottom: 80px;
}

.insights-conteudo {
    padding: 50px 0;
    background-color: #ffffff;
    background-size: auto 152%;
    background-repeat: no-repeat;
    background-position: right center;
}

/* Container laranja */
.insight-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  transform: translateX(50px);
}

.insight-box {
  width: 100%;
  max-width: 500px;
  background-color: #e74d0d;
  border-radius: 10px 10px 50px 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-left: 0;
}

.insight-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.insight-text {
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 0 20px;
  text-align: left;
  line-height: 1.4;
}

.insight-text .btn-insight {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    font-size: 12px;
    border-radius: 20px;
    padding: 2px 15px;
    margin-top: 10px;
}
/* Seletor de paginas rodapé */
.insight-pagination {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.insight-page,
.insight-next {
  background: white;
  border: none;
  color: #e74d0d;
  font-weight: 600;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none; 
  user-select: none;
  padding: 0;
}

.insight-page.insight-active,
.insight-next {
  background: #e74d0d;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.insight-page:hover:not(.insight-active) {
  background: #fce8e4;
}


/* === CINZA - Sidebar === */
.sidebar-box {
  background-color: #efefef;
  border-radius: 10px 10px 50px 10px;
  padding: 20px 25px;
  margin-bottom: 40px;
  transform: translateX(80px);
}

.sidebar-title {
  font-size: 20px;
  font-weight: bold;
  color: #e74d0d;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 8px; 
}

.sidebar-item {
  display: flex;
  align-items: flex-start; 
  font-size: 14px;
  color: #333;
}

.insight-bullet {
  width: 18px;
  margin-right: 10px;
  flex-shrink: 0; 
  margin-top: 5px;
}

/* CLIENTES PAGE*/
.clientes {
    background-image: url("../img/banner_clientes.png");
    background-size: cover;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 200px;
    padding-bottom: 80px;
}
.clientes_title {
    font-size: 4.8vw; 
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ff4c00;
    margin-bottom: 0;
}

.clientes_text {
    display: block;
    font-size: 1.6vw; 
    line-height: 1.6vw; 
    color: #ffffff;
    font-weight: 500;
    width: 40%;
}

.clientes_text2 {
    display: block;
    font-size: 1.1vw;
    line-height: 1.8vw;
    color: #ffffff;
    font-weight: 300;
    width: 40%;
}


.clientes_ {
    background-color: #FFFFFF;
    overflow: hidden;
}

.clientes_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas */
    grid-template-rows: repeat(5, auto); /* 5 linhas */
    gap: 10px 20px; 
    justify-items: center; 
    align-items: center;
    padding: 50px 0;
}

.clientes_item {
    width: 60%;
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientes_item img {
    max-height: 80px;
    max-width: 60%;
    object-fit: contain;
}

.clientes_item img:hover {
    transform: scale(1.1); /* Efeito de aumento ao passar o mouse */
}


.clientes_depoimentos.depoimentos_main {
  background: #efefef; 
  background-image: none;
  display: flex;
  flex-direction: column;   
  align-items: center;      
  justify-content: center;  
  text-align: center;
  padding: 60px 0;
}

/* remove espaçamentos da grid original */
.clientes_depoimentos .depoimentos_row {
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* centraliza o ícone */
.clientes_depoimentos .depoimentos_left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}

.clientes_depoimentos .depoimentos_left img {
  width: 250px;
  height: auto;
  transform: translateX(-70px);
}

/* centraliza o slider */
.clientes_depoimentos .depoimentos-logos {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.clientes_depoimentos .depoimentos-logos .slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

.clientes_depoimentos .depoimentos-logos img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  height: auto;
}

.clientes-depoimentos-logos .slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.clientes-depoimentos-logos img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}


/* CONTATOS PAGE*/
.contatos {
    background-image: url("../img/banner_contatos.png");
    background-size: cover; /* mantém proporção e cobre toda a área */
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px; /* altura mínima */
    padding-top: 50px;
    padding-left: 200px;
    padding-bottom: 50px;
}
.contatos_title {
    font-size: 5.8vw; 
    font-weight: 500;
    font-family: "Kenyan Coffee";
    color: #ffffff;
    margin-bottom: 0;
}

.contatos_main {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.contatos_box {
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px 10px 100px 10px; 
    box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23);
    padding: 40px 50px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* alinhamento do texto no topo */
}
.contatos_box_endereco {
    padding-bottom: 62px;
}

.contatos_box_trabalhe {
    padding-bottom: 142px;
}


.contatos_box_title_orange {
    color: #e84e0e;
    font-weight: 500;
    font-size: 3vw; /* 🔸 menor, ainda chamativo */
    letter-spacing: 1.2px;
    font-family: "Kenyan Coffee", serif; 
    margin-bottom: 5px; /* 🔸 reduz o espaço abaixo do título */
    line-height: 1.1; /* 🔸 controla altura da linha */
}

.contatos_box_text {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0; /* 🔸 remove espaço extra acima */
    margin-bottom: 15px; /* 🔸 ajusta distância entre blocos */
    color: #333333;
}

.contatos_form_area {
  background-image: url("../img/background_12.png");
  background-size: 100%;
  background-position: center 50%;
  background-color: #323536;     
  border-radius: 10px 10px 100px 10px; 
  box-shadow: 38px 38px 82px -10px rgba(0, 0, 0, 0.23); 
  padding: 30px 40px 40px 40px !important; 
  min-height: 320px;                   
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;                
}

.contato_form_row {
    margin-top: 40px;
    margin-bottom: 60px;
}

.contato_form_title {
    font-size: 3vw;
    font-weight: 500;
    font-family: "Kenyan Coffee", sans-serif;
    text-align: center;
}

.contato_form_row .form-control {
    border-radius: 10px;
    border: none;
}

.contato_form_row .btn-primary {
    background-color: #e84e0e;
    border-color: #e84e0e;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 25px;
}

.contato_form_row .btn-primary:hover {
    background-color: #cf450c;
    border-color: #cf450c;
}

.form_note {
    font-size: 0.75rem;
    color: #ccc;
    margin-top: 10px;
    display: block;
}

.contatos_main .btn-primary {
    background-color: #e84e0e;
    border-color: #e84e0e;
    border-radius: 10px;
    padding: 0 12px 6px 12px;
}

.contatos_main .btn-primary:hover,
.contatos_main .btn-primary:focus,
.contatos_main .btn-primary:active {
    background-color: #cf450c;
    border-color: #cf450c;
}


@media (min-width: 1600px) {
    .contatos {
        background-position: center top; /* garante melhor foco da imagem */
        min-height: 320px; /* aumenta um pouco a altura */
        padding: 60px 17%;
    }
    #mainBannerinsights .btn_voltar_insight {
        left: calc((100% - 1320px) / 2 - 90px);
    }
}

/* Ajuste para telas médias */
@media (max-width: 1200px) {
    .cybersecurity {
        min-height: 80vh;
    }
    
    .contatos {
        padding-left: 100px;
        min-height: 300px;
    }
    .cyber_seg_dados {
        padding-left: 100px;
        padding-top: 40px;
    }
    .quem-somos-banner {
        padding: 100px 80px 70px 80px;
    }

    .quem-somos-text .quem-somos-heading {
        font-size: 58px;
    }
}

@media (max-width: 992px) {
    #mainBanner .btn-banner {
        bottom: 12%;
        left: 7%;
        font-size: 0.9rem;
        padding: 0.45rem 1.2rem;
    }
    .cyber_seg_dados {
        padding-left: 50px;
        padding-top: 30px;
    }
    .cyber_seg_dados img {
        width: 20px;
    }
    .quem-somos-banner {
        padding: 80px 60px 60px 60px;
        background-position: center top;
    }

    .quem-somos-text .quem-somos-heading {
        font-size: 48px;
    }

    .quem-somos-text p,
    .quem-somos-subtext {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .text_center_mobile {
        text-align: center !important;
    }
    .depoimentos_left .depoimentos_title {
        font-size: 40px;
    }
    .nav_bar_first_right {
        text-align: left;
        margin-top: 10px !important;
    }
    .nav_bar_first_right_tel {
        margin-right: 0px;
    }
    .nav_bar_first_right .bi {
        margin-left: 0px;
    }
    .nav_bar_first_social {
        float: right;
    }
    .nav_bar_first_social svg {
        margin-left: 5px !important;
    }
    .carousel-control-prev-icon {
        width: 20px !important;
    }
    .carousel-control-next-icon {
        width: 20px !important;
    }
    .customer-logos-title {
        font-size: 10px;
    }
    .customer-logos img {
        max-height: 30px;
        max-width: 90px;
        text-align: center;
    }
    #mainBanner .btn-banner {
        bottom: 8%;
        left: 8%;
        font-size: 0.45rem;   /* menor fonte */
        padding: 0.3rem 0.8rem; /* menor padding */
    }
    .protection_main_logo_nist {
        display: none;
    }
    .protection_main_student {
        display: none;
    }
    .protection_main_row_first {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 0;
    }
    .protection_main .protection_main_box {
        width: 100%;
        height: 100%;
        padding: 10px 30px 10px 30px;
    }
    .protection_main .protection_title_box {
        padding: 10px 40px 30px;
        -webkit-border-radius: 10px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius: 10px;
        -moz-border-radius-bottomright: 50px;
        border-radius: 10px;
        border-bottom-right-radius: 50px;
    }
    .protection_main .protection_title_box2 {
        margin-top: 30px;
        padding: 30px 40px;
        -webkit-border-radius: 10px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius: 10px;
        -moz-border-radius-bottomright: 50px;
        border-radius: 10px;
        border-bottom-right-radius: 50px;
    }
    .protection_title_box_title {
        font-size: 30px;
    }
    .protection_title_box_subtitle {
        font-size: 15px;
    }
    .protection_title_box_subtitle2 {
        font-size: 15px;
    }
    .protection_title_box_text {
        font-size: 12px;
    }
    .protection_main_div {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 50px !important;
    }
    .protection_main_row_third {
        margin-top: 0px !important;
    }
    .protection_main_button {
        margin-bottom: -15px;
    }
    .protection_main_row_second {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 0;
    }
    .protection_main_title {
        font-size: 34px;
    }
    .protection_main_text {
        font-size: 14px;
    }
    .protection_main_div_hide {
        display: none;
    }
    .solucoes_main .solucoes_main_margin {
        padding-top: 10px;
    }
    .solucoes_main_middle {
        padding-top: 0px;
        padding-left: 40px !important;
    }
    .solucoes_main_middle img {
        width: 100%;
        left: -10px !important;
    }
    .solucoes_text {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        margin-top: 30px;
        line-height: 28px;
    }
    .solucoes_text_2 {
        font-size: 14px;
        line-height: 20px;
    }
    .solucoes_div_closed {
        font-size: 26px;
        margin-left: 50px;
        margin-right: auto;
    }
    .partners .partners_logo {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .partners .partners_logo img {
        width: 60%;
    }
    .partners .partners_title {
        text-align: center;
        color: #323536;
        font-size: 28px;
        font-weight: 500;
        word-spacing: 4px;
        line-height: 36px;
    }
    .partners .partners_text {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        width: 90%;
    }
    .partners-logos {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .partners-logos img {
        max-height: 35px;
        max-width: 105px;
        text-align: center;
    }
    .porquinho_row {
        margin-left: 0 !important;
    }
    .porquinho_title {
        font-size: 36px;
        padding-top: 40px;
        line-height: 42px;
    }
    .porquinho_subtitle {
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .porquinho .porquinho_left {
        text-align: center;
    }
    .porquinho .porquinho_left img {
        width: 100%;
    }
    .porquinho .porquinho_right img {
        display: none;
    }
    .porquinho_last_text {
        font-size: 18px;
        margin-left: 10px;
        margin-top: 30px;
    }
    .video_main_row {
        margin-left: 0px !important;
        padding-bottom: 40px;
    }
    .video_left {
        padding-left: 0px !important;
    }
    .video_left_title {
        text-align: center;
        font-size: 42px;
        line-height: 50px;
        padding-top: 50px;
    }
    .video_left_text {
        text-align: center;
        font-size: 18px;
        padding-bottom: 0px;
    }
    .video_left_text img {
        width: 18px;
    }
    .video_right video {
        padding-top: 30px;
        width: 100%;
    }
    .depoimentos_row {
        margin-left: 0px !important;
    }
    .depoimentos_left {
        padding-left: 10px !important;
        padding-top: 30px;
        text-align: center;
    }
    .depoimentos_left img {
        width: 60%;
    }
    .depoimentos_left .depoimentos_title {
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 7px;
    }
    .depoimentos_left .depoimentos_text {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    .depoimentos-logos {
        margin-top: 20px;
    }
    .depoimentos-logos img {
        max-height: 450px;
        max-width: 90%;
    }
    /* Posicionamento das setas do slider depoimentos */
    .depoimentos-logos-arrows {
        padding-top: 20px;
        margin-left: 0px;
        margin: auto;
        text-align: center;
    }
    .depoimentos-logos .slick-dots {
        position: absolute;
        bottom: -40px;
        right: 0px;
        margin: auto;
        width: 100%;
    }
    .newsletter_row {
        margin-left: 0px !important;
    }
    .newsletter_left {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 30px;
        text-align: center;
    }
    .newsletter_left .newsletter_title {
        font-size: 40px;
        line-height: 45px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .newsletter_left .newsletter_text {
        font-size: 24px;
        line-height: 28px;
    }
    .newsletter_left form {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }
    .news-logos {
        margin-top: 0px;
    }
    .news-logos .slide {
        text-align: center;
        vertical-align: middle;
        background: transparent; /* Remove fundo cinza do slide */
        box-shadow: none !important;
        padding: 0; /* Ajusta espaçamento se necessário */
    }

    .news_box {
        width: 100%; /* Ocupa toda a largura no mobile */
        background-color: #e74d0d; /* Mantém o fundo laranja */
        box-shadow: 20px 20px 40px -10px rgba(0,0,0,0.23); /* Reduz sombra se estiver muito grande */
    }

    .slick-track,
    .slick-list {
        background: transparent !important; /* Remove qualquer fundo cinza herdado */
    }

    .slick-slide {
        height: auto; /* Ajusta altura automaticamente */
    }
    .newsletter_row .slick-dots {
        margin-top: 0px !important;
    }
    .footer_menu_main {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer_menu_title {
        margin-top: 0px;
    }
    .footer_menu_mobile {
        margin-bottom: 30px !important;
    }
    .footer_main {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 12px;
        line-height: 25px;
    }
    .footer_main img {
        width: 15px;
        margin-right: 5px;
    }
    .cybersecurity {
        background:
          linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,1)),
          url("../img/background_cybersecurity.png");
        background-size: cover;
        background-position: center;
    }
    .cybersecurity_title {
        font-size: 36px;
        padding-top: 50px;
    }
    .cybersecurity_row .col-md-2 {
        margin-bottom: 30px;
    }
    .cybersecurity_box p {
        font-size: 16px;
        line-height: 20px;
    }
    .cyber_seg_dados {
        background-image: url("../img/banner_cyber_seg_dados.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cyber_seg_dados img {
        width: 20px;
        margin-top: -30px;
    }
    .cyber_seg_dados_title {
        font-size: 32px;
    }
    .cyber_seg_dados_subtitle {
        font-size: 16px;
        width: 70%;
    }
    .cyber_seg_dados_text {
        font-size: 16px;
        width: 70%;
    }
    .cyber_seg_dados_intermediario .row {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cyber_seg_dados_menu .menu {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap; /* Permite quebrar para a próxima linha */
    }
    .cyber_seg_dados_menu .menu li {
        padding: 1rem; /* Espaçamento interno */
        font-size: 12px;
    }
    .cyber_seg_dados_divs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cyber_seg_dados_divs .row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .cyber_seg_dados_divs .div_criptografia_title {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }
    .cyber_seg_dados_divs .div_criptografia_text {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .cyber_seg_redes .cyber_seg_dados_title {
        line-height: 30px;
        padding-top: 0px;
    }
    .cyber_identidade .cyber_seg_dados_subtitle {
        line-height: 16px;
    }
    .cyber_ia_aplicada .cyber_seg_dados_subtitle {
        line-height: 26px;
    }
    .cyber_seg_cloud {
        background-image: url("../img/banner_cyber_seg_cloud.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cyber_seg_app {
        background-image: url("../img/banner_cyber_seg_app.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cyber_seg_redes {
        background-image: url("../img/banner_cyber_seg_redes.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cyber_identidade {
        background-image: url("../img/banner_cyber_identidade.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .cyber_ia_aplicada {
        background-image: url("../img/banner_ia_aplicada.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    
    .privacidade .cyber_seg_dados_title {
        /* font-size: 4vw; */
        /* margin-bottom: 0;
        padding-left: 20px; */
        padding-top: 0px !important;
        padding-bottom: 20px;
    }
    .privacidade .cyber_seg_dados_text {
        width: auto;
    }
    .privacidade .div1 {
        width: 50px;
        padding-top: 30px;
    }
    .privacidade_main_img {
        display: none !important;
    }
    .div_privacidade .div_privacidade_title {
        font-size: 28px;
        line-height: 28px;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
    }
    .div_privacidade .div_privacidade_col {
        padding-bottom: 40px;
    }
    .div_criptografia_div {
        margin:auto;
    }
    .div_privacidade .div_privacidade_box {
        width: 90%;
        padding: 15px 20px;
        margin-bottom: 30px;
        margin-left: 30px;
        text-align: center;
        font-size: 13px;
    }
    .div_privacidade_box_title {
        font-size: 18px;
    }
    .div_privacidade_box_icon {
        display: none;
    }
     .privacidade-container {
        padding-left: 35px;
        padding-right: 15px; 
    }

    .privacidade .privacidade-container {
        padding-left: 35px;
        padding-right: 20px;
    }

    /* Criamos uma classe exclusiva só para a página PRIVACIDADE */
    .privacidade .privacidade-title {
        font-size: 6vw;
        text-align: left;
        margin-left: 5px;
    }

    /* O botão de voltar NÃO usa .privacidade-title e não será afetado */
    .privacidade .btn_voltar_ameacas {
        margin-left: 0 !important;
    }

    /* ----------------------------------
       Ícones + texto
    ----------------------------------- */
    .privacidade .privacidade-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 35px;
    }

    .privacidade .privacidade-icon img {
        width: 28px;
        margin-top: 2px;
    }

    .privacidade .privacidade-item:not(:last-child) .privacidade-icon::after {
        content: "";
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 35px;
        background: #fff;
        opacity: 0.6;
    }

    .privacidade .privacidade-text {
        width: 68%;
        font-size: 3.2vw;
        line-height: 1.45;
    }
    .privacidade_cyber_seg_dados_divs {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .privacidade_cyber_seg_dados_divs .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Row interna */
    .privacidade_cyber_seg_dados_divs .privacidade_div_criptografia_div {
        display: flex;
        flex-direction: column; /* Coloca texto e imagem em coluna */
        align-items: center;
        text-align: center;
    }

    /* Coluna de texto */
    .privacidade_cyber_seg_dados_divs .col-md-6:first-child {
        width: 100%;
        padding: 0;
    }

    .privacidade_cyber_seg_dados_divs .privacidade_div_criptografia_text {
        padding-left: 40px;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 14px;
    }

    /* Botão especialista */
    .privacidade_cyber_seg_dados_divs .btn-especialista {
        font-size: 3.5vw;
        padding: 8px 16px;
        border-radius: 8px;
        margin-top: 10px;
    }

    /* Coluna da imagem */
    .privacidade_cyber_seg_dados_divs .privacidade_main_img {
        width: 100%;
        margin-top: 20px;
    }

    .privacidade_cyber_seg_dados_divs .privacidade_main_img img {
        width: 70%;
        max-width: 300px;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    /* CONSCIENTIZACAO PAGE */
    .conscientizacao {
        background-image: url("../img/banner_conscientizacao.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .btn_voltar_consc img {
        width: 20px;
    }
    .conscientizacao_title {
        font-size: 7vw;
    }
    .conscientizacao_text {
        font-size: 2.8vw;
        line-height: 2.9vw;
        width: 40%;
    }
    .conscientizacao_subtitle {
        font-size: 2.6vw;
    }
    .conscientizacao_invista {
    padding: 40px 0;
    background-size: auto 100%;
    text-align: center;
    }

    .conscientizacao_invista_row {
        padding-left: 20px;
    }

    .conscientizacao_invista_text {
        font-size: 4vw;
        line-height: 4.5vw;
        padding-bottom: 20px;
    }

    .conscientizacao_invista .news_box {
        width: 100%;
        margin-bottom: 50px;
    }

    .conscientizacao_invista .news_box img {
        width: 80%;
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }

    .conscientizacao_numbers {
        background-size: cover;
        padding: 40px 20px;
        font-size: 4vw;
    }

    .conscientizacao_numbers img {
        width: 100%;
        height: auto;
    }

    .conscientizacao_voce_pode {
        padding: 40px 0;
        background-size: cover;
    }

    .conscientizacao_voce_pode .row {
        padding: 0 20px;
    }

    .conscientizacao_voce_pode .conscientizacao_voce_pode_text,
    .conscientizacao_voce_pode .conscientizacao_voce_pode_text_bullet {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
    }

    .conscientizacao_voce_pode .conscientizacao_voce_pode_title {
        font-size: 6vw;
        padding-top: 30px;
    }

    .conscientizacao_voce_pode_img {
        display: none;
    }

    .conscientizacao_voce_pode .conscientizacao_voce_pode_bullet {
        width: 15px;
        margin-top: 1px;
    }

    .conscientizacao_voce_pode .conscientizacao_voce_pode_footer {
        padding: 10px 20px;
        font-size: 2.5vw;
    }

    .conscientizacao_educacao {
        padding: 0 0 40px 20px;
    }

    .conscientizacao_educacao .conscientizacao_educacao_title {
        width: 90%;
    }

    .conscientizacao_educacao .conscientizacao_educacao_banner {
        width: 100%;
        margin: 10px 0 20px 0;
    }

    .conscientizacao_educacao_text {
        font-size: 14px;
    }

    .conscientizacao_educacao_bullet_row {
        margin-top: 30px !important;
        display: flex;
        align-items: center;
    }

    .conscientizacao_educacao_bullet {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .conscientizacao_educacao_bullet_text {
        font-size: 4vw;
        line-height: 4.4vw;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .conscientizacao_metodologia {
        padding: 20px 0 20px 20px;
    }

    .conscientizacao_metodologia .conscientizacao_metodologia_title {
        width: 90%;
    }

    .conscientizacao_metodologia .conscientizacao_metodologia_banner {
        width: 100%;
        margin: 10px 0 20px 0;
    }

    .conscientizacao_metodologia_subtitle {
        font-size: 4vw;
        padding: 10px 0;
    }

    .conscientizacao_4_etapas {
        width: 100%;
        margin-bottom: 20px;
    }

    .conscientizacao_jornada_div {
        margin: 0 0 30px 20px;
        padding: 10px 15px;
        font-size: 12px;
        position: relative;
    }

    .conscientizacao_jornada_div .conscientizacao_jornada_bullet,
    .conscientizacao_jornada_div .conscientizacao_jornada_bullet2 {
        width: 50px;
        position: absolute;
    }

    .conscientizacao_jornada_div .conscientizacao_jornada_bullet {
        top: -10px;
        left: -35px;
    }

    .conscientizacao_jornada_div .conscientizacao_jornada_bullet2 {
        top: 150px;
        left: -35px;
    }

    .conscientizacao_jornada_text_bullet {
        font-size: 12px;
    }

    .conscientizacao_metodologia .conscientizacao_voce_pode_footer {
        padding: 10px 30px;
        margin-top: 40px;
        font-size: 2.5vw;
    }

    .conscientizacao_phishing {
        padding: 20px 0 40px 20px;
    }

    .conscientizacao_phishing .conscientizacao_phishing_title {
        width: 90%;
    }

    .conscientizacao_phishing .conscientizacao_phishing_banner {
        margin: 10px 0 30px 0;
    }

    .conscientizacao_phishing_text,
    .conscientizacao_phishing .conscientizacao_phishing_text_bullet {
        font-size: 14px;
        width: 100%;
    }

    .conscientizacao_phishing .conscientizacao_phishing_text2 {
        font-size: 4vw;
        line-height: 5vw;
        padding-top: 20px;
    }

    .conscientizacao_phishing .conscientizacao_phishing_bullet {
        width: 15px;
        margin-right: 5px;
    }

    .conscientizacao_phishing .conscientizacao_phishing_footer {
        padding: 10px 30px;
        margin-top: 30px;
        font-size: 4vw;
    }
    /* PENTEST PAGE */
    .pentest {
        background-size: 100% 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .btn_voltar_pentest img{
        width: 20px;
    }
    .pentest_title {
        font-size: 8vw;
    }
    .pentest_text {
        font-size: 3vw;
        line-height: 3.4vw;
        width: 60%;
    }
    .pentest_text2 {
        font-size: 3vw;
        line-height: 3.4vw;
        width: 60%;
    }
    .pentest_subtitle {
        font-size: 3.5vw;
        line-height: 3.9vw;
        width: 100%;
        padding-top: 10px;
    }
    .pentest_especializado {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pentest_especializado .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pentest_especializado .pentest_especializado_text {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .pentest_especializado img {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .pentest_especializado_img {
        display: none;
    }
    .pentest_especializado_button {
        padding: 10px 10px;
        margin-left: 0;
        margin: auto;
        margin-top: 30px;
        width: auto;
        font-size: 13px;
    }
    .pentest_automatizado {
        padding: 30px 20px;
        background-size: auto 70%;
    }
    .pentest_automatizado .pentest_automatizado_title {
        width: 72%;
        margin-left: 0;
    }
    .pentest_automatizado .pentest_automatizado_banner {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .pentest_automatizado_text {
        font-size: 14px;
        width: 100%;
        margin: auto;
    }
    .pentest_automatizado .pentest_automatizado_box {
        padding: 25px;
        font-size: 14px;
        margin-left: 13px;
    }
    .pentest_automatizado_box_title {
        font-size: 6vw;
    }
    .pentest_automatizado_box_subtitle {
        font-size: 16px;
    }
    .pentest_automatizado_button {
        padding: 10px 15px;
        margin-top: 50px;
        margin-left: 40px;
        width: 80%;
        text-align: center;
        font-size: 3vw;
    }

    /* AMEAÇAS AVANÇADAS PAGE */
    .ameacas {
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .ameacas_title {
        font-size: 7vw;
        margin-bottom: 10px;
    }
    .ameacas_text {
        font-size: 4vw;
        line-height: 4.4vw;
        width: 80%;
    }
    .ameacas_text2 {
        font-size: 3.5vw;
        line-height: 4.4vw;
        width: 80%;
    }
    .ameacas_subtitle {
        font-size: 3.5vw;
        line-height: 3.9vw;
        width: 80%;
        padding-top: 10px;
    }
    .ameacas_ia {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .ameacas_ia .row {
        padding-left: 20px;
        padding-right: 0px;
    }
    .ameacas_ia .ameacas_ia_text {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .ameacas_ia_img {
        display: none;
    }
    .ameacas_ia_button {
        padding: 20px;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        font-size: 12px;
        line-height: 14px;
    }

    /* ASSESSMENTS PAGE */
    .assessments {
    padding: 40px 20px;
    text-align: left;
    background-position: center;
    }

    .assessments_title {
        font-size: 8vw;
        text-align: left;
    }

    .assessments_text,
    .assessments_text2,
    .assessments_subtitle {
        width: 90%;
        max-width: 600px;
        font-size: 4vw;
        line-height: 5vw;
        margin: 10px auto;
        text-align: center;
    }

    .assessments_objetivo,
    .assessments_vuln,
    .assessments_pentest,
    .assessments_firewall,
    .assessments_hard,
    .assessments_phishing,
    .assessments_maturidade,
    .assessments_beneficios,
    .assessments_como_funciona {
        padding: 30px 20px;
        background-position: center;
        background-size: cover;
    }

    .assessments_phishing,
    .assessments_maturidade {
        padding: 0 20px;
        background-position: center;
        background-size: cover;
    }

    .assessments_objetivo .assessments_objetivo_title,
    .assessments_vuln .assessments_vuln_title,
    .assessments_firewall .assessments_firewall_title,
    .assessments_phishing .assessments_phishing_title,
    .assessments_maturidade .assessments_maturidade_title,
    .assessments_beneficios .assessments_beneficios_title,
    .assessments_como_funciona .assessments_como_funciona_title {
        width: 90%;
        text-align: center;
        font-size: 6vw;
        line-height: 7vw;
        padding: 0;
        margin: 0 auto;
    }
    .assessments_pentest .assessments_pentest_title {
        width: 40%;
        text-align: center;
        font-size: 6vw;
        line-height: 7vw;
        padding: 0;
        margin: 0 auto;
    }
    .assessments_hard .assessments_hard_title{
        width: 100%;
    }
    .btn_voltar_assessments img {
        width: 20px;
    }

    .assessments_objetivo .assessments_objetivo_banner,
    .assessments_vuln .assessments_vuln_banner,
    .assessments_pentest .assessments_pentest_banner,
    .assessments_firewall .assessments_firewall_banner,
    .assessments_hard .assessments_hard_banner,
    .assessments_phishing .assessments_phishing_banner,
    .assessments_maturidade .assessments_maturidade_banner {
        width: 100%;
        height: auto;
        margin: 15px 0;
    }

    .assessments_objetivo .assessments_objetivo_text {
    font-weight: 300;
    font-size: 16px;  /* menor para telas menores */
    line-height: 22px;
    width: 90%;       /* ocupa mais espaço horizontal */
    margin: 0 auto;   /* centraliza o texto */
    }

    .assessments_objetivo_text2 {
        font-weight: 500;
        font-size: 24px;  /* reduzido para melhor leitura em 768px */
        line-height: 28px;
        width: 90%;       /* ocupa maior largura */
        margin: 20px auto 0 auto; /* centraliza com espaçamento superior menor */
        color: #ff4c00;
        text-align: center;  /* garante centralização do destaque */
    }

    .assessments_text,
    .assessments_text2 {
        width: 100% !important;
        max-width: 600px !important;
        margin: 0 auto !important;
        font-size: 14px !important;
        font-weight: 300 !important;
        text-align: left !important;
        padding: 0 10px 0 0 !important;
    }

    .assessments_vuln_text,
    .assessments_pentest_text,
    .assessments_firewall_text,
    .assessments_phishing_text,
    .assessments_maturidade_text,
    .assessments_como_funciona_text,
    .assessments_beneficios_text {
        width: 100% !important;
        max-width: 600px !important;
        margin: auto  0 auto 15px !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        text-align: left !important;
        padding: 10px !important;
        color: #323536 !important;
    }

    .assessments_vuln_text span,
    .assessments_pentest_text span,
    .assessments_firewall_text span,
    .assessments_phishing_text span,
    .assessments_maturidade_text span {
        font-weight: 600 !important;
    }

    .assessments_vuln_text2,
    .assessments_pentest_text2,
    .assessments_hard_text2,
    .assessments_firewall_text2 {
        font-size: 5.5vw !important;
        line-height: 5vw !important;
        text-align: center !important;
        padding: 15px 0 !important;
    }

    .assessments_phishing_text2,
    .assessments_beneficios_text2 {
        font-size: 5.5vw !important;
        line-height: 5vw !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .assessments_vuln_row,
    .assessments_pentest_row {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }

    .assessments_vuln_row .col-md-3,
    .assessments_pentest_row .col-md-3 {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }

    .assessments_vuln_row .assessments_vuln_box,
    .assessments_pentest_row .assessments_pentest_box {
        width: 95%;
        max-width: 300px;
        padding: 15px;
        margin: 0 auto;
    }

    .assessments_vuln_row .assessments_vuln_box_title,
    .assessments_pentest_row .assessments_pentest_box_title {
        font-size: 5vw;
        line-height: 6vw;
    }

    .assessments_vuln_row .assessments_vuln_box_text,
    .assessments_pentest_row .assessments_pentest_box_text {
        font-size: 14px;
        line-height: 18px;
    }

    .assessments_firewall_row,
    .assessments_phishing_row,
    .assessments_maturidade_row {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
        margin: 15px 0;
    }

    .assessments_firewall_box,
    .assessments_phishing_box,
    .assessments_maturidade_box {
        width: 100% !important;
        max-width: 500px;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .assessments_firewall_box_title,
    .assessments_phishing_box_title,
    .assessments_maturidade_box_title {
        font-size: 6vw !important;
        line-height: 7vw !important;
        margin-bottom: 10px;
    }

    .assessments_firewall_box_text,
    .assessments_phishing_box_text,
    .assessments_maturidade_box_text {
        font-size: 4vw;
        line-height: 5.5vw;
        text-align: center;
    }

    .assessments_como_funciona_text_bullet,
    .assessments_como_funciona_text_bullet2,
    .assessments_beneficios_text_bullet {
        font-size: 16px !important;
        line-height: 1.5em !important;
        text-align: center !important;          /* mantém centralizado */
        padding: 5px 0 0 10px !important;           /* padding menor */
        margin: 0 auto 8px auto !important;     /* centraliza horizontalmente */
        max-width: 500px !important;            /* limita largura do bloco */
    }
    .assessments_como_funciona_bullet,
    .assessments_beneficios_bullet {
        width: 15px !important;
        margin-right: 10px !important;
    }

    .assessments_phishing_button,
    .assessments_vuln_button {
        width: 90%;
        font-size: 4vw;
        margin: 30px auto;
        padding: 12px;
    }

    .assessments_como_funciona .row,
    .assessments_beneficios .row {
        padding: 0 20px;
    }

    .assessments_como_funciona_text,
    .assessments_beneficios_text {
        font-size: 16px;
        padding: 0;
        text-align: justify;
    }

    .quem-somos-banner {
        padding: 20px 20px 0 20px; /* menos padding vertical */
        text-align: left;
        background-position: top center;
        background-size: cover;
        min-height: 200px;   /* menor altura mínima */
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* começa do topo para evitar espaço extra */
        align-items: flex-start;
        overflow: hidden;  /* para garantir que nada extravase */
    }
    /* Corrigido seletor para container */
    .quem-somos-banner .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 400px;
    }

    .quem-somos-item {
        display: flex;                  /* agora flex funciona */
        flex-direction: row;            /* ícone e texto lado a lado */
        align-items: flex-start;
        gap: 15px;
        margin: 25px 0;
    }

    .quem-somos-icon img {
        width: 25px;                   /* tamanho melhor do ícone */
        margin: 0;
    }


    .quem-somos-text p {
        padding: 0;
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
    }

    .quem-somos-heading {
        font-size: 20px !important;
        margin-bottom: 5px;
        color: #ff4c00;
    }

    .quem-somos-subtext {
        font-size: 16px;
        color: #e0e0e0;
    }

    .div_quemsomos .div_quemsomos_box {
        width: 90%;
        padding: 15px 20px;
        margin-bottom: 30px;
        margin-left: 30px;
        text-align: center;
        font-size: 13px;
    }
    .div_quemsomos_box_title {
        font-size: 18px;
    }
    .div_quemsomos_box_icon {
        display: none;
    }
    .quem-somos-banner .quem-somos-item:not(:last-child) .quem-somos-icon::after {
        content: "";
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: #ff4f00;
        opacity: 0.6;
    }
    .quem-somos-conteudo {
        padding: 40px 20px;
        background-size: cover; 
        background-position: center;
    }
    .quem-somos-conteudo {
        padding: 40px 20px;
        background-size: cover; 
        background-position: center;
    }

    .quem-somos-conteudo-row {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        margin-left: 5px !important;
        text-align: center;
    }

    .quem-somos-conteudo-img {
        margin-bottom: 30px;
    }

    .quem-somos-conteudo-img img {
        max-width: 90%;
    }

    .quem-somos-conteudo-text {
        padding: 0 10px;
        font-size: 18px;
    }

    .text_center_mobile {
        text-align: center;
    }

    .quemsomos_section {
        padding: 60px 20px;
        background-position: center;
        background-size: cover;
    }

    .quemsomos_container {
        padding: 0 0 0 20px;
    }

    .quemsomos_section .titulo {
        font-size: clamp(22px, 3vw, 48px);
    }

    .quemsomos_section .descricao {
        font-size: 16px;
    }
     .div_quemsomos .div_quemsomos_title {
        font-size: clamp(16px, 2vw, 28px);
        padding-left: 40px;
        padding-right: 20px;
        text-align: center;
    }

    .quemsomos_footer .quemsomos_footer_text {
        font-size: clamp(14px, 1.5vw, 22px);
        padding: 20px 20px;
        margin: 30px 5px 30px 30px;
        border-radius: 8px;
        line-height: 1.4;
    }

    /* PARCEIROS PAGE */
    .parceiros {
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .parceiros-banner{
        background-image: url("../img/back_partners.png");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .parceiros_title {
        font-size: 14px;  /* tamanho menor para mobile */
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .parceiros_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 colunas para organizar melhor */
        gap: 20px 15px;                        /* espaço vertical e horizontal maior */
        margin: 20px 15px;
        justify-items: center;
        align-items: center;
    }

    .parceiros_item {
        width: 80%;      /* reduz o tamanho do container do logo */
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 0;
    }

    .parceiros_item img {
        max-height: 35px;  /* logos menores e proporcionais */
        width: auto;
        max-width: 100%;
    }

    #mainBannerpartners {
        width: 100%;
        min-height: 120px;  /* altura mínima do banner */
        height: 120px;      /* altura fixa no mobile */
        overflow: hidden;
        position: relative;
    }
    #mainBannerpartners .btn_voltar_ameacas {
        left: 20px;   /* fixa na lateral */
        top: 24px;
    }
    #mainBannerpartners img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 40% center; /* puxa a imagem ligeiramente para a esquerda */
        display: block;
    }

    /* INSIGHTS PAGE */
    .insights-banner{
        background-image: url("../img/insightsbanner.jpg");
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .insights-conteudo {
    padding: 30px 15px;
    background-position: center top;
    background-size: auto 100%;
  }

  .insight-list {
    transform: none !important;
    gap: 15px;
    align-items: stretch;
  }

  .insight-box {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .insight-box img {
    height: 150px;
  }

  .insight-box:last-child {
    margin-bottom: 40px;
  }

  .insight-pagination {
    margin-bottom: 20px;
  }

  .sidebar-box {
    transform: none !important;
    padding: 15px 20px;
    margin-bottom: 30px;
  }

  .sidebar-list {
    gap: 6px;
  }

  .sidebar-title {
    font-size: 18px;
  }

  .sidebar-item {
    font-size: 13px;
  }

  .insight-bullet {
    width: 16px;
    margin-right: 8px;
    margin-top: 4px;
  }

    .clientes {
        height: 200px !important;           
        padding-left: 20px !important;     
        padding-top: 30px !important;
        padding-bottom: 40px !important;
        background-size: cover !important; 
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .clientes_title {
        font-size: 7vw;
    }
    .clientes_text,
    .clientes_text2 {
        font-size: 2.6vw;
        line-height: 2.5vw;
        width: 50%;
    }
    .clientes_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding: 30px 0;
    }
    .clientes_item {
        width: 70%;
        height: auto;
    }
    .clientes_item img {
        max-width: 70%;
        max-height: 100px;
    }
    /* ===== SLIDER CLIENTES ===== */

    .clientes_depoimentos .clientes-slider img {
        max-height: 300px;
        max-width: 95%;
    }

    /* Garante que o track e os slides se comportem corretamente */
    .clientes_depoimentos .clientes-slider .slick-track {
        flex-wrap: nowrap;
    }

    .clientes_depoimentos .clientes-slider .slick-slide {
        padding: 0 5px; /* menos espaçamento entre slides */
    }

    /* Centraliza a imagem do ícone (caso tenha sido deslocada com transform) */
    .clientes_depoimentos .depoimentos_left img {
        transform: translateX(0); /* remove o deslocamento em mobile */
        width: 50%;
    }

    /* Ajuste opcional de margem para os dots */
    .clientes_depoimentos .clientes-slider .slick-dots {
        bottom: -20px;
    }


    /* CONTATOS PAGE*/
    .contatos {
        background-position: right center;
        padding-left: 55px;      
        padding-top: 25px;        
        padding-bottom: 25px;
        min-height: 170px;        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;   
    }

    .contatos_title {
        font-size: 8vw;          
        line-height: 1;
    }

    .contatos .btn_voltar_ameacas img {
        transform: scale(0.8);     
        margin-bottom: 5px;
    }
    .contatos_row {
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
    .contatos_row > div {
        width: 90% !important; 
        max-width: 400px;       
        margin-bottom: 20px;    
    }
    .contatos_box {
        padding: 20px 20px 30px;
        margin-bottom: 10px;
        min-height: auto;
        text-align: center;  
    }
    .contatos_box_title_orange {
        font-size: 5vw;
        margin-bottom: 15px;
    }
    .contatos_box_text {
        font-size: 16px;
    }
    .contatos_form_area {
        padding: 20px 20px 30px !important;
        min-height: auto;
        flex-direction: column;
    }
    .contato_form_title {
        font-size: 4vw;
        text-align: center;
        margin-bottom: 15px;
    }
    .contato_form_row .btn-primary {
        width: 100%;
        padding: 12px 0;
        font-size: 1.2rem;
    }



}