* {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

* a{
  text-decoration: none !important;
}

body {
  background: #FBF8FF;
  padding-top: 70px;
}

:root {
  --color-primary: #670FFF;
  --color-primary-hover: #3f1583;
}

.bg-dark {
  background: #1a2335 !important;
}

.bg-primary {
  background: #670FFF !important;
  color: #fff !important;
}

.text-primary {
  color: #670FFF !important;
}

.loading {
  top: 0px;
}

.loading.inactive {
  transition: .5s;
  height: 0px !important;
  opacity: 0;
  overflow: hidden;
}

.header {
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.header .menu {
  margin-left: 20px;
  border-left: 1px solid #dedede;
  padding-left: 20px;
  padding: 5px 0px 5px 20px;
}

.header .nav-item {
  padding: 10px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #1A2335;
  border-bottom: 1px solid transparent;
}

.header .nav-item.active, .header .nav-item.active *{
  font-weight: 700 !important;
  border-bottom: 1px solid var(--color-primary);
}

.btn {
  border-radius: 8px;
  padding: 13px 20px;
  height: 100%;
}

.btn-primary-outline {
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

.btn-primary-outline:hover {
  background: rgb(103 15 255 / 5%);
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
}

.btn-primary {
  background: #670FFF;
  border: none;
  color: #fff;
  font-weight: 600;
}

.btn-primary:hover {
  background: var(--color-primary);
}


.btn-secondary {
  background: #FAF3FF;
  border: 1px solid #E5D5F3;
  color: #9A84B6;
}

.btn-secondary:hover {
  background: #f4e3ff;
  color: var(--color-primary);
  border: 1px solid #E5D5F3;
}


/* Section 1 */

.section-1 {
  padding-top: 90px;
  background: url('../img/bg-section_1.png') no-repeat;
  background-size: cover;
  border-bottom: 1px solid #dedede;
  background-position: bottom;
  /* margin-bottom: 100px; */
}

.section-1 .cont h2, .section-1 .cont h2 span{
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #1A2335;
}

.section-1 .cont {
  position: relative;
}

.section-1 .cont .badge {
  font-size: 13px;
  font-weight: 400 !important;
}

.section-1 .cont:before {
  content : "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIwQzguMDAwNTQgMTUuNTU2OCA0LjQ0MzI1IDExLjk5OTUgMCAxMEM0LjQ0MzI1IDguMDAwNTQgOC4wMDA1NCA0LjQ0MzI1IDEwIDBDMTEuOTk5NSA0LjQ0MzI1IDE1LjU1NjggOC4wMDA1NCAyMCAxMEMxNS41NTY4IDExLjk5OTUgMTEuOTk5NSAxNS41NTY4IDEwIDIwWiIgZmlsbD0iIzRGMUNBNCIvPgo8L3N2Zz4K");
  background-repeat: none;
  background-size: cover;
  left: -20px;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
}

.section-1 .cont:after {
  content : "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIwQzguMDAwNTQgMTUuNTU2OCA0LjQ0MzI1IDExLjk5OTUgMCAxMEM0LjQ0MzI1IDguMDAwNTQgOC4wMDA1NCA0LjQ0MzI1IDEwIDBDMTEuOTk5NSA0LjQ0MzI1IDE1LjU1NjggOC4wMDA1NCAyMCAxMEMxNS41NTY4IDExLjk5OTUgMTEuOTk5NSAxNS41NTY4IDEwIDIwWiIgZmlsbD0iIzRGMUNBNCIvPgo8L3N2Zz4K");
  background-repeat: none;
  background-size: cover;
  right: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
}

.section-1 .cont p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #607D8B;
  padding-top: 15px;
  width: 75%;
  margin: auto;
}

.section-1 .image {
  padding-top: 100px;
}

.section-1 .image img {
  padding: 60px 60px 0px 60px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, #dbc1ff, #fffae2, #ffcade, #ffcffb);
	background-size: 400% 400%;
	animation: gradient 9s ease infinite;
}

@keyframes gradient {
  0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Section 2 */

.sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.415em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}

.section-2 {
  padding: 100px 0px;
  background: url('../img/bg-section_2.jpg') no-repeat;
  background-size: cover;
  background-position: 55% 20%;
}

.section-2-1 {
  background: url('../img/bg-section_3.jpg') no-repeat;
  background-size: cover;
  background-position: 45% 0%;
}

.section-2 .cont {
  padding: 0px 80px;
}

.section-2 .cont h2, .section-2 .cont h2 ins{
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #fff;
}

.section-2 .cont p{
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin-top: 90px;
}

.section-2 .col-md-6 {
  position: relative;
}

.section-2.section-2-1  .sub-title {
  color: #3d1b79;
}

.section-2.section-2-1 .cont h2, .section-2.section-2-1 .cont h2 ins{
  color: #3d1b79;
}

.section-2.section-2-1 .cont p{
  color: #3d1b79;
}

.section-2 .cont a{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #0B66FF;
}

.section-2 .badges .badge {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 10px;
  margin-right: 10px;
  padding: 8px 12px;
}

.section-2.section-2-1 .badges .badge {
  background: #ebe0ff !important;
  color: #573099 !important;
  border: 1px solid rgba(198, 53, 255, 0.2);
}

.section-2 img {
  -webkit-filter: drop-shadow(0px 0px 61px -9px rgba(255,255,255,0.2));
  filter: drop-shadow(0px 0px 61px -9px rgba(255,255,255,0.2));
}

/* Section 3 */
.section-3 {
  padding: 100px 0px;
}

.section-3 .swiperfuncionalidades .cont {
  background: #fff;
  border: .5px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.section-3 .swiperfuncionalidades .content {
  padding: 20px 30px;
}

.section-3 .swiperfuncionalidades h2{
  font-size: 16px;
}

.section-3 p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

.parceiros .section-3 p{
  font-size: 14px;
}

/* Section 4 */

.section-4 .cont360{
  background: #670FFF;
  background-image: url('../img//bg-section_4.png');
  background-repeat: none;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: end;
  justify-content:space-between;
  padding: 0px 90px;
}

.section-4 .cont360 .cont {
  color: #fff;
  padding: 80px 0px;
  width: 300px;
}

.section-4 .cont360 .cont p {
  font-size: 20px;
  font-weight: 600;
}

/* section 5 */

.section-5 {
  padding: 80px 0px;
}

.section-5 .brands .col-md-3 {
  padding: 0px !important;
}

.section-5 .brands .col-md-3 .brand{
  border-right: 0px !important;
}

.section-5 .brands .col-md-3:nth-child(4n) .brand{
  border-right: 1px solid #dee2e6!important;
}

.section-5 .brands .brand {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  position: relative;
}

.section-5 .brands .brand .tag {
  position: absolute;
  font-size: 9px;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  border-radius: 2px;
  bottom: 20px;
}


.section-5 .brands .brand:hover {
  background: #F6F6F6;
}

.section-5 .row.brands:nth-child(3) .brand{
  border-top: 0px !important;
}

.section-5 .row.brands:nth-child(3) .col-md-3:last-child{
  background: #F6F6F6;
}

/* Section 6/newsletter */

.section-6 {
  padding: 50px 0px;
}

.section-6 .newsletter{
  /* margin-bottom: 60px; */
  padding: 15px 0px;
  background: linear-gradient(96.5deg, #4418A2 0%, #7240DD 100%);
  border-radius: 10px;
}

.section-6 .newsletter img{
  margin-left: -40px;
}

.section-6 .form input {
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
}

.section-6 .form .btn-form {
  border: none;
  border-radius: 0px 10px 10px 0px;
  background: #3867DF;
  padding: 0px 15px;
}

.section-6 p small {
  opacity: .5;
}

/* Section 7 */

.section-7 .cont{
  padding: 60px 50px;
  background: linear-gradient(91.22deg, #FCEBDB 0%, #FADBBD 100%);
  border-radius: 10px;
}

/* Footer */

.footer {
  background: #15082B;
  padding: 70px 0;
}

.footer .logo-footer img {
  width: 180px;
}

.footer .text-muted {
  color: #A6A6A6 !important;
}

/* Inscrição */



.modal-backdrop.show {
  backdrop-filter: blur(9px) !important;
  opacity: 1;
  background: #00000045;
}

#inscricao .modal-content{
  width: 100%;
  display: flex !important;
  flex-direction: row;
  min-height: 600px;
  padding: 0px;
  overflow: hidden;
  border-radius: 15px;
  border: none;
}

#inscricao .cont{
  width: 65%;
  position: relative;
  padding: 60px;
}

#inscricao .cont .btn-close{
  position: absolute;
  right: 30px;
  top: 30px;
}

#inscricao .image{
  width: 35%;
  min-height: 600px;
  background: url("../img/bg-modal.jpg") no-repeat;
  background-size: cover;
}

#inscricao .form-label {
  font-size: 12px;
}

#inscricao .form-control {
  background: #f8faff;
  font-size: 13px;
}

/* planos */


.periodos {
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  width: fit-content;
  border: 1px solid #ddd;
}

.form-check.form-switch {
  align-items: center;
  display: flex;
}

.form-check-label {
  font-size: 14px;
  color: #111111;
  margin-left: 10px;
}

.form-switch .form-check-input {
  height: 1.4rem;
  width: 2.8rem;
}

.form-switch .form-check-input {
  background-position: right center;
  background-color: #f9f9f9;
  border: 1px solid #aeaeae;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aeaeae'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2rem;
  transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-color: rgba(48, 93, 255, 0.10);
  border: 1px solid #305DFF;
  /* background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23305DFF'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23305DFF'/%3E%3C/svg%3E");
}


/* Planos */

.shadow-blue {
  box-shadow: 0px 4px 25px rgba(48, 93, 255, 0.12);
}

.card-status-top {
  height: 10px;
}

.plano {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  transition: 500ms;
}


.plano.blur {
  background: #f8f4ff;
  border-color: #670FFF;
  backdrop-filter: blur(90px);
}

.plano.blur .border-bottom{
  border-color: #ddd !important;
}

.plano:hover {
  border: 1px solid #305DFF;
  box-shadow: 0px 4px 25px rgba(48, 93, 255, 0.4);
}

.plano .value {
  -webkit-animation: fadeAnimation 600ms;
}

.step {
  -webkit-animation: fadeAnimation 600ms;
}

@-webkit-keyframes fadeAnimation {
  0% {
      opacity: 0;
  }
  25% {
      opacity: 0.25;
  }
  50% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
  }
}

.plano .value h1 {
  font-size: 30px;
}

.plano .tag {
  position: absolute;
  top: 18px;
  right: 10px;
  background: #000;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
}

.plano .tag svg{
  margin-right: 5px;
}

.card-status-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 10px 10px 0 0;
}

.bg-yellow {
  background-color: rgba(245,159,0, 1)!important;
}

.plano h1 {
  font-size: 32px;
  letter-spacing: 0px;
  font-family: Inter;
}

.plano h3 {
  font-size: 40px;
}

.page-planos {
  position: relative;
  overflow: hidden;
  background: url('../img/bg-section_1.png') no-repeat;
  background-size: cover;
  background-position: bottom;
}

.page-planos .section-1 .cont h2, .page-planos .section-1 .cont h2 span {
  line-height: 40px;
  font-size: 40px !important;
}

/* Precos */


.modules .cont {
  background: #fff;
  border: .5px solid rgba(0,0,0,0.08);
  border-radius: 15px;
  overflow: hidden;
}

.modules .content {
  padding: 40px 30px;
}

.modules h2{
  font-size: 16px;
}

.modules p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

/* Parceiros */

.parceiros-1 {
  padding: 40px 0px;
  background: url('../img/bg-parceiros.png') no-repeat;
  background-size: cover;
  background-position: top;
  border-bottom: 1px solid #dedede;
  background-color: #0d031e;
}

.parceiros-1 .cont {
  padding: 80px;
}

.parceiros-1 h1, .parceiros-1 h1 * {
  line-height: 30px;
  font-size: 30px !important;
  font-weight: 800;
  color: #fff;
}

/* .parceiros-1 img {
  border: 30px solid rgba(255,255,255,0.8);
  border-bottom: 0px;
  border-radius: 30px 30px 0px 0px;
} */

.parceiros-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255,255,255,0.4);
  padding-top: 15px;
}

/* Responsive */

.menu_mobile {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dedede;
  left: 0;
  height: 0px;
  opacity: 0;
  transition: .5s;
  overflow: hidden;
}

@media (max-width: 768px){

  .nav {
    font-size: 11px;
  }

  .section-1 .image img {
    padding: 40px 40px 0px 40px;
  }

  .container{
    width: 100%;
    padding: 0px 20px !important;
  }

  .section-6 .newsletter {
    padding: 50px;
  }

  .section-4 .cont h2, .section-4 .cont h2 * {
    font-size: 22px;
  }

  .section-4 .image:before {
    font-size: 40px;
    margin-right: 0px;
  }

  .section-4 .image:after {
    font-size: 60px;
    margin-left: -16px;
    top: 11%;
  }

  .section-3 h4, .section-3 h4 * {
    font-size: 15px;
  }

  .section-3 p {
      font-size: 13px;
  }

  .section-3 img {
    width: 15%;
  }

  .section-2 .cont, .section-2 .image {
    padding: 0px 30px;
  }

  .header button.btn.btn-primary-outline {
    font-size: 11px;
  }

  .header .nav-item {
    padding: 10px 5px;
  }

  
  .section-5 .brands .col-md-3:nth-child(2n) .brand{
    border-right: 1px solid #dee2e6!important;
  }

  .section-5 .tag {
    text-align: center;
    width: 85%;
    bottom: 5px !important;
  }

  .section-1 .cont h2, .section-1 .cont h2 * {
    font-size: 25px !important;
    line-height: normal !important;
    width: 95%;
    margin: auto;
    letter-spacing: 0px;
  }

  .section-1 .cont p {
    font-size: 14px;
  }

  #inscricao .cont{
    width: 100%;
  }

  .section-1 .cont p {
    font-size: 14px;
  }

  .section-1 .buttons .btn {
      font-size: 11px;
      padding: 13px 10px !important;
      width: auto !important;
      height: 100%;
      margin-bottom: 0px !important;
  }

  .section-1 .buttons {
      display: flex;
      align-items: center;
      margin-top: 40px !important;
      justify-content: center;
  }

  .section-1 .buttons .btn:last-child {
      margin-left: 7px;
  }

  .header button.btn {
      font-size: 10px !important;
  }

  .header .logo img {
      width: 110px;
  }

  .header {
      padding: 5px 0px;
  }

  .section-1 {
      padding-top: 50px;
  }

  .section-1 .image {
    padding-top: 55px;
  }

  .section-2 .cont h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
  }

  .section-2 .cont a {
    font-size: 15px;
  }

  .section-2 .cont h2, .section-2 .cont h2 ins {
    font-size: 20px;
    line-height: normal;
  }

  .section-2 img {
    width: 75%;
    margin: auto;
    margin-top: 30px;
  }


  .section-2.section-2-1 img {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .section-4 .cont360 .cont {
    padding-bottom: 0px;
  }

  .section-4 .cont360 {
    background-position: 91%;
    display: block;
    padding: 0px 20px;
  }

  .menu_mobile.active {
    height: auto;
    opacity: 1;
  }

  .menu_mobile a {
    width: 50%;
  }

  .menu_mobile .nav-item {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0,0,0,0.01);
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #dedede;
  }

  .periodos .form-check {
    margin-bottom: 0px !important;
  }
  .periodos {
      width: fit-content;
      display: flex;
      padding: 10px 20px;
  }

  .page-planos .section-1 .cont h2, .page-planos .section-1 .cont h2 span {
    font-size: 30px !important;
  }

  .footer {
    padding: 50px 10px !important;
  }


  .parceiros-1 .cont {
    padding: 10px;
  }
  
}
