/* ========== Bootstratp Customizations ========== */
a {
  color: #212529;
}

a:hover {
  color: #55892a;
  text-decoration: none;
}

label {
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 600;
}

svg {
  display: block;
  overflow: visible;
}

.navbar {
  z-index: 1;
}

.navbar-brand {
  display: block;
  margin-right: 2rem;
  width: 200px;
  height: 93px;
  background: url("../img/brand-white.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.mandatos .navbar-brand {
  display: block;
  margin-right: 2rem;
  width: 200px;
  height: 93px;
  background: url("../img/brand-white-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.mobile .navbar-brand {
  background: url("../img/brand.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.navbar-collapse.collapse.show {
  padding-top: 2rem;
}

.navbar-collapse.collapsing {
  padding-top: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-menu {
  margin: 0;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #f8fafc;
}

.breadcrumb {
  padding: 0.75rem 0;
  margin-bottom: 0;
  background-color: transparent;
}

.btn {
  border-width: 2px;
  font-weight: 700;
}

/* ========== General and Misc ========== */
html, body {
  height: 100%;
  background-color: #fcfcfc;
}

.required::after {
  content: ' *';
  color: #cc0066;
}

.section-title {
  border-bottom: 1px solid #eee;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: .1;
}

.section-title span {
  padding-right: 1rem;
  background-color: #f8fafc;
}

.see-more {
  color: #000;
  border-bottom: 2px solid transparent;
}

.see-more:hover, .see-more:focus {
  border-color: #1d68a7;
}

.share {
  border: 1px dashed #ddd;
  border-radius: .25rem;
}

.share .share-option {
  display: inline-block;
  padding: .25rem 1.5rem 0;
  margin-right: 15px;
  border-radius: .25rem;
  background-color: #b1986f;
}

.share .share-option .share-option-btn {
  color: #fff;
}

.inner-addon {
  position: relative;
}

.inner-addon .far, .inner-addon .fas, .inner-addon .fab {
  position: absolute;
  padding: 12px;
  pointer-events: none;
  color: #212529;
}

.left-addon .far, .left-addon .fas, .left-addon .fab, .right-addon .far, .right-addon .fas, .right-addon .fab {
  top: 0;
}

.left-addon .far, .left-addon .fas, .left-addon .fab {
  left: 1.2rem;
}

.left-addon input {
  padding-left: 30px;
}

.right-addon .far, .right-addon .fas, .right-addon .fab {
  right: 1.2rem;
}

.right-addon input {
  padding-right: 30px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 1em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  transform: initial;
}

/* ========== Plugins ========== */
.slick-slide {
  overflow: hidden;
}

[data-scroll] {
  transition: all 2s;
}

[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0px);
}

[data-scroll="out"] {
  opacity: 0;
  transform: translateY(200px);
}

/* ========== Header ========== */
.header {
  padding-bottom: 5rem;
  background: #410078;
  background: linear-gradient(to right, #410078, #7304c8);
  color: #fff;
}

.header .header__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: justify;
}

.header .header__description {
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: justify;
}

.mobile .header {
  padding-bottom: 5rem;
  background: #d7df46;
  background: linear-gradient(to right, #d7df46, #edf0a8);
  color: inherit;
}

/* ========== Tools ========== */
.tools {
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}

.tools .tools__item {
  padding: 2rem;
  text-align: center;
}

.tools .tools__item .tools__item-icon {
  display: block;
  padding: 2.5rem 0;
  margin: 0 auto;
  width: 8rem;
  border-radius: 50%;
  background-color: #d7e046;
  color: #442179;
}

.mobile .tools .tools__item .tools__item-icon {
  background-color: #442179;
  color: #d7e046;
}

/* ========== Features ========== */
.features .features__item {
  overflow: hidden;
  padding-top: 4rem;
  border-bottom: 1px solid #ddd;
}

.features .features__item .features__item-title {
  margin-bottom: 1rem;
}

.features .features__item .features__item-description {
  margin-bottom: 2rem;
  font-size: 1.01rem;
  text-align: justify;
}

.mobile .features .features__item {
  padding: 4rem 0;
}

/* ========== Plans ========== */
.plans {
  padding: 8rem 0 5rem;
  background-color: #d7e046;
}

.plans .plans__item {
  position: relative;
  padding: 2rem;
  margin-bottom: 3rem;
  border: 1px solid #ddd;
  border-radius: .25rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.plans .plans__item .plans__item-title small {
  font-size: 65%;
  font-weight: 500;
}

.plans .plans__item .plans__item-price {
  margin-bottom: 1.5rem;
}

.plans .plans__item .plans__item-price span {
  font-size: 1rem;
}

.plans .plans__item .plans__item-price span:first-of-type {
  vertical-align: top;
}

.plans .plans__item hr {
  margin: 2rem auto;
  width: 75%;
}

.plans .plans__item ul li {
  line-height: 2rem;
}

.plans .plans__item ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\F00C';
  margin: 0 10px 0 -15px;
  color: #410078;
}

.plans .plans__item.plans__item-main {
  z-index: 1;
  border: 0;
  background-color: #410078;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.plans .plans__item.plans__item-main hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.plans .plans__item.plans__item-main ul li::before {
  color: #fff;
}

.plans .plans__item .btn {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile .plans {
  background-color: #410078;
}

.mobile .plans .plans__item.plans__item-main {
  background-color: #d7e046;
  color: #212529;
}

.mobile .plans .plans__item.plans__item-main ul li::before {
  color: #410078;
}

.mobile .plans .plans__boardingfee {
  padding-top: 4rem;
  color: #fff;
}

.mobile .plans .plans__boardingfee ul {
  font-size: 1.2rem;
}

.mobile .plans .plans__boardingfee ul li {
  line-height: 2rem;
}

.mobile .plans .plans__boardingfee ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\F00C';
  margin: 0 10px 0 -15px;
  color: #d7e046;
}

.mobile .plans .plans__boardingfee .plans__boardingfee-note {
  padding: 1.5rem;
  border-radius: .25rem;
  background-color: #fff;
  color: #432178;
  font-size: 1.2rem;
}

/* ========== Cases ========== */
.cases {
  padding: 4rem 0;
}

.mandatos_cases {
  border-bottom: 1px solid #ddd;
} 
.cases .slick-prev {
  left: -75px;
}

.cases .slick-next {
  right: -75px;
}

.cases .slick-prev:before, .cases .slick-next:before {
  color: #555;
}

.home .cases .cases__item .cases__item-title {
  overflow: hidden;
}

.home .cases .cases__item .cases__item-title small {
  display: block;
  color: #888;
  font-size: 1rem;
}

.home .cases .cases__item .cases__item-before, .home .cases .cases__item .cases__item-after {
  border-radius: .25rem;
  font-size: 1.1rem;
}

.home .cases .cases__item .cases__item-before h4, .home .cases .cases__item .cases__item-after h4 {
  font-size: 3rem;
}

.home .cases .cases__item .cases__item-before {
  padding: 4rem;
  background-color: #d7e046;
}

.home .cases .cases__item .cases__item-after {
  position: relative;
  padding: 10rem 6rem;
  background-color: #763cc8;
  color: #fff;
}

.home .cases .cases__item .cases__item-after::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/rocket.jpg") no-repeat;
  background-size: cover;
  opacity: .3;
}



.mandatos .cases .cases__item .cases__item-title {
  overflow: hidden;
}

.mandatos .cases .cases__item .cases__item-title small {
  display: block;
  color: #888;
  font-size: 1rem;
}

.mandatos .cases .cases__item .cases__item-before, .mandatos .cases .cases__item .cases__item-after {
  border-radius: .25rem;
  font-size: 1.1rem;
}

.mandatos .cases .cases__item .cases__item-before h4, .mandatos .cases .cases__item .cases__item-after h4 {
  font-size: 3rem;
}

.mandatos .cases .cases__item .cases__item-before {
  padding: 4rem;
  background-color: #d7e046;
}

.mandatos .cases .cases__item .cases__item-after {
  position: relative;
  padding: 10rem 6rem;
  background-color: #763cc8;
  color: #fff;
}

.mandatos .cases .cases__item .cases__item-after::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/rocket.jpg") no-repeat;
  background-size: cover;
  opacity: .3;
}

/* ========== Contact ========== */
.contact {
  padding: 4rem 0;
  background: #9005fa;
  background: linear-gradient(to right, #7304c8, #9005fa);
  color: #fff;
  font-size: 1.1rem;
}

.contact a {
  color: #fff;
}

.contact a:focus, .contact a:hover {
  color: #ddd;
}

.contact .form-control {
  border-color: #fff;
  border-width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

.contact .form-control::-moz-placeholder {
  color: #eee;
  opacity: 1;
}

.contact .form-control:-ms-input-placeholder {
  color: #eee;
  opacity: 1;
}

.contact .form-control::placeholder {
  color: #eee;
  opacity: 1;
}

.contact .form-control::-ms-input-placeholder, .contact .form-control::-ms-input-placeholder {
  color: #eee;
}

/* ========== Footer ========== */
.footer {
  padding: 4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #9005fa;
  background: linear-gradient(to right, #7304c8, #9005fa);
  color: #fff;
}

.footer p {
  line-height: 28px;
}

.footer .footer__saikoo {
  display: inline-block;
  width: 100px;
  height: 31px;
  background: url("../img/brand-saikoo-white.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.footer .footer__saikoo:focus, .footer .footer__saikoo:hover {
  opacity: .75;
  background-size: contain;
}

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 3;
  display: none;
  padding: 8px 10px;
  border-radius: .25rem;
  background-color: #7304c8;
  color: #fff;
  text-align: center;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 210px;
  z-index: 3;
  padding: .6rem 2rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  background-color: #25d366;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.whatsapp .fa-whatsapp {
  margin-right: .5rem;
}

.whatsapp:focus, .whatsapp:hover {
  color: #eee;
}

/* ========== Media Queries ========== */
/*Desktop*/
@media (min-width: 768px) {
  .justify-content-center .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-brand {
    width: 300px;
    height: 140px;
  }
  .features__item {
    padding-top: 8rem;
  }
  .features__item .features__item-description {
    margin-bottom: 0;
  }
  .plans .plans__item.plans__item-main {
    transform: scale(1.1);
  }
  .cases .cases__item .cases__item-after::before {
    background-position-y: -14rem;
  }
  .mandatos__title_mobile_desktop {
    display: block;
  }

  .mandatos__title_mobile {
    display: none;
  }
}
/*moblie*/
@media only screen and (max-width: 768px){

  .mandatos__title_mobile_desktop {
    display: none;
  }
  .mandatos__title_mobile {
    display: block;
  }


}

.systembusiness__grid-3 {
  color: #fff;
  background: url(../img/bg_03.png) no-repeat bottom;
  background-attachment: fixed;
}
.systembusiness__segments{
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*CHECKOUT*/
 .chk-form {
  float: left;
  width: 100%;
  border: 1px solid #e8e7e7;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.chk-form-item {
  width: 90%;
  border: 1px solid #e8e7e7;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.checkout-panel {
  display: flex;
  flex-direction: column;
 
  background-color: rgb(255, 255, 255);
 
}
.panel-body {
  padding: 40px 0px 0;
  flex: 1;
}
 
.title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  color: #2e2e2e;
}
.progress-bar {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
 
.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 
.step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 225px;
  height: 6px;
  content: '';
  background-color: #efefef;
}
 
.step:before {
  color: #2e2e2e;
  position: absolute;
  top: 40px;
}
 
.step:last-child:after {
  content: none;
}
 
.step.active {
  background-color: #1abc9c;
}
.step.active:after {
  background-color: #1abc9c;
}
.step.active:before {
  color: #1abc9c;
}
.step.active + .step {
  background-color: #1abc9c;
}
.step.active + .step:before {
  color: #1abc9c;
}
 
.step:nth-child(1):before {
  content: 'Cart';
}
.step:nth-child(2):before {
  right: -40px;
  content: 'Confirmation';
}
.step:nth-child(3):before {
  right: -30px;
  content: 'Payment';
}
.step:nth-child(4):before {
  right: 0;
  content: 'Finish';
}
.payment-method {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
 
.method {
  display: flex;
  flex-direction: column;
  width: 382px;
  height: 122px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgb(249, 249, 249);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
 
.card-logos {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
}
 
.radio-input {
  margin-top: 20px;
 
}
 
input[type='radio'] {
  display: inline-block;
}
.input-fields {
 
  justify-content: space-between;
}
 
.input-fields label {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #b4b4b4;
}
 
.info {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 50px;
  opacity: .5;
  color: #2e2e2e;
}
 
div[class*='column'] {
  width: 100%;
}
 
input[type='text'], input[type='email'], input[type='number'], input[type='date'],
input[type='password'] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 16px;
  color: rgba(46, 46, 46, .8);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  outline: none;
}
 
input[type='text']:focus,
input[type='password']:focus {
  border-color: rgb(119, 219, 119);
}
 
#date { background: url(img/icons_calendar_black.png) no-repeat 95%; }
#cardholder { background: url(img/icons_person_black.png) no-repeat 95%; }
#cardnumber { background: url(img/icons_card_black.png) no-repeat 95%; }
#verification { background: url(img/icons_lock_black.png) no-repeat 95%; }
 
.small-inputs {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
 
.small-inputs div {
  width: 182px;
}
.panel-footer {
  display: flex;
  width: 100%;
  height: 96px;
  padding: 0 80px;
  background-color: rgb(239, 239, 239);
  justify-content: space-between;
  align-items: center;
}
.btn {
  font-size: 16px;
  width: 100%;
  height: 48px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  letter-spacing: 1px;
  border: none;
  border-radius: 23px;
}
 
.back-btn {
  color: #1abc9c;
  background: #fff;
}

.pagar-agora {
  margin-top: 20px;
}


.boleto-btn {
  color: #fff;
  background: #197af3;
}
 
.next-btn {
  color: #fff;
  background: #1abc9c;
}
 
.btn:focus {
  outline: none;
}
 
.btn:hover {
  transform: scale(1.1);
}
.blue-border {
  border: 1px solid rgb(110, 178, 251);
}
.warning {
  border-color: #1abc9c;
}
.checkout-top {
  padding-top: 5px;
  padding-bottom: 5px;
    
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}


@media only screen and (max-width: 768px){

  .chk-form-right {
    width: 100%;
  }

}

 .box-security {
  clear: both;
  display: flex;
  font-size: .85rem;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

 .box-security svg {
  fill: #21883b;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.security-bottom {
  display: flex;
  padding: 20px 0 0;
  align-items: center;
  justify-content: center;
}

.security-bottom svg {
  fill: rgb(49, 136, 52);
  width: 35px;
  height: 40px;
  fill-rule: evenodd;
}

.validar-pix {
  margin-top: 20px;
  background-color: #8cd4f5;
  color: white;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
  font-size: 12px;
}
#barcode {
  margin-bottom: 20px;
}