@font-face {
    font-family: "sole24sans";
    src: url("./fonts/sole24sansnumber-medium-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "sole24sans";
    src: url("./fonts/sole24sansnumber-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "sole24sans";
    src: url("./fonts/sole24sansnumber-semibold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

body{
    margin: 0;
}

p, li, span, a, h1, h2{
    font-family: "sole24sans", normal;
}

h1{
    margin: 0 !important;
}

/* Shrink */
.white-btn a:hover{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.white-btn a:hover, .white-btn a:focus, .white-btn a:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.visual{
    text-align: right;
    background-image: url("./img/visual-dk.png");
    background-position: top;
    background-repeat: no-repeat;
	 background-size: cover;
    
}

.main-title{color:#ffffff}

.header-er {
    
    top: 0;
    background-color: #ffe0c9;
    margin:0;
    z-index: 1999;
  }
  .logo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 6px;
    background: #fff;
  }

  .logo img{
    object-fit: contain;
    height: 48px;
  width: 100%;
  }
  .header-er {
    
    top: 0;
    background-color: #ffe0c9;
    margin:0;
  }
  .logo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 6px;
    background: #ffe0c9;
  }



.space{
    padding: 10px 0;
}

.blue-stripe{
    background-color: #ffdcc8;
    color: black;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 20px 0;
}

.txt-high{
    font-size: 26px;
    font-weight: bold;
}

.np-sito{
    font-size: 20px;
    
}

.txt-xmin{
    font-size: 16px;
}

.txt-min{
    font-size:18px;
}

.txt-intro{
    font-size:22px;
}

.white-btn{
    display: inline-block;
    padding: 10px 25px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.spacing-top{
    padding-top: 25px;
    padding-bottom: 10px;
}

.newspaper{
    padding-top: 50px;
}

.np-img{
    text-align: center;
    padding-bottom: 20px;
}

.np-title{
    font-size: 22px;
    font-weight: 900;
}

.np-intro{
    font-size: 20px;
}

.txt-blue{
    color: #083969;
}

.txt-black{
    color: #000000;
}


.newspaper ul{
    padding: 0 20px;
}

.newspaper ul li{
    padding: 5px 0;
}

.col-txt ul{
    padding: 0 20px;
}

.col-txt ul li{
    padding: 5px 0;
}

/*.col-img{ 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}*/

.col-img img{
    width: 100%;
    max-width: auto;
    align-items: center;
}

.col-txt{
    margin-top: 20px;
    margin-bottom: 20px;
}

.other-deal{
    text-align: center;
    padding: 50px 0;
}

.other-deal a{
    text-decoration: none;
    color: black;
}

.max-full{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.introduction{
    margin:0 auto;
    padding: 30px 0;
}

@media(min-width: 992px) {
    .introduction {
        margin-bottom: 30px;
    }
}

.white-btn:hover{
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.white-btn:hover, .white-btn:focus, .white-btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
}

.badge-store{
    max-width: 70px !important;
}

@media (max-width: 767px){  /* FINO ALLO SMARTPHONE */

	.smartphone{display:none;
		
	}
	
	.testo-mobile{
    font-size: 18px;
    
}
	
	.np-sito{
    font-size: 16px;
    
}
	
    .visual-mb h1{
        font-size: 23px !important;
        padding: 0 20px;
        text-align: center;
    }

    .visual-mb img{
        width: 100%;
        padding-bottom: 0px;
    }

    .visual{
        display: none;
    }

    h2{
        font-size: 22px !important;
    }
	
	
}

@media (min-width:768px){
    .visual-mb{
        display: none;
    }

    .visual{
        display: block;
    }

    .visual h1{
        padding: 50px 0 50px 0;
        text-align: left;
    }
}


@media(min-width:768px) and (max-width: 991px){
    #footer-common .container{
        width: auto;
    }
    
}

@media (max-width: 991px){
    .sticky-stripe{
        
        top: 0;
        border-bottom: 2px solid white;
        width: 100%;
    }

    .max-full{
        width: 90%;
        margin-left: 5%;
    }

    .close{
        opacity: 0;
    }

}

@media (min-width:992px){
    .newspaper{
        width: 50%;
        float: left;
    }

    .left{
        text-align: left;

    }

    .pad-left{
        padding-left: 5%;
    }

    .right{
        text-align: right;
    }

    .pad-right{
        padding-right: 5%;
    }

    .other-deal{
        font-size: 20px;
    }

}

@media (min-width: 1200px){
    
    .np-title{
        font-size: 31px;
    }

    .blue-stripe{
        font-size: 29px;
    }

    .txt-min{
        font-size: 26px;
    }
	
	.txt-intro{
    font-size:22px;
}

    .txt-high{
        font-size: 34px;
    }

    .white-btn{
        font-size: 28px;
    }

    .txt-xmin{
        font-size: 22px;
    }
}
/**************************
CONTENT-APP
*************************/
.content-app{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16px;
}

.content-max{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
}

.content-app p{
    margin-top: 0px;
}
.content-app .col-store-img{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.content-app .icon-list {
  display: flex;
  margin: 8px 0px;
}
.content-app .icon-list .list-img {
  display: inline-flex;
  align-items: flex-start;
  width: 35px;
  height: auto;
  margin-right: 15px;
}
.content-app .icon-list .list-txt {
  display: inline-flex;
  font-size: 20px;
  line-height: 22px;
  color:#dc8476;
  width: 90%;
}
.app-logo{
  width: 69px;
}
.google-store{
  width: 116px !important;
}
.apple-store{
  width: 105px !important;
}
.col-img{
  width: 100%;
  text-align: center;
}
.col-img img{
  width: 100%;
  max-width: 278px !important;
}

.content-app .icon-list {
    align-items: center;
}
.col-store-img{
    width: 8%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.app-logo{
    width: 100%;
    max-width: 97px !important;
}
.google-store{
    width: 100%;
    max-width: 97px !important;
}
.apple-store{
    width: 100%;
    max-width: 97px !important;
}
.col-txt{
    width: 100%;
}
.col-img{
    flex: 0 0 auto;
    width: 100%;
    /*display: flex;
    align-self: center;
    margin-top: 20px;*/
}

@media(min-width: 992px) {
    .content-app {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .col-img{
        width: 23%;
    }

    .col-txt{
        width: 54%;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 0;
        margin-bottom: 0;
		
    }
}

@media(min-width:768px) and (max-width: 991px){
  #footer-common .container{
      width: auto;
  }
}

@media (max-width: 991px){
  .sticky-stripe{
      top: 0;
      border-bottom: 2px solid white;
      width: 100%;
  }
  .max-full{
      width: 90%;
      margin-left: 5%;
  }
  .close{
      opacity: 0;
  }
}

@media (min-width:992px){
  .newspaper{
      width: 50%;
      float: left;
  }
  .left{
      text-align: left;
  }
  .pad-left{
      padding-left: 5%;
  }
  .right{
      text-align: right;
  }
  .pad-right{
      padding-right: 5%;
  }
  .other-deal{
      font-size: 20px;
  }
}

@media (min-width: 1200px){
  .np-title{
      font-size: 35px;
  }
  .red-stripe{
      font-size: 29px;
  }
  .txt-min{
      font-size: 26px;
  }
	
	.txt-intro{
    font-size:22px;
}
  .txt-high{
      font-size: 34px;
  }
  .txt-price{
    font-size: 38px;
	  color:#f77c6b;
}
  .white-btn{
      font-size: 28px;
  }
  .txt-xmin{
      font-size: 22px;
  }
  .newspaper p{
      font-size:20px;
  }
  .txt-blue{
      font-size:20px;
  }
  .sub-title{
      font-size: 20px;
  }
}

/*****************************
APP
*****************************/
#app li {
  display: flex;
  padding: 10px 0;
  font-size: 16px;
  line-height: 21px;
}

#app li img {
  height: 35px;
  width: 35px;
  margin-right: 20px;
}

#app h3 {
    font-size: 24px;
    font-weight: 500;
}

#scaricaApp {
  display: flex;
  display: none !important;
}

#scaricaApp div:first-child {
  margin-right: 15px;
}
@media (min-width: 768px) {
  #app .max-full {
    display: flex;
    align-items: center;
  }
  #app .max-full > div:first-child {
    order: 1;
    width: 46%;
    padding-left: 100px;
  }
  #app li{
    padding: 5px 0;
    font-size: 20px;
    line-height: 24px;
  }
  #scaricaApp {
    max-width: 350px;
  }
}

/*SDM Added*/
.details_button {
    display: inline-block;
    padding: 7.5px 20px;
    border: 1px solid #083969;
    background-color: #ffffff;
    color: #083969;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
}

.details_button:hover {
    background-color: white;
    color: #083969;
}



#footer-common > .container {
    max-width: 100% !important;
}

.__s24 #footer-common .footer-info .s-logo {
    margin-left: 0;
}
