@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Epilogue', sans-serif !important;
  overflow-x: hidden;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url('../img/left.svg');
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url('../img/right.svg');
}

.grid-container {
  max-width: 1200px;
}

.costruzioni-2012 .grid-container.full {
  padding-right: 60px;
  margin-top: 35px;
}

.grid-container.fluid {
  max-width: 95%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pd {
  padding: 40px;
}

.mt {
  margin-top: 40px;
}

.parallax {
  background-attachment: fixed;
}

.no-mb {
  margin-bottom: 0 !important;
}
.slide-title{
  font-family: 'Epilogue', sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  margin: 0;
  color: #fff;
}
.slide-subtitle {
  margin: 0;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 25px;
}
.title {
  font-family: 'Epilogue', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  margin: 0;
  color: #fff;
}

.title.grey {
  color: #58575C;
}

.title.black {
  color: #000;
}

.subtitle {
  margin: 0;
  margin-top: 20px;
  font-weight: normal;
  color: #fff;
}

.contatti .subtitle {
  font-weight: 900;
}

span.uppertitle {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
}

.box-testo {
  font-size: 20px;
}

span.text-color {
  color: #F39233;
  font-weight: 900;
}

#header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 999999;
}

.logo {
  width: 205px;
}
.action-icon-sidenav.show-desktop img {
    width: 47px;
}
.sidenav ul.menu {
  float: right;
  padding: 0;
  margin: 0;
  height: calc(100vh - 150px);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  list-style: none;
}

.menu li {
  margin: 10px 0;
}

.menu li a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
  font-size: 20px;
} 

span.closebtn img {
    width: 20px;
}

/* .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li:last-child {
  margin-right: 0;
}

*/

.menu li a:hover {
  text-decoration: underline;
}

.action-icon-sidenav {
  cursor: pointer;
}

.sidenav {
  height: 100%;
  position: fixed;
  width: 350px;
  z-index: 100;
  top: 0;
  height: 100vh;
  overflow: auto;
  text-align: center;
  box-shadow: 0 0 5px #000;
  transition: .5s all;
  transition: .5s all;
  right: -50%;
  overflow: hidden;
  background: #fff;
  z-index: 99999999;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  color: #000;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
}


.open {
  right: 0 !important;
}

div#slider {
  margin-top: 85px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}

.slide-content {
    position: relative;
    top: 330px;
    left: 75px;
    z-index: 9999;
    width: 1200px !important;
    text-align: left;
    margin: 0 auto;
}

.box-servizi {
  margin-top: -85px;
  z-index: 999;
  position: relative;
  margin-bottom: 65px;
}

.box-servizio {
  color: #fff;
  background-color: #F39233;
  transition: .3s all;
  padding: 20px;
  min-height: 185px;
}

.box-servizio:hover {
  background-color: #58575C;
}

.titolo-servizio {
  font-size: 27px;
  line-height: 35px;
  font-weight: 900;
  margin-top: 30px;
}

.icona-servizio {
  margin-bottom: 10px;
}

.box-servizio .icona-servizio img {
  width: 90px;
  filter: invert(1);
}

.chiavi-in-mano .icona-servizio img {
  width: 75px;
}

li.motivo-text img {
  width: 90px;
}

.sezione {
  margin-bottom: 40px;
}

.trail {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.trail .trail-item {
  flex: .25;
  font-size: 20px;
}

.trail .trail-item span {
  display: block;
  font-weight: 900;
  transition: .3s all;
  font-size: 20px;
}

.trail-item:hover span {
  color: #F39233;
}

.bg-blue {
  background-color: #01385F;
  color: #fff;
  padding: 35px;
}

.bg, .box-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-blue .title:after {
  content: "";
  background: #F39233;
  width: 155px;
  height: 20px;
  position: absolute;
  margin-top: 17px;
  display: block;
  left: 4%;
  margin-left: -25px;
}

.bg-blue .box-testo {
  margin-top: 55px;
}

.bg-grey {
  background-color: #F7F7F7;
  padding: 35px 0;
}

.bg-black {
  background-color: #000;
  padding: 35px 0;
}

.chiavi-in-mano {
  margin-top: 70px;
  margin-bottom: 40px;
}

.desc-title {
  font-weight: 900;
  margin: 20px 0;
  font-size: 24px;
}

.desc-text {
  font-size: 20px;
}

.box-foto-costruzione {
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
}

.box-testo-sopra {
  font-size: 20px;
  padding-left: 35px;
  padding-right: 30px;
}

/* .box-testo-sotto {
  font-size: 20px;
  margin-top: 20px;
  background-color: #58575C;
  color: #fff;
  padding: 15px;
  margin-left: -64px;
  padding-top: 40px;
  padding-left: 65px;
  padding-bottom: 60px;
} */

.box-testo-sotto {
    font-size: 20px;
    margin-top: 20px;
    background-color: #58575C;
    color: #fff;
    padding: 15px;
    margin-left: -64px;
    padding-top: 40px;
    padding-left: 100px;
    padding-bottom: 60px;
}


ul.list {
  margin: 30px 0;
  font-size: 18px;
  padding: 10px;
}

ul.list li {
  color: #fff;
  margin-top: 20px;
  font-size: 22px;
}

ul.list li::marker {
  color: #F39233;
  font-size: 30px;
}


.motivi {
  float: right;
  list-style-type: none;
}


li.motivo-text img {
  float: left;
  margin-right: 20px;
}

.motivo-text {
  font-size: 30px;
  font-weight: 900;
  margin: 0 30px;
  text-align: left;
  line-height: 42px;
  padding: 10px;
  margin: 0;
  margin-bottom: 20px;
}

.motivo-text:last-child {
  margin-bottom: 0;
}

.overlay {
  background: rgb(112 110 111 / 50%);
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: .3s all;
}

.overlay .block-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

a.block-link {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

form.contact-form .is-6 {
  width: calc(45% - 30px);
  display: inline-block;
}

form.contact-form .form-item {
  margin: 20px 10px
}

form.contact-form .form-item input,
form.contact-form .form-item textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}

form.contact-form .form-item textarea {
  width: 89%;
  resize: none;
  border: 1px solid #fff;
  padding: 10px;
    background: #fff;
    color: #000;
}

form.contact-form .form-item input::placeholder{
  color: #fff;
  font-size: 16px;
}

form.contact-form .form-item input:focus,
form.contact-form .form-item textarea:focus {
  outline: none;
}

.privacy-wrapper {
  display: flex;
  margin: 20px 10px;
  align-items: center;
}

.privacy-wrapper input[type='checkbox'] {
  width: auto;
  margin-right: 10px;
}

.privacy-wrapper a {
  color: #F39233;
  text-decoration: none;
}

.privacy-wrapper a:hover {
  text-decoration: underline;
}

.contact-form input[type="submit"] {
  color: #F39233;
  background: transparent;
  border: 1px solid #F39233;
  padding: 10px 25px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
  text-transform: uppercase;
  transition: .3s all;
}


.contact-form input[type="submit"]:hover {
  background: #F39233;
  color: #fff;
}

#loader{
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  background: rgb(0 0 0 / 80%);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
  
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

div#ok {
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #000;
  margin-top: 16px;
}

.contact-form input[type='submit']:disabled {
  cursor: not-allowed !important;
}

.contatti {
  background-color: #706E6F;
  padding: 50px 0;
  color: #fff;
}

.social {
  padding: 20px 0;
}

.social img {
  width: 50px;
}



ul.list li {
    list-style: none;
    padding-left: 10px;
}

ul.list li::marker {
    display: none !important;
}

ul.list li::before {
	content: "";
	width: 20px !important;
	height: 20px;
	background: #f39200;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 4px;
	display: block;
	float: left;
	margin-left: -22px;
}
ul.list li.li2line:before {
    margin-top: 26px;
}

ul.list li.li3line:before {
    margin-top: 39px;
}

.perche-scegliere {
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 93px 0;
}

#footer {
  background-color: #EEF0E5;
  padding: 35px 0;;
}


.logo-footer {
  width: 280px;
}

.footer-contacts {
  font-weight: 600;
  font-size: 18px;
}

.footer-contacts a {
  color: #000;
  text-decoration: none;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.credits {
  background: #706E6F;
  padding: 15px 0;
  color: #fff;
}

.credits a {
  color: #fff;
  text-decoration: none;
}

.credits a:hover {
  text-decoration: underline;
}

.show-desktop { 
  display: block !important;
}

.show-mobile { 
  display: none !important;
}

.menu-open {
  display: block !important;
}


.bagno .subtitle {
    font-size: 25px;
}


@media screen and (max-width: 767px) {
  .show-desktop { 
    display: none !important;
  }
  
  .show-mobile { 
    display: block !important;
  }

  .action-icon {
    text-align: center;
    margin: 5px 0;
  }
  .action-icon img {
    width: 45px;
}

  #main-menu-mobile {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    margin-top: 24px;
  }

  #main-menu-mobile .menu-item {
    margin: 5px 0;
  }

  #main-menu-mobile .menu-item a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 900;
  }


  .slide-content {
    text-align: center;
    left: 0 !important;
    width: 100% !important;
    padding: 10px;
  }

  .slide-title {
    line-height: 35px;
    font-size: 29px;
  }

  .box-servizio {
    margin-bottom: 15px;
  }
  
  .cell:last-child .box-servizio {
    margin-bottom: 0px;
  }

  .trail {
    flex-direction: column;
  }

  .trail .trail-item {
    padding: 10px 0;
  }

  .bg-blue .title:after {
    margin-left: 20px;
  }

  .box-foto-costruzione {
    height: 330px;
    margin-bottom: 25px;
  }

  .box-testo-sotto {
    margin-left: 0;
    padding: 20px;
  }

  ul.list {
    padding-left: 25px;
    margin: 0;
  }

  li.motivo-text img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .motivo-text {
    font-size: 18px;
    text-align: center;
  }

  .costruzioni-2012 .grid-container.full {
    padding-right: unset;
  }

  .overlay .block-text {
    width: 100%;
  }

  form.contact-form .form-item,
  .privacy-wrapper {
    margin: 20px 0;
  }

  form.contact-form .is-6, 
  form.contact-form .is-12, 
  form.contact-form .form-item textarea  {
    width: 100%;
  }

  .social .cell {
    margin-bottom: 0px;
  }
  .sezione.bg.no-mb.pd {
    background: #fff;
  }

  .perche-scegliere {
    /* background-image: url('./img/perchè-scegliere.jpg') !important; */
    background-position: center !important;
    background-size: cover !important;
  }

  .credits div {
    text-align: center;
  }
  .title {
    font-size: 36px;
  }
}


@media screen and (min-width: 1200px) {
	.box-servizio {
		min-height: 270px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}