@import "./template.css";
@import "../fonts/fonts.css";

html, body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--theme-body-font-family);
    font-size: var(--theme-body-font-size);
    font-weight: var(--theme-body-font-weight);
    line-height: var(--theme-body-line-height);
    color: var(--theme-body-color);
    background-color: var(--theme-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
}

*,
*::before,
*::after {
    box-sizing: border-box
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--theme-border-width) solid;
    opacity: .25
}

body.fade-out {
    opacity: 0;
    transition: none;
    background-color: #ffffff;
}

.bg-chisiamo {
    background-color: var(--theme-bg-comepartecipare)!important;
}

.bg-form {
    background-color: var(--theme-bg-form)!important;
}

.bg-premi {
    background-color: var(--theme-bg-premi)!important;
}

.bg-prodotti {
    background-color: var(--theme-bg-prodotti)!important;
}

.height100 {
    height: 100%;
}

.letter-spacing {
    letter-spacing: 1px;
}

section {
    padding: 0;
    position: relative;
}

button:focus {
    outline: none;
}

.pre-line {
    white-space: pre-line;
}

.transform-none {
    text-transform: none;
}

.font-weight-300 {
    font-weight: 300;
}

/* Font Weight */

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.line-height-xs {
    line-height: 1rem;
}

.line-height-sm {
    line-height: 1.2rem;
}

.line-height-md {
    line-height: 1.4rem;
}

.line-height-lg {
    line-height: 1.6rem;
}

.line-height-xl {
    line-height: 1.8rem;
}

/*   Fine Line Height   */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
}

p {
    font-size: 1rem;
}

a {
    color: var(--theme-body-link-color);
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: var(--theme-body-link-color);
    text-decoration: none;
}

.img-centered {
    margin: 0 auto;
}

.btn {
    display: inline-block;
    padding: var(--theme-btn-padding-y) var(--theme-btn-padding-x);
    font-family: var(--theme-btn-font-family);
    font-size: var(--theme-btn-font-size);
    font-weight: var(--theme-btn-font-weight);
    line-height: var(--theme-btn-line-height);
    color: var(--theme-btn-color);
    border-radius: var(--theme-btn-border-radius);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--theme-btn-border-width) solid var(--theme-btn-border-color);
    background-color: var(--theme-btn-bg);
}

.btn:hover {
    color: var(--theme-btn-color)!important;
    background-color: #A47026;
    border: var(--theme-btn-border-width) solid var(--theme-btn-hover-border-color);
}

.btn:active {
    color: var(--theme-btn-color)!important;
    border: var(--theme-btn-border-width) solid var(--theme-btn-hover-border-color); 
}

.btn:focus {
    color: var(--theme-btn-color)!important;
    border: var(--theme-btn-border-width) solid var(--theme-btn-hover-border-color); 
}

.titolo {
    font-family: var(--theme-title-font-family);
    font-weight: var(--theme-title-font-weight);
    font-size: var(--theme-title-font-size);
    color: var(--theme-title-color);
}

.sottotitolo {
    font-family: var(--theme-subtitle-font-family);
    font-weight: var(--theme-subtitle-font-weight);
    font-size: var(--theme-subtitle-font-size);
    color: var(--theme-subtitle-color);
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

.close {
    position: absolute;
    right: 1rem;
    top: 0;
    opacity: 1;
    font-size: 3rem;
    background-color: transparent!important;
}

.errored {
    display: none;
    color: #ffffff;
    background-color: #e10000;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

/*
.sfondo_fisso01{
    background-image: url(../img/sfondo.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
}

.sfondo_fisso02 {
    background-image: url(../img/bg_meccanica.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.background {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
*/
/* evito che safari colori automaticamente i numeri che riconosce come link telefono */
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

.navbar-brand-image {
    max-height: 80px;
}

#regolamento {
    scroll-margin-top: 20vh;
}

/*
.bt_mktg_tm_minibox span {
    color: #666;
}
*/

.bt_mktg_tm_counter span {
    color: #000!important;
}

.bt_mktg_tm_minibox h3 > span {
    color: #000;
    font-weight: 700;
    font-size: 2.3rem;
}

.title_service {
    font-family: 'font-title';
}

.service-box {
    border: 1px solid #C0C0C0;
    transition: background-color 0.6s ease;
}

.service-box:hover {
    background-color: #041230;
    color: #fff;
}

.read_more a{
    text-decoration: none;
    color: #fff;
    background-color: #A47026;
    font-weight: 600;
    font-family: var(--theme-btn-font-family);
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.read_more a:before{
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #C0C0C0;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.read_more a:hover:before{
    width: 170%;
}
.read_more a span{
    position: relative;
    z-index: 2;
}

.full_def {
    display: none;
}

.short_info_wrap ul {
    margin: 0px;
    list-style-type: none;
    padding-inline-start: 0!important;
}

button {
    text-decoration: none;
    color: #fff;
    background-color: #041230;
    font-weight: 600;
    font-family: var(--theme-btn-font-family);
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

button:hover{
    background-color: #A47026;
}

.empty_notice {
    color: #BD0A0D;
    margin-bottom: 7px;
    display: none;
    text-align: left;
}

.returnmessage {
    color: #0064FF;
    margin-bottom: 7px;
    display: none;
    text-align: left;
}

.social_wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    left: -5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social_wrap ul {
    margin: 0px;
    list-style-type: none;
}

.social_wrap ul li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.social_wrap a {
    color: #fff;
    text-decoration: none;   
}



/*------------------------------------------------------------------*/ 
/*  03) FONTELLO
/*------------------------------------------------------------------*/

@font-face {
  font-family: 'xcon';
  src: url('font/xcon.eot?4965248');
  src: url('font/xcon.eot?4965248#iefix') format('embedded-opentype'),
       url('font/xcon.woff2?4965248') format('woff2'),
       url('font/xcon.woff?4965248') format('woff'),
       url('font/xcon.ttf?4965248') format('truetype'),
       url('font/xcon.svg?4965248#xcon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'xcon';
    src: url('../font/xcon.svg?4965248#xcon') format('svg');
  }
}
*/
 
 [class^="xcon-"]:before, [class*=" xcon-"]:before {
  font-family: "xcon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.xcon-phone:before { content: '\e800'; } /* '' */
.xcon-mail:before { content: '\e801'; } /* '' */
.xcon-globe:before { content: '\e802'; } /* '' */
.xcon-glass:before { content: '\e803'; } /* '' */
.xcon-music:before { content: '\e804'; } /* '' */
.xcon-search:before { content: '\e805'; } /* '' */
.xcon-star:before { content: '\e806'; } /* '' */
.xcon-star-empty:before { content: '\e807'; } /* '' */
.xcon-heart:before { content: '\e808'; } /* '' */
.xcon-cancel-circled:before { content: '\e809'; } /* '' */
.xcon-ok:before { content: '\e80a'; } /* '' */
.xcon-bookmark:before { content: '\e80b'; } /* '' */
.xcon-thumbs-up:before { content: '\e80c'; } /* '' */
.xcon-thumbs-down:before { content: '\e80d'; } /* '' */
.xcon-download:before { content: '\e80e'; } /* '' */
.xcon-upload:before { content: '\e80f'; } /* '' */
.xcon-lock-open:before { content: '\e810'; } /* '' */
.xcon-lock:before { content: '\e811'; } /* '' */
.xcon-bell:before { content: '\e812'; } /* '' */
.xcon-location:before { content: '\e813'; } /* '' */
.xcon-attention:before { content: '\e814'; } /* '' */
.xcon-cog:before { content: '\e815'; } /* '' */
.xcon-resize-full:before { content: '\e816'; } /* '' */
.xcon-resize-small:before { content: '\e817'; } /* '' */
.xcon-resize-horizontal:before { content: '\e818'; } /* '' */
.xcon-resize-vertical:before { content: '\e819'; } /* '' */
.xcon-basket:before { content: '\e81a'; } /* '' */
.xcon-calendar:before { content: '\e81b'; } /* '' */
.xcon-wrench:before { content: '\e81c'; } /* '' */
.xcon-folder:before { content: '\e81d'; } /* '' */
.xcon-folder-open:before { content: '\e81e'; } /* '' */
.xcon-volume-off:before { content: '\e81f'; } /* '' */
.xcon-volume-up:before { content: '\e820'; } /* '' */
.xcon-volume-down:before { content: '\e821'; } /* '' */
.xcon-clock:before { content: '\e822'; } /* '' */
.xcon-zoom-out:before { content: '\e823'; } /* '' */
.xcon-zoom-in:before { content: '\e824'; } /* '' */
.xcon-down-dir:before { content: '\e825'; } /* '' */
.xcon-up-dir:before { content: '\e826'; } /* '' */
.xcon-left-dir:before { content: '\e827'; } /* '' */
.xcon-right-dir:before { content: '\e828'; } /* '' */
.xcon-down-open:before { content: '\e829'; } /* '' */
.xcon-left-open:before { content: '\e82a'; } /* '' */

.xcon-right-open:before { content: '\e82b'; } /* '' */
.xcon-up-open:before { content: '\e82c'; } /* '' */
.xcon-down-big:before { content: '\e82d'; } /* '' */
.xcon-left-big:before { content: '\e82e'; } /* '' */
.xcon-right-big:before { content: '\e82f'; } /* '' */
.xcon-up-big:before { content: '\e830'; } /* '' */
.xcon-play:before { content: '\e831'; } /* '' */
.xcon-spin3:before { content: '\e832'; } /* '' */
.xcon-play-circled2:before { content: '\e833'; } /* '' */
.xcon-pause:before { content: '\e834'; } /* '' */
.xcon-to-end:before { content: '\e835'; } /* '' */
.xcon-to-end-alt:before { content: '\e836'; } /* '' */
.xcon-to-start:before { content: '\e837'; } /* '' */
.xcon-flash:before { content: '\e838'; } /* '' */
.xcon-to-start-alt:before { content: '\e839'; } /* '' */
.xcon-fast-fw:before { content: '\e83a'; } /* '' */
.xcon-fast-bw:before { content: '\e83b'; } /* '' */
.xcon-off:before { content: '\e83c'; } /* '' */
.xcon-check:before { content: '\e83d'; } /* '' */
.xcon-comment:before { content: '\e83e'; } /* '' */
.xcon-chat:before { content: '\e83f'; } /* '' */
.xcon-forward:before { content: '\e840'; } /* '' */
.xcon-eye:before { content: '\e841'; } /* '' */
.xcon-eye-off:before { content: '\e842'; } /* '' */
.xcon-star-half:before { content: '\e843'; } /* '' */
.xcon-heart-empty:before { content: '\e844'; } /* '' */
.xcon-camera:before { content: '\e845'; } /* '' */
.xcon-videocam:before { content: '\e846'; } /* '' */
.xcon-picture:before { content: '\e847'; } /* '' */
.xcon-camera-alt:before { content: '\e848'; } /* '' */
.xcon-video:before { content: '\e849'; } /* '' */
.xcon-home:before { content: '\e84a'; } /* '' */
.xcon-pencil:before { content: '\e84b'; } /* '' */
.xcon-trash-empty:before { content: '\e84c'; } /* '' */
.xcon-camera-1:before { content: '\e84d'; } /* '' */
.xcon-move:before { content: '\f047'; } /* '' */
.xcon-bookmark-empty:before { content: '\f097'; } /* '' */
.xcon-twitter:before { content: '\f099'; } /* '' */
.xcon-facebook:before { content: '\f09a'; } /* '' */
.xcon-rss:before { content: '\f09e'; } /* '' */
.xcon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.xcon-gplus:before { content: '\f0d5'; } /* '' */
.xcon-sort-down:before { content: '\f0dd'; } /* '' */
.xcon-sort-up:before { content: '\f0de'; } /* '' */
.xcon-mail-alt:before { content: '\f0e0'; } /* '' */
.xcon-linkedin:before { content: '\f0e1'; } /* '' */
.xcon-comment-empty:before { content: '\f0e5'; } /* '' */
.xcon-chat-empty:before { content: '\f0e6'; } /* '' */
.xcon-bell-alt:before { content: '\f0f3'; } /* '' */
.xcon-angle-double-left:before { content: '\f100'; } /* '' */
.xcon-angle-double-right:before { content: '\f101'; } /* '' */
.xcon-angle-double-up:before { content: '\f102'; } /* '' */
.xcon-angle-double-down:before { content: '\f103'; } /* '' */
.xcon-angle-left:before { content: '\f104'; } /* '' */
.xcon-angle-right:before { content: '\f105'; } /* '' */
.xcon-angle-up:before { content: '\f106'; } /* '' */
.xcon-angle-down:before { content: '\f107'; } /* '' */
.xcon-desktop:before { content: '\f108'; } /* '' */
.xcon-laptop:before { content: '\f109'; } /* '' */
.xcon-tablet:before { content: '\f10a'; } /* '' */
.xcon-mobile:before { content: '\f10b'; } /* '' */
.xcon-quote-left:before { content: '\f10d'; } /* '' */
.xcon-reply:before { content: '\f112'; } /* '' */
.xcon-folder-empty:before { content: '\f114'; } /* '' */
.xcon-folder-open-empty:before { content: '\f115'; } /* '' */
.xcon-reply-all:before { content: '\f122'; } /* '' */
.xcon-star-half-alt:before { content: '\f123'; } /* '' */
.xcon-direction:before { content: '\f124'; } /* '' */
.xcon-attention-alt:before { content: '\f12a'; } /* '' */
.xcon-mic:before { content: '\f130'; } /* '' */
.xcon-mute:before { content: '\f131'; } /* '' */
.xcon-play-circled:before { content: '\f144'; } /* '' */
.xcon-ok-squared:before { content: '\f14a'; } /* '' */
.xcon-euro:before { content: '\f153'; } /* '' */
.xcon-pound:before { content: '\f154'; } /* '' */
.xcon-dollar:before { content: '\f155'; } /* '' */
.xcon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.xcon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.xcon-youtube-play:before { content: '\f16a'; } /* '' */
.xcon-instagram:before { content: '\f16d'; } /* '' */
.xcon-tumblr:before { content: '\f173'; } /* '' */
.xcon-down:before { content: '\f175'; } /* '' */
.xcon-up:before { content: '\f176'; } /* '' */
.xcon-left:before { content: '\f177'; } /* '' */
.xcon-right:before { content: '\f178'; } /* '' */
.xcon-apple:before { content: '\f179'; } /* '' */
.xcon-dribbble:before { content: '\f17d'; } /* '' */
.xcon-vkontakte:before { content: '\f189'; } /* '' */
.xcon-mail-squared:before { content: '\f199'; } /* '' */
.xcon-google:before { content: '\f1a0'; } /* '' */
.xcon-behance:before { content: '\f1b4'; } /* '' */
.xcon-paper-plane:before { content: '\f1d8'; } /* '' */
.xcon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.xcon-share:before { content: '\f1e0'; } /* '' */
.xcon-share-squared:before { content: '\f1e1'; } /* '' */
.xcon-cc-visa:before { content: '\f1f0'; } /* '' */
.xcon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.xcon-cc-discover:before { content: '\f1f2'; } /* '' */
.xcon-cc-amex:before { content: '\f1f3'; } /* '' */
.xcon-cc-paypal:before { content: '\f1f4'; } /* '' */
.xcon-cc-stripe:before { content: '\f1f5'; } /* '' */
.xcon-bell-off:before { content: '\f1f6'; } /* '' */
.xcon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.xcon-toggle-off:before { content: '\f204'; } /* '' */
.xcon-toggle-on:before { content: '\f205'; } /* '' */
.xcon-pinterest:before { content: '\f231'; } /* '' */
.xcon-hourglass-o:before { content: '\f250'; } /* '' */
.xcon-trademark:before { content: '\f25c'; } /* '' */
.xcon-registered:before { content: '\f25d'; } /* '' */
.xcon-odnoklassniki:before { content: '\f263'; } /* '' */
.xcon-safari:before { content: '\f267'; } /* '' */
.xcon-chrome:before { content: '\f268'; } /* '' */
.xcon-firefox:before { content: '\f269'; } /* '' */
.xcon-opera:before { content: '\f26a'; } /* '' */
.xcon-internet-explorer:before { content: '\f26b'; } /* '' */
.xcon-vimeo:before { content: '\f27d'; } /* '' */