.fix {
  display: flex;
}

.h-100 {
  height: 100%;
}

.bp-mt-1 {
  margin-top: 1em;
}

.bp-mt-2 {
  margin-top: 2em;
}

.bp-mt-3 {
  margin-top: 3em;
}

.bp-mb-1 {
  margin-bottom: 1em;
}

.bp-mb-2 {
  margin-bottom: 2em;
}

.bp-mb-3 {
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .md-padding-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.divider-sections {
  width: 100%;
  border-bottom: 1px solid #7070703f;
}

.slick-dots {
  background-color: transparent !important;
}

.slide-1 {
  margin-top: 1em;
}
.slide-1 p {
  padding-left: 1em;
  padding-right: 1em;
}

.slide-2 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.slide-2 .bp-col-12 {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .slide-2 .bp-col-12 {
    margin-bottom: 0;
  }
}
.slide-2 h3 {
  margin-top: 1em;
  margin-bottom: 0;
}

.slide-3 {
  margin-top: 2em;
}
.slide-3 .bp-col-12 {
  margin-bottom: 2em;
}
.slide-3 h3 {
  margin-top: 1em;
  margin-bottom: 0;
}

.slide-4 {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.slide-4 .bp-col-12 {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .slide-4 .bp-col-12 {
    margin-bottom: 0;
  }
}
.slide-4 h3 {
  margin-top: 1em;
  margin-bottom: 0;
}

.slide-5 {
  margin-top: 2em;
}
@media (max-width: 580px) {
  .slide-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slide-5 h3 {
  margin-top: 1em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mobile-none {
    display: none;
  }
}
.bp-hero-principal {
  height: auto;
  width: 100%;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .bp-hero-principal {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.bp-hero-principal .bp-hero-col-1 {
  width: 55%;
  height: auto;
}
@media (max-width: 768px) {
  .bp-hero-principal .bp-hero-col-1 {
    width: 100%;
  }
}
.bp-hero-principal .bp-hero-col-2 {
  width: 44%;
  height: auto;
  display: flex;
  align-items: center;
}
.bp-hero-principal .bp-hero-col-2 .bp-cont {
  width: 75%;
  padding-left: 3em;
}
@media (max-width: 768px) {
  .bp-hero-principal .bp-hero-col-2 .bp-cont {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.bp-hero-principal .bp-hero-col-2 .bp-cont h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #707070;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .bp-hero-principal .bp-hero-col-2 .bp-cont h1 {
    text-align: right;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .bp-hero-principal .bp-hero-col-2 {
    width: 100%;
  }
}

.section-2 {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .section-2 {
    padding-top: 2em;
  }
}
.section-2 h2 {
  margin-top: 1em;
}

body {
  overflow-x: hidden !important;
}

.bp-w-100 {
  width: 100%;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 19px;
  font-weight: 300;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-size: 20px;
  font-weight: 300;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 13px;
}

/*# sourceMappingURL=bp-main.css.map */
