/* ( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°)( ͡° ͜ʖ ͡°) */
@import url("https://use.typekit.net/uxt7dte.css");

:root{
  --white: #FFFEFA;
  --black: #1a1a18;
  --lightcream: #FFF7EA;
  --cream: #F0E1C8;
  --yellow: #FACA00;
  --blue: #1E274A;
  --glovogreen: #00A082;
  --lightblue: #007DC8;
  --red: #D23200;
  --orange: #D16853;
  --greyblue: #6C7286;
  --feedblue: #889CD0;
  --feedgreen: #97CAB7;
  --feedorange: #EC9165;
  --feedred: #E94E59;
  --basefontsize: 21px;
}

.menu-padding{
  padding-top: var(--menuh);
}

input[type=date].form-control{
  display: block;
  min-height: 2.5em;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
/* @font-face {
  font-family: 'phoreuscherokee';
  src: url('../fonts/PhoreusCherokee-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PhoreusCherokee-Italic.otf')  format('opentype'),
	     url('../fonts/PhoreusCherokee-Italic.woff') format('woff'), url('../fonts/PhoreusCherokee-Italic.ttf')  format('truetype'), url('../fonts/PhoreusCherokee-Italic.svg#PhoreusCherokee-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'phoreuscherokee';
  src: url('../fonts/PhoreusCherokee-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PhoreusCherokee-BoldItalic.otf')  format('opentype'),
	     url('../fonts/PhoreusCherokee-BoldItalic.woff') format('woff'), url('../fonts/PhoreusCherokee-BoldItalic.ttf')  format('truetype'), url('../fonts/PhoreusCherokee-BoldItalic.svg#PhoreusCherokee-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'phoreuscherokee';
  src: url('../fonts/PhoreusCherokee-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/PhoreusCherokee-Bold.otf')  format('opentype'),
	     url('../fonts/PhoreusCherokee-Bold.woff') format('woff'), url('../fonts/PhoreusCherokee-Bold.ttf')  format('truetype'), url('../fonts/PhoreusCherokee-Bold.svg#PhoreusCherokee-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'phoreuscherokee';
  src: url('../fonts/PhoreusCherokee-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/PhoreusCherokee-Regular.otf')  format('opentype'),
	     url('../fonts/PhoreusCherokee-Regular.woff') format('woff'), url('../fonts/PhoreusCherokee-Regular.ttf')  format('truetype'), url('../fonts/PhoreusCherokee-Regular.svg#PhoreusCherokee-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: 'BefterSans';
  src:  url('../fonts/Befter/BefterSansSemiBold/font.woff2') format('woff2'),
        url('../fonts/Befter/BefterSansSemiBold/font-woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BefterSans';
  src:  url('../fonts/Befter/BefterSansBold/font.woff2') format('woff2'),
        url('../fonts/Befter/BefterSansBold/font-woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BefterSans';
  src:  url('../fonts/Befter/BefterSansHeavy/font.woff2') format('woff2'),
        url('../fonts/Befter/BefterSansHeavy/font-woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'BefterSans';
  src:  url('../fonts/Befter/BefterSansHeavyItalic/font.woff2') format('woff2'),
        url('../fonts/Befter/BefterSansHeavyItalic/font-woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
/* @font-face {
  font-family: 'BefterSans';
  src: url('../fonts/BefterSans-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/BefterSans-Black.otf')  format('opentype'),
	     url('../fonts/BefterSans-Black.woff') format('woff'), url('../fonts/BefterSans-Black.ttf')  format('truetype'), url('../fonts/BefterSans-Black.svg#BefterSans-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BefterSans';
  src: url('../fonts/BefterSans-BlackItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/BefterSans-BlackItalic.otf')  format('opentype'),
	     url('../fonts/BefterSans-BlackItalic.woff') format('woff'), url('../fonts/BefterSans-BlackItalic.ttf')  format('truetype'), url('../fonts/BefterSans-BlackItalic.svg#BefterSans-BlackItalic') format('svg');
  font-weight: normal;
  font-style: italic;
} */

  .font-weight-semibold{
    font-weight: 500 !important;
  }
  .bordered {
    border-width: 2px;
    border-style: solid;
  }
  /* COLOR White*/
  .colorWhite,
  .hoverColorWhite:hover {
    color: var(--white);
  }
  .bgColorWhite,
  .hoverBgColorWhite:hover {
    background: var(--white);
  }
  .borderWhite,
  .hoverBorderWhite:hover {
    border-color: var(--white);
  }
  .beforeWhite::before,
  .hoverBeforeWhite:hover::before {
    background: var(--white);
  }
  .afterWhite::after,
  .hoverAfterWhite:hover::after {
    background: var(--white);
  }

  /*FINE COLOR White*/

  /* COLOR GlovoGreen*/
  .colorGlovoGreen,
  .hoverColorGlovoGreen:hover {
    color: var(--glovogreen);
  }
  .bgColorGlovoGreen,
  .hoverBgColorGlovoGreen:hover {
    background: var(--glovogreen);
  }
  .borderGlovoGreen,
  .hoverBorderGlovoGreen:hover {
    border-color: var(--glovogreen);
  }
  .beforeGlovoGreen::before,
  .hoverBeforeGlovoGreen:hover::before {
    background: var(--glovogreen);
  }
  .afterGlovoGreen::after,
  .hoverAfterGlovoGreen:hover::after {
    background: var(--glovogreen);
  }

  /*FINE COLOR Green*/

  /* COLOR Cream*/
  .colorCream,
  .hoverColorCream:hover {
    color: var(--cream);
  }
  .bgColorCream,
  .hoverBgColorCream:hover {
    background: var(--cream);
  }
  .borderCream,
  .hoverBorderCream:hover {
    border-color: var(--cream);
  }
  .beforeCream::before,
  .hoverBeforeCream:hover::before {
    background: var(--cream);
  }
  .afterCream::after,
  .hoverAfterCream:hover::after {
    background: var(--cream);
  }
  /*FINE COLOR Cream*/

  /* COLOR LightCream*/
  .colorLightcream,
  .hoverColorLightcream:hover {
    color: var(--lightcream);
  }
  .bgColorLightcream,
  .hoverBgColorLightcream:hover {
    background: var(--lightcream);
  }
  .borderLightcream,
  .hoverBorderLightcream:hover {
    border-color: var(--lightcream);
  }
  .beforeLightcream::before,
  .hoverBeforeLightcream:hover::before {
    background: var(--lightcream);
  }
  .afterLightcream::after,
  .hoverAfterLightcream:hover::after {
    background: var(--lightcream);
  }
  /*FINE COLOR LightCream*/

  /* COLOR Blue*/
  .colorBlue,
  .hoverColorBlue:hover {
    color: var(--blue);
  }
  .bgColorBlue,
  .hoverBgColorBlue:hover {
    background: var(--blue);
  }
  .borderBlue,
  .hoverBorderBlue:hover {
    border-color: var(--blue);
  }
  .beforeBlue::before,
  .hoverBeforeBlue:hover::before {
    background: var(--blue);
  }
  .afterBlue::after,
  .hoverAfterBlue:hover::after {
    background: var(--blue);
  }
  /*FINE COLOR Blue*/
  /*FINE COLOR LightCream*/

  /* COLOR Yellow*/
  .colorYellow,
  .hoverColorYellow:hover {
    color: var(--yellow);
  }
  .bgColorYellow,
  .hoverBgColorYellow:hover {
    background: var(--yellow);
  }
  .borderYellow,
  .hoverBorderYellow:hover {
    border-color: var(--yellow);
  }
  .beforeYellow::before,
  .hoverBeforeYellow:hover::before {
    background: var(--yellow);
  }
  .afterYellow::after,
  .hoverAfterYellow:hover::after {
    background: var(--yellow);
  }
  /*FINE COLOR Yellow*/
  
  /*FINE COLOR LightCream*/

  /* COLOR Yellow*/
  .colorYellow,
  .hoverColorYellow:hover {
    color: var(--yellow);
  }
  .bgColorYellow,
  .hoverBgColorYellow:hover {
    background: var(--yellow);
  }
  .borderYellow,
  .hoverBorderYellow:hover {
    border-color: var(--yellow);
  }
  .beforeYellow::before,
  .hoverBeforeYellow:hover::before {
    background: var(--yellow);
  }
  .afterYellow::after,
  .hoverAfterYellow:hover::after {
    background: var(--yellow);
  }
  /*FINE COLOR Yellow*/

  /* COLOR Lightblue*/
  .colorLightblue,
  .hoverColorLightblue:hover {
    color: var(--lightblue);
  }
  .bgColorLightblue,
  .hoverBgColorLightblue:hover {
    background: var(--lightblue);
  }
  .borderLightblue,
  .hoverBorderLightblue:hover {
    border-color: var(--lightblue);
  }
  .beforeLightblue::before,
  .hoverBeforeLightblue:hover::before {
    background: var(--lightblue);
  }
  .afterLightblue::after,
  .hoverAfterLightblue:hover::after {
    background: var(--lightblue);
  }

  /*FINE COLOR Lightblue*/

  /* COLOR Red*/
  .colorRed,
  .hoverColorRed:hover {
    color: var(--red);
  }
  .bgColorRed,
  .hoverBgColorRed:hover {
    background: var(--red);
  }
  .borderRed,
  .hoverBorderRed:hover {
    border-color: var(--red);
  }
  .beforeRed::before,
  .hoverBeforeRed:hover::before {
    background: var(--red);
  }
  .afterRed::after,
  .hoverAfterRed:hover::after {
    background: var(--red);
  }
  /*FINE COLOR Red*/

  /* COLOR Black*/
  .colorBlack,
  .hoverColorBlack:hover {
    color: var(--black);
  }
  .bgColorBlack,
  .hoverBgColorBlack:hover {
    background: var(--black);
  }
  .borderBlack,
  .hoverBorderBlack:hover {
    border-color: var(--black);
  }
  .beforeBlack::before,
  .hoverBeforeBlack:hover::before {
    background: var(--black);
  }
  .afterBlack::after,
  .hoverAfterBlack:hover::after {
    background: var(--black);
  }
  /*FINE COLOR Black*/
  /*FINE COLOR Red*/

  /* COLOR Greyblue*/
  .colorGreyblue,
  .hoverColorGreyblue:hover {
    color: var(--greyblue);
  }
  .bgColorGreyblue,
  .hoverBgColorGreyblue:hover {
    background: var(--greyblue);
  }
  .borderGreyblue,
  .hoverBorderGreyblue:hover {
    border-color: var(--greyblue);
  }
  .beforeGreyblue::before,
  .hoverBeforeGreyblue:hover::before {
    background: var(--greyblue);
  }
  .afterGreyblue::after,
  .hoverAfterGreyblue:hover::after {
    background: var(--greyblue);
  }
  /*FINE COLOR Greyblue*/

  /* PAGINATOR */
  #paginatorContainer {
  }
  .customPaginator {
    text-align: center;
    padding: 0 0 2em 0;
  }

  .customPaginator li{
    display: inline-block;
    cursor: pointer;
  }

  .customPaginator li > a, .customPaginator li > span {
    font-size: 21px;
    font-weight: 600;
    line-height: 1em;
    padding: 0 0.5rem;
  }

  .customPaginator li.active > a, .customPaginator li.active > span, .customPaginator li:hover > a, .customPaginator li:hover > span {
    color: var(--lightblue);
  }
  .customPaginator li.active{
    position: relative;
  }
  .customPaginator li.active::before{
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    bottom: 0;
    left: 50%;
    background: url('../images/onda-blu.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  .myForm .select2-dropdown{
    border: 4px solid var(--lightgrey) !important
  }
  
  .select2-container--open {
    z-index: 9999999
  }

  .myForm .select2-container--default .select2-selection--single{
    height: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0.000001);
    border-radius: 0;
    border-bottom: 1px solid var(--lightblue);
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0.5em 1rem 0.5rem 0;
    font: inherit;
    line-height: 1.5em;
    font-size: .81rem;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--lightblue) transparent transparent transparent;
  }
  .myForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
  }

  .myForm .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .myForm  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 0.6em;
  }

  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 11px;
  }
  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: var(--lightgrey);
  }
  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--brown);
    border-radius: 6px;
    border: 3px solid var(--lightgrey);
  }
  .myForm .select2-dropdown .select2-results__options{
    scrollbar-width: thin;
    scrollbar-color: var(--brown) var(--lightgrey);
  }
  .select2-container--default .select2-results__option {
    font-size: .79rem !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--white) !important;
    border-radius: 10rem !important;
    background: var(--blue) !important;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    color: var(--white) !important;
    border-radius: 0 !important;
    background: var(--blue) !important;
  }
  .select2-container--default .select2-results__option[aria-selected=true]::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    margin-right: .3em;
  }

  .jconfirm .jconfirm-box{
    padding: 2em;
    text-align: center;
    font-size: .9rem;
    border-radius: 1rem !important;
    border: 0 !important;
  }


  .jconfirm .jconfirm-box div.jconfirm-closeIcon{
    opacity: 1;
    padding-top: 3px;
    top: 1em;
    right: 1em;
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: -2px;
    z-index: -1;
  }

  .jconfirm .jconfirm-box .jconfirm-content-pane{
    margin-bottom: 0px !important;
  }

  .jconfirm .jconfirm-box-container.jconfirm-no-transition{
    padding: 4em 0 4em 0;
  }


  .jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content > div{
    margin-bottom: 0;
  }

  .jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content>div ul {
    margin-top: 1rem;
    color: var(--red);
  }

  .jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content>div ul li {
    margin-bottom: .5em;
    color: var(--red);
  }

  /*clone titleLev4*/
  .jconfirm .jconfirm-box div.jconfirm-title-c{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
    font-family: 'BefterSans';
    font-weight: 500;
    line-height: 1em;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons{
    float: none !important;
    text-align: center;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons .btn.btn-default{
    border-radius: 0;
    color: white !important;
    background-color: var(--blue) !important;
    -webkit-transition: color.3s, background .3s;
    -moz-transition: color.3s, background .3s;
    -o-transition: color.3s, background .3s;
    transition: color.3s, background .3s;
  }
  .jconfirm .jconfirm-box .jconfirm-buttons .btn {
    box-shadow: unset !important;
  }
  .jconfirm .jconfirm-box .jconfirm-buttons .btn.btn-default:hover {
    background-color: var(--red) !important;
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon::after{
    content: none !important;
    background: var(--black);
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon{
    color: var(--lightblue);
  }


  .jconfirm .jconfirm-box.jconfirm-type-blue{
    border-color: var(--feedblue);
    background-color: white;
  }


  .jconfirm .jconfirm-box.jconfirm-type-blue div.jconfirm-closeIcon:hover::after{
    color: var(--feedblue);
  }

  .jconfirm .jconfirm-box.jconfirm-type-blue div.jconfirm-title-c .jconfirm-title{
    color: var(--feedblue);
  }

  .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedblue);
  }



  .jconfirm .jconfirm-box.jconfirm-type-green{
    border-color: var(--feedgreen);
    background-color: white;
  }

  .jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-closeIcon:hover::after{
    color: var(--feedgreen);
  }

  .jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-title-c .jconfirm-title{
    color: var(--feedgreen);
  }

  .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-buttons .btn.btn-default{
    background-color: var(--feedgreen);
  }


  .jconfirm .jconfirm-box.jconfirm-type-red{
    border-color: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-closeIcon:hover::after{
    color: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-title-c .jconfirm-title{
    color: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedred);
  }



  .jconfirm .jconfirm-box.jconfirm-type-yellow{
    border-color: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow div.jconfirm-closeIcon:hover::after{
    color: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow div.jconfirm-title-c .jconfirm-title{
    color: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedorange);
  }

  ::selection{
    color: var(--white);
    text-shadow: none;
    background: var(--lightblue);
  }

  html, body{
    font-family: 'phoreuscherokee';
    font-weight: 400;
    background: var(--white);
    font-size: var(--basefontsize);
    color: var(--blue);
  }

  p, a, span, li, ul, h1, h2, h3, h4, h5, h6, th, td{
    font: inherit;
    color: inherit;
    line-height: 1em;
  }

  ol{
    padding-inline-start: 0;
  }

  a{
    text-decoration: none;
    font-weight: 700;
  }

  a:hover{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
  }

  .regularLink, .infoPage a{
    display: inline-block;
    position: relative;
    padding: 0 .2em;
  }

  .regularLink::after, .infoPage a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--orange);
    width: 100%;
    height: 0.2em;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    z-index: -1;
  }

  .regularLink:hover, .infoPage a:hover{
    color: white;
    text-decoration: none;
  }

  .regularLink:hover::after, .infoPage a:hover::after{
    height: 1.8em;
  }

  .regularLink.reverse::after, .infoPage a.reverse::after{
    background-color: var(--black);
  }

  p, label, figure{
    margin-bottom: 0;
  }

  p{
    line-height: 1.6em;
  }

  :focus{outline: none!important;}
  ul{
    padding: 0;
    margin: 0;
  }
  ul li{
    list-style: none;
  }

  .main-content .slick-slider{
    margin-bottom: 0;
  }

  .titleLev1{
    font-family: 'BefterSans';
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
  }
  .titleLev2{
    font-family: 'BefterSans';
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .titleLev3{
    font-family: 'BefterSans';
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
  }
  .titleLev4 {
    font-family: 'BefterSans';
    font-weight: 700;
    line-height: 1.2em;
  }
  .titleLev5{
    font-family: 'phoreuscherokee';
    font-weight: 700;
    line-height: 1.2em;
  }
  .titleLev5Alternative{
    font-family: 'BefterSans';
    font-weight: 500;
    line-height: 1.2em;
  }
  .titleLev6{
    font-family: 'phoreuscherokee';
    font-weight: 700;
  }

  .befterSans {
    font-family: 'BefterSans';
    line-height: 1em;
  }

  .titleLev1 > span, .titleLev2 > span, .titleLev3 > span, .titleLev4 > span{
    font: inherit;
  }

  .btnImgBorder{
    border: 10px solid transparent;
    position: relative;
    padding: .4em .7em;
    border-image: url("../images/rosso.svg") 3;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 2;
    font-weight: 700;
    cursor: pointer;
  }
  .btnImgBorder::before{
    content: "";
    z-index: -1;
    position: absolute;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    top: 50%;
    left: 50%;
    background: var(--red);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .menuButton{
    display: inline-block;
    padding: .71em .77rem;
    -webkit-transition: color .3s, background .3s;
    -moz-transition: color .3s, background .3s;
    -ms-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-family: "BefterSans";
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .85rem;

  }
  a.menuButton:hover{
    text-decoration: none !important;
  }

  .customBtn,
  .btn.customBtn {
    /* display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;*/
    cursor: pointer;
    display: inline-block;
    padding: .71em .77rem;
    -webkit-transition: color .3s, background .3s;
    -moz-transition: color .3s, background .3s;
    -ms-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    font-family: "BefterSans";
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
  }
  a.customBtn:hover{
    text-decoration: none !important;
  }
  .myCustomSelect + .select2-container .select2-selection .select2-selection__rendered{
    padding: 11px 17px !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
    border-radius: 7px !important;
    background-color: #f2f2f3;
  }

  .main-content input.form-control[type=text], .main-content input.form-control[type=number], .main-content input.form-control[type=tel], .main-content input.form-control[type=email], .main-content textarea.form-control, .main-content select.form-control{
    font-size: 0.9rem;
    padding: 0.3em 0.6em;
  }

  input.form-control[type=text]:hover, input.form-control[type=number]:hover, input.form-control[type=tel]:hover, input.form-control[type=email]:hover, textarea.form-control:hover,select.form-control:hover,input.form-control[type=text]:focus, input.form-control[type=number]:focus, input.form-control[type=tel]:focus, input.form-control[type=email]:focus, textarea.form-control:focus, select.form-control:focus,
  .myCustomSelect + .select2-container:focus,
  .myCustomSelect + .select2-container .select2-selection:focus,
  .myCustomSelect + .select2-container .select2-selection .select2-selection__rendered:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
  }

  .mandatoryMarker{
    font: inherit;
    line-height: inherit;
    color: var(--pink);
  }

  /* CUSTOM FORM APPEREANCE*/
  .customRadio input[type=radio], .customCheckbox input[type=checkbox]{
    display: none;
  }

  /* CHECKBOX STYLE */

  .customCheckbox input[type=checkbox] + label > .fakeCheck::after, .customRadio input[type=radio] + label > .fakeCheck::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--red);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    -moz-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    -o-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    transition: all .3s cubic-bezier(.3,.81,.67,2.5);
  }

  .customCheckbox input[type=checkbox] + label{
    padding-left: 1.4em;
    position: relative;
    cursor: pointer;
  }

  .customCheckbox input[type=checkbox] + label > .fakeCheck{
    display: block;
    position: absolute;
    font-size: calc(1em - 4px);
    margin-left: 2px;
    height: 1em;
    width: 1em;
    left: 0;
    top: 0.4em;
    cursor: pointer;
    outline: 2px solid var(--red);
    padding: 2px;
  }

  .customCheckbox input[type=checkbox]:not(:checked) + label:hover > .fakeCheck,
  .customCheckbox input[type=checkbox]:not(:checked) + label > .fakeCheck:hover{
    outline-color: var(--red);
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck{
    outline-color: var(--red);
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck::after{
    height: 0.6em;
    width: 0.6em;
  }

  .checkAllChecks{
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
    font-weight: 700;
  }

  .checkAllChecks:hover {
    color: var(--red);
  }
  .checkAllChecks .fas.fa-check{
    color: var(--red);
    cursor: pointer;
    font-weight: 700;
  }
  
  /* END CHECKBOX STYLE */

  /* RADIO STYLE */
  .customRadio{
    display: inline-block;
  }
  .customRadio:not(:last-child){
    margin-right: 3em;
  }

  .customRadio input[type=radio] + label{
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .customRadio input[type=radio] + label > .fakeCheck{
    display: block;
    position: relative;
    height: 22px;
    width: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    cursor: pointer;
    border: 2px solid var(--black);
    border-radius: 50%;
    margin-right: 0.4em;
  }

  .customRadio input[type=radio] + label > .fakeCheck::after{
    border-radius: 50%;
  }

  .customRadio input[type=radio]:checked + label > .fakeCheck{
    border-color: var(--pink);
  }

  .customRadio input[type=radio]:checked + label{
    color: var(--pink);
  }

  .customRadio input[type=radio]:checked + label > .fakeCheck::after{
    width: 12px;
    height: 12px;
  }
  /* END RADIO STYLE */

  .myForm input.form-control[type=text],
  .myForm input.form-control[type=number],
  .myForm input.form-control[type=tel],
  .myForm input.form-control[type=email],
  .myForm textarea.form-control,
  .myForm select.form-control {
    font-size: .81rem;
    padding: .5em 0;
    border-radius: 0;
    border-bottom: 1px solid var(--lightblue);
    background: rgba(0, 0, 0, 0.00001);
  }

  .myForm textarea.form-control {
    padding: 0.3em 0.8em;
    border-radius: 1rem 1rem 0 0;
    background: var(--white);
  }

  .myForm .field textarea{
    resize: none;
  }

  .myForm .field:not(:last-child){
    margin-bottom: 1em;
  }

  .myForm .field label {
    margin-bottom: 0.3em;
  }

  .myForm .privacyContentBlock {
    font-size: .8em;
  }
  .myForm .privacyContentBlock a:hover{
    text-decoration: underline;
  }

  .myForm .labelsContainer label {
    font-size: .81rem;
    letter-spacing: .15em;
    color: var(--blue);
    font-family: "BefterSans";
    text-transform: uppercase;
    font-weight: 700;
  }
  .myForm .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--blue);
    opacity: .5;
    /* Firefox */
  }
  .myForm .form-control:-ms-input-placeholder,
  .myForm .form-control::-ms-input-placeholder {
    color: var(--blue);
    opacity: .5;
  }

  .textContainer *{
    line-height: inherit;
  }

  .imgContainer{
    padding-top: 100%;
    position: relative;
    width: 100%;
    height: 0;
  }

  .imgContainer img{
    position: absolute;
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }


  #section-fame {
    overflow: hidden;
  }

  #section-fame .imgContainer {
    padding-top: 120%;
  }
  #section-fame .imgContainer::before {
    /* content:""; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 35%;
    background: url('../images/assets/piastrella-polpo-arricciato.svg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .ancorScrollDown {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  
  .ancorScrollDown svg{
    font-size: 1.667rem;
    height: 1em;
    display: block;
    margin-right: .3rem;
  }
  
  @media(max-width: 1799px){
    .titleLev1 {
      font-size: 7.8rem;
    }
    
    .titleLev2 {
      font-size: 1.7rem;
    }

    .titleLev5, .titleLev5Alternative {
      font-size: 1.3rem;
    }
  }

  @media (max-width: 1366px){
  }

  /* max lg */
  @media (max-width: 1199px){

    .titleLev1 {
      font-size: 5rem;
    }

    .titleLev2 {
      font-size: 3.2rem;
    }

    .titleLev3 {
      font-size: 2rem;
    }

    .titleLev4 {
      font-size: 1.65rem;
    }

    .titleLev5, .titleLev5Alternative {
      font-size: 1.29rem;
    }
  }

  /* xs, sm, md*/
  @media (max-width: 991px) {

    .titleLev1 {
      font-size: 5rem;
    }
  }

  /* xs, sm*/
  @media (max-width: 767px){

    :root{
      --basefontsize: 17px;
    }
    .titleLev1 {
      font-size: 3.5rem;
    }

    .titleLev2 {
      font-size: 2.11rem;
    }

    .titleLev3 {
      font-size: 1.29rem;
    }

    .titleLev4 {
      font-size: 1.29rem;
    }

    .titleLev5, .titleLev5Alternative {
      font-size: 1rem;
    }
    
    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
      font-size: 25px;
    }

    .customBtn,
    .btn.customBtn {
      font-size: 1rem;
    }
  }

  /* xs */
  @media (max-width: 575px){

  }

  /* sm */
  @media (min-width: 576px){
  }

  /* md */
  @media (min-width: 768px){

    :root{
      --basefontsize: 18px;
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
      font-size: 25px;
    }

  }

  /* lg */
  @media (min-width: 992px) {
    :root{
      --basefontsize: 20px;
    }
  }

  /* xl */
  @media (min-width: 1200px){

    .titleLev3 {
      font-size: 1.9rem;
    }

    .titleLev4 {
      font-size: 1.42rem;
    }

    .titleLev6 {
      font-size: 1rem;
    }

    .smallParagraph,
    .smallParagraph * {
      font-size: .85rem;
    }
  }

  /* xxl */
  @media (min-width: 1800px){
    :root{
      --basefontsize: 21px;
    }

    .titleLev1 {
      font-size: 8.57rem;
    }

    .titleLev2 {
      font-size: 3rem;
    }

    .titleLev5, .titleLev5Alternative {
      font-size: 0.9rem;
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
      font-size: 30px;
    }

  }

  /* xxxl */
  @media (min-width: 2600px){
    :root{
      --basefontsize: 28px;
    }
  }


  /* tablet portrait */
  @media (min-width: 768px) and (max-width: 991px) and (orientation: portrait){}

  /* tablet portrait */
  @media (min-width: 1024px) and (max-width: 1279px) and (orientation: portrait){}

  .blogItem .imgContainer{
    padding-top: 120%;
    overflow: hidden;
  }
  .blogItem .titleCard{
    color: var(--blue);
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: .2em;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    line-height: 1.3em;
  }
  .blogItem:hover .titleCard{
    text-decoration: underline;
    color: var(--red);
  }
  .blogItem .overlay{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .blogItem:hover .overlay{
    opacity: 1;
  }
  .blogItem .overlay .tentacolo{
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
  }

  .blogItem:hover .overlay .tentacolo {
    top: 5%;
  }

  .blogItem .imgContainer .overlay .tentacolo img {
    width: 100%;
    position: relative;
    height: auto;
    top: unset;
    left: unset;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(5%, -100%) rotate(-90deg) scale(.1);
    -moz-transform: translate(5%, -100%) rotate(-90deg) scale(.1);
    -o-transform: translate(5%, -100%) rotate(-90deg) scale(.1);
    transform: translate(5%, -100%) rotate(-90deg) scale(.1);
    -webkit-transform-origin: center right ;
    -moz-transform-origin: center right ;
    -o-transform-origin: center right ;
    transform-origin: center right ;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
  }
  .blogItem:hover .imgContainer .overlay .tentacolo img {
    -webkit-transform: translate(5%, 0);
    -moz-transform: translate(5%, 0);
    -o-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
  .readMore{
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 2rem;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .2em;
  }
