/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&amp");*/

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/fonts/Montserrat-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}

body,html {
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
}

ol {
  counter-reset: item
}

li {
  display: block
}

li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}

.border-green {
  border: 1px solid green;
}

.border-red {
  border: 1px solid red;
}

.footer {
  margin-top: 0.8rem;
}

.bg-button-person:hover {
  background-color: #EEE5F2 !important;
}

.bg-purple-light {
  background-color: #EEE5F2 !important;
}

.bg-flit {
  background: url(/img/home2.png) no-repeat !important;
  background-size: 100% !important;
  background-position: center;
  color: #FFFFFF;
  width: 100%;
  padding-bottom: 45px !important;
}

.register-body {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-width: calc(510px + 4rem);
  min-height: calc(100vh - 100px) !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
  padding-top: 5vh !important;
  padding-bottom: 6rem !important;
}

.img-person {
  height: 173px;
  width: 173px;
}

#form-register {
  display: flex;
  min-height: 100%;
}

#overlay-loading {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  z-index: 99999;
}

.register-content .title {
  margin-bottom: 2rem;
}

.register-header {
  margin-bottom: 2rem;
}

.register-header-logo {
  width: 11.7rem;
}

.login-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(410px + 4rem);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: 20vh;
  padding-bottom: 6rem;
}

.login-header {
  margin-bottom: 3rem;
}

.login-header-logo {
  width: 11.7rem;
}

.h-100 {
  height: 100vh;
}

.font-80 {
  font-size: 80%;
}

.font-62 {
  font-size: 62px;
}

.font-52 {
  font-size: 52px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-title-three-rows {
  font-size: 42px !important;
}

.font-36 {
  font-size: 36px !important;
}

.h-43 {
  height: 43px !important;
}

.font-20 {
  font-size: 20px !important;
}

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

.font-16 {
  font-size: 16px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.btn {
  font-size: 0.8rem;
  font-weight: 550;
}

.btn-padded {
  padding: 1em 2.5em !important;
}

.border-bottom-pink {
  position: absolute;
  background: #8fd0f7;
  height: 6px;
  z-index: -1;
  margin-top: -5px;
}

.w-30 {
  width: 100%;
}

.w-60 {
  width: 100%;
}
.left-35 {
  left: 0;
}

.left-20 {
  left: 0;
}

.initial-banner {
  background: #8fd0f7;
  padding-top: 18vh;
  padding-bottom: 40px;
}

.bg-purple-light {
  background: #EEE5F2;
}

body {
  background-color: white;
  font-family: "soleil", sans-serif;
  font-size: 1.1em;
  overflow-x: hidden !important;
}

#first-fold {
  padding-top: 110px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EEE5F2;
}

.btn-custom-home-banner {
  width: 244px;
  height: 68px;
  font-size: 22px;
  line-height: 50px;
}

nav {
  width: 100%;
  position: absolute;
  padding: 2em 5rem;
}

.img-shadow-left {
  -webkit-box-shadow: -20px -16px 0px 10px #FFF1D6;
  -moz-box-shadow:    -20px -16px 0px 10px #FFF1D6;
  box-shadow:         -20px -16px 0px 10px #FFF1D6;
}

.img-shadow-right {
  -webkit-box-shadow: 20px -16px 0px 10px #FFF1D6;
  -moz-box-shadow:    20px -16px 0px 10px #FFF1D6;
  box-shadow:         20px -16px 0px 10px #FFF1D6;
}

.form-control-wide {
  padding: 1.65em 1em !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.img-banner {
  -webkit-box-shadow: 20px -16px 0px 10px rgba(222, 205, 230, 1);
  -moz-box-shadow:    20px -16px 0px 10px rgba(222, 205, 230, 1);
  box-shadow:         20px -16px 0px 10px rgba(222, 205, 230, 1);
  width: 75%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#second-fold {
  height: 718px;
  width: 100%;
  background: #EEE5F2;
  display: flex;
  align-items: center;
}

#second-fold .description-select {
  padding-top: 100px;
}

#second-fold .row .col-md-6 h1 {
  font-size: 3.6rem;
}

#second-fold .row .bg-select {
  background: url(/img/acelere.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 718px;
}

.banner-help-you {
  background: url(/img/central.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: inherit;
  height: 480px;
  margin-top: 55px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

.h-130 {
  height: 80px;
}

.bg-primary {
  background-color: #f9b637 !important;
}

.bg-blue {
  background-color: #8fd0f7 !important;
}

.font-footer-title {
  font-size: 22px;
}

.font-overlay {
  font-size: 40px;
}

.brand-purple {
  color: #5c068c;
}

.brand-blue {
  color: #41AEF2;
}

.brand-blue-light {
  color: #6DBFF2;
}

.background-purple {
  background-color: #5c068c;
  color: white;
}

.background-dark {
  background-color: #160d1b;
  color: white;
}

.best-seller-plan {
  background-color: #41AEF2;
  color: #FFF;
}

.border-purple {
  border: 1px solid #723F90;
}

.border-blue {
  border: 1px solid #1aa0f0;
}

.btn:hover {
  color: #6DBFF2;
}

.btn-primary:focus, .btn-outline-primary:focus, .btn-secondary:focus, .btn-text:focus, .btn:focus {
  box-shadow: 0 0 0 0.2rem transparent !important;
}

.mt-md--44 {
  margin-top: -44px !important;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn-primary {
  color: #fff;
  background-color: #41AEF2;
  border-color: #41AEF2;
  transition: all 0.15s ease-in-out;
}

.btn-lg {
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-outline-primary {
  color: #41AEF2;
  border-color: #41AEF2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #41AEF2;
  border-color: #41AEF2;
}

.brand-blue-dark {
  color: #262626 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #41AEF2;
  border-color: #41AEF2;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #41AEF2;
  border-color: #41AEF2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #41AEF2;
  border-color: #41AEF2;
  transform: scale(1.05);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #f9b637;
  border-color: #f9b637;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #160d1b;
  border-color: #160d1b;
  transition: all 0.15s ease-in-out;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

#reinvente {
  font-size: 3.2rem;
}

h3 {
  font-size: 1.9rem;
}

#logo, #logo-default {
  height: 45px;
}

#logo-branco {
  height: 45px;
}

#overlay {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}

#overlay-close {
  position: fixed;
  top: 1rem;
  right: 2rem;
  font-size: 4rem;
  color: white;
}

#overlay-body {
  display: table-cell;
  vertical-align: middle;
}

#overlay-body {
  display: table-cell;
  vertical-align: middle;
}

.page-about-image {
  min-height: 85vh;
  max-height: 85vh;
}

.border-bottom-pink-mobile {
  position: relative;
}

.title-plan {
  font-size: 32px;
}

.price-plan {
  font-size: 54px;
}

.margin-top-negative {
  margin-top: -90px;
}

.w-mobile {
  width: 20vw;
  margin: 20px 0;
}

.font-subtitle-demo {
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .img-banner {
    max-width: 60%;
    max-height: 420px;
  }
}

/*  IPAD PRO  */
@media screen and (max-width: 1024px) and (min-height: 900px) {
  #first-fold {
    height: 39vh !important;
  }
}

@media screen and (max-width: 1024px) {
  #first-fold {
    height: 70vh;
  }

  .font-62 {
    font-size: 8vw;
  }
}

/*MOBILE CSS*/
@media screen and (max-width: 1160px) {
  .font-62 {
    font-size: 42px !important;
  }

  .font-52 {
    font-size: 42px !important;
  }
}

@media screen and (min-width: 1439px) {
  #first-fold {
    height: 84vh;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
  }
}

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

  .img-person {
    height: 133px;
    width: 133px;
  }

  .font-overlay {
    font-size: 18px;
  }

  .solicite {
    text-align: center;
  }

  .border-bottom-pink {
    width: 100% !important;
    left: 0;
    top: 35px;
  }

  #second-fold .row .bg-select {
    background: url(/img/acelere.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
  }

  .font-62 {
    font-size: 10vw !important;
  }

  #second-fold .side-block h1 {
    font-size: 10vw !important;
  }

  #first-fold-select .col-md-7 .side-block h1 {
    font-size: 10vw !important;
  }

  .font-42 {
    font-size: 6vw !important;
  }
  .font-footer-title {
    font-size: 16px !important;
    padding-left: 10px;
  }

  .img-white {
    filter: invert(1);
  }

  .font-title-three-rows {
    font-size: 6vw !important;
  }

  .font-52 {
    font-size: 7vw !important;
  }
}

@media only screen and (max-width: 420px) {
  .font-subtitle-demo {
    font-size: 12px;
  }

  #overlay-close {
    font-size: 3rem;
    right: 0rem !important;
    top: 0;
  }

  .mt-md--44 {
    margin-top: 1rem !important;
  }

  .size-mobile-slide {
    height: 173px !important;
  }

  .margin-top-negative {
    margin-top: -120px !important;
  }

  .w-mobile {
    width: 50% !important;
    margin: 20px 0;
  }

  .price-plan {
    font-size: 54px !important;
  }

  .title-plan {
    font-size: 32px !important;
  }

}

@media only screen and (max-width: 768px) {
  .btn-custom-home-banner {
    width: 200px !important;
    height: 56px !important;
    font-size: 18px !important;
    line-height: 42px !important;
  }

  .price-plan {
    font-size: 26px;
  }

  .title-plan {
    font-size: 20px;
  }

  .margin-top-negative {
    margin-top: -60px;
  }

  .size-mobile-slide {
    height: 250px;
  }

  #first-fold {
    height: 74vh !important;
  }

  .bg-flit {
    background-size: cover !important;
  }

  #second-fold .row .bg-select {
    height: 380px;
  }

  .page-about-image {
    min-height: auto;
  }

  .w-mobile {
    width: 100%;
    margin: 20px 0;
  }

  .font-62 {
    font-size: 7vw !important;
  }

  .font-52 {
    font-size: 6vw !important;
  }

  .font-42 {
    font-size: 4vw;
  }

  .font-title-three-rows {
    font-size: 4vw;
  }

  .font-36 {
    font-size: 6vw !important;
  }

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

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

  .border-bottom-pink {
    width: 100% !important;
    left: 0;
  }

  nav {
    width: 100%;
    position: relative;
    padding: 1.5em;
    /* background: #e2e2e2; */
  }

  #second-fold .description-select {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #first-fold {
    padding-top: 105px !important;
  }

  #first-fold-select {
    padding-top: 80px !important;
  }

  #first-fold, #second-fold {
    background: #8fd0f7;
    height: auto;
    padding: 0;
  }

  #first-fold .side-block , #second-fold .side-block {
    margin: 0;
    padding: 0 1.5rem;
    width: 100%;
    position: inherit;
  }

  #first-fold .side-block h1, #second-fold .side-block h1 {
    font-size: 5vw;
  }

  #first-fold .side-block p, #second-fold .side-block p {
    font-size: 3.5vw;
    margin-top: 1rem;
  }

  .form-control-wide {
    padding: 1.1rem 1rem !important;
  }

  .solicite {
    font-size: 2.8vw;
  }

  #logo-mobile {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }

  section h2 {
    font-size: 6vw;
  }

  #section2-p {
    font-size: 3.8vw;
  }

  h3 {
    font-size: 7vw;
  }

  .block-text {
    font-size: 3.5vw;
  }

  #reinvente {
    font-size: 9vw;
  }

  #footer-remark {
    font-size: 3.5vw;
  }

  #overlay-close {
    font-size: 3rem;
    right: 1rem;
    top: 0;
  }
}

/* Flitshop Start */

.text-select {
  font-size: 2em;
  font-weight: 400;
  color: #b87e1b;
}

#first-fold-select {
  padding-top: 50px;
  height: 100vh;
  background: #3c245e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spacing-section {
  margin-top: 140px !important;
}

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

  .img-shadow-left {
    margin-left: 40px;
    margin-top: 50px;
    width: 80% !important;
  }

  .img-shadow-right {
    margin-top: 50px;
    width: 90% !important;
  }

  .spacing-section {
    margin-top: 0px !important;
  }

  #first-fold-select {
    height: auto;
    padding: 0;
  }

  #first-fold-select .side-block {
    margin: 0;
    padding: 0 1.5rem;
    width: 100%;
    position: inherit;
  }

  #first-fold-select .side-block h1 {
    font-size: 7vw !important;
  }

  #first-fold-select .side-block p {
    font-size: 3.5vw;
    margin-top: 1rem;
  }
}
