/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Krub', sans-serif;
  color: #343a40;
  max-width: 2000px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-width: 0 1px;
}
.contenitore {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
hero {
  width: 100%;
  position: relative;
  display: block;
}
hero img {
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
hero .testo {
  color: #FFF;
  text-align: center;
  font-family: 'Krub', sans-serif;
  line-height: 1.4;
  padding: 15vw 0;
}
hero .testo h1 {
  font-size: 5rem;
  margin: 0;
  text-shadow: 2px 2px 0px #000000;
}
hero .testo h2 {
  font-size: 2.5rem;
  font-weight: 100;
  margin: 0.5rem 0 0;
  font-weight: 400;
  opacity: 0.8;
}
hero .nuovagestione {
  background: #d9480f;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 1em;
  color: #FFF;
  border: 4px solid #fff;
  margin-top: 4rem;
  margin-bottom: -4rem;
}
hero .nuovagestione p {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
hero .nuovagestione p span {
  display: block;
  font-weight: bold;
  text-transform: none;
}
.intro {
  padding: 4rem 0;
}
.intro h3 {
  text-align: justify;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  color: #d9480f;
}
.intro p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}
.intro .pulsanti {
  display: flex;
  margin-top: 1rem;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center;
}
.intro .pulsanti .pulsante {
  margin: 1rem;
}
.titoletto h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid currentcolor;
  color: #d9480f;
}
.camere {
  background: #f1f3f5;
  padding: 4rem 0;
}
.camere .info_camere {
  display: flex;
}
.camere .info_camere .foto_grande {
  flex: 1 1 40%;
  line-height: 0;
}
.camere .info_camere .foto_grande img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.camere .info_camere .dx {
  flex: 1 1 50%;
  margin-left: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.camere .info_camere .dx .testo h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid currentcolor;
  color: #d9480f;
}
.camere .info_camere .dx .testo p {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  font-family: 'Krub', sans-serif;
  line-height: 1.6;
  text-align: justify;
}
.camere .info_camere .dx .foto_piccole {
  display: flex;
  align-items: center;
  height: 100%;
}
.camere .info_camere .dx .foto_piccole img {
  width: 32%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 2%;
}
.camere .info_camere .dx .foto_piccole img:first-child {
  margin-left: 0;
}
.servizi {
  padding: 4rem 0;
}
.servizi .servizio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.servizi .servizio:last-child {
  margin: 0;
}
.servizi .servizio .foto {
  flex: 1 1 50%;
  display: flex;
  margin: 0 1rem 0 0;
  align-content: center;
  height: 8rem;
}
.servizi .servizio .foto img {
  width: 32%;
  height: 100%;
  margin-left: 2%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servizi .servizio .foto img:first-child {
  margin-left: 0;
}
.servizi .servizio .info {
  flex: 1 1 50%;
  align-self: center;
  border: 2px solid #eee;
  padding: 1rem;
  margin: 0 0 0 1rem;
  transition: all 0.2s ease-in-out;
}
.servizi .servizio .info h4 {
  margin: 0;
  font-size: 1.4rem;
  font-family: Lato;
  color: #d9480f;
  margin-bottom: 1rem;
}
.servizi .servizio .info p {
  margin: 0;
}
.servizi .servizio .info:hover {
  border-color: #d9480f;
  transition: all 0.2s ease-in-out;
}
.servizi .servizio:nth-child(odd) {
  flex-direction: row-reverse;
}
.servizi .servizio:nth-child(odd) .foto {
  margin: 0 0 0 1rem;
}
.servizi .servizio:nth-child(odd) .info {
  margin: 0 1rem 0 0;
}
.recensioni {
  background: #f1f3f5;
  padding: 2rem 0;
}
.recensioni .titoletto {
  text-align: center;
}
.recensioni #google-reviews {
  display: flex;
  margin-top: 3rem;
}
.recensioni #google-reviews .review-item,
.recensioni #google-reviews .review-item-long {
  margin: 0 2%;
  flex: 1 1 26%;
}
.recensioni #google-reviews .review-meta,
.recensioni #google-reviews .review-stars {
  text-align: center;
  font-size: 115%;
}
.recensioni #google-reviews .review-author {
  text-transform: capitalize;
  font-weight: bold;
}
.recensioni #google-reviews .review-date {
  opacity: 0.6;
  display: block;
}
.recensioni #google-reviews .review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.recensioni #google-reviews .review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}
.recensioni #google-reviews .review-stars ul li i {
  color: #d9480f;
  font-size: 1rem;
  font-style: normal;
  margin: 0 0.1em;
}
.recensioni #google-reviews .review-stars ul li i.inactive {
  color: #c6c6c6;
}
.recensioni #google-reviews .star:after {
  content: "\2605";
}
.recensioni #google-reviews .review-text {
  text-align: center;
  margin: 0;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.contatti {
  padding: 4rem 0;
  text-align: center;
}
.contatti h4 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.contatti p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}
.contatti p a {
  color: #d9480f;
  text-decoration: none;
}
.mappa {
  line-height: 0;
}
.mappa iframe {
  width: 100%;
  height: 20rem;
}
footer {
  background: #343a40;
  padding: 1rem 0;
  color: #FFF;
}
footer p {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
}
footer p b {
  font-size: 1.2rem;
}
footer p a {
  color: #FFF;
  text-decoration: none;
}
footer p.policy {
  opacity: 0.5;
  margin-top: 0.5em;
  font-size: 0.8rem;
}
.pulsante {
  background: #d9480f;
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  border: 2px solid #FFF;
  margin: 1rem 0;
  transition: all 0.2s ease-in-out;
}
.pulsante:hover {
  background: #FFF;
  color: #d9480f;
  border-color: #d9480f;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 2000px) {
  body {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  hero .testo h1 {
    font-size: 4rem;
  }
  hero .testo h2 {
    font-size: 2rem;
  }
  .intro,
  .camere,
  .servizi,
  .contatti {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 650px) {
  .camere .info_camere {
    flex-direction: column;
  }
  .camere .info_camere .foto_grande img {
    max-height: 20rem;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .camere .info_camere .dx {
    margin: 1rem 0 0;
  }
  .servizi .servizio {
    flex-direction: column !important;
  }
  .servizi .servizio .info {
    margin: 0 !important;
    flex: 1 1 100%;
    border: none;
    text-align: center;
  }
  .servizi .servizio .foto {
    margin: 0 0 1rem !important;
  }
  .mappa iframe {
    height: 15rem;
  }
  .recensioni #google-reviews > div:not(:first-child) {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  hero .testo h1 {
    font-size: 3rem;
  }
  hero .testo h2 {
    font-size: 1.6rem;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */