@charset "UTF-8";

/** colores principais do projeto*/
:root{
  --body-background-color:#e5e5e5;
  --write:#FFFFFF; 
  --black-claro:#363636;
  --black-claro:#151515;;
  --black:#000000;
  --red:#EE3322;
  --green:#3CAB26;
  --green-2:#3CAB26;
  --blue:#1D4881;
   --yellow:#FFC107;
  --font-family:"Poppins";
  --pink:#E8348B;
  --gray:#E8EDF3;
  --orange:#FF9900;
  --orange:#FF5A00;

  --wrapper-background: #fff;
  --color-1:#149cc7;

  --primary-button-color:#222222 ;
  --primary-button-color:#FFFFFF;
  --primary-button-background-color:#ffd800;
  --primary-button-background-color:#558dcb;
  --primary-button-background-color:#00c1c8;


}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%; }
  
  
  body {margin: 0;
    font-family: "Poppins", sans-serif;
    font-family: var(--font-family), sans-serif;
    background-color:var(--body-background-color);
    font-weight: 400;
    color: #525f7f;
    color: #141414;
    color: #222222;
    color: #2F4F4F;
    color: #333333;
    color: #181818;
    line-height: normal;
    font-weight: 400;
    font-size: 100%;
    /*
    text-align: left;
    */
  }
  
  /**Render the `main` element consistently in IE.*/
  main {
    display: block; }
  
  h1 {
    font-size: 2rem; 
  }
  
  h2 {
    font-size: 1.2rem; }
  
  h3 {
    font-size: 1.285rem; }
  
  h4 {
    font-size: 1.071em; }
  
  h5 {
    font-size: 1rem; }
  
  h6 {
    font-size: .5em; }
  
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.67rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  
  p {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  
  b,
  strong {
    font-weight: bolder; }
  
  hr {
    height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: visible; }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  
  img, embed, object, video {
    max-width: 100%;
    height: auto; }
  
  a {
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: #333; }
    a:hover {
      text-decoration: none; }
  
  ul {
    list-style-type: none;
    padding: 0%; }
  

    .wrapper {
    position: relative;
    max-width: 36rem;
    max-width: 33rem;
    max-width: 30rem;
    min-width: 30rem;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    background-color: var(--wrapper-background);

    /*
    padding-right: .63rem;
    padding-left: .63rem;
    
    */
    }

 .wrapper:before,
 .wrapper:after {
    content: " ";
    display: table; }


.hide{display: none !important;}
.d-none{display: none;}

.row,
.form-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: -15px;
  margin-right: -5px;
  margin-left: -15px;
  margin-left: -5px;
  margin-left: .9rem;
  margin-right: .9rem;

 }

 /*BTN PRINCIPAL*/
.btn {
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: .9rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 1.2rem 0.375rem;
  /*padding: 0.8rem 0.375rem;*/
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  color: var(--primary-button-color);
  background-color: var(--primary-button-background-color);
  background-color: #5A7DBE;
  background-color: #3CAB26;
  background-color: #3D5A80;
  border: none;
}




/*header*/


.fixed-secure {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

/*HEADER */
.main-header{
    position: relative;
    background-color: #E9E3F5;
    background-color: #DCEEF2;
  }


.headline{
  padding: 0.35rem ;
  text-align: center;
  background: #149cc7;
  background: #ED2C4F;
   background: #3D5A80;
  color: #000;
  color: #fff;
}
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }



.headline h1{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .05rem;
    margin: 0 ;
}

.headline h2{
    margin: 0;
}


.sale{ 
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/100-garantia.png) 50% 50% / 100% no-repeat;
    top: 10%;
    top: 68%;
    left: 10%;
    font-weight: 400;
    text-align: center;
    /* transform: rotate(10deg); */
  }
.section-feature{
  position: relative;
  padding: 1rem .5rem 1rem .5rem;
  background-color: #558dca;
  background: #FFFFFF;
  background: #149cc7;
  /* background: linear-gradient(to right, rgba(117,182,206,1) 0%,rgba(134,197,220,1) 100%); */
      background-color: #FFFFFF;
      background-color: #F5F9F8;

  /* background: linear-gradient(to right, rgba(3, 12, 143, 0.1) 0%,rgba(31,44,231,1) 100%); */
}

.section-feature h2{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 2.2rem;
}

.step-list{margin: 0;}
.step-list > li {
        /* padding: 0 30px; */
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

.step-list>li>span {
        width: 40px;
        height: 40px;
        background: #c71212ff;
        background: #3D5A80;
        line-height: 40px;
        border-radius: 50%;
        flex-shrink: 0;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 29px;
        margin-right: 15px;
    }

.step-list p {
    font-size: 1.15rem;
    letter-spacing: .02rem;
    line-height: 1.4rem;
    /* font-weight: 100; */
    margin: 0;
}


.section-form{
  position: relative;
  padding: 1rem .5rem;
  background-color: violet;
  background-color: #C8D9F0;
  background-color: #B3DCD9;
  /* min-height: 100vh; */
}


.section-form h2{
  font-size: 1.5rem;
  font-weight: 600;
 line-height: 1.2;
 letter-spacing: .02rem;
  text-align: center;
}


.form-order > input {
  width: 100%;
  border: none;
  border-radius: 0.4rem;
  background: #fff;
  border: 1px solid #ececec;
  height: 3.1rem;
  margin: 0 auto 1rem;
  font-size: .9rem;
  text-indent: 5px;
  transition: all 0.5s;
}

.form-order P{
  text-align: center;
  font-size: .9rem;
}

 /*footer*/
 .footer {
    padding: .6rem 0 .1rem;
    font-size: .8rem;
    background: #fafafa;
    background-color: #F2F2F2;
    background-color: #EAEAEA;
    color: #000
}

.copyright {
    width: 100%;
    text-align: center
}

.copyright a {
    color: #333;
    color: inherit
}

.copyright p {
    margin: 0;
    font-size: .8rem
}


