@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium.otf');
    font-weight: 750;
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.otf');
    font-weight: 500;
}
@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('../fonts/AvenirLTStd-Light.otf');
    font-weight: 300;
}

body {
    font-style: normal;
    color: #000000;
}
a {
    text-decoration: none;
    color: #000000;
}

.download-page{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
 
}
.wrapper-content{
    padding-top: 70px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) { 
    .wrapper-content{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.logo{
    width: 100%;
    max-width: 232px;
    display: block;
    margin: 0 auto 50px;
}
@media screen and (max-width: 500px) { 
    .logo{
        max-width: 200px;
    }
}

.title {
    text-align: center; 
    font-size: 24px;
    line-height: 29px;
  
}
@media screen and (max-width: 500px) { 
    .title {
        font-size: 20px;
    }
}
.title--page{
    font-family: 'AvenirLTStd-Medium';
}
.subtitle{
    font-family: 'AvenirLTStd-Light';
    opacity: 0.7;
}

.wrapper-download-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.download-img{
    width: 100%;
    max-width: 181px;
    height: 55px;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media screen and (max-width: 500px) { 
    .download-img{
        max-width: 150px;
        margin: 5px;
    }
}

.wrapper-screenshot-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto;
    
}
.screenshot-img{
    width: 100%;
    max-width: 700px;
}

.afpols-logo{
    width: 100%;
    max-width: 100px;
    display: block;
    margin: auto;
}
.text{
    font-family: 'AvenirLTStd-Light';
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 500px) { 
    .text{
        font-size: 15px;
        line-height: 20px;
    }
    
}