/*---------------------
Typography - NEW
---------------------*/
html{
    font-family: "open sans", sans-serif;
}

p{
    font-size: 18px;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.main__title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}
.main__subtitle{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.text-box{
    background-color: #000;
    padding: 30px 15%;
    margin-top: 60px;

}

.section__title{
    font-weight: 400;
    font-size: 30px;
}





/*---------------------
Main
---------------------*/
.main{
    background-image: url(img/speed-queen-concept-laundry-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:auto;
    padding: 30px 8%;
    overflow: hidden;
    position: relative;
}

.main__hover{
    overflow: hidden;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top:1px;
    left:0px;
    background-color: #000;
    opacity: 0.80;

}

.main__logo{
    display: block;
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    z-index: 1;

}

.textbox{
    position: relative;
    z-index: 1;
}

.main__image{
    display: block;
    margin: 30px auto;
    padding: 0 8%;
    width: 75%;
    position: relative;
    z-index: 1;
}

.main__cta{
    padding: 20px 50px;
    color: rgb(255, 255, 255);
    background-color: red;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    margin: 30px auto ;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 600px;

}
.main__cta:hover{
    color:#fff;
    background-color: rgb(179, 6, 6);

}

/*---------------------
Intro
---------------------*/
.intro{
    height: auto;
    background-color: rgb(255, 255, 255);
    padding:60px 13%;
}

.intro__column{
    display:flex;
    align-items:stretch;
    justify-content: space-evenly;
    margin-top: 60px;

}

.intro__column__image{
max-height: auto;
width: 45%;
overflow: hidden;


}

.intro__copy{
    padding-left:30px;
    width: 50%;
}

.intro__title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    padding: 0 15%;
}
.intro__column__title{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    color: rgb(0, 0, 0);
    margin-top:10px;
}

.intro__paragraph{
    font-size: 18px;
    font-style: italic;
    color: #000;
    text-align: left;
    line-height: 1.1;
}

img{
    width: 100%;
}

/*---------------------
Type1 - carousel - column
---------------------*/

.type1{

    background-color: rgba(0, 0, 0, 0.88);
    background-image: url(img/sfondo-carosello.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-blend-mode:overlay;
    width:100%;
    height:auto;
    padding: 60px 0;

}


.carousel{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    height: auto;
    padding: 0 15%;
    margin-top: 60px;

}


.carousel__column__image {
max-height: auto;
width: 45%;
box-shadow: rgba(0, 0, 0, 0.65) 0px 25px 50px -12px;

}

.carousel__copy{
    padding-left:30px;

    width: 50%;
}

.carousel__title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    padding: 0 15%;
}
.carousel__subtitle{
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    margin-top:10px;
}

.carousel__paragraph{
    font-size: 18px;
    font-style: italic;
    color: #000;
    text-align: left;
    line-height: 1.15;
}

img{
    width: 100%;
}

.white{
    color: #fff;
}


/*---------------------
Cards - column - pillar - testimonials
---------------------*/

.cards{
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 0 13%;
}

.cards__light{
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 0 10%;
}

.box{
    background-color: rgb(240, 240, 240);
    padding: 30px;
    width: 100%;
    margin:0 10px;
    height: auto;
    font-size: 16px;
    border-radius: 20px;

}

.box__light{
    background-color: rgb(248, 248, 248);
    padding: 30px;
    width: 100%;
    margin:0 10px;
    height: auto;
    font-size: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;

}

.num__box{
    text-align: center;
    font-size: 23px;
}




/*---------------------
Type2 - list benefits - column
---------------------*/

.type2{
    padding: 60px 10%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.type2__list{
    padding-left: 30px;
    width: 55%;
    line-height: 0.92;
}
.type2__img{

    width: 45%;

}

.sq-img{
    width: 100%;
}

/*---------------------
Type3 - two column
---------------------*/

.type3{

    background-color: rgba(0, 0, 0, 0.88);
    background-image: url(img/sfondo-carosello.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-blend-mode:overlay;
    width:100%;
    height:auto;
    padding-top: 60px;
    padding-bottom: 30px;

}


.column{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    padding: 0 10%;
    margin-top: 60px;

}


.column__image {

width: 45%;
box-shadow: rgba(0, 0, 0, 0.65) 0px 25px 50px -12px;

}

.column__copy{
    padding-left:30px;

    width: 45%;
}

img{
    width: 100%;
}

.white{
    color: #fff;
}

/*---------------------
Box Evidence
---------------------*/



/*---------------------
Form box + CTA
---------------------*/

.form__box{
    padding: 60px 8%;
}

.iframe-box{
    width: auto;
    padding: 0 15%;
}

.credito{
    padding: 0 13%;
    margin: 60px auto;
}

.form__column{
display: flex;
align-items: center;
justify-content: center;
}

.cta__column{
    width: 60%;
}

.brochure{
    width:25%;

}

/*---------------------
Footer
---------------------*/

footer{
    display: flex;
    padding: 20px 60px;
    margin-top: 60px;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.699);
}

.col-25{
    width: 20%;

}

.col-50{
    width: 52%;
}

.sq{
    width: 50%;


}

.alliance{
    width: 45%;

}

p.trademark{
    color: white;
    text-align: center;
    margin: 0;
}
/*---------------------

---------------------*/







/*---------------------
Tablet
---------------------*/
@media (max-width:998px){
    .column, .intro__column, .carousel, .cards, .cards__light, .type2{
        flex-direction: column !important;
    }

    .intro__column__image, .intro__copy, .carousel__column__image, .carousel__copy, .column__image, .column__copy,
     .box,.box__light, .type2__img, .type2__list,.box__evidence {
        width: 100% !important;
        flex-direction: column !important;
    }

    .main__title{
        font-size: 30px;
    }

    img{
        margin-bottom: 30px !important;
    }

    .box__evidence{
        margin: 0 !important;
    }

    a{
        max-width: 70% !important;
    }





}

/*---------------------
Smartphone
---------------------*/
@media (max-width:767px){

    h1, h2, h3, h4, p{
        padding:0 !important;
    }

    .cards, .cards__light, .type2, .evidence{
        flex-direction: column !important;
        padding:5% 8% !important;
    }

    .column{
        flex-direction: column !important;
        padding:5% 0% !important;
    }

    .evidence{
        flex-direction: column !important;
        padding:5% 0% !important;
    }

    .type3__box{
        padding:5% 0% !important;
    }

    .intro__column__image, .intro__copy, .carousel__column__image, .carousel__copy, .column__image, .column__copy,
    .type2__img, .type2__list, .box__evidence {
        width: 100% !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    .box, .box__light{
        width: 100% !important;
        flex-direction: column !important;
        padding: 5% !important;
        margin-bottom: 25px !important;
    }

    .main__title{
        font-size: 30px;
    }

    img{
        margin-bottom: 30px !important;
    }

    .box__evidence{
        margin: 0 !important;
    }

    a, .main__cta{
        max-width: 100% !important;
        padding: 10px !important;
    }

    .textbox{
        padding: 0 !important;
    }


    div{
        padding:5% 8% !important;
        margin: 0 !important;
    }

    .line{
        margin: 0 auto !important;
    }

    .section__title{
        padding: 0 !important;
        font-size: 25px !important;
    }

    .brand__num{
        font-size: 18px !important;
    }

    .limit__openings{
        font-size: 25px !important;
    }


    /*Main*/

    .main{
        padding: 5% 8%;
    }



    .main__image{
        margin:auto;
        width:100%;
        height: 100%;

    }

    .main__title{
        font-size: 25px;
    }

    .main__subtitle{
        font-size: 20px;
    }


    /*Intro*/



    .intro__title{
        font-size: 30px;
        padding: 0;
    }

    .intro__column{
        margin:0;
        flex-direction: column !important;
        padding: 5% 0 !important;
    }
     /*Carousel*/

    .slick-track, .slick-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .carousel{
        flex-direction: column !important;
        padding:5% 0% !important;

    }

    /*Form + CTA*/

    .iframe-box{
        width: 100%;
        padding: 0 !important;
    }

    .form__column{
        flex-direction: column;
        padding: 0 !important;
    }

    .cta__column{
        width: 100%;
        padding: 0 !important;
    }

    .brochure{
        width: 100%;
    }

    /*Footer*/

    footer{
        flex-direction: column;
        padding: 20px 0 !important;
        background-color: #000;
    }

    .col-25, .col-50, .sq, .alliance{
        width: 100%;
        text-align: center !important;
    }

    .sq{
        width: 80% !important;
    }

    .alliance{
        width: 60% !important;
    }
}






*,
*:after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


.group:after {
    content: "";
    display: table;
    clear: both;
  }