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

/*  font-family: "Inter", sans-serif; */
@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')
}

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;
}


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

main {
    overflow: hidden;
}



/*  */
/* header */


.width {
    width: calc(100% - 200px);
    max-width: 1288px;
    margin: auto;
}
body {
    font-size: 16px;
    background: #F4502F;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    background: white;
    height: 80px;
    border-bottom: 1px solid #E0E0E0;
}

.header__logo {
    width: 78.769px;
}
.svg-circle{
    display: flex;align-items: center;
    width: 230.805px;
height: 38.604px;
flex-shrink: 0;
border-radius: 43.105px;
background: #FFF;
margin-bottom: 24px;
}
.svg-circle p{
    margin: 0;
    color: #000;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 22px */
letter-spacing: -0.2px;
}
.castanha-banner {
    display: flex;
    align-items: center;
    background-image: url('https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/10eb76bd-a3d3-4c70-8bc0-f235e93a1247.png');
   
    background-size: cover;
    width: 87%;
    height: 70px;
    margin-bottom: 30px;

}
.grafismo-date{
   

    color: #FFF;
font-family: Inter;
font-size: 29.709px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 32.68px */
letter-spacing: -0.297px;
align-items: center;
display: inline-flex;
padding-left: 10px;
margin-bottom: 0;
}
.banner {
    padding: 100px 0;
    position: relative;
}

.target-banner{
    position: absolute;
    width: 300px;
    top: 0;
}

.banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}

.banner-title {
    color: #FFF;
font-family: Inter;
font-size: 74.775px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 82.252px */

}
.banner-sub-title{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
width: 590.031px;
}

/*  */
/*formulario*/
.banner__colummn--1 {
    display: flex;
    justify-content: center;
    position: relative;
}

form {
    width: 351px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    padding: 35px 34.5px 41.71px 34.5px;
}

label {
    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%;
    /* 19.2px */
    margin: 12px 0 5px 0;

}

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%;

}

.container {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 12px;

    font-weight: 400;
    user-select: none;

}


.title-clienteCaju {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 9px 0;
}

.radio-group label {
    display: flex;
    padding: 2px 0;
    font-size: 12px;
    font-weight: 400;


}

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

.container-input {
    width: 100%;

    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%;
    /* 19.2px */

}
.pulse {
    animation: pulse 0.7s infinite;
  
    display: table;
   
    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%);
    }
  }

/**/
.adeus {
    display: flex;
    position: relative;
    background: #9BE59B;
    padding:100px 0 20px 0;


}

.adeus__container {
  margin-left: 10%;
    color: #000;


}

.adeus__cards {
    display: flex;
    flex-direction: column;
    padding-top: 10px;

}

.adeus__card {
    display: flex;
    flex-direction: row;
   
    gap: 20px;
    border-bottom: 1px solid #163516;
    width: 80%;
    margin-bottom: 24px;


}

.H__grafismo-p-bottom {
    color: #000;
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    width: 365.215px;
}


.icone-jornada-caju {
    height: 30px;
    margin-top: 18px;
}

.icone-isolado {
    height: 24px;
    margin-top: 23px;
}

.adeus__img {
    width: 56px;
}

.adeus__text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    width: 262.186px;
    margin-bottom: 8px;

}
.adeus_p{
    width: 287.101px;
    color: #000;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
margin-bottom: 24px;
}

.H__grafismo {
    color: #000;
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    width: 372.656px;


}
.castanha-red {
    width: 37px;
    margin-bottom: 15px;

}

.g-container__texts{
    margin-top: 100px;
}
.castanha-banner__{
    width: 30px;
}
.button {
    background: #9BE59B;
    padding: 0 0 100px 0;
    display: grid;
    place-items: center;

}
.container-adeus-cell{
    margin-left: 10%;
}
.button-inscricao {
    border-radius: 8px;
    background: var(--neutral-color-light-1000, #FFF);
    padding: 12px 24px;



}

.button-inscricao a {
    color: #E80537;
    font-size: 16px;
    font-weight: 600;
    width: 228px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
/**/
.webinar{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.webinar-title{
    display: flex;
    justify-content: center;
    color: var(--neutral-color-light-1000, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
    margin-bottom: 52px;
 
}
.container-webinar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.box {
    border-radius: 12px;
    background: #FFF;
    height: 144px;
padding: 20px 28px 42px 28px;
width: 331px;
position: relative;
   
}
.box img{
    position: absolute;
    left: -17px;
    width: 28px;
    top: 44px;
}
.box p{
    color: #74031C;
font-feature-settings: 'ss01' on;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
width: 274.848px;

}
/* */
.quem{
    padding: 100px 0;
    background-color: #E80537;
}
.container-quem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;
}
.card-img {
    width: 480px;
    
}
.header-quem {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.header-sub-title{
    width: 609px;
    margin-bottom: 32px;
}
.description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}
.button-quem {
    border-radius: 8px;
    background: var(--neutral-color-light-1000, #FFF);
    padding: 12px 24px;

    color: var(--interface-color-primary-pure, #E80537);
font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 162.5% */
text-decoration: none;

}
.cards {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* footer */
.forms-button {
    border-radius: 6.996px;
    background: #59D359;
    margin-top: 20px;
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border: none;
    color: var(--secondary-color-05-dark, #01502D);
    font-size: 13.992px;
    font-weight: 700;
    line-height: 120%;
}



.forms__disclaimer {
    font-size: 7px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding-top: 6px;
    font-weight: 500;
    margin: 0;
    line-height: 120%;
}



.footer-container {
    display: grid;
    background: #F4F4F4;
    place-items: center;
    padding: 32px;
}

.footer-consideracao {
    color: var(--neutral-color-medium-400, #767676);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

@media screen and (max-width: 1100px) {
  .container-quem{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .adeus__card{
        width: 100%;
    }

}

@media screen and (max-width: 1000px) {
    .banner__container, .container-quem, .container-webinar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    form {
        margin-top: 20px;
    }
    .header-sub-title{
        width: 100%;
    }

}

@media screen and (max-width:650px) {
    .banner-title, .H__grafismo, .webinar-title {
        font-size: 24px;
        width: 100%;

    }
    .webinar-title p{
        margin-bottom: 16px;
        padding: 0 20px;
    }
    .webinar-title{
        margin-bottom: 0;
    }
    .webinar, .quem, .banner {
        padding: 40px 0;
    }
    .adeus{
        padding: 40px 0 0 0;
    }
    .H__grafismo-p-bottom{
        width: 100%;
        margin-bottom: 28px;
    }
    .grafismo-date{
        font-size: 20px;
        padding-left: 0;
        
    }
    .container-webinar {
        gap: 20px;
    }
    .button {
        padding: 0 0 40px 0;
    }
 

    .g-container__texts {
        text-align: center;
        width: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;
    }
    .banner-sub-title{
        font-size: 16px;
        width: 100%;
        
    }
    .card-img{
        width: 316.73px;
        
    }
    .description{
        width: 330.848px;
        text-align: center;
        
    }
    .adeus__container{
        padding: 0;
        margin-left: 0;
    }
    .target-banner {
        width: 169px;
    }
  
    .adeus_p{
        width: 100%;
    }
    .castanha-banner{
        width: 350px;
        height: 47.966px;
        margin-bottom: 20px;
    }
}