body,
body p {
  font-family: adobe-jenson-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

strong {
  font-weight: 600;
}

.grigio {
  color: #5c5c5b;
}

a {
  color: #000;
}

.row {
  margin-left: 0;
}

a:hover {
  color: #b38d2e;
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.contenitore {
  display: flex;
  padding-top: 60px;
  align-items: center;
}

.contenitore>div {
  max-width: 50%;
  min-width: 50%;
}

h1 {
  color: #b38d2e;
  text-transform: uppercase;
  font-family: "adobe-jenson-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
}

h2 {
  font-family: adobe-jenson-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  color: #000;
  line-height: 35px;
  padding: 20px 0 80px 0;
  max-width: 80%;
  margin: 0 auto;
}

a.facebook {
  color: transparent;
  background-image: url("../img/facebook.svg");
  width: 25px;
  height: auto;
  min-height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all var(--fast);
}

a.instagram {
  color: transparent;
  background-image: url("../img/instagram.svg");
  width: 25px;
  height: auto;
  background-repeat: no-repeat;
  min-height: 25px;
  display: inline-block;
  background-size: contain;
  transition: all var(--fast);
  margin-right: 10px;
}

.header {
  padding: 0 0;
  background-image: url("../img/header-casa-rossa-morgano.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
}

.header .logo {
  text-align: center;
  width: 30vh !important;
  max-width: 30vh;
  min-width: 30vh;
}

.header .logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 15px 0;
}

.header .row {
  display: flex;
  min-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.content-stretto {
  text-align: center;

  padding: 30px;
}

.container-xl.footer {
  padding: 30px 0 25px 0;
}

.link-header {
  text-align: right;
}

.link-header a {
  color: #000;
  font-size: 20px;
  padding-right: 10px;
}

.link-header a:hover,
.link-footer a:hover {
  text-decoration: none;
  color: #ea0029;
}

.link-header svg path,
.link-footer svg path {
  fill: #ea0029;
}

.link-footer a {
  color: #000;
  padding-left: 10px;
}

.footer ul {
  display: flex;
  justify-content: space-between;
}

.footer ul li.social {
  list-style: none;
}

/* ANCHOR SWIPER SLIDE */
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .container-xl.footer {
    padding: 30px 20px 20px 30px;
  }

  .container-xl.header {
    padding: 30px 30px 20px 30px;
  }
}

@media screen and (max-width: 1054px) {
  .corsivo {
    font-size: 30px;
    line-height: 41px;
  }
}

@media screen and (max-width: 900px) {
  .contenitore>div {
    max-width: 100%;
    min-width: 100%;
  }

  .contenitore {
    flex-direction: column-reverse;
  }

  .header {
    background-position: left;
  }
}

@media screen and (max-width: 875px) {
  .footer .row {
    display: block;
  }

  .corsivo {
    font-size: 38px;
    line-height: 55px;
  }

  body {
    font-size: 12px;
  }

  ul {
    padding-left: 15px !important;
  }

  .footer .col-sm-6 {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 742px) {
  .link-header a {
    font-size: 16px;
    padding-left: 5px;
  }

  .link-header svg {
    width: 13px;
  }
}

@media screen and (max-width: 600px) {

  .header .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  h2 {
    max-width: 100%;
  }

}

@media screen and (max-width: 594px) {
  .corsivo {
    font-size: 34px;
    line-height: 51px;
  }
}

@media screen and (max-width: 537px) {
  .corsivo {
    font-size: 30px;
    line-height: 41px;
  }
}

@media screen and (max-width: 414px) {
  .corsivo {
    font-size: 38px;
    line-height: 55px;
  }
}