body {
  font-family: "Montserrat";
}
a {
  color: rgba(0,0,0,.55);
  text-decoration: none;
}
a:hover {
  color: #10427e;
}
.site-header {
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}
.site-header a {
  color: rgba(0, 0, 0, 0.55);
  transition: color .15s ease-in-out;
  text-decoration: none;
}

.bg-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35vh 0 0 0;
}
.pizzeria {
  margin-top: 6rem;
  background-image: url('img/bg-home-pizzeria.jpg');
}
.ristorante {
  margin-top: 6rem;
  background-image: url('img/bg-home-ristorante.jpg');
  background-position: 0px -210px;
}
.pasticceria {
  margin-top: 6rem;
  background-image: url('img/bg-home-pasticceria.jpg');
}

.product-device { 
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.txt-blu {
  color: #10427e;
}
hr.w-15 {
  width: 15%;
  margin: 0 auto;
}

.ctn-descrizione {
  width: 40%;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}
.url {
  text-decoration: none;
  color: #d8d8d8;
}
.url.active:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 15px;
  right: 15px;
  bottom: -7px;
  background-color: #10427e;
}
.url:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 15px;
  right: 15px;
  bottom: -7px;
  background-color: #d8d8d8;
}
.url.active {
  color: #10427e;
  font-weight: 800;
}
.product_box .img_lg {
    max-height: 400px;
}
img.img_lg {
  width: 50%;
}
.product_box .img_sm {
    max-height: 100px;
}
.product_box .img_md {
    max-height: 200px;
}
.img-industria {
  width: 90%
}
.product_sm > div {
  flex-basis: 49%;
  border-radius: 20px;
}
.exposed_products .product_box_lg {
  flex-basis: 45%;
  border-radius: 20px;
}
.exposed_products .product_box_right {
  flex-basis: 54%;
  border-radius: 20px;
}
.product_box.product_box_lg {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.product_box {
  padding: 20px;
  background-color: #faf9f8;
  border: none;
  margin-top: 10px;
  position: relative;
  border-radius: 20px;
}
form#richiestaform {
  border: 1px solid #dbbc36;
  background: #dbbc36;
  border-radius: 10px;
  padding: 20px;
  height: 99%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr-7 {
  padding-right: 5px;
}
.pl-7 {
  padding-left: 5px;
}
.index .cta-chiama {
  z-index: 22;
}
.cta-chiama {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 20;
  text-decoration: none;
  width: 100%;
  background: #fff;
  transition: opacity 0.3s ease-in-out!important;
  border-top: 1px
  solid #f7f7f7;
  box-shadow: 0 3px 9px 3px rgb(0 0 0 / 5%) !important;
}
.cta-chiama.chiama-luca {
  justify-content: right;
  width: auto;
  background-color: transparent;
}
.cta-chiama.chiama-luca .sfondo-luca {
  padding: 0;
  border: 2px solid #10427e;
  border-radius: 50px;
}
.chiama-luca .ctn-chiama-t {
  margin-right: 20px;
  border: 2px solid #10427e;
}
.chiama-luca .ctn-chiama-t:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  clear: both;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #10427e;
  border-right: none;
  right: -2%;
  top: 33%;
  left: auto;
}
.ctn-chiama-t {
  color: #000;
  background-color: #ffffff;
  border: 2px solid #49c757;
  border-radius: 11px;
  padding: 6px 12px;
  position: relative;
}
.ctn-chiama-t p {
  font-size: 13px;
}
.ctn-icon {
  padding-right: 14px;
  color: #10427e;
}
.ctn-icon i {
  background: #fff;
  padding: 10px;
  border-radius: 30px;
}

input, textarea, select {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #fff;
}
select {
  padding: 5px 4px;
  color: #757575;
}
textarea {
  height: 70px;
}
.fs-14 {
  font-size: 14px;
}
input.inp.ho-letto {
  width: 12px;
  height: 10px;
}
input#buttoninvia {
  background: #fff;
  color: #dbbc36;
  font-weight: 700;
  border: 2px solid #fff;
  margin-top: 11px;
  margin-bottom: 0px;
}
input#buttoninvia:hover {
  background: transparent;
  color: #fff;
}
input#buttoninvia.btn-invia-richiesta-rigenerati {
  color: #3a3a3a;
}
input#buttoninvia.btn-invia-richiesta-rigenerati:hover {
  color: #fff;
  background-color: transparent;
}
footer {
  background: #fff;
}
.sub-footer {
  background-color: #fff;
  z-index: 21;
  position: relative;
}
.sub-footer a {
  color: #212529;
}
.sub-footer a:hover {
  color: #10427e;
}
.pre-footer {
  z-index: 21;
  position: relative;
}
.pre-footer a {
  text-decoration: none!important;
  color: #212529;
}
.pre-footer a:hover {
  color: #10427e;
}
.sub-footer .container {
  border-top: 1px solid #dbbc36;
}
.pre-footer .border-topb {
  border-top: 1px solid #10427e;
}
.cta-chiama-header:hover img.icon-w {
  display: none;
}
.cta-chiama-header:hover img.icon-b {
  display: block;
}
.cta-chiama-header img.icon-b {
  display: none;
}
button.cta-chiama-header {
  border: 2px solid #dbbc36;
  background-color: #dbbc36;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 11px;
  color: #fff;
}
button.cta-chiama-header:hover {
  background-color: #fff;
  color: #dbbc36;
}

button.cta-chiama-txt {
  border: 2px solid #10427e;
  background-color: #10427e;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 11px;
  color: #fff;
}
button.cta-chiama-txt:hover {
  background-color: #fff;
  color: #10427e;
}

button.cta-chiama-footer {
  border: 2px solid #dbbc36;
  background-color: #dbbc36;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 11px;
  color: #fff;
}
button.cta-chiama-footer:hover {
  background-color: #fff;
  color: #dbbc36;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child {
  padding-right: 0px;
}
.bg-rigenerato .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scopri-di-piu {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #dbbc36;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 15px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-altro-servizio {
  background-color: #dbbc3640;
  border: none;
}
iframe {
  height: 441px;
}
.cta-rigenerati {
  background: #fff;
  color: #3a3a3a!important;
  padding: 10px 20px;
  border-radius: 11px;
  border: 2px solid #fff;
}
.cta-rigenerati:hover {
  background: #3a3a3a;
  color: #fff!important;
}
.txt-scopri {
  font-size: 1.8rem;
  line-height: 1.3;
}
.scopri-soluzioni {
  border: 2px solid #dbbc36;
  background-color: #dbbc36;
  margin: 0rem 2.5rem;
  padding: 10px 20px;
  border-radius: 11px;
  color: #fff;
  text-decoration: none;
}
.scopri-soluzioni:hover {
  color: #dbbc36;
  background-color: #fff;
}

.opacity-1 {
  opacity: 1!important
}
.slider-img {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.slider-img .slide {
  animation: move 15s ease-in-out 2s infinite alternate;
  display:inline-block;
}
@keyframes move {
  0%,30% { transform: translateX(0); }
  40%,70% { transform: translateX(-100%); }
  80%,100% { transform: translateX(-202%); }
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-nav li.active a {
  color: #10427e!important;
  font-weight: 800;
}
.bg-gray {
  background: #faf9f8;
  padding-bottom: 1rem;
}

#sol-rist {
  background: #10427e;
  padding: 4rem 0rem;
  border-top: 1px solid #fff;
}
.border-slider {
  border-bottom: 1px solid #3a3a3a;
  margin-top: -7px;
}
.owl-sponsor.owl-carousel .owl-stage {
  margin: 0 auto;
}
.border-radius-img {
  border-radius: 5px 5px 0px 0px;
}
.owl-caratteristiche .owl-nav {
  position: absolute;
  top: 48%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-caratteristiche .owl-nav button span {
  color: #fff;
  font-size: 50px;
  line-height: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent!important;
  cursor: pointer;
}
.owl-theme.owl-prodotti .owl-dots .owl-dot span {
  background: #00000042;
}
.owl-theme.owl-prodotti .owl-dots .owl-dot.active span {
  background: #000000;
}
.counter {
  position: absolute;
  bottom: 0.7rem;
  right: 2rem;
  z-index: 3;
  color: #fff;
}
.ctn-realizzazioni .box-01.fadein,
.ctn-realizzazioni .box-02.fadein,
.ctn-realizzazioni .box-03.fadein {
  -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}
.owl-dots {
  position: absolute;
  bottom: 1px;
  right: 6px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ffffff42;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.cookingTest h3 {
  bottom: 1rem;
  z-index: 2;
}
nav i {
  color: #212529;
}
nav i:hover {
  color: #10427e;
}
p.small {
  font-size: 14px;
}
h4.small {
  font-size: 18px;
}
#scelta-attivita {
  margin-top: 8rem;
}
.ctn-category {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.cnt-info {
  background-color: #faf9f8;
  padding: 20px 20px 25px 20px;
  border-radius: 0px 0px 5px 5px;
}
.m-auto {
  margin: auto
}
div#player {
  max-width: 100%!important
}
.ctn-video {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 57.25%;
  width: 100%;
}
.ctn-video iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cookiescriptlogo {
  fill: #dbbc36!important;
}
.fs-12 {
  font-size: 12px;
}
table, th, td {
  border: 1px solid;
}
th, td {
  padding: 7px;
}
@media screen and (min-width: 1025px) {
  .only-xs {
    display: none!important;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-toggler-icon {
    margin-right: 0px;
  }
  .only-sm {
    display: none!important;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 6;
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
  }
  .navbar-nav li {
    width: 33%;
    float: left;
    padding-bottom: 0.5rem;
  }
  .navbar-nav li a {
    text-align: center;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-nav {
    border-top: 1px solid #10427e;
  }
}
@media screen and (max-width: 576px) {
  .cookingTest h3 {
    font-size: 1rem;
    width: 94%!important;
  }
  div#cookiescript_badge {
    bottom: 98px;
    right: 5px;
    left: auto;
  }
  .index div#cookiescript_badge {
    bottom: 10px;
    right: 5px;
    left: auto;
  }
  .bg-rigenerato {
    background: #3a3a3a;
    margin-top: 2rem!important;
  }
  form#richiestaform {
    border-radius: 0px 0px 10px 10px;
    border-top: 2px solid #fff;
  }
  .ctn-realizzazioni .col-md-8.position-relative {
    padding: 0px;
    border-bottom: 2px solid #10427e;
  }
  .w-33 {
    width: 33%!important
  }
  .w-47 {
    width: 47%!important;
  }
  .w-37 {
    margin: 0 auto;
    width: 37%!important
  }
  .w-50 {
    width: 50%;
  }
  .w-73 {
    width: 73%!important;
  }
  .w-45 {
    width: 45%!important
  }
  .w-80 {
    margin: 0 auto;
    width: 80%!important;
  }
  .display-4 {
    font-size: 6.6vw;
  }
  .txt-scopri {
    font-size: 18px;
    padding: 0 15px;
  }
  .ctn-cta-mob a {
    width: 50%;
    float: left;
  }
  .ctn-cta-mob a:nth-child(2) {
    padding-right: 5px;
  }
  .ctn-cta-mob a:nth-child(3) {
    padding-left: 5px;
  }
  .ctn-cta-mob a:nth-child(3) button {
    border: 2px solid #49c757;
    background-color: #fff;
    color: #000;
  }
  .ctn-cta-mob {
    flex-direction: column;
    padding: 8px 6px 7px;
  }
  .navbar-collapse {
    border-bottom: 1px solid #d7d7d7;
  }
  .mt-mob {
    margin-top: 6rem;
  }
  .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
  }
  .pre-footer a {
    font-size: 12px;
  }
  .pre-footer i {
    font-size: 13px!important;
  }
  .border-top-b {
    box-shadow: 0px -2px 15px #88888854;
  }
  .cta-chiama {
    padding: 0px;
    border-top: 0px;
  }
  .fs-12 {
    font-size: 12px;
  }
  i.fab.fa-facebook, i.fab.fa-instagram,
  i.fab.fa-phone-alt.only-xs {
    font-size: 19px;
    color: #212529;
  }
  button.cta-chiama-footer-mob {
    border: 2px solid #dbbc36;
    background-color: #dbbc36;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    padding: 8px 4px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
  }
  button.cta-chiama-txt {
    border-radius: 5px!important;
  }
  .icon-mob {
    width: 29%;
  }
  .pad-mob {
    padding: 0px;
  }
  .ctn-icon.telefono {
    border: 1px solid #10427e;
    border-radius: 30px;
  }
  .ctn-icon.whatsapp {
    border: 1px solid #25d366;
    border-radius: 30px;
    padding: 7px 9px 4px 8px;
  }
  .ctn-icon .whatsapp {
    padding: 0px;
    font-size: 23px;
    color: #25d366;
  }
  .ctn-icon {
    padding-right: 0px;
  }
  iframe {
    height: 200px;
  }
  .bg-rigenerato .container {
    bottom: 20px;
    top: auto;
    left: auto;
    transform: none;
  }
  .owl-carousel .owl-item img.img-mob-xs { 
    width: 88%;
    margin: 0 auto;
  }
  .owl-carousel .owl-item img.img-mob-md { 
    width: 91%;
    margin: 0 auto;
  }
  .owl-carousel .owl-item img.img-mob-xl { 
    width: 100%;
    margin: 0 auto;
  }
  .img-industria {
    width: 100%
  }
  .pl-7 {
    padding-left: 12px;
  }
  .pr-7 {
    padding-right: 12px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
  }
  .navbar-nav li {
    text-align: center;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.8rem;
  }
  .site-header {
    border: none;
    padding-bottom: 0px!important;
  }
  .bg-rigenerato .container {
    position: relative;
    margin-top: -7rem;
    background: #3a3a3a;
    padding-bottom: 30px;
  }
}

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
