.museo, section.call-2-action h2.fw-bold, section.three-steps .step-description, section.three-steps h5, section.three-steps h2.fw-bold, section.testimonials h2.fw-bold, section.product-hero .product-cards .card h5, section.product-hero h2.fw-bold, section.header-hero .header-hero-text .lead-image .blockquote p, section.header-hero .header-hero-text h1 {
  font-family: "museo-slab", serif;
}

.proxima, body {
  font-family: "proxima-nova", sans-serif;
}

body {
  background: white url("../img/bg_main_top.jpg") no-repeat top/contain;
}

header {
  margin-bottom: 40px;
}
header .navbar-collapse .navbar-nav li {
  margin-right: 10px;
}
header .navbar-collapse .navbar-nav li a {
  font-weight: 600;
  font-size: 1.1rem;
  color: black;
}
header .navbar-collapse .d-flex .btn-primary {
  background: #f44336;
  color: white;
  border: 0;
}

section.header-hero .header-hero-text h1 {
  color: black;
  font-weight: 600;
  font-size: 4rem;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  section.header-hero .header-hero-text h1 {
    font-size: 3rem;
  }
}
section.header-hero .header-hero-text h1 span {
  color: #f44336;
}
section.header-hero .header-hero-text p.mb-4 {
  font-size: 1.2rem;
}
section.header-hero .header-hero-text .lead-image img {
  width: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section.header-hero .header-hero-text .lead-image .blockquote {
  position: relative;
  margin-left: 40px;
}
section.header-hero .header-hero-text .lead-image .blockquote p {
  width: 70%;
  font-weight: 500;
  font-size: 1.2rem;
}
section.header-hero .header-hero-text .lead-image .blockquote .blockquote-footer {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #f44336;
}
section.header-hero .header-hero-text .lead-image .blockquote:after {
  position: absolute;
  left: 300px;
  top: -50px;
  background: transparent url("../img/arrow.png") no-repeat left/cover;
  content: "";
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  section.header-hero .header-hero-text .lead-image .blockquote:after {
    left: 50%;
  }
}
section.header-hero .header-hero-text .lead-image .blockquote:before {
  position: absolute;
  left: -43px;
  top: 2px;
  background: transparent url("../img/quotes.png") no-repeat left/cover;
  content: "";
  height: 30px;
  width: 31px;
}
section.header-hero .form-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
}
section.header-hero .form-wrap .form-top {
  background: black url("../img/icon_swiss.png") no-repeat 14px;
  background-size: auto 45px;
  margin: -24px -24px 30px -24px;
  padding: 15px 40px 15px 70px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  section.header-hero .form-wrap .form-top {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  section.header-hero .form-wrap #preferredProfession,
  section.header-hero .form-wrap #phone {
    margin-bottom: 20px;
  }
}
section.header-hero .form-wrap #cvUploadForm legend {
  color: #f44336;
  font-size: 1rem;
  font-weight: 500;
}
section.header-hero .form-wrap #cvUploadForm .btn-primary {
  margin-top: 10px;
  background: #f44336;
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  border: 0;
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
}
section.header-hero .form-wrap #cvUploadForm .legal-notes label {
  color: gray;
  font-size: 0.9rem;
}

section.product-hero {
  background: transparent url("../img/bg_city.jpg") no-repeat top/cover;
}
section.product-hero h2.fw-bold {
  font-weight: 700;
  font-size: 2.5rem;
}
section.product-hero h2.fw-bold span {
  color: #f44336;
}
@media (max-width: 767.98px) {
  section.product-hero h2.fw-bold {
    font-size: 2rem;
  }
}
section.product-hero .product-cards .card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section.product-hero .product-cards .card h5 {
  font-size: 1.7rem;
}
@media (max-width: 767.98px) {
  section.product-hero .product-cards .card h5 {
    font-size: 1.2rem;
  }
}
section.product-hero .product-cards .card p {
  font-size: 1.1rem;
  font-weight: 100;
}
section.product-hero .product-cards .card .icon {
  margin-right: 15px;
}
section.product-hero .product-cards .card .icon i {
  font-size: 2.5rem;
  color: #f44336;
}

section.testimonials {
  margin-top: -100px;
}
section.testimonials h2.fw-bold {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  section.testimonials h2.fw-bold {
    font-size: 2rem;
  }
}
section.testimonials .blockquote {
  position: relative;
}
section.testimonials .blockquote p {
  width: 70%;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  section.testimonials .blockquote p {
    font-size: 1.1rem;
    width: 100%;
  }
}
section.testimonials .blockquote .blockquote-footer {
  margin-top: 15px;
  font-size: 0.9rem;
}
section.testimonials .blockquote img {
  width: 10%;
}
section.testimonials .blockquote:before {
  position: absolute;
  left: -43px;
  top: 2px;
  background: transparent url("../img/quotes.png") no-repeat left/cover;
  content: "";
  height: 30px;
  width: 31px;
}

.bg-bottom-wrap {
  background: transparent url("../img/bg_main_bottom.jpg") no-repeat bottom/cover;
}

section.three-steps {
  margin-top: 50px;
}
section.three-steps h2.fw-bold {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  section.three-steps h2.fw-bold {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  section.three-steps .col-md-4 {
    text-align: center;
  }
}
section.three-steps .rounded-circle.p-4 {
  padding: 2.7rem !important;
}
@media (max-width: 767.98px) {
  section.three-steps .rounded-circle.p-4 {
    padding: 1.7rem !important;
  }
}
section.three-steps .rounded-circle.p-4 i.fa {
  font-size: 3rem;
}
section.three-steps h5 {
  color: #f44336;
}
section.three-steps .step-description {
  width: 70%;
}
@media (max-width: 767.98px) {
  section.three-steps .step-description {
    width: 100%;
  }
}

section.call-2-action h2.fw-bold {
  font-weight: 700;
  font-size: 2.8rem;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  section.call-2-action h2.fw-bold {
    font-size: 2rem;
  }
}
section.call-2-action h2.fw-bold span {
  color: #f44336;
}
section.call-2-action .btn-primary {
  margin-top: 10px;
  background: #f44336;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  border: 0;
  font-size: 1.2rem;
  padding: 0.75rem 3rem;
}

footer .footer-text {
  font-size: 0.9rem;
}
footer .list-inline li a {
  color: black;
  font-size: 0.9rem;
}

.success-page .three-steps h2.fw-bold {
  margin-top: 0;
  padding-top: 100px;
}

/*# sourceMappingURL=app.css.map */
