@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');



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


main {
    overflow: hidden;
}

/*GRAFISMOS*/
.icone-form {
    right: -67px;
    top: 69%;
    position: absolute;
    width: 340px;
}

.grafismo_conhece {
    right: -90px;
    position: absolute;
    width: 181px;
    bottom: 339px;
}

.icone-sobre {
    left: -96px;
    top: 86%;
    position: absolute;
    width: 187px;
}

.grafismo_banner {
    left: 0;
    top: -1%;
    position: absolute;
    width: 374px;
    z-index: 9;
}

/*  */
.width {
    /*    width: calc(100% - 200px); */
    max-width: 1288px;
    margin: auto;
}
#countdown {
  display: flex;
  justify-content: flex-start;
  margin: 20px;
  margin-left: 0;
  gap: 20px;
}

.time-box {
  width: 75px;
}

.time-box span {
  color: #FF7500;

  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: -1.44px;
}

.time-box small {
  color: #FF7500;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
  letter-spacing: -0.36px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;


    background: #FF7500;
    height: 64px;

    border-radius: 16px;
    margin: 24px 80px 0 80px;
}

.header__logo {
    width: 76px;
}

/*BANNER*/
.masterclass {
    color: #F4502F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    border-radius: 12px;
    background: #FFE082;
    padding: 12px 20px;
    width: 270px;
    margin-bottom: 28px;
}

.banner-title {
    color: #FF7500;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 35.2px */
    margin-bottom: 28px;

}

.banner-sub-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin-bottom: 28px;
}

.vagas_limitadas {
    color: #E80537;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.castanha-banner {
    display: flex;
    align-items: center;
    width: 229px;
    height: 51.999px;
    padding: 11.555px 17.333px;
    border-radius: 12.278px;
    background: #FFAC66;
    margin-bottom: 28px;

}

.grafismo-date {
    color: #803B00;
    font-size: 21.456px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 23.602px */
    letter-spacing: -0.215px;
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-left: 10px;
}

.banner {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.banner__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}


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

form {
    width: 351px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    padding: 32px 35px;
    border-radius: 20px;
    border: 1px solid var(--neutral-color-medium-700, #E0E0E0);
    z-index: 9;
    position: relative;
}

.forms-button {
    border-radius: 16px;
    background: #E80537;
   
    width: 100%;
    height: 44px;
    color: #FCFCFC;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    border: none;
    margin-top: 8px;

}

.forms__disclaimer {
    color: var(--neutral-color-medium-400, #767676);
    text-align: center;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 9.6px */
    margin-top: 10px;
    margin-bottom: 0;

}

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

label {
    color: var(--neutral-color-dark-100, #000);
    font-feature-settings: 'ss01' on;
    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%;

}
.input_titles {
    color: var(--neutral-color-dark-100, var(--Labels-Primary, #000));
    font-feature-settings: 'ss01' on;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 6px;
}
.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;
}

.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-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */

}

/*SOBRE*/
.sobre {
    padding: 88px;
    margin: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    background: #FF7500;
    position: relative;
}

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

.sobre-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 39.6px */
    text-align: center;
    
    margin-bottom: 28px;
}

.sobre_sub_title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    max-width: 743.996px;
    margin-bottom: 62px;
}

.container-sobre {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    padding: 0 20px;
}

.g-container__texts {

    max-width: 547.144px;

}


.garanta_vaga_button a {
    color: #74031C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    border-radius: 16px;
    background: #FFE082;
    text-decoration: none;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 52px;

}

.card-sobre {
    display: flex;
    height: 264px;
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #F4502F;
    background: #FCFCFC;

}

.sobre-card-title {
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 1px;
    /* 26.4px */
}

.card-sobre h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 0;
}

.card-sobre img {
    margin-bottom: 16px;
    width: 72px;
}

.sobre-dados-title {
    margin-top: 28px;
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
}

/**/
.palestrantes {
    padding: 88px;
    margin: 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    background: #FFAB66;
    position: relative;
    z-index: 9;



}

.container-palestrantes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1200px;
    padding: 0 20px;
}

.card-palestrantes img {
    max-width: 348px;
}

.card-palestrantes h3 {
    color: #7A2818;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 26.4px */
    margin: 30px 0 12px 0;
}

.card-palestrantes h4 {
    color: #7A2818;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
}


.palestrantes-title {
    max-width: 735.168px;
    color: var(--Labels-Primary, #7A2818);
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 52px;
}


/*CONHECE*/

.conhece {
    padding: 88px;
    margin: 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    background: #FF7500;
    position: relative;

}

.conhece-container {

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

.conhece-container h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 39.6px */
    text-align: center;
    
}

.conhece-container h3 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    max-width: 817.398px;
    padding: 0 10px;
}

.conhece_logos {
    display: flex;
    gap: 20px;
    margin: 32px 0 20px 0;
}
.conhece_logos_mob{
    display: none;
}


/*BOTÃO LER MAIS*/
.ler-mais {
    color: var(--neutral-color-light-1000, var(--Backgrounds-Primary, #FFF));
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;

    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    background: #FFAC66;
    width: 207px;
    border: none;
    display: none;

}

/* DÚVIDA */


.duvida {
    padding: 80px 0;

}

.duvida__container {
    display: flex;
    justify-content: center;
    text-align: center;
}



.duvida__column--2 {
    max-width: 840px;
   
}

.collapse-section {

    cursor: pointer;


}

.H__grafismo {
    color: #E80537;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 39.6px */

}

.H_grafismo {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin: 0;

}

.collapse__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    height: max-content;
    padding-right: 28px;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border-radius: 32px;
    background: #FFAB66;
    margin: 0 0 20px 0;
}

.collapse__title {
    color: #7A2818;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin: 0;
}

.collapse__icon {
    position: absolute;
    right: 30px;
    width: 12px;
    height: 24px;
    object-fit: contain;
    transform: rotate(0deg);
    transition: .2s;
}

.collase__expand {
    opacity: 0;
    height: 0;
    margin: 0;
}

.is_expand .collase__expand {
    padding-top: 12px;
    height: 100%;
    opacity: 1;
    color: #7A2818;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    text-align: left;
}

.is_expand .collapse__icon {
    transform: rotate(180deg);
}

/* FOOTER */

footer {
    border-radius: 20px 20px 0px 0px;
    background: #FF7500;
    ;
    margin: 0 88px;
}

.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: #E80537;
    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: #FFF;
    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;
}

.container-text-mob {
    width: 317px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    display: none;
}

.container-text-mob p {
    margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
    .sobre {
        padding: 88px 20px;
    }

    .container-sobre {
        padding: 0;
        gap: 15px;
    }
}

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

    /*BANNER*/
    .banner__container {
        flex-direction: column;
    }

    .g-container__texts {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    /*SOBRE*/
    .container-sobre {
        display: flex;
        flex-direction: column;
    }

    .sobre {
        padding: 88px;
    }

    /*FOOTER*/
    .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;
    }
}

@media screen and (max-width:960px) {
    .container-palestrantes {
        display: flex;
        flex-direction: column;
    }

    .grafismo_conhece {
        bottom: 410px;
        width: 170px;
    }

    footer {
        margin: 0 60px;
    }
}

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

    .banner,
    .sobre,
    .palestrantes,
    .conhece,
    .duvida {
        padding: 32px 20px;
    }

    .masterclass {
        margin-bottom: 20px;
    }

    .banner-title,
    .castanha-banner,
    .banner-sub-title {
        margin-bottom: 24px;
    }
    .banner-title{
        font-size: 28px;
    }
    .banner__container{
        gap: 0;
    }
    .header{
        margin: 20px 20px 0;
    }
    .sobre_sub_title{
        margin-bottom: 32px;
    }
    .icone-sobre, .grafismo_conhece{
        display: none;
    }
    .garanta_vaga_button a{
        margin-top: 32px;
    }
    .card-palestrantes{
        text-align: center;
    }
    .collapse__title{
        text-align: left;
    }
    .duvida__column--2{
        padding: 0;
    }

}

@media screen and (max-width: 600px) {
    .grafismo_banner{
        width: 280px;
    }
    .banner,
    .sobre,
    .palestrantes,
    .conhece,
    .duvida {
        margin: 0;
        border-radius: 0;
    }
    /*FOOTER*/
    footer {
        margin: 0 20px;
    }
    .conhece_logos_mob{
        display: flex
;
    flex-direction: column;
    align-items: center;
    margin: 32px 0;
    }
    .conhece_logos{
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .grafismo_banner {
        width: 210px;
    }
    .time-box span{
        font-size: 32px;
    }

    #countdown{
       
        gap: 0;
    }
    .time-box {
        width: 67px;
    }
}