@font-face {
  font-family: Clash Display Light;
  src: url(//40124795.fs1.hubspotusercontent-na1.net/hubfs/40124795/raw_assets/public/oralunic/fonts/clashdisplay-light-webfont.woff);
  font-weight: 200;  
}

@font-face {
  font-family: Clash Display Regular;
  src: url(//40124795.fs1.hubspotusercontent-na1.net/hubfs/40124795/raw_assets/public/oralunic/fonts/clashdisplay-regular-webfont.woff);
  font-weight: 300;  
}

@font-face {
  font-family: Clash Display Medium;
  src: url(//40124795.fs1.hubspotusercontent-na1.net/hubfs/40124795/raw_assets/public/oralunic/fonts/clashdisplay-medium-webfont.woff);
  font-weight: 400;  
}

@font-face {
  font-family: Clash Display Semi-Bold;
  src: url(//40124795.fs1.hubspotusercontent-na1.net/hubfs/40124795/raw_assets/public/oralunic/fonts/clashdisplay-semibold-webfont.woff);
  font-weight: 500;  
}

body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
     }
}


/* Bandeira */

.bandeira {
  font-family: Clash Display Regular;
}

.bandeira h1 {
  font-size: 41px;
  font-family: Clash Display Regular;
  color: #501948;
  text-transform: uppercase;
  padding-bottom: 25px
  
}

.bandeira h1 span {
}

.bandeira h2 { 
  color: #ffffff;
  font-family: Clash Display Semi-Bold;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bandeira p {
  font-family: Clash Display Regular;
  color: #501948;
  font-size: 24px;
  line-height: 32px; 
}

.bandeira strong {
  font-family: Clash Display Semi-Bold;
}

.bandeira .cta-bandeira {
  background: #42D9D6;
  border-radius: 10px;
  height: 58px;
  padding: 18px 44px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase; 
  font-size: 24px;
  letter-spacing: 0.7px;
}

.bandeira a:hover.cta-bandeira {
  background: #501948;
  border-radius: 10px;
  height: 58px;
  padding: 18px 44px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase; 
}

.bandeira .cta-bandeira-branco {
  background: #ffffff;
  border-radius: 10px;
  height: 58px;
  padding: 18px 44px;
  color: #601957 !important;
  text-decoration: none !important;
  text-transform: uppercase; 
  font-size: 24px;
  letter-spacing: 0.7px;
}

.bandeira a:hover.cta-bandeira-branco {
  background: #42D9D6;
  border-radius: 10px;
  height: 58px;
  padding: 18px 44px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase; 
}

.bandeira .content-left {
  float: right;
  position: relative;
  width: 506px;
  margin-right: 61px;
}

.bandeira .content-center {
  margin: 0 auto;
  text-align: center;
  width: 757px;
}

.bandeira .content-center p, .bandeira .content-center h2, .bandeira .content-center h3 {
  color: #ffffff;
}

.bandeira .content-center p {
  margin-bottom: 60px;
}

.bandeira .content-center h2 {
  font-size: 70px;
}

.bandeira .content-center h3 { 
  font-size: 43px
}

.bandeira .vantagens {
  width: 850px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 36px;
}

.bandeira .vantagens .col-1, .bandeira .vantagens .col-2 {
  background-color: #42D9D6;
  border-radius: 20px;
  padding: 30px 22px;
  text-align: center;
  width: 385px;
  line-height: 38px;
  margin-top: 30px;
}

.bandeira .vantagens .col-1 {
  margin-left: 20px;
  float: inline-start;
}

.bandeira .vantagens .col-2 {
  margin-right: 20px;
  float: inline-end;  
}


  @media (min-width: 1280px) {
    
    .row-fluid .span6 {
      width: 50%;
    }
    
    .row-fluid [class*="span"] {
      margin-left: 0;
    }
    
}


/* Formulário */

.bandeira .form-super {
  background-color: #fff;
  max-width: 611px;
  margin: 0 auto;
  border-radius: 15px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 49px 71px !important;
}

.bandeira .form-super .hs-form .hs-submit .actions {
  /*
  text-align: center !important;
  width: fit-content !important;  
  */
}

.bandeira .form-super h3 {
  margin-bottom: 9px !important;
  color: #33032D !important;
  font-family: Clash Display Regular;
  font-size: 40px;

}

.bandeira .form-super p {
  text-align: center !important;
  color: #33032D !important;
  font-size: 30px;
  line-height: normal;
  margin-top:0;

}

.bandeira #widget_1725420559513 .form-super .hs-form input[type=submit], .bandeira #widget_1725420559513 .form-super .hs-form > input[type=submit] {
  background-color: #33032D !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-family: Clash Display Semi-Bold;
  font-size: 24px !important;
  height: 58px;
  letter-spacing: .7px;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content !important;
}

.bandeira #widget_1725420559513 .form-super .hs-form input:hover[type=submit], .bandeira #widget_1725420559513 .form-super .hs-form > input:hover[type=submit] {
  background-color: #42D9D6 !important;
}



/* Fim formulário */


  @media screen and (max-width: 767px) {
    
      .bandeira {
        width: 100%; 
        }

      .bandeira h1 {
        font-size: 46px;
        color: #501948;
        font-family: Clash Display Regular;
        font-size: 40px;
        text-align: center;
      }
     
      .bandeira h1 span {
        border-radius: 50px;
        background: #42D9D6;
        padding: 3px 0;
        color: #fff;
        padding: 0 20px;
        margin-left: -20px;
      }
    
      .bandeira p {
        text-align: center;
      } 
    
    
      .bandeira h2  {
       font-size: 44px;
    }
    
      .bandeira .content-left {
        float: unset;
        position: unset;
        width: unset;
        margin: 30px 20px 70px 30px;
        text-align: center;
    }   
    
    .bandeira .content-center {
      margin: 0 auto;
      text-align: center;
      width: 100%;
    }
    
    .bandeira .vantagens {
      font-size: 30px;
      width: 100%;
      margin-right: 20px
    }   
    
    .bandeira .vantagens .col-1, .bandeira .vantagens .col-2 {
      padding: 30px 22px;
      text-align: center;
      width: 95%;
    }

    .bandeira .vantagens .col-1, .bandeira .vantagens .col-2 {
      margin-left:0;
      float: unset;
    } 
    
    .bandeira .form-super {
      padding: 49px 50px !important;
    }    
    
    .bandeira .form-super h3 {
      font-size: 37px;
      text-align: center;
    }
    
    .bandeira .form-super p  {
      font-size: 32px;
      text-align: center;
    }
    
    .bandeira .content-center h2 {
      font-size: 38px;
      text-align: center;
    }

    .bandeira .content-center h3 { 
      font-size: 38px
        text-align: center;
    }
    
    .bandeira .content-center p, .bandeira .content-center p {
      text-align: center;
    }    
    
    .bandeira .cta-mobile .cta-bandeira {
      font-size: 20px;
      padding: 18px 24px;
    }
    
    .bandeira .cta-menor {
      font-size: 18px !important;
      padding: 18px 22px !important;
    }
    
    .bandeira #widget_1725420559513 .form-super .hs-form input[type=submit] {
      font-size: 18px !important;
      padding: 15px 25px !important;
    }
    

}    

/* Fim bandeira */


/* Animação */

.hideme
{
    opacity:0;
}
/* Fim animação */