html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #1f1f1f;
  font-family: "Roboto", sans-serif;
  height: 100%;
}

h1 {
  font-size: 4rem;
  font-weight: 800;
}

.container-top {
  display: flex;
  width: 100%;
}

.container-image {
  flex-grow: 1;
}
.container-image .main-image {
  position: relative;
  min-height: calc(100vh - 200px);
  height: calc(100% - 100px);
  overflow: hidden;
}
.container-image .main-image .cover-image {
  width: 100%;
  height: 100%;
}
.container-image .main-image .cover-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.container-content {
  width: 33%;
  min-width: 510px;
  background-color: #fff;
  padding: 40px;
}

.thumb-carrousel {
  background-color: #efefef;
  height: 100px;
  width: 100%;
  text-align: center;
}

.container-bottom article {
  padding: 60px;
}

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