body::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
}

/*ESTILIZAÇÃO DO HTML INJETADO NO JAVASCRIPT*/
.iframe-video {
    width: 926px;
    height: 522px;
    border-radius: 8.768px
}

#video-desbloqueado {
    display: flex;
}

/*HEADER*/
.demo-header {
    background-color: #E80537;
    border-radius: 12px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 20px;

}


/*INICIO BLOCO TEXTO AO LADO DO VIDEO*/
.banner {
    padding: 72px 0 100px 0;

}

.container-video {
    display: grid;
    place-items: center;
}

.texto {
    display: grid;
    place-items: center;
}


.container-demo-btn {
    margin: 24px 0 32px 0;
}

.title-video {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    margin-bottom: 24px;
    color: var(--neutral-color-dark-200, #252525);

}

.paragrafo-video {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: var(--interface-color-primary-pure, #E80537);
    width: 804px;
    text-align: center;
    margin-bottom: 0;

}

.button-demonstracao {
    border-radius: 8px;
    background: var(--secondary-color-05-pure, #59D359);

    padding: 12px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: var(--secondary-color-05-dark, #01502D);
    text-decoration: none;

}

.conteudo-video {
    display: grid;
    place-items: center;

    position: relative;
    z-index: 1;
}

.img_block_video {}

.border_color {
    width: fit-content;
    padding: 16px;
    background-color: #fff;
    border: solid #C6C6C6 1px;
    border-radius: 24px;
    margin-top: 32px;
}

/**/

.container-main-image {
    display: flex;
    align-items: center;
    position: relative;
}

.main-image img {
    width: 100%;
    height: auto;
}

#img-low {
    width: 70.688px;
    margin: -77px 9px;

}

.side-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
}

.side-images.left {
    left: -100px;
}

.side-images.right {
    right: -100px;
}

.side-images img {
    width: 210px;
    margin: -73px -47px;
    z-index: -1;
}

/* solução */
.H__grafismo {
    color: var(--neutral-color-light-1000, #FFF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.6px;
    width: 397px;
    margin: 0;
}

.solucao {
    background-color: #E80537;
    margin: 0 20px;
    border-radius: 24px;

}

.ilustracao-castanha-left {

    bottom: -62px;
    position: absolute;
    left: -57px;
    width: 240.852px;


}

.ilustracao-castanha-right {
    position: absolute;
    right: 0;
    top: -40px;
    width: 163.211px;

}

.solucao-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    gap: 30px;
}

.container-solucao-card {
    display: inline-flex;
    justify-content: center;
    grid-column-start: 2;
    min-width: 600px;
}

.solucao-bnt_quero_caju {
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--neutral-color-light-1000, #FFF);
    color: var(--interface-color-primary-pure, #E80537);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}

.solucao__container {

    justify-content: center;
    display: grid;
    align-items: center;
}

.solucao__text {
    color: var(--neutral-color-light-1000, #FFF);
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 471px;
    padding: 24px 0;
}

.solucao-card{
    width: 100%;
    /* margin-top: -5vh; */
}

.solucao-card-mob {
    display: none;
}

/**/

.Rh_title {
    color: var(--neutral-color-light-1000, #FFF);
    font-size: 15px;
    font-weight: 700;
    margin: 3px 0;
}

.btn-experimente-caju-white {
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--neutral-color-light-1000, #FFF);
    color: var(--interface-color-primary-pure, #E80537);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;

    height: 50px;
    width: 185px;

}
.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(200%);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(200%);
    }
  }
.btn-quero-caju-red {
    padding: 12px 24px;
    justify-content: center;
    border-radius: 8px;
    background: var(--interface-color-primary-pure, #E80537);

    color: var(--neutral-color-light-1000, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}

.bnt-sec-exper {
    text-align: center;
    margin: 48px 0 80px 0;
}

.btn-experimente-caju {
    background-color: #E80537;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 24px;

    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

/**/
.bg-img-mob {

    display: none;
}

.bg-img {
    background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/be97e5af-8074-4e07-a94a-7129b5bc7bab.png")no-repeat 100% 100%;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 473px;
    z-index: 999;
    margin-top: 6em;
}


.titulo-para-Rh {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.title-obs-mob {
    display: none;
    color: var(--neutral-color-medium-500, #999);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.title-section-Rh {
    color: #E80537;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin: 80px 0 48px 0;
}


.g-container__texts {
    /*  padding: 185.5px 0 134px 0; */
    padding: 80px 0 80px 0;

}

.bloco-icone-texto {
    display: flex;
    flex-direction: row;
    color: #fff;

}

.img-heart-mobile {
    margin-bottom: 12px;
}

.icones-quarta-secao {
    width: 19px;
}

.bloco-icone-texto div {

    padding-bottom: .5em;
    margin-right: 14px;

}

#margin-bottom {
    margin-bottom: 20px;
    border-bottom: 1px solid #FF919A;
}

.container-background-caju {
    background-color: #E80537;
    width: 100%;
}

.title-container-background-caju {
    color: #E80537;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    width: 588px;

}

.container-fluid {
    background-color: #E80537;
}

.container-texto-rh {
    border-radius: 20px;
    background: #E80537;
    padding: 32px;
    width: 83%;
    margin-bottom: 32px;

}

.container-texto-colaborador {
    border-radius: 20px;
    background: #FF7500;
    padding: 32px;
    width: 83%;


}

.com-caju-title-sec {
    padding: 80px 0 48px 0 !important;
}

.bloco-texto-background {

    background-color: #fff;
    margin-top: -15vh;
    border-radius: 12px;

    display: grid;
    place-items: center;

}

/*FIM SESSÃO QUATRO*/



/*INICIO SESSÃO CARDS*/

.card-img-top-cajuMais {
    width: 173.33px;
    height: 40.28px;
}

.card-img-top-premiacoes {
    width: 198.92px;
    height: 79.65px;
}

.card-img-top-despesas {
    width: 167.91px;
    height: 72.18px;
}

.card-img-top-ciclos {
    width: 124.27px;
    height: 65.24px;
}

.card {
    background-color: #F9E5A7;
    height: 293px;
    width: 236px;
    border-radius: 16px;
}

.card-body {
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
}

.card-head {

    height: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;

}

.legenda-cards {
    text-align: center;
    display: grid;
    place-items: center;


}

.legenda-cards p {
    color: #fff;
    width: 548px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 80px 0 48px 0;
}

.btn-footer {
    display: grid;
    place-items: center;
    padding: 48px 0 80px 0;
}

/*FIM SESSÃO CARDS*/


/*INICIO FOOTER*/

.footer-consideracao {
    font-size: 12px;
    font-weight: 400;
    padding-top: 1em
}

footer div {
    display: flex;
    justify-content: space-between;
    padding: 1em 2em;
    height: 112px;
}

.bloco-texto-solucao {
    position: relative;
    right: -21em;
    margin-bottom: 5%;
}

.texto-table-beneficios {
    font-weight: 400;
}




/*FIM FOOTER*/


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1200px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}

.grid-item {
    background-color: #fff;
    border-radius: 16px;
    height: 360px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-item h3 {
    font-size: 1.5em;
    margin: 0 0 10px;
    color: #e74c3c;
    /* cor do texto do título */
}

.grid-item p {
    padding: 25px;
    margin: 0;
    color: var(--neutral-color-dark-200, #252525);
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.grid-item .title-highlight {
    color: #6bbf47;
    /* cor de destaque no título */
}

.card-head {
    background: var(--secondary-color-01-light, #F9E5A7);
    border-radius: 16px 16px 0px 0px;

}


/*tabela*/
table {
    width: 1000px;
    border-collapse: collapse;
    background-color: #fff;

    border-radius: 4px;
    overflow: hidden;
}

.secao-plano {
    display: flex;
    justify-content: center;
}

.container-table {
    width: fit-content;
    overflow-x: scroll;
    background: #fff;
    padding: 8px 8px 0 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 11.572px;
    border: 0.96px solid #e0e0e0;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

th,
td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f4f4f4;
}

td:first-child {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 76px;
}

th:first-child {

    color: var(--neutral-color-dark-200, #252525);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 56px;
    border-bottom: none;
}

th:last-child {
    color: var(--neutral-color-medium-500, #999);
    text-align: center;
    border-bottom: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
}

td:last-child {
    text-align: center;
}

.check {
    color: green;
    font-weight: bold;
    margin-left: 15px;
}

.check img {

    margin-left: 15px;
}

.cross {
    color: gray;
    font-weight: bold;
}



/*form*/
@import url("https://fonts.googleapis.com/css?family=Lato");

/*formulario*/
:root {
    --mdc-shape-small: 10px;
    --mdc-theme-primary: #ccc !important;
    --mdc-theme-text-primary-on-light: #ccc !important;
    --mdc-theme-error: #E80537;
}

.show-container-form {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 15%;
}

.mdc-list-item:hover {
    color: #E80537;
}

.mdc-text-field-helper-text::before {
    height: 13px;
}

.container-form {
    width: 100%;

    padding: 30px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* .container-form h1 {
    font-size: 24px;
    margin-bottom: 20px;
} */
.container-input {
    margin-bottom: 20px;
    text-align: left;
}

.width {
    width: calc(100% - 200px);
    max-width: 1440px;
    margin: auto;
}

.container-input-submit {
    margin-bottom: 8px;
    text-align: left;
}

.forms-button {
    width: 100%;
    padding: 12px 36px;
    background-color: #E80537;
    color: white;
    border: none;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}


.forms__disclaimer {
    font-size: 10px;
    color: #757575;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;

}

.forms__disclaimer a {
    color: #000;
    text-decoration: underline;
}

.mdc-select--fullwidth {
    width: 100%;
}

/**/

label {
    width: 100%;
    padding: 10px;

    border-radius: 10px;
    box-sizing: border-box;
}

.mdc-list-item--selected {
    color: red;
}

.mdc-text-field {
    border-radius: 10px !important;
}

.mdc-text-field--outlined {
    height: 44px !important;
}

.mdc-floating-label {
    color: #000 !important;
    font-size: 14px !important;
}

.mdc-select__anchor {
    height: 44px !important;
    width: 324px !important;
    min-width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

@media screen and (min-width: 1700px) {
    .solucao-container {
        gap: 60px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {


    .solucao__text {
        width: 394px;
    }
}

@media screen and (min-width: 1501px) {

   .solucao-card {
        width: 600px;

    } 

    .ilustracao-castanha-left {
        width: 260px;
    }

    .ilustracao-castanha-right {
        width: 193px;
    }

    .side-images img {
        width: 220px;
        margin: -80px -55px;

    }

    #img-low {
        width: 68.688px;
        margin: -75px 14px;
    }
}


@media screen and (min-width: 651px) and (max-width: 1100px) {


    .solucao-card-mob {
        display: block;
        margin-top: -49px;
        width: 65%;

    }
}

@media screen and (max-width: 1100px) {

    .container-solucao-card{
        min-width: revert;
    }
    .solucao-card-mob {
        display: block;
        margin-top: -49px;

    }


    .solucao-container {
        display: flex;
        flex-direction: column;
        overflow: visible;
        gap: 0;
    }

    .solucao-card {
        display: none;
    }

    .solucao {
        margin: 0 20px;
    }

    .g-container__texts {
        text-align: center;
        padding: 0 30px 48px 30px;
    }

    .side-images img {
        width: 170px;
        margin: -69px -23px;
    }

    .H__grafismo {
        font-size: 24px;
    }

    .ilustracao-castanha-left {
        bottom: -25px;
        left: -34px;
        width: 122.852px;
    }

    .ilustracao-castanha-right {
        top: -19px;
        width: 95.211px;
    }

    .paragrafo-video {
        font-size: 36px;
        width: 600px;
    }



    .ilustracao-castanha-right,
    .ilustracao-castanha-left,
    #img-low,
    .side-images img {
        display: none;
    }





    .border_color {
        padding: 5.845px;
        border-radius: 8.768px;
    }

    .conteudo-video {
        padding: 0 20px;
    }


    .H__grafismo,
    .solucao__text {
        text-align: center;
        width: 100%;
    }

    .title-container-background-caju {
        font-size: 22px;
        width: 100%;
        line-height: 120%;
        margin: 0 20px;

    }

    .container-texto-rh {
        margin-bottom: 14.11px;
    }

    .container-texto-rh,
    .container-texto-colaborador {

        padding: 10px 5px;
    }

    .container-img-heart-mobile {
        display: flex;

    }

    .img-heart-mobile {
        width: 40px;
        height: 40px;
        margin: 0 16px 24px 0;

    }

    .titulo-para-Rh {
        font-size: 22px;
        margin-top: 9px;
    }
  .secao-plano {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .container-background-caju {
        background-color: #fff;

    }


    .bg-img-mob {
        display: block;
        background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/39e76c6c-8c94-4ea1-8421-0958481f04c5.png");

        background-size: cover;
        width: 100%;
        height: 181px;
    }

    .bg-img {
        display: none;
    }

    .bloco-texto-background {
        margin-top: 0;
    }





    .com-caju-title-sec {
        padding: 31.08px 20px 20px 20px !important;
    }





    .bnt-sec-exper {
        margin: 36px 0 36px 0;
    }


  

    .title-video {
        margin-bottom: 16px;
    }

    .solucao-card-mob {
        display: block;
        margin-top: -49px;
    }





    .title-section-Rh {
        padding: 36px 20px;
        margin: 0;
        font-size: 24px;
    }

    .banner {
        padding: 24px 0 45px 0;
    }

    .paragrafo-video {
        font-size: 24px;
        width: 100%;
        padding: 0 20px;
    }

    .container-demo-btn {
        margin: 24px 0 0px 0;
    }

    .legenda-cards p {
        margin: 36px 0 20px 0;
        font-size: 22px;
        width: 100%;
    }





    .grid-container {
        padding: 0;
    }

    .grid-item {
        height: auto;
    }

    .btn-experimente-caju-white {
        display: none;
    }

    .btn-footer {
        padding: 36px 0;
    }

    footer div {
        flex-direction: column;
        padding: 0;
        height: auto;
        text-align: center;
    }

    footer {
        padding: 19px 0;
    }

    .container-texto-rh,
    .container-texto-colaborador {
        width: 100%;
    }
 .title-obs-mob {
        display: block;
    }
}


@media screen and (max-width: 500px) {

   
    .title-section-Rh{
        padding: 36px 20px 10px;
    }
    .grid-item p {
        padding: 18px;
    }

    .show-container-form {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (min-width: 100px) and (max-width: 350px) {
    .iframe-video {
        width: 302px !important;
        height: 169px !important;

    }

}

@media screen and (min-width: 351px) and (max-width: 400px) {
    .iframe-video {
        width: 330px !important;
        height: 178px !important;

    }

}

@media screen and (min-width: 401px) and (max-width: 480px) {
    .iframe-video {
        width: 360px !important;
        height: 200px !important;

    }

}

@media screen and (min-width: 481px) and (max-width: 560px) {
    .iframe-video {
        width: 425px !important;
        height: 236px !important;

    }

}


@media screen and (min-width: 561px) and (max-width: 690px) {
    .iframe-video {
        width: 520px !important;
        height: 300px !important;

    }

}


@media screen and (min-width: 691px) and (max-width: 850px) {
    .iframe-video {
        width: 650px !important;
        height: 400px !important;

    }

}

@media screen and (min-width: 851px) and (max-width: 1100px) {
    .iframe-video {
        width: 790px !important;
        height: 430px !important;

    }

}