/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

/* NAVBAR
-------------------------------------------------- */
/* Align items center */

.navbar {
  margin: 0 auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 32rem; */
  height: auto;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 32rem; */
  height: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.container.marketing h1,
.container.marketing h2,
.container.marketing h3,
.container.marketing h4,
.container.marketing h5,
.container.marketing h6 {
	color: cadetblue;
}

@media only screen and (max-width: 720px) {
	.container.marketing h1,
	.container.marketing h2,
	.container.marketing h3,
	.container.marketing h4,
	.container.marketing h5,
	.container.marketing h6 {
		min-height:auto;
	}
    .itemImage {
        margin-top: 1.5rem !important;
        min-height: 250px;
    }
}

@media only screen and (min-width: 720px) {
	.container.marketing h1,
	.container.marketing h2,
	.container.marketing h3,
	.container.marketing h4,
	.container.marketing h5,
	.container.marketing h6 {
		min-height:100px;
	}
}

.wrapper-icon-front .rounded-circle.person {
	padding:1.5em;
	background-color: aquamarine;
}

.wrapper-icon-front .bi-1-circle-fill::before,
.wrapper-icon-front .bi-2-circle-fill::before,
.wrapper-icon-front .bi-3-circle-fill::before,
.wrapper-icon-front .bi-4-circle-fill::before,
.wrapper-icon-front .bi-5-circle-fill::before,
.wrapper-icon-front .bi-6-circle-fill::before {
	font-size:30px;
	position:absolute;
	color: cadetblue;
}

.wrapper-icon-front .bi-person::before,
.wrapper-icon-front .bi-buildings::before,
.wrapper-icon-front .bi-geo::before,
.wrapper-icon-front .bi-box-seam::before,
.wrapper-icon-front .bi-credit-card-2-back::before,
.wrapper-icon-front .bi-house-heart::before {
	font-size:70px;
	color: cadetblue;
}

.wrapper-call {
	background-color: cadetblue;
}

.wrapper-call .btn.btn-lg,
.btn.btn-lg.btn-primary {
	background-color: unset;
	text-transform:uppercase;
	border:solid 1px aquamarine;
	color: white;
	padding:1em;
	transition: border 0.5s, color 0.7s, background-color 0.5s;
}

.wrapper-call .btn.btn-lg:hover,
.btn.btn-lg.btn-primary:hover {
	background-color: aquamarine;
	border:solid 1px aquamarine;
	color: cadetblue;
	transition: border 0.5s, color 0.7s, background-color 0.5s;
}

.wrapper-mission {
	background-image: url("../img/mission-2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-dx {
	background-image: url("../img/mission.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgBucaLettere {
    background-image: url("../img/img_buca_lettere.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.imgCitofoni {
    background-image: url("../img/img_citofoni.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imgAscensori {
    background-image: url("../img/img_ascensori.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgAppartamento {
    background-image: url("../img/img_porta_appartamento.jpg");    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgAccesso, .imgTrovaLocazione, .imgTrovaLocazione, .imgSelezProdotto, .imgGestioneMulti, .imgPagaOnline, .imgConsegna {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    width: 120px;
    height: 120px;
}

.imgAccesso {
    background-image: url("../img/icon_accesso.png");
}


.imgTrovaLocazione {
    background-image: url("../img/icon_trova_locazione.png");
}
.imgSelezProdotto {
    background-image: url("../img/icon_selez_prodotto.png");
}
.imgGestioneMulti {
    background-image: url("../img/icon_gestione_multi.png");
}
.imgPagaOnline {
    background-image: url("../img/icon_paga_online.png");
}
.imgConsegna {
    background-image: url("../img/icon_consegna.png");
}

.lead {
    font-size: 1.15rem !important;
}
/* MOD SW 11.12.2024
-------------------------------------------------- */

.btn-front-featurette {
	background-color: aquamarine;
	border: 1px solid aquamarine;
	color: cadetblue;
	transition: border 0.5s, color 0.7s, background-color 0.5s;
	text-transform: uppercase;
	padding: 1.3em 2em;
	font-weight: 500;
}

.btn-front-featurette:hover {
	background-color: white;
	border: 1px solid aquamarine;
	color: black;
	transition: border 0.5s, color 0.7s, background-color 0.5s;
}

.featurette-heading.mt-4.mb-4 {
	min-height:auto;
}