@charset "utf-8";
/* CSS Document */
.cms__component .wdt_90 {
  width: 90%;
  margin: 0 auto;
}
.cms__component .wdt_40 {
  width: 50%;
}
.cms__component .wdt_60 {
  width: 50%;
}
.cms__component .component__header {
  background-color: #ffe200;
  padding: 15px 10px;
}
.cms__component .component__body {
  background-size: cover;
  background-position: right top;
  background-color: rgb(0, 56, 117);
  padding: 1.5rem;
  display: flex;
  background-image: url(/showcase/img/background-desktop.jpg);
  padding: 200px 0;
}
.cms__component .component__body .intn .logo {
  max-width: 22em;
  width: 100%;
  display: inline-block;
}
.cms__component .component__body .txt h2 {
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  text-align: center;
  font-size: 41px;
  line-height: 47px;
}
.cms__component .component__body .txt p {
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
  line-height: 41px;
}
.cms__component .component__body .txt {
  grid-area: content;
  float: left;
}
.cms__component .component__body .cmp__img {
  float: left;
  text-align: right;
}
.cms__component .component__body .cmp__img .logo {
  max-width: 100%;
  padding-right: 30px;
  max-height: 320px;
}
.cms__component .component__footer {
  background-color: #eee;
  color: #777;
  text-align: center;
  padding: 30px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  display: flex;
}
.foo__logos {
  display: inline-flex;
}
.cms__component .component__footer .footer__loghi .foo__logos {
  margin-top: 20px;
}
.cms__component .component__footer .footer__loghi .foo__logos img {
  display: inline;
  margin: 0 10px;
}
/* INIZIO DELLE MEDIAQUERY */
@media screen and (min-width: 769px) and (max-width:890px) {
.cms__component .component__body .txt h2 {
    padding-top: 9% !important;
}
}
@media screen and (min-width: 891px) {
.cms__component .component__body .txt h2 {
    padding-top: 28px !important;
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .cms__component .component__body .txt h2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .cms__component .component__body .txt p {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 341px) {
  .cms__component .component__header {
    background-color: #ffe200;
    padding: 8px 10px;
  }
  .cms__component .component__header img.brand {
    height: 40px;
  }
  .cms__component .component__body .cmp__img .logo {
    max-width: 100%;
    padding-right: 0px;
    max-height: 340px;
  }
  .cms__component .component__body {
    background-size: cover;
    background-position: right top;
   
    display: flex;
  }
  .cms__component .wdt_40 {
    width: 100%;
  }
  .cms__component .wdt_60 {
    width: 100%;
    margin-top: 20px;
  }
  .cms__component .component__body .cmp__img {
    /* float: left; */
    text-align: center;
  }
  .cms__component .component__body .txt h2 {
    font-size: calc(28px + 1vw);
    line-height: calc(30px + 1.5vw);
  }
  .cms__component .component__body .txt p {
    font-size: calc(19px + 1vw);
    line-height: calc(26px + 1.5vw);
  }
}
@media screen and (max-width: 340px) {
  .cms__component .component__body {
    background-size: cover;
    background-position: right top;
    background-image: url("/showcase/img/background-mobile.jpg");
    
    display: flex;
   
  }
  .cms__component .component__header {
    background-color: #ffe200;
    padding: 10px 10px;
  }
  .cms__component .component__header img.brand {
    height: 30px !important;
  }
  .cms__component .wdt_90 {
    width: 100%;
    margin: 0 auto;
  }
  .cms__component .wdt_40 {
    width: 100%;
  }
  .cms__component .wdt_60 {
    width: 100%;
      margin-top:20px
  }
    .cms__component .component__body .txt h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}
.cms__component .component__body .txt p {
    font-size: 21px !important;
    line-height: 30px !important;
}
}
@media screen and (max-width: 1024px) and (min-width:769px) {
    .cms__component .wdt_90 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 1%;
}
    .cms__component .component__body .cmp__img {
    float: left;
    text-align: left;
}
}
@media screen and (min-width: 1025px), (max-width:768px) and (min-width:450px) {
    .wd404 {
        display:block !important;
    }
    .wd403, .wd1024 {
        display:none !important;
    }
	
	cms__component .component__body {
		background-image: url("/showcase/img/background-mobile.jpg");
	}
}
@media screen and (max-width: 1024px) and (min-width:769px), (max-width:449px) and (min-width:404px) {
    .wd404, .wd403 {
        display:none !important;
    }
    .wd1024 {
        display:block !important;
    }
}
@media screen and (max-width: 403px) {
    .wd404, .wd1024 {
        display:none !important;
    }
    .wd403 {
        display:block !important;
    }
}

@media screen and (max-width: 412px) {
.cms__component .component__footer .footer__loghi .foo__logos {
    margin-top: 20px;
    width: 30%;
    margin: 20 auto;
}
.cms__component .component__footer .footer__loghi .foo__logos img {
    display: inline;
    margin: 0 auto;
    height: 29px;
}
}

.cms__component .wdt_100 {
    width: 100%;
    margin: 0 auto;
}

