html,body{
    height: 100%;
    width: 100%;
    min-width: fit-content;
    font-family: 'Poppins';
   }
  *{
    margin: 0;
    padding: 0;
  }
  button{
    cursor: pointer;
  }
  h1{
    font-size: 36px;
  }
  p{
    font-size: 34px;
  }
  #MulherSorrindoMobile{
    display: none;
  }
  .Container{
    max-width: 1366px;
    width: 90%;
    margin: auto;
    display: flex;
  }
  #FirstSection{
    background-color: #E5E5E5;
    background: #E5E5E5;
    color:black;
    min-height: 100%;
    position: relative;
  }
  .Column1, .Column2{
    display: block;
    width: 50%;
  }
  #FirstSectionLogos>img{
    width: fit-content;
    height: fit-content;
    margin: auto 30px auto 0;
  }
  #FirstSection > .Container{
    padding-top:50px;
  }
  #FirstSectionLogos{
    display: flex;
    margin: auto auto 110px 0;
  }
  #FirstSectionH1{
    font-weight: normal;
    margin-bottom: 130px;
    width: 450px;
  }
  #FirstSectionLogos > img{
    width: 150px;
  }

  #MulherSorrindoDesktop{
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 35%;
  }
  .FormContainer{
    width: 95%;
    display: flex;
    margin: 50px 0 auto auto;
    z-index: 3;
    position: relative;
  }
  #PrimeiroStep,#Form{
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.85);
    border-radius: 13px;
    padding: 50px 20px;
    width: 100%;
  }
  #Form{
    display: none;
  }
  label{
    color:#666666;
    font-size: 18px;
    font-weight: bold;
  }
  input, select{
    color:#282828;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #888888;
    margin:15px 0
  }
  input::placeholder{
    color: #888888;
  }
  option:disabled{
    color:#888888;
  }
  option{
    color: #282828;
  }
  #Cadastre-se_Button,#Finalizar_Cadastro_Button, #EnviarButton{
    font-weight: bold;
    background-color: #13EA13;
    padding:15px 20px;
    font-size: 17px;
    color:#282828;
    display: flex;
    cursor: pointer;
    margin: auto;
    border: none;
    border-radius: 100px;
    margin-top: 30px;
  }
  #SecondSection{
    background-color: #13EA13;
    padding:150px 0;
  }
  #SecondSection>.Container{
    display: block;
    max-width: 1270px;
  }
  #DivVendas{
    background-color: #2A2929;
    display: flex;
    color: #00D100;
    border-radius: 10px;
    height: 400px;
    margin: auto auto 50px;
    width: fit-content;
  }
  #DivVendas>img{
    width: 500px;
    height: auto;
    transform: translateX(-130px) translateY(-80px);
  }
  #DivVendas>p{
    max-width: 500px;
    margin: auto 80px auto -50px;
    font-weight: bolder;
  }
  #AtributosDiv{
    display: flex;
    margin: auto;
  }
  .AtributosBox{
    background-color: #FCFCFC;
    margin: auto;
    width: 500px;
    border-radius: 10px;
    width: 45%;
    height: 520px;
  }
  .AtributosBox>p{
    font-weight: bolder;
    margin: 50px 0 30px 80px;
    width: fit-content;
  }
  ul{
    width: fit-content;
    font-size: 22px;
    color: #888888;
    list-style-image: url("https://image.comunicacaokoin.com.br/lib/fe3a157075640478771376/m/3/35c7df6c-7edf-49fd-b9bd-00b3cae72fee.png");
    margin: auto;
    height: 250px;
  }
  li{
    margin-bottom: 10px;
  }
  .AtributosBox>button{
    font-size: 20px;
    font-weight: bold;
    cursor:pointer;
    color:#282828;
    text-align: center;
    padding: 10px 15px;
    background-color: #13EA13;
    border-radius: 120px;
    border: none;
    display: flex;
    margin: 50px auto;
  }
  #ThirdSection{
    background-color: #2A2929;
  }
  #ThirdSection>.Container{
    position: relative;
  }
  #ExperienciaCellDesk{
    transform: translateY(-118px);
    margin-left: 80px;
    position: absolute;
    z-index: 2;
    display: block;
  }
  #ExperienciaCellMobile{
    display: none;
  }
  #ExperienciaTextContainer{
    display: flex;
    margin: auto auto auto 600px;
    height: 510px;
  }
  #ExperienciaTextContainer>img{
    width: 100px;
    height: 100px;
    margin: auto 50px;
  }
  #ExperienciaTextContainer>h2{
    color: #13EA13;
    font-size: 42px;
    font-weight: bolder;
    max-width: 550px;
    margin: auto;
  }
  #FourthSection{
    padding:100px 0;
    background-color: #DBFED5;
  }
  #FourthSection>.Container{
    flex-direction: column;
  }
  #FourthSection>.Container>h2{
    font-size: 42px;
    color: #2A2929;
    text-align: center;
    max-width: 700px;
    margin: auto auto 50px;
  }
  .Steps{
    display: flex;
    margin: auto;
    width: 100%;
  }
  .Steps1_2,.Steps3_4{
    display: flex;
   width:100%;
  }
  .Steptext{
    display: flex;
    width: 260px;
    height: 120px;
    margin: 30px auto auto;
    background-color: #F1F1F1;
    border-radius: 17px;
    padding: 0 20px 20px;
  }
  .StepContainer{
    height: fit-content;
    margin: auto;
  }
  .StepContainer>img{
    height: 500px;
    display: flex;
    margin: auto;
  }
  .Steptext>img{
    height: 80px;
    width: auto;
    margin: auto 10px auto auto;
  }
  .Steptext>p{
    font-size: 15px;
    font-weight: normal;
    margin: 25px auto auto;
    line-height: 115%;
  }
  #LastSection{
    padding: 50px 0;
  }
  #LastSection>.Container{
    flex-direction: column;
  }
  .LastTextContainer{
    display: flex;
    margin-bottom: 50px;
  }
  .ParceirosTextContainer>h2{
    font-size: 42px;
    color: #2A2929;
    font-weight: bold;
  }
  .ParceirosTextContainer>span{
    font-size: 22px;
  }
  #LeftArrow, #RightArrow{
    z-index: 9;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #LeftArrow{
    margin: auto 30px auto auto;
  }
  #RightArrow{
    right: 0;
    margin: auto auto auto 30px;
    transform: rotate(180deg) translateX(-0px);
  }
  .ParceirosContainer {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 110px;
  }
  .ParceirosContainer.Dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .ParceirosSlider {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  .Parceiro {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
  }
  .Parceiro>img{
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
  }
  #ParceirosButton{
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    background-color: #13EA13;
    padding: 10px 15px;
    border: none;
    border-radius: 120px;
    width: 300px;
    margin: 50px auto auto;
  }
  #Section_Footer{
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
  }
  .Footer{
    background-color: black;
    margin-top: 50px;
    color: #CCCCCC;
    font-size: 14px;
  }
  .Footer_Container{
    margin: auto;
    width: 100%;
    max-width: 1366px;
    display: flex;
    flex-direction: column;
  }
  .SocialMedia{
    margin-top: 15px;
  }
  .SocialMedia>a>img{
    width: 27px;
  }
  .FooterColumn{
    margin: 0 auto;
    display: block;
  }
  .FooterColumn>h2{
    font-size: 24px;
    line-height: 120%;
    color: #CCCCCC;
  }
  .FooterColumn a{
    display: block;
    margin: 5px 0;
    cursor: pointer;
    text-decoration: none;
    color: #CCCCCC;
    font-size: 14px;
  }
  .Spacer{
    width: 100%;
    max-width: 1366px;
    height: 2px;
    background: #666666;
    margin: 25px 0;
  }
  @media screen and (max-width: 1520px){
    #MulherSorrindoDesktop{
      right: 30%;
    }
  }
  @media screen and (max-width: 1400px){
    #DivVendas>img{
      transform: translateX(-80px) translateY(-130px);
    }
    #MulherSorrindoDesktop{
      right: 30%;
      width: 57%;
    }
    #AgoraPode{
      transform: translateY(-130px);
    }
    .Footer_Container{
      max-width: 100%;
    }
    .Spacer{
      max-width: 100%;
    }
    #Section_Footer > footer > div > div:nth-child(3) > span{
      max-width: 45%;
      margin: auto;
    }
  }
  @media screen and (max-width: 1300px){
    #DivVendas>img{
      transform: translateX(-50px) translateY(-130px);
    }
    .Steps1_2,.Steps3_4{
      display: block;
      margin: auto;
    }
    .Steptext{
      margin: 0 auto 50px auto;
    }
    #FourthSection{
      padding: 100px 0 50px;
    }
    ul{
      transform: translateX(20px);
    }
  }
  @media screen and (max-width: 1200px){
    #ExperienciaTextContainer{
      transform: translateX(-150px);
    }
    #MulherSorrindoDesktop{
      right: 23%;
      width: 60%;
    }
    .AtributosBox{
      height: 580px;
    }
  }
  @media screen and (max-width: 1024px){
    #MulherSorrindoDesktop{
      right: 12%;
      width: 75%;
    }
  }
  @media screen and (max-width: 600px){
    #MulherSorrindoDesktop{
      display: none;
    }
    .Container{
      flex-direction: column;
    }
    #FirstSectionLogos>img{
      margin: auto;
    }
    #FirstSection{
      overflow: hidden;
      padding-bottom: 50px;
    }
    #FirstSection>.Container{
      position: relative;
      padding-top: 0;
    }
  
    .Column1, .Column2{
      width: 100%;
    }
    .Column2{
      margin-top: 0px;
    }
    #FirstSectionH1{
      margin: 10px auto 50px;
      width: 100%;
      position: relative;
      z-index: 9;
      background: rgba(229, 229, 229, 0.8);
      border-radius: 20px;
    }
    #FirstSectionLogos{
       margin:auto;
    }
    #MulherSorrindoMobile{
      display: block;
      overflow: hidden;
      position: absolute;
      right: -22%;
      bottom: auto;
      top: 28%;
      z-index: 2;
      width: 90%;
    }
    #AgoraPode{
      transform: translateY(-200px);
    }
    .FormContainer{
      width: 100%;
    }
    #PrimeiroStep,#Form{
      margin-top:0;
      background:rgba(255,255,255,0.95);
    }
    #SecondSection{
      padding:0px 0 50px;
    }
    #DivVendas{
      flex-direction: column;
      height: fit-content;
      width: 90%;
    }
    #DivVendas>img{
      transform: none;
      width: 100%;
      height: auto;
      transform: none;
      margin-bottom: 50px;
    }
    #DivVendas>p{
      margin: auto;
      transform: none;
      width: 80%;
      text-align: center;
      height: fit-content;
      padding-bottom: 20px;
    }
    #AtributosDiv{
      flex-direction: column;
    }
    .AtributosBox{
      width: 90%;
      height: fit-content;
      margin-bottom: 50px;
    }
    .AtributosBox>p{
      text-align: center;
      margin: 30px auto;
    }
    ul{
      height: fit-content;
    }
    #AtributosDiv > div > ul > li:last-child{
      margin-bottom: 0;
    }
    #AtributosDiv > div > button{
      margin: 30px auto;
    }
    
    #Section_Footer > footer > div > div:nth-child(1){
      flex-direction: column;
    }
    .FooterColumn{
      margin: 10px auto;
      text-align: start;
      width: 150px;
    }
    #Section_Footer > footer > div > div:nth-child(3){
      flex-direction: column;
    }
    #Section_Footer > footer > div > div:nth-child(3) > span{
      max-width: 90%;
      margin: auto;
    }
    ul{
      padding: 0 40px 0 20px;
    }
    #ExperienciaCellDesk{
      display: none;
    }
    #ExperienciaCellMobile{
      display: flex;
      width: 100%;
    }
    #ExperienciaTextContainer{
      transform: none;
      margin: auto;
      flex-direction: column;
      text-align: center;
    }
    #ExperienciaTextContainer>img{
      margin: 100px auto 0;
      display: flex;
    }
    #ExperienciaTextContainer>h1{
      margin: auto;
    }
    .Steptext{
      text-align: center;
      width: 70%;
    }
    .Steps{
      flex-direction: column;
    }
    #FourthSection{
      padding: 50px 0;
    }
    .StepContainer>img{
      height: auto;
      width: 80%;
    }
    .LastTextContainer{
      flex-direction: column;
    }
    .LastTextContainer>img{
      width: 100px;
      height: 100px;
      display: flex;
      margin: auto auto 50px;
    }
    .ParceirosTextContainer{
      text-align: center;
    }
  
  }
  @media screen and (max-width: 500px){
    /*
    #FirstSectionLogos > img{
      width: 250px;
    }*/
    #DivVendas{
      width: 100%;
    }
    #DivVendas>img{
      transform: none;
      width: 100%;
      height: auto;
      transform: none;
    }
    #DivVendas>p{
      height: fit-content;
      padding-bottom: 20px;
      transform: none;
    }
    #MulherSorrindoMobile{
      top: 29%;
      width: 100%;
      right: -37%;
    }
  
    .AtributosBox{
      width: 100%;
    }
    ul{
      padding: 0 40px 0 20px;
    }
  }
  @media screen and (max-width: 400px){
    #FirstSectionH1{
      width: fit-content;
    }
    #MulherSorrindoMobile{
      top:26%;
      right: -47%;
    }
    .Column2{
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 370px){
    #DivVendas>p{
      height: fit-content;
      padding-bottom: 20px;
    }
    #FirstSectionH1{
        margin:20px auto auto;
        text-align: center;
    }
    #LeftArrow{
      margin: auto 15px auto 0;
    }
    #RightArrow{
      margin: auto 0 auto 15px;
    }

  }
  @media screen and (max-width: 350px){
    #MulherSorrindoMobile{
      display: none;
    }
    .Column2{
      margin-top: 0;
    }
  }