@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

html, body {
	width: 100%;
	height: 100%;
}

h1,h4 {
	font-family: 'Tangerine', cursive;
	color: rgb(231,154,59);
}

h1,h2,h3 {
	font-weight: 700;
	text-transform: ;

}

h5, h6 {
	
    font-weight: 100;
    	text-transform: uppercase;

}

h4 {
	letter-spacing: 1px;
	font-size: 80px;
	font-weight: 700;

}

.text-center p {

}

.p-justify p {
	font-size: 12px;
}

.sfondo-full {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.sfondo-full-fixed {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}

.dark {
	color: #fff;
	background-color: #222;
}

.dark-orange {
	color: #fff;
	background-color: #ecc493;
}

.dark-orange h1 {
	margin-bottom: 0px;
	padding: 50px 0px;
	letter-spacing: 2px;
}

.light {
	color: #222;
	background-color: #fff;
}


.orange {
	color: orange;
}


.container-abs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.container-abs-top {
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
}

.text-upper {
	text-transform: uppercase;
}

.text-xxl {
	font-size: 40px;
	line-height: 40px;
}



.icon-menu {
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 20px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	z-index: 100;
}

.icon-menu-int {
	background-color: #000;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: orange;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  text-transform: ;

}

.overlay a.lng {
  font-size: 16px;
}



/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
 	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	font-size: 30px;
	color: #fff;
}

.swiper-container {
	width: 100%;
	background-color: #ecc493;
}

.swiper-button-next, .swiper-button-prev {
    width: 16px;
    height: 26px;
    background-size: 16px 26px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
}

@media (min-width: 768px) {
	.swiper-container {
		width: 100%;
		height: 100%;
		max-height: 1080px;
		min-height: 900px;
	}

	.swiper-button-next, .swiper-button-prev {
		width: 27px;
		height: 44px;
		background-size: 27px 44px;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 27px;
	}
}

.swiper-container h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	color: #f09e24;
	background-color: rgba(0,0,0,0.8);
	padding: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 5px;
    border-radius: 0px;
    opacity: .8;
}

@media (min-width: 768px) {
	
	.swiper-pagination-bullet {
		margin: 0 8px;
		width: 50px;
		height: 5px;
		border-radius: 0px;
		opacity: .8;
	}

}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ecc493;
}


.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #11862f;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }


 footer p {
 	font-size: .95rem;
 	margin-bottom: .2rem;
 }

footer a {
	color: 11862f;
}

 footer a:hover {
 	color: #11862f;
 }   


footer .fab {
	font-size: 2rem;
	line-height: 2rem;
}

.flex-foot {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.hidden-mobile {
	display: none;
}

@media (min-width: 768px) {

.hidden-mobile {
	display: block;
}

}

.container-fluid.section {
	padding-top: 120px;
padding-bottom: 120px;
position: relative;
z-index: 10;
background-image: url(/sfondi/pattern.jpg);
overflow: hidden;
}

.container-fluid.section_menu {
	padding-top: 120px;
padding-bottom: 120px;
position: relative;
	background-image: url(/sfondi/sf_menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg-flex-right {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-flex-cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;

}
    
.btn-orange {
	color:#fff !important;
	border-color:#ffab40;
	background-color:#ffab40;
	text-transform: uppercase;
}

.p-50 {
	padding: 15px;
}

.p-100 {
	padding: 100px 0;
}

.p-150 {
	padding: 150px 0;
}

.container-map {
	padding-right: 0px;
    padding-left: 0px;
}

footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

footer .container-fluid {
	padding: 25px 0px 25px 0px;
	background-image: linear-gradient(#d69256 0%, #d69256 90%);

}
    

p.p-flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0px auto;
}

p.p-flex b {
	flex: 0 0 30%;
	text-align: left;
	font-weight: normal;
}

p.p-flex span {
	flex: 0 0 70%;
	text-align: right;
}

footer .img-fluid {
	max-height: 150px;
}


@media screen and (min-width: 768px) {

.text-xxl {
	font-size: 180px;
	line-height: 80px;
}

.p-50 {
	padding: 50px;
}

.p-justify p {
	font-size: 18px;
	text-align: justify;
}


}

@media screen and (min-width: 1200px) {

.sfondo-full-fixed {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

}
.swiper-home .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.swiper-home .swiper-wrapper .swiper-slide img {
  transform: scale(1.2);
  transition: all 3s;
}

.swiper-home .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-home .swiper-wrapper .swiper-slide .container h1 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 3s;
  transition: all 3s;
  position: relative;
  top: 50px;
}

@media screen and (min-width: 992px) {
  .swiper-home .swiper-wrapper .swiper-slide .container h1 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1900px) {
  .swiper-home .swiper-wrapper .swiper-slide .container h1 {
    font-size: 110px;
  }
}


.swiper-home .swiper-wrapper .swiper-slide .container h2 {
  text-transform: none !important;
  position: relative;
  transition: all 3s;
  top: -50px;
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible img {
  opacity: 1;
  transform: scale(1);
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible h1 {
  opacity: 1;
  top: 0;
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible h2 {
  opacity: 1;
  top: 0;
}

.relative-container {
  position: relative;
  overflow: hidden;
  background: #000;
}

.relative-container img {
  opacity: 1;
}

.relative-container .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.relative-container .container h1 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .relative-container .container h1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1900px) {
  .relative-container .container h1 {
    font-size: 110px;
  }
}

.col-abs {
  position: relative;
}

@media screen and (min-width: 768px) {
  .col-abs .content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    height: 120%;
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.07);
  }
}