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

body {
  background-image: url("../../assets/img/background/background-5.jpg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-md-5 {
  max-width: 20% !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../img/background/background-5-mobile.jpg");
  }
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .col-md-5 {
    max-width: 50% !important;
  }
}

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

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

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

.itemTypography {
  text-align: center;
  vertical-align: middle;
  line-height: 38vw; 
  font-family: 'Oswald-SemiBold';
  font-size: xx-large;
}

#carauselTypography {
  background: none;
}

.button-arrow-content{
  margin: 2.5vw 0;
}

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

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

.footer{
  width: 100% !important;
}

.filter-navigation {
  font-family: 'Oswald-ExtraLight';
  font-weight: bold;
}

.filter-navigation .pull-right {
  width: 20%;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}

.filter-navigation .form-control {
  border-radius: 0 !important;
}

.btn-group .btn {
  border: none !important;
}

.btn-group .vertical {
  border-left: 2px solid #FFFFFF80;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.img-ratio {
  width: 100%;
  object-fit: cover;
}

.content-header {
  font-family: 'Oswald-SemiBold';
  font-size: 24px;
  margin: 20px 0 5px 0;
}

.content-description {
  font-family: 'Oswald-ExtraLight';
}

.see-all-content{
  text-align: end;
  padding-right: 1vw;
  margin-top: 1vw;
}

.see-all{
  font-family: 'NotoSerifDisplay-LightItalic'; 
  font-size: large;
  color: white;
}

#navigation-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #navigation-web {
    display: none;
  }
  #navigation-mobile {
    display: inline;
  }
  .filter-navigation .pull-left {
    width: 30%;
  }
  .filter-navigation .pull-right {
    width: 35%;
  }
  .see-all-content{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.modal-lg {
  max-width: 80%;
}

.modal-body {
  background-image: url("../img/background/background-modal.jpg");
  color: white;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.modal-body .row .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal-body .modal-content-header {
  padding: 15px;
  letter-spacing: 2px;
}

.modal-body .modal-content-header .title {
  font-family: 'FormulaCondensed-Bold';
  font-size: 48px;
  margin: 0;
}

.modal-body .modal-content-header .sub-title {
  font-family: 'FormulaCondensed-Light';
  font-size: 24px;
  margin: 0;
}

.modal-body .modal-content-description {
  font-family: 'FormulaCondensed-Light';
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 50px;
}

.modal-body .img-ratio {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.carousel-control-next-modal {
  right: auto !important;
}
.modal-body .modal-content-image {
  padding: 10px;
}
.modal-body #mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .modal-lg {
    max-width: 85%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #modal-arrow-left, #modal-arrow-right {
    display: none;
  }
  .modal-body {
    background-image: url("../img/background/background-modal-mobile.jpg");
  }
  .modal-body #web {
    display: none;
  }
  .modal-body #mobile {
    display: inline;
  }
  .modal-body #arrow-carausel-modal {
    display: none;
  }
  .modal-body .img-ratio {
    height: 300px;
  }
  .modal-body .modal-content-header {
    padding: 0;
  }
  .modal-body .modal-content-header .title {
    font-size: 24px;
  }
  
  .modal-body .modal-content-header .sub-title {
    font-size: 18px;
  }
  
  .modal-body .modal-content-description {
    font-size: 12px;
    margin-top: 0;
  }
  .modal-body .modal-content-image {
    padding: 0;
  }
}