body {
  padding-top: 3.5rem;
  color: black;
}
#iconformat {
  color: #400101;
  font-size: xx-large;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-container {
  display: flex;
  align-content: space-between;
  background-color: #686161;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: inherit;
}
