:root {
    --primary: #000000;
    --secondary: #B4B4B4;
    --third:#181818;
}
*{
  box-sizing: border-box;
}
.menu-toggle-open{
  border-radius:50px;
}
.link{
  text-decoration: none;
  color:inherit;
  }
.link2:hover{
  color:#fff;
  }
.custom-dealer-map .asl-cont .sl-container{
  max-width:94%;
}
/*slider home*/
.swiper-box{
  height:100vh;
}
.swiper-box .swiper-slide{
  display: flex;
  align-items: center;
}
.swiper-box .swiper-button-prev, .swiper-button-next{
  color:#fff;
}
.swiper-box .swiper-button-prev:hover, .swiper-button-next:hover{
  color:var(--primary);
}
.swiper-box .slider-container{
  width:70%;
  margin:0 auto;
}
.swiper-box .slider-content{
  height:100%;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: start;
  width:60%;
}
.swiper-box .slider-title{
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}
.swiper-box .slider-desc{
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
/* oferta */
.custom-offer-list .entry{
  position:relative;
  display:flex;
  justify-content:center;
}
.content-area .custom-offer-list .entry .entry-content-wrap{
  position:absolute;
  bottom:10%;
  color:#fff;
  text-align:center;
  padding:20px 5%;
}
.custom-offer-list .entry .entry-title{
  color:#fff;
}
.custom-offer-list .entry .entry-footer{
  border:1px solid #fff;
  padding:10px 30px;
}
.custom-offer-list .entry .entry-footer:hover{
  background:var(--secondary);
}
.single-offer .entry-hero .hero-section-overlay{
  opacity: 0.3;
  background-color: var(--global-palette1);
}
/* events */
.custom-events-list .entry-content-wrap{
  color:#fff;
}
.custom-events-list .entry-title{
  color:#fff;
}
.custom-related-section .entry-related{
  background:#fff;
}
.custom-related-section .entry-related .entry-content-wrap{
   border:1px solid #000;
   border-top:none;
   background:#fff;
}
.custom-related-section .entry-related .entry-header{
   margin-bottom:0;
}
.custom-related-section .entry-related .entry-title a:hover{
   color:#000;
}
.custom-video .kadence-video-overlay,
.custom-video .kadence-video-popup-wrap:hover .kadence-video-overlay{
  opacity:0;
}
.custom-video .kt-video-svg-icon.kt-video-svg-icon-size-auto:not(.kt-video-svg-icon-style-stacked){
  width: 20%;
  height: 20%;
}
.error404 .kb-button{
  background:#000;
}
@media only screen and (max-width: 1280px) {
  .swiper-box .slider-content {
    width:80%;
  }
}
@media only screen and (max-width: 1080px) {
  .swiper-box{
    height:600px;
  }
   .swiper-box .slider-container {
    width:90%;
  }
  .swiper-box .slider-title{
    font-size: 46px;
  }
  .swiper-box .slider-desc{
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .site .site-header-row.site-header-row-center-column{
    grid-template-columns: 1fr;
  }
  .site .site-header-section-center{
    order:1;
    border-bottom:1px solid #d2cbc7;
    margin-bottom:3px;
  }
  .site .site-header-section-left{
    order:2;
  }
  .swiper-box {
    height:68vh;
  }
  .swiper-slide {
    background-position: center;    
  } 
  .swiper-box .slider-content{
    width:100%;
    text-align: center;
    margin:0 auto;
  }
  .swiper-box .slider-title{
    font-size: 32px;
    margin:0 auto;
  }
  .swiper-slide .btn-group{
    margin:0 auto;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  .custom-related-section .entry-related-title{
    font-size: 26px;
  }
}