@font-face {
  font-family: "Vista Sans";
  font-style: bold;
  font-weight: 800;
  src: url("fonts/VistaSansBold.ttf") format("truetype"), url("fonts/VistaSansBold.woff") format("woff"), url('fonts/VistaSansBold.svg#str-replace("Vista Sans", " ", "_")') format("svg");
}
@font-face {
  font-family: "Vista Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/VistaSansreg.ttf") format("truetype"), url("fonts/VistaSansreg.woff") format("woff"), url('fonts/VistaSansreg.svg#str-replace("Vista Sans", " ", "_")') format("svg");
}
@font-face {
  font-family: "Vista Sans";
  font-weight: 400;
  src: url("fonts/VistaSansBook.ttf") format("truetype"), url("fonts/VistaSansBook.woff") format("woff"), url('fonts/VistaSansBook.svg#str-replace("Vista Sans", " ", "_")') format("svg");
}
@font-face {
  font-family: "Vista Sans Alt";
  font-weight: 600;
  src: url("fonts/VistaSansAltBold.ttf") format("truetype"), url("fonts/VistaSansAltBold.woff") format("woff"), url('fonts/VistaSansAltBold.svg#str-replace("Vista Sans Alt", " ", "_")') format("svg");
}
@font-face {
  font-family: "Proxima";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ProximaNova-Regular.ttf") format("truetype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url('fonts/ProximaNova-Regular.svg#str-replace("Proxima", " ", "_")') format("svg");
}
@font-face {
  font-family: "Proxima";
  font-weight: 200;
  src: url("fonts/ProximaNova-Light.ttf") format("truetype"), url("fonts/ProximaNova-Light.woff") format("woff"), url('fonts/ProximaNova-Light.svg#str-replace("Proxima", " ", "_")') format("svg");
}
:root{
    --blu:#02236F;
    --yellow:#FFB802;
    --green:#8CC62E;
    --black:#000000;
    --violet:#E7DCEE;
    --white:#ffffff;
}
/* typography */
.title{
    font-family: "Vista Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 37px;
}
.title + .subtitle{
    margin-top: 16px;
}
.subtitle + p{
    margin-top: 24px;
}
.subtitle{
    font-family: 'Proxima', Helvetica Arial, sans-serif;
    font-style:normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
}
p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
p.big{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
}
p + p{
    margin-top: 24px;
}
a{
    color: var(--blu);
}
@media screen and (min-width:700px){
    .title{
        font-size: 48px;
        line-height: 51px;
    }
    .subtitle{
        font-size: 40px;
        line-height: 40px;
    }
    p{
        font-size: 24px;
        line-height: 32px;
    }
    p.big{
        font-size: 32px;
        line-height: 38px;
    }
}
/* structure */

*{
    box-sizing: border-box;
}
body{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga', 'kern';
    font-feature-settings: 'liga', 'kern';
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-family: 'Proxima', Helvetica Arial, sans-serif;
    color:var(--blu);
}
strong{
    font-weight: bold;
}
.logo{
    width: 180px;
    margin: 0 auto 40px auto;
    padding-top: 40px;
}
.logo img{
    width: 100%;
}
section{
    padding: 40px 0;
}
@media screen and (min-width:700px){
    section{
        padding: 80px 0;
    }
}
section.landing{
    background:url('img/landing-bg.png') top left no-repeat;
    background-size: contain;
    padding-top: 0;
}
section.sintomo{
    background-color: var(--violet);
}
.container{
    width: 100%;
    padding: 0 16px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.column{
    width: 100%;
    max-width: 450px;
    line-height: 0;
}
.column > img,
.column > picture img{
    width: 100%;
}
ul{
    margin: 32px 0;
}
ul li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
    text-align: left;
}
ul.bullet-leaf li:before{
    content: url('img/bullet-foglia.svg');
    position: absolute;
    top:0;
    left:0;
}
ul.success li{
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
ul.success li p{
    font-weight: bold;
}
ul.success li:before{
    content: url('img/bullet-success.svg');
    position: absolute;
    top:0;
    left:0;
}
.column.vantaggi{
    color: #000!important;
    background-color: var(--yellow);
    text-align: center;
    padding: 32px;
}
.logo-amazon{
    width: 160px!important;
    margin-top: 16px;
}
/* .vantaggi-amazon .container .column:first-child img:first-child{
    display: none;
} */
section.valutazioni{
    background-color: var(--violet);
    text-align: center;
}
section.valutazioni .container{
    display: block;
}
section.valutazioni .title{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
section.valutazioni .container > .text{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.vantaggi-amazon{
    padding: 0;
}
.vantaggi-amazon .container{
    flex-direction: column;
    padding: 0;
}
.vantaggi-amazon .column{
    max-width: none;
    margin: 0 auto;
}
.vantaggi-amazon .column:first-child{
    position: relative;
    top: 0;
}
@media screen and (min-width:700px){
    .vantaggi-amazon .container{
        align-items: stretch;
    }
    .vantaggi-amazon .container .column:first-child picture img{
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
    .vantaggi-amazon .container .column:first-child > img{
        height: 100%;
        object-fit: cover;
    }
    .column{
        width: calc(50% - 80px);
    }
    .column:first-child{
        margin-right: 80px;
        position: sticky;
        top: 24px;
    }
    section:first-child .column:first-child{
        position: relative;
    }
}
@media screen and (min-width:1000px){
    .vantaggi-amazon{
        padding-bottom: 0;
    }
    .vantaggi-amazon .container{
        align-items: stretch;
        flex-direction: row;
    }
    .vantaggi-amazon .column{
        max-width: 450px;
    }
}
.amazon-button-container{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.amazon-button{
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
    transition: .3s ease-in;
}
.amazon-button:hover{
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0));
}
.reviews{
    margin: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews p{
    font-size: 14px;
    line-height: 11px;
    margin-left: 8px;
}
.swiper-container{
    margin-top: 32px;
}
.slider-content{
    /* width: 310px; */
    height: auto;
    background-color: var(--blu);
    color: #fff;
    border-radius: 32px;
    padding: 32px;
}
.slider-content .nome{
    font-size: 22px;
}
.slider-content .abstract{
    font-size: 22px;
    line-height: 23px;
}
.slider-content .review-text{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding: 0 24px;
}
.slider-content .date{
    font-size: 14px;
    line-height: 18px;
}
section.video .container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.video .title{
    text-align: center;
}
.video-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 32px;
}
.video-iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.swiper-button-next:after{
    font-size: 16px!important;
    color: var(--blu);
    padding-left: 3px;
}
.swiper-button-prev:after {
    font-size: 16px!important;
    color: var(--blu);
    padding-left: -3px;
}
.swiper-button-next, .swiper-button-prev {
    height: 40px!important;
    width: 40px!important;
    background-color: #fff;
    border-radius: 50%;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}
.swiper-button-next {
    transform: translateX(70%);
}
.swiper-button-prev {
    transform: translateX(-70%);
}
/* helper */
.uppercase{
    text-transform: uppercase;
}
footer{
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}
footer img{
    margin-bottom: 32px;
}
footer p{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
footer p small{
    font-size: 11px;
    line-height: 16px;
}