/*Override*/
:root{
  --primaryColor: #ff924a;
  --secondaryColor: #ff4343;
}
/*Header*/
.sim-bar{
    display: flex;
    justify-content: flex-end;
}
.simu{
  justify-content: space-around; 
}
.logo{
    margin-left: 25px;
}
#nav p{ 
  font-weight: 700;
  color: #000;
}
#nav p:hover{
  color: var(--primaryColor);
  cursor: pointer;
}
a{
    text-decoration: none;
}
#section2Img{
    border-radius: 30px;
}
#preLPSection{
  background: url('/img/header.png') no-repeat center, rgba(238, 239, 252, 0.85);
  padding: 40px 0;
  background-size: contain;
}
#preLPSection img{
  width: 20px;
  height: 25px;
  padding: 0;
  margin: 0 10px 0 5px;
  object-fit: contain;
}
#preLPSection p{
  font-size: 20px;
  font-weight: 700;
}
#preLPSection h1{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
#preLPSection button{
  text-align: left;
  padding: 16px 25px;
  width: 100%; 
  max-width: 330px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  border: 1px solid #9fabbc54;
  color: var(--primaryColor); 
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 36px;
  transition: all 0.5s ease;
  align-items: center;
}
#preLPSection .redirect-button{
  border-radius: 15px;
  color: #fff;
  height: 55px;
  border: none;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#resumoContainer hr{
    margin-bottom: 10px;
}
#resumoContainer h1{
    font-size: 28px;
}
#preLPSection button:hover{
  box-shadow: 0px 4px 8px #ff424240;
    
}
.error{
    font-size: 12px !important;
    margin: 10px 0 0 0;
}
#preLPSection .extra{
  width: min-content;
  margin: 0;
  padding: 0; 
  background: -webkit-linear-gradient(210deg, var(--primaryColor), var(--secondaryColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partners-box, #resumoContainer{
    padding: 25px 25px 35px 25px;
}
#preLPSection .extra span{
  display: block;
  font-weight: 300;
  font-size: 14px;
  height: 20px;
}
#resumoContainer hr{
  background: linear-gradient(145deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}
.headerList{
  list-style: none;
  padding: 0;
  margin: 0;
}
.headerList li{
  background: url('/img/icons/listIcon.svg') no-repeat   transparent;
  background-size: 20px;
  padding-left: 30px;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
/*Section 1 */
.section1{
  padding-top: 60px;
  padding-bottom: 0;
}
.section1 h1, .section2 h1, .section4 h1, .section5 h1, .section1 h3, .section3 h1{
  font-size: 24px; 
  text-align: right;
  font-weight: 700;
  background: -webkit-linear-gradient(210deg, var(--primaryColor), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section1 h1 span{
  color: #000;
  -webkit-text-fill-color: #000;
}
.section1 h3{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.section1 p, .section2 p{
  font-size: 16px;
}
.section2 h1, .section4 h1, .section5 h1, .section3 h1{
  font-size: 30px;
}
.section2 p, .section5 p{
  font-weight: 500;
  color: #000;
}
.section2 b{
    color: var(--primaryColor);
}
.col-separator {
  position: relative;
}
.col-separator::after {
  content: '';
  position: absolute;
  left: 100%;   
  border-radius: 100px;
  top: 15%;  
  height: 50%;  
  width: 2px;   
  background: linear-gradient(145deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}
.parceiroDiv{
  background-color: rgba(238, 239, 252, 0.25);
  padding: 60px 0;
  gap: 30px;
}
.parceiroDiv a{
  margin-top: 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--primaryColor);
}
.parceiroDiv a:hover{
    text-decoration: underline;
}
.arrowLeft{
  width: 15px;
  height: 15px;
}
.accordion-button .circle-number {
  background-color: black;
  color: white;
  border-radius: 100%;
  padding: 5px 12px;
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
/* section2 */
.section2 {
  text-align: center;
  padding: 50px 0 80px 0; 
}
.section2 svg{
  max-width: 30px;
  margin-right: 10px ;
}
.redirect-button{
  width: 100%;
  max-width: 200px;
  margin: 20px 0;
  height: 45px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 10px;
  background:  url('/img/icons/arrow-left-white.svg') no-repeat 95% 50% /15px , linear-gradient(45deg, var(--primaryColor) 0%, var(--secondaryColor) 100%) !important;
} 
.redirect-button:hover{
  background:  url('/img/icons/arrow-left-white.svg') no-repeat 95% 50% /15px, linear-gradient(45deg, var(--secondaryColor) 0%, var(--primaryColor) 100%) !important;
}
.accordion-button:not(.collapsed) .st0{
  fill: var(--primaryColor);
}
.accordion-button:not(.collapsed) .st2{
  fill: #ffffff;
}
.accordion-button{ 
  background: transparent; 
}
.accordion-button:not(.collapsed), .accordion-button:focus{
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent; 
}
.accordion-button:not(.collapsed){
  color: var(--primaryColor); 
}
button.accordion-button{
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff924a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} 

.accordion-item{
  border: none;
  background: transparent;
  outline: none;
} 
#faqAccordion .accordion-item{
    border-bottom: 1px solid var(--primaryColor);
    transition: box-shadow 0.8s ease;
}
.nestedAccordion .accordion-item:hover{
  box-shadow: 0px 4px 8px #ff924abf;
}
.nestedAccordion .accordion-button:not(.collapsed), .nestedAccordion .accordion-button:focus, .nestedAccordion .accordion-body, .nestedAccordion .accordion-button{
    background: #fff; 
} 
.nestedAccordion .accordion-button, .nestedAccordion .accordion-body{
    border-radius: 15px !important;  
}
.section2 .accordion-button:not(.collapsed){
    border-left: 2px solid var(--primaryColor);
    border-radius: 0 10px 10px 0 !important;
    box-shadow: 10px 5px 30px var(--primaryColor);
}

.section4 .nestedAccordion .accordion-item{ 
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid var(--primaryColor);
}
.nestedAccordion li{
    font-size: 14px;
}
#sec2-title {
  margin-bottom: 50px;
}
#sec2-title h6 {
  color: #454545;
  font-size: 20px;   
  font-weight: 400;
}
#test-box {
  background: #FFF;
  box-shadow: 0px 4px 8px #ff424240;
  padding: 40px;
  margin: 0 10px;
  transition: all 0.6s ease;
}
#resumoContainer{
  box-shadow: 0px 4px 8px #ff424240; 
}
#test-box img {
  border-radius: 100%;
  width: 100px;
  margin-bottom: 20px;
  transition: all 0.6s ease;
}
#test-box h6 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.6s ease;
}
#test-box p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
} 
#test-space {
  min-height: 90px !important;
}
#cta-box{
  text-align: right !important;
}
.story {
  background: transparent;
  border: none;
  color: var(--secondaryColor);
  font-size: 12px;
  font-weight: 400;
}
.story:hover {
  text-decoration: underline;
}
.accordion-body{
  text-align: left;
}
.accordion-body2 p {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
#less, #less2 {
  color: var(--secondaryColor);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}
#less:hover, #less2:hover {
  text-decoration: underline;
}
 #gas_elet{
  width: 30px !important;
} 
#parceiros img{  
  max-height: 100px; 
  object-fit: contain;
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.6s ease;
}
#parceiros img:hover{
    box-shadow: 0px 4px 8px #ff424240;
}
#test-box:hover{
    box-shadow: 0px 4px 8px #ff42429c;
}
#test-box:hover h6{
    font-weight: 700;
}
#test-box:hover img{
    transform: scale(1.1);
}
.section2 .accordion-body{
  border-left: 2px solid var(--primaryColor);
}
/* Section 3 */
.section3{
    padding: 20px 0 50px;
}
.section3 p{
    max-width: 500px;
    margin: 20px auto 30px;
}
.semApoio, .comApoio{
    max-width: 440px; 
    width: 45%;
    transition: all 0.5s ease;
}
.semApoio p , .comApoio p{
    color: var(--primaryColor);
}
.semApoio ul, .comApoio ul {
    list-style: none;
    padding-left: 0;
}
.semApoio ul li, .comApoio ul li{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 20px 20px; 
}
.semApoio ul li {
    background-image: url('/img/icons/wrong_icon.svg');
} 
.comApoio ul li {
    background-image: url('/img/icons/correct_icon.svg');
}
.comApoio p, .semApoio p{
    margin: 15px 0 25px;
}
.semApoio{
    padding: 20px 20px 20px 30px;
    background: rgba(238, 239, 252, 0.15);
    border-radius: 30px;
    border: 1px solid rgba(150, 150, 150, 1); 
    margin-right: 10px;
}
.comApoio{ 
    padding: 20px 10px 20px 30px;
    background: rgba(238, 239, 252, 0.75);
    border-radius: 30px;
    border: 1px solid #000;
    margin-left: 10px;
}
.comApoio:hover{
    box-shadow: 10px 4px 18px #ff424240; 
}
.semApoio:hover{
    box-shadow: 10px 4px 8px rgba(238, 239, 252, 1); 
}
/* Section 4 */
.section4{
  padding: 50px 0 80px;
  background-color: rgba(238, 239, 252, 0.25);
}  
/*Section 5*/
.section5{
  padding: 60px 0;
  background-color: rgba(238, 239, 252, 0.25);
}
.section5 img{
  width: 100%;
  border-radius: 20px 20px 0 0;
  max-height: 50%;
  object-fit: cover;
}
.section5 .card{
  padding: 0;
  border-radius: 21px;
  transition: all 0.6s ease;
}
.section5 .card:hover{
    box-shadow: 0px 4px 8px #ff424240;
    transform: scale(1.2);
}
.section5 .card p{
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: auto;
} 
.section5 p{
  margin-bottom: 30px;
}
footer{
    background: linear-gradient(145deg, var(--primaryColor) 0%, var(--secondaryColor) 50%);
    padding: 30px 0;
}
footer h1{
    font-size: 30px;
    color: #fff;
}
footer .redirect-button{
    background: url('/img/icons/arrow-left.svg') no-repeat 95% 50% /15px , linear-gradient(45deg, #fff 0%, #fff 100%) !important;
    color: var(--primaryColor);
    transition: all 0.6s ease;
}
footer .redirect-button:hover{
    background: url('/img/icons/arrow-left.svg') no-repeat 95% 50% /15px , linear-gradient(45deg, #fff 0%, #fff 100%) !important;
    color: var(--primaryColor);
    font-weight: 700;
    box-shadow: 0 5px 30px #fff;
}
@media (max-width: 1400px){ 
  #preLPSection{
      background-size: 85%;
    background-position: 75% 100%;
  } 
  #test-box{
      margin: 20px 10px;
  }
  .card{
      max-width: 280px;
  }
  
  .card p{
      max-width: 100%;
      padding: 20px 20px;
  }
  #nav p{
      font-size: 12px;
  }
}
@media (max-width: 1200px){
  #preLPSection{ 
    background: rgba(238, 239, 252, 0.85);
  }
  .simu{
      padding-right: 0 !important;
  }
  .logo{
      width: 100px;
      object-fit: contain;
  }
  #test-box{
      padding: 40px 30px;
  }
  #preLPSection button{
      font-size: 18px;
  } 
  #nav p{
      font-size: 12px;
  }
  .headerList li{
      font-size: 14px;
  }
    #resumoContainer{
        margin-left: 0;
    }
  .card{
      max-width: 250px;
  }
  .card p{
      max-width: 100%;
      padding: 10px 20px 20px;
  }
}
@media(max-width: 992px){ 
  .card{
      max-width: 100%;
  }
  .cards{
      gap: 30px;
  }
  .section3 .container .row.justify-content-center{ 
      gap: 10px
  }
  .semApoio, .comApoio{
      margin: 15px;
  }
  .semApoio ul li, .comApoio ul li{
      font-size: 14px;
  }
}
@media(max-width: 900px){
    #preLPSection h1{
        font-size: 28px;
        margin-bottom: 5px;
    }
  #preLPSection button{
      font-size: 14px;
      padding: 16px;
      display: flex;
      
  } 
  #sec2-title{
      margin-bottom: 20px;
  }
  #preLPSection button img{
      width: 28px;
      height: auto;
  }
  .headerList li{
      font-size: 14px;
  }
  footer h1{
      font-size: 24px; 
  }
}
@media (max-width: 767.98px) {
    .col-separator::after {
      display: none;  
  }
  .semApoio, .comApoio{
      width: 100%;
      max-width: 800px;
  }
  .semApoio{
      order: 1;
  }
  .section1 h1, .section2 h1, .section4 h1, .section5 h1{
    text-align: center;
  }
  .section1 .row:first-child{
    gap: 30px;
  }
  .form-steps, #preLPSection p{
    text-align: left;
  }
  #preLPSection h1{
    font-size: 24px;
    line-height: 1.2;
  }
  #resumoContainer{
      margin: 20px auto 40px;
  }
  .redirect-button{
      margin: 10px auto;
  }
   #preLPSection .redirect-button{
       margin-top: 25px;
   }
   .section1 h1, .section2 h1, .section4 h1, .section5 h1{
       max-width: 500px;
       margin: 10px auto 10px;
   }
   .card{
       max-width: 390px;
   } 
  footer h1{ 
      margin-bottom: 20px;
  }
  .section3 .d-flex.d-md-none{
      justify-content: space-evenly;
  }
  .section3 .semApoio{
      display: none;
  }
  .semApoio ul li, .comApoio ul li{
      margin: 15px 0;
  }
  .section3 button{
    max-width:210px;
    padding: 10px 20px; 
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
    background:linear-gradient(45deg, var(--primaryColor) 0%, var(--secondaryColor) 100%) !important;
  }
}
@media (max-width: 550px){
    #preLPSection button{
        margin: 10px auto;
    }
    #preLPSection .row.align-items-center{
    justify-content: center;
  } 
  .form-steps, #preLPSection p, #preLPSection h1{
    text-align: center;
    max-width: 100%;
    margin: 10px auto;
  }
  .section1 h1, .section2 h1, .section4 h1, .section5 h1{
      max-width: 380px;
  }
  .section2 h1, .section5 p{
      max-width: 320px;
      margin: 10px auto;
  }
  .section2 p{
      max-width: 280px;
      margin: 5px auto 5px;
  }
  #preLPSection h1{
      max-width: 350px;
  }
  footer h1{ 
    max-width: 380px;
    margin: 0 auto 20px;
    text-align: center;
  }
  #section2Img{
      margin-top: 30px;
  }
  .section3 h1{
      font-size: 26px;
  }
  .section3 p.text-center{
      max-width: 400px;
      font-size: 14px;
  }
}
@media (max-width: 450px){
  .partners-box{
      display: none;
  }
  .semApoio, .comApoio{
      width: 90%;
  }
  #resumoContainer{
    margin: 30px 0 30px;
    border-bottom-right-radius: 30px;
  }
  .section1 h1, .section2 h1, .section4 h1, .section5 h1{
    font-size: 24px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .section1 p, .section2 p{
    font-size: 14px;
  }
  .accordion-button{
    font-size: 14px;
  }
  .accordion-button::after{
    padding-left: 22px;
  }
  .accordion-body{
    text-align: left;
    font-size: 13px;
  }
  #test-box{
    padding: 30px 20px;
  }
  .headerList{
    margin-left: 25px;
    padding-right: 10px;
  }
  .headerList li{
    font-size: 14px;
  }
  .section2 p{
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
  }
  .section5 .card p{
    text-align: center;
  }
  #test-box p{
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    font-size: 14px;
    text-align: center !important;
  }
}
@media(max-width: 380px){
    footer h1{
        max-width: 320px;
        font-size: 18px;
    }
  .info, .form-box{
    padding: 0;
  }
  #preLPSection button{ 
    padding: 16px;
  }
  .parceiroDiv a{
    width: 95%;
    margin-left: auto;
    font-size: 16px;
    margin-right: auto;
  }
}