@import "struttura.css";

/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/

body {
  font-family: 'DM Sans', sans-serif;
  color: #5d6162;
}

.wrapper {
  max-width: 100%;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
}

.noListStyle ul , .noListStyle li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
}

:root {
  --main-bg-blue: #163557;
  --main-bg-grey: #f2f2f2;
  --main-color-bue: #163557;
  --main-color-red: #ff0000;
}

.bkgBlue {
  background-color: #163557;
}

.bkgGrey {
  background-color: #ede7e1;
}

.leftCol50 {
  width: 50%;
}

.rightCol50 {
  width: 50%;
}

.col25 {
  width: 25%;
}

.col33 {
  width: 33.33333%;
}

.col66 {
  width: 66.66666%;
}

.containerBlock {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.twoCol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a:hover {
  color: #000;
}

/* header */


.logo {
  display: inline-block;
  width: 216px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -108px;
}

.logo img {
  width: 100%;
}

.logoSticky {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}


.ctaLink a {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-family: 'DM Sans', sans-serif;
}

.ctaLink .sliderCta {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-family: 'DM Sans', sans-serif;
}



.col50 {
  width: 50%;
  margin: 0;
  padding: 0;
}


.menuDx {
  position: absolute;
  right: 0;
  top: 0;
}


.menu, .menu li, .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu {
  padding: 12px 30px;
  background-color: #fff;
}

.menu a {
  font-size: 16px;
  line-height: 16px;
  color: #7c8081;
}

/* slide home */

.singleSlide {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
}

.singleSlide {
  position: relative;
}

.containerTextSlider {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.containerTextSlider h2 , .containerTextSlider h1 {
  font-family: 'Playfair Display', serif;
  font-size: 75px;
  line-height: 87px;
  color: #fff;
  font-weight: normal;
}

.containerSliderHome .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}



/* two col home */


.row .twocol {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px 0;
}

.row .twocol .col50 {
  width: 50%;
  padding: 40px;
}

.row .twocol .col50 h3 {
  font-family: 'Playfair Display', serif;
  color: #585b5c;
  font-size: 50px;
  line-height: 55px;
  padding: 30px 0 20px 0;
  margin: 0;
  font-weight: normal;
}

.row .twocol .col50 p {
  color: #858889;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 40px;
}

.row .twocol .col50 .ctaLink a { 
  color: #585b5c;
  font-size: 22px;
}

/* row territorio home */

.territorioContainer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
}

.imgTerritorioContainer {
  display: flex;
  flex-wrap: wrap;
}

.imgTerritorioContainer .singleImg {
  width: 25%;
  padding: 0 18px;
  position: relative;
}

.imgTerritorioContainer .singleImg img {
  width: 100%;
}

.imgTerritorioContainer .singleImg p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
}

.territorioContainer h4 {
  text-align: center;
  padding: 20px 20px 100px 20px;
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  color: #585b5c;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
}

p.abstract {
  text-align: center;
  color: #585b5c;
  font-size: 20px;
  line-height: 55px;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
}

/* footer */

.footerContainer {
  background-color: #585b5c;
}

.footerWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}

img.logoFooter {
  max-width: 100px;
  padding-bottom: 100px;
}

p.addressContainer {
  font-size: 16px;
  line-height: 21px;
  color: #b5b7b8;
}

.footerWrapper .col25 ul li a {
  font-size: 16px;
  line-height: 21px;
  color: #b5b7b8;
}

.footerWrapper .col25 ul li {
  padding-bottom: 10px;
}

.containerRowImgText h2 {
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: #585b5c;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
}

.testoDoveSiamo h2 {
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: #585b5c;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  padding-bottom: 20px;
}

.Raggiungerci{
	font-size: 30px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    color: #585b5c;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    padding-bottom: 20px;
}


.testoRaggiungerci p {
  font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: #858889;
    font-weight: normal;
}

.testoRaggiungerci {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.raggiungerci-title{
	padding-left:40px;
}
@media screen and (max-width: 768px) {
   .testoRaggiungerci {
        
        padding-left: 20px;
	   padding-right: 20px;
    }
}

.testoDoveSiamo p {
  font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: #858889;
    font-weight: normal;
}

.ctaLink.black {
  color: #585b5c;
  font-size: 22px;
}





/* mobile */



.containerMenuMobile {
  /* display: none; */
}

#my-button {
  display: none !important;
}




/* strtutura */


.containerTextInternal {
  padding: 100px 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.containerTextInternal h2 {
  max-width: 800px;
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: #585b5c;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
}

.containerRowImgText {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}

.containerRowImgText h3 {
  font-size: 50px;
  line-height: 55px;
  padding: 0;
  margin: 0;
  font-family: 'Playfair Display', serif;
  color: #585b5c;
  font-weight: normal;
  padding-bottom: 20px;
}

.containerRowImgText p {
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: #858889;
  font-weight: normal;
}

.containerRowImgText .col50 {
  width: 50%;
  padding: 40px;
}


.galleryContainer .owl-dots {
  margin-top: 0;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}



/* LE CAMERE */

.bgkCream {
  background-color: #f2e8df;
}

.containerTitleCamere {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 170px;
  padding-bottom: 300px;
  text-align: center;
}

.containerTitleCamere h1 {
color: #7c8081;
font-size: 52px;
padding: 0;
margin: 0;
font-family: 'Playfair Display', serif;
font-weight: 500;
padding-bottom: 20px;
}

.containerTitleCamere p {
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #7c8081;
}

.containerBigimg {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: -250px;
}

.containerBigimg img {
  width: 100%;
}


.containerListCamere {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.containerListCamere ul, .containerListCamere li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.containerListCamere ul {
  padding-top: 40px;
  margin-right: 75px;
  border-bottom: 2px solid #e8e8e7;
}

.containerListCamere ul li a {
  font-size: 16px;
  line-height: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  color: #5d6162;
  padding: 20px 0;
  display: block;
  border-top: 2px solid #e8e8e7;
}

.containerListCamere ul li a:hover {
  color: #000;
}

.containerListCamere ul.sticky {
  position: fixed;
  top: 30px;
  width: 100%;
  max-width: 325px;
  padding-right: 0;
  margin-right: 75px;
}

.containerListCamere .descriptionText {
  padding-top: 40px;
}

.containerListCamere .descriptionText {
  padding-top: 40px;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 100px;
}

.singleCameraList {
  padding-bottom: 100px;
}

.singleCameraList h2 , .singleCameraList h2 a {
  padding: 0;
  margin: 0;
  font-size: 52px;
  line-height: 52px;
  padding-bottom: 50px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  color: #5d6162;
}

.singleCameraList .ctaLink a {
  color: #696c6e;
  font-size: 22px;
  line-height: 22px;
  padding-top: 50px;
  display: inline-block;
}

.singleCameraList .ctaLink a:hover {
  color: #000;
}

.imgFull {
  width: 100%;
}

.containerAltriServizi {
  width: 100%;
  padding: 50px 40px;
  margin: 0 auto;
  max-width: 1280px;
}

p.abstractAltriServizi {
  text-align: left;
  font-size: 30px;
  line-height: 20px;
  padding: 0 0 50px 0;
  margin: 0;
  font-family: 'Playfair Display', serif;
}

p.titoloAltriServizi {
  text-align: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 70px;
  font-family: 'Playfair Display', serif;
}

.tabellaServizi {
  display: flex;
  flex-wrap: wrap;
}

.bloccoServizio {
  width: 50%;
  padding: 0;
  padding-right: 75px;
  padding-bottom: 100px;
}

.bloccoServizio .titoloServizio {
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.descrizioneServizio p {
  font-size: 20px;
  line-height: 28px;
}

.bloccoServizio p {
  font-size: 20px;
  line-height: 28px;
}

.bloccoServiziCamere {
  display: flex;
  flex-wrap: wrap;
} 

.bloccoServizioCamera {
  width: calc(50% - 30px);
  padding: 0;
  padding-right: 0;
  padding-bottom: 100px;
  margin-right: 30px;
  border-top: 2px solid #e6e6e5;
}

.bloccoServizioCamera img {
  height: 30px;
  margin: 20px 0;
}

.ctaPrenota {
  margin-top: 40px;
}

.ctaPrenota a {
  border: 1px solid #969698;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  padding: 0 60px;
}






/* menu */

.logoSticky {
  display: none;
}

.header.sticky {
  height: 62px;
  background-color: #fff;
}

.header.sticky .logo {
  display: none;
}

.header.sticky .logoSticky {
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -40px;
  display: block;
}

.header.sticky .logoSticky img {
  height: 40px;
}

.header.sticky .bloccoTitolo {
  display: block;
}

.bloccoPrenota {
  right: 60px;
  top: 0;
  height: 62px;
  position: absolute;
  background-color: #fff;
  line-height: 62px;
  padding: 0 30px;
  border-left: 1px solid #f2e8df;
  border-bottom: 1px solid #f2e8df;
  font-size: 16px;
}

.bloccoTitolo {
  left: 24px;
  top: 0;
  height: 62px;
  position: absolute;
  background-color: #fff;
  line-height: 62px;
  padding: 0 30px;
  font-size: 16px;
  display: none;
  font-family: 'Playfair Display', serif;
  color: #a17b4f;
}


.openCloseMobile {
  float: right;
  margin-top: 0;
  margin-right: 0;
  display: block;
  z-index: 999999;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7c8081;
  height: 62px;
  padding: 24px 24px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 20px;
  height: 16px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #cbcbcc;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
  width: 100%;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}  


.containerMenuMobile {
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  bottom: 0;
  background-color: #7c8081;
  width: 100%;
  max-width: 400px;
}

.boxMenuMobile {
  background-color: #7c8081;
  padding: 62px 124px 62px 62px;
}

.navMobile {
  padding: 0;
  background-color: #7c8081;
}

.navMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navMobile li a {
  color: #c1c1c1;
  font-size: 30px;
  line-height: 22px;
  padding-bottom: 28px;
  font-family: 'Playfair Display', serif;
  display: block;
}

.navMobile li a:hover {
  color: #fff;
}

.prentoaCtaMenuOpen {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.prentoaCtaMenuOpen a {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  line-height: 62px;
  height: 62px;
}



/* animazioni */
/* animazioni */

.fullImgBkg {
  height: 100vh;
}

.anim-at-100 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-100.anim {
  opacity: 1;
  transform: translateY(0px);
}

.anim-at-20 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-20.anim {
  opacity: 1;
  transform: translateY(0px);
}

.anim-at-40 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-40.anim {
  opacity: 1;
  transform: translateX(0px);
}

.anim-at-60 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 1s;
}

.anim-at-60.anim {
  opacity: 1;
  transform: translateY(0px);
}


/* gallery */

.ngg-gallery-thumbnail img {
  width: 100% !important;
  padding: 5px !important;
}



/* form */ 


form.wpcf7-form .wpcf7-form-control-wrap input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #7c8081;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  max-width: 440px;
  outline: 0;
}

form.wpcf7-form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #7c8081;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  max-width: 440px;
  outline: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  border: 1px solid #7c8081;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #7c8081;
  color: #fff;
}