/* cmsms stylesheet: Home modified: 09/10/25 16:38:36 */
/* =====================================HOME STYLES===================================== *//** BANNER **/.global__banner--home {height: calc(56.25vw + 40vh);}.banner__item {height: 100%;width: 100%;display: flex;flex-direction: row;justify-content: center;align-items: center;background: #111111;overflow: hidden;position: relative;}/*.banner__item::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: -moz-linear-gradient(top, rgba(0,0,0,0,0) 90%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0) 90%, rgba(0,0,0,0.65) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0) 90%, rgba(0,0,0,0.65) 100%);background: -ms-linear-gradient(top, rgba(0,0,0,0) 90%, rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 90%, rgba(0,0,0,0.65) 100%);background-repeat: no-repeat;z-index: 2;pointer-events: none;}*/.banner__item:not(.no--shadow)::after {opacity: 0;content: '';position: absolute;top: 0;left: 0;width: 60%;height: 85%;background: url('/assets/_template/img/back_degra.png') top right;background-size: 100% 100%;background-repeat: no-repeat;z-index: 1;transition: opacity 1s;pointer-events: none;}.banner__item.is-selected::after {opacity: 1;}.banner__image {display: block;flex: 1 1 auto;height: 100%;margin: 0 auto;opacity: 0.6;object-fit: cover;width: 100%;z-index: 0;transition: opacity 0.3s;pointer-events: none;}.banner__image-background{z-index: 0;position: absolute;top: 0;left: 0;}.banner__image.flickity-lazyloaded,.banner__image.loaded {opacity: 1 ;}.banner__info {position: absolute;width: calc(100% - 1em);max-width: 1300px;left: -320px;z-index: 2;opacity: 0;transform: scale(0.8);transition: opacity 0.3s ease 0.8s, left 0.3s ease 0.8s, transform 0.3s ease 0.8s, bottom 0.3s ease 0.8s;}.banner__item.is-selected .banner__info {opacity: 1;transform: scale(1);text-align: left;top: 20%;left: 35px;}.banner__info .banner__title .line1 {font-size: 7vw;}.banner__info .banner__title {position: relative;font-size: 12vw;text-transform: uppercase;width: 50%;font-family: 'Bebas Neue Bold';}.banner__info .banner__text {color: #fff;font-size: 1em;margin-top:12px ;font-weight: 500;text-transform: uppercase;}.banner__info .banner__smalltext {}.banner__item--video {background: transparent;position: relative;width: 100%;/*	pointer-events: none;*/}.banner__item--video iframe {background: transparent;height: 140%;left: -20%;position: absolute;top: -20%;width: 140%;z-index: 1;}/* Promos */.promo__item {display: flex;width: 100%;height: auto;min-height: 400px;overflow: hidden;position: relative;}.promo__item::after {content: '';height: 100%;width: 100%;background-color: rgba(0, 0, 0, .6);bottom: 0;left: -50%;position: absolute;right: 0;top: 0;z-index: 1;-webkit-backdrop-filter: grayscale(1);backdrop-filter: grayscale(1);transform: skewX(-25deg);}.promo__wrapper {margin: auto;z-index: 2;width: 100%;max-width: 1300px;padding: 0.5rem;}.promo__info {max-width: 65%}.promo__text {max-width: 400px}/* Services */.service-carrousel {width: 100%;}.services__item {display: flex;width: 100%;height: auto;min-height: 500px;position: relative;}.services__wrapper {display: flex;margin: auto;width: 100%;max-width: 1200px;padding: 0.5rem;}.services__info {padding: .5rem 0;}.services__background {background-repeat: no-repeat;background-position: bottom center;background-size: auto 280px;}.services__text {max-width: 400px}/** News HOME */.news {display: flex;width: 100%;height: auto;min-height: 400px;overflow: hidden;position: relative;}.news::after {content: '';height: 100%;width: 100%;background-color: rgba(0, 0, 0, .6);bottom: 0;right: -50%;position: absolute;top: 0;z-index: 1;-webkit-backdrop-filter: grayscale(1);backdrop-filter: grayscale(1);transform: skewX(25deg);}.news__wrapper {margin: auto;z-index: 2;width: 100%;max-width: 1300px;padding: 0.5rem;}.news__info {max-width: 65%}.news .global__title {text-align: right;}.news__text {max-width: 400px}/* Category HOME */.category-home {max-width: 280px;width: 85%;margin: -113px auto 0 auto;z-index: 2;display: none;}.category-home.flickity-enabled  {display: block;}.category-home .flickity-prev-next-button .arrow {fill: #111111 !important;}.category_item {width: 100%;}.category_item img {width: 100%;height: auto;}.category_item-content {background-color: rgba(0, 0, 0, .63);position: absolute;text-align: center;top: 50%;transform: translateY(-50%);width: 100%;padding: 12px 0;}.category_item-title {color: #fff;font-size: 50px;}.category_item .e-scale__w::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background:rgba(0,0,0,0.3);z-index: 0;pointer-events: none;transition: 0.3s;}.category_item:hover .e-scale__w::after {opacity: 0;}.news-list {display: flex;}.news-list .news {color: inherit;display: block;text-decoration: none;}.news-list .news__cover {background-color: #f0f0f0;display: block;height: 0;overflow: hidden;padding-top: 56.25%;position: relative;width: 100%;z-index: -1;}.news-list .news__cover-img {height: auto;left: 0;position: absolute;top: 0;width: 100%;}.news-list .news__cover-img:not(.loaded) {height: 100%;}.news-list .news__inner {flex: 1;padding-top: 5px;}.news-list .news__inner-header {color: rgb(87,87,87);display: block;margin-bottom: 5px;}.news-list .news__summary {font-size: 14px;margin: 0;max-height: 97px;overflow: hidden;text-overflow: -o-ellipsis-lastline;}.news-list .btn {display: block;margin-top: 15px;padding-bottom: 3px;padding-top: 3px;text-align: center;width: 150px;}.carousel__model:not(.is-selected) a {pointer-events: none;}@media screen and (max-width: 35.99em) {.banner__image {height: 100% !important;width: auto !important;}.news::after {right: -30%;}.promo__item::after {left: -30%;}}@media screen and (min-width: 36em) {.global__banner.global__banner--home {height: 70vw;max-height: 95vh}}@media screen and (min-width: 48em) {.banner__info .banner__title {font-size: 9vw;line-height: 7.5vw;}.banner__info .banner__title .line1 {font-size: 5vw;line-height: 5vw;}.banner__info .banner__btn {font-size: 15px;padding: 10px 20px;margin-top: 20px;}.banner__watermark {right: -10%;}.category-home {margin: -135px auto 0 auto;max-width: 650px;}.category_item {max-width: 50%;}.news__info, .promo__info {max-width: 45%}.services__background {background-size: cover;background-position: right;}}@media screen and (min-width: 62em) {.category-home {margin: -154px auto 0 auto;max-width: 730px;}}@media screen and (min-width: 75em) {.category-home {margin: -140px auto 0 auto;max-width: 85%;}.category_item {max-width: 33.33%;}.banner__info {width: 90%;}.banner__item.is-selected .banner__info {left: auto;}/*.banner__info .banner__text {font-size: 1.3em;}*/}@media screen and (min-width: 1600px) {.banner__info .banner__title {font-size: 150px;line-height: 125px;}.banner__info .banner__title .line1 {font-size: 70px;line-height: 60px;}}
