body {
    font-family: "Montserrat", "Roboto", sans-serif;
}

.btn.btn-main {
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 600;
    background-color: #272727;
    color: #fff;
}
.btn.btn-light {
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 600;
    background-color: #fff;
    color: #272727;
}

.form-control {
    border-radius: 0;
}

#topbar {
    height: 200px;
    background-color: #fff;
}
#topbar .topbar-logo {
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out 0s;
}
#topbar .topbar-logo img {
    max-height: 70%;
    max-width: 300px;
    width: auto;
    height: auto;
    object-fit: contain;
}
#topbar .topbar-social {
    font-size: 34px;
}

#topbar .topbar-info {
    padding-right: 50px;
}
#topbar .topbar-info .topbar-icon {
    /*background-color: #fff;*/
    border-radius: 50%;
    /*border: 2px solid lightgray;*/
    height: 50px;
    width: 50px;
}
#topbar .topbar-info .topbar-data {
    padding: 2px 15px;
    color: gra;
}
#topbar .topbar-info .topbar-data h6 {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: -5px;
    letter-spacing: 0.05em;
}
#topbar .topbar-info .topbar-data p,
#topbar .topbar-info .topbar-data a {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
}

#menubar {
    color: #fff;
}
#menubar a {
    font-size: 22px;
    font-weight: 800;
    padding: 10px 15px;
    text-transform: uppercase;
}
#menubar .collapse:not(.show) {
  /*display: none !important;*/
}
#menubar .navbar-nav {
  /*flex-direction: column;*/

  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: ;
  --bs-nav-link-hover-color: ;
  --bs-nav-link-disabled-color: ;
}
#menubar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.bg-img {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img.cart-thumb {
  height: 50px;
}

.footer-line {
    height: 20px;
}
footer {
    background-color: #000;
    color: #fff;
}
footer a {
    color: #aaa;
}

#section-carousel {

}
.splide-container .splide-carousel .splide-caption {
    position: absolute;
    /*top: 20%;*/
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 1450px;
    text-align: center;
    padding: 0 2rem;
}
.splide-container .splide-carousel .splide-caption h1 {
    /*font-size: 140px;*/
    font-size: 80px;
    font-weight: 800;
    line-height: .9;
    letter-spacing: -7px;

    /*background: url(/templates/26/text-bg.png) no-repeat center center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/

    color: #fff;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.splide-container .splide-carousel .splide-caption p {
    /*font-size: 28px;*/
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

#section-who {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
#section-who .text-container {
    /*position: absolute;
    max-width: 80%;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);*/
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 20%;
}
#section-who h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
}
#section-who h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 30px;
}
#section-who h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

#section-services {
    margin: 50px 0;
    color: #fff;
}
#section-services a {
    color: #fff;
}
#section-services .ratio {
    border: 16px solid #000;
}
#section-services .ratio img {
    object-fit: cover;
}
#section-services .text-container {
    background-color: #0005;
}
#section-services .text-container h1 {
    font-size: 36px;
    font-weight: 400;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
#section-services .text-container p {
    line-height: 1.3;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

#section-break-1, 
#section-break-2 {
    color: #fff;
    text-align: center;
}
#section-break-1 h1, 
#section-break-2 h1 {
    font-size: 28px;
}
#section-break-1 h2, 
#section-break-2 h2 {
    font-size: 22px;
    font-weight: 300;
}

#section-gallery {
  
}
#section-gallery img {
  object-fit: cover;
}
#section-gallery .album-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  transition: .5s ease;
  background-color: #fff5;
  color: #fff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
}
#section-gallery a {
  
}
#section-gallery .ratio:hover .album-overlay {
  opacity: .85;
  padding: 20% 10px;
}
#section-gallery .album-overlay h1 {
  
}
#section-gallery .album-overlay i {
  
}

#section-products {
    margin: 100px 0;
}
#section-products #products-tab .nav-item button {
    
}
#section-products #products-tab .nav-item button.active {
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 600;
    background-color: #272727;
    color: #fff !important;
}
#section-products .card .card-header {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#section-blog .card {
    border: 16px solid #272727;
    border-radius: 0;
    padding: 0 !important;
}
#section-blog .card hr {
    border-top-width: 2px;
    border-top-color: #272727;
    opacity: 1;
}

#section-reservations label:not(.form-check-label) {
    font-weight: bold;
}

#section-documents .card {
    border: 16px solid #272727;
    border-radius: 0;
}

#section-staff .ratio img,
#section-brands .ratio img {
    object-fit: cover;
}
#section-staff .staff-info {
    /*display: inline-block; */
    background-color: #272727;
    color: #fff;
    /* border-radius: 15px; */
    padding: 10px;
    /* margin-top: -35px; */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    /* margin: 10px; */
    opacity: .85;
    width: 100%;
    text-align: center;
}
#section-staff .staff-info h1 {
  font-size: 14px;
  font-weight: bold;
}
#section-staff .staff-info h2 {
  font-size: 14px;
}

.mappa {
  height: 350px;
}

.facebook-post {
  /*padding: 12px;*/
  color: #1c1e21;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16.08px;
  overflow-wrap: break-word;
  background-color: #fcfcfc;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin-bottom: 24px;
}
.facebook-post .facebook-header {
  padding: 12px 12px 0;
}
.facebook-post .facebook-content {
  /*margin-top: 10px;*/
  padding: 12px;
}
.facebook-post .facebook-image {
  width: 100%;
  border-radius: 0;
}
.facebook-post p {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.32px;
}
.facebook-post .facebook-avatar-div {
  width: 45px;
  float: left;
}
.facebook-post .facebook-info-div {
  margin-left: 50px;
}
.facebook-post .facebook-avatar {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.facebook-post .facebook-name {
  color: #385898;
  margin-bottom: 2px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
  width: 100%;
}
.facebook-post .facebook-name small {
  color: #616770;
  font-size: 14px;
}
.facebook-post .facebook-time {
  color: #616770;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 6px;
}
.facebook-post .facebook-link {
  background-color: #f2f3f5;
  padding: 10px 12px;
}
.facebook-post .facebook-link h1 {
  color: #606770;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
}
.facebook-post .facebook-link h2 {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  line-height: 20px;
  margin: 3px 0 0;
  padding-top: 2px;
}
.facebook-post .facebook-image-thumb {
  display: inline-block;
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: 50%;
  margin: 1px -2px -3px 0;
 }
.facebook-post .facebook-image-thumb:before {  
  content: "";  
  display: block;
  padding-top: 100%; 
 }
 .facebook-post .facebook-image-thumb .facebook-image-thumb-inner {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 45% 0 0 40%;
 }
 .facebook-post .facebook-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -40px;
 }

 .ig-post {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
}
.ig-post .ig-header {
  margin-bottom: 20px;
}
.ig-post .ig-header .ig-avatar-div {
  float: left;
  width: 32px;
  margin-right: 12px;
  /* border: 3px solid black; */
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  width: 38px;
  height: 38px;
  padding: 1px 2px 2px 2px;
}
.ig-post .ig-header .ig-avatar-div .ig-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.ig-post .ig-header .ig-info-div {
  display: flex;
  padding-top: 8px;
}
.ig-post .ig-header .ig-info-div .ig-name {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.ig-post .ig-header .ig-info-div .ig-time {
  float: left;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}
.ig-post .ig-content .ig-image {
  width: 100%;
  border-radius: 4px;
}
.ig-post .ig-content .ig-play-button {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 15%;
}
.ig-post .ig-content .ig-likes {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: -2px 0 5px 0;
}
.ig-post .ig-content .ig-icons {
  width: 100%;
  margin: 15px 0;
}
.ig-post .ig-content .ig-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* MEDIA QUERIES */

@media (min-width: 992px) {
  #topbar .topbar-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .splide-container .splide-carousel .splide-caption h1 {
    font-size: 40px;
    letter-spacing: 0px;
  }
}

@media (max-width: 1199.98px) {
  #section-who .text-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}