@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
:root {
  font-size: 14px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

address {
  font-style: normal;
}

@font-face {
  font-family: 'VAG';
  src: url("../fonts/VAG-Rounded-Std-Thin.ttf") format("truetype");
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'VAG';
  src: url("../fonts/VAG-Rounded-Std-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VAG';
  src: url("../fonts/VAG-Rounded-Std-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'VAG', sans-serif;
}

textarea {
  font-family: 'VAG', sans-serif;
}

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

.satisfy {
  font-family: 'Satisfy', cursive;
}

:is(.welcome__invitation, .services__title) {
  font-family: 'Satisfy', cursive;
}

.hideForMobile {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .hideForMobile {
    display: block;
  }
}

.hideForTablet {
  display: block;
}

@media only screen and (min-width: 600px) {
  .hideForTablet {
    display: none;
  }
}

.hidden {
  visibility: hidden;
  display: none;
}

button,
input[type=button] {
  cursor: pointer;
}

.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 60ms ease-in-out;
  transition: all 60ms ease-in-out;
  font-weight: 700;
  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;
  text-transform: uppercase;
  background-color: #DF0223;
  color: #ffffff;
  padding: 0 1em;
  min-height: 48px;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.button:hover {
  background: #b6031d;
}

.button:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #c9ced2;
          box-shadow: 0 0 0 2px #c9ced2;
}

.grow {
  width: 100%;
}

a:focus {
  outline-offset: 0.3em;
  outline-color: #DF0223;
  color: #DF0223;
}

a:focus::before {
  -webkit-filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
          filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
}

a:hover {
  color: #DF0223;
}

a:hover::before {
  -webkit-filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
          filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
}

.calendarBtn {
  height: 40px;
  border: 0;
  background-color: transparent;
  letter-spacing: inherit;
}

@media only screen and (max-width: 1023px) {
  .calendarBtn {
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    width: 36px;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .calendarBtn {
    position: relative;
    padding: 0 55px 0 20px;
  }
}

.calendarBtn::before {
  content: url(../images/arrow-right-red.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 36px;
  height: 36px;
}

.calendarBtn:focus {
  outline: 2px solid #c9ced2;
  outline-offset: 2px;
}

@media only screen and (max-width: 1023px) {
  .calendarBtn:active {
    color: #b6031d;
    -webkit-transform: translateY(-45%) translateX(3px);
            transform: translateY(-45%) translateX(3px);
  }
}

@media only screen and (min-width: 1024px) {
  .calendarBtn:active {
    color: #b6031d;
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
}

input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: .3rem;
}

.input {
  font-size: inherit;
  line-height: 1.35rem;
  border: none;
  border-bottom: 2px solid #d8d8d8;
  padding: .9em 0.2em 0.3em 0.2em;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-transition: padding 500ms ease-in-out;
  transition: padding 500ms ease-in-out;
}

.input:focus {
  outline-color: #DF0223;
  padding: .9em 0.2em 0.3em 0.8em;
}

.input:focus:not(:placeholder-shown):invalid {
  outline-color: rgba(0, 0, 0, 0.38);
}

.input:not(:placeholder-shown):invalid {
  color: rgba(0, 0, 0, 0.38);
  position: relative;
}

.input:valid {
  color: #DF0223;
}

.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.shadowMAN {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vh;
  max-height: 100px;
  max-width: 1290px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .header {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 600px) {
  .header {
    padding: 0 26px;
  }
}

@media only screen and (max-width: 599px) {
  .header .header__logo img {
    width: 124px;
    height: 40.38314px;
  }
}

@media only screen and (min-width: 600px) {
  .header .header__logo img {
    width: 144px;
    height: 46.89655px;
  }
}

@media only screen and (min-width: 1024px) {
  .header .header__logo img {
    width: 164px;
    height: 53.40996px;
  }
}

.header .header__back {
  letter-spacing: 0.75px;
  position: relative;
  color: #DF0223;
}

.header .header__back::before {
  content: '';
  position: absolute;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 16px;
  height: 16px;
  -webkit-filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
          filter: invert(23%) sepia(94%) saturate(7471%) hue-rotate(346deg) brightness(85%) contrast(107%);
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #6d6e70;
  font-size: 0.85rem;
  -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;
  background-color: #edeef0;
}

.services__title {
  color: #DF0223;
  position: relative;
  font-size: 2.4rem;
  margin: 2rem 0 1.5rem;
}

.services__title:before, .services__title:after {
  position: absolute;
  content: '';
  width: 3rem;
  height: 2px;
  background-color: #DF0223;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services__title:before {
  left: -4rem;
}

.services__title:after {
  right: -4rem;
}

.services__nav {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 1.67rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1024px) {
  .services__nav {
    grid-auto-flow: column;
    gap: 0.1rem;
    margin-bottom: 5rem;
  }
}

.services__nav > * {
  text-align: center;
  width: 33ch;
}

.services__nav__title {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.3rem;
  font-weight: normal;
}

.services__nav__text {
  font-size: 1rem;
}

.footer-nav {
  margin: 0 auto;
  background-color: #dbdde1;
  padding-top: 1.67rem;
}

@media only screen and (min-width: 1024px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3rem 3rem;
  }
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1290px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .footer-nav__list {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-nav__list a {
  font-size: 0.95em;
}

.footer-nav__item {
  margin-bottom: 1.67rem;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__item {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}

.footer-nav__item.flag {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.footer-nav__title {
  color: #6d6e70;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__title {
    margin: 0 0 2rem;
    font-size: 1.15em;
  }
  .footer-nav__title:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: white;
    border-radius: 3px;
    bottom: -0.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer-nav__menu {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  color: #6d6e70;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__menu {
    gap: 0.8rem;
  }
}

.footer-nav-mobile-button-cross, .footer-nav-mobile-button-cross::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DF0223;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-nav-mobile-button-cross::after {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 1024px) {
  .footer-nav-mobile-button-cross {
    display: none;
  }
}

.footer-nav__item {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .footer-nav-mobile-button {
    position: absolute;
    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;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 0;
    top: 1px;
    right: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-nav__title {
    border-bottom: 1px solid black;
    padding-bottom: 0.3rem;
  }
}

.footer-open .footer-nav-mobile-button-cross {
  background-color: #242f3a;
}

.footer-open .footer-nav-mobile-button-cross::after {
  background-color: #242f3a;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (max-width: 1023px) {
  .footer-nav__menu {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
  }
}

.footer-nav__title.footer-open ~ .footer-nav__menu {
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
  padding-top: 1rem;
}

.footer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6d6e70;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8em;
  background-color: #edeef0;
  padding: 1rem 0;
  font-size: 0.715rem;
}

@media only screen and (min-width: 1024px) {
  .footer-bar {
    padding: .7rem 0 .3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-bar .footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bar .footer__list a {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .footer-bar .footer__list {
    -ms-grid-columns: (minmax(10px, max-content))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(10px, -webkit-max-content));
        grid-template-columns: repeat(auto-fit, minmax(10px, max-content));
    gap: 2rem;
  }
  .footer-bar .footer__list a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

.popupConferma {
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  place-items: center;
  background-color: rgba(36, 47, 58, 0.6);
}

.popupConferma .superClose {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
}

.popupConferma .container {
  padding: 0;
  max-width: 351px;
  background: white;
  position: relative;
  z-index: 1200;
}

.popupConferma .container .chiudere {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 0;
  background-color: white;
}

.popupConferma .container .chiudere:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px 3px #b6031d;
          box-shadow: 0 0 3px 3px #b6031d;
  background-color: #242f3a;
  color: white;
}

.popupConferma .container .chiudere:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.popupConferma .container header {
  width: 100%;
  background-color: #b6031d;
  color: white;
  padding: 2rem 3rem;
  text-align: center;
}

.popupConferma .container header :is(.richiesta, .data, .ora, h3) {
  text-transform: uppercase;
}

.popupConferma .container header .data {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1.2rem 0 .3rem;
}

.popupConferma .container header .ora {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
}

.popupConferma .container header address {
  margin-top: .3rem;
}

.popupConferma .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  font-size: 1rem;
}

.popupConferma .container form > * {
  margin-bottom: .8rem;
}

.popupConferma .container form textarea {
  color: black;
}

.popupConferma .privacyPolicy {
  font-size: 0.9rem;
  letter-spacing: -0.5px;
}

.showPopupConferma {
  display: -ms-grid;
  display: grid;
  visibility: visible;
  -webkit-animation: fadeIn 300ms;
          animation: fadeIn 300ms;
  opacity: 1;
}

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

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

.calendario__dataDove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(135deg, #DF0223, #b6031d);
  position: relative;
  color: white;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1023px) {
  .calendario__dataDove {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .calendario__dataDove {
    width: 40%;
    max-width: 417px;
  }
}

.calendario__dataDove #rowentaDatapicker {
  width: 100%;
  background: red;
  position: relative;
}

.calendario__dataDove #rowentaDatapicker .calendario__button {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 136px;
  height: 33px;
  color: #b6031d;
  border: #b6031d;
  border-radius: 2px;
  background-image: url("../images/calendar.svg");
  background-position: 10% 50%;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding: .3rem 0 .3rem .7rem !important;
}

.calendario__dataDove #rowentaDatapicker .calendario__button:focus {
  outline: 2px solid white;
  outline-offset: 3px;
}

.calendario__dataDove #rowentaDatapicker .calendar-wrapper {
  position: absolute;
  top: 75px;
  left: 2rem;
  width: 348px;
  background: white;
  color: #242f3a;
  padding: .7rem;
  z-index: 2000;
  outline: solid 2px white;
  outline-offset: 3px;
}

.calendario__dataDove .calendario__header {
  position: relative;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .calendario__dataDove .calendario__header {
    margin: 9rem 0 6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .calendario__dataDove .calendario__header {
    margin: 15rem 0 13rem;
  }
}

.calendario__dataDove .calendario__header span {
  display: block;
}

.calendario__dataDove .calendario__header span.dayOfMonth {
  font-size: 7.5rem;
  font-weight: 900;
}

.calendario__dataDove .calendario__header span.dayOfWeek {
  font-size: 2.12rem;
  font-weight: 400;
  text-transform: uppercase;
}

.calendario__dataDove .calendario__header .browseDay {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.calendario__dataDove .calendario__header .browseDay:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 6px white;
          box-shadow: 0 0 0 6px white;
}

.calendario__dataDove .calendario__header .browseDay:active {
  -webkit-transform: translateX(3px) translateY(-45%);
          transform: translateX(3px) translateY(-45%);
}

.calendario__dataDove .calendario__header #oneDayLess {
  left: 5%;
}

.calendario__dataDove .calendario__header #oneDayMore {
  right: 5%;
}

.calendario__dataDove .calendario__header .on {
  opacity: 0.8;
}

.calendario__dataDove .calendario__header .off {
  opacity: 0.3;
  pointer-events: none;
}

.calendario__dataDove .calendario__indirizzo {
  margin-left: 5rem;
  margin-right: 5rem;
}

.calendario__dataDove h2 {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: relative;
}

.calendario__dataDove h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -23px;
  width: 16px;
  height: 15px;
  background-image: url(../images/place.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.calendario__dataDove h3 {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0.8rem 0 0.3rem;
}

.calendario__dataDove address {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 599px) {
  .gridd {
    -ms-grid-columns: auto 96% auto;
        grid-template-columns: auto 96% auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: ". head ." "section section section" ". bottom .";
  }
}

@media only screen and (min-width: 1024px) {
  .gridd {
    -ms-grid-columns: auto 455px 495px auto;
        grid-template-columns: auto 455px 495px auto;
    -ms-grid-rows: 430px auto;
        grid-template-rows: 430px auto;
        grid-template-areas: ". head section ." ". head bottom .";
    gap: 50px;
  }
}

.welcome {
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 700px;
      grid-template-areas: ". . ." ". main ." ". . .";
}

@media only screen and (max-width: 1023px) {
  .welcome {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(rgba(249, 249, 249, 0)));
    background-image: linear-gradient(180deg, #f1f1f1, rgba(249, 249, 249, 0));
  }
}

@media only screen and (min-width: 1024px) {
  .welcome {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(rgba(249, 249, 249, 0)));
    background-image: linear-gradient(180deg, #f1f1f1, rgba(249, 249, 249, 0));
  }
}

@media only screen and (min-width: 1280px) {
  .welcome {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0)), to(rgba(249, 249, 249, 0)));
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 0), rgba(249, 249, 249, 0));
  }
}

@media only screen and (max-width: 599px) {
  .welcome {
    -ms-grid-columns: 16px auto 16px;
        grid-template-columns: 16px auto 16px;
    -ms-grid-rows: 16px auto 16px;
        grid-template-rows: 16px auto 16px;
  }
}

@media only screen and (min-width: 600px) {
  .welcome {
    -ms-grid-columns: 24px auto 24px;
        grid-template-columns: 24px auto 24px;
    -ms-grid-rows: 24px auto 24px;
        grid-template-rows: 24px auto 24px;
  }
}

.welcome .appuntamento {
  width: 96%;
  max-width: 1370px;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: main;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .welcome .appuntamento {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (min-width: 1024px) {
  .welcome .appuntamento {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (min-width: 1280px) {
  .welcome .appuntamento {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
  }
}

.welcome .appuntamento::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg-saleswoman.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 1280px) {
  .welcome .appuntamento::after {
    background-size: contain;
    background-position: right center;
  }
}

.welcome .welcome__title {
  font-size: 1em;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
}

.welcome .welcome__invitation {
  color: #DF0223;
  font-weight: 900;
  width: 21ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 599px) {
  .welcome .welcome__invitation {
    font-size: 2.45em;
    width: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .welcome .welcome__invitation {
    font-size: 3em;
  }
}

@media only screen and (min-width: 600px) {
  .welcome .welcome__invitation {
    font-size: 4.3em;
  }
}

@media only screen and (min-width: 1280px) {
  .welcome .welcome__invitation {
    text-align: left;
    margin-left: 0;
  }
}

.welcome form {
  width: 100%;
  max-width: 585px;
  background-color: #ffffff;
  padding: 0.8em;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .welcome form {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .welcome form {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .welcome form {
    width: 60%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1280px) {
  .welcome form {
    margin: 0;
  }
}

.welcome form input {
  margin-bottom: 6px;
  -webkit-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .welcome form input {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .welcome form input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .welcome form button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
  }
}

.welcome form:invalid button {
  position: relative;
}

.welcome form:invalid button:hover::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 20;
}

main.puntiVendita {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f9f9f9, #f1f1f1);
}

@media only screen and (max-width: 599px) {
  main.puntiVendita {
    padding: 0 0 2rem;
  }
}

@media only screen and (min-width: 600px) {
  main.puntiVendita {
    padding: 3rem 0;
  }
}

.puntiVendita__h2 {
  display: block;
  width: 100%;
  max-width: 1114px;
  height: 186px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: linear-gradient(135deg, #DF0223, #b6031d);
  color: white;
  font-size: 34px;
  position: relative;
}

.puntiVendita__h2::before {
  content: "";
  position: absolute;
  background-image: url(../images/place.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 75px;
  color: white;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .puntiVendita__h2 {
    padding-right: 5rem;
    padding-left: 100px;
  }
  .puntiVendita__h2::before {
    width: 100px;
  }
}

@media only screen and (min-width: 600px) {
  .puntiVendita__h2 {
    padding-right: 4rem;
    padding-left: 170px;
  }
  .puntiVendita__h2::before {
    width: 170px;
  }
}

.puntiVendita__indirizzi {
  width: 100%;
  max-width: 1114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 3rem auto 0;
  color: #242f3a;
  letter-spacing: 0.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.puntiVendita__indirizzi .puntiVendita__indirizzo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #242f3a;
  padding: 1.5rem 0;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .puntiVendita__indirizzi .puntiVendita__indirizzo {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  .puntiVendita__indirizzi .puntiVendita__indirizzo {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.puntiVendita__indirizzi .puntiVendita__indirizzo h3 {
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

.no-scroll {
  overflow: hidden;
}

main.calendario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto 2rem;
  width: 100%;
  padding: 2rem 0;
}

@media only screen and (max-width: 1023px) {
  main.calendario {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  main.calendario {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: linear-gradient(180deg, #f9f9f9, #f1f1f1);
  }
}

.calendario__divOrari {
  width: 100%;
  background: white;
  padding: 1rem;
}

@media only screen and (min-width: 1024px) {
  .calendario__divOrari {
    width: 60%;
    max-width: 695px;
  }
}

.calendario__divOrari .calendario__listaOrari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.calendario__divOrari .calendario__listaOrari .h4 {
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.5rem 0 0.2rem 1.4rem;
}

.calendario__divOrari .calendario__listaOrari .pomeriggio {
  margin-top: 1rem;
}

.calendario__divOrari .calendario__listaOrari .calendario__itemOrario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.calendario__divOrari .calendario__listaOrari .calendario__itemOrario:hover {
  cursor: pointer;
  background-color: rgba(0, 136, 178, 0.08);
}

@media only screen and (max-width: 1023px) {
  .calendario__divOrari .calendario__listaOrari .calendario__itemOrario {
    padding: 1.5rem 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .calendario__divOrari .calendario__listaOrari .calendario__itemOrario {
    padding: 0.5rem 1.5rem;
  }
}

.calendario__divOrari .calendario__listaOrari .inactive {
  background-color: rgba(0, 0, 0, 0.04);
  color: black;
  opacity: 0.3;
}

.calendario__divOrari .calendario__listaOrari .inactive:hover {
  cursor: not-allowed;
}

.calendario__divOrari .calendario__listaOrari .inactive .calendario__orario__tasto {
  color: black;
  -webkit-filter: saturate(1%);
          filter: saturate(1%);
  pointer-events: none;
}

.conferma, .standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f9f9f9, #f1f1f1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.conferma__container, .standard__container, .riscontro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .conferma__container, .standard__container, .riscontro__container {
    margin: 1rem auto;
    width: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .conferma__container, .standard__container, .riscontro__container {
    margin: 1rem auto 0;
    padding: 2rem 0 1.5rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.conferma header.image, .standard header.image {
  background-image: url(../images/bg-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.conferma header, .standard header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

@media only screen and (max-width: 1023px) {
  .conferma header, .standard header {
    width: 100%;
    padding: 12rem 2rem 8rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .conferma header, .standard header {
    width: 60%;
    max-width: 695px;
    padding-left: 2rem;
    padding-right: 12rem;
  }
}

.conferma header small, .standard header small {
  font-size: 1.4rem;
  display: block;
  position: relative;
}

.conferma header small::before, .standard header small::before {
  content: "";
  position: absolute;
  background-image: url("../images/message.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  left: 0;
  top: -110px;
}

.conferma header p, .standard header p {
  font-size: 2rem;
}

.conferma header p mark, .standard header p mark {
  background: none;
  font-weight: 900;
}

.conferma section, .standard section {
  width: 100%;
  background-image: linear-gradient(135deg, #DF0223, #b6031d);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.2rem 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .conferma section, .standard section {
    width: 40%;
    max-width: 417px;
    min-height: 460px;
  }
}

.conferma section h2, .standard section h2 {
  margin-top: 0;
  margin-bottom: auto;
  font-size: 2rem;
}

@media only screen and (max-width: 1023px) {
  .conferma section h2.riepilogo, .standard section h2.riepilogo {
    width: 35ch;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .conferma section h2.riepilogo, .standard section h2.riepilogo {
    width: 15ch;
    margin-bottom: auto;
  }
}

.conferma section h3, .standard section h3 {
  text-transform: uppercase;
  border-top: 2px solid rgba(223, 2, 35, 0.7);
  padding-top: 0.5rem;
  font-size: 0.9rem;
  color: #d8d8d8;
  margin: 0.8rem 0;
}

.conferma section .info, .standard section .info {
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 90%;
  font-weight: 700;
}

.conferma section address, .standard section address {
  opacity: 0.8;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.conferma section address:focus, .standard section address:focus {
  outline: 1px solid #d8d8d8;
  background: white;
  -webkit-box-shadow: 0 0 10px 10px white;
          box-shadow: 0 0 10px 10px white;
  color: #242f3a;
  outline-offset: 6px;
}

.keepExploring {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .keepExploring {
    margin: 0 auto 2rem;
    width: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .keepExploring {
    margin: 0 auto 2rem;
    padding: 0;
    width: 100%;
    max-width: 1110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.keepExploring__button {
  background-color: #DF0223;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2em;
  border: none;
  padding: 1rem 0;
  letter-spacing: 0.5px;
  color: white;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .keepExploring__button {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .keepExploring__button {
    font-size: 1.6rem;
  }
}

.keepExploring__button:focus {
  outline: #DF0223 solid 3px;
  outline-offset: 5px;
}

.keepExploring__button:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.standard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: white;
  line-height: 1.8em;
}

@media only screen and (max-width: 1023px) {
  .standard__content {
    width: 100%;
    padding: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .standard__content {
    width: 60%;
    max-width: 695px;
    padding: 2rem 6rem 2rem 2rem;
  }
}

.standard__content p {
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 599px) {
  .standard__container section {
    display: none;
  }
}

:is(.standard__content h1, .standard__content h2, .standard__content h3, .standard__content h4) {
  margin: 1em 0 0.5em;
}

.btn-cancellare-appuntamento {
  margin-top: 2rem;
}

.standard ul {
  list-style-type: disc;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.standard ul li {
  padding: 0.2rem;
}

/* Riscontro */
.riscontro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f9f9f9, #f1f1f1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.riscontro header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  text-align: center;
  color: #242f3a;
}

.riscontro header h1 {
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 1023px) {
  .riscontro header {
    width: 100%;
    padding: 4rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .riscontro header {
    width: 60%;
    max-width: 695px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.riscontro header p {
  font-size: 2rem;
}

.riscontro header p mark {
  background: none;
  font-weight: 900;
}

.riscontro section {
  width: 100%;
  background-image: linear-gradient(135deg, #DF0223, #b6031d);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.2rem 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .riscontro section {
    width: 40%;
    max-width: 417px;
    min-height: 460px;
  }
}

.riscontro section h2 {
  margin-top: 0;
  margin-bottom: auto;
  font-size: 2rem;
}

@media only screen and (max-width: 1023px) {
  .riscontro section h2.riepilogo {
    width: 35ch;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .riscontro section h2.riepilogo {
    width: 15ch;
    margin-bottom: auto;
  }
}

.riscontro section h3 {
  text-transform: uppercase;
  border-top: 2px solid rgba(223, 2, 35, 0.7);
  padding-top: 0.5rem;
  font-size: 0.9rem;
  color: #d8d8d8;
  margin: 0.8rem 0;
}

.riscontro section .info {
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 90%;
  font-weight: 700;
}

.riscontro section address {
  opacity: 0.8;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.riscontro section address:focus {
  outline: 1px solid #d8d8d8;
  background: white;
  -webkit-box-shadow: 0 0 10px 10px white;
          box-shadow: 0 0 10px 10px white;
  color: #242f3a;
  outline-offset: 6px;
}

.riscontro__form {
  position: relative;
  width: 100%;
  margin-top: 1.67rem;
  overflow: hidden;
  /* HIDE RADIO */
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}

.riscontro__form [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.riscontro__form [type="radio"] + label img {
  cursor: pointer;
}

.riscontro__form [type="radio"]:checked + label img {
  outline: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.riscontro__form [type="radio"]:focus + label img {
  outline: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.riscontro__treFaccine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.riscontro__treFaccine > * + * {
  margin-left: 20px;
}

.riscontro__treFaccine img {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  /* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
}

@media only screen and (min-width: 1024px) {
  .riscontro__treFaccine img {
    width: 80px;
    height: 80px;
  }
}

@media (prefers-reduced-motion) {
  .riscontro__treFaccine img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.riscontro__treFaccine img:active {
  outline: none;
}

.riscontro__treFaccine img:not(:hover):focus {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  outline: none;
  border: 5px solid #c9ced2;
}

.riscontro h1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.riscontro h2 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
  font-weight: normal;
}

.riscontro .button {
  height: 48px;
  width: 100%;
  margin-top: 32px;
}

@media only screen and (min-width: 1024px) {
  .riscontro .button {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.riscontro .button:focus {
  outline: none;
  border: 0;
  background-color: #b6031d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=styles.css.map */