html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-image: url("../../assets/img/background/background-3.jpg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../img/background/background-3-mobile.jpg");
  }
}

.banner-header {
  background-color: none;
  height: 38vw;
  width: 100vw;
}

.banner-header-button {
  height: 4vw;
}

.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-header {
  font-family: "Oswald-ExtraLight";
  font-size: 1.5vw;
}

.button-arrow {
  height: 2.5vw;
}

.container-news {
  margin: auto 20px;
  color: white;
}

.container-news,
.header {
  margin-top: 1.5vw;
}

.container-news,
.content-header {
  text-align: center;
  font-family: "Oswald-ExtraLight";
  font-size: 34px;
  margin-bottom: 20px;
}

.content-p {
  font-family: "Oswald-ExtraLight";
  font-size: 46px;
  line-height: 48px;
}

.card-item {
  padding: 30px;
}

.news-header {
/*  text-align: left;*/
  font-family: "Oswald-SemiBold";
  color: white;
  font-size: 22px;
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
}

.news-description {
  text-align: left;
  font-family: "Oswald-ExtraLight";
  color: white;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
    .news-header {
  padding: 0 10px;
    }
  .content-header {
    font-size: 18px;
  }
  .card-item {
    padding: 10px !important;
  }

  .news-description {
    font-size: 12px;
    margin-top: 13px;
  }

  .news-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container-load-more,
  .load-more {
    font-size: medium !important;
  }
}

hr.white {
  border: 1px solid #ffffff80;
  width: 92%;
  margin: 3vw 0;
}

.image-header {
  width: 100%;
  height: 38vw;
  object-fit: cover;
}

.image-ratio {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

.remove-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .image-ratio {
    width: 100%;
    height: 33vw;
    object-fit: cover;
    margin-top: 2.2vw;
  }
}

.container-load-more {
  text-align: center;
  margin-top: 1vw;
}

.container-load-more,
.load-more {
  color: white;
  font-family: "NotoSerifDisplay-LightItalic";
  font-size: x-large;
}

.bottom-content {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 4vw;
}

.bottom-button {
  font-family: "Oswald-ExtraLight";
  border-radius: 0;
}

.footer {
  width: 100% !important;
}
