@charset "UTF-8";

/*vars*/

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'poppins', 'helvetica neue', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-top: 134px;
}


strong {
  font-weight: 900;
}

a {
  color: #ff005c;
  text-decoration: underline;
}

.container {
  max-width: 1220px;
}

.container .col-lg-6 {
  padding: 0;
  position: relative;
}

.btn {
  border-radius: 50px;
  border: none;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 30px;
}

.btn:hover,
.btn:focus,
.btn:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-lg {
  font-size: 21px !important;
}

.btn-lg i {
  margin-right: 10px;
}

.btn-outline-primary {
  border: 4px solid #000 !important;
  color: #000;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #111 !important;
}

.btn-primary {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #000;
  font-size: 14px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #111 !important;
}

.btn-info {
  background-color: #3367ad;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #3367ad !important;
}

.btn-danger {
  background-color: #ff005c;
  padding: 6px 25px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #ff005c !important;
}

#form-container p.error{
    color: rgb(156, 19, 19);
    margin: 10px 0;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: auto;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    top: calc(50% - 11px );
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }



/*Backgrounds*/

.bg-light {
  background-image: url(/images/bg-light.png?890e2af6d42ad6dfb1ba73f1e91b92e9);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dark {
  background-image: url(/images/bg-dark.png?16841d8b6c201ed14f9de29142da9b7b);
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group .form-control {
  background-color: #f8f8f8;
}

.input-group .btn {
  background-color: #f8f8f8;
  border-radius: 0px 10px 10px 0;
  height: 60px;
}

.input-group .dropdown-toggle span {
  font-size: 0;
}

.input-group .dropdown-toggle .flagstrap-icon {
  display: inline-block !important;
}

.input-group .dropdown-menu {
  padding-left: 15px;
  max-width: 80px !important;
}

.input-group .dropdown-menu li {
  cursor: pointer;
}

.input-group .dropdown-menu li:first-child {
  display: none;
}

.input-group .dropdown-menu li a {
  width: 100%;
  display: inline-block;
}

header .navbar {
  padding: 35px 15px;
  background-color: #ff005c;
}

header .nav-item {
  margin-left: 50px;
  vertical-align: middle !important;
  height: auto;
  display: inline-block;
}

header .nav-item .nav-link {
  color: #fff !important;
  font-weight: 300;
  font-weight: 700;
  vertical-align: middle;
  padding-top: 14px;
  text-decoration: none;
}

header .nav-item .btn-primary {
  color: #fff !important;
  background-color: #000;
  width: 200px !important;
  padding: 15px 30px !important;
  font-weight: 700;
  font-size: 14px !important;
}

header .nav-item.active .nav-link {
  color: #000 !important;
}

#home-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100% !important;
  overflow: hidden;
}

.carousel .carousel-item .carousel-caption-banner{
    width: 100px;
    left: 50%;

    transform: translate(-50%, -50%);
}

#home-slider .play-btn {
  width: 100px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 30px;
  color: #555;
  opacity: 0.9;
  font-size: 30px;
  padding-top: 10px;
}

@media(max-width: 767){
    .carousel .carousel-item .carousel-caption-banner{
        top: 50%;
    }
}

#home-slider img {
  width: 100%;
  height: auto;
}

#home-slider h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
}

#home-slider p {
  font-size: 20px;
  margin-top: 0;
}
#home-slider.item{
    height: 400px;
}

#home-slider.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

#home-slider{
  max-height: 400px;
  height: 30vmax;
}
#home-slider .carousel-item, #home-slider .carousel-inner{
    height: 100%;
}

#home-slider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#home-slider .carousel-caption {
  padding-bottom: 30px;
}

#features {
  padding: 70px 0;
}

#features .feature-card {
  display: inline-block;
  color: #404040;
  max-width: 380px;
}

#features .feature-card .img {
  margin-bottom: 30px;
}

#features .feature-card h3 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 900;
}

#features .feature-card h4 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 15px;
}

#features .feature-card p {
  font-size: 18px;
  line-height: 29px;
}

#promotion .promo-text {
  background-color: #000;
  padding: 120px 0 70px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: right;
}

#promotion .promo-text .promo-price-container {
  max-width: 850px;
  display: inline-block;
  text-align: left;
  margin-right: 100px;
}

#promotion .promo-text .arrow-right {
  position: absolute;
  right: -38px;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 39px;
}

#promotion .promo-text .arrow-right img {
  min-height: 100%;
}

#promotion .promo-text h2 {
  color: #ff005c;
    line-height: 55px;
    font-size: 62px;
    font-weight: 900;
    position: relative;
}

#promotion .promo-text h2:before {
  content: url(/images/icon-promo-arrow.svg?54c9f9a10c1f5f7006225da2df470b05);
  position: absolute;
  left: -70px;
}

#promotion .promo-text h3 {
  font-size: 27px;
  line-height: 47px;
}

#promotion .promo-price {
  background-color: #ff005c;
  min-height: 100%;
  padding: 77.5px 0px;
  padding-left: 100px;
  color: #fff;
}

#promotion .promo-price .title {
  font-weight: 400;
  font-size: 24px;
}

#promotion .promo-price .label {
  font-size: 21px;
  font-style: italic;
}

#promotion .promo-price .price {
  font-size: 89px;
  font-weight: 900;
  font-style: italic;
}

#promotion .promo-price .price .currency {
  font-size: 44px;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}

#promotion .promo-price .btn-block {
  max-width: 300px;
  font-size: 21px;
}

#promotion .promo-price .price-container {
  position: relative;
  max-width: 300px;
}

#promotion .promo-price .price-container .message {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: -10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  bottom: -5px;
}

.video-grid {
  padding: 90px 0;
  color: #ff005c;
}

.video-grid img {
  max-width: 100%;
}

.video-grid .grid-title {
  text-align: center;
  width: 100%;
  color: #ff005c;
  font-size: 40px;
  font-weight: 700;
}

.video-grid .grid-img {
  position: relative;
  margin-bottom: 25px;
}

.video-grid .grid-img .btn-container {
    position: absolute;
    top: 50%;
    height: 60px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-grid .grid-img .btn-container .play-btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #57275a;
  padding-top: 16px;
  border-radius: 100px;
  height: 55px;
  width: 55px;
  display: inline-block;
  font-size: 19px;
}

.video-grid .grid-card {
  max-width: 380px;
  display: inline-block;
}

.video-grid .grid-card h3 {
  font-size: 25px;
  font-weight: 400;
}

.video-grid .grid-card p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
}

.faq .accordion{
    margin-bottom: 50px;
}

.faq .accordion .card{
    border: none;
    border-bottom: 1px solid #ff005c !important;
    text-align: left;
}

.faq .accordion .card:last-child{
    border-bottom: none !important;
}

.faq .accordion .card p{
    font-size: 18px;
    color: #404040;
    padding: 0px 30px;
}

.faq .card-header{
    background-color: inherit;
    padding: 0 15px;
    border: none;
}

.faq .card-header .btn-link{
    color: #404040;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
}

.faq .card-header .btn-link:hover{
    text-decoration: none;
}

.faq i.fas.fa-chevron-down{
    transition: all .2s linear;
}

.faq i.fas.fa-chevron-down.open{
    transform: rotate(180deg);

}

#entre-contato {
  padding: 80px 0;
  background-color: #ff005c;
  color: #fff;
  text-align: center;
}

#entre-contato h2 {
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#entre-contato h3 {
  font-size: 35px;
  margin-bottom: 40px;
}

#entre-contato .form-control::-webkit-input-placeholder {
  color: #ff005c;
}

#entre-contato .form-control::-ms-input-placeholder {
  color: #ff005c;
}

#entre-contato .form-control::placeholder {
  color: #ff005c;
}

.form-control {
  height: 60px;
  padding: 10px 20px;
  display: inline-block;
  border: none;
  resize: none;
  border-radius: 10px;
}

.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#footer {
  background-color: #2c262c;
  padding: 50px 0;
  color: #fff;
}

#footer img{
    width: 90%;
}

#footer .btn {
  border-radius: 0 10px 10px 0;
}

#footer .input-group-container {
  max-width: 380px;
  display: inline-block;
  text-align: left;
}

#footer .input-group-container h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

#footer .input-group-container .input-group {
  min-width: 100%;
}

#footer .input-group-container .input-group .btn {
  background-color: #ff005c;
}

#footer .input-group-container .form-control {
  background-color: #1a161b;
}

#footer .input-group-container .form-control::-webkit-input-placeholder {
  color: #fff;
}

#footer .input-group-container .form-control::-ms-input-placeholder {
  color: #fff;
}

#footer .input-group-container .form-control::placeholder {
  color: #fff;
}

#footer .list-unstyled {
  padding-top: 20px;
}

#footer .list-unstyled li {
  margin: 20px 0;
  font-size: 14px;
}

#footer .list-unstyled .fas {
  width: 100%;
  display: inline-block;
  width: 20px;
  text-align: left;
  padding-right: 10px;
}

#footer .list-unstyled a{
    color: inherit;
    text-decoration: none;
}

#footer .list-unstyled span {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

#footer-bottom {
  background-color: #ff005c;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
}

#footer-bottom .list-inline {
  margin: 0;
  font-size: 20px;
}

#footer-bottom .list-inline .list-inline-item {
  margin: 0 20px;
}

#footer-bottom .list-inline .list-inline-item a {
  color: #fff;
}

#footer-bottom a{
    color: #fff;
    text-decoration: underline;
}
#footer-bottom .terms{
    font-size: 13px;
}

#footer-bottom .link-icones{
    text-align: right;
}

#form-container {
  padding: 60px 0;
}

#form-container .steps {
  margin: 20px auto 30px;
}

#form-container .steps .step {
  margin: 0 10px;
  display: inline-block;
  font-size: 18px;
  color: #e6e6e6;
}

#form-container .steps .step span {
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 50px;
  vertical-align: middle;
  padding-top: 6px;
  font-weight: 900;
}

#form-container .steps .step.active {
  color: #ff005c;
}

#form-container .steps .step.active span {
  background-color: #ff005c;
}

#form-container .steps a {
  color: unset;
  text-decoration: none;
}

#form-container h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1a161b;
}

#form-container p {
  color: #404040;
  font-size: 18px;
  line-height: 28px;
}

#form-container .form-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}

#form-container .form-row .price {
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  position: relative;
  width: 140px;
}

#form-container .form-row .price:after {
  content: '/m\EAs';
  position: absolute;
  bottom: -16px;
  right: 15%;
  font-style: normal;
  font-size: 16px;
}

#form-container .form-row .price span {
  font-size: 18px;
  vertical-align: top;
  line-height: 30px;
  font-style: normal;
  margin-right: 6px;
}

#form-container .form-control {
  background-color: #f8f8f8;
  color: #1a161b;
  font-size: 18px;
}

#form-container .form-control::-webkit-input-placeholder {
  color: #1a161b;
}

#form-container .form-control::-ms-input-placeholder {
  color: #1a161b;
}

#form-container .form-control::placeholder {
  color: #1a161b;
}

#form-container .form-control-lg {
  height: 60px;
  border-radius: 10px !important;
  padding-left: 50px !important;
}

#form-container .validate-dd {
  padding: 0 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

#form-container .is-invalid {
  background-color: rgba(219, 84, 84, 0.15);
}

#form-container .is-valid {
  background-color: #f2f7f0;
}

#form-container .form-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 100px;
  max-width: 650px;
  display: inline-block;
}

#form-container .form-control.is-valid,
#form-container .form-control.is-invalid {
  background-position: 96%;
}

.modal h2 {
  font-size: 40px;
  font-weight: 900;
}

.modal h3 {
  font-weight: 700;
}

.modal h4 {
  font-size: 28px;
}

.modal p {
  font-size: 18px;
  line-height: 28px;
}

.modal .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  display: inline-block;
  background-color: #7fdb14;
  border-radius: 100px;
  font-size: 27px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.modal .modal-body,
.modal .modal-footer {
  padding: 0 50px;
}

.modal .modal-header,
.modal .modal-footer {
  border: none;
  padding: 10px 16px 0;
}

.termos h1{
    margin: 15px 0 30px 0;
}

.termos p, .termos li, .termos ul{
    text-align: left;
    font-smoothing: antialiased;
    font-family: 'poppins', 'helvetica neue', sans-serif !important;
    font-size: 15px;
}

/* MEDIA */

@media (max-width: 1370px) {
  .promo-price-container {
    margin-right: 0;
  }

  .promo-price-container h2 {
    font-size: 45px;
  }
}

@media (max-width: 770px) {

    #footer-bottom .link-icones{
        text-align: center;
    }

    .faq .card-header .btn-link{
        padding: 15px;
    }

    #footer img{
        width: auto;
        display: block;
        margin:  20px auto;
    }

    #promotion .promo-text{
        padding: 40px 0 30px;
    }

    #promotion .promo-text .promo-price-container{
        margin-right: 0px;
        display: block;
        max-width: 100%;
    }

    #promotion .promo-text h3{
        font-size: 22px;
        line-height: 32px;
    }

    #promotion .promo-price{
        padding: 60px 20px;
    }

  header .nav-item {
    margin-left: 20px;
  }

  .promo-text h2 {
    font-size: 40px;
    line-height: 45px;
  }

  #promotion .arrow-right {
    display: none !important;
  }



  #entre-contato h2{
      font-size: 32px;
  }

  #entre-contato h3{
      font-size: 30px;

  }

  #footer .col-lg-6 {
    padding: 0 15px;
  }
  .faq .accordion .card p {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  body {
    padding-top: 94px;
  }

  .btn-lg {
    font-size: 18px !important;
  }

  #form-container .form-container {
    padding: 50px 10px;
  }

  .navbar {
    padding: 15px 15px !important;
  }
}

@media (max-width: 540px) {

  #promotion .price {
    font-size: 80px !important;
  }

    #promotion .promo-text h2{
        font-size: 30px;
        line-height: 35px
    }

    #promotion .promo-text h3{
        font-size: 20px;
        line-height: 30px;
    }

  #footer .input-group {
    min-width: 0px !important;
    width: 100%;
  }
}

@media (max-width: 425px) {
  #form-container .steps {
    text-align: left;
  }

  #promotion .promo-text h3{
    font-size: 15px;
    line-height: 20px
  }

  #form-container .steps .step {
    text-align: center;
  }
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 64px;
}
@media (max-width: 330px) {
  .navbar-brand img {
    height: 55px;
  }
  body {
    padding-top: 85px;
  }
}


/* Price table  */

.color-primary {
  color: #F00055;
}

.color-secondary{
  color: #F0BF2C;
}

.color-white{
  color: #ffffff;
}

.price-table-head{
  display: inline;
}

@media(max-width: 668px) {
  .price-table-head {
   transform: scale(0.1);
  }
}

.price-table-head h2 {
  font-size: 60px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.price-table-head h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2px;
}

.price-table-head h4 {
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: bold;
}

.price-table-head h2:before{
  content: url(/images/icon-promo-arrow.svg?54c9f9a10c1f5f7006225da2df470b05);
  position: absolute;
  left: -60px;
  top: 5px;
}


@media(max-width: 668px) {
  .price-table-head h2{
   font-size: 40px;
  }

  .price-table-head h2:before{
    display: none;
  }

  .price-table-head h3{
    font-size: 17px;
  }
  .price-table-head h4{
    font-size: 16px;
  }
}

.price-table-title{
  font-size: 35px;
  letter-spacing: 0.5px;
}


.plan-feature-list-item{
  color: #F0BF2C;
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
}

.plan-feature-list-item:before{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.plan-feature-list-item.not-available{
  color: #ffffff;
}

.plan-feature-list-item.not-available:before {
  color: #F00055;
  content: "\f057";
}

.plan-price-card{
  width: auto;
  display: inline-block;
}

.plan-period{
  max-width: 100%;
}

.plan-period h6 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.plan-price-currency , .plan-price{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

.plan-price-currency{
  font-size: 40px;
}

.plan-price {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
}

.price-card-footer{
  max-width: 280px;
  margin-top: 55px;
}

.plan-container{
  display: block;
  margin: 0 auto;
  max-width: 280px !important;
}

@media(max-width: 770px){
	#footer img {
		max-width: 300px;
	}
}

@media(max-width:400px){
  .navbar-brand img{
    height: 45px;
  }
}

.slick-slide img {
  width: 100%;
}