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

/*VARIÁVEIS*/
:root {
    /*color*/
    --c1: var(--nown-primaria);
    --c2: var(--nown-secundaria);
    --c3: var(--nown-terciaria);
    --c4: var(--nown-quaternaria);

    /*font*/
    --f1: 'Montserrat', sans-serif;
    --f2: 'Montserrat Alternates', sans-serif;
    --f3: 'Retroyal', sans-serif;
}

p, a, h1, h2, h3, h4, h5, h6, span, ul, li, body {
    font-family: var(--f1), sans-serif;
}

html, body {
    min-height: 100vh;
    height: auto !important;
    overflow-y: auto !important;
}

#corpo, #conteudo {
    min-height: 100vh !important;
    height: 100% !important;
}

.container.header {
    background: white;
    padding: 15px 40px;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    position: fixed;
    left: 50%;
    transform: translatex(-50%);
    z-index: 10;
}

.header-content {
    justify-content: space-between;
}

.header-content .col-logo {
    max-width: 270px !important;
}

.header-logo {
    margin-left: -20px !important;
}

.menu_desk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.menu_desk .menu_item .menu_link {
    text-decoration: none !important;
    color: #6f848f;
    font-size: 17px;
    transition: .27s ease;
}

.menu_desk .menu_item .menu_link span, .menu_desk .menu_item .menu_btn span {
    font-weight: 800 !important;
}

.menu_desk .menu_item .menu_link:hover {
    color: var(--c1) !important;
}

.menu_desk .menu_item .menu_btn {
    text-decoration: none !important;
    background: white;
    padding: 12px 25px;
    box-shadow: 0 3px 20px #00adad88, inset 0 -200px 0 -200px var(--c2) !important;
    border-radius: 30px;
    color: var(--c1);
    font-size: 17px;
    display: block;
    position: relative;
    transition: .27s ease;
}

.menu_desk .menu_item .menu_btn:hover {
    box-shadow: 0 5px 20px #00adadaa, inset 0 -250px 0 -200px var(--c2) !important;
}

.menu_desk .menu_item .menu_btn:after {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: 8px;
    background: var(--c2);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translatex(-50%);
    border-radius: 10px;
    transition: .27s ease;
}

.menu_desk .menu_item .menu_btn:hover:after {
    bottom: 2px;
}

.menu_desk .menu_item .menu_suporte {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_desk .menu_item .menu_suporte .suporte_img {
    margin-right: 5px;
}

.menu_desk .menu_item .menu_suporte {
    text-decoration: none !important;
    color: #6f848f;
    font-size: 17px;
    line-height: 1 !important;
    transition: .27s ease;
}

.menu_desk .menu_item .menu_suporte span {
    font-weight: 800 !important;
    display: block;
}

.menu_desk .menu_item .menu_suporte:hover {
    color: var(--c1);
}

.topo-home {
    position: relative;
    width: 100%;
}

.woman-home {
    transform: scale(1.1) !important;
    transform-origin: center bottom;
    @media (min-width: 2000px){
        margin-bottom: -25px;
    }
}

.topo-home .title-home {
}

.separador-home-1 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translatex(-50%);
    width: 100vw;
    height: 250px;
    @media (min-width: 2000px){
        height: 340px;
    }
    max-width: 4000px;
    object-fit: cover;
    object-position: center top;
    pointer-events: none !important;
}

@media (min-width: 1950px){
    .separador-home-1 {
        max-height: unset !important;
        height: 190px;
    }
}

.form-hero {
    background: white;
    border-radius: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    padding: 0 20px 20px;
    position: relative;
    z-index: 5;
    top: 60px;
}

.form-hero .topo-form img {
    position: absolute;
    top: 30px;
    left: 40px;
    transform: translatey(-50%);
    width: 33%;
}

.form-hero .topo-form .text-form {
    display: block;
    width: 55% !important;
    text-align: center !important;
    padding-top: 15px;
    position: relative;
    left: calc(100% - 20px);
    transform: translatex(-100%);
}

.form-hero .topo-form .text-form:before {
    content: '';
    display: block;
    width: 80%;
    height: 8px;
    background: var(--c2);
    border-radius: 4px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translatex(-50%);
}

.form-hero .topo-form .text-form-1 {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: var(--c4);
    margin-bottom: -20px !important;
}

.form-hero .topo-form .text-form-2 {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: var(--c4);
    margin: 0 !important;
    font-weight: bold !important;
}

.holder-input {
    position: relative;
}

.holder-select span {
    display: block;
    width: 30px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
    overflow: hidden;
    z-index: 2;
}

.holder-select span:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--c4);
    border-top: none !important;
    border-left: none !important;
    border-radius: 0 0 3px 0;
    position: absolute;
    transform: rotate(45deg);
    top: -5px;
    left: 6px;
}

.input-seed {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid var(--c4) !important;
  color: var(--c4);
  font-weight: 500 !important;
  width: 100%;
  outline: none !important;
}

textarea.input-seed {
    border-radius: 20px !important;
    resize: none !important;
}

.holder-select .input-seed {
    padding-right: 60px !important;
}

.input-seed option:disabled {
    background: #f1f1f1;
    padding: 5px;
}

.holder-input label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translatey(-50%);
    color: var(--c4);
    transition: .27s ease;
}

.holder-input .input-seed + label {
    font-size: 14px;
    top: 4px;
    transform: none;
}

.holder-input .input-seed:has(+ label) {
    padding: 15px 15px 5px;
}

.btn-form {
    background: var(--c1);
    border: none !important;
    outline: none !important;
    width: 100%;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 23px;
    color: var(--c3);
}

.btn-form span {
    font-weight: bold !important;
}

.form-footer p {
    font-size: 12px;
    text-align: center !important;
    margin: 15px 0;
    color: var(--c4);
    font-weight: 500 !important;
}

.form-footer p:last-of-type {
    margin-bottom: 0 !important;
}

.form-footer a {
    text-decoration: none !important;
    color: var(--c1) !important;
    font-weight: bold !important;
}

.text-descubra {
    margin: 50px 0;
    font-size: 25px;
    font-family: var(--f2);
    color: var(--c4);
    padding: 0 70px;
    line-height: 2;
}

mark {
    color: var(--c1) !important;
    padding: 0 !important;
    font-weight: bold !important;
    background: none !important;
    
    a{
        color: var(--c1) !important;
        text-decoration: none;
    }
}

.icon-box-1 {
    position: relative;
    background: white;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    padding: 30px 30px 120px;
    border-radius: 35px 35px 50% 35px;
    margin-bottom: 20px;
}

.icon-box-1 .ib-1-text {
    position: relative;
    z-index: 2;
}

.icon-box-1 .ib-1-text h5 {
    font-size: 23px;
    font-weight: 800 !important;
    color: var(--c4);
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.icon-box-1 .ib-1-text p {
    font-size: 16px;
    color: var(--c4);
}

.icon-box-1 .ib-1-icon img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    user-select: none;
    pointer-events: none;
}

.icon-box-1 .ib-1-btn {
    position: absolute;
    bottom: -10px;
    left: -20px;
}

.btn-shadow {
    text-decoration: none !important;
    background: white;
    padding: 12px 25px;
    box-shadow: 0 3px 20px #00adad88, inset 0 -200px 0 -200px var(--c2) !important;
    border-radius: 30px;
    color: var(--c1);
    font-size: 17px;
    display: inline-block;
    position: relative;
    transition: .27s ease;
}

.btn-shadow span {
    font-weight: bold !important;
    text-transform: uppercase;
}

.btn-shadow:hover {
    box-shadow: 0 5px 20px #00adadaa, inset 0 -260px 0 -200px var(--c1) !important;
    color: var(--c2);
}

.btn-shadow:after {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: 8px;
    background: var(--c2);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translatex(-50%);
    border-radius: 10px;
    transition: .27s ease;
    pointer-events: none !important;
}

.btn-shadow:hover:after {
    bottom: 2px;
    background: var(--c1);
}

.container-descubra {
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
    z-index: 3;
    position: relative;
    background: white;
    padding-bottom: 250px !important;
}

.separador-home-2 {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, 40%);
}

.container-desvende {
    padding: 600px 0 0;
    /*background: rgb(34,193,195);*/
/*background: linear-gradient(180deg, rgba(34,193,195,1) 0%, rgba(137,190,125,1) 65%, rgba(253,187,45,1) 100%);*/
    margin-top: -330px;
    position: relative;
}

.desvende-texto :is(h2, h2 span) {
    font-family: var(--f2) !important;
    color: white;
    font-size: 65px;
    font-weight: 900;
}

.desvende-texto h2 span {
    font-size: 44px;
    display: block;
}

.desvende-texto h3 {
    font-size: 25px;
    margin: 35px 0;
}

.desvende-texto h3 span {
    display: block;
    font-size: 35px;
    font-weight: 800 !important;
}

.desvende-texto p {
    font-size: 25px;
    width: 76%;
    line-height: 1.7;
}

.desvende-texto p strong {
    font-weight: 800 !important;
}

.btn-shadow-lg {
    font-size: 22px;
    padding: 11px 40px;
}

img.desvende-2 {
    position: absolute;
    bottom: 0;
    transform: translatex(-80px) scale(1.1);
    transform-origin: center bottom;
}

.container-fluid {
    max-width: 4000px;
}

.container-fonte-info {
    padding: 100px 0 80px;
}

.title-aproveite {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-aproveite-text {
    color: white;
    text-align: center !important;
    font-size: 33px;
    font-weight: 800 !important;
    margin-bottom: 15px;
    line-height: 1.2;
}

.title-aproveite-text span {
    font-family: var(--f2);
    color: var(--c2);
}

.card-blog-1 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.card-blog-1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .27s ease;
    user-select: none;
    pointer-events: none;
}

.card-blog-1:hover img {
    transform: scale(1.05);
}

.card-blog-1 .card-content {
    position: relative;
    z-index: 2;
    display: block;
    background: linear-gradient(to right, transparent -40%, var(--c1) 80%);
    padding-left: 44%;
    padding-right: 20px;
}

.card-blog-1 p {
    margin: 0 !important;
}

.card-blog-1 .card-meta {
    display: flex;
    gap: 5px;
    padding: 10px 0 0;
}

.card-blog-1 .card-meta-item {
    display: flex;
    align-items: center;
    min-width: 40%;
}

.card-blog-1 .card-meta-item i {
    font-size: 40px;
    color: var(--c2);
}

.card-blog-1 .card-meta-item p {
    color: white;
    margin: 0;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.card-blog-1 .card-tags {
    color: white;
    line-height: 1.1;
}

.card-blog-1 .card-tags a {
    text-decoration: none !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.card-blog-1 .card-tags a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    transition: .27s ease;
}

.card-blog-1 .card-tags a:hover:after {
    bottom: 0px;
    opacity: 1;
}

.card-blog-1 .card-categoria a {
    font-size: 18px;
    font-weight: bold !important;
    color: white !important;
    text-decoration: none !important;
    display: inline-block;
    margin: 15px 0 0;
    position: relative;
    padding-left: 35px;
}

.card-blog-1 .card-categoria a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.card-blog-1 .card-categoria a:after {
    content: '';
    display: block;
    width: 14px;
    height: 6px;
    border-radius: 5px;
    background: var(--c2);
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translatey(-50%);
}

.card-blog-1 .card-info {
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
}

.card-blog-1 .card-titulo {
    font-size: 19px;
    font-weight: bold !important;
    color: white;
    text-decoration: none !important;
    line-height: 1.1;
}

.card-blog-1 .card-resumo {
    font-size: 16px;
    color: white;
    margin-top: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical; 
}

.card-blog-1 .card-info:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: var(--c2);
    border-radius: 5px;
    margin-top: 15px;
}

.card-blog-1 .card-link a {
    position: relative;
    left: 100%;
    transform: translatex(-100%);
    margin-bottom: 10px;
}

.btn-shadow-yellow-hover:hover {
    box-shadow: 0 5px 20px #00adadaa, inset 0 -260px 0 -200px var(--c2) !important;
    color: var(--c1) !important;
}

.btn-shadow-yellow-hover:hover:after {
    background: var(--c2) !important;
}

.titulo-noticias {
    font-size: 55px;
    color: var(--c4);
    font-family: var(--f2) !important;
    font-weight: 900;
    margin: 50px 0 20px;
}

.titulo-noticias span {
    text-transform: uppercase;
    font-family: var(--f2) !important;
}

.card-blog-2 {
    display: flex;
    gap: 15px;
}

.card-blog-2 .card-thumb img {
    width: 250px !important;
    height: 195px !important;
    object-fit: cover;
    border-radius: 15px;
}

.card-blog-2 .card-meta {
    display: flex;
    gap: 5px;
    padding: 0 0;
}

.card-blog-2 .card-meta-item {
    display: flex;
    align-items: center;
    min-width: 40%;
}

.card-blog-2 .card-meta-item i {
    font-size: 30px;
    color: var(--c2);
}

.card-blog-2 .card-meta-item p {
    color: var(--c4);
    margin: 0;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    padding-left: 10px;
}


.card-blog-2 .card-tags {
    color: var(--c4);
    line-height: 1.1;
}

.card-blog-2 .card-tags p {
    margin-bottom: 5px !important;
}

.card-blog-2 .card-tags a {
    text-decoration: none !important;
    color: var(--c4) !important;
    font-weight: 500 !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.card-blog-2 .card-tags a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--c4);
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    transition: .27s ease;
}

.card-blog-2 .card-tags a:hover:after {
    bottom: 0px;
    opacity: 1;
}

.card-blog-2 .card-categoria a {
    font-size: 16px;
    font-weight: bold !important;
    color: var(--c1) !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    padding-left: 32px;
}

.card-blog-2 .card-categoria a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: var(--c1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.card-blog-2 .card-categoria a:after {
    content: '';
    display: block;
    width: 12px;
    height: 5px;
    border-radius: 5px;
    background: var(--c2);
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translatey(-50%);
}

.card-blog-2 .card-titulo {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--c1);
    text-decoration: none !important;
    line-height: 1.2 !important;
    display: block;
    margin-top: 5px;
}

.card-blog-2 .card-titulo span {
    font-weight: 800 !important;
}

.card-blog-2 .card-link {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.card-blog-2 .card-link:before {
    content: '';
    display: block;
    width: calc(100% - 140px);
    height: 5px;
    background: var(--c2);
}

.btn-shadow.btn-shadow-sm {
    font-size: 15px;
    padding: 10px 20px;
    white-space: nowrap;
}

.navegue-tags {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.navegue-tags h3 {
    color: var(--c4);
    font-size: 23px;
    letter-spacing: 0.5px;
    margin: 0 !important;
}

.navegue-tags h3 span {
    font-weight: 800 !important;
    text-transform: uppercase;
}

.navegue-tags-links {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.container-newsletter {
    padding: 100px 0 250px;
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
    z-index: 6;
    position: relative;
}

.container-newsletter h3 {
    color: var(--c4);
    font-weight: 400 !important;
}

.container-newsletter h2 {
    font-size: 50px;
    font-weight: 800 !important;
    color: var(--c4);
    letter-spacing: 0.5px;
    margin-bottom: 60px;
}

.input-newsletter {
    position: relative;
    margin-bottom: 60px;
}

.input-newsletter:after {
    content: '';
    display: block;
    width: 50%;
    height: 8px;
    border-radius: 8px;
    background: var(--c2);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translatex(-50%);
}

.input-newsletter input {
    width: 100%;
    border-radius: 50px;
    border: none !important;
    outline: none !important;
    box-shadow: -5px 5px 25px #00adad88 !important;
    padding: 14px;
    text-align: center !important;
    font-size: 18px;
}

.input-newsletter label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    color: var(--c4);
    transition: .27s ease;
    pointer-events: none;
    user-select: none;
}

.input-newsletter label span {
    font-weight: 800 !important;
    text-transform: uppercase;
}

.input-newsletter input:focus + label, .input-newsletter label.preenchido {
    top: -20px;
    font-size: 17px;
}

.container-newsletter p {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--c4);
}

.container-newsletter p a {
    color: var(--c1);
    font-weight: bold !important;
    text-decoration: none !important;
}

button {
    outline: none !important;
    border: none !important;
}

.container-360 {
    margin-top: -380px;
}

.container-360 .col-360-1 {
    padding: 480px 0 50px;
    position: relative;
}

img.money-360 {
    position: absolute;
    bottom: -130px;
    right: -85px;
    z-index: 2;
}

.col-360-2 {
}

.texto-360-2 {
    display: flex;
    justify-content: center;
    width: 540px;
    flex-direction: column;
    padding-top: 310px;
    margin-right: 14%;
}

.texto-360-2 h2 {
    font-size: 65px;
    font-weight: 800 !important;
    color: var(--c1);
    font-family: var(--f2);
    line-height: 1 !important;
    margin-bottom: 30px !important;
}

.texto-360-2 h4 {
    font-size: 33px;
    font-weight: 400 !important;
    color: var(--c1);
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.texto-360-2 p {
    font-weight: 500 !important;
    width: 80%;
    line-height: 1.6;
}

.col-360-3 {
    background: #cbdde7;
    padding: 60px 0;
    position: relative;
    box-shadow: -900px 0 0 #cbdde7;
}

.img-360-3 {
    position: relative;
    z-index: 5;
    margin-bottom: -120px;
}

.img-360-explorer {
    position: absolute;
    bottom: -140px;
    left: -100px;
}

.mapa-360 {
    position: absolute;
    right: -90px;
    bottom: -60px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 400px;
    height: 500px;
    z-index: 4;
}

.mapa-360 .mapa-360-selo {
    position: absolute;
    top: -170px;
    left: -70px;
}

.mapa-360 .mapa-360-texto {
    width: 215px;
    text-align: center !important;
    position: absolute;
    top: 160px;
    left: 22%;
    font-size: 27px;
    line-height: 1.2;
    color: white;
}

.mapa-360 .mapa-360-texto span {
    font-weight: 800 !important;
    color: var(--c2);
}

.mapa-360 .mapa-360-botao a {
    position: absolute;
    bottom: 20px;
    left: -20px;
    padding: 8px 40px;
    font-size: 23px;
}

.col-360-4 {
    background: #6f848f;
    position: relative;
    box-shadow: 900px 0 0 #6f848f;
}

.img-4-360 {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 7%);
    transform: translate(-50%, -50%);
}

.question-box-360 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -50px;
    left: 155px;
    z-index: 2;
    width: 400px;
    height: 300px;
}

.question-box-360 .question-box-mark {
    position: absolute;
    right: 0;
}

.question-box-360 .question-box-360-texto {
    width: 280px;
    position: absolute;
    top: 65px;
    left: 60px;
}

.question-box-360 .question-box-360-texto p {
    font-size: 15px;
    font-weight: 500 !important;
    color: white;
    line-height: 1.7;
}

.question-box-360 .question-box-360-texto p span {
    font-weight: 800 !important;
}

.question-box-360 .question-box-360-texto h4 {
    font-family: var(--f2);
    color: var(--c2);
    font-weight: 800 !important;
    font-size: 27px;
}

.col-360-4-botao a {
    position: absolute;
    z-index: 3;
    bottom: -40px;
    left: 12%;
    padding: 8px 40px;
    font-size: 23px;
}

.container-360 img {
    pointer-events: none !important;
    user-select: none !important;
}

.container-bem-vindo {
    padding: 100px 0 0;
}

.bem-vindo-titulo {
    margin-bottom: 80px;
}

.cta-bem-vindo {
    background: var(--c1);
    padding: 50px 0;
}

.bem-vindo-texto {
    padding: 120px 0 160px;
}

.bem-vindo-texto p {
    font-weight: 500 !important;
    color: vaR(--c4);
    font-size: 18px;
    padding-right: 50px;
}

.bem-vindo-texto img {
    transform: scale(1.2) translatey(-35px);
    transform-origin: right top;
}

.bem-vindo-texto .ib-1-icon img {
    bottom: -30px;
    right: 10px;
}

.container-gestao {
    padding: 300px 0 280px;
    position: relative;
}

.separador-3 {
    height: 550px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo-gestao h2 {
    font-family: var(--f2);
    font-size: 35px;
    color: white;
}

.titulo-gestao h2 span {
    color: var(--c2) !important;
    font-weight: 800 !important;
}

.container-depoimentos {
    position: relative;
}

.cta-gestao {
    background-size: contain !important;
    width: 1000px;
    height: 250px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center !important;
    align-items: center;
    padding-bottom: 20px;
}

.cta-gestao h3 {
    font-size: 27px;
    color: var(--c4);
}

.cta-gestao mark {
    font-size: 30px;
    font-weight: 800 !important;
}

.cta-gestao strong {
    font-weight: 800 !important;
}

.container-depoimentos {
    padding: 150px 0 250px;
}

.titulo-depoimentos {
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: -50px;
    z-index: 5;
}

.depoimento_home {
    padding: 0 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.depoimento_home img {
    width: 160px !important;
    height: 160px !important;
    border: 5px solid white;
    border-radius: 50%;
    margin-bottom: 30px;
}

.depoimento_home p {
    font-size: 15px;
    text-align: center !important;
    color: white;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    line-height: 1.6 !important;
}

.depoimento_home h5 {
    color: var(--c2);
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

.depoimento_home h6 {
    color: white;
}

.splide__pagination__page {
    background: white !important;
    opacity: 1 !important;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    transition: .27s ease;
    transform: none !important;
}

.splide__pagination__page.is-active {
    border-radius: 50% 50% 48% 52% / 65% 65% 35% 35%;
    width: 10px;
    height: 10px;
    background: var(--c2) !important;
}

.splide__pagination li {
    transition: .27s ease;
}

.splide__pagination li:has(.is-active){
    transform: scaley(1.8) translatey(-1px);
}

.container-faq {
    padding: 80px 0 280px;
}

@media (max-width: 992px){
    .container-faq {
        padding: 80px 0 50px;
    }
}

.container-faq h2 {
    font-size: 40px;
    font-weight: 800 !important;
    color: var(--c4);
    margin-bottom: 15px;
}

.container-faq p.desc {
    font-size: 17px !important;
    color: var(--c4) !important;
    font-weight: 500 !important;
}

.clientes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 50px 0;
}

.clientes img {
    transition: .27s ease;
}

.holder_faq {
    position: relative;
    margin-bottom: 30px;
}

.holder_faq input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0.01;
}

.holder_faq label {
    display: block;
}

.holder_faq input:checked + .titulo_faq span:before {
    top: 50%;
    left: 0;
    transform: translatey(-50%) rotate(0deg);
}

.holder_faq .titulo_faq {
    background: white;
    padding: 10px 20px 10px 50px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    display: block;
    position: relative;
    font-weight: 800 !important;
    font-size: 20px;
    color: var(--c4);
    cursor: pointer;
    user-select: none;
}

.holder_faq .titulo_faq .titulo_faq_inner {
    position: relative;
    display: inline-block;
}

.holder_faq .titulo_faq .titulo_faq_inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: var(--c2);
    position: absolute;
    bottom: -15px;
    left: 0;
    border-radius: 10px;
}

.holder_faq .titulo_faq span {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: var(--c4);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
}

.holder_faq .titulo_faq span:before {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: var(--c4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .27s ease;
}

.holder_faq .conteudo_faq {
    display: block;
    padding-top: 40px;
    max-height: 0px;
    overflow: hidden;
    transition: .27s ease;
    opacity: 0;
    margin-bottom: -30px !important;
}

.holder_faq label:has(input:checked) + .conteudo_faq {
    max-height: unset !important;
    padding-top: 20px;
    opacity: 1;
    margin-bottom: 0 !important;
}

.footer {
    max-width: 1920px;
    padding: 40px 0 0;
    position: relative;
}

.footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, transparent, #364A3E);
    pointer-events: none;
}

.separador-footer {
    width: 100vw;
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    max-height: 130px;
    pointer-events: none;
    user-select: none;
}

.footer .row {
    position: relative;
    z-index: 2;
}

.box-footer h3 {
    font-family: var(--f3);
    font-weight: bold !important;
    color: var(--c2);
    text-transform: uppercase;
    font-size: 25px;
}

.btn-footer {
    background: linear-gradient(-90deg, #c7cf4b, #3abe8d, #c7cf4b) center left;
    background-size: 200%;
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 3px 25px;
    border-radius: 20px;
    transition: .27s ease;
}

.btn-footer:hover {
    background-position: center right;
}

.box-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-footer ul li a {
    display: block;
    color: white;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500 !important;
    transition: .27s ease;
}

.box-footer ul li a:hover {
    padding-left: 5px;
}

.text-end .box-footer ul li a:hover {
    padding-left: 0 !important;
    padding-right: 5px;
}

.box-footer.footer-middle h2 {
    font-size: 35px !important;
    font-family: var(--f3) !important;
    color: var(--c2) !important;
    font-weight: bold !important;
}

.box-footer.footer-middle h2::first-line {
    font-size: 39px;
}

.box-footer.footer-middle h2 span {
    font-family: var(--f3) !important;
    text-transform: uppercase;
    color: white;
    font-size: 39px;
}

.footer-form input.form-control {
    padding: 5px 30px;
    border-radius: 30px;
    border: 1px solid white !important;
    outline: none !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: right;
    display: block;
    float: right;
    margin-bottom: 15px;
}

.footer-form input::placeholder {
    opacity: 0.8;
}

.footer-social {
    margin-bottom: 20px !important;
}

.footer-social p {
    color: white !important;
    margin-bottom: 0 !important;
}

.footer-social .redes-footer {
    display: inline-flex;
    gap: 15px;
}

.footer-social .redes-footer a {
    color: var(--c2);
    font-size: 40px;
}

.footer-bottom {
    width: 60%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.footer-bottom-1, .footer-bottom-2 {
    min-width: calc(50% - 100px);
}

.footer-bottom-1 {
    text-align: right;
}

.footer-bottom-1 a {
    color: white !important;
    text-decoration: none !important;
}

.footer-bottom-1 a img {
    margin-right: 5px;
}

.footer-bottom-2 p {
    margin: 0;
    font-weight: 500 !important;
    color: white;
}

.footer-bottom-2 p span {
    font-weight: 800 !important;
}

.footer-bottom-2 p mark {
    color: var(--c2) !important;
    font-size: 20px;
    vertical-align: -2px;
}

.footer-bottom:before {
    content: '';
    display: block;
    width: 130px;
    height: 110px;
    background: var(--c2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

/*INSTITUCIONAL*/

.hero-inst {
    padding: 230px 0 250px;
    position: relative;
}

.hero-inst .container {
    position: relative;
}

.hero-inst .pin-topo {
    position: absolute;
    z-index: 3;
    right: 25%;
    bottom: -120px;
}

.inst-historia {
    padding: 80px 0 0;
}

.titulo {
    color: var(--c4) !important;
    font-weight: 800 !important;
}

.texto {
    color: var(--c4);
    font-weight: 500 !important;
}

strong {
    font-weight: 800 !important;
}

.row-historia {
    background: #ededed;
    border-radius: 120px 30px 120px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

p:last-of-type {
    margin: 0 !important;
}

.col-historia {
    padding: 60px;
}

.inst-time {
    padding: 550px 0 130px;
    margin-top: -420px;
}

.inst-time .col-lg-5 {
    padding: 0 60px 0 30px;
}

.inst-time p {
    font-family: var(--f2);
    font-size: 30px;
    color: white;
}

.inst-pessoas {
    position: relative;
    @media(min-width: 993px){
        padding: 200px 0 250px;
    }
    @media(max-width: 992px){
        padding: 200px 0 0 0;
    }
    
    background: red;
}

.img-pessoas {
    position: absolute;
    top: 50px;
    left: 0;
    transform: translate(60px, -100%) scale(1.2);
    user-select: none;
    pointer-events: none;
}

.texto-verde {
    font-family: var(--f2);
    color: var(--c1);
}

.texto-cinza {
    font-family: var(--f2);
    color: var(--c4);
}

.divisor-pessoas {
    width: 100vw;
    max-width: 1920px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.inst-resultado {
    padding: 30px 0 0;
}

.inst-sol {
    position: absolute;
    top: -240px;
    left: 30px;
}

.inst-gov {
    padding: 120px 0 160px;
    margin-top: -60px;
}


.inst-trajetoria {
    padding: 60px 0;
}

.inst_timeline {
    position: relative;
    display: block;
    width: 100%;
}

.inst_timeline .inst_tl_line {
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.inst_tl_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px !important;
}

.inst_tl_item:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translatex(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background: var(--c1);
    border-radius: 50%;
}

.inst_tl_item.left {
    flex-direction: row-reverse;
}

.inst_tl_item .inst_tl_title {
    width: calc(50% - 50px);
    text-align: right;
    font-size: 15px;
    font-weight: bold !important;
    color: var(--c1) !important;
}

.inst_tl_item .inst_tl_title span {
    background: #eaeaea;
    display: inline-block;
    padding: 0 4px 0 10px;
    border-radius: 30px 0 0 30px;
    position: relative;
}

.inst_tl_item .inst_tl_title span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #eaeaea;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -11px;
}

.inst_tl_item .inst_tl_title img {
    margin-top: 30px;
    margin-right: -20px;
}

.inst_tl_item.left .inst_tl_title span {
    padding: 0 10px 0 4px;
    border-radius: 0 30px 30px 0;
}

.inst_tl_item.left .inst_tl_title span:before {
    right: unset;
    left: -22px;
    border-left: 11px solid transparent !important;
    border-right: 11px solid #eaeaea;
}

.inst_tl_item.left .inst_tl_title img {
    margin-right: 0;
    margin-left: -17px;
}

.inst_tl_item.left .inst_tl_title {
    text-align: left !important;
}

.inst_tl_item .inst_tl_text {
    width: calc(50% - 50px);
}

.inst_tl_item .inst_tl_card {
    margin: 0;
}

.inst_tl_item.left .inst_tl_card :is(h6, p) {
    text-align: right !important;
}

.inst_tl_card h6 {
    font-size: 27px !important;
    font-weight: 400 !important;
    font-family: var(--f2);
    color: var(--c1);
    margin-bottom: 10px !important;
}

.inst_tl_card p {
    text-align: left !important;
    font-size: 15px !important;
}

.box-marca {
    background: var(--c2);
    width: 100%;
    padding: 80px 70px;
    position: absolute;
    left: 0;
    border-radius: 0 150px 0 150px;
    @media(max-width: 991px){
        border-radius: 0;
    }
}

.inst-renovacao {
    padding: 80px 0 0;
}

.row-valores {
    background: #6f848f;
    padding: 80px 50px;
    border-radius: 120px 200px 0 0;
}

.card-valores {
    
}

.card-valores h3 {
    color: var(--c2);
    font-weight: 800 !important;
    margin-bottom: 63px;
}

.card-valores h3 span {
    position: relative;
    font-family: var(--f2);
}

.card-valores h3 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background: var(--c2);
    top: 60px;
}

.card-valores p {
    color: var(--c2);
    font-size: 17px;
    font-weight: 500 !important;
}

.inst-etica {
    padding: 80px 0 320px;
}

.inst-etica .etica-1 {
    position: absolute;
    right: 0;
    transform: translatey(-50%);
    user-select: none;
    pointer-events: none;
}

.inst-etica .etica-2 {
    position: absolute;
    z-index: 5;
    transform: translate(20px, 20px);
    user-select: none;
    pointer-events: none;
}

.hero-carreira {
    padding: 200px 0 180px;
    position: relative;
}

.hero-carreira h1 {
    font-family: var(--f2);
    font-size: 32px;
    color: white !important;
    line-height: 1.5;
}

.topo-carreira {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%) scale(1.2);
    z-index: 3;
}

.carr-despertar {
    padding: 120px 0;
}

/*carreira*/

.holder-input-icon i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--c1);
    font-size: 25px;
    color: white;
    pointer-events: none;
}

.holder-input-icon .input-seed {
    padding-right: 65px !important;
}

.carr-best {
    padding-bottom: 150px;
}
.card-img-best {
    position: relative;
    text-align: center !important;
    margin-bottom: 40px !important;
}

.card-img-best img:first-of-type {
    width: 90%;
    height: auto;
    border-radius: 40px 90px 40px 90px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.card-img-best img:last-of-type {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.carr-form .form-hero {
    top: 0;
    margin: -50px 0;
}

.carr-form {
    position: relative;
}

.carr-form:after {
    content: '';
    display: block;
    width: 100vw;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    background: linear-gradient(0deg, var(--c1), transparent);
}

.faca-mais {
    position: absolute;
    bottom: 0;
    transform: translatey(50%);
    z-index: 2;
}

.carr-guia {
    padding: 150px 0 0;
}

.cta-guia {
    position: relative;
    padding: 60px 40px;
    border-radius: 50px;
    box-shadow: 0 0 35px rgba(0,0,0,0.4);
    margin-bottom: -150px;
}

.cta-guia p {
    color: white;
    font-weight: 600 !important;
    line-height: 1.6;
}

.cta-guia p mark {
    color: var(--c2) !important;
}

.img-cta-guia {
    position: absolute;
    top: 50%;
    transform: translatey(-50%) scale(1.05);
    left: -10px;
}

.carr-ebook {
    padding: 200px 0;
}

.form-ebook {
    background: var(--c2);
    padding: 250px 30px 10px;
    border-radius: 50px;
    box-shadow: inset 0 650px 40px -500px rgba(0,0,0,0.2);
    position: relative;
    margin-top: 80px;
}

.form-ebook .rocket {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
}

.holder-input-white .input-seed {
    border-color: white !important;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.custom-checkbox label {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-radius: 3px;
    border: 2px solid #f1f1f1;
}

.custom-checkbox label:after {
    content: '';
    display: block;
    width: 3px;
    height: 6px;
    background: var(--c1);
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 3px;
    opacity: 0;
    transition: .27s ease;
}

.custom-checkbox label:before {
    content: '';
    display: block;
    width: 3px;
    height: 10px;
    background: var(--c1);
    position: absolute;
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
    opacity: 0;
    transition: .27s ease;
}

.custom-checkbox:has(input:checked) label:after, .custom-checkbox:has(input:checked) label:before {
    opacity: 1;
}

.holder-checkbox label {
    font-size: 13px;
    font-weight: 600 !important;
    color: var(--c4);
}

.holder-checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
}

.form-ebook p {
    font-size: 13px;
    margin-top: 10px !important;
    font-weight: 500 !important;
    padding-right: 25px !important;
    padding-left: 25px;
}

.form-ebook p a {
    color: var(--c4);
}

/*vagas*/

.vagas-defina {
    padding: 20px 0 70px;
}

.vagas-dizem {
    padding: 120px 0 60px;
    position: relative;
}

.card-dizem {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.card-dizem .dizem-foto {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin-bottom: -50px;
}

.card-dizem .dizem-quote {
    position: absolute;
    top: -40px;
    right: -40px;
}

.card-dizem .conteudo-dizem {
    background: white;
    padding: 80px 50px 50px;
    background: white;
    border-radius: 30px;
}

.dizem-nome {
    position: relative;
    margin-top: 20px !important;
}

.dizem-nome h5 {
    font-size: 18px;
    font-weight: 800 !important;
    margin: 0 !important;
    color: var(--c1);
    position: relative;
}

.dizem-nome h5:after {
    content: '';
    display: block;
    width: 180px;
    height: 9px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 6px);
    right: -70px;
}

.dizem-nome h6 {
    font-size: 15px;
    color: var(--c4);
}

.dizem-linkedin {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%) translatey(65%);
}

.vagas-ebook {
    padding: 60px 0 290px!important;
}

/*residencia*/

.hero-residencia {
    position: relative;
}

.hero-residencia .res-divisor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 100vw;
    max-width: 1920px;
    max-height: 150px;
}

.res-chave {
    position: relative;
    padding-top: 100px;
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
    z-index: 3;
    position: relative;
}

.res-chave:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, transparent, var(--c1));
}

.res-chave .row {
    position: relative;
    z-index: 3;
}

.f2 {
    font-family: var(--f2);
}

.mark-yellow mark {
    color: var(--c2) !important;
}

.spacing-res-chave {
    height: 1300px !important;
}

.box-chave {
    display: block;
    width: 1000px;
    background: white;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translatex(-50%);
    padding: 40px 100px 50px 300px;
    border-radius: 50px 50px 200px 50px;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
}

.box-chave img {
    position: absolute;
    left: -20px;
    top: -20px;
}

.box-chave-texto {
    font-size: 27px;
    color: var(--c4);
    position: relative;
    letter-spacing: 0.5px;
}

.box-chave-texto:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: var(--c2);
    border-radius: 10px;
    position: absolute;
    top: -45px;
}

.res-eficiencia {
    padding: 120px 0 80px;
}

.eficiencia-1 {
    width: 100%;
    border-radius: 40px 40px 150px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.eficiencia-2 {
    width: 100%;
    border-radius: 40px 150px 40px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.eficiencia-3 {
    width: 100%;
    border-radius: 150px 40px 40px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.eficiencia-4 {
    width: 100%;
    border-radius: 40px 150px 40px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    margin-top: 30px !important;
}

.titulo-beneficios {
    background: var(--c1);
    padding: 140px 20px 20px;
    text-align: center !important;
    border-radius: 80px 40px 40px 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    position: relative;
    margin: 50px 0;
}

.titulo-beneficios:after {
    content: '';
    display: block;
    width: 70%;
    height: 10px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translatex(-50%);
}

.titulo-beneficios h2 {
    font-family: var(--f2);
    font-size: 42px;
    font-weight: bold !important;
    color: var(--c2);
}

.titulo-beneficios img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-ben {
    position: relative;
    margin-bottom: 80px;
}

.box-ben-title {
    text-align: center !important;
    position: relative;
}

.box-ben-title:before {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    background: radial-gradient(var(--c1), transparent 60%);
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translatex(-50%) scale(2);
    z-index: -1;
    filter: blur(5px);
}

.box-ben-yellow .box-ben-title:before {
    background: radial-gradient(var(--c2), transparent 60%);
    opacity: 0.8;
}

.box-ben-title img {
    margin-bottom: -20px;
}

.box-ben-title h5 {
    background: var(--c2) !important;
    padding: 30px;
    width: 70%;
    margin: 0 auto 30px;
    border-radius: 20px 20px 40px 40px / 20px 20px 100px 100px;
    font-size: 19px;
    font-weight: 700;
    color: var(--c4);
}

.box-ben-texto {
    text-align: center !important;
    padding: 0 35px;
}

.res-news {
    padding: 250px 0;
}

.res-folha {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}



.box-ebook-res {
    background: var(--c1);
    padding: 30px;
    border-radius: 50px;
    position: relative;
    margin: 60px 0;
}

.box-ebook-res h4 {
    font-family: var(--f2);
    color: white !important;
    font-weight: bold !important;
    margin-bottom: 30px;
}

.box-ebook-res .holder-checkbox > label {
    color: white !important;
    padding-left: 10px !important;
}

.box-ebook-res .holder-checkbox {
    align-items: start !important;
}

.box-ebook-res p {
    color: white !important;
    font-size: 14px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.box-ebook-res p a {
    color: white !important;
}

.btn-form.btn-form-yellow {
    background: var(--c2) !important;
    color: var(--c1) !important;
}

.res-capa-ebook {
    position: absolute;
    top: -8%;
    left: -8%;
    height: 120%;
    width: auto;
    pointer-events: none;
    user-select: none;
}

.res-ebook {
    padding: 180px 0 180px;
    position: relative;
    z-index: 5;
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
    background: white;
}

.res-sol {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 11;
}

.res-entenda {
    background: green;
    padding: 400px 0 1000px;
    margin-top: -250px;
    position: relative;
}

.card-res-1 {
    padding: 90px 230px 90px 70px;
    position: relative;
}

.card-res-1 h5, .card-res-2 h5, .card-res-3 h5, .card-res-4 h5 {
    font-size: 22px;
}

.card-res-1 p, .card-res-2 p, .card-res-3 p, .card-res-4 p {
    font-size: 19px;
}

.card-res-1 img {
    position: absolute;
    bottom: 15px;
    right: -10px;
    transform: scale(1.2);
}

.card-res-2 {
    padding: 90px 70px 90px 150px;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}

.card-res-2 img {
    position: absolute;
    bottom: 170px;
    left: -110px;
    transform: scale(1.1);
}

.card-res-3 {
    padding: 90px 70px 90px 250px;
    position: relative;
    margin-bottom: 30px;
}

.card-res-3 img {
    position: absolute;
    bottom: 30px;
    left: -20px;
    
}

.card-res-4 {
    padding: 90px 250px 90px 90px;
    position: relative;
}

.card-res-4 img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translatey(-50%) scale(1.1);
}

.res-transformando {
    padding: 430px 0 300px;
    margin-top: -330px;
}

.res-transformando p {
    color: white;
    font-size: 20px;
}

.depo-res {
    margin: 40px 0;
}

.depo-res p {
    margin-top: 20px !important;
    padding: 0 40px;
    line-height: 1.7;
}

.depo-res-btn {
    padding: 70px 40px 40px;
    position: relative;
}

.depo-res-btn:before {
    content: '';
    display: block;
    width: 80%;
    height: 8px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translatex(-50%);
    background: var(--c2);
    border-radius: 10px;
}

.res-form {
    position: relative;
}

.res-form .form-hero {
    top: 0 !important;
    margin: 150px 0 !important;
}

.divisor-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
}

.row-textos-res img {
    transform: scale(1.2);
    transform-origin: center right;
}

.res-textos {
    padding: 80px 0 20px;
}

.res-textos-4 {
    margin-top: -100px;
}

.res-adquirir {
    padding: 80px 0 0;
}

.res-adquirir-numero {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.res-adquirir-numero h5 {
    margin: 0 !important;
    min-width: calc(100% - 80px);
    padding-right: 10px;
}

.row-res-adquirir {
    margin-bottom: 60px;
}

.conteudo_faq {
    padding-left: 50px;
}

.res-faq {
    padding-bottom: 250px !important;
}

@media (max-width: 992px){
    .res-faq{
        padding-bottom: 50px !important;
    }
}

.res-fornecedores {
    padding-bottom: 260px !important;
}

.com-eficiencia {
    position: relative;
    padding: 60px 0 50px;
}

.com-eficiencia:before {
    content: '';
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fbeb90, transparent);
    z-index: 1;
}

.com-eficiencia .container {
    position: relative;
    z-index: 2;
}

.box-efi-com {
    background: white;
    padding: 70px 220px;
    border-radius: 50px;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
    position: relative;
    text-align: center !important;
    margin-bottom: 80px;
}

.box-efi-com h3 {
    margin: 0 !important;
    line-height: 1.5 !important;
}

.com-efi-1 {
    position: absolute;
    top: -40px;
    left: -40px;
}

.com-efi-2 {
    position: absolute;
    bottom: -40px;
    right: -40px;
}

.box-com-liderando {
    background: var(--c1);
    padding: 50px 80px;
    border-radius: 60px 30px 30px;
    position: relative;
    margin: -60px 20px 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.box-com-liderando h4 {
    font-weight: 400 !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-right: 40px;
}

.box-com-liderando img {
    position: absolute;
    top: -120px;
    right: 40px;
}

.com-news {
    margin-top: -12%;
}

.box-ebook-res.box-ebook-com {
    background: var(--c2) !important;
}

.box-ebook-com .res-capa-ebook {
    height: 108%;
    top: 50%;
    left: -60px;
    transform: translatey(-50%);
}

.com-ebook {
    padding-bottom: 100px !important;
}

.com-dados {
    padding: 450px 0 70px;
    margin-top: -350px;
}

.com-comofun {
    padding: 100px 0 0;
}

.box-com-como-funciona {
    margin-bottom: 50px;
}

.box-com-como-funciona h5 {
    padding: 15px 10px;
    border-radius: 50px;
    text-align: center !important;
    font-weight: bold !important;
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px !important;
    font-size: 18px;
}

.box-com-como-funciona h5:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: var(--c2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-com-como-funciona p {
    padding: 0 20px;
}

.com-comofun .box-ben-title h5 {
    width: 80%;
    padding: 25px !important;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-negocios {
    padding: 0 0 60px;
}

.bom-com-negocios {
    padding: 0 35px;
}

.bom-com-negocios img {
    margin-bottom: 30px !important;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.bom-com-negocios .box-com-negocios-botao {
    padding: 68px 0 70px;
    position: relative;
    display: flex;
    justify-content: end;
}

.bom-com-negocios .box-com-negocios-botao:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: 28px;
}

/*INDUSTRIA*/

.ind-eficiencia {
    position: relative;
    padding-bottom: 80px;
}

.ind-eficiencia:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fbeb90, transparent);
}

.ind-eficiencia > .container {
    position: relative;
    z-index: 2;
}

.ind-efi-box {
    position: relative;
}

.ind-efi-box .col-9 {
    background: white;
    padding: 60px 200px 60px 230px;
    border-radius: 50px 50px 130px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    position: relative;
}

.ind-efi-box img {
    position: absolute;
    width: auto;
    top: -60px;
    left: -80px;
}

.ind-efi-box h2 {
    font-family: var(--f2);
    color: var(--c4);
    font-weight: 700;
    line-height: 1.4;
}

.titulo-ind-efi {
    padding-right: 40px;
    font-weight: 500 !important;
    line-height: 1.5;
    letter-spacing: 1px;
}


.ind-instalacao {
    position: relative;
}

.ind-titulo-instalacao {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
    width: 140%;
}

.ind-txt-inst {
    position: relative;
    background: #ebebeb;
    padding: 400px 100px 300px;
    border-radius: 50px;
    margin: -60px 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.ind-pontos {
    box-shadow: inset 0 0 0 200vw rgba(0,0,0,0.3);
}

.ind-pontos-box img {
    transform: scale(1.15);
}

.ind-pontos-box p {
    color: white !important;
    margin-top: 10px !important;
}

.row-pontos {
    margin-top: -180px;
}

.ind-titulo-pontos {
    font-family: var(--f2);
    font-size: 50px;
    text-align: center !important;
    color: white;
    font-weight: 800 !important;
}

.ind-titulo-pontos mark {
    font-weight: 900 !important;
}

.ind-box-11p {
    position: relative;
    z-index: 8;
}

.ind-ebook {
    padding-bottom: 300px !important;
}

.box-ebook-ind {
    padding-top: 240px !important;
}

.box-ebook-ind .ind-capa-ebook {
    position: absolute;
    top: -120px;
    left: -20px;
}

.box-ebook-ind .ind-ebook-olive {
    position: absolute;
    top: -70px;
    right: -110px;
}

.box-ebook-ind h4 {
    color: var(--c1) !important;
    z-index: 2;
    position: relative;
    font-size: 20px;
}

.ind-instalacao-2 {
    padding: 300px 0 200px;
    margin-top: -250px;
}

.row-inst-2 {
    position: relative;
    z-index: 5;
    margin-top: -300px;
}

.ind-img-inst2 {
    border-radius: 120px 40px;
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
}

.row-ind-adquirir {
    margin-top: -100px;
}

/*rural*/

.rur-eficiencia {
    padding: 250px 0;
    position: relative;
    z-index: 2;
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
}

.rur-eficiencia h2 {
    font-family: var(--f2);
    font-size: 65px;
    text-align: center !important;
    color: var(--c4);
}

.rur-box-efi {
    background: white;
    width: 70%;
    margin: 50px auto 0;
    padding: 100px 60px;
    border-radius: 150px 60px;
    position: relative;
}

.rur-box-efi:before {
    content: '';
    display: block;
    width: 50%;
    height: 10px;
    border-radius: 8px;
    background: var(--c2);
    position: absolute;
    top: -5px;
    right: 60px;
}

.rur-box-efi h5 {
    color: var(--c1);
    font-weight: bold !important;
    margin-bottom: 40px;
}

.rur-oque {
    padding: 80px 0;
}

.rur-oq-texto {
    padding: 60px 0;
    margin: -60px 0;
}

.lista-rur-oq {
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
}

.lista-rur-oq li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px !important;
}

.lista-rur-oq li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--c4);
    position: absolute;
    left: 0;
    top: 6px;
}

.rur-transf {
    padding: 0 0 250px;
}

.rur-depo {
    margin-top: 80px;
}

.rur-depo img {
    transform: scale(1.15);
    transform-origin: bottom right;
    margin-bottom: 30px;
}

.rur-depo p {
    font-size: 18px;
    padding-bottom: 60px;
    position: relative;
}

.rur-depo p.texto:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: var(--c2);
    position: absolute;
    bottom: 24px;
    left: 0;
}

.rur-ebook {
    padding: 350px 0 0;
    margin-top: -250px;
    box-shadow: inset 0 0 0 200vw rgba(255,255,255,0.5);
}

.rur-capa-ebook {
    position: absolute;
    top: -400px;
    right: -30px;
}

.rur-ebook .box-ben-title {
    z-index: 3;
}

.rur-provendo {
    padding: 120px 0 0;
}

.rur-img-provendo {
    position: relative;
}

.rur-img-provendo .img-provendo-overlay {
    position: absolute;
    bottom: -60px;
    left: 60px;
    pointer-events: none;
    user-select: none;
}

.ib-rur {
    display: flex;
    margin: 30px 0;
    gap: 15px;
    align-items: center;
}

.ib-rur img {
    min-width: 51px;
}

.ib-rur h5 {
    margin: 0 !important;
    font-weight: bold !important;
    color: var(--c1);
    font-size: 18px;
}

/*subestacoes*/

.hero-title {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title h1 {
    color: white;
    font-weight: 800 !important;
    font-size: 90px;
}


.hero-divisor-bottom-diag{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 150px;
    @media(max-width: 992px){
        bottom:40px;
    }
}
.hero-divisor-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 150px;
}

.subs-descubra {
    padding-top: 80px;
}

.subs-descubra h2.h1 {
    font-size: 63px;
}

.subs-box-entenda {
    position: relative;
    padding: 60px 100px;
    border-radius: 180px 60px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    transform: skew(5deg);
    margin: 0 80px;
}

.subs-box-entenda:after {
    content: '';
    display: block;
    width: 50%;
    height: 10px;
    background: var(--c2);
    position: absolute;
    bottom: -5px;
    border-radius: 5px;
    left: 80px;
}

.subs-box-entenda .row {
    transform: skew(-5deg);
}

.subs-box-entenda img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%) scale(1.12);
    right: -50px;
}

.subs-box-cuida {
    width: 600px;
    height: 400px;
    padding: 70px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(-10px 10px 0 var(--c2));
    margin: -100px auto 80px;
}

.subs-box-cuida h3 {
    font-family: var(--f2);
    font-weight: 800 !important;
    color: var(--c2);
    font-size: 31px;
    margin-top: 30px;
}

.subs-inumeras {
    padding: 100px 0;
}

.subs-inumeras h2:after {
    content: '';
    display: block;
    margin: 25px 0 30px;
    height: 8px;
    width: 100%;
    border-radius: 5px;
    background: var(--c2);
}

.subs-inumeras p.texto {
    color: var(--c2) !important;
}

.subs-inumeras ul {
    list-style: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    width: 80%;
}

.subs-inumeras ul li {
    color: var(--c2);
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.subs-inumeras ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: 9px;
    left: 0;
}

.subs-servicos {
    padding: 80px 0;
}

.subs-servicos h2 {
    font-size: 60px !important;
}

.z-5 {
    z-index: 5;
}

.subs-form {
    position: relative;
}

.subs-form .form-hero {
    margin: 20px 0 90px !important;
    top: 0;
}

.custom_cb {
    margin-bottom: 5px;
}

.custom_cb label {
    display: flex;
    gap: 10px;
    user-select: none;
    align-items: center;
    cursor: pointer;
}

.custom_cb label input {
    transform: scale(0.1);
}

.custom_cb .holder_custom_cb {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid var(--c4);
    border-radius: 50%;
    transition: .27s ease;
    box-shadow: inset 0 0 0 2px white;
}

.custom_cb:has(input:checked) .holder_custom_cb {
    background: var(--c1);
}

.subs-escolher {
    padding: 80px 0;
}

.ib_subs {
    margin: 10px 0;
}

.ib_subs .ib_subs_title {
    display: flex;
    gap: 25px;
    align-items: center;
    position: relative;
    margin-bottom: 55px;
}

.ib_subs .ib_subs_title:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    bottom: -30px;
}

.ib_subs .ib_subs_title h4 {
    font-family: var(--f2);
    font-weight: 800 !important;
    color: var(--c4);
    margin: 0 !important;
}

.ib_subs .ib_subs_title img {
    min-width: 79px;
}

.subs-consultar {
    background: var(--c1);
    position: relative;
    padding: 50px;
}

.subs-consultar:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    display: block;
    width: 95px;
    height: 100%;
    background: var(--c1);
    transform: skew(13deg);
    border-radius: 50px 0 0 30px;
}

.subs-consultar:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 90px;
    height: 100%;
    background: var(--c1);
    transform: skew(-11deg);
    border-radius: 0 30px 20px 0;
}

.subs-consultar img {
    position: absolute;
    top: 55px;
    transform: translatey(-100%);
    right: 60px;
    height: 350px;
    pointer-events: none;
    user-select: none;
}

.subs-consultar-bar {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: var(--c2);
    z-index: 2;
}

.subs-consultar h3 {
    font-family: var(--f2);
    text-align: center !important;
    color: white;
    line-height: 1.5;
}

.row-subs-pq .h1 {
    font-size: 55px;
    font-weight: 400 !important;
    color: var(--c4);
    margin: 20px 0 40px !important;
}

.row-subs-pq .h1 strong {
    font-weight: 900;
}

.subs-contamos {
    padding: 50px 0;
}

.subs-contamos h2 {
    font-family: var(--f3);
    color: var(--c4);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 3px;
    font-style: italic;
    margin: 0 0 -30px !important;
}

.subs-contamos-itens {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.subs-contamos-itens li {
    display: block;
    margin: 50px 0;
    font-size: 27px;
    font-family: var(--f3);
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding-right: 80px;
    color: var(--c4);
    position: relative;
    line-height: 1.2;
}

.subs-contamos-itens li:before {
    content: '';
    display: block;
    width: 100vw;
    height: 6px;
    background: var(--c1);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 50px), -50%);
}

.subs-contamos-itens li:last-of-type {
    margin-bottom: 0 !important;
}

.subs-consultoria {
    padding: 120px 0 0;
}

.span-mark span {
    background: var(--c2);
    border-radius: 5px;
    padding: 0 5px;
}

.subs-capa-ebook {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translatex(-50%);
}

.subs-ebook {
    background: none !important;
    border-radius: 0 !important;
    padding-bottom: 100px !important;
}

/*gmg*/

.gmg-chave {
    padding: 80px 0 600px;
    position: relative;
}

.gmg-chave:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #d5bb84, transparent);
}

.gmg-chave .container {
    position: relative;
    z-index: 2;
}

.gmg-chave h2 {
    color: white;
    font-family: var(--f2);
    font-size: 63px;
    font-weight: 800 !important;
}

.gmg-card-chave {
    background: white;
    position: relative;
    padding: 100px 50px 70px;
    border-radius: 140px 50px;
    margin-top: -480px;
    margin-bottom: -160px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    width: 33%;
    left: 50%;
    transform: translatex(-50%);
}

.gmg-card-chave img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gmg-chave-texto {
    padding: 250px 0 100px;
}

.gmg-fornecemos {
    border-radius: 0 0 50% 50% / 0 0 250px 250px !important;
    position: relative;
    z-index: 3;
    background: white;
}

.titulo-inspecao {
    margin-bottom: -120px !important;
}

.gmg-inspecao {
    padding: 550px 0 100px;
    margin-top: -350px;
}

.gmg-inspec-texto {
    margin-top: -100px;
    padding-bottom: 170px;
}

.gmg-checklist {
    position: relative;
    padding: 200px 0 100px;
}

.gmg-checklist .titulo-checklist {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo-gmg-checklist {
    display: flex;
    justify-content: center;
    color: var(--c2);
    gap: 30px;
    align-items: center;
}

.titulo-gmg-checklist h2 {
    font-size: 150px;
    margin: 0 !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.titulo-gmg-checklist h3 {
    font-size: 35px;
    font-family: var(--f2);
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    width: 404px;
}

.gmg-checklist-prancheta {
    position: absolute;
    bottom: -50px;
    left: -10px;
    transform: translatex(-100%);
}

.gmg-checklist-img {
    position: absolute;
    bottom: -200px;
    right: -30px;
    transform: translatex(100%);
    width: 520px;
}

.gmg-aplicacoes {
    padding: 0 0 80px;
}

.gmg-aplicacoes-titulo {
    position: relative;
    text-align: center !important;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gmg-aplicacoes-titulo h2 {
    color: white;
    font-family: var(--f2);
    font-weight: bold !important;
    font-size: 32px !important;
    position: relative;
    z-index: 2;
    margin: 0 !important;
}

.gmg-aplicacoes-titulo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
    pointer-events: none;
}

.gmg-guia {
    background: var(--c1);
    padding: 60px 0;
}

.titulo-gmg-guia img {
    position: relative;
    z-index: 3;
}

.titulo-gmg-guia h2 {
    font-size: 35px;
    font-family: var(--f2);
    color: var(--c2);
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    margin-top: -30px !important;
}

.gmg-guia-motor {
    position: absolute;
    right: 20px;
    pointer-events: none;
    user-select: none;
}

.gmg-guia-robo {
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 417px !important;
    pointer-events: none;
    user-select: none;
}

.gmg-transf {
    padding: 90px 0 250px;
    overflow: hidden;
    position: relative;
}

.gmg-trans-mocinha {
    position: absolute;
    bottom: -250px;
    left: -270px;
}

.gmg-trans-depo img {
    margin-bottom: 30px !important;
}

.gmg-trans-depo p {
    position: relative;
    margin-top: 60px !important;
}

.gmg-trans-depo p:before {
    content: '';
    display: block;
    width: 90%;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: -34px;
}

.gmg-trans-depo blockquote {
    color: white;
    font-size: 20px;
}

.gmg-noticias {
    padding: 250px 0 250px;
    margin-top: -280px;
    @media (min-width: 2500px){
        margin-top: -350px;
    }
    position: relative;
    z-index: 2;
}

.gmg-noticias-chamada {
    width: 950px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.gmg-noticias-chamada h2 {
    color: white;
    text-align: center !important;
    font-family: var(--f2);
    margin: 0 0 30px !important;
    font-weight: 800 !important;
    font-size: 35px;
}


.card-blog-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px;
}

.card-blog-3 .card-thumb img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    border-radius: 15px;
}

.card-blog-3 .card-meta {
    display: flex;
    gap: 5px;
    padding: 0 0;
}

.card-blog-3 .card-meta-item {
    display: flex;
    align-items: center;
    min-width: 40%;
}

.card-blog-3 .card-meta-item i {
    font-size: 30px;
    color: var(--c2);
}

.card-blog-3 .card-meta-item p {
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.card-blog-3 .card-categoria a {
    font-size: 18px;
    font-weight: bold !important;
    color: var(--c2) !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.card-blog-3 .card-categoria a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.card-blog-3 .card-categoria a:after {
    content: '';
    display: block;
    width: 12px;
    height: 5px;
    border-radius: 5px;
    background: var(--c2);
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translatey(-50%);
}

.card-blog-3 .card-titulo {
    font-size: 17px;
    font-weight: 500 !important;
    color: var(--c2);
    text-decoration: none !important;
    line-height: 1.2 !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold !important;
      display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical; 
}

.card-blog-3 .card-link {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.card-blog-3 .card-link:before {
    content: '';
    display: block;
    width: calc(100% - 140px);
    height: 5px;
    background: var(--c2);
}

.card-blog-3 .card-resumo {
    color: white !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

/*spda*/

.hero-title {
    flex-direction: column;
}

.hero-title h2 {
    color: white;
    font-weight: 400 !important;
    font-size: 40px;
    margin: 0 !important;
}

.spda-eficiencia-pre {
    padding: 50px 0 50px;
}

.spda-eficiencia-pre h2.h1, .row-spda-imp h2.h1, .spda-infografico h2.h1 {
    font-size: 53px;
    font-weight: 800 !important;
    font-family: var(--f2);
    color: var(--c1);
}

.spda-infografico h2.h1 {
    font-size: 48px;
    color: var(--c2) !important;
}

.spda-eficiencia {
    padding: 100px 0;
    border-radius: 50% 50% 300px 120px / 250px 250px 300px 120px !important;
    max-width: 1920px;
}

.spda-titulo-efi {
    text-align: center !important;
    color: var(--c2);
}

.spda-efi-box {
    padding: 140px 60px 60px;
    border-radius: 150px 40px;
    background: white;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    position: relative;
    margin-top: 200px;
}

.spda-efi-box:after {
    content: '';
    display: block;
    width: calc(100% - 60px - 190px);
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    left: 60px;
    bottom: -4px;
}

.spda-efi-box img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spda-efi-box h6 {
    font-size: 17px;
    color: var(--c1);
    margin-bottom: 25px;
    font-weight: bold !important;
}

.spda-uso {
    padding: 100px 0;
}

.texto-amarelo {
    font-family: var(--f2);
    color: var(--c2) !important;
}

.spda-infografico {
    padding: 80px 0 120px;
}

.holder-spda-box-infog {
    position: relative;
    margin-bottom: 40px;
}

.spda-box-infog {
    padding: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.4), inset -3px 3px 5px 1px rgba(255,255,255,0.5), inset 3px -3px 10px 1px rgba(0,0,0,0.2), 0 0 25px rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

.spda-box-infog h5 {
    font-weight: bold !important;
    color: var(--c2);
}

.spda-box-infog p {
    font-size: 17px !important;
}

.holder-spda-box-infog .spda-rocket {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(90px, 56%);
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.holder-spda-box-infog .spda-raio {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(300px, 160px);
    z-index: 1;
    mix-blend-mode: lighten;
    pointer-events: none;
    user-select: none;
}

.box-form-infog {
    width: 390px;
    background: white;
    padding: 20px;
    border-radius: 50px;
    position: absolute;
    left: 14px;
    transform: translatey(-40px);
    z-index: 2;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.box-form-infog:before {
    content: '';
    display: block;
    width: calc(40%);
    height: 10px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: 50px;
}

.box-form-infog p {
    font-size: 13px;
    font-weight: 500 !important;
    color: var(--c4);
    position: relative;
    top: 13px;
}

.box-form-infog p a {
    color: var(--c1) !important;
    font-weight: bold !important;
}

.spda-btn-cadeado {
    position: relative;
    margin-top: -20px;
}

.btn-cadeado-cadeado {
    position: absolute;
    user-select: none;
}

.btn-cadeado-cadeado img {
    position: absolute;
    width: 80px;
    top: -58px !important;
    left: -55px;
    pointer-events: none;
    transition: .27s ease;
}

.btn-cadeado-cadeado .cadeado-fechado {
    z-index: 2;
}

.spda-btn-cadeado .cadeado-aberto {
    opacity: 1 !important;
}

.spda-btn-cadeado:has(button:hover)  .cadeado-fechado {
    opacity: 0;
}

.btn-btn-cadeado {
    background: var(--c1) !important;
    box-shadow: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    padding: 10px 30px;
    width: calc(100% / 12 * 7 - 10px);
    text-align: right;
    border-radius: 50px;
    color: var(--c2);
    font-size: 21px;
    font-weight: 500 !important;
    transition: .27s ease;
}

.btn-btn-cadeado:hover {
    background: var(--c2) !important;
    color: var(--c1) !important;
}

.spda-guia-titulo {
    height: 350px;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 50px;
}

.spda-guia-titulo h2 {
    font-family: var(--f2);
    color: var(--c2);
    font-size: 48px;
    font-weight: 800 !important;
}

.spda-form {
    position: relative;
}

.spda-form .form-hero {
    top: 0 !important;
    margin-bottom: 95px !important;
}

.card-blog-3-verde .card-categoria a, .card-blog-3-verde .card-titulo, .card-blog-3-verde .card-meta-item i {
    color: var(--c1) !important;
}

.card-blog-3-verde .card-meta-item p, .card-blog-3-verde .card-resumo {
    color: var(--c4) !important;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical; 
}

.card-blog-3-verde .card-categoria a:before {
    background: var(--c1) !important;
}

/*projetos*/

.proj-frente h2.h1 {
    font-size: 58px;
    font-weight: 800 !important;
}

.c1 {
    color: var(--c1);
}

.img-proj-frente-img {
    width: 100% !important;
    border-radius: 140px 50px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.proj-frente-img {
    position: relative;
}

.proj-frente-img:before {
    content: '';
    display: block;
    width: calc(100% - 50px - 140px);
    height: 10px;
    background: var(--c2);
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: 50px;
}

.proj-frente-box {
    position: absolute;
    width: 422px;
    height: 281px;
    top: 40px;
    right: -130px;
    padding: 70px 40px 60px 60px;
}

.proj-frente-box h3 {
    color: var(--c2);
    font-family: var(--f2);
    font-weight: bold !important;
    margin-bottom: 20px;
}

.proj-frente-box p {
    font-weight: 500 !important;
    color: white;
}

.projetos-form {
    position: relative;
}

.projetos-form .form-hero {
    top: 0 !important;
    padding: 150px 30px 100px !important;
    margin-bottom: 150px;
}

.proj-faq {
    padding: 30px 0 70px !important;
}

.proj-espec {
    padding: 80px 0 200px;
}

.proj-espec h2.h1 {
    font-size: 56px;
}

.proj-espec-info-nome {
    position: relative;
    margin-bottom: 15px;
}

.proj-espec-info-nome h3 {
    font-size: 35px;
    color: white;
    margin: 0 !important;
    line-height: 1 !important;
}

.proj-espec-info-nome img {
    position: absolute;
    bottom: 5px;
    left: -25px;
    transform: translatex(-100%);
}

.proj-espec-info-cargo {
    position: relative;
    margin-bottom: 20px;
}

.proj-espec-info-cargo h4 {
    font-weight: bold !important;
    color: var(--c2);
    font-weight: 800 !important;
    letter-spacing: 1px;
    position: relative;
    margin: 0 !important;
}

.proj-espec-info-cargo h4:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-100%, -50%);
}

.proj-espec-info-cargo h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 6px;
    background: var(--c2);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-100%, -50%);
}

.row-especialista {
    margin-bottom: 30px !important;
}

.row-especialista p {
    color: white !important;
    font-size: 17px;
    letter-spacing: 1px;
}

.holder-row-especialista {
    margin-bottom: 60px;
}

/*analises*/

.ana-analises {
    padding: 100px 0;
}

.h1-big {
    font-size: 60px;
    font-weight: 800 !important;
}

.ls-1 {
    letter-spacing: 1px;
}

.ana-holder-box-analises {
    position: relative;
}

.ana-box-analises {
    position: absolute;
    width: 430px;
    height: 286px;
    top: 45px;
    left: 90px;
    transform: translatey(-100%);
    padding: 55px 40px 60px 60px;
}

.ana-box-analises h4 {
    color: var(--c2);
    font-family: var(--f2);
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.3;
}

.z-2 {
    z-index: 2;
}

.ana-ebook {
    position: relative;
}

.lista-pinoquio {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lista-pinoquio li {
    font-size: 17px;
    color: var(--c4);
    font-weight: 500 !important;
    margin: 0 0 40px;
    padding-left: 50px;
    width: 70%;
    position: relative;
}

.lista-pinoquio li:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.lista-pinoquio li:after {
    content: '';
    display: block;
    width: 15px;
    height: 5px;
    background: var(--c1);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translatey(-50%);
}

.box-ebook-ana {
    padding-top: 350px !important;
}

.box-ebook-ana .btn-form {
    background: var(--c2) !important;
    color: var(--c1) !important;
}

.ana-ebook .ana-ebook-mao {
    position: absolute;
    bottom: -95px;
    left: 330px;
}

.ana-servicos {
    padding: 80px 0;
}

/*montagem*/

.mont-box-manu {
    position: relative;
}

.mont-box-manu img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}

.mont-box-manu h3 {
    color: var(--c2);
    font-family: var(--f2);
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    line-height: 1.4 !important;
    font-size: 30px;
    z-index: 2;
    position: relative;
    padding: 30px;
}

.mont-planejamento {
    
    border-radius: 50% 50% 0 0 / 250px 250px 0 0 !important;
}

.c2 {
    color: var(--c2) !important;
}

.mont-mascote-2 {
    position: absolute;
    bottom: 80px;
    left: -110px;
}

.mont-plan-box-title {
    display: flex;
    position: relative;
    padding-left: 35%;
    align-items: center;
    min-height: 120px;
    margin-bottom: 30px;
}

.mont-plan-box-title img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translatey(-50%);
    left: -50px;
}

.mont-plan-box-title h3 {
    font-family: var(--f2);
    color: var(--c2);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.p-i-3 img {
    left: -25px !important;
}

.mont-plan-img-4 {
    position: absolute;
    width: 530px !important;
    left: -60px;
}

.mont-podcast {
    background: var(--c2);
}

.mont-player-podcast {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translatex(-50%);
    filter: drop-shadow(0px 20px 15px rgba(0,0,0,0.4));
}

.mont-podcast .box-ebook-res {
    padding-top: 350px !important;
}

.mont-podcast .lista-pinoquio {
    margin-left: -45px !important;
}

.mont-tecnologias {
    padding: 80px 0;
}

/*artigos*/

.hero-title.text-end {
    align-items: end;
}

.artigos-box-podcast {
    background: var(--c1);
    text-align: right;
    position: relative;
    border-radius: 30px;
    padding: 150px 40px 20px;
}

.artigos-box-podcast h4 {
    color: var(--c2);
    font-family: var(--f2);
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.artigos-box-podcast h3 {
    color: white;
    font-family: var(--f2);
    font-weight: 400 !important;
    font-size: 25px;
}

.artigos-box-podcast h3 strong {
    font-style: italic;
}

.artigos-box-podcast .artigos-player-podcast {
    position: absolute;
    top: -210px;
    left: 50%;
    transform: translatex(-50%);
    width: calc(100% - 40px);
}

.artigos-box-podcast .artigos-icon-podcast {
    position: absolute;
    top: 13px;
    right: 30px;
    z-index: 2;
    width: 200px;
}

.btn-shadow-icon {
    padding-left: 60px !important;
}

.artigos-podcast-btn {
    position: relative;
    margin-top: 40px;
}

.artigos-podcast-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: var(--c2);
    border-radius: 5px;
    position: absolute;
    top: -29px;
    left: 0;
}

.btn-shadow-icon i {
    position: absolute;
    left: 20px;
    font-size: 30px;
    top: 50%;
    transform: translatey(-50%);
}

.arti-noticias {
    box-shadow: inset 0 -700px 700px -450px #DDDDDD;
}

.arti-ebook {
    padding: 80px 0 150px;
    box-shadow: inset 0 -750px 700px -450px rgba(255,255,255,0.2), inset 0 -700px 700px -450px var(--c2);
}

.arti-contato {
    padding: 200px 0;
}

.arti-box-contato {
    background: white;
    padding: 40px 30px 40px 90px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    border-radius: 50px;
    position: relative;
}

.btn-flat-verde {
    background: var(--c1);
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 19px;
    color: var(--c2) !important;
    text-decoration: none !important;
    transition: .27s ease;
}

.btn-flat-verde:hover {
    background: var(--c2) !important;
    color: var(--c1) !important;
}

.btn-flat-verde span {
    font-weight: 800 !important;
}

.arti-box-contato > img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 200px;
}

.arti-box-contato:after {
    content: '';
    display: block;
    width: 12px;
    height: calc(100% - 110px);
    background: var(--c2);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translatey(-50%);
}

/*videos*/

.hero-title.c1 * {
    color: var(--c4) !important;
}

.vid-videos {
    padding: 80px 0 0;
}

.box-video {
    padding: 0 50px;
}

.box-video > .row {
    background: white;
    padding: 30px 20px;
    box-shadow: 0 3px 25px rgba(0,0,0,0.15);
    border-radius: 50px;
    margin: 60px 0;
    position: relative;
}

.box-video > .row:before {
    content: '';
    display: block;
    width: calc(100% - 110px);
    height: 10px;
    background: var(--c2);
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translatex(-50%);
}

.box-video-thumb {
    border-radius: 50px;
    border: 4px solid var(--c2);
    height: 310px;
    object-fit: cover;
}

.box-video-episodio {
    position: relative;
    margin-bottom: 0px;
}

.box-video-episodio span {
    display: inline-block;
    font-size: 35px;
    font-family: var(--f2);
    font-weight: 800 !important;
    letter-spacing: .5px;
    color: var(--c4);
    padding-left: 50px;
}

.box-video-episodio:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: var(--c1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    border-radius: 50%;
}

.box-video-episodio:after {
    content: '';
    display: block;
    width: 18px;
    height: 7px;
    background: var(--c2);
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translatey(-50%);
    border-radius: 5px;
}

.box-video-titulo h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: var(--c4);
    letter-spacing: 0.5px;
}

.box-video-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.box-video-data {
    display: flex;
    gap: 10px;
    align-items: center;
}

.box-video-data i {
    font-size: 30px;
    color: var(--c2);
}

.box-video-data span {
    display: inline-block;
    color: var(--c4);
    font-weight: 500 !important;
    font-size: 17px;
}

.box-video-categoria span {
    font-size: 23px;
    font-family: var(--f2);
    font-weight: 500 !important;
    color: var(--c4);
}

.box-video-actions {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.box-video-actions li a {
    display: inline-block;
    text-decoration: none !important;
    color: var(--c1) !important;
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.box-video-actions a i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

.box-video-col-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.links-mini {
    font-size: 13px;
}

.links-mini a {
    font-weight: 500 !important;
    color: var(--c4) !important;
    text-decoration: none !important;
}

.box-video-player {
    margin-top: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.box-video-player i {
    font-size: 50px;
    color: var(--c1);
}

.box-video-player span {
    font-weight: 500 !important;
    color: var(--c4);
    width: 80px;
}

.box-video-player div {
    width: 100%;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.box-video-player div:before {
    content: '';
    display: block;
    width: 53%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--c1);
    border-radius: 5px;
}

.botao-caique {
    display: inline-block;
    background: var(--c4);
    padding: 15px 35px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: 800 !important;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.botao-caique:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .27s ease;
    opacity: 0.2;
    border-radius: 50%;
}

.botao-caique:hover:before {
    width: 100px;
    height: 100px;
}

.botao-caique span {
    position: relative;
    z-index: 2;
}

.vid-yt {
    display: block;
    height: 380px;
    background-size: cover;
    position: relative;
}

.vid-yt > .row {
    padding: 30px;
    position: absolute;
    width: 89%;
    bottom: 14px;
    right: 30px;
    height: 168px;
}

.vid-yt-redes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.vid-yt-redes a {
    font-size: 25px;
    color: var(--c4) !important;
    transition: .27s ease;
}

.vid-yt-redes a:hover {
    color: var(--c1) !important;
}

.vid-yt-icon {
    position: absolute;
    height: calc(100% - 40px);
    width: auto;
    right: 10px;
}

.box-podcast {
    background: white;
    padding: 15px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    border-radius: 50px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.box-podcast-info {
    width: calc(50% - 10px);
}

.box-podcast-img img {
    border-radius: 50px;
    border: 6px solid var(--c2);
}

.box-podcast-episodio {
    position: relative;
    margin-bottom: 0px;
}

.box-podcast-episodio span {
    display: inline-block;
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 800 !important;
    letter-spacing: .5px;
    color: var(--c4);
    padding-left: 50px;
}

.box-podcast-episodio:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: var(--c1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    border-radius: 50%;
}

.box-podcast-episodio:after {
    content: '';
    display: block;
    width: 18px;
    height: 7px;
    background: var(--c2);
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translatey(-50%);
    border-radius: 5px;
}

.box-podcast-actions {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.box-podcast-actions li a {
    display: inline-block;
    text-decoration: none !important;
    color: var(--c1) !important;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 2px;
}

.box-podcast-actions a i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

.box-podcast-title {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-podcast-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset -70px 0 30px -30px white;
    pointer-events: none;
}

.box-podcast-title * {
    width: 500% !important;
}

.box-podcast-convidade, .box-podcast-intro {
    font-family: var(--f2) !important;
    color: var(--c4) !important;
    font-size: 20px;
}

.box-podcast-intro {
    font-size: 18px;
}

.box-podcast-intro strong {
    font-size: 21px !important;
    vertical-align: middle;
}


.box-podcast-player {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    margin: -10px 0;
}

.box-podcast-player i {
    font-size: 35px;
    color: var(--c1);
}

.box-podcast-player span {
    font-weight: 500 !important;
    color: var(--c4);
    width: 80px;
}

.box-podcast-player div {
    width: 100%;
    height: 8px;
    background: var(--c2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.box-podcast-player div:before {
    content: '';
    display: block;
    width: 53%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--c1);
    border-radius: 5px;
}

.box-podcast-wide {
    align-items: center;
}

.box-podcast-wide .box-podcast-img {
    width: calc(100% / 3.1);
}

.box-podcast-wide .box-podcast-info {
    width: calc(100% / 3.1 * 2);
}

.pod-podcasts {
    margin: 30px 0 0 0 !important;
    padding-top: 5px;
}

.podcasts-exclusivo {
    position: absolute;
    top: 50%;
    transform: translatey(-60%) translatex(20px);
}

/* diagnostico */

.diagnostico-dinheiro {
    position: absolute;
    
    @media(min-width: 993px){
        left: 25%;
        bottom: 30px;
    }
    
}

.diag-alpinista {
    @media(max-width:992px){
        margin-top:-40px;
    }
    background: var(--c1);
    padding: 80px 0;
    position: relative;
}

.diag-lines-1 {
    position: absolute;
    top: -168px;
    right: 35px;
    transform: translatex(100%) rotate(4deg);
}

.diag-lines-2 {
    position: absolute;
    bottom: -130px;
    left: 55px;
    transform: translatex(-100%) rotate(5deg);
}


.diag-txt-lines-1 {
    @media(max-width: 992px){
        font-size: 30px;
    }
    
     @media(min-width: 993px){
        font-size: 50px;
    }
    
    text-align: center !important;
    color: var(--c2);
    line-height: 1 !important;
}

.diag-txt-lines-1 strong {
    font-weight: 900;
    color: white;
}

.diag-lines-3 {
    position: absolute;
    top: 70px;
    right: -35px;
    transform: rotate(-9deg);
}

.diag-lines-4 {
    position: absolute;
    bottom: 0px;
    left: -95px;
    transform: rotate(-2deg) translatey(100%);
}


.diag-txt-lines-2  {
    @media(max-width: 992px){
        font-size: 50px;
    }
    
     @media(min-width: 993px){
        font-size: 65px;
    }
    
    font-family: var(--f3);
    font-weight: 400 !important;
    color: white;
    text-align: center !important;
    line-height: 1;
    letter-spacing: 2px;
    margin: 90px 0 -30px;
}

.diag-txt-lines-2 strong {
    color: var(--c2);
}

@media(max-width: 992px){
    .diag-girl {
        margin-top:30px;
    }
}

@media(min-width: 993px){
    .diag-girl {
        position: absolute;
        bottom: -200px;
        right: -50px;
        transform: translatex(100%);
    } 
}




.diag-nuvem {
    position: absolute;
    top: -120px;
    right: 30px;
}

.diag-montanhas {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.diag-alpinista img {
    pointer-events: none !important;
    user-select: none !important;
}

.diag-alpinista .container {
    z-index: 2;
}

.diag-pingo {
    position: absolute;
    bottom: -80px;
    left: 200px;
    transform: translatey(100%);
}

.diag-ja {
    padding: 150px 0 80px;
    position: relative;
}


.diag-mesa {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    pointer-events: none;
    user-select: none;
}

@media(max-width: 992px){
    .diag-mesa {
        width: 700px;
    }
    
}

@media(min-width: 993px){
    .diag-mesa {
        width: 1920px;
        margin-top: -250px;
    }
    
}


@media(max-width: 992px){
    .diag-box-mesa {
        padding: 60px 60px 105px 50px;
        background-size: contain !important;
        margin-top: -70px;
        position: relative;
        z-index: 2;
    }
    
    .diag-box-mesa h3 {
        color: white;
        font-size: 25px;
        font-weight: 400 !important;
    }
    
}

@media(min-width: 993px){
    .diag-box-mesa {
        padding: 60px 60px 105px 50px;
        background-size: cover !important;
        margin-top: -70px;
        position: relative;
        z-index: 2;
    }
    
    .diag-box-mesa h3 {
        color: white;
        font-size: 35px;
        font-weight: 400 !important;
    }
}




.diag-box-mesa h3 strong {
    color: var(--c2);
}

@media(min-width: 992px){
    .holder-diag-lampada {
        margin-top: -230px;
        position: relative;
        left: -50px;
        z-index: 2;
    }
}

@media(max-width:993px){
    .holder-diag-lampada {
        position: relative;
    }
}


.holder-diag-lampada > img {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translatex(-50%);
    width: 240px;
    z-index: 3;
}

.diag-lampada {
    position: relative;
    padding: 170px 0 0;
}

@media(max-width: 992px){
    .diag-lampada > img {
        height:70%;
    }
    
}

.diag-lampada > img {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 109%;
    z-index: 2;
}

.diag-lampada h3 {
    position: relative;
    z-index: 2;
    padding: 40px 30px 20px;
    text-align: center !important;
    font-size: 40px;
    color: var(--c4);
}

.holder-diag-lampada:before {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    background: radial-gradient(var(--c1) 0%, transparent 70%) ;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
    filter: blur(10px);
}

.diag-lampada h3 strong {
    font-size: 30px;
    color: var(--c1);
}

.diag-seta {
    margin-top: -80px !important;
}

.diag-video-box {
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 40px;
    border: 5px solid var(--c2);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px var(--c2);
}

@media(min-width: 992px){
    .diag-video-texto img {
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translatex(-50%);
        bottom: -50px;
    }
}

@media(max-width: 991px){
    .diag-video-texto img {
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translatex(-50%);
        bottom: -50px;
        object-fit:100%;
        height:100%;
    }
}


.diag-video-texto h6 {
    position: relative;
    z-index: 2;
    padding: 20px 60px;
    text-align: center !important;
    font-size: 18px;
}

.row-certificados {
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.15));
}

.diag-box-abordagem {
    padding: 90px 80px 55px;
    position: relative;
    margin-top: -20px;
    top: 60px;
}

.diag-box-abordagem h3 {
    font-family: var(--f3);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
    color: white;
}

.diag-box-abordagem h3 strong {
    color: var(--c2);
}

.diag-cta {
    padding: 80px 0 40px;
}

.diag-cta h3 {
    font-size: 32px;
    text-align: center !important;
    font-family: var(--f2);
    color: white;
    margin-bottom: 30px;
}

.diag-cta h3 span {
    font-size: 42px;
    font-weight: 900;
    color: var(--c2);
    font-family: var(--f2);
}

.diag-cta h2 {
    font-size: 55px;
    text-align: center !important;
    font-family: var(--f2);
    color: var(--c2);
    margin-bottom: 0;
    line-height: 1;
}

.diag-cta h2 span {
    font-size: 44px;
    font-weight: 800 !important;
    color: white;
    font-family: var(--f2);
}

.diag-depo {
    padding: 80px 0 0;
}

.f3 {
    font-family: var(--f3);
}

.diag-depo h2.h1 {
    font-size: 50px;
    font-weight: 300;
}

.diag-depo-box {
    position: relative;
    margin: 40px 0;
}

.diag-depo-img {
    border-radius: 50%;
    border: 14px solid var(--c2);
}

.diag-depo-box h3 {
    font-family: var(--f3);
    color: var(--c4);
    font-weight: 700;
    font-size: 43px;
    letter-spacing: 2px;
}

.diag-depo-stars {
    font-size: 33px;
    color: var(--c2);
}

.diag-depo-content {
    position: relative;
}

.diag-depo-content p {
    font-size: 21px;
    color: white;
    z-index: 2;
    position: relative;
    padding: 30px 40px 30px 30px;
}

.diag-depo-content img {
    width:100%;
    height:100%;
    object-fit: 100%;
    left:-30px;
    position: absolute;
}
    
@media(min-width: 992px){
    .diag-depo-content img {
        position: absolute;
        left: -60px;
    }
}

@media(max-width: 992px){
    .diag-controle-title {
        width:100%;
    }
}
.diag-controle-title {
    position: relative;
    top: 110px;
    margin-top: -120px !important;
    pointer-events: none;
    user-select: none;
}

.diag-form .container {
    background: var(--c1);
    border-radius: 60px 60px 0 0;
    padding: 100px 40px 0;
}

.diag-andre-nome {
    @media(min-width:992px){
         position: absolute;
        top: 30px;
        right: 50px;
    }
   
    font-weight: 400 !important;
    font-size: 26px;
}

.diag-conteudo-andre {
    background: rgba(0,0,0,0.2);
    padding:10px;
    @media(min-width: 992px){
        width: calc(100% - 38px);
        float: right;
        padding: 30px 30px 450px;
    }
    
}

.diag-conteudo-andre blockquote {
    font-family: var(--f3);
    font-size: 45px;
    line-height: 1;
    color: var(--c2);
    font-weight: 600 !important;
}

.holder-input.holder-input-label-outside label {
    position: initial !important;
    font-weight: bold !important;
    display: block;
    margin-bottom: -10px !important;
    margin-top: 10px;
    padding-left: 10px;
}

.holder-input-white.holder-input-label-outside label {
    color: white !important;
}

.holder-checkbox-white * {
    color: white !important;
}

p.diag-footer-form {
    font-size: 14px;
    margin: 20px 0 10px !important;
}

.diag-form .btn-form {
    border-radius: 100px !important;
}

.diag-btn-form {
    position: relative;
}

.diag-btn-form img {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translatey(-50%);
}

.diag-btn-form:before {
    content: "Vamos agendar uma conversa?";
    display: block;
    width: 260px;
    font-family: var(--f1);
    font-size: 30px;
    font-weight: 800 !important;
    color: white;
    position: absolute;
    top: 50%;
    left: -420px;
    transform: translatey(-50%);
    line-height: 1.3;
}

.menu_desk_nav {
    position: absolute;
    top: 0;
    left: 300px;
    height: 100%;
    background: var(--c1);
    transition: .27s ease;
    opacity: 0;
}

.menu_item {
    position: relative;
    z-index: 2;
}

.menu_link {
    padding: 65px 12px;
}

.menu_link:after {
    content: '';
    display: white;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.menu_desk .menu_item .menu_link:hover, .menu_desk .menu_item .menu_link.active {
    color: var(--nown-secundaria) !important;
}

.container.header {
    padding: 5px 25px !important;
    z-index: 999;
    overflow: hidden;
}

.menu_links {
    display: flex;
}

.has_mega_menu {
    position: relative;
}

.has_mega_menu:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0 0 3px 0;
    position: absolute;
    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    bottom: -55px;
    opacity: 0;
    transition: .27s ease;
    pointer-events: none;
}

.has_mega_menu:hover:before, .has_mega_menu:has(.menu_link.active):before {
    opacity: 1;
    bottom: -35px;
}

.container.mega-menu {
    padding-left:0 !important;
    width: 100%;
    background-color: var(--c1);
    /*background-image: url(/conteudo/media/megamenu/institucional.webp);*/
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: fixed;
    z-index: 998;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 40px;
    transition: transform 0.5s ease, height .27s ease;
    top: 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    min-height:515px;
}

.container.header:has(.has_mega_menu:hover) + .container.mega-menu, .container.mega-menu.active {
    transform: translate(-50%, 0);
}

.menu_desk_nav {
    pointer-events: none !important;
}

.nav-mega-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-mega-menu li a {
    display: inline-block;
    font-size: 19px;
    color: var(--nown-primaria-text-over);
    text-decoration: none !important;
    margin-top: 8px;
    font-family: var(--f2);
    font-weight: 500 !important;
    transition: .27s ease;
}

.nav-mega-menu li a i {
    line-height: 1;
    font-size: 23px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    transition: .27s ease;
}

.nav-mega-menu li a:hover i,.nav-mega-menu li a:hover {
    color: var(--c2);
}

.mega-menu-menu {
    width: 65%;
    position:relative;
    z-index:10;
    background: var(--nown-primaria);
    background: linear-gradient(90deg, var(--nown-primaria) 65%, rgba(0,0,0,0) 100%);
    padding: 200px 50px 50px;
    height:100%;
}

.img-mega-menu {
    display: block;
    height: 78%;
    position: absolute;
    bottom:0;
    right: 0;
    object-fit: cover;
    pointer-events: none !important;
}

.nav-mega-menu-boxed {
    background: rgba(0,0,0,0.05);
    border-radius: 0 10px 10px 10px;
    padding: 5px 20px 15px 20px  !important;
}

.title-mega-menu-boxed {
    background: rgba(0,0,0,0.05);
    display: inline-block;
    padding: 6px 10px 0;
    border-radius: 10px 10px 0 0;
}

.container-shape-bottom {
    border-radius: 0 !important;
    mask-image: url(/conteudo/media/shape.svg?v=11111);
    mask-position: center bottom;
}

.news-voando {
    position: absolute;
    top: -60px;
    left: -200px;
    animation: voando 5s infinite;
    width: 500px;
}

.news-homem {
    position: absolute;
    bottom: -250px;
    right: 0;
    transform: translatex(70%);
}

@keyframes voando {
    0%, 100% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(50px);
    }
}

.folha-360 {
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: 10;
    transform: translatex(-50%);
}

.container-360 {
    position: relative;
    
    .row {
        max-width: 1920px;
        margin: 0 auto;
    }
    
    .col-360-1-bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50vw;
        height: 100%;
    }
}

#pageWrap {
    max-width: 4000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    @media(min-width: 3900px){
        mask-image: linear-gradient(to left, transparent 1%, white 2%, white 99%, transparent 100%);
    }
}

.container-depoimentos {
    padding-bottom: 307px !important;
    .home-separador-trans {
        width: 100%;
        height: 307px;
        object-fit: cover !important;
        object-position: center center;
        position: absolute;
        bottom: 0;
    }
}

.footer {
    max-width: 4000px !important;
    padding-top: 300px;
    mask-image: url(/conteudo/media/shape-footer.svg?v=1111);
    mask-position: center top;
    z-index: 10;
}

.overlay-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.footer {
    margin-top: -310px;
}

.menu_mobile {
    display: none;
}

.card-futuro {
    position: relative;
    z-index: 2;
    
    img {
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    .content {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: calc(100% - 42px);
        left: 21px;
        background: rgba(0, 22, 40, 0.7);
        padding: 50px 20px 30px;
        border-radius: 0 0 25px 25px;
        backdrop-filter: blur(5px);
        transition: .4s ease;
        opacity: 0;
    }
    
    &:hover {
        z-index: 5;
        .content {
            transform: translatey(100%);
            opacity: 1;
        }
    }
    
    p {
        color: var(--c2);
        margin-bottom: 10px !important;
    }
    
    li {
        color: var(--c2);
        list-style: none;
        position: relative;
        font-size: 15px;
        
        &:before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            background: var(--c1);
            border-radius: 50%;
            position: absolute;
            top: calc(50% - 3px);
            left: -20px;
        }
    }
}

@media (max-width: 991px){
    .text-descubra {
        padding: 30px 30px 0;
        font-size: 24px;
        line-height: 1.4;
    }
    
    .icon-box-1 {
        width: calc(100% - 60px);
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .desvende-1 {
        width: 100% !important;
        height: 700px;
        object-fit: cover;
        object-position: center top;
        border-radius: 80px;
    }
    
    .desvende-texto {
        h2 {
            &, span {
                font-size: 40px !important;
                text-align: center !important;
            }
        }
        h3 {
            &, span {
                font-size: 26px !important;
                text-align: center !important;
            }
        }
        
        p {
            font-size: 20px !important;
            text-align: center !important;
            width: 100%;
        }
    }
    
    .desvende-2 {
        display: none;
    }
    
    .title-aproveite {
        border-radius: 25px !important;
        background: var(--c1) !important;
    }
    
    .card-blog-1 {
        margin-bottom: 50px !important;
        
        .card-content {
            padding: 200px 30px 30px !important;
        }
        .card-resumo {
            display: none !important;
        }
    }
    
    .card-blog-2 {
        flex-wrap: wrap !important;
        margin-bottom: 50px;
        
        .card-thumb {
            &, img {
                width: 100% !important;
            }
        }
    }
    
    .navegue-tags {
        flex-wrap: wrap;
        h3 {
            width: 100%;
            margin-bottom: -10px !important;
        }
        .navegue-tags-links {
            overflow-y: auto;
            padding: 15px 15px 20px;
            a {
                white-space: nowrap;
            }
        }
    }
    
    .container-newsletter {
        padding-top: 50px !important;
        h2 {
            font-size: 40px !important;
        }
        .news-voando {
            display: none !important;
        }
        .news-homem {
            display: none !important;
        }
    }
    
    .container-360 {
        padding: 0 !important;
        .row {
            padding: 0 !important;
        }
        .col-360-1-bg {
            width: 100vw !important;
            background-position: 20% center !important;
        }
        img.money-360 {
            width: 250px !important;
            bottom: -70px !important;
            right: -50px !important;
        }
        .col-360-3 {
            flex-wrap: wrap;
        }
        .mapa-360 {
            position: relative;
            right: unset !important;
            bottom: unset !important;
            margin-top: -130px !important;
            margin-bottom: 100px !important;
        }
        .texto-360-2 {
            padding: 130px 30px !important;
            width: 100% !important;
            margin: 0 !important;
            
            h2 {
                font-size: 50px !important;
            }
            h4 {
                font-size: 25px !important;
            }
        }
        .col-360-4 {
            .img-4-360 {
                position: initial;
                transform: scale(0.9) !important;
                margin-bottom: -180px !important;
            }
            .col-360-4-botao a {
                top: 180px !important;
                left: unset !important;
                bottom: unset !important;
                right: 120px;
            }
            
            .question-box-360 {
                left: unset !important;
                right: 0px;
            }
        }
    }
    
    .container-bem-vindo {
        padding-top: 200px !important;
    }
    
    .bem-vindo-texto {
        padding: 50px 20px 150px !important;
        
        img.img-bem-vindo {
            transform: none !important;
            width: 100% !important;
        }
    }
    
    .separador-3 {
        width: 600px !important;
        height: auto !important;
        left: 70% !important;
    }
    
    .container-gestao {
        padding-top: 200px !important;
    }
    
    .titulo-gestao {
        padding: 0 30px !important;
        h2 {
            margin-top: 50px !important;
        }
    }
    
    .cta-gestao {
        width: 100%;
        background-size: 300% 150% !important;
        padding: 120px 0;
    }
    
    .depoimento_home {
        padding: 0 20px 50px !important;
    }
    
    .clientes {
        overflow: auto;
    }
    
    .holder_faq .titulo_faq {
        padding: 10px 50px 10px 30px;
        font-size: 17px !important;
    }
    
    .conteudo_faq {
        padding: 40px 20px 0px !important;
        margin-bottom: -50px !important;
    }
    
    .holder_faq label:has(input:checked) + .conteudo_faq {
        max-height: unset !important;
        padding: 20px !important;
        margin-bottom: -0 !important;
    }
    
    .footer {
        text-align: center !important;
        
        .text-end {
            text-align: center !important;
        }
        
        .footer-middle {
            display: none;
        }
        
        .box-footer-form {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            input {
                text-align: center !important;
            }
        }
        
        .footer-spacing {
            height: 250px !important;
        }
    }
    
    .footer-bottom {
        flex-wrap: wrap;
        gap: 5px;
        height: auto !important;
        width: 100% !important;
        justify-content: center;
        margin-bottom: 20px;
        
        &:before {
            display: none !important;
        }
    }
    
    .header {
        .menu_desk {
            display: none;
        }
        
        .menu_mobile {
            display: flex;
            justify-content: end;
            
            .open_menu_mobile {
                position: relative;
                width: 40px;
                height: 30px;
                cursor: pointer;
                
                &:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 5px;
                    background: var(--c1);
                    border-radius: 3px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    box-shadow: 0 12.5px 0 0 var(--c1), 0 25px 0 0 var(--c1);
                }
            }
        }
    }
    .container.header {
        padding: 0 30px !important;
        .header-logo {
            height: 100px !important;
            width: auto !important;
            object-fit: contain;
        }
    }
    .logo-360 {
        display: block;
        width: 80%;
        margin: 30px auto 0;
    }
    
    .img-360-3 {
        display: block;
        width: 80%;
        margin: 10px auto -60px;
    }
    .bem-vindo-texto p {
        padding: 0 !important;
    }
}

@media (min-width: 992px){
    .overlay-menu-mobile, .holder-menu-mobile {
        display: none !important;
    }
}

.overlay-menu-mobile {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background: rgba(0,0,0,0.8);
}

.holder-menu-mobile {
    position: fixed;
    display: block;
    width: 85%;
    max-width: 700px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background: white;
    transform: translatex(-100%);
    transition: .27s ease;
    
    &.active {
        transform: none;
    }
    
    .close-menu-mobile {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 2;
        background: white;
        border-radius: 50%;
        border: 10px solid white;
        
        &:before, &:after {
            content: '';
            display: block;
            width: 100%;
            height: 5px;
            background: var(--c1);
            border-radius: 3px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
        }
        
        &:after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
    }
    
    .content-menu-mobile {
        padding: 90px 30px 30px;
        overflow: auto;
        height: 100%;
    }
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        
        li {
            cursor: pointer;
            
            a {
                display: block;
                width: 100%;
                font-weight: 500 !important;
                cursor: pointer;
            }
        }
    }
    
    ul:not(.mobile-sub-menu) {
        & > li > a {
            text-decoration: none;
            color: var(--c1);
            font-size: 20px !important;
            padding: 8px 0;
            
            span {
                font-weight: bold !important;
            }
        }
        .mobile-has-sub {
            & > a {
                pointer-events: none;
                position: relative;
                
                &:before {
                    content: '';
                    display: block;
                    width: 10px;
                    height: 10px;
                    border: 3px solid var(--c1);
                    border-top: none;
                    border-left: none !important;
                    border-radius: 0 0 3px 0;
                    transform: rotate(-45deg);
                    position: absolute;
                    top: calc(50% - 10px);
                    right: 0;
                    transition: .27s ease;
                }
            }
            
            &.active {
                .mobile-sub-menu {
                    max-height: unset !important;
                    opacity: 1;
                    transform: translatey(0px);
                    padding: 20px;
                    margin-bottom: 15px;
                }
                
                & > a {
                    &:before {
                        transform: rotate(45deg);
                    }
                }
            }
            
            .mobile-sub-menu {
                background: rgba(0,0,0,0.05);
                padding: 0px;
                border-radius: 25px;
                overflow: hidden;
                max-height: 0px;
                transition: opacity .27s ease, transform .27s ease;
                opacity: 0;
                transform: translatey(20px);
                
                li {
                    a {
                        color: var(--c4) !important;
                        text-decoration: none;
                        font-size: 19px;
                    }
                    
                    &.separator {
                        font-weight: 800 !important;
                        color: var(--c4);
                        font-family: var(--f2);
                        font-size: 20px;
                        margin-top: 10px;
                        opacity: 0.7;
                        margin-bottom: 5px;
                    }
                }
            }
        }
    }
}

.inst-time {
    max-width: 1920px;
    border-radius: 200px 0;
    position: relative;
    
    &:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background: var(--c2);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
        z-index: -1;
    }
}

.inst-gov {
    .container {
        position: relative;
    }
    
    img {
        position: absolute;
        bottom: -15%;
        right: -10%;
        width: 50%;
    }
}

.mw-1920 {
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

@media (min-width: 2000px){
    .inst-pessoas {
        background: none !important;
    }
    
    .divisor-pessoas {
        mask-image: linear-gradient(to right, transparent 1%, white 10%, white 90%, transparent 100%);
    }
    
    .pin-topo {
        bottom: -150px !important;
    }
}

@media (max-width: 991px){
    .hero-inst {
        padding: 200px 0 350px;
        background-position: 40% !important;
        
        .topo-inst {
            width: 100%;
        }
        
        .pin-topo {
            bottom: -250px !important;
            right: 50px !important;
        }
    }
    
    .inst-historia {
        padding: 0 !important;
    }
    
    .row-historia {
        .col-lg-6 {
            &:nth-of-type(1) {
                order: 1;
            }
            &:nth-of-type(2) {
                order: 2;
            }
            &:nth-of-type(3) {
                order: 4;
            }
            &:nth-of-type(4) {
                order: 3;
            }
            &:nth-of-type(5) {
                order: 5;
            }
            &:nth-of-type(6) {
                order: 6;
            }
        }
    }
    
    .inst-pessoas {
        background: none !important;
        
        [class^=col-lg] {
            padding: 0 30px !important;
        }
        
        .texto-verde {
            margin-top: 40px !important;
        }
        
        .img-pessoas {
            position: initial;
            transform: none !important;
            margin-bottom: -100px;
        }
        
        .divisor-pessoas {
            height: 250px !important;
            object-fit: cover;
            object-position: center left;
        }
    }
    
    .inst-resultado {
        
        [class^=col-lg] {
            padding: 0 30px !important;
        }
        
        .inst-sol {
            position: initial;
            width: 60%;
            left: 50% !important;
            position: relative;
            top: 30px !important;
            transform: translatex(-50%);
        }
    }
    
    .inst-gov {
        padding-bottom: 50px !important;
        .row {
            padding: 0 30px !important;
        }
        
        img {
            position: initial;
            width: 100%;
            margin-top: 40px;
        }
    }
    
    .inst_timeline {
        padding: 0 30px;
        
        .inst_tl_line {
            left: 10px;
        }
    
        .inst_tl_item {
            flex-direction: column !important;
            padding-left: 30px;
            
            &:after {
                left: -20px !important;
            }
            
            .inst_tl_title {
                width: 100%;
                margin-bottom: 30px;
                text-align: left;
                
                span {
                    border-radius: 0 30px 30px 0 !important;
                    padding: 0 10px 0 4px !important;
                    
                    &:before {
                        right: unset;
                        left: -22px;
                        border-left: 11px solid transparent !important;
                        border-right: 11px solid #eaeaea;
                    }
                }
                
                img {
                    margin-left: 0 !important;
                    margin-right: 0 !important;
                }
            }
            
            .inst_tl_text {
                width: 100%;
            }
        }
    }
            
    .inst_tl_item.left .inst_tl_card :is(h6, p) {
        text-align: left !important;
    }
    
    .inst-marca {
        padding: 0 !important;
        
        .box-marca {
            position: initial;
        }
    }
    
    .inst-renovacao {
        .row {
            padding: 0 30px;
        }
    }
    
    .row-valores {
        border-radius: 90px 90px 0 0;
        padding: 60px 40px !important;
    }
    
    .inst-etica {
        
        .etica-1 {
            height: 130px !important;
            top: -75px !important;
            right: -50px;
        }
        
        .etica-2 {
            display: none;
        }
        
        .row {
            padding: 0 30px;
        }
    }
}

.spacing-carr {
    height: 600px;
}

.the-best-img {
    margin: 0 auto 45px !important;
}

.carr-ebook {
    padding-bottom: 300px !important;
}

.col-a-marca {
    padding: 80px 100px 80px !important; 
}

@media (max-width: 991px){
    .padding-mobile {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .inst-pessoas {
        padding-top: 100px !important;
    }
    
    .col-a-marca {
        padding: 60px 70px !important;
    }
    
    .hero-carreira {
        padding-top: 140px !important;
        
        h1 {
            font-size: 23px !important;
        }
        
        .spacing-carr {
            height: 400px !important;
        }
        
        .topo-carreira {
            width: 70%;
            max-width: 300px;
        }
    }
    
    .carr-img-1 {
        margin: -60px 0 40px;
    }

    .the-best-img {
        margin: 45px auto !important;
    }
    
    .cta-guia {
        .img-cta-guia {
            position: initial;
            transform: none !important;
            width: 100%;
            margin: -120px 0 40px !important;
        }
    }
    
    .carr-despertar {
        padding-bottom: 60px;
    }
    
    .ebook-logo-seed {
        margin: 0 auto 40px !important;
    }
    
    .text-intro-ebook {
        * {
            padding: 0 20px !important;
        }
    }
}

@media (max-width: 991px) {
    .p-0-mobile {
        padding: 0 !important;
    }
}

.hero-vagas {
    position: relative;
    padding: 190px 0 60px;
    
    .topo-vagas {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 3;
        transform: translatex(-75%);
        filter: drop-shadow(0 0 35px rgba(0,0,100,0.4));
    }
    
    @media (max-width: 991px){
        padding: 150px 0 120px;
        
        .img-fluid {
            mask-image: linear-gradient(180deg, white 60%, transparent);
        }
        
        .topo-vagas {
            width: 80%;
            bottom: 30px;
            left: 50%;
            transform: translatex(-50%);
            filter: drop-shadow(0 0 55px rgba(0,0,100,0.6));
        }
    }
}

.vagas-form {
    max-width: 1920px;
    border-radius: 200px 0;
    position: relative;
    
    &:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background: var(--c2);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
        z-index: -1;
    }
}

.hero-port {
    height: 800px;
    @media (max-width: 991px){
        height: 600px;
    }
    position: relative;
    
    .topo-port {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translatex(-50%);
        z-index: 2;
        
        @media (max-width: 991px){
            width: 90%;
            max-width: 400px;
        }
    }
}

.port-clientes {
    padding: 0 0 80px;
}

.port-contato {
    padding: 0 0 80px !important;
}

.port-defina {
    padding-bottom: 80px;
}

.arti-ebook.port-ebook {
    box-shadow: none !important;
    padding: 0 !important;
}

.folhar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media (max-width:991px) {
    .arti-box-contato {
        padding: 150px 50px 60px;
        
        & > img {
            top: 0;
            left: 50%;
        }
        
        &:after {
            width: 70%;
            height: 10px;
            left: 50%;
            top: unset !important;
            bottom: -5px !important;
            transform: translatex(-50%);
        }
    }
    
    .box-ebook-com {
        margin-top: 140px;
        
        .res-capa-ebook {
            position: relative;
            top: 0;
            left: 50%;
            transform: translatex(-50%);
            margin-top: -150px;
            height: auto !important;
        }
    }
}

@media (min-width: 250px){
    .separador-home-1 {
        height: 200px !important;
    }
}

.res-chave {
    border-radius: 0 !important;
    mask-image: url(/conteudo/media/shape.svg?v=111111);
    mask-position: center bottom;
    position: relative;
    height: 1100px;
    padding-top: 50px !important;
    background-position: 50% !important;
    
    .familia-over {
        width: 3500px;
        position: absolute;
        height: 100%;
        bottom: -250px;
        left: 50%;
        transform: translatex(-50%);
        mask-image: linear-gradient(to right, transparent, white 8%, white 92%, transparent);
    }
}

.res-eficiencia {
    position: relative;
}

.box-chave {
    top: 0px;
    transform: translate(-50%, -100%);
    bottom: unset !important;
    z-index: 10 !important;
}

.res-sol {
    top: -250px !important;
}

.res-entenda {
    padding: 450px 0 800px !important;
    margin-top: -400px;
    z-index: 2;
    
    .row {
        position: relative;
        z-index: 2;
    }
    
    .casal-arvore {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translatex(-50%);
    }
}

.res-transformando {
    position: relative;
}


.hero-title {
    filter: drop-shadow(0 0 100px rgba(0,50,100,1)) drop-shadow(0 0 50px rgba(0,50,100,1));
}

@media (max-width: 991px){
    .hero-title {
        padding: 0 20px;
        filter: none !important;
        h1 {
            text-align: center !important;
            font-size: 40px !important;
        }
    }
    
    .res-chave {
        padding-top: 0px !important;
        height: 1000px;
    }
    
    .box-chave {
        width: 90%;
        padding: 150px 30px 50px;
        border-radius: 50px !important;
        position: relative !important;
        transform: translatex(-50%);
        margin-top: -350px;
        margin-bottom: 80px;
        
        img {
            top: 0 !important;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .box-chave-texto {
            text-align: center !important;
            &:after {
                top: unset !important;
                bottom: -55px;
                width: 80%;
                left: 50%;
                transform: translatex(-50%);
            }
        }
    }
    
    .res-eficiencia {
        .row:has(.eficiencia-2){
            margin: 40px -20px !important;
        }
        
        .eficiencia-1, .eficiencia-2, .eficiencia-3 {
            margin-bottom: 30px !important;
        }
        
        .eficiencia-4 {
            margin-top: 0 !important;
        }
    }
    
    .box-ebook-res {
        margin-top: 100px;
        
        .res-capa-ebook {
            position: initial;
            height: auto !important;
            width: 100%;
            margin: -90px 0 30px;
        }
        
        .holder-checkbox {
            margin-top: 20px;
        }
    }
        
    .res-titulo-entenda {
        width: 100%;
    }
    
    .card-res-1, .card-res-2, .card-res-3, .card-res-4 {
        background: white !important;
        border-radius: 50px;
        padding: 150px 40px 50px !important;
        margin-top: 200px;
        text-align: left !important;
        
        img {
            bottom: unset !important;
            top: 0;
            left: 50%;
            transform: translate(-50%, -40%);
        }
    }
    
    .card-res-3 {
        margin-top: 120px;
    }
    
    .card-res-2, .card-res-4 {
        img {
            top: -8%;
        }
    }
    
    .card-res-4 {
        margin-top: 150px;
    }
    
    .res-entenda {
        background-color: #1CB5B5 !important;
        background-size: auto 50% !important;
        
        .casal-arvore {
            width: 3000px;
            left: 10%;
        }
    }
    
    .res-transformando {
        text-align: center !important;
        padding: 400px 30px 150px !important;
        
        .row img {
            width: 90%;
            margin-bottom: 50px !important;
        }
    }
    
    .res-form {
        background-position: 40% !important;
        
        .titulo-form {
            margin: 30px auto -50px !important;
            position: relative;
            left: 50%;
            transform: translatex(-50%);
            width: 90%;
            max-width: 400px;
        }
    }
    .res-textos {
        padding: 20px 0 50px;
    }
    .row-textos-res {
        padding: 0 30px;
        flex-direction: column-reverse !important;
        margin-bottom: -20px !important;
        
        img {
            transform: none !important;
        }
    }
    
    .row-res-adquirir {
        text-align: center !important;
        
        h5 {
            margin-bottom: 20px !important;
        }
        .res-adquirir-numero {
            flex-direction: column;
        }
        .col-lg-2 {
            display: none !important;
        }
    }
    
    .res-fornecedores {
        text-align: center !important;
        img {
            margin-bottom: 20px !important;
        }
    }
}

.hero-comercio {
    position: relative;
}

.box-efi-com {
    padding: 120px 40px;
    margin-bottom: 150px;
    
    .com-efi-1 {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .com-efi-2 {
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 50%) rotate(45deg);
    }
}

@media (max-width: 991px){
    .box-com-liderando {
        padding: 60px 50px !important;
        
        img {
            top: -100px;
            right: -30px;
        }
    }
    
    .com-ebook {
        .res-capa-ebook {
            transform: none !important;
        }
    }
    
    .com-titulo-dados, .com-titulo-eficiencia {
        width: 90%;
        max-width: 400px;
    }
    
    .com-dados {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.holder-efi-img-1 {
    position: relative;
}

.efi-img-1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    object-fit: contain;
    object-position: right center;
}

.ind-txt-efi {
    padding: 150px 0;
}

@media (max-width: 991px){
    .ind-eficiencia {
        .col-9 {
            width: 100%;
            padding: 150px 10px 50px !important;
            text-align: center !important;
            
            img {
                top: 0 !important;
                left: 50% !important;
                transform: translate(-50%, -50%);
            }
        }
    }
    
    .ind-txt-efi {
        padding: 20px 15px !important;
    }
    
    .efi-img-1 {
        position: initial;
        transform: none !important;
        margin: 20px 0 50px;
    }
    
    .ind-txt-inst {
        padding: 50px 50px 150px !important;
    }
    
    .ind-titulo-instalacao {
        position: relative;
        width: 100%;
        margin: 20px 0 30px !important;
    }
    
    .row-pontos {
        margin-top: -50px !important;
        
        .ind-pontos-box {
            margin-bottom: 50px !important;
            
            p {
                font-size: 14px;
            }
        }
    }
    
    .ind-titulo-pontos {
        font-size: 32px !important;
    }
    
    .ind-box-11p {
        width: 150% !important;
        max-width: unset !important;
        position: relative;
        left: 38%;
        transform: translatex(-50%);
        margin-top: 40px !important;
    }
    
    .ind-newsletter {
        padding-top: 110px !important;
    }
    
    .ind-ebook {
        .ind-img-ebook {
            margin-bottom: 40px !important;
        }
        
        .box-ebook-ind {
            margin-top: 150px !important;
        }
    }
    
    .ind-instalacao-2 {
        text-align: center !important;
    }
    
    .bom-com-negocios {
        img {
            max-width: 100% !important;
        }
    }
}

.rur-eficiencia {
    max-width: 1400px !important;
    padding: 0 0 250px;
    overflow: hidden;
    
    .mocinho-eficiencia {
        position: absolute;
        left: 14%;
        bottom: 0;
    }
}

.rur-oq-texto {
    .row {
        position: relative;
        
        .oq-e-img {
            width: 50%;
            position: absolute;
            right: -15%;
            display: flex;
            justify-content: end;
            flex-direction: column;
            
            img ~ img, img:has(+ img) {
                margin-top: -50px;
            }
        }
    }
}

.rur-transf {
    position: relative;
}

.rur-titulo-transf {
    margin-top: -40px !important;
}

@media (max-width: 991px){
    .rur-eficiencia {
        border-radius: 0 0 50% 50% / 0 0 50px 50px !important;
        padding-bottom: 100px !important;
        
        h2 {
            font-size: 40px !important;
        }
        h3 {
            color: var(--c4) !important;
        }
    }
    .rur-box-efi {
        width: 100% !important;
    }
    .mocinho-eficiencia {
        display: none !important;
    }
    
    .rur-oq-texto {
        padding-bottom: 120px !important;
        .row {
            
            .oq-e-img {
                position: initial;
                width: 100% !important;
                margin-bottom: -80px !important;    
            }
        }
    }
    
    .rur-titulo-transf {
        margin-bottom: 40px !important;
    }
    
    .rur-ebook {
        padding-top: 450px !important;
        
        .rur-capa-ebook {
            position: relative !important;
            left: 50%;
            top: 0;
            transform: translatex(-50%);
            margin-top: -80px !important;
        }
    }
    
    .rur-provendo {
        padding-top: 0px !important;
    }
}

.gmg-noticias {
    background-image: var(--bg-desktop) !important;
}

@media (max-width: 991px){
    .gmg-chave {
        padding-top: 20px !important;
        h2 {
            font-size: 30px !important;
        }
    }
    
    .gmg-card-chave {
        width: 90%;
    }
    
    .gmg-fornecemos {
        padding-bottom: 0 !important;
        border-radius: 0 0 50% 50% / 0 0 50px 50px !important;
    }
    
    .titulo-inspecao {
        max-width: 100% !important;
        margin-bottom: -200px !important;
    }
    
    .gmg-inspecao {
        background-size: auto 80% !important;
        background-position: top center !important;
    }
    
    .gmg-inspecao-titulo {
        padding-top: 50px;
        
        img {
            margin: -20px auto !important;
        }
    }
    
    .gmg-inspec-texto {
        padding-bottom: 100px !important;
    }
    
    .gmg-checklist {
        .titulo-checklist {
            width: 150% !important;
        }
        padding-top: 120px !important;
    }
    
    .titulo-gmg-checklist {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .gmg-aplicacoes-titulo {
        h2 {
            font-size: 28px !important;
        }
        
        img {
            height: 120px !important;
        }
    }
    
    .gmg-guia-motor, .gmg-guia-robo {
        display: none !important;
    }
    
    .gmg-transf {
        padding-bottom: 100px !important;
    }
    
    .gmg-trans-mocinha {
        display: none !important;
    }
    
    .gmg-transf-img {
        margin-bottom: 50px !important;
    }
    
    .gmg-noticias {
        margin: 0 !important;
        padding-top: 100px !important;
        background-position: right top !important;
        background-image: var(--bg-mobile) !important;
        margin-top: -74px !important;
    }
    
    .gmg-noticias-chamada {
        background: none !important;
        padding: 0 30px !important;
        margin: 0 !important;
    }
    
    .rur-img-provendo {
        display: none !important;
    }
    
    .rur-newsl {
        margin-top: -120px !important;
    }
}

.projetos-noticias {
    margin: 0 !important;
    padding: 100px 0 70px !important;
}



@media (max-width: 991px){
    .hero-title {
        text-align: center !important;
    }
    
    .proj-frente {
        .row {
            padding: 0 !important;
        }
        
        h2 {
            font-size: 40px !important;
        }
    }
    
    .proj-frente-img {
        margin-top: 50px !important;
    }
    
    .proj-frente-box {
        right: -20px !important;
        top: unset !important;
        bottom: -50px !important;
        width: 100% !important;
        background-size: contain !important;
        max-width: 422px !important;
    }
    
    .proj-frente {
        h2 {
            font-size: 30px !important;
        }
    }
    
    .img-resultados {
        margin: 50px 0 !important;
    }
    
    .projetos-noticias {
        padding: 50px 0 !important;
    }
    
    .holder-row-especialista {
        text-align: center !important;
        img {
            max-width: 200px;
            margin: 0 auto 20px !important;
        }
        
        .proj-espec-info {
            text-align: center !important;
        }
    }
    
    .proj-espec {
        padding-bottom: 200px !important;
        
        h2.h1 {
            font-size: 40px !important;
        }
    }
}

.subs-inumeras {
    mask-image: url(data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjE0NzBweCIgaGVpZ2h0PSI1MTdweCI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyMzUsIDApIg0KIGQ9Ik0xNDMwLjE2OCw0ODUuNzExIEwxMjkuMDAwLDUxNS45OTkgQzk4LjY1Nyw1MTcuNzIzIDgwLjMwNiw1MDIuOTY3IDc2LjAwMCw0NjQuMDAwIEwyLjk5NCw4OC45MzYgQy0xMi4wNTUsMTcuMDIyIDQ0LjkyOCwtNC4wNDcgNzkuNTc1LDEuNjEwIEwxNDI3LjAwMCwzLjAwMCBDMTQ2NC41OTksMy45MjkgMTQ3MC4zNDcsMTEuNDU1IDE0NjkuNDY1LDUxLjQ4OCBMMTQ2NS4wOTksNDU4LjY3MCBDMTQ1OC45NDUsNDgyLjQwMCAxNDQ1LjAwOCw0ODUuNzExIDE0MzAuMTY4LDQ4NS43MTEgWiIvPg0KPC9zdmc+);
    mask-size: 100% 100%;
    mask-position: center center;
    mask-repeat: no-repeat;
    max-width: 1500px;
}

@media (max-width: 991px){
    .subs-descubra {
        h2.h1 {
            font-size: 35px;
        }
    }
    
    .subs-box-entenda {
        transform: none !important;
        width: 100%;
        margin: 0 !important;
        border-radius: 100px 40px;
        padding: 50px !important;
        
        .row {
            transform: none !important;
        }
        
        img {
            display: none !important;
        }
    }
    
    .subs-box-cuida {
        width: 100%;
        height: auto !important;
        background-size: 100% 100% !important;
        padding: 40px 50px !important;
        margin: -50px 0 50px !important;
        
        h3 {
            font-size: 27px !important;
        }
    }
    
    .subs-inumeras {
        mask: none !important;
    }
    
    .subs-consultar {
        width: calc(100% + 30px) !important;
        margin: 240px -15px 0;
        &:before, &:after {
            display: none !important;
        }
    }
    
    .subs-ebook {
        padding: 40px 0 250px !important;
    }
}

.ana-form {
    @media (min-width: 1367px){
        background: none !important;
        margin-bottom: -200px !important;
    }
    @media (max-width: 1366px){
        .bg-ana-form {
            display: none;
        }
    }
    
    .bg-ana-form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none !important;
        max-width: 100%;
    }
}

.ana-qualidade {
    padding-bottom: 60px !important;
}

.box-ebook-ana {
    .subs-capa-ebook {
        width: 90% !important;
    }
    
    h4 {
        font-size: 20px !important;
        text-align: center !important;
    }
}

.texto-ana-oque {
    margin: 140px 0 100px;
}

.ana-spec {
    padding-top: 250px;
}

.proj-espec {
    padding-bottom: 300px !important;
}

@media (max-width: 991px){
    .ana-analises {
        padding-top: 20px !important;
        
        h2 {
            font-size: 40px !important;
        }
    }
    
    .ana-holder-box-analises {
        display: flex;
        flex-direction: column-reverse;
        
        .ana-box-analises {
            position: initial;
            transform: none !important;
            margin: 30px auto -50px;
            z-index: 2;
        }
    }
    
    .texto-ana-oque {
        margin: 60px 0;
    }
    
    .h1-big {
        font-size: 40px;
    }
    
    .lista-pinoquio li {
        width: 100%;
    }
    
    .ana-ebook-mao {
        display: none;
    }
    
    .ana-form {
        .form-hero {
            margin-bottom: -170px !important;
            padding-bottom: 50px !important;
        }
    }
    
    .proj-espec {
        padding-bottom: 200px !important;
    }
}

#conteudo {
    background: none !important;
    
    &:has(#pageWrap) {
        padding: 0 !important;
    }
    
    .mw-1920 {
        position: initial !important;
        transform: none !important;
    }
}


body:not(#seedHeader) #topo {
    display: block !important;
}


body:has(#seedHeader) #topo {
    display: none !important;
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 9998 !important;
    
    &:hover{
        display: block !important;
    }
}

body:has(#seedHeader) #lateral {
    z-index: 9999 !important;
    
    &:hover #topo{
        display: block !important;
    }
}

body:has(#separador-home-1) .separador-home-1{
        bottom: 0;
    }




@media (min-width: 992px){
    .box-footer {
        .text-end & {
            * {
                text-align: right !important;
            }
        }
    }
}

.subs-ebook {
    padding-bottom: 240px !important;
}

.card-blog-2 + .card-blog-2 {
    margin-top: 10px;
}

.text-center * {
    text-align: center;
}

/*.projetos-form {*/
/*    @media (min-width: 1367px){*/
/*        background: none !important;*/
/*        margin-bottom: -200px !important;*/
/*    }*/
/*    @media (max-width: 1366px){*/
/*        .bg-projetos-form {*/
/*            display: none;*/
/*        }*/
/*    }*/
    
/*    .bg-projetos-form {*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 50%;*/
/*        transform: translate(-50%, -50%);*/
/*        pointer-events: none !important;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .mont-manutencao {
        padding-top: 00px;
        
        h2.h1-big {
            font-size: 30px !important;
        }
    }
    
    .mont-box-manu {
        margin-bottom: 50px !important;
        
        h3 {
            font-size: 25px !important;
            text-align: center !important;
        }
        img {
            width: auto !important;
            height: 105% !important;
        }
    }
    
    .mont-planejamento {
        border-radius: 50% 50% 0 0 / 50px 50px 0 0 !important;
    }
    
    .mont-plan-text-4 {
        text-align: center !important;
        padding: 0 25px !important;
        margin-bottom: 60px !important;
    }
    
    .mont-plan-img-4 {
        position: initial !important;
        max-width: 100%;
        width: auto !important;
    }
    
    .mont-podcast .box-ebook-res {
        padding-top: 200px !important;
    }
    
    .mont-player-podcast {
        width: 100%;
        max-width: 400px;
    }
    
    .mont-podcast .lista-pinoquio {
        margin-left: 0 !important;
    }
    
    .montagem-form {
        .form-hero {
            padding-bottom: 50px !important;
            margin-bottom: -180px;
        }
    }
}

@media (max-width: 991px) {
    .container-fluid:has(.hero-title) {
        .hero-title {
            position: relative;
            z-index: 2;
        }
        
        &:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(0deg, rgba(3, 94, 94, 0.8), rgba(3, 94, 94, 0.1));
            position: absolute;
            top: 0;
            left: 0;
        }
    }
}

.spda-guia {
    padding-bottom: 290px !important;
}

.spda-form {
    .spda-form-col {
        margin-top: -300px !important;
    }
    
    .form-hero {
        &:before {
            content: '';
            display: block;
            width: 80%;
            height: 10px;
            background: var(--c2);
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

@media (max-width: 991px){
    .spda-eficiencia {
        border-radius: 50% 50% 50px 50px / 50px 50px 50px 50px !important;
    }
    
    .spda-eficiencia-pre h2.h1, .row-spda-imp h2.h1, .spda-infografico h2.h1 {
        font-size: 40px !important;
    }
    
    .spda-rocket, .spda-raio {
        display: none !important;
    }
    
    .box-form-infog {
        left: 50%;
        transform: translate(-50%, -50px);
    }
    
    .spda-guia-titulo {
        width: 100vw;
        left: 50%;
        position: relative;
        transform: translatex(-50%);
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 260px !important;
        
        h2 {
            font-size: 40px !important;
            text-align: center;
        }
    }
    
    .spda-noticias {
        .gmg-noticias-chamada {
            background: var(--c1) !important;
            width: 95%;
            left: 50%;
            position: relative;
            transform: translatex(-50%);
            margin: -100px 0 50px !important;
            border-radius: 50px !important;
            
            h2 {
                font-size: 30px !important;
                margin: 20px 0 !important;
            }
        }
    }
}

.arti-ebook {
    box-shadow: none !important;
    padding-bottom: 20px !important;
}

.arti-contato {
    position: relative;
    padding: 120px 0 300px !important;
}

@media (max-width: 991px){
    .arti-noticias {
        padding-top: 10px !important;
    }
    
    .titulo-fonte-info {
        margin: 0 0 -40px;
    }
    
    .artigos-box-podcast .artigos-icon-podcast {
        display: none;
    }
    
    .artigos-box-podcast {
        padding-top: 100px !important;
        margin-bottom: 60px !important;
    }
    
    .artigos-box-podcast .artigos-player-podcast {
        width: auto !important;
        max-height: 213px;
    }
    
    .arti-ebook {
        .res-capa-ebook {
            transform: none !important;
        }
    }
    
    .arti-contato {
        padding-top: 190px !important;
    }
    
    .hero-title.text-end {
        align-items: center !important;
    }
    
    .titulo-noticias {
        font-size: 35px !important;
    }
}

@media (max-width: 991px) {
    .hero-title {
        min-height: 600px;
        height: auto;
        
        h2 {
            font-size: 20px !important;
        }
    }
}

@media (max-width: 991px) {
    .hero-videos.c1 {
        h1, h2, strong {
            color: white !important;
        }
    }
    
    .box-video {
        padding: 0 !important;
        
        .box-video-thumb {
            height: auto;
            aspect-ratio: 16 / 9;
            width: calc(100% + 30px) !important;
            margin-left: -15px !important;
        }
        
        .box-video-player {
            display: none;
        }
        
        .links-mini {
            display: none;
        }
        
        .box-video-col-info {
            padding: 0 !important;
        }
        
        .box-video-meta {
            justify-content: space-between;
            margin: 15px 0 20px;
            
            .box-video-data {
                width: 100%;
            }
            .box-video-categoria {
                span {
                    display: block;
                    white-space: nowrap;
                    font-size: 18px;
                    text-align: right !important;
                }
            }
        }
        
        .box-video-actions {
            display: flex;
            justify-content: center;
            gap: 10px;
            
            li {
                width: 100%;
            }
            
            li a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: center;
                font-size: 15px;
                line-height: 1.2;
            }
        }
    }
    
    .vid-yt {
        display: none;
    }
}

.pod-pods {
    position: relative;
    z-index: 2;
    padding-top: 0 !important;
    margin-top: -30px !important;
}

@media (max-width: 991px) {
    .pod-icon-podcast {
        display: none !important;
    }
    
    .pod-podcasts {
        h5:has(.podcasts-exclusivo){
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            
            .podcasts-exclusivo {
                position: initial;
                transform: none !important;
                max-width: 100%;
            }
        }
        
        .box-ebook-res {
            margin-bottom: 0 !important;
        }
    }
}

.splide-hero{
    max-width: 1920px;
    max-height: 945px;
    margin: 0 auto;
}

.form-hero{
    &.absoluto{
        @media (min-width: 992px){
            max-width: 450px;
            position: absolute;
            right: 10%;
            top: 150px;
        }
        
    }
}

.home-hero{
    height: 100%;
     max-height: 945px;
    
    .grandes-pj{
        max-width: 25rem;
        display: flex;
        align-self: end !important;
        padding-bottom: 10%;
    }
    
    @media (max-width: 992px){
        .grandes-pj{
            max-width: 20rem;
        }
    }
    
    .img-vc-controla{
        max-width: 40rem;
        display: flex;
        align-self: end !important;
        padding-bottom: 10%;
    }
    
    .woman-home{
        position: relative !important;
        transform: translatey(10%) !important;
    }
    
    .title-home{
        position: relative !important;
        transform: translatey(10%) !important;
    }
}

.splide__arrow{
    position: absolute;
   
   &.splide__arrow--prev{
       left: calc(100% - 100px) !important;
       top: calc(50% - -20px) ;
        transform: rotate(-90deg);
   }
   &.splide__arrow--next{
       left: calc(100% - 100px) !important;
       top: calc(50% - 100px);
       transform: rotate(-90deg);
   }
  
}

.sessao-divisor{
    padding-bottom: 250px;
}

@media (max-width: 992px){
    .sessao-divisor{
        padding-bottom: 50px;
    }
}