:root {
  --theme-general-color: #6d7175;
  /* theme gray color */
  --theme-primary-color: #1e7e00;
  /* theme primary color */
  --theme-secondary-color: #3e5083;
  /* theme secondary color */
  --theme-white-color: #fff;
  /* theme white font color */
  --theme-light-color: #f8f5f0;
  /* theme light gray color */
  --theme-gray-color: #f7f9fc;
  /* theme gray color */
  --theme-dark-color: #12171f;
  /* theme dark color ok*/
  --theme-extra-color: #1d2a40;
  /* theme extra color */
  --theme-footer-color: #12171f;
  /* theme dark color ok*/
  --theme-primary-opacity-color: rgba(30,126,0,0.8);
  /* theme secondary color */
  --theme-secondary-opacity-color: rgba(62, 80, 131, .8);
  /* theme secondary color */
  --theme-dark-opacity-color: rgba(24, 26, 29, .8);
  /* theme dark opacity color */
  --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
  /* theme light color */
  --text-light-color: #8a99b3;
  /* text light color */
  --text-gray-color: #c3c3c3;
  /* theme text gray color */
  --theme-primary-color-rgba: 83, 177, 65;
  /* theme secondary color */
  --theme-general-font: "Barlow", sans-serif;
  /* Font use for normal text and general text */
  --theme-hiperlink-font: "Sen", sans-serif;
  /* Font use for normal text and general text */
  --theme-highlight-font: "Sen", sans-serif;
  /* Font used in title or special area */
  /* Other styles */
  --primary: #a3cc02;
  --secondary: #323232;
  --primary-hover: #7b9902;
  --primary-dark: #2a3401;
  --rgba-primary-1: rgba(163, 204, 2, 0.1);
  --rgba-primary-2: rgba(163, 204, 2, 0.2);
  --rgba-primary-3: rgba(163, 204, 2, 0.3);
  --rgba-primary-4: rgba(163, 204, 2, 0.4);
  --rgba-primary-5: rgba(163, 204, 2, 0.5);
  --rgba-primary-6: rgba(163, 204, 2, 0.6);
  --rgba-primary-7: rgba(163, 204, 2, 0.7);
  --rgba-primary-8: rgba(163, 204, 2, 0.8);
  --rgba-primary-9: rgba(163, 204, 2, 0.9);
  --theme-bg-footer: #c6c5c4;
}

body, html {
  top: 0 !important;
  overflow-x: hidden;
}

body > div.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  width: 0;
  overflow: hidden !important;
}

.navbar-brand {
  position: relative;
  min-width: 200px;
}
.navbar-brand img {
  display: block;
  width: 100%;
  max-width: 34px;
  height: auto;
}
.navbar-brand ._text-logo {
  position: absolute;
  top: 4px;
  left: 45px;
  color: white;
}
.navbar-brand ._text-logo ._lt-t {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: bold;
}
.navbar-brand ._text-logo ._lt-b {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.select-custom li input[type=radio]:checked + label {
  background-color: rgba(var(--theme-primary-color-rgba), 0.1);
}

.sub-title {
  font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: var(--theme-hiperlink-font);
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.footer-widget li a:hover {
  color: var(--theme-secondary-color);
  text-decoration: underline;
}

._langs ._lgChanger {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-content: center;
}
._langs ._lgChanger li {
  padding: 3px 4px;
}
._langs ._lgChanger li a {
  color: white;
}
._langs ._lgChanger li a.active {
  border-bottom: 1px solid var(--theme-primary-color);
}
._langs ._lgChanger li:last-child {
  padding-right: 20px;
}

._iframeLangs {
  display: block !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._topSliderHome {
  position: relative;
  z-index: 0;
}

._slider-home {
  position: relative;
  margin-top: -230px;
  color: white;
  z-index: 10;
  min-height: 460px;
}
._slider-home ._sliderArt.slick-slide {
  transition: all 400ms ease-in-out;
  z-index: 10;
  margin-top: 28px;
}
._slider-home ._sliderArt.slick-slide ._content {
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
}
._slider-home ._sliderArt.slick-slide ._content ._art {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  transition: all 400ms ease-in-out;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
._slider-home ._sliderArt.slick-slide ._content ._art img {
  visibility: hidden;
  opacity: 0;
}
._slider-home ._sliderArt.slick-slide ._content a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
._slider-home ._sliderArt.slick-slide ._content h4 {
  position: absolute;
  left: 0;
  top: 2%;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  color: white;
  transition: all 500ms ease-in-out;
}
._slider-home ._sliderArt.slick-slide.slick-center {
  margin-top: 0;
}
._slider-home ._sliderArt.slick-slide.slick-center ._content {
  z-index: 20;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}
._slider-home ._sliderArt.slick-slide.slick-center ._content ._art {
  transform: scale(1.1);
  height: 460px;
}
._slider-home ._slider-arrows {
  width: 100%;
}
._slider-home ._slider-arrows ._next, ._slider-home ._slider-arrows ._prev {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline;
  background-color: var(--theme-light-color);
  border-radius: 50px;
  text-align: center;
  align-content: center;
  top: 50%;
  transform: translateY(-50%);
}
._slider-home ._slider-arrows ._prev {
  left: -5%;
}
._slider-home ._slider-arrows ._next {
  right: -5%;
}

._cards_ops {
  padding-top: 460px;
  margin-top: -230px;
  z-index: 0;
}

._cards-home {
  position: relative;
  margin-top: -260px;
  z-index: 0;
}

._after-cards {
  background-color: var(--theme-light-color);
  margin-top: -125px;
  position: relative;
  z-index: 10;
}

._box-card {
  margin-top: 90px;
  position: relative;
  width: 250px;
}
._box-card ._content {
  position: relative;
  height: 295px;
}
._box-card ._content a {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
._box-card ._content ._art-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 10px;
  transition: all 400ms ease-in-out;
  background: no-repeat top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
._box-card ._content h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--theme-gray-color);
  word-break: keep-all;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  z-index: 1;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0);
  transition: all 400ms ease-in-out;
}
._box-card ._content:hover ._art-media {
  top: -100px;
}
._box-card ._content:hover h4 {
  top: -90px;
  color: white;
  font-size: 20px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.icon-bx-xl {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.icon-bx-xl.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-xl i {
  font-size: 80px;
  vertical-align: middle;
}
.icon-bx-xl img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 80px;
}

.icon-bx-lg {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.icon-bx-lg.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-lg i {
  font-size: 60px;
  vertical-align: middle;
}
.icon-bx-lg img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 55px;
}

.icon-bx-md {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.icon-bx-md.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-md i {
  font-size: 45px;
  vertical-align: middle;
}
.icon-bx-md img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 40px;
}

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
}
.icon-bx-sm.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-sm i {
  font-size: 30px;
  vertical-align: middle;
}
.icon-bx-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}

.icon-bx-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.icon-bx-xs.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-xs i {
  font-size: 30px;
  vertical-align: middle;
}
.icon-bx-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 20px;
}

.icon-xl {
  display: inline-block;
  text-align: center;
  width: 100px;
}
.icon-xl i {
  vertical-align: middle;
  font-size: 80px;
}
.icon-xl img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 80px;
}

.icon-lg {
  display: inline-block;
  text-align: center;
}
.icon-lg i {
  vertical-align: middle;
  font-size: 60px;
}
.icon-lg img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 70px;
}

.icon-md {
  display: inline-block;
  text-align: center;
}
.icon-md i {
  vertical-align: middle;
  font-size: 45px;
}
.icon-md img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 50px;
}

.icon-sm {
  display: inline-block;
  text-align: center;
  width: 40px;
}
.icon-sm i {
  vertical-align: middle;
  font-size: 30px;
}
.icon-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}

.icon-xs {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.icon-xs i {
  vertical-align: middle;
  font-size: 20px;
}
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 20px;
}

.icon-bx-wraper {
  position: relative;
}
.icon-bx-wraper .dz-tilte {
  margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
  margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
  margin: 0;
}
.icon-bx-wraper .icon-content ._desc {
  min-height: 230px;
}
.icon-bx-wraper.center {
  text-align: center;
}
.icon-bx-wraper.left .icon-bx-xl, .icon-bx-wraper.left .icon-bx-lg, .icon-bx-wraper.left .icon-bx-md, .icon-bx-wraper.left .icon-bx-sm, .icon-bx-wraper.left .icon-bx-xs {
  float: left;
  margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}
.icon-bx-wraper.right {
  text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl, .icon-bx-wraper.right .icon-bx-lg, .icon-bx-wraper.right .icon-bx-md, .icon-bx-wraper.right .icon-bx-sm, .icon-bx-wraper.right .icon-bx-xs {
  float: right;
  margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl, .icon-bx-wraper.right .icon-lg, .icon-bx-wraper.right .icon-md, .icon-bx-wraper.right .icon-sm, .icon-bx-wraper.right .icon-xs {
  float: right;
  margin-left: 10px;
}
.icon-bx-wraper.style-3 {
  padding: 50px 35px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-3 .icon-xl {
  position: relative;
  width: auto;
  line-height: 1;
  z-index: 1;
}
.icon-bx-wraper.style-3:after {
  content: "";
  position: absolute;
  height: 350px;
  width: 100px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background: var(--rgba-primary-4);
  right: -100px;
  bottom: -20px;
  transform: rotate(15deg);
  box-shadow: 0 -16px 0 30px var(--rgba-primary-1), 0 -16px 0 60px var(--rgba-primary-1), 0 -16px 0 90px var(--rgba-primary-1);
}
.icon-bx-wraper.style-3 .title a, .icon-bx-wraper.style-3 p {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-3:hover {
  background: #323232;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.icon-bx-wraper.style-3:hover .title a, .icon-bx-wraper.style-3:hover p, .icon-bx-wraper.style-3:hover .icon-xl i {
  color: #fff;
}
.icon-bx-wraper.style-3:hover:after {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -16px 0 30px rgba(255, 255, 255, 0.1), 0 -16px 0 60px rgba(255, 255, 255, 0.1), 0 -16px 0 90px rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  transform: rotate(15deg) scale(1.5);
}

._cimg.transparent-header {
  background-color: var(--theme-dark-color);
}

/* Icons by Lic. Sandra. */
@font-face {
  font-family: "serenity_icons";
  src: url("../fonts/serenity_icons.eot");
  src: url("../fonts/serenity_icons.eot?#iefix") format("embedded-opentype"), url("../fonts/serenity_icons.woff") format("woff"), url("../fonts/serenity_icons.ttf") format("truetype"), url("../fonts/serenity_icons.svg#serenity_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=serico-]:before {
  display: inline-block;
  font-family: "serenity_icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.serico-clock:before {
  content: "A";
}

.serico-h-money:before {
  content: "B";
}

.serico-design:before {
  content: "C";
}

.serico-moving:before {
  content: "D";
}

/* Parallax home by Rellax */
.wrapper-rellax {
  position: relative;
  height: 100vh; /* Set the height of the wrapper to the full viewport height */
  overflow: hidden;
  z-index: 0;
}

.rellax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.rellax-header-text {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white;
  z-index: 10;
}
.rellax-header-text h1 {
  margin: 0;
  white-space: nowrap;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  letter-spacing: 20px;
}
.rellax-header-text h1 span {
  display: block;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: -4px;
  font-weight: 300;
}

.rellax-front-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 30;
}

.form-simple label.error {
  font-size: 70%;
  color: red;
  font-style: italic;
}

.quick-search label.error {
  font-size: 70%;
  color: red;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bg-footer-dark {
  background-color: var(--theme-bg-footer);
}

.alert svg {
  width: 30px;
  height: 30px;
}

.full-row {
  padding-top: 125px;
}

._video-wrapper {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
  width: 100%;
  overflow: hidden;
}
._video-wrapper ._v-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
._video-wrapper ._v-container video {
  width: 100%;
  height: auto;
}
._video-wrapper ._v-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 10;
}
._video-wrapper ._v-desc .listing-title {
  color: var(--theme-light-color);
}
._video-wrapper ._v-desc .listing-title a {
  color: var(--theme-light-color);
}
._video-wrapper ._v-desc .list-color-primary {
  color: var(--theme-bg-footer);
}
._video-wrapper ._v-desc .list-color-primary a {
  color: var(--theme-bg-footer);
}

._gg img {
  width: 264px;
  height: 264px;
  object-fit: cover;
}

._topCategories {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  max-height: 790px;
}
._topCategories img {
  display: block;
  width: 100%;
  margin: -100px auto 0;
  max-width: 1920px;
  height: auto;
  object-fit: cover;
}

.gallery-one .photo-overlay img {
  width: 417px;
  height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 1471px) {
  ._topCategories {
    max-height: 650px;
  }
  ._topCategories img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1367px) {
  ._topCategories {
    max-height: 650px;
  }
  ._topCategories img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 815px) {
  .icon-bx-wraper.style-3 {
    padding: 20px;
  }
  .icon-bx-wraper.style-3 .icon-xl {
    margin-bottom: 20px;
  }
  .icon-bx-wraper.style-3 .icon-xl i {
    font-size: 60px;
  }
  .icon-bx-wraper.style-3 p {
    margin-bottom: 20px;
  }
  .wrapper-rellax {
    height: 50vh;
  }
  .wrapper-rellax .rellax-header-text {
    top: 10%;
  }
  .wrapper-rellax .rellax-header-text h1 {
    font-size: 50px;
    letter-spacing: 6px;
  }
  .wrapper-rellax .rellax-header-text h1 span {
    letter-spacing: 0px;
    margin-top: -22px;
    font-size: 43px;
  }
  ._cards-home {
    margin-top: -160px;
    margin-bottom: 110px;
    z-index: 20;
  }
  ._cards-home ._box-card {
    margin: 0 auto;
    width: 100%;
  }
  ._cards-home ._content {
    height: 140px;
  }
  ._cards-home ._content ._art-media {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 4px;
  }
  ._cards-home ._content h4 {
    font-size: 12px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    text-align: center;
  }
  ._cards-home ._content._mo-card ._art-media {
    top: 0;
  }
  ._cards-home ._content._mo-card h4 {
    top: 1%;
  }
  ._slider-home {
    margin-top: -130px;
    min-height: 260px;
  }
  ._slider-home ._sliderArt.slick-slide {
    margin-top: 28px;
  }
  ._slider-home ._sliderArt.slick-slide ._content ._art {
    height: 200px;
  }
  ._slider-home ._sliderArt.slick-slide ._content h4 {
    top: 3%;
  }
  ._slider-home ._sliderArt.slick-slide.slick-center {
    margin-top: 0;
  }
  ._slider-home ._sliderArt.slick-slide.slick-center ._content {
    z-index: 20;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  }
  ._slider-home ._sliderArt.slick-slide.slick-center ._content ._art {
    height: 260px;
  }
  ._gg img {
    width: 200px;
    height: 100px;
  }
  .gallery-one .photo-overlay img {
    width: 216px;
    height: 216px;
    object-fit: cover;
  }
  .gallery-one .photo-overlay .photo-view {
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 50%;
    top: 50%;
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  ._iframeLangs body table {
    overflow-x: visible;
  }
}
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-4 {
    padding-right: 55px;
  }
  .icon-bx-wraper.style-4 .btn {
    height: 40px;
    width: 40px;
    line-height: 45px;
  }
  .icon-bx-wraper.style-4 .btn i {
    font-size: 14px;
    line-height: 14px;
  }
  .icon-bx-wraper.style-6 {
    padding: 30px 30px 70px 30px;
  }
  .icon-bx-wraper.style-6 .btn {
    left: 30px;
  }
  .full-row {
    padding-top: 50px;
  }
  ._topCategories {
    max-height: 260px;
  }
  ._topCategories img {
    margin-top: -15px;
  }
  ._slider-home {
    min-height: 180px;
  }
  ._slider-home ._sliderArt.slick-slide ._content ._art {
    height: 180px;
  }
  ._slider-home ._sliderArt.slick-slide.slick-center ._content ._art {
    height: 180px;
  }
  .wrapper-rellax .rellax-header-text {
    top: 3%;
  }
  .wrapper-rellax .rellax-header-text h1 {
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 43px;
  }
  .wrapper-rellax .rellax-header-text h1 span {
    letter-spacing: 0px;
    margin-top: -22px;
    font-size: 25px;
  }
  ._cards-home {
    margin-top: -160px;
    margin-bottom: 110px;
    z-index: 20;
  }
  ._cards-home ._box-card {
    margin: 0 auto;
    width: 100%;
  }
  ._cards-home ._content {
    height: 140px;
  }
  ._cards-home ._content ._art-media {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 4px;
  }
  ._cards-home ._content h4 {
    font-size: 12px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    text-align: center;
  }
  ._cards-home ._content._mo-card ._art-media {
    top: 0;
  }
  ._cards-home ._content._mo-card h4 {
    top: 1%;
  }
  .gallery-one .photo-overlay img {
    width: 100%;
    height: 216px;
    object-fit: cover;
  }
}

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