*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

img {
  border-style: none;
  max-width: 100%;
  height: auto
}

html {
  height: 100%
}

html,
body {
  font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em
}

body {
  position: relative;
  min-height: 100%;
  background-color: #fff
}

header {
  height: 50px;
  background-color: rgb(255 255 255 / .8);
  position: fixed;
  width: 100%;
  z-index: 110;
  overflow: hidden
}

header a#logo {
  text-decoration: none
}

header nav {
  opacity: 0;
  position: relative;
  height: auto;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  top: 0;
  z-index: -1
}

header nav ul li {
  height: 50px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #eee
}

header nav ul li a {
  text-decoration: none;
  color: #75787b;
  display: block
}

header nav ul li a:hover,
header nav ul li a.active,
header nav ul li a.focus {
  font-weight: 700;
  color: #369
}

header aside {
  float: right;
  position: relative;
  right: 70px;
  top: 10px;
  background: url(../img/instagram-icon.png) no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-left: 0;
  cursor: pointer
}

header aside:hover,
header aside.active,
header aside.focus {
  background: url(../img/instagram-icon-hover.png) no-repeat;
  background-size: contain
}

header aside a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

header aside a span {
  position: relative;
  top: -100px
}

header .progress-bar {
  height: 4px;
  background: #369;
  width: 0%;
  position: relative;
  top: -4px;
  display: none
}

header.mobile.active {
  overflow: visible
}

header.mobile.active nav {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: -46px;
  z-index: 0
}

header.mobile.active nav ul {
  display: block
}

main {
  height: 100%
}

main section {
  min-height: 100%;
  display: block;
  padding: 50px 40px 80px;
  background-color: #fff;
  height: 100%
}

header .container,
section .container {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  width: 100%
}

h1,
h2,
h3 {
  color: #75787b;
  font-family: "Josefin Slab";
  line-height: 1em;
  font-weight: 200
}

h1 {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  padding-left: 0;
  font-weight: 500;
  margin: 12px 0 0 20px
}

h2,
h3 {
  text-align: left;
  font-size: 2rem;
  padding: 30px 0
}

p,
span,
dt,
dd,
label,
input,
textarea,
select,
option {
  font-family: "Montserrat", sans-serif;
  color: #777;
  text-align: justify;
  font-size: 16px;
  line-height: 1.625em;
  padding-bottom: 10px
}

hr {
  border: 0;
  border-top-style: none;
  border-top-width: 0;
  border-top: 1px solid #eee;
  margin: 40px 0
}

hr.nomargin {
  margin: 0
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 10px auto 40px;
  display: block;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%)
}

footer {
  height: 80px;
  width: 100%;
  text-align: center;
  padding-top: 0;
  color: #777;
  background-color: #fff;
  position: fixed;
  z-index: 110;
  bottom: 0
}

footer p {
  font-size: 14px;
  padding: 8px 10px 10px;
  text-align: center
}

footer span {
  display: block;
  padding: 0;
  line-height: .2em
}

footer a {
  text-decoration: none;
  color: #369
}

form {
  margin: 20px auto
}

form p,
form label,
form textarea,
form select,
form option {
  text-align: justify
}

form label p {
  display: inline-block
}

form input[type=submit] {
  text-align: center;
  border-radius: 4px;
  background-color: #369;
  color: #fff;
}

select,
input,
textarea {
  border: 1px solid #eee;
  padding: 10px;
  display: block;
  width: 100%;
  margin-bottom: 20px
}

input,
textarea {
  text-align: justify
}

.icon-container {
  display: inline-block;
  padding-right: 6px;
  top: 6px;
  position: relative
}

.icon-container>svg {
  width: 24px;
  height: 24px
}

.fa.fa-bars {
  color: #75787b;
  height: 48px;
  width: 48px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #369;
  padding: 20px 10%;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner p {
  color: #fff
}

.cookie-banner a {
  color: #fff
}

.cookie-buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.cookie-buttons button {
  padding: 10px 14px;
  cursor: pointer;
  border: 0
}

@font-face {
  font-family: "Josefin Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinslab/v13/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msR349Kg.woff2) format("woff2")
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

main section#slider {
  background-color: #fff0;
  display: none
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../img/marco.png);
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%
}

#sliderPos {
  display: none
}

section#gallery {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  min-height: auto
}

section#gallery section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0
}

section#gallery section article {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: 100%;
  position: relative;
  color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 40px
}

section#gallery section article h3 {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
  width: 100%;
  margin: 0;
  bottom: -10px
}

section#gallery a {
  color: #777;
  text-decoration: none;
  outline: 0;
  overflow: hidden;
  display: block;
  cursor: pointer
}

section#gallery img {
  min-height: 250px
}

section#gallery img:hover,
section#gallery img.active,
section#gallery img.focus {
  opacity: .4
}

section#detail #photos {
  padding: 0
}

section#detail #photos h3,
section#detail #photos strong {
  display: none
}

section#detail #photos img {
  margin-bottom: 20px
}

section#contact a {
  text-decoration: none;
  color: #369
}

section#contact form#contactForm {
  cursor: pointer
}

section#contact #result {
  padding: 10px;
  border: 1px solid #000;
  background-color: #eee;
  display: none
}

section#contact .legal-advice {
  font-style: italic;
  font-size: 14px
}

#book .book-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff
}

#book .book-img,
#book .book-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px
}

#book .book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

#book .book-info {
  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: center;
  -ms-flex-pack: center;
  justify-content: center
}

#book .book-info h3 {
  margin-bottom: 15px;
  font-size: 2rem
}

#book .book-info p {
  margin-bottom: 20px
}

#book .book-info .book-btn {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  background-color: #fc0;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

#book .book-info .book-btn:hover {
  opacity: .8
}

#book .book-info span {
  font-style: italic;
  font-size: 14px
}

@media only screen and (min-width:568px) {
  h1 {
    font-size: 2.4rem
  }

  h2,
  h3 {
    font-size: 2.4rem
  }

  main section {
    padding: 50px 50px 90px
  }

  main section.no-ppal {
    padding-top: 60px
  }

  section img {
    width: 100%
  }

  footer p {
    font-size: 16px
  }

  footer p span {
    line-height: .1em
  }
}

@media only screen and (min-width:768px) {
  header {
    height: 60px;
    overflow: visible
  }

  header nav {
    height: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
    z-index: 0
  }

  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }

  header nav ul li {
    height: auto;
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    border-bottom: 0
  }

  header aside {
    right: 10px;
    padding: 0;
    top: 2px
  }

  header .progress-bar {
    display: block;
    clear: both
  }

  header .container {
    width: 100%;
    padding: 14px 0 0;
    max-width: 100vw;
    height: 100%
  }

  header nav {
    position: relative;
    height: 100%;
    background: none;
    width: 60%;
    float: right;
    padding-top: 10px;
    top: 0
  }

  header nav::before,
  header nav::after {
    clear: both;
    float: none
  }

  main section {
    padding: 0
  }

  main section.no-ppal {
    padding: 60px 40px 100px
  }

  h1 {
    display: inline;
    font-size: 2.6rem;
    margin: 12px 0 0 14px
  }

  h2,
  h3 {
    font-size: 2.6rem
  }

  .fa.fa-bars {
    display: none
  }

  section .container {
    width: 80%;
    padding: 20px 0 0
  }

  img {
    width: 80%;
    margin: 0 auto 0
  }

  form input[type=submit] {
    width: 180px;
    margin: 0 auto
  }

  section#gallery section article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%
  }

  section#gallery section article img {
    margin: 10px auto 40px
  }

  section#detail #photos img {
    margin: 10px auto 20px
  }

  #book .book-img,
  #book .book-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media only screen and (max-height:568px) and (orientation:landscape) {
  .bg-img {
    background-image: none
  }

  #sliderPos {
    display: none
  }
}

@media only screen and (min-width:1024px) {
  h1 {
    font-size: 3rem;
    padding-left: 0;
    position: relative;
    top: -6px;
    margin: 12px 0 0 14%
  }

  h2,
  h3 {
    font-size: 3rem
  }

  header aside {
    right: 2%
  }

  header .progress-bar {
    top: -6px
  }

  #sliderPos {
    display: block;
    position: fixed;
    top: 28%;
    right: 24px;
    width: 18px;
    z-index: 101;
    height: 310px
  }

  #sliderPos li {
    width: 15px;
    height: 15px;
    background-color: #eee;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-bottom: 18px
  }

  #sliderPos li a {
    cursor: pointer;
    display: block;
    opacity: 0
  }

  #sliderPos li.active {
    background-color: #369
  }

  section#gallery section article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
  }

  section#gallery section article img {
    min-height: 300px
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {

  main section#slider {
    display: block
  }

}