@charset "UTF-8";

/** colores principais do projeto*/
:root{
  --body-background-color:#e5e5e5;
  --font-family:"Dosis";
  --write:#FFFFFF; 
  --black:#000000;
  --pink:#E50b95;
  --red:#EE3322;
  --green:rgb(0,180,81);
  --gray:#E8EDF3;

}

/* === Reset básico === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

  /* === Tipografia === */
  body {
    font-family: var(--font-family), sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color:var(--body-background-color);
}


  /**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%; }
  
.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;

 }

.wrapper {
    max-width: 30rem;
    min-width: 30rem;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--wrapper-background)
}

.wrapper:after,.wrapper:before {
    content: " ";
    display: table
}


/*BTN PRINCIPAL*/
.btn {
    cursor: pointer;
    display: block;
    font-size: .9rem;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    /*
  width: 100%;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 1.2rem 0.375rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  color: var(--primary-button-color);
  background-color: var(--primary-button-background-color);
  background-color: #3CAB26;
  border: none; */
}

.btn {
    width: 100%;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 1.2rem .375rem;
    margin-bottom: .5rem;
    border-radius: .25rem;
    color: #FFFFFF;
    background-color: var(--primary-button-background-color);
    background-color: #3cab26;
    border: none
}

.fixed-secure {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

.main-header{
     position: relative;
     text-align: center;
    padding: 1.2rem 0 1.4rem;
    background: #000000;

}

.main-header h1{
  color: #ffde59;
  font-weight: 700;
  line-height: 2.2rem;
}

.main-header h1 span{
  display: inline-block;
  color: #FFFFFF;
}

.box-text-video{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box-text-video  h3{
  display: block;
  text-align: center;
  color: #ffde59;

}

.box-text-video p{
  color: #FFFFFF;
}

.video-container {
    position: relative;
    width: 480px;
    height: 270px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255,255,255,.1);
    /* padding: .1rem .5rem .5rem */
}

.video-container img,.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 3px solid #fff;  
}


.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.play-overlay img {
    border: none
}

.fade {
    transition: opacity .6s
}

.hidden {
    opacity: 0
}

.visible {
    opacity: 1
}

.hidden,.play-overlay,.video-active {
    pointer-events:none;
}


.btn-video{
margin-top:  1rem;
}


.audience-section {
    position: relative;
    padding: 1rem .5rem;
    background: linear-gradient(to right,rgba(239,165,59,.8) 0,#efa53b 100%);
}

.box-audience p{
  font-weight: 600;
  text-align: center;
}
.box-audience p span{
  font-weight: 700;
  color: red;
}

.canal-youtube{
  position: relative;
  padding: 1rem .5rem;
  text-align: center;
  background-color: #000000;
}

.box-canal-youtube h1{
font-size: 3rem;
font-weight: 700;
color: #ffde59;
margin-bottom: 0;
}

.box-canal-youtube p{
  color: #FFFFFF;
  font-weight: 600;
}

.box-canal-youtube img {
  display: block;

}
 .youtube-comments{
  position: relative;
  font-family: Arial, sans-serif;
  padding: 1rem .5rem;
  color: #FFFFFF;
  background-color: #000000;
 }

.comment, .reply {
display: flex;
margin-bottom: 20px;
}
.reply {
margin-left: 60px;
}
.avatar {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 12px;
}
.content h4 {
margin: 0;
font-size: 14px;
}
.content span {
color: #888;
font-size: 12px;
}
.content p {
margin: 6px 0;
font-size: 15px;
}

.actions span {
margin-right: 15px;
font-size: 13px;
color: #555;
/* cursor: pointer; */
}

.acess-vitalicio{
  position: relative;
  padding: 1rem .5rem;
  text-align: center;
  background-color: red;
}

.acess-vitalicio h2{
  width: 100%;
  text-align: center;
 font-size: 1.8rem;
font-weight: 700;
color: #FFFFFF;
}

.acess-vitalicio p{
  color: #FFFFFF;
}


.preco p {
    text-align: center;
    font-size: 1.2rem;
    /* margin: 0; */
    font-weight: 400;
    line-height: 1;
    
}

.preco P span {
    font-size: 2.5rem;
    font-weight: 700;
  }

.section-garantia .preco P span {
    font-size: 2.5rem;
    font-weight: 700;
    color: red;   
  }
   
  
  .section-garantia .preco p {
    text-align: center;
    color: red;   
    font-size: 1.2rem;
    /* margin: 0; */
    font-weight: 400;
    line-height: 1;    
}

.section-garantia {
    padding: 1rem .5rem;
    background: #ffc107;
    text-align: center
}

.section-garantia h2 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    line-height: 2.2rem
}

.section-garantia p {
    font-size: 1.1rem;
    line-height: 1.25rem;
    text-align: justify
}

.section-garantia h3 {
    text-align: center;
    font-weight: 700
}

.section-garantia h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 1rem
}


.footer {
    padding: .6rem 0 .1rem;
    font-size: .8rem;
    background: #fafafa;
    color: #000
}

.copyright {
    width: 100%;
    text-align: center
}

.copyright a {
    color: #333;
    color: inherit
}

.copyright p {
    margin: 0;
    font-size: .8rem
}