@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500');

/* GLOBAL
----------------------*/

body {
    font-family: 'Quicksand', sans-serif;
    position: relative;
}

a {
    color: #00233D;
}

a:hover,
a:focus {
    color: #0072bc;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #00233D;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #00233D;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #00233D;
}

h5 {
    font-size: 24px;
    font-weight: 300;
    color: #00233D;
    margin-bottom: 0.7rem;
}

p, ul {
    color: #959094;
}

p.lead {
    color: #00233D;
    margin-bottom: 2rem;
}

.text-primary {
    color: #00233D !important;
}

.text-secondary {
    color: #0072BC !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline-light:hover {
    color: #0072bc;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #00233D 0%, #073553 100%);
    background-image: -webkit-linear-gradient( 122deg, #00233D 0%, #073553 100%);
    background-image: -ms-linear-gradient( 122deg, #00233D 0%, #073553 100%);
    background-image: linear-gradient( 122deg, #00233D 0%, #073553 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #073553 0%, #00233D 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-cadastro {
  color: #ffc107 !important;

}

.btn-cadastro:hover,
.btn-cadastro:focus,
.btn-cadastro:active,
.btn-cadastro:not([disabled]):not(.disabled).active,
.btn-cadastro:not([disabled]):not(.disabled):active,
.show>.btn-cadastro.dropdown-toggle {  
  color: #FFF !important;
}



.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #00233D;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-header {
  border-radius: 3px;
  background: #F9A519;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
}

.btn-header:hover,
.btn-header:focus,
.btn-header:active {
    background: #ca8008 !important;
    color: #FFF !important;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

input[type=text],
input[type=password],
input[type=email] {
    border-width: 1.2px !important;
    border-color: #959697 !important;
    color: #0072bc !important;
}

input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    border-color: #283593 !important;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26) !important;
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26) !important;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26) !important;
}

.modal-success {
  background-image: -webkit-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
}

.text-gray {
    color: #a0a0a0 !important;
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(0, 35, 61);
    background: -moz-linear-gradient(135deg, rgb(0, 35, 61) 0%, rgb(1, 88, 141) 100%);
    background: -webkit-linear-gradient(135deg, rgb(0, 35, 61) 0%, rgb(1, 88, 141) 100%);
    background: linear-gradient(135deg, rgb(0, 35, 61) 0%, rgb(1, 88, 141) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #0072bc;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}

/* HERO
----------------------*/
.header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
    height: 600px;
}

.header-func {
    text-align: center !important;
    color: #FFF !important;
    height: 50px !important;
}

.bg-header h1 {
    font-weight: 400;
}

.bg-gradient {
    background-color: rgba(96, 2, 57, 0.8);
}

.bg-header {
    background: url(../images/bg/bg.png) top center fixed;
    background-size: cover !important;
}

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #00000080;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #FFF;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}

/* FUNCOES
----------------------*/
#sobre{
    z-index: 99999;
}

.gradient-fill:before {
    color: #00233d;
    background: -moz-linear-gradient(top, #0072bc 0%, #00233d 100%);
    background: -webkit-linear-gradient(top, #0072bc 0%, #00233d 100%);
    background: linear-gradient(to bottom, #0072bc 0%, #00233d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sobre .card {
    height: 100%;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

#sobre .card:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.card.funcoes {
    height: 100%;
    background-image: -moz-linear-gradient( 360deg, #048ce0 0%, #024e7e 80%);
    background-image: -webkit-linear-gradient( 360deg, #048ce0 0%, #024e7e 80%);
    background-image: -ms-linear-gradient( 360deg, #048ce0 0%, #024e7e 80%);
    background-image: linear-gradient( 360deg, #048ce0 0%, #024e7e 80%);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #00233d;
    background: -moz-linear-gradient(top, #0072bc 0%, #00233d 100%);
    background: -webkit-linear-gradient(top, #0072bc 0%, #00233d 100%);
    background: linear-gradient(to bottom, #0072bc 0%, #00233d 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-title {
  font-size: 18px;
}


.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #DDDDDD;
    color: #0072bc;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #01629e 0%, #0072bc 100%);
    background-image: -webkit-linear-gradient( 122deg, #01629e 0%, #0072bc 100%);
    background-image: -ms-linear-gradient( 122deg, #01629e 0%, #0072bc 100%);
    background-image: linear-gradient( 122deg, #01629e 0%, #0072bc 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #b2d9f1;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 14px;
    color: #0072bc;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #0072bc #faf6fb #FFF;
    color: #00233D;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  COUNTER
----------------------*/
#numeros span {
    font-size: 18px;
}

#numeros p {
  font-size: 14px;
}


.card.counter {
  border: 0;
  border-radius: 3px;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

@media (max-width:991px) {
  /* .card.counter {
    margin-bottom: 0.5rem;
  } */
}

.card.counter:before {
  content: "";
  position: absolute;
  width: 3px;
  color: #00233d;
  background: -moz-linear-gradient(top, #0072bc 0%, #00233d 100%);
  background: -webkit-linear-gradient(top, #0072bc 0%, #00233d 100%);
  background: linear-gradient(to bottom, #0072bc 0%, #00233d 100%);
  top: 0;
  bottom: 0;
  left: 0;
}

.card-text {
  font-size: 14px;
}

.card.counter:hover {
  transform: translateY(-3px);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

/*  CASE VIDEO
----------------------*/

#case-appbarber {
  background: white !important;
  padding-bottom: 10px;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #0072bc #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #00233D;
    transition: all .2s ease-in-out;
}

.card.pricing.popular:hover {
    transform: scale(1.1);
    color: #00233D !important;
    box-shadow: 0px 12px 20px 5px rgba(36, 7, 21, 0.11);
    
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 30px;
    font-weight: 300;
    color: #00233D;
}

.price-old {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #00233D;
}


.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}

.card.pricing .btn {
    cursor: default !important;
}

.btn-price {
  border-radius: 3px;
  background-color: #455A64/*#353738*/;
  color: #fff;
  text-align:center;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 0.5rem 2.5rem;
  border: 0;
}

@media (max-width:992px) {
  .btn-price {
    border-radius: 3px;
    background-color: #455A64/*#353738*/;
    color: #fff;
    text-align: center;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.2rem 1.2rem;
    border: 0;
  }
}

.btn-price input {
    vertical-align: middle;
}

.btn-price:hover,
.btn-price:focus,
.btn-price:active,
.btn-price:not([disabled]):not(.disabled).active,
.btn-price:not([disabled]):not(.disabled):active,
.show>.btn-price.dropdown-toggle {
  background-color: #0072bc;
  color: #fff;
}


.btn-type-customer {
    border-radius: 10px;
    background-color: #455A64/*#353738*/;
    color: #fff;
    text-align:center;
    min-width: 250px;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 1.5rem 1.5rem;
    border: 0;
  }
  
  @media (max-width:992px) {
    .btn-type-customer {
      border-radius: 5px;
      background-color: #455A64/*#353738*/;
      color: #fff;
      text-align: center;
      min-width: 200px;
      box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
      font-weight: 400;
      font-size:10px;
      padding: 0.2rem 1.2rem;
      border: 0;
    }
  }
  
  .btn-type-customer input {
      vertical-align: middle;
  }
  
  .btn-type-customer:hover,
  .btn-type-customer:focus,
  .btn-type-customer:active,
  .btn-type-customer:not([disabled]):not(.disabled).active,
  .btn-type-customer:not([disabled]):not(.disabled):active,
  .show>.btn-type-customer.dropdown-toggle {
    background-color: #0072bc;
    color: #fff;
  }

/* CADASTRO
----------------------*/

#cadastros {
  padding: 100px 0 0;
  text-align: center;
  color: #FFF;
  height: 600px;
}


/*  APPBELEZA
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #0072bc;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

/*  FOOTER
----------------------*/
.menu-footer{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-footer li {
    left: -40;
    list-style-type: none;
    margin: 0;
}

.menu-footer-title {
    font-weight: bold !important;
    color: #00233c !important;
    padding-bottom: 10px;
}

.menu-footer-item a {
    text-decoration: none;
}

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #00233C;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #FFF;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #0072bc;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.ribbon {
  position: absolute;
  top: 10px;
  right: -5px;
  padding: 2px;

}

.ribbon.base {
  background: #ffc107;

  color: #fff;
  border-right: 5px solid #f0dfae;

}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  left: -9px;
  border-left: 10px solid transparent;
}

.ribbon:before {
  top: 0;
}

.ribbon:after {
  bottom: 0;
}
.ribbon.base:before {
  border-top: 27px solid #ffc107;

}

.ribbon.base:after {
  border-bottom: 27px solid #ffc107;

}
.ribbon span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

#funcionalidades .d-flex {
  padding: 60px !important;
}

@media (max-width:991px) {
  #funcionalidades .d-flex {
    padding: 0px !important;
  }

}

.font-btn-planos {
    font-size: 12px !important;
}
  
@media (max-width:991px) {

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





