@charset "UTF-8";
.form-quote {
  display: block;
  padding: 50px;
  border-radius: 40px;
  background: #F4F6FE;
}
.form-quote label.form-input-label {
  margin-bottom: 10px;
}
.form-quote .form-input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
}
.form-quote .form-select {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-right: 10px solid transparent;
  border-radius: 10px;
  padding: 0 20px;
  background-color: white;
}
.form-quote button.btn-quote {
  width: 100%;
}
.form-quote button.btn-quote:disabled {
  background: #CCCCCC;
}
.form-quote div.form-feedback {
  font-weight: normal;
  text-align: center;
  padding: 10px;
}
.form-quote div.form-feedback.is-success {
  color: green;
}
.form-quote div.form-feedback.is-error {
  color: red;
}

.btn-quote {
  padding: 20px 40px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  border-radius: 10px;
  background: #EC9E3F;
}
.btn-quote:hover {
  background: #e28616;
}
.btn-quote:active {
  background: #ca7814;
}

div.modal-feedback-button {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999999;
}
div.modal-feedback-button a.button {
  display: flex;
  width: auto;
  height: 96px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-decoration: none;
  font-weight: 500;
  color: white;
  border-radius: 128px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #26619C;
}
div.modal-feedback-button a.button:hover {
  background-color: #215487;
}
div.modal-feedback-button a.button:active {
  background-color: #1c4873;
}
div.modal-feedback-button a.button img.button-icon {
  width: 36px;
  height: 36px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(179deg) brightness(101%) contrast(101%);
}

header.main-header {
  display: block;
  position: relative;
  background: #26619C;
}
header.main-header nav.header-nav {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header.main-header nav.header-nav a.nav-logo {
  display: block;
  width: 250px;
  height: auto;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: white;
}
header.main-header nav.header-nav a.nav-logo img {
  width: 200px;
  height: auto;
}
header.main-header div.header-body {
  position: relative;
  top: 0;
  left: 0;
  height: 500px;
  padding-top: 20px;
}
header.main-header div.header-body h2 {
  font-weight: bold;
  color: white;
}
header.main-header div.header-body h6 {
  font-weight: lighter;
  color: white;
}
header.main-header div.header-body div.header-photo {
  position: absolute;
  top: -20px;
  width: 600px;
  height: 650px;
  border-radius: 20px;
  background-size: cover;
  background-image: url("../images/header-photo.jpg");
  background-repeat: no-repeat;
}

main.main-content {
  display: block;
  margin: 300px auto 100px;
}
main.main-content section header {
  margin-top: 100px;
  margin-bottom: 100px;
}
main.main-content section header h1 {
  font-weight: bold;
  color: #000000;
}
main.main-content section header h4 {
  text-transform: uppercase;
  color: #24C2A6;
}
main.main-content section header h6 {
  display: inline-block;
  width: 50%;
  color: #666;
}

footer.main-footer {
  display: block;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 10px 10px 0 0;
  color: #CCCCCC;
  background: #26619C;
}
footer.main-footer img.footer-logo {
  width: 200px;
  filter: brightness(50%);
}
footer.main-footer div.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.main-footer div.footer-content p.footer-text {
  text-align: center;
}
footer.main-footer div.footer-content div.footer-networks {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer.main-footer p.footer-copyright {
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991.98px) {
  header.main-header nav.header-nav {
    justify-content: center;
  }
  header.main-header div.header-body {
    height: 800px;
  }
  header.main-header div.header-body div.header-photo {
    position: relative;
    top: 60px;
    width: 100%;
    height: 450px;
  }
  main.main-content {
    margin: 100px auto 100px;
  }
}
.section-services div.services-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background: white;
}
.section-services div.row-services {
  display: flex;
  flex-direction: row;
  gap: 50px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.section-services div.row-services:hover {
  cursor: grab;
}
.section-services div.row-services:active {
  cursor: grabbing;
}
.section-services div.row-services::-webkit-scrollbar {
  display: none;
}
.section-services div.row-services article {
  display: flex;
  width: 500px;
  flex-direction: column;
}
.section-services div.row-services article div.service-thumbnail {
  display: block;
  align-self: end;
  width: 350px;
  height: 200px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-services div.row-services article div.service-content {
  display: flex;
  position: relative;
  top: -40px;
  width: 400px;
  min-height: 200px;
  flex: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  background: url("../images/background-service.png"), #F4F6FE;
  background-repeat: no-repeat, repeat;
  background-position: center right, center;
}
.section-services div.row-services article div.service-content .service-content-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px;
  background: url("../images/icon-puzzle.svg"), #26619C;
  background-size: 30px, 80px;
  background-repeat: no-repeat, repeat;
  background-position: center;
}
.section-services div.row-services article div.service-content .service-content-icon.icon-crayola {
  background: url("../images/icon-puzzle.svg"), #F7C653;
  background-size: 30px, 80px;
  background-repeat: no-repeat, repeat;
  background-position: center;
}
.section-services div.row-services article div.service-content .service-content-icon.icon-space-cadet {
  background: url("../images/icon-puzzle.svg"), #17294A;
  background-size: 30px, 80px;
  background-repeat: no-repeat, repeat;
  background-position: center;
}
.section-services div.row-services article div.service-content .service-content-body {
  width: 250px;
  margin-top: 15px;
}
.section-services div.row-services article div.service-content .service-content-body h4 {
  font-weight: bold;
}
.section-services div.row-services article div.service-content .service-content-body p {
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}

.section-cta {
  padding: 80px 40px;
  border-radius: 10px;
  background: url("../images/background-cta-icon.png"), url("../images/icon-delivery.svg"), #26619C;
  background-repeat: no-repeat;
  background-position: left center, 95% 75px, center;
}
.section-cta h1 {
  font-weight: bold;
  color: white;
}
.section-cta p {
  color: #CCCCCC;
}
.section-cta a.btn-quote {
  width: auto;
}

.section-steps div.steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  justify-items: baseline;
}
.section-steps div.steps article.step-item {
  display: flex;
  flex: auto;
  flex-direction: column;
  width: 250px;
  height: auto;
  padding: 40px;
  border-radius: 40px;
  background-color: #F4F6FE;
}
.section-steps div.steps article.step-item div.step-body {
  text-align: center;
  background: url("../images/background-step.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.section-steps div.steps article.step-item div.step-body i.step-icon {
  display: inline-block;
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px;
  background: url("../images/icon-puzzle.svg"), #83B4F9;
  background-size: 30px, 80px;
  background-repeat: no-repeat, repeat;
  background-position: center;
}
.section-steps div.steps article.step-item div.step-body h4 {
  font-weight: bold;
}
.section-steps div.steps article.step-item div.step-body p {
  font-size: 14px;
}

section.section-quote {
  display: block;
  position: relative;
  top: 40px;
  left: 0;
  height: 900px;
}
section.section-quote hr {
  color: #CCCCCC;
  margin-top: 40px;
  margin-bottom: 40px;
}
section.section-quote form.form-quote {
  display: block;
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 700px;
  height: 650px;
  z-index: 10;
}
section.section-quote aside.quote-contacts {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 650px;
  padding: 0;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 40px;
  z-index: -10;
  background: #26619C;
}
section.section-quote aside.quote-contacts h4 {
  font-weight: bold;
  color: white;
}
section.section-quote aside.quote-contacts h6 {
  font-weight: 500;
  font-size: 18px;
  color: white;
}
section.section-quote aside.quote-contacts p {
  color: #CCC;
}

.section-testimonials {
  margin: 40px 0;
}
.section-testimonials div.testimonials-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
.section-testimonials div.testimonials-wrapper article.testimonial {
  flex: auto;
  min-width: 400px;
  padding: 20px;
  border-radius: 10px;
  background-color: #26619C;
}
.section-testimonials div.testimonials-wrapper article.testimonial blockquote.testimonial-message {
  color: white;
}
.section-testimonials div.testimonials-wrapper article.testimonial blockquote.testimonial-message:before {
  content: "“";
}
.section-testimonials div.testimonials-wrapper article.testimonial blockquote.testimonial-message:after {
  content: "”";
}
.section-testimonials div.testimonials-wrapper article.testimonial div.testimonial-author {
  text-align: right;
}
.section-testimonials div.testimonials-wrapper article.testimonial div.testimonial-author span {
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 500;
  color: #26619C;
  background-color: white;
}

.section-partners div.partners-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.section-partners div.partners-wrapper div.partner-item {
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
}
.section-partners div.partners-wrapper div.partner-item img.partner-image {
  width: auto;
  max-height: 150px;
}

@media (max-width: 991.98px) {
  .section-cta {
    padding: 80px 40px;
    border-radius: 10px;
    background: url("../images/background-cta-icon.png"), #26619C;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: top center, center;
  }
  .section-cta h1 {
    font-weight: bold;
    color: white;
  }
  .section-cta p {
    color: #CCCCCC;
  }
  .section-cta a.btn-quote {
    width: auto;
  }
  section.section-quote {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
  section.section-quote hr {
    color: #CCCCCC;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.section-quote form.form-quote {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: auto;
    margin: auto;
    padding: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    z-index: 10;
  }
  section.section-quote aside.quote-contacts {
    display: block;
    position: relative;
    top: -200px;
    left: 0;
    width: 100%;
    padding: 0;
    padding-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    border-radius: 20px;
    z-index: -10;
    background: #26619C;
  }
  section.section-quote aside.quote-contacts h4 {
    font-weight: bold;
    color: white;
  }
  section.section-quote aside.quote-contacts h6 {
    font-weight: 500;
    font-size: 18px;
    color: white;
  }
  section.section-quote aside.quote-contacts p {
    color: #CCC;
  }
}
html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

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