h1,
h3 {
  color: #fff !important;
  text-transform: initial !important;
}

h2,
h4 {
  color: #26262d !important;
}

h2 {
  line-height: 1.4 !important;
}

.titleAnimations {
  font-weight: normal;
}


@media (max-width: 767px){
  .titleAnimations {
    text-align: center;
  }  

  .titleAnimations + .section-content {
    margin-bottom: 2.5rem;
  }

  .iconText{
    text-align: center !important;
  }
}

h3 {
  font-weight: normal !important;
  font-size: 35px !important;
}


@media (min-width: 767px) {
  h1 {
    font-size: 45px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px !important;
  }
}

.section-content p {
  font-size: 1.2rem !important;
  line-height: 1.3;
}

.whiteText {
  color: #fff !important;
} /*  Texto do Vídeo  */

.textWhite {
  color: #fff !important;
  font-weight: 400 !important;
} /*  Texto abaixo do botão de compra */

button {
  border: none;
  outline: none;
  background: transparent;
}

@media (min-width: 992px) {
  .containerHeader {
    padding: 60px 0 110px 0;
  }
}
.logo {
  /* position: absolute; */
  top: 5vh;
  left: 5vw;
  z-index: 10;
}

.backgroundWhite {
  background: #fff;
}

.backgroundBlue {
  background: #584fba;
  background: -webkit-linear-gradient(left top, #584fba, #316bc1);
  background: -o-linear-gradient(bottom right, #584fba, #316bc1);
  background: -moz-linear-gradient(bottom right, #584fba, #316bc1);
  background: linear-gradient(130deg, #584fba, #316bc1);
}

.backgroundBlueTopBottom {
  background: #4B59BD;
  background: -webkit-linear-gradient(top, #4B59BD, #316bc1);
  background: -o-linear-gradient(bottom, #4B59BD, #316bc1);
  background: -moz-linear-gradient(bottom, #4B59BD, #316bc1);
  background: linear-gradient(to bottom, #4B59BD, #316bc1);
}

.topEffectFix {
  margin-top: -5.5rem !important;
  z-index: 10;
}

.youtubeVideo {
  position: relative;
  max-width: 640px;
  height: 356px;
  border-radius: 30px;
  box-shadow: 1px 1px 30px 5px #584fba78;
  background: #fff;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.youtubeVideo:hover{
  cursor: pointer;
}

/* 
.youtubeReal{
  display: none;
} */

/* .youtubeVideo:hover .youtubeReal{
  display: inherit;
} */

.youtubeThumb {
  position: absolute;
  display: inherit;
  width: 650px;
  height: 420px;
  background: url("../images/thumbnail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.youtubePlay {
  display: inherit;
  position: absolute;
}


/* .youtubeVideo:hover .youtubeThumb,
.youtubeVideo:hover .youtubePlay{
  display: none;
} */


@media (min-width: 1200px){
  .youtubeVideo {
    height: 360px;
  }
}

@media (min-width: 992px) and (max-width:1199px){
  .youtubeVideo {
    height: 346px;
  }
}

@media (min-width:768px) and (max-width: 991px){
  .youtubeVideo {
    height: 264px;
  }
}


@media (max-width: 767px){
  .youtubeVideo {
    /* max-width: 325px; */
    height: 51vw;
  }
}

@media(min-width:768px){
  .rowValignCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.containerSvg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 5px #584fba4f;
  overflow: hidden;
}

.animationSvg {
  transform: scaleY(1.03);
  transform-origin: top;  
}

#videoPopup {
  transform: translate3D(259px, 0, 0);
  animation-name: videosOrucPopUp;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes videosOrucPopUp {
  0% {transform: translate3D(259px, 0, 0);}
  21% {transform: translate3D(259px, 0, 0);}
  37% {transform: translate3D(0, 0, 0);}
  75% {transform: translate3D(0, 0, 0);}
  91% {transform: translate3D(259px, 0, 0);}
  100% {transform: translate3D(259px, 0, 0);}
}

#cursor {
  transform: translate3D(0,0,0);
  animation-name: videosOrucCursor;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes videosOrucCursor {
  0% {transform: translate3D(0,0,0);}
  20% {transform: translate3D(429px, 59px, 0);}
  21% {transform: translate3D(445px, 79px, 0) scale(0.85);}
  21.4% {transform: translate3D(429px, 59px, 0) scale(1);}
  37.5% {transform: translate3D(429px, 59px,  0);}
  57% {transform: translate3D(429px, 59px, 0);}
  74% {transform: translate3D(187px, 17px, 0);}
  75% {transform: translate3D(202px, 34px, 0) scale(0.85);}
  75.4% {transform: translate3D(187px, 17px, 0) scale(1);}
  100% {transform: translate3D(0,0,0);}
}

.animationBar1 {
  transform-origin: bottom;
  animation-name: barGrowing1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.animationBar2 {
  transform-origin: bottom;
  animation-name: barGrowing2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.animationBar3 {
  transform-origin: bottom;
  animation-name: barGrowing3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.animationBar4 {
  transform-origin: bottom;
  animation-name: barGrowing4;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.animationBar5 {
  transform-origin: bottom;
  animation-name: barGrowing5;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes barGrowing1 {
  0% {transform: scaleY(0);}
  20% {transform: scaleY(0.65);}
  100% {transform: scaleY(0.65);}
}

@keyframes barGrowing2 {
  0% {transform: scaleY(0);}
  10% {transform: scaleY(0);}
  40% {transform: scaleY(0.65);}
  100% {transform: scaleY(0.65);}
}

@keyframes barGrowing3 {
  0% {transform: scaleY(0);}
  30% {transform: scaleY(0);}
  60% {transform: scaleY(0.65);}
  100% {transform: scaleY(0.65);}
}

@keyframes barGrowing4 {
  0% {transform: scaleY(0);}
  50% {transform: scaleY(0);}
  80% {transform: scaleY(0.65);}
  100% {transform: scaleY(0.65);}
}

@keyframes barGrowing5 {
  0% {transform: scaleY(0);}
  70% {transform: scaleY(0);}
  100% {transform: scaleY(0.65);}
}

.iconPlaceholder {
  /* position: relative; */
  width: 80px;
  height: 80px;
  /* background: #282828; */
  /* border: 4px solid #282828;
  border-radius: 50px; */
}
/* 
.iconPlaceholder::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 19px;
  bottom: 12px;
  right: 19px;
  background: #282828;
}

.iconPlaceholder::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 12px;
  bottom: 19px;
  right: 12px;
  background: #282828;
} */

@media (max-width: 475px){
  .titleAnimations {
    text-align: center;
  }  

  .titleAnimations + .section-content {
    margin-bottom: 2.5rem;
  }

  .iconPlaceholder{
    margin: auto
  }

  .iconPlaceholder + h4 {
    text-align: center;
  }

  .iconPlaceholder ~ .section-content {
    margin-bottom: 2.5rem;
  }

}

.cta {
  padding: 1.3rem 2.8rem;
  border-radius: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.cta + h5 {
  color: #484866;
}

.planos {
  padding: 2rem;
  box-shadow: 1px 1px 30px 5px #584fba4f;
  background: #fff;
}


.planos h3 {
  color: #26262d !important;
  text-transform: capitalize !important;
}

.planos h1,
.planos h1 + h5 {
  display: inline;
  background: -webkit-linear-gradient(135deg, #316bc1, #584fba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.planosListItem {
  margin: 0.6rem 0 !important;
  color: rgb(28, 32, 34);
  text-shadow: 0px 0px rgba(28, 32, 34, 0.5);
}

.planosListItem > span {
  font-size: 14pt;
}


/* .vc_row_anchor.anchor-effect-purple .wrap-anchor {
  background: #4B59BD !important;
} */

.vc_row_anchor.anchor-effect-purple {
  height: 100px;
}

.vc_row_anchor.anchor-effect-purple .wrap-anchor {
  background: #fff !important;
}


.vc_row_anchor.anchor-effect-purple + .vc_custom_6{
  padding-top: 180px !important
}

.vc_row_anchor.anchor-effect-purple .wrap-anchor{
  height: 100px !important;
}

.buy-section .section-text .like {
  position: unset;
  display: block;
}

.recurso-item > h5:hover {
  cursor: pointer;
}


.recurso-item p {
  transition: all 200ms ease-in-out;
}


.recurso-item p.accordion,
.maisPlanos.accordion{
  transform: scaleY(0);
  transform-origin: top;
  transition: none;
  height: 0;
}

.landing .vc_custom_13{
	border-top:0;
}