

body{
    padding:0;
    margin:0;
    background-color:#FFFFFF;
    font-family: Light,Noto Sans,Arial,sans-serif;
    font-weight: 200;
    font-size:20px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
}

.no-mobile {
    display: block !important;
}
.mobile {
    display: none !important;
}
@media only screen and (max-width: 375px) {
    .no-mobile {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1360px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.h-100 {
    height: 100%!important;
}

.mb-60 {
    margin-bottom: 60px;
}

.grassetto {
    font-weight: 500;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
}

.btn {
    display: inline-block;
    font-weight: 500;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    color: #85878f;
    background-color: #fff;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 25px 30px;
    line-height: 1;
    border-radius: 6px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.btn:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
}


#main{
    background-color:#ffffff;
}

.header {
    position: relative;
}

.fascia1 {
    position: relative;
    width: 100%;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    background-image: url(./../img/fascia1.jpg);
    min-height: 30vw;
}
@media only screen and (min-width: 768px) {
    .fascia1 {
        min-height: 59vw;
    }
}
@media only screen and (min-width: 1024px){
    .fascia1 {
        min-height: 49vw;
    }
}
@media only screen and (min-width: 1200px){
    .fascia1 {
        min-height: 30vw;
    }
}

h1 {
    font-size: 46px;
    font-weight: 500;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 80px;
    line-height: 1.2;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: Regular,Noto Sans,Arial,sans-serif;
    color: #fff;
    margin-bottom: 65px;
    line-height: 1.2;
}
h2 strong {
    font-weight: 500;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
}
.elettrodomestici {
    margin-bottom: 35px;
}

.fascia2 {
    background-color: #324c36;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aspirapolvere {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 45%;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aspirapolvere img {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.skills {
    background-color: #324c36;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 90px;
}
.skills .col-auto {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.skills .contenuto {
    padding: 0 10px;
    text-align: center;
    font-family: Regular,Noto Sans,Arial,sans-serif;
    font-weight: 400;
}
.skills .contenuto object {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.skills .contenuto p {
    font-size: 18px;
}

.descrizione {
    background-color: #fff;
    color: #161641;
    font-size: 26px;
    font-family: Regular,Noto Sans,Arial,sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 40px 0;
}
.descrizione .big {
    font-size: 45px;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    font-weight: 500;
}
@media only screen and (max-width: 1400px){
    .descrizione {
        font-size: 20px;
    }
    .descrizione .big {
        font-size: 36px;
    }
}

.combo_numeri img {
    width: 100%;
    height: auto;
    display: block;
}

.premio {
    text-align: center;
    display: block;
    color: #161641;
    background-color: #eaeef2;
}
.premio .area {
    position: relative;
    z-index: 2;
    text-align: left;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}
@media only screen and (min-width: 850px) {
    .premio .area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.premio .area .colonna {
    position: relative;
}
@media only screen and (min-width: 850px) {
    .premio .area .colonna {
        width: 50%;
    }
}
.premio .area .colonna.txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.premio .area .colonna .colonna_media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(./../img/ragazza.png);
}
.premio .area .colonna .colonna_media:after {
    display: block;
    height: 0;
    width: 0;
    padding-bottom: 70%;
    content: "";
}
.premio .area .colonna .colonna_testo {
    padding: 60px 20px;
    margin: 0 20px;
    text-align: left;
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    .fiftyfifty__text {
        padding: 30px;
        margin: 0 30px;
    }
}
@media only screen and (min-width: 850px) {
    .fiftyfifty__text {
        max-width: 530px;
        margin: 0;
        position: inherit;
        top: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .fiftyfifty__text {
        padding: 20px 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .fiftyfifty__text {
        padding: 20px 80px;
    }
}
.premio .area .colonna .colonna_testo h3 {
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 50px;
}
.premio .area .colonna .colonna_testo p {
    font-size: 22px;
}
.premio .area .colonna .colonna_testo p a {
    color: inherit;
    text-decoration: underline;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    font-weight: 500;
}
.premio .area .colonna .colonna_testo p a:hover {
    color: #85878f;
}
.premio .area .colonna .colonna_testo p .btn {
    color: #fff;
    background-color: #161641;
    text-decoration: none;
    margin-top: 60px;
    font-size: 22px;
    min-width: 280px;
}
.premio .area .colonna .colonna_testo p .btn:hover {
    color: #161641;
    background-color: rgba(22, 22, 65, .2);
}

.premio.invert .area {
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}
.premio.invert .area .colonna .colonna_media {
    background-image: url(./../img/xompleto.png);
}

.premio.last .area .colonna .colonna_media {
    background-image: url(./../img/premio.png);
}

.descrizione.chiusura {
    font-size: 17px;
    padding-bottom: 70px;
    font-family: Regular,Noto Sans,Arial,sans-serif;
    font-weight: 400;
}
.descrizione.chiusura p a {
    text-decoration: underline;
    font-family: Semibold,Noto Sans,Arial,sans-serif;
    font-weight: 500;
}
.descrizione.chiusura p a:hover {
    color: #85878f;
}


@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 25px;
    }
    .descrizione .big {
        font-size: 32px;
    }
    .descrizione {
        font-size: 18px;
    }
    .btn {
        font-size: 20px;
    }
    .premio .area .colonna .colonna_testo h3 {
        font-size: 37px;
    }
    .premio .area .colonna .colonna_testo p {
        font-size: 18px;
    }
    .premio .area .colonna .colonna_testo p .btn {
        font-size: 18px;
    }
    .descrizione.chiusura {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .descrizione .big {
        font-size: 26px;
    }
    .skills .contenuto p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    #main {
        overflow: hidden;
    }
    h1 {
        font-size: 36px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .fascia1 h2 {
        width: 85%;
    }
    .elettrodomestici {
        width: 40%;
    }
    .aspirapolvere {
        width: 80%;
        height: 100vh;
        top: 110px;
        bottom: auto;
        right: -80px;
        padding: 0;
    }
    .skills .col-auto {
        -ms-flex: 0 0 20%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btn {
        font-size: 20px;
        margin: 0 auto;
        line-height: 1.2;
        padding: 12px 30px;
    }
    .skills {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .skills .contenuto {
        margin-bottom: 30px;
    }
    .skills .contenuto p {
        font-size: 16px;
    }
    .descrizione .big {
        font-size: 25px;
        margin-top: 10px;
    }
    .premio .area .colonna .colonna_testo h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .premio .area .colonna .colonna_testo p {
        font-size: 18px;
    }
    .premio .area .colonna .colonna_testo p .btn {
        font-size: 20px;
        font-family: Semibold,Noto Sans,Arial,sans-serif;
        font-weight: 500;
        width: 100%;
        margin-top: 30px;
    }
    .descrizione.chiusura {
        font-size: 14px;
    }
	.mb-60 {
		margin-top: 60px;
	}
}