@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@keyframes moverImagem {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

main{
    background: #74031C;
}
body {
    background-color: #F4502F;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFCB2E;
    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;
    transition: left 1s;
}

* {
    padding: 0;
    margin: 0;
    font-family: Poppins;
}

.header {

    background: #74031C;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header__logo {
    width: 86.417px;
}

/**/

.banner {
    padding: 100px 0;
    background-color: #74031C;
    display: flex;
    flex-direction: column;
    position: relative;


}

.castanhas_banner {
    position: absolute;
    display: flex;
    width: 96%;
    top: 0px;
    height: 97%;
    left: 39px;
}

.castanhas_banner_mob {
    position: absolute;
    display: flex;
    width: 96%;
    top: 0px;
    height: 100%;
    left: 10px;
    padding-bottom: 10px;
}

.container_banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    max-width: 1014px;
    margin: auto;
    z-index: 999;

}

.banner_title {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F4502F;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

#nesta {
    width: 397px;
}

.banner_subtitle {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin: 24px 0;
}
.container_slide{
    margin: 0 15px;
}
.banner_subtitle_ {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 14px */
    margin: 0 0 32px 0;
}

.tarja {
    width: 100%;
    height: 42px;
    padding: 8px 0;
    background-color: #FFCB2E;
 position: absolute;
 top: 0;
 overflow: hidden;
 
    z-index: 1000;
}

.gifLeft_mob{
    position: absolute;
    left: 0;
    top: 70px;
   
    height: 620px;
    transform: rotate(180deg);
}
.gifRight_mob{
    position: absolute;
    right: 0;
    top: 70px;
   
    height: 620px;
}
.gifLeft{
    position: absolute;
    left: 11px;
    top: 80px;
    
}
.gifRight{
    position: absolute;
    right: 11px;
    top: 80px;
}
.imagem-tarja.primeira {
    background-position: -354% 0;
}

.imagem-tarja {
    width: 100%;
    height: 35px;
    background-image: url('https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/c5338b6d-0fbd-43c4-a64a-ac57b90d0787.png');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    background-position: 0 0;
    animation: moverImagem 30s linear infinite;
}

.imagem-tarja {
    width: 100%;
    height: 26px;
    background-image: url('https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/c5338b6d-0fbd-43c4-a64a-ac57b90d0787.png');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    background-position: 0 0;
    animation: moverImagem 30s linear infinite;
}

.imagem-tarja.duplicada {
    left: 100%;
    margin-left: -18px;
}

.banner_placa img {
    width: 460.298px;

}

.container_btn_banner {
    display: flex;

    justify-content: center;
    margin-left: 247px;

}
.container_btn_produtos{
    display: flex;

    justify-content: center;
    padding-bottom: 40px;
}
.btn_banner {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFE082;
    color: #74031C;
    font-feature-settings: 'liga' off, 'clig' off;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    text-decoration: none;
    width: 185px;
}



/**/

.encontre {
    padding: 80px 0;
    background: #F4502F;
}

.encontre_texts {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-right: 269px;
}

.container_encontre {


    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.encontre_mob {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;

    border-radius: 100px;
    background: #FF7500;
    display: none;

}

.title_one {
    width: 634px;
}

.title_one_mob {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F4502F;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title_two {
    width: 462px;
}

.encontre_texts h1 {

    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #74031C;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.encontre_texts p {
    color: var(--Labels-Primary, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 649px;
    margin: 20px 0 0 0;
}

.planos {
    display: flex;
    margin: auto;
    gap: 20px;
    margin-top: 52px;
    align-items: center;

}

.options {
    display: flex;
    flex-direction: row;

}

.container_produtos {
    display: flex;
    padding: 0 0 9px 0;
}


.options p {
    margin-bottom: 16px;
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
}

.plano {

    flex-direction: column;
    width: 335px;
    padding: 28px;
    height: 537px;
    border-radius: 12px;
    background: var(--Backgrounds-Primary, #FFF);
}
.planos_title{
    color: #F4502F;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 15px;
}
.plano_card {
    width: 431px;
    height: 241.88px;
}



.button_cartao_ {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 999px;
    border-bottom: 1px solid #FFE082;
    background: #FFE082;
    text-decoration: none;
    color: #74031C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 26px 0 0 0!important;

}
#margin{
    margin: 84px 0 0 0!important;
}


.icon_exclusive {
    position: absolute;
    /* top: 1px; */
    bottom: 537px;
    z-index: 999;
    right: 19px;
    width: 152px;
}



.evolucao {
    position: relative;
}

#virtual {
    height: 587px;
    width: 335px;
    border-radius: 12px;
    border: 3px solid #F4502F;
    background: var(--Backgrounds-Primary, #FFF);

    /* Sombra 02 */
    box-shadow: 0px 57px 53px 0px rgba(232, 5, 55, 0.04), 0px 28.528px 26.526px 0px rgba(232, 5, 55, 0.03), 0px 17.184px 15.978px 0px rgba(0, 0, 0, 0.03), 0px 11.012px 10.24px 0px rgba(0, 0, 0, 0.02), 0px 7.137px 6.636px 0px rgba(0, 0, 0, 0.02), 0px 4.493px 4.178px 0px rgba(0, 0, 0, 0.02), 0px 2.581px 2.4px 0px rgba(0, 0, 0, 0.01), 0px 1.136px 1.056px 0px rgba(0, 0, 0, 0.01);
}

#virtual h2 {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    background: #E80537;
    height: 33px;
    width: 130px;
    display: flex;
    padding: 6px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 12px;
}

.plano h3 {
    color: #B9B9B9;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.plano:hover {
    transform: scale(1.05);
}



.button_caju_a_frente {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 999px;
    border-bottom: 1px solid #F4502F;
    background: #74031C;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-top: 61px;
}

.options_title {
    color: var(--neutral-color-medium-400, #767676);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 16.8px */
}

.button_encontre {
    background-color: #ff5a5a;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}



.button_encontre:hover {
    background-color: #d14545;
}


/*formulario*/
.close{
    background: none;
    border: none;
    position: absolute;

    right: 0;
    top: -35px;
    display: none;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 21vh;
}

.modal-content {
    background-color: unset;
    border: none;
}

.container-form {
    display: flex;
    flex-direction: column;


    padding: 28px;
    flex-direction: column;

    align-items: flex-start;
    gap: 25px;
    border-radius: 12px;
    background: var(--Backgrounds-Primary, #FFF);

    width: 642px;
    height: 514px;

}

.input_titles {
    color: var(--neutral-color-dark-100, var(--Labels-Primary, #000));
    font-feature-settings: 'ss01' on;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 16.8px */
    margin-bottom: 8px;
}

.columns_form {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

label {
    color: var(--neutral-color-dark-100, var(--Labels-Primary, #000));
    font-feature-settings: 'ss01' on;

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 16.8px */
    margin: 0;

}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"]::placeholder,
select {
    display: flex;
    width: 280px;
    height: 36px;
    gap: 10px;
    border-radius: 5.83px;
    border: 1.166px solid #E0E0E0;
    background: var(--Backgrounds-Primary, #FFF);
    outline: none;
    padding: 0 5px;
}

.select,
.container-input {
    height: 70px;
}

.forms-button {
    display: flex;
    width: 586px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 60px;
    background: #F4502F;
    border: none;
    color: var(--Backgrounds-Primary, #FFF);
    font-weight: 700;
    line-height: 120%;
    outline: none;

}

.forms__disclaimer {
    color: var(--neutral-color-medium-500, #999);
    text-align: center;
    font-feature-settings: 'ss01' on;

    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 16px 0 0 0;
    /* 12px */
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
select {
    color: gray;
    font-size: 12px;
    padding: 5px;
}



/* Banner */






/**/


/**/


/**/




.encontre_mob {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;

    border-radius: 100px;
    background: #FF7500;
    display: none;

}





.options {
    display: flex;
    flex-direction: row;


}

.options img {
    margin-top: 4px;
    margin-right: 8px;
}


.dispo {
    color: #74031C;
    font-family: Poppins;
    font-size: 14.124px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.362px */
    margin-bottom: 12px;
}














/**/




/**/
.parallax {
    /* The image used */
    background-image: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/285e08f1-a530-4c42-80a5-b6be1728cba6.png");

    /* Set a specific height */
    min-height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evolua {
    padding: 100px 0;
    background: #F4502F;
}

.evolua_title_mob {

    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #74031C;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.container_evolua_title {
    display: flex;
    justify-content: center;
}

.evolua_title {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #74031C;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 48px;
}

/**/
.container_cards {
    display: flex;
    justify-content: center;

    gap: 24px;
}

#card_left_one {
    margin-bottom: 24px;
    height: 387px;
}

.card_left {
    display: flex;
    padding: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Backgrounds-Primary, #FFF);
    width: 303px;
    line-height: 130%;
    height: 355px;
}

.card_left h2 {
    color: #F4502F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
}

.card_left p {
    color: #74031C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    margin: 0;
}

.oferta {
    color: #74031C;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 15.6px */
}

.card_right {
    display: flex;
    height: 240px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Backgrounds-Primary, #FFF);
}

.card_right {
    color: #F4502F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    margin: 0 0 24px 0;
}

.card_right p {
    color: #74031C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    width: 632px;
    height: 240px;
    margin: 0;
}

.evolua_bnts_caju {
    color: #74031C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 999px;
    border: 1px solid #74031C;
    background: var(--Backgrounds-Primary, #FFF);
    text-decoration: none;
    align-self: end;
}

/**/
.banner_card {
    width: 100%;
}


/**/


footer {
    border-radius: 24px 24px 0px 0px;
    background: #74031C;
    margin: 20px 20px 0 20px;
}

.blog_title {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 1277.184px;
    background: var(--Backgrounds-Primary, #FFF);
    color: #74031C;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    width: 192px;
}

.container_redes {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;
   
}
.border{
    background-color: #F4502F;
    height: 2px;
    width: 90%;

    margin-left:5%;
    border: none!important;
}
.container_redes_mob {
    display: flex;
    gap: 16px;
}

.icons {
    display: flex;
    gap: 16px;
}

.direitos_title {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.termos {
    display: flex;
    gap: 32px;
}

.termos a {
    color: var(--Backgrounds-Primary, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    text-decoration-line: underline;
}

.termos p {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.container_termos {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;
}

/**/





.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 80px 0 40px 0;
    margin-bottom: 60px;
    overflow: unset !important;
}

.banner_slider {
    position: absolute !important;
    z-index: 999;
    /* top: 420px; */
    bottom: -61px;
    margin-left: 5px;
    width: 187px;
}


.slide-content {
    margin: 0 66px;
    overflow: hidden;

}

.slide {
    background: #74031C;
}

.card {


    border-radius: 12px;
    border: none;
    height: 476px;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    padding: 28px;


}

.slide_title {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F4502F;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 575px;
    margin-bottom: 8px;
}

.slide_title_mob {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F4502F;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

#slid__ {
    width: 542px;
}

.slid_sub_title {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin: 20px 0 48px 0;
}

.card-image-card {
    height: 100px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #74031C;
    align-items: center;
    display: flex;
    justify-content: center;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

/*   .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
  } */
.name {
    color: #252525;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
}

.description {
    color: #252525;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}




.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 25px;
    font-weight: 600;

}

.swiper-button-next {
    right: 0;
    position: absolute;
    top: 68%;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: #FFCB2E;
    border-radius: 100%;
    /* padding: 10px; */
    width: 47px;
    color: #74031C;
    height: 49px;
}

.swiper-button-prev {
    left: 0;
    position: absolute;
    top: 68%;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: #FFCB2E;
    border-radius: 100%;
    /* padding: 10px; */
    width: 47px;
    color: #74031C;
    height: 49px;
}

.swiper-pagination-bullet {
    background: #F4502F;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .parallax {
        min-height: 400px;
    }


}
@media screen and (max-width: 1223px) {
    .container_banner {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .banner {
        padding: 61px 0;
    }

    .banner_container_texts {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #nesta {
        width: 407px;
    }

    .banner_subtitle,
    .banner_subtitle_ {
        max-width: 75%;
    }

    .container_btn_banner {
        margin-left: 0;
    }

    .banner_placa img,
    .banner_placa {
        width: 244px;
        margin: 20px 0 0 0;
    }

    .banner_subtitle_ {
        margin: 10px 0 24px 0;
    }

    .banner_placa {
        height: 214px;
    }
}
@media screen and (max-width: 1087px) {
    .button_caju_a_frente{
        margin-top: 28px;
    }
    #margin{
        margin: 51px 0 0 0 !important;
    }
    .plano{
        height: 517px;
    }
    .icon_exclusive {
        width: 120px;
        right: 100px;
        bottom: 517px;
    }

    .evolucao {
        margin-top: 25px;
    }

  

  

  

    .container_redes {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .container_blog {
        margin: 20px 0;
    }

    .container_redes_mob {
        gap: 10px;
        display: flex;
    }

    .icons {
        flex-direction: column;
        align-items: center;
    }

    .container_termos {
        flex-direction: column;
        align-items: center;
    }

    .termos {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .castanhas_banner {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    .container_cards {
        flex-direction: column;
        align-items: center;
    }

    .card_black_mob {
        display: flex;
        gap: 20px;
    }

    #card_left_one {
        height: 355px;
    }



    .card_right p {
        width: 100%;
    }

    .card_right_mob {
        margin: 0 20px;
    }


    .planos {
        flex-direction: column;
    }

    .encontre_texts {
        margin-right: 0;
    }

    .evolua_title {
        font-size: 23px;
    }






}

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





}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }

    .title_one_mob {
        display: block !important;
    }

    .title_one,
    .title_two {
        display: none;
    }

    .encontre_texts p {
        text-align: center;
        margin: 20px 20px 0 20px;
    }

    .encontre_texts,
    .slide_mob,
    .banner_container_texts {


        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .encontre, .evolua {
        padding: 32px 0;
    }

    .slide-container {
        padding: 32px 0 26px 0;
    }

    .banner_title {
        color: var(--Backgrounds-Primary, #FFF);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .evolua_title_mob {
        display: block !important;
    }

    .evolua_title {
        display: none;
    }

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

    .slide_title_mob {
        display: block !important;
    }

    .slide_title {
        display: none;
    }

    #nesta {
        width: 209px;
    }
    
    .gifLeft_mob,    .gifRight_mob{
        display: block!important;
    }

    .gifLeft,    .gifRight{
        display: none!important;
    }

}

@media screen and (max-width: 700px) {
    .close{
        display: block;
    }
    .btn_banner {
        margin-bottom: 40px;
    }

    .banner_subtitle {
        margin: 10px 0;
    }

    .castanhas_banner_mob {
        display: block !important;
    }

    .container-form {
        width: 100%;
        height: 878px;
        margin-bottom: 30px;
    }

    #modal_dialog {
        width: 335px;
        margin-top: 6vh;
    }

    .columns_form {
        flex-direction: column;
    }

    .forms-button {
        width: 100%;
        padding: 0;
        margin-top: 20px;

    }

    form {
        margin-top: 0;
        width: 100%;

    }

    .parallax {
        min-height: 300px;
    }


}

@media screen and (max-width: 650px) {
    .card_black_mob{
        gap: 0;
    }
    .card_black_mob {
        flex-direction: column;
    }

    .card_left,
    .card_right {
        width: 350px;
    }

    .card_right {
        height: 275px;
    }

    .card_left {
        height: 355px;
    }

}

@media screen and (max-width: 600px) {
    .plano:hover {
        transform: none;
    }
    .slid_sub_title{
        margin-bottom: 20px;
    }
    .planos {
        margin-top: 30px;
    }
    footer {
        margin: 0 5px;
    }
    .modal.modal-form.show {
        display: flex !important;
        justify-content: center;
    }

    .banner_slider {
        width: 92px;
        bottom: -29px;
    }
    .imagem-tarja.duplicada{
        left: 130%;
    }
    .imagem-tarja{
       width:  125%;
    }
    .imagem-tarja.primeira {
        background-position: -345px 0;
    }
    .banner {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .banner_placa{
        margin-top: 0;
    }
}

@media screen and (max-width: 401px) {
    .imagem-tarja.primeira {
        background-position: -317px 0;
    }
    }
