/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .










 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
p,
h1,
h2, 
h3, 
h4,
h5,
h6,
form,
input,
label,
textarea,
button {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3 {
  font-size: 1.2rem;
  margin: initial;
}
a,
a:visited,
a:active,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
img,
video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
  object-position: center;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1em;
}
input,
label,
button,
textarea {
  display: block;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Larsseit-Regular';
  font-weight: normal;
  src: url('../fonts/larsseit-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/larsseit-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/larsseit-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/larsseit-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Larsseit-Bold';
  font-weight: normal;
  src: url('../fonts/larsseit-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/larsseit-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/larsseit-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/larsseit-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}



:root {
  --yellow: #e6c069;
  --red: #cf3728;
  --green: #196944;
  --holder: #F2E7D6;
}
html {
	font-size: 18px;
	line-height: 1.6;
  scroll-behavior: smooth;
}
body {
	background-color: #ffffff;
	font-family: 'Larsseit-Regular', Arial, sans-serif;
	font-weight: 300;
	color: #542A1E;	
}

a,
a:visited {
  color: var(--green);
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;

  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: var(--yellow);
  text-decoration: underline;
  outline: none;
}


.spacer20 { height: 20px }
.spacer40 { height: 40px }
.spacer60 { height: 60px }
.spacer80 { height: 80px }
.spacer100 { height: 100px }
.spacer120 { height: 120px }
@media (max-width: 767px) {
  .spacer20,
  .spacer40,
  .spacer60 {
    height: 20px
  }

  .spacer80,
  .spacer100,
  .spacer120 {
    height: 40px
  }
}


hr {
	height:1px;
	border:0;
	border-top: 1px solid #eee;
	margin: 30px 0 40px 0;
	clear: both;
}
strong {
	font-weight: 600;
}

::selection {
	background: var(--yellow);
	text-shadow: none;
	color: #fff;
}

h1,
.h1 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span {
  color: var(--green);
}

a.btn {
  display: inline-block;
  cursor: pointer;
  padding: 6px 30px;
  margin: 20px 0;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  border-radius: 30px;
  background-color: var(--yellow);
  font-weight: bold;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a.btn:hover,
a.btn:focus {
	outline: none;
  background-color: var(--red);
}

a.btn2 {
  display: inline-block;
  cursor: pointer;
  padding: 6px 30px;
  margin: 20px 0;
  letter-spacing: 1px;
  text-decoration: none;
  color: #532a1e;
  font-size: 1rem;
  border-radius: 30px;
  font-weight: normal;
  margin-right: 20px;
  box-shadow: inset 0px 0px 0px 1px #532a1e;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a.btn2:hover,
a.btn2:focus {
  outline: none;
  background-color: rgba(0,0,0,.05);
}
a.btn2.active {
  background-color: var(--yellow);
  box-shadow: inset 0px 0px 0px 1px var(--yellow);
  color: #fff;
}

.bgbrown {
  background-color: var(--holder);
  padding-top: 50px;
  padding-bottom: 50px;
}
.bgshadown {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.brown_link {
  color: #E6C069 !important;
  font-weight:bold;
  text-decoration: none;
}


/* HEADER */
header {
  position: fixed;
  width: 100%;
  background-color: var(--yellow);
  color: #fff;
  z-index: 10;
  max-height: 80px;
}
.header-back,
.header-logo,
.header-login,
.header-concorsi {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  color: #fff;
}
.header-logo {
  width: 100%;
  background-image: url(/img/loghi/logo-aia.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.header-back,
a.header-login,
a.header-concorsi {
  color: #fff;
  text-decoration: none;
}
a.header-back:hover,
a.header-login:hover,
a.header-concorsi:hover {
  color: #fff;
}
a.header-back {
  background-image: url(../img/ico/back.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 25px;
}
a.header-login {
  float: right;
  background-image: url(../img/ico/admin.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 40px;
}
a.header-concorsi {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 767px) {
  a.header-back:after {
    content: 'Indietro';
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  header {
    max-height: 52px;
  }
}

main {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh;
  overflow-x: hidden;
}
main.gap {
  padding-top: 160px;
}
main.nogap {
  padding-bottom: 0px;
}

.top-image {
  min-height: 500px;
  padding: 6rem 0 2rem 0;
  margin-bottom: 60px;
  color: #fff;

  background-color: #968168;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1100px) {
    .hide_on_mobile {
        visibility: hidden;
        display: none;
    }
}


@media (max-width: 767px) {
  .header-back,
  .header-logo,
  .header-login,
  .header-concorsi {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  main {
    padding-top: 50px;
  }

}



/* POPUP */
.inline-inner {
  text-align: center;
}
@media (min-width: 767px) {
  .inline-inner {
    padding: 0 40px;
  }
}



/* FOOTER */
footer {
  background-color: #16272f;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
  font-size: 14px;
}
.socials {
  text-align: center;
}
.socials a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.socials a.fb {
  background-image: url(../img/ico/social-facebook.svg);
}
.socials a.ig {
  background-image: url(../img/ico/social-instagram.svg);
}
.socials a.yt {
  background-image: url(../img/ico/social-youtube.svg);
}
.footer-menu {
  text-transform: uppercase;
  padding: 40px 0;
  font-size: 1.1em;
}
.footer-menu li {
  display: inline-block;
  font-weight: bold;
}
.footer-menu li a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
}
.logo-veronesi {
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/loghi/logo-veronesi.png);
}


.box-rounded {
  background-color: var(--holder);
  border-radius: 20px;
  padding: 3rem 2rem;
  min-height: 60vh;
  text-align: center;
}


/* PARALLAX */
@media (min-width: 992px) {
  .parallax {
    position: relative;
    z-index: 2;
  }
  .parallax:before {
    content: '';
    position: absolute;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 30%;
    pointer-events: none;
    z-index: 2;
    #animation: floating 2.25s 0s infinite alternate ease-in-out
  }
  .parallax:after {
    content: '';
    position: absolute;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0px;
    right: 0;
    width: 30%;
    pointer-events: none;
    z-index: 2;
    #animation: floating 2.25s 1s infinite alternate ease-in-out
  }

  .parallax1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .parallax1:before {
    background-image: url(../img/parallax1-left.png);
    background-size: 350px auto;
  }
  .parallax1:after {
    background-image: url(../img/parallax1-right.png);
    background-size: 350px auto;
  }

  .parallax2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .parallax2:before {
    background-image: url(../img/parallax2-left.png);
  }
  .parallax2:after {
    background-image: url(../img/parallax2-right.png);
  }

  .parallax3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .parallax3:before {
    background-image: url(../img/parallax3-left.png);
    background-position-x: -50px;
  }
  .parallax3:after {
    background-image: url(../img/parallax3-right.png);
    background-position-x: 80px;
  }

  .parallax4 {
  }
  .parallax4:before {
    background-image: url(../img/parallax4-left.png);
  }
  .parallax4:after {
    background-image: url(../img/parallax4-right.png);
  }

  .parallax5 {
  }
  .parallax5:before {
    background-image: url(../img/parallax5-left.png);
  }
  .parallax5:after {
    background-image: url(../img/parallax5-right.png);
  }

  @keyframes floating {
    from {
        transform: translateY(0)
    } to {
        transform: translateY(-10%)
    }
  }

}

@media (max-width: 1100px) {
  .parallax:before,
  .parallax:after {
    width: 15%;
  }
}





/* MD - tablet landscape */
@media (max-width: 991px) {
}
/* SM - tablet portrait */
@media (max-width: 767px) {
}
.wrap {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.wrap.narrow {
  max-width: 840px;
}
.wrap.wide {
  max-width: 100%;
}
.wrap.full {
  padding-right: 0;
  padding-left: 0;
}
.gap {
  padding-right: .5rem;
  padding-left: .5rem;
}
.gap > * {
  padding-right: .5rem;
  padding-left: .5rem;
}

@media (max-width: 1600px) {
  .wrap-right {
    margin-left: auto;
    margin-right: initial;
  }
  .wrap-left {
    margin-right: auto;
    margin-left: initial;
  }
}

.align-center {
  text-align: center;
}
@media (max-width: 767px) {
  .align-center {
    text-align: left;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}


.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-gap * ~ * {
  padding-left: 1rem;
}


/* WRAP / ROW / COLUMN */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 992px) {
  .flex-m-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-m-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-m-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-m-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-m-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-m-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flex-s-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-s-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-s-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-s-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-s-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-s-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


/* FLEX HORIZONTAL */
.flex-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-left .col,
.flex-right .col,
.flex-center .col,
.flex-between .col,
.flex-around .col {
  max-width: max-content;
  max-width: fit-content;
}


/* FLEX VERTICAL */
.flex-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-middle {
  -ms-flex-align: center;
  align-items: center;
}
.flex-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}


/* COLUMS BASE 12 */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1240px) {
  .col-x {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-x0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-x1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-x2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-x3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-x5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-x6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-x8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-x9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-x11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-x12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .col-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-m0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-m1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-m2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-m3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-m4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-m5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-m6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-m7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-m8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-m9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-m10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-m11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-m12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-s {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-s0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-s1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-s2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-s3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-s4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-s5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-s6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-s7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-s8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-s9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-s10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-s11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-s12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* COL GROW */
.col-gw1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-gw2 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  max-width: 100%;
}
.col-gw3 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  max-width: 100%;
}
.col-gw4 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  max-width: 100%;
}
@media (max-width: 768px) {
  .col-gw1,
  .col-gw2,
  .col-gw3,
  .col-gw4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* COL VERTICAL */
.col-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.col-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* COL HORIZONTAL */
.col-fit {
  max-width: max-content;
  max-width: fit-content;
}
.col-right {
  margin-left: auto;
  max-width: max-content;
  max-width: fit-content;
}
.col-left {
  margin-right: auto;
  max-width: max-content;
  max-width: fit-content;
}






/* MASONRY HORIZONTAL */
.masonryH {
  display: flex;
  flex-flow: row wrap;
  padding-left: .5rem;
  padding-right: .5rem;
}
.masonryH .brick {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 1rem;
  background-color: #f8f8f8;
  background-size: cover;
  background-position: center;

  flex: auto;
  min-height: 240px;
  height: 35vh;
  min-width: 200px;
  margin: .5rem;
}
.masonryH .brick:nth-child(7n+1) { width: 270px; }
.masonryH .brick:nth-child(7n+2) { width: 330px; }
.masonryH .brick:nth-child(7n+3) { width: 240px; }
.masonryH .brick:nth-child(7n+4) { width: 360px; }
.masonryH .brick:nth-child(7n+5) { width: 310px; }
.masonryH .brick:nth-child(7n+6) { width: 350px; }
.masonryH .brick:nth-child(7n+7) { width: 290px; }
@media (max-width: 768px) {
  .masonryH .brick {
    width: 100%;
  }
}



/* MASONRY VERTICAL */
.masonryV {
  column-count: 3;
  column-gap: 1rem;
  -moz-column-count: 3;
  -moz-column-gap: 1rem;
  -webkit-column-count: 3;
  -webkit-column-gap: 1rem;
}
.masonryV .brick {
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #f8f8f8;
  background-size: cover;
  background-position: center;

  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.masonryV .brick:nth-child(4n+1) {
  height: 250px;
}
.masonryV .brick:nth-child(4n+2) {
  height: 325px;
}
.masonryV .brick:nth-child(4n+3) {
  height: 180px;
}
.masonryV .brick:nth-child(4n+4) {
  height: 380px;
}
.masonryV .brick:nth-child(4n+5) {
  height: 280px;
}
@media (max-width: 991px) {
  .masonryV {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (max-width: 768px) {
  .masonryV {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .masonryv .brick {
    height: 240px;
  }
}




/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 2rem;
}
.grid .brick {
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
  }
}

.form-styled {
	width: 100%;
	margin: 0 auto;
}
.form-narrow {
    max-width: 600px;
}
.form-styled label {
	text-align: left;
	padding: 4px 20px;
    font-size: .9rem;
}
.form-styled input,
.form-styled textarea,
.form-styled select {
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	font-size: 1rem;
	border: solid 1px #532a1e;
	margin: 0 0 15px 0;
	line-height: 150%;
	background-color: rgba(255,255,255,.3);
	border-radius: 25px;

	transition: border 0.4s ease-in-out;
	-webkit-transition: border 0.4s ease-in-out;
}
.form-styled select {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	background-image: url('../img/ico/select.svg');
	background-repeat: no-repeat;
	background-position: center right 10px;
    background-size: 24px;
}
.form-styled input[type="password"] {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-styled input:focus,
.form-styled textarea:focus,
.form-styled select:focus {
	border: solid 1px #000;
	outline: none;
}

.form-styled ::-webkit-input-placeholder {color:#cccccc;}
.form-styled :-moz-placeholder {color:#cccccc;}
.form-styled ::-moz-placeholder {color:#cccccc;}
.form-styled :-ms-input-placeholder {color:#cccccc;}

.form-styled input:-webkit-autofill,
.form-styled input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.form-styled input[type="submit"] {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 30px 0 0 0;
    padding: 10px 35px;
    letter-spacing: 1px;
    background-color: var(--yellow);
    border: none;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;

	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
}
.form-styled input[type="submit"]:hover {
	border: none;
	background-color: var(--red);
	outline: none;
}

.form-styled button {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
    margin: 30px 0 0 0;
    border: none;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    border-radius: 30px;
    background-color: var(--yellow);
    font-weight: bold;
    cursor: pointer;

    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.form-styled button:hover {
	outline: none;
	background-color: var(--red);
}




.form-styled input[type="radio"],
.form-styled input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 6px 8px 0 0;
}

.form-styled.form-radio2 .radio_buttons {
    display: flex;
    margin-bottom: 12px;
}


.account-new,
.account-lost {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    color: #542A1E !important;
}


.form-styled .multistep {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #532a1e;
    margin: 40px 0 50px 0;
}
.form-styled .multistep span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #e6bf69;
    background-color: #f2e7d6;
    top: -13px;
}
.form-styled .multistep span.active {
    background-color: #e6bf69;
}
.form-styled .multistep span:after {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
}
.form-styled .multistep span.step1 { left: 0; }
.form-styled .multistep span.step1:after { content: 'Dati'; }

.form-styled .multistep span.step2 { left: 49%; }
.form-styled .multistep span.step2:after { content: 'Email'; }

.form-styled .multistep span.step3 { right: 0; }
.form-styled .multistep span.step3:after { content: 'Consensi'; }

.form-styled .contact_birth_date select.date {
    width: 32%;
}

.form-styled .profile_birth_date select.date {
    width: 32%;
}

.form-styled span.alert {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    color: #AD2F2F;
    background: #F7EAEA;
    padding: 4px 8px;
    border-radius: 2px;
}

.form-partecipa {
    text-align: center;
}
.form-partecipa button {
    color: #fff;
    background: #ce242c;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 1.2rem;
}

.form-partecipa a.btn {
    color: #fff;
    background: #ce242c;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 1.2rem;
}




.show_password {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    top: -52px;
    right: 13px;
    background-image: url('../img/ico/pw.svg');
    background-repeat: no-repeat;
    background-position: center right -2px;
    background-size: 24px;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: rgb(230 191 105 / 90%);
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgb(230 191 105 / 90%);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: rgb(230 191 105 / 90%);
  }
}

/* DISABLE */
button.gbtn.gprev,
button.gbtn.gnext {
  display: none;
}

/**
 * Swiper 6.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 25, 2020
 */


.swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: #fff;
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, #fff);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-container {
  /*
  --swiper-pagination-color: #fff;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, #fff);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, #fff);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-container {
  /*
  --swiper-preloader-color: #fff;
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, #fff);
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
span.error {
    text-align: left;
    width: 100%;
    display: block;
    color: #ce3729;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    top: -12px;
    font-weight: bold;
}

div.field_with_errors select,
div.field_with_errors input {
    border: solid 1px #ce3729 !important;
}




a.header-login {
    display: inline-block;
    //height: 70px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;

    background-image: url(../img/ico/admin.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 38px;
}
a.header-login:hover {
    color: #fff;
}



.header-mobile {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    max-width: initial;
    overflow: hidden;
    z-index: 99;
    background: rgb(230 192 105);
}
.header-mobile-logo img {
    display: block;
    height: 54px;
    object-position: left;
    object-fit: contain;
}
.header-nav {
    margin: 0;
    max-width: 100%;
}

.header-logo-left img {
    height: 100px;
    object-position: left;
    margin-bottom: 20px;
}

/* PANEL LEFT */
.header-desktop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    z-index: 1050;
    background-color: #fff;
    box-shadow: 1px 0px 3px rgb(0 0 0 / 30%);
    overflow: auto;

    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;

    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;

    will-change: transform;
    -webkit-overflow-scrolling: touch;
}
.nav-left .header-desktop {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    transform: translateX(300px);
}
.header-desktop::-webkit-scrollbar {
    display: none;
}
.header-desktop .wrap {
    padding-right: 0;
    padding-left: 0;
}

/* MENU */
.header-logo a {
    display: block;
    height: 54px;
    padding: 0 1rem;
    margin-bottom: 1rem;
}
.header-logo img {
    height: 70px;
    object-position: center;
    object-fit: contain;
}
.header-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 1rem;
    color: #00730f;
    font-weight: bold;
}
.header-nav li a:hover,
.header-nav a.active {
    text-decoration: none;
    color: var(--red);
}

.overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(230 192 105 / 90%);
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.nav-left .overlay {
    opacity: 1;
    z-index: 1003;
}

#nav-icon {
    position: relative;
    top: 21px;
    right: 0;
    width: 26px;
    height: 26px;
    z-index: 20;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    background: #FFF;
    border-radius: 1px;
    opacity: 1;
    left: 1px;
    right: 1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon span:nth-child(3) {
    top: 19px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-left #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 5px;
}
.nav-left #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-left #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 5px;
    left: 5px;
}

/* SECTION SWAP */

.swap-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swap-wrap:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.swap-img {
  display: block;
  height: 100%;
  min-height: 450px;
  background-color: var(--holder);
  border-radius: 20px;
  overflow: hidden;
}
.swap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  -webkit-transition: opacity 1s 1s ease-in-out;
  transition: opacity 1s 1s ease-in-out;
}
.swap-txt {
  position: relative;
  padding: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
.swap-txt:after {
  content: '';
  background-color: var(--holder);
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -300px;
  left: -300px;
  border-radius: 20px;
  z-index: -1;
}
.swap-txt h3 {
  background-image: url(../img/ico/check.svg);
  background-size: 35px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 40px;
}
.swap-txt ol {
  margin-left: 30px;
}
.swap-txt li {
  list-style: decimal;
  padding-bottom: 10px;
}
.swap-txt li::marker {
  font-weight: bold;
}


/* PROFILO AVATAR */
.profilo-avatar {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-color: var(--holder);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profilo-avatar {
    margin: 0 0 20px 0;
  }
}
.profilo-dati a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: .9rem;
  line-height: 1.8;
}
.profilo-dati a.exit {
  opacity: .4;
}



/* AVATAR */
.SwiperAvatar {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.SwiperAvatar .swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: var(--yellow);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.SwiperAvatar .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 7px solid #fff;
  //filter: grayscale(.6);
}

.SwiperAvatar .swiper-slide.swiper-slide-active {

}

.SwiperAvatar .swiper-slide.swiper-slide-active img {
  border: 8px solid #f9ba29;
  //filter: grayscale(0);
}
.SwiperAvatar .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  //background-image: url(../img/ico/active.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;

  -webkit-transition: opacity 1s 1s ease-in-out;
  transition: opacity 1s 1s ease-in-out;
}
.SwiperAvatar .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}
.SwiperAvatar .swiper-button-prev {
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  margin: 0;

    opacity: 0.1;
}
.SwiperAvatar .swiper-button-next {
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  margin: 0;

    opacity: 0.1;
}

/* FAVOURITE AREA */
.wrap-favourite {
  padding-top: 30px;
  padding-bottom: 30px;
}
.favourite {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 25px;
}
.favourite:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff3d7;
  opacity: .8;
}
.favourite.active:after {
  opacity: 0;
}

.wrap-banner {
  background-color: var(--holder);
  background-position: center;
  background-size: cover;
  min-height: 400px;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrap-banner .banner-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: var(--yellow);
  font-size: .8rem;
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 16px;
}
.wrap-banner .banner-link:hover {
  background-color: var(--red);
}
.wrap-banner .col-banner {
  background-color: var(--holder);
  background-position: center;
  background-size: cover;
}


.opportunita img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.opportunita p {
  background-color: var(--holder);
  padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 30px;
}
.opportunita {
    position: relative;
    background-color: var(--holder);
    background-position: center;
    background-size: cover;
    min-height: 300px;
    border-radius: 20px;
}
.opportunita-link {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: var(--yellow);
    font-size: .8rem;
    font-weight: bold;
    padding: 5px 16px;
    border-radius: 16px;
}
.opportunita-link:hover {
    background-color: var(--red);
    text-decoration: none;
    color: #fff;
}
.opportunita-scaduto {
    display: flex;
    position: absolute;
    inset: 0;
    padding: 1rem;
    background-color: rgb(242 231 214 / 90%);
    border-radius: 20px;
    color: #532a1e;
    font-size: 1.2rem;
    font-weight: bold;
}
.opportunita-scaduto span {
    display: block;
    width: 100%;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}



.wrap-ricetta {
  min-height: 400px;
}
.col-ricetta-img {
  position: relative;
  min-height: 300px;
  background-color: var(--holder);
  background-position: center;
  background-size: cover;
}
.ricetta-ico {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  width: 100%;
  padding: 3rem .5rem 1rem .5rem;
  background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.ricetta-ico span {
  display: inline-block;
  padding: 4px 10px 0px 40px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 23px;
}
.ricetta-ico .difficolta {
  border-right: 1px solid;
  background-image: url(../img/ico/difficolta.svg);
}
.ricetta-ico .persone {
  border-right: 1px solid;
  background-image: url(../img/ico/persone.svg);
}
.ricetta-ico .tempo {
  background-image: url(../img/ico/tempo.svg);
}
.col-ricetta-txt {
  background-color: var(--holder);
  padding: 2rem 1rem;
  box-shadow: inset 0px -4px 0px 0px red;
}
.ricetta-link {
  display: inline-block;
  color: inherit;
  box-shadow: inset 0px 0px 0px 1px;
  text-decoration: none;
  border-radius: 20px;
  padding: 3px 15px;
}
.ricetta-link:hover {
  color: inherit;
  text-decoration: none;
}

.wrap-ricette {
  min-height: 400px;
}
.ricette {
  display: block;
  position: relative;
  background-color: var(--holder);
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 320px;
  margin-bottom: 1rem;
}
.ricette-nome {
  padding: 1rem .5rem 1rem .5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}


/* CONCORSO CARNE AL FUOCO */
.carnealfuoco {
  color: #fff;
  background-color: #130506;
  background-image: url(../img/concorsi/carnealfuoco-bg.jpg);
  background-size: cover;
  background-position: top center;
}
.carnealfuoco .imgw {
  max-width: 600px;
  margin: 20px auto;
}
.carnealfuoco .upper {
  width: 100%;
  text-transform: uppercase;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.2rem;
}
.carnealfuoco .upper2 {
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
}
.partecipa-tit {
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0;
  text-transform: uppercase;
}
.concorso-footer {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  opacity: .8;
}
.concorso-footer a {
  color: #fff;
}


.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

.slider-ricette{
    width: 100%;
    max-width: 100%;
    height: 500px;
    position: relative;
}
.slider-ricette .swiper-wrapper .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev {
    background-image: url('/img/ico/angle-circle-left.svg');
    background-size: 44px;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
}
.swiper-button-next {
    background-image: url('/img/ico/angle-circle-right.svg');
    background-size: 44px;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
}
.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.card-slider{
    width: 100%;
    height: 100%;
}
.card-slider figure{
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}
.card-slider figure img{
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.card-slider figure figcaption{
    width: 40%;
    position: absolute;
    bottom: 40px;
    left: 3%;
    padding: 10px 10px;
    background-color: #fffcf5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.caption-header{
    padding: 12px 18px 0 18px;
}
.indicazioni-ricetta{
    display: flex;
}
.ico-clock,
.ico-premium,
.ico-signal{
    color: #000;
    font-family: Satoshi-Bold!important;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.ico-clock{
    margin-left: 10px;
}
.ico-signal::before{
    content: '';
    background-image: url(/img/ico/signal-alt.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: flex;
    margin-right: 5px;
}
.ico-clock::before{
    content: '';
    background-image: url(/img/ico/time-quarter-past.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: flex;
    margin-right: 5px;
}
.premium-badge{
    color: #000;
    display: inline-flex;
    padding: 4px 12px;
    background: linear-gradient(240deg,#e6c06a,#e7a208);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.ico-premium::before{
    content: '';
    background-image: url(/img/ico/sparkles.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: flex;
    margin-right: 5px;
}
.caption-body{
    padding: 9px 18px;
}
.caption-body a h3{
    font-family: Satoshi-Bold, sans-serif;
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
}
.caption-body a:hover {
    text-decoration: none;
}
.caption-body a:hover h3 {
    color: #e5c573;
}
.caption-footer{
    padding: 9px 18px;
}
.btn-cta-ricetta a {
    font-family: Satoshi-Bold;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700;
    display: inline-block !important;
    height: 36px;
    background-color: #dcaf3c;
    box-shadow: 0 0 0 0 rgba(92,64,0,.1),    0 1px 2px 0 rgba(92,64,0,.1),    0 3px 3px 0 rgba(92,64,0,.09),    0 7px 4px 0 rgba(92,64,0,.05),    0 13px 5px 0 rgba(92,64,0,.01),    0 20px 5px 0 rgba(92,64,0,0);
    padding: 4px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-cta-ricetta a:hover{
    background-color: #e5c573;
    text-decoration: none;
}
.btn-cta-ricetta a:visited {
    color: #000000 !important;
}

@media screen and (max-width: 767px) {
    /* Slider Ricette */
    .slider-ricette,
    .swiper-wrapper {
        /* height: 550px; */
    }
    .card-slider figure {
        height: 320px;
    }
    .card-slider figure figcaption {
        width: 100%;
        margin-top: -10px;
        bottom: unset;
        left: 0;
        background-color: #fffcf5;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}


.text-yellow {
    color: var(--yellow);
}

.swap-wrap {
    margin-top   : 2rem;
    margin-bottom: 2rem;
}

.swap-wrap:nth-child(odd) {
    -webkit-box-orient   : horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction   : row-reverse !important;
    flex-direction       : row-reverse !important;
}

.swap-img {
    display         : block;
    height          : 100%;
    min-height      : 450px;
    background-color: var(--holder);
    border-radius   : 20px;
    overflow        : hidden;
}

.swap-img img {
    width             : 100%;
    height            : 100%;
    object-fit        : cover;
    object-position   : center;
    -webkit-transition: opacity 1s 1s ease-in-out;
    transition        : opacity 1s 1s ease-in-out;
}

.swap-txt {
    position : relative;
    padding  : 1rem;
    max-width: 500px;
    margin   : 0 auto;
}

.swap-txt:after {
    content         : '';
    background-color: var(--holder);
    position        : absolute;
    top             : -30px;
    bottom          : -30px;
    right           : -300px;
    left            : -300px;
    border-radius   : 20px;
    z-index         : -1;
}

.swap-txt h3 {
    background-image   : url(img/ico/check.svg);
    background-size    : 35px;
    background-position: left center;
    background-repeat  : no-repeat;
    padding            : 5px 0 5px 40px;
}

.swap-txt ol {
    margin-left: 30px;
}

.swap-txt li {
    list-style    : decimal;
    padding-bottom: 10px;
}

.swap-txt li::marker {
    font-weight: 700;
}

.profilo-avatar {
    width           : 160px;
    height          : 160px;
    margin          : 0 auto;
    background-color: var(--holder);
    border-radius   : 50%;
    overflow        : hidden;
}

@media (max-width:767px) {
    .profilo-avatar {
        margin: 0 0 20px 0;
    }
}

.profilo-dati a {
    display        : block;
    color          : inherit;
    text-decoration: none;
    font-size      : .9rem;
    line-height    : 1.8;
}

.profilo-dati a.exit {
    opacity: .4;
}

.SwiperAvatar {
    width         : 100%;
    padding-top   : 50px;
    padding-bottom: 50px;
    text-align    : center;
}

.SwiperAvatar .swiper-slide {
    background-position: center;
    background-size    : cover;
    background-color   : var(--yellow);
    width              : 250px;
    height             : 250px;
    border-radius      : 50%;
    overflow           : hidden;
}

.SwiperAvatar .swiper-slide img {
    display      : block;
    width        : 100%;
    border-radius: 50%;
    border       : 7px solid #fff;
}

.SwiperAvatar .swiper-slide.swiper-slide-active img {
    border: 8px solid #f9ba29;
}

.SwiperAvatar .swiper-slide:after {
    content            : '';
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 100%;
    opacity            : 0;
    background-size    : 60px;
    background-position: center;
    background-repeat  : no-repeat;
    -webkit-transition : opacity 1s 1s ease-in-out;
    transition         : opacity 1s 1s ease-in-out;
}

.SwiperAvatar .swiper-slide.swiper-slide-active:after {
    opacity: 1;
}

.SwiperAvatar .swiper-button-prev {
    top    : 0;
    left   : 0;
    height : 100%;
    width  : 40%;
    margin : 0;
    opacity: .1;
}

.SwiperAvatar .swiper-button-next {
    top    : 0;
    right  : 0;
    height : 100%;
    width  : 40%;
    margin : 0;
    opacity: .1;
}

.wrap-favourite {
    padding-top   : 30px;
    padding-bottom: 30px;
}

.favourite {
    position     : relative;
    overflow     : hidden;
    cursor       : pointer;
    border-radius: 25px;
}

.favourite:after {
    content         : '';
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #fff3d7;
    opacity         : .8;
}

.favourite.active:after {
    opacity: 0;
}

.wrap-banner {
    background-color   : var(--holder);
    background-position: center;
    background-size    : cover;
    min-height         : 400px;
    color              : #fff;
    padding-top        : 60px;
    padding-bottom     : 60px;
}

.wrap-banner .banner-link {
    display         : inline-block;
    color           : #fff;
    text-decoration : none;
    background-color: var(--yellow);
    font-size       : .8rem;
    font-weight     : 700;
    padding         : 5px 16px;
    border-radius   : 16px;
}

.wrap-banner .banner-link:hover {
    background-color: var(--red);
}

.wrap-banner .col-banner {
    background-color   : var(--holder);
    background-position: center;
    background-size    : cover;
}

.opportunita img {
    border-top-left-radius : 20px;
    border-top-right-radius: 20px;
}

.opportunita p {
    background-color          : var(--holder);
    padding                   : 15px;
    border-bottom-left-radius : 20px;
    border-bottom-right-radius: 20px;
    font-size                 : 11px;
    font-weight               : 700;
    padding-bottom            : 30px;
}

.opportunita {
    position           : relative;
    background-color   : var(--holder);
    background-position: center;
    background-size    : cover;
    min-height         : 400px;
    border-radius      : 20px;
}

.opportunita-link {
    position        : absolute;
    left            : 50%;
    bottom          : -15px;
    transform       : translateX(-50%);
    display         : inline-block;
    color           : #fff;
    text-decoration : none;
    background-color: var(--yellow);
    font-size       : .8rem;
    font-weight     : 700;
    padding         : 5px 16px;
    border-radius   : 16px;
}

.opportunita-link:hover {
    background-color: var(--red);
    text-decoration : none;
    color           : #fff;
}

.opportunita-scaduto {
    display         : flex;
    position        : absolute;
    inset           : 0;
    padding         : 1rem;
    background-color: rgb(242 231 214 / 90%);
    border-radius   : 20px;
    color           : #532a1e;
    font-size       : 1.2rem;
    font-weight     : 700;
}

.opportunita-scaduto span {
    display            : block;
    width              : 100%;
    text-align         : center;
    -ms-flex-item-align: center;
    align-self         : center;
}

.wrap-ricetta {
    min-height: 400px;
}

.col-ricetta-img {
    position           : relative;
    min-height         : 300px;
    background-color   : var(--holder);
    background-position: center;
    background-size    : cover;
}

.ricetta-ico {
    position  : absolute;
    bottom    : 0;
    color     : #fff;
    font-size : 13px;
    width     : 100%;
    padding   : 3rem .5rem 1rem .5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
}

.ricetta-ico span {
    display            : inline-block;
    padding            : 4px 10px 0 40px;
    background-repeat  : no-repeat;
    background-position: left 10px center;
    background-size    : 23px;
}

.ricetta-ico .difficolta {
    border-right    : 1px solid;
    background-image: url(img/ico/difficolta.svg);
}

.ricetta-ico .persone {
    border-right    : 1px solid;
    background-image: url(img/ico/persone.svg);
}

.ricetta-ico .tempo {
    background-image: url(img/ico/tempo.svg);
}

.col-ricetta-txt {
    background-color: var(--holder);
    padding         : 2rem 1rem;
    box-shadow      : inset 0 -4px 0 0 red;
}

.ricetta-link {
    display        : inline-block;
    color          : inherit;
    box-shadow     : inset 0 0 0 1px;
    text-decoration: none;
    border-radius  : 20px;
    padding        : 3px 15px;
}

.ricetta-link:hover {
    color          : inherit;
    text-decoration: none;
}

.wrap-ricette {
    min-height: 400px;
}

.ricette {
    display            : block;
    position           : relative;
    background-color   : var(--holder);
    background-position: center;
    background-size    : cover;
    height             : 100%;
    min-height         : 300px;
    margin-bottom      : 1rem;
}

.ricette-nome {
    padding    : 1rem .5rem 1rem .5rem;
    font-size  : 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.carnealfuoco {
    color              : #fff;
    background-color   : #130506;
    background-image   : url(img/concorsi/carnealfuoco-bg.jpg);
    background-size    : cover;
    background-position: top center;
}

.carnealfuoco .imgw {
    max-width: 600px;
    margin   : 20px auto;
}

.carnealfuoco .upper {
    width         : 100%;
    text-transform: uppercase;
    padding       : 4rem 0;
    text-align    : center;
    font-size     : 1.2rem;
}

.carnealfuoco .upper2 {
    width         : 100%;
    text-transform: uppercase;
    padding-bottom: 2rem;
    text-align    : center;
    font-size     : 1rem;
}

.partecipa-tit {
    font-size     : 2rem;
    text-align    : center;
    padding       : 4rem 0;
    text-transform: uppercase;
}

.concorso-footer {
    width     : 100%;
    color     : #fff;
    text-align: center;
    font-size : 14px;
    opacity   : .8;
}

.concorso-footer a {
    color: #fff;
}



