@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
    font-family: faktum test;
    font-style: normal;
    font-weight: 400;
    src: local('Faktum Test'), url('https://fonts.cdnfonts.com/s/19541/Rene Bieder - Faktum Test Regular.woff') format('woff')
}

/*  font-family: "Inter", sans-serif; */
iframe {
    border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
    background-color: #E80537;
    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;
}

P {
    line-height: 24px;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box !important;
}

main {
    overflow: hidden;
}


/*  HEADER*/

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    background: white;
    height: 70px;
    border-bottom: 1px solid #E0E0E0;
}

.header__logo {
    height: 32px;
    margin-right: 14px;
}

/*BANNER  */

.banner {
    padding: 100px 0 0;
    background: #E80537;

}

.banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    place-items: center;
}

.width {
    width: calc(100% - 200px);
    max-width: 1288px;
    margin: auto;
    padding-left: 60px;
}

.g-container__texts {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
}

.banner-text-small {
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    width: 400px;
}

.banner-text-big {
    font-size: 74px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    font-family: 'Faktum Test', sans-serif !important;
    width: 460px;
}

.text-enfase {
    background: #F4502F;
    margin: 0;
    font-size: 20px;
    width: 388px;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    padding: 20px;

}

/*formulario*/
form {
    width: 341px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    padding: 32px;
    z-index: 10;
}

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-input {
  
    color: var(--neutral-color-dark-100, #000);
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

}

.forms-button {
    border-radius: 6px;
    background: #F4502F;
    color: #FFF;
    border: none;
    font-size: 15px;
    font-weight: 700;
    width: 280px;
    height: 38px;
    margin-top: 6px;
}

label,
.title-clienteCaju {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: inherit;
    margin: 12px 0 5px 0;

}

.radio-group label {
    display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 280px;
    height: 36px;
    border-radius: 5.83px;
    border: 1.166px solid #E0E0E0;
    background: #FFF;
    outline: none;
    padding-left: 10px;
    
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
select {
    color: #D0D0D0;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;

}

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

.forms__disclaimer a {


    color: #000;
    text-decoration: underline;
}

.banner-image-bottom {
    background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/90fe55e9-0345-4f11-8697-01d96e14917a.png");
    background-position: bottom left 5px;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.banner-image-bottom-mobile {}

.icone-tend-form-topLeft {
    position: absolute;
    width: 90px;
}

.icone-caju-form-left {
    top: 60%;
    left: 1%;
    width: 65px;
    position: absolute;

}

.icone-form-bottomRigth {
    position: absolute;
    float: right;
    right: 0;
    top: 63%;
    width: 140px;


}
.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%);
    }
  }
.icone-form-topRigth {
    position: absolute;
    width: 13%;

    z-index: 0;
    top: -3%;
    right: 39%
}

.iconeFlor-form-topRigth {
    position: absolute;
    width: 10%;
    z-index: 0;
    right: 39%;
    bottom: 7%;
}

.icone-tend-form-left {
    position: absolute;
    left: 45%;
    top: 33%;
    width: 65px;
}


/*INSPIRE*/
.inspire {
    padding: 90px 0;
}

.inspire-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.inspire-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: inherit;
    width: 631px;



}

.inspire-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    width: 763px;



}

.inscreva-se-button {
    border-radius: 8px;
    background: #E80537;
    padding: 12px 18px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: inherit;
    font-weight: 600;


}

/*sabor*/
.sabor {
    padding: 40px 0;
    background-color: #F4502F;
}

.sabor-container {
    color: #FFF;
    display: grid;
    place-items: center;
    gap: 10px;
}

.sabor-title {
    font-size: 26px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
}

.sabor-description {
    font-size: 25.039px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
}

/*cajuina*/
.cajuina {
    padding: 80px 0;
    background: #D982CF;


}

.palestrantes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 50px;
}

.image-palestrantes {
    width: 201px;

}

.cajuina-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

}

.cajuina-title {
    font-size: 32px;
    font-weight: 600;
    line-height: inherit;
    width: 477px;

}

.cajuina-icone-bottom {
    width: 60px;
    left: 75%;
    position: absolute;
    top: 79%;
}

.cajuina-icone-top {
    position: absolute;
    top: 3%;
    left: 7%;
    width: 140px;
}

.quem-cuida-icone-top {
    position: absolute;
    top: 1%;
    left: 37%;
    width: 140px;
}

.quem-cuida-icone-bottom {
    width: 60px;
    left: 7%;
    position: absolute;
    top: 79%;
}

.bench-icone-top {
    position: absolute;
    top: 3%;
    left: 73%;
    width: 60px;
}

.padding-top-Bench {
    padding-top: 15%;
}

.bench-icone-bottom {
    width: 140px;

    position: absolute;

    top: 68%;
    float: right;
    right: -33px;
}

.bloco-title {
    font-size: 20px;
    font-weight: 600;
    line-height: inherit;

}

.cajuina-description {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    width: 476px;
}

.quem-cuida {
    padding: 80px 0;
    background: #9CE59C;
}

.quem-cuida-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.bench {
    padding: 60px 0;
    background: #74CFE8;
}

.bench-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* footer */
.footer-container {
    display: grid;
    background: #F4F4F4;
    place-items: center;
    padding: 15px 0;
}

.footer-consideracao {
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}

@media screen and (min-width:1001px) and (max-width: 1220px) {
    .icone-tend-form-left {
        left: 49%;

        width: 46px;
    }
  
}
@media screen and (max-width: 1200px) {
    .banner__container,
    .cajuina-container,
    .quem-cuida-container,
    .bench-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 1050px) {

    .icone-tend-form-topLeft,
    .icone-tend-form-left,
    .iconeFlor-form-topRigth,
    .icone-form-topRigth,
    .icone-form-bottomRigth,
    .icone-caju-form-left,
    .cajuina-icone-top,
    .cajuina-icone-bottom,
    .quem-cuida-icone-top,
    .quem-cuida-icone-bottom,
    .bench-icone-top,
    .bench-icone-bottom {
        display: none;
    }
   
    .banner-text-big {
        font-size: 54px;
        width: 300px;
    }
    .banner{
        padding-top: 40px;
    }

    .banner-text-small {
        font-size: 18px;
        width: 300px;

    }

    .palestrantes-container {
        padding-top: 0;
    }

    .padding-top-Bench {
        padding-top: 0;
    }


}

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

    /* formulario */

    .width {
        padding-left: 0;
    }

    /**/


    .g-container__texts {
        gap: 10px;
    }

    .palestrantes-container {
        padding-top: 0;

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


    }

    /*INSPIRE*/
    .inspire,
    .sabor {
        padding: 40px 0;
    }

    .inspire-container {
        gap: 10px;
    }

    .inspire-title {
        font-size: 20px;
        line-height: inherit;
        width: 93%;
        margin: 0;

    }

    .inspire-description {
        font-size: 16px;
        line-height: inherit;
        width: 95%;
        margin: 0;
    }

    /*SABOR*/
    .sabor-title {
        text-align: center;
    }

    .sabor-description {
        font-size: 20px;
        line-height: inherit;
        text-align: center;
        width: 80%;

    }
    /*CAJUINA*/
    .cajuina-title {
        font-size: 24px;
       
        line-height: inherit;

    }

    .margin-title-bench {
        margin: 0;
    }

    .cajuina-description {
        font-size: 18px;
        line-height: inherit;
        width: 100%;

    } .image-palestrantes{
        width: 336px;
    }

}

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

    .container-input {
        width: 100%;

    }


    .banner-image-bottom-mobile {
        background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/7711d48d-4879-43f8-984a-fbcf438320e1.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: 8px;
    }



    .banner__container {
        gap: 20px;
        display: flex;
        align-items: center;
    }
   
    .cajuina-title{
        width: 335px;
    }

}