@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 100%;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

a, a:visited {
  text-decoration: none;
}

h2 {
    margin: 30px 0px;
}

.homepage_h2{
  text-align:center;
}

.homepage_h2 h2{
  display:inline;
  font-size:1.3rem;
  margin-right:10px;
  margin-top:10px;
}

.feature__item h3 {
  margin-bottom: 0px;
}

.feature__item h4 {
  margin-bottom: 0px;
  font-weight:normal;
}

.feature__item h4 a {
  margin-bottom: 0px;
  font-weight:normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Oblique.ttf);
  font-weight: 400;
  font-style: Oblique;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-BoldOblique.ttf);
  font-weight: 700;
  font-style: Oblique;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  color: #3c3c3b;
}

.heading-1 {
    font-family: "Helvetica", sans-serif;
    font-size: 0.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
}
@media (min-width: 47.9375em) {
  .heading-1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 61.9375em) {
  .heading-1 {
    font-size: 2rem;
  }
}

.heading-2 {
  font-family: "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 47.9375em) {
  .heading-2 {
    font-size: 2.5rem;
  }
}

.paragraph {
  font-family: "Helvetica", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (min-width: 47.9375em) {
  .paragraph {
    font-size: 1.3625rem;
  }
}
@media (min-width: 61.9375em) {
  .paragraph {
    font-size: 1.5625rem;
  }
}

@media (min-width: 74.9375em) {
  .round-btn {
    font-size: 1rem;
  }
}
@media (min-width: 99.9375em) {
  .round-btn {
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 47.9375em) {
  .article h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 89.9375em) {
  .article h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 47.9375em) {
  .article__maintext {
    font-size: 1rem;
  }
}
@media (min-width: 89.9375em) {
  .article__maintext {
    font-size: 1rem;
  }
}
@media (min-width: 89.9375em) {
  .banner {
    padding: 0.8rem 1.875rem;
  }
}
@media (min-width: 89.9375em) {
  .banner__subtitle {
    font-size: 1.55rem;
  }
}
.container--custom {
  padding: 0 2rem;
  width: 100%;
  margin: auto;
}
@media (min-width: 61.9375em) {
  .container--custom {
    padding: 0 1rem;
  }
}
@media (min-width: 74.9375em) {
  .container--custom {
    max-width: 88vw;
  }
}

.feature__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature__grid--around {
  justify-content: space-around;
}
.feature__list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 47.9375em) {
  .feature__list {
    width: auto;
  }
}
.feature__item {
  text-align: center;
  font-size: 1.1rem;
}
.feature__link {
  color:#3c3c3b;
  text-align:center;
  font-size: 1.1rem;
}
@media (min-width: 47.9375em) {
  .fixed-button {
    display: none;
  }
}
.fixed-button__btn {
  flex: 0 0 50%;
  padding: 0.6rem 0;
  text-align: center;
  font-weight: 800;
  color: #fff;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group--row {
  display: flex;
  flex-direction: row;
}
.form__group--row > *:not(:last-child) {
  margin-right: 1rem;
}
.form__label {
  font-size: 1rem;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 47.9375em) {
  .form__label {
    font-size: 1.5rem;
  }
}
@media (min-width: 61.9375em) {
  .form__label {
    font-size: 1.8rem;
  }
}
@media (min-width: 99.9375em) {
  .form__label {
    font-size: 2.25rem;
  }
}
.form__label--small {
  font-size: 0.8rem;
}
@media (min-width: 47.9375em) {
  .form__label--small {
    font-size: 1.5rem;
  }
}
@media (min-width: 61.9375em) {
  .form__label--small {
    font-size: 1.875rem;
  }
}
.form__control {
  border: none;
  box-shadow: 6px 6px 23px #3d417b;
}
.form__control:focus {
  outline: none;
}
.form__input {
  padding: 0.5rem;
  max-width: 6rem;
  font-size: 0.8rem;
}
@media (min-width: 47.9375em) {
  .form__input {
    font-size: 1rem;
    padding: 0.5rem 1.1rem;
    max-width: 7.5rem;
  }
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
.form__textarea::placeholder
{
    font-style:italic;
}
.form__input::placeholder
{
    font-style:italic;
}
.form__textarea {
  padding: 1rem;
  resize: none;
  font-size: 0.8rem;
}
@media (min-width: 47.9375em) {
  .form__textarea {
    font-size: 1rem;
    padding: 2.1rem 1.5rem;
    height: 10rem;
  }
}
.form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.form__btn {
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 2;
  padding: 0.5rem 2rem;
  color: inherit;
  background: #61d16a;
  border: none;
  margin-left: 1rem;
  box-shadow: 6px 6px 23px #3d417b;
  transition: 0.5s all;
}
@media (min-width: 47.9375em) {
  .form__btn {
    font-size: 1.625rem;
  }
}
.form__btn:hover {
  background: #424582;
}

.icon--menu {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
.icon--rotate {
  transform: rotate(270deg);
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 47.9375em) {
  .icon--rotate {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 47.9375em) {
  .information {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 99.9375em) {
  .information {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 47.9375em) {
  .information__text {
    text-align: left;
    font-size: 1rem;
  }
}

@media (min-width: 61.9375em) {
  .item::before {
    top: -2.5rem;
    left: -2.5rem;
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 47.9375em) {
  .item--nobg::before {
    top: -2.5rem;
    left: -2.5rem;
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 61.9375em) {
  .item--margin {
    margin-top: 3.5rem;
  }
}

@media (min-width: 61.9375em) {
  .item__grid {
    flex-direction: row;
  }
  .item__grid > * {
    flex: 0 0 48%;
  }
}

@media (min-width: 47.9375em) {
  .item__title {
    font-size: 1.3rem;
  }
}
@media (min-width: 89.9375em) {
  .item__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 47.9375em) {
  .item__sub-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 47.9375em) {
  .item__text {
    font-size: 1rem;
  }
}

@media (min-width: 47.9375em) {
  .item__icon {
    display: inline-block;
  }
}

.list {
  list-style: none;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 47.9375em) {
  .list {
    padding: 0;
  }
}
.list__item {
  position: relative;
  font-size: 0.8rem;
  font-family: "Helvetica", sans-serif;
}
@media (min-width: 47.9375em) {
  .list__item {
    font-size: 0.8rem;
  }
}
@media (min-width: 99.9375em) {
  .list__item {
    font-size: 1rem;
  }
}
.list__item:before {
  content: "";
  position: relative;
  display: inline-block;
  left: -0.5rem;
  top: 50%;
  transform: translateY(30%);
  width: 1.5rem;
  height: 1rem;
  background-image: url(../images/svg/check.svg);
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 50%;
}
@media (min-width: 47.9375em) {
  .list__item:before {
    left: -0.8rem;
    width: 2rem;
    height: 1.5rem;
    transform: translateY(50%);
  }
}
.list__item:not(:last-child) {
  color: inherit;
  margin-bottom: 0.5rem;
}

/*NAVBAR*/
.navbar {
  padding: 0 2%;
}
@media (min-width: 61.9375em) {
  .navbar {
    box-shadow: 0 3px 6px rgba(60, 60, 59, 0.4);
    background: #49b0de;
    padding: 0 2%;
  }
}
@media (min-width: 74.9375em) {
  .navbar {
    padding: 0 2% 0 9%;
  }
}
.navbar-brand {
  position: relative;
  background: #fff;
  padding: 0 1rem;
  box-shadow: none;
  max-width: 50%;
}
@media (min-width: 61.9375em) {
  .navbar-brand {
    max-width: 100%;
    padding: 0.5rem 1rem;
  }
  .navbar-brand:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
  }
  .navbar-brand:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
  }
}
.navbar-logo {
  max-width: 100%;
  height:auto;
}
.navbar-line:not(:last-child) {
  margin-bottom: 0.5rem;
}
.navbar-nav {
  justify-content: space-evenly;
  width: 100%;
  padding: 2%;
}
@media (min-width: 74.9375em) {
  .navbar-nav {
    width: 85%;
    padding: 0;
  }
}
.navbar-collapse {
  background: #49b0de;
  margin-top: 1rem;
}
@media (min-width: 61.9375em) {
  .navbar-collapse {
    margin-top: 0;
  }
}
.navbar-form {
  padding: 3%;
}
@media (min-width: 61.9375em) {
  .navbar-form {
    padding: 0;
  }
}
.navbar-link {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.navbar-link:hover {
  color: #424582;
}
.navbar .btn {
  background: #61d16a;
  color: #fff;
}

@media (min-width: 61.9375em) {
  .navigation {
    max-width: 100%;
  }
}
@media (min-width: 61.9375em) {
  .navigation--float {
    float: left;
    margin-right: 1rem;
  }
}

@media (min-width: 61.9375em) {
  .navigation__list-number {
    text-align: left;
    padding-left: 2rem;
  }
}

@media (min-width: 61.9375em) {
  .navigation__item-number:before {
    content: counter(li);
    color: #49b0de;
    margin-right: 1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 61.9375em) {
  .navigation__list-bullet {
    text-align: left;
    padding-left: 2rem;
  }
}

@media (min-width: 61.9375em) {
  .navigation__list-bullet-none {
    display: block;
  }
}
.navigation__item-bullet {
  position: relative;
}
@media (min-width: 61.9375em) {
  .navigation__item-bullet:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -0.8rem;
    transform: translateY(-50%);
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #49b0de;
    border-radius: 2px;
  }
}
.navigation__link {
  color: #3c3c3b;
  font-family: "Helvetica", sans-serif;
}
.navigation__link:hover {
  color: #49b0de;
}
.navigation__button {
  font-family: "Helvetica", sans-serif;
  display: block;
  text-align: center;
  border: none;
  background: none;
  margin: auto;
  color: #424582;
}
@media (min-width: 61.9375em) {
  .navigation__button {
    display: none;
  }
}
.navigation__button:focus {
  outline: none;
}
.keurmerk {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.partners__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding:2px;
}
.partners__image {
  max-width: 100%;
}

.rating {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 47.9375em) {
  .rating {
    margin-top: 1rem;
  }
}
.rating__figure {
  z-index: 10;
  display: flex;
}
.rating__img {
  margin: auto;
  height:auto;
}
.rating__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 1rem;
  background: #49b0de;
  top: 45%;
}

.review {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 15.125rem;
  box-shadow: 2px 2px 6px rgba(60, 60, 59, 0.6);
  border-radius: 0.75rem;
  background: #fff;
  margin: auto;
}
@media (min-width: 47.9375em) {
  .review {
    max-width: 18.75rem;
  }
}
.review:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 6px rgba(60, 60, 59, 0.6);
  transform: translate3d(1rem, 1rem, 0);
  border-radius: 0.75rem;
}
@media (min-width: 47.9375em) {
  .review:before {
    transform: translate3d(1.75rem, 1.75rem, 0);
  }
}
.review__head {
  padding: 0.625rem 1.5rem;
}
.review__sub-title {
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem;
}
@media (min-width: 47.9375em) {
  .review__sub-title {
    font-size: 0.9rem;
  }
}
.review__title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 47.9375em) {
  .review__title {
    font-size: 1.875rem;
  }
}
.review__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 47.9375em) {
  .review__body {
    min-height: 10rem;
    font-size: 1rem;
  }
}
.review__author {
  position: relative;
  margin-top: 1rem;
}
.review__author:before {
  content: "";
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 25%;
  height: 1px;
  background: #000;
  margin-bottom: 0.2rem;
}
@media (min-width: 47.9375em) {
  .review__author:before {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 47.9375em) {
  .review__author {
    margin-top: 0;
  }
}
.review__footer {
  position: relative;
  padding: 0.625rem 1.5rem;
  color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
}
.review__footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate3d(1rem, 1rem, 0);
  border-radius: 0 0 0.75rem 0.75rem;
}
@media (min-width: 47.9375em) {
  .review__footer:before {
    transform: translate3d(1.75rem, 1.75rem, 0);
  }
}
.review__footer:after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid transparent;
  transform: translate3d(0.5rem, 1rem, 0);
}
@media (min-width: 47.9375em) {
  .review__footer:after {
    transform: translate3d(0.75rem, 1.75rem, 0);
    bottom: -1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid transparent;
  }
}
.review__footer--primary {
    --primary-color:#49b0de;
    --secondary-color:#424582;
  background: var(--primary-color);
}
.review__footer--primary:before {
  background-color: var(--secondary-color);
}
.review__footer--primary:after {
  border-top-color: var(--secondary-color);
}
.review__footer--secondary {
  background: var(--secondary-color);
}
.review__footer--secondary:before {
  background: var(--primary-color);
}
.review__footer--secondary:after {
  border-top-color: var(--primary-color);
}
.review__date {
  font-size: 0.6rem;
  font-weight: 600;
  margin-bottom: 0;
}
.review__icon {
  width: 1rem;
  height: 1rem;
}
.review__triangle {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid transparent;
}
@media (min-width: 47.9375em) {
  .review__triangle {
    bottom: -1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid transparent;
  }
}
.review__triangle--primary {
  border-top-color: var(--primary-color);
}
.review__triangle--secondary {
  border-top-color: var(--secondary-color);
}
.review__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.7rem;
  font-weight: 500;
}
@media (min-width: 47.9375em) {
  .review__trust {
    font-size: 2rem;
  }
}
.review__trust a {
  color: #49b0de;
}
.review__trust a:hover {
  color: #424582;
}
.review__trust img {
  margin-left: 1rem;
}
@media (min-width: 47.9375em) {
  .review__trust img {
    max-width: 100%;
  }
}

.rounded-button {
  position: fixed;
  display:none;
  top: 234px;
  right:0px;
  z-index:999;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  .rounded-button {
    display:block;
  }
}
.rounded-button__btn {
  font-weight: 800;
  color: #fff;
  background: #424582;
  padding: 0 0.5rem;
  letter-spacing: 1px;
  box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
}
@media (min-width: 47.9375em) {
  .rounded-button__btn {
    border-radius: 50px 0 0 50px;
    flex: auto;
  }
}
.rounded-button__btn:hover {
  color: #fff;
  text-decoration: none;
  background: #49b0de;
}
.rounded-button__btn:first-child {
  margin-right: 0;
}
.rounded-button__btn--green {
  background: #61d16a;
}
.rounded-button__number {
  color: #424582;
}
@media only screen and (max-width: 1800px) {
  #camiel {
      display: none;
  }
}
.service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.375rem;
  grid-row-gap: 3.25rem;
  padding: 0 1.375rem;
}
@media (min-width: 47.9375em) {
  .service {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
@media (min-width: 61.9375em) {
  .service {
    grid-column-gap: 5rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .service {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 7rem;
    padding: 0;
  }
}
.service__item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem;
  box-shadow: 3px 3px 12px rgba(60, 60, 59, 0.2);
  min-height:190px;
}
.service__link
{
    color:#3c3c3b;
    min-height:190px;
}
@media (min-width: 47.9375em) {
  .service__item {
    padding: 1rem 1rem 1.8rem;
  }
}
.service__title {
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 47.9375em) {
  .service__title {
    font-size: 1.75rem;
  }
}
.service__figure {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.service__image {
  display: block;
  max-width: 70%;
}
@media (min-width: 47.9375em) {
  .service__image {
    max-width: 100%;
  }
}

.schedule {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr fit-content(300px) 1fr;
  grid-row-gap: 2rem;
}
.schedule--big {
  grid-template-columns: 1fr;
}
@media (min-width: 47.9375em) {
  .schedule--big {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 99.9375em) {
  .schedule--big {
    grid-template-columns: repeat(3, 1fr);
  }
}
.schedule__item {
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
}
@media (min-width: 47.9375em) {
  .schedule__item {
    font-size: 1rem;
  }
}

.step {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  position: relative;
}
@media (min-width: 61.9375em) {
  .step {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 74.9375em) {
  .step {
    grid-column-gap: 3.125rem;
  }
}
.step__item {
  padding: 0 0.5rem;
}
@media (min-width: 74.9375em) {
  .step__item {
    padding: 0 2rem;
  }
}
.step__title {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 61.9375em) {
  .step__title {
    min-height: 2.75rem;
  }
}
@media (min-width: 99.9375em) {
  .step__title {
    font-size: 2rem;
  }
}
.step__figure {
  margin-bottom: 0.8rem;
  display: flex;
  margin-top: 1rem;
}
@media (min-width: 61.9375em) {
  .step__figure {
    min-height: 15.875rem;
    margin-top: 2.25rem;
  }
}
.step__image {
  align-self: flex-end;
  display: block;
  max-width: 80%;
  margin: auto;
}
@media (min-width: 47.9375em) {
  .step__image {
    max-width: 100%;
  }
}
.step__text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 47.9375em) {
  .step__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.9375em) {
  .step__text {
    font-size: 0.9rem;
    font-weight: 800;
  }
}
.step__line {
  position: absolute;
  top: 55%;
  left: 18%;
  width: 60%;
  height: 0;
  border-top: 12px dashed #49b0de;
  z-index: -1;
  display: none;
}
@media (min-width: 61.9375em) {
  .step__line {
    display: block;
  }
}

/*LAYOUT*/
.header {
  background: #fff;
  padding: 1rem 0;
  padding-bottom: 0.5rem;
  color: #fff;
}
@media (min-width: 61.9375em) {
  .header {
    padding: 2.1875rem 0;
  }
}
.header__banner {
  margin-top: 1.5rem;
  text-align: center;
  color: #3c3c3b;
}
@media (min-width: 47.9375em) {
  .header__banner {
    margin-top: 3.125rem;
  }
}
.header__container {
  position: relative;
  max-width: 100vw;
  padding: 1rem 6vw;
  margin: auto;
  background: #49b0de;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 47.9375em) {
  .header__container {
    padding: 0rem 2vw 0rem 2vw;
    flex-direction: row;
  }
}
@media (min-width: 61.9375em) {
  .header__container {
    padding: 0rem 4vw 0rem 4vw;
  }
}
@media (min-width: 74.9375em) {
  .header__container {
    max-width: 70.25vw;
    padding: 0rem 4vw 0rem 4vw;
  }
}
@media (min-width: 99.9375em) {
  .header__container {
    max-width: 75.25vw;
    padding: 0rem 6vw 0rem 13vw;
  }
}
.header__form {
  flex: 1;
  width: 100%;
}
.header__list--desktop {
  display: none;
}
@media (min-width: 47.9375em) {
  .header__list--desktop {
    display: block;
    padding-left: 3rem;
  }
}
.header__list--mobile {

  background: #424582;
  bottom: -4.125rem;
}
@media (min-width: 47.9375em) {
  .header__list--mobile {
    display: none;
  }
}

.footer {
  background: #49b0de;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.footer__title {
  color: #424582;
  font-weight: 800;
  font-size:1.4rem;
}
@media (min-width: 47.9375em) {
  .footer__title {
    text-align: center;
  }
}
.footer .nav-item--foot:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer .nav-link {
  color: #fff;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 400;
}
@media (min-width: 47.9375em) {
  .footer .nav-link {
    font-size: 1.1rem;
    text-align: center;
  }
}
.footer .nav-link--foot {
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.footer .nav-link:hover {
  color: #424582;
}
.footer__foot {
  margin-top: 1rem;
  border-top: 1px solid #0f8ac1;
  padding: 2rem 1rem 1rem 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__link {
  color: #fff;
  font-size: 0.6rem;
}
@media (min-width: 47.9375em) {
  .footer__link {
    font-size: 1rem;
  }
}
.footer__link:hover {
  color: #424582;
  text-decoration: none;
}
.footer__text {
  margin-bottom: 0;
  color: #fff;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.footer__lastnav {
  flex: 0 0 100%;
  justify-content: center;
}
@media (min-width: 47.9375em) {
  .footer {
    padding-bottom: 0;
  }
  .footer .nav--left {
    border-right: 1px solid #0f8ac1;
  }
  .footer .nav-link {
    text-align: left;
  }
  .footer .nav-link--foot {
    font-size: 0.9rem;
  }
  .footer__lastnav {
    justify-content: center;
  }
  .footer__title {
    text-align: left;
  }
}
@media (min-width: 61.9375em) {
  .footer__text {
    flex: auto;
    margin-bottom: 0;
    text-align: left;
    font-size: 1rem;
  }
  .footer__lastnav {
    flex: auto;
    justify-content: flex-end;
  }
}

/*COLORS*/
.text-principal {
  color: #49b0de;
}

.text-secondary-custom {
  color: #424582;
}

.text-tertiary {
  color: #61d16a !important;
}

/*BACKGROUND*/
.bg-principal {
  background: #49b0de;
}

.bg-secondary-custom {
  background: #424582;
}

.bg-tertiary {
  background: #61d16a;
}

.bg-principal-light {
  background: #E6F3FA;
}

/*MARGINS*/
.margin-top--lg {
  margin-top: 2rem;
}
.margin-top--xl {
  margin-top: 3rem;
}
@media (min-width: 61.9375em) {
  .margin-top--xl {
    margin-top: 5rem;
  }
}


/* Consent */
.btn-outline-success {
  color: #49b0de;
  border-color: #49b0de;
}

.btn-outline-success:hover {
  color: #fff;
  border-color: #424582;
  background-color: #424582;
}

.btn-success {
  color: #fff;
  background-color: #49b0de;
  border-color: #49b0de;
}

.btn-success:hover {
  color: #fff;
  background-color: #424582;
  border-color: #424582;
}