@import "box-color.css";
@import "box-testimonials.css";

/*box2*/
#box2{
    background-image: url('boxes/TESTATA_scenario-2017.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#box2 div.content-general{
    padding: 84px 23px;
    color: #fff;
}
#box2 div.content-general > h2{
    color: #fff;
    padding-bottom: 46px;
    margin:0;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.box2-box{
    padding: 23px 46px;
    background-color: #095f7f;
    opacity: 0.9;
    border-radius: 15px;
    color: #fff;
    box-shadow: 1px 0 12px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 0 12px rgba(0,0,0,0.4);
}
.box2-box h3{
    color: #fff;
    font-size: 16pt;
    margin-top: 16px;
    margin-bottom: 0;
}
.box2-box span{
    font-size: 34pt;
    font-weight: bolder;
}
.box2-box span > small{
    font-size: 24pt;
    font-weight: bolder;
}
@media screen and (max-width: 992px){
    .box2-box{
        margin: 8px 0;
    }
}

/*box3*/
.business-obbiettivi .container-fluid{
    background-color: #095f7f;
}
.business-obbiettivi .container-fluid h2{
    color: #fff;
    margin: 15px;
}
.business-obbiettivi .container{
    padding: 46px 0;
    font-family: 'Raleway';
}
.business-obbiettivi-row{
    position: relative;
    min-height: 198px;
}
.business-obbiettivi-row td{
    vertical-align: top;
}
.business-obbiettivi-row h4{
    color: #e1a967;
    text-transform: uppercase;
}
.business-obbiettivi-row p{
    display:block;
    padding: 10px 10px;
    margin: 0;
    height: 100%;
}
.business-obbiettivi-row i{
    display: inline-block;
    width: 93px;
    height: 148px;
    background-image: url('boxes/SPRITE-business.png');
    background-repeat: no-repeat;
}
.business-icon-webapp{
    background-position-x: 0;
}
.business-icon-social{
    background-position-x: -94px;
}
.business-icon-mobilemkt{
    background-position-x: calc(-94px * 2);
}
.business-icon-mailmkt{
    background-position-x: calc(-94px * 3);
}

/*box4*/
#box4{
    background-image: url('boxes/la-nostra-opportunita_1366x768.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#box4 div.content-general{
    padding: 84px 23px;
}
#box4 div.content-general > h2{
    color: #fff;
    padding-bottom: 46px;
    margin:0;
    text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.box4-box{
    padding: 23px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 15px;
    box-shadow: 1px 0 12px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 0 12px rgba(0,0,0,0.4);
}
.box4-box h3{
    font-size: 13pt;
    margin-top: 16px;
    margin-bottom: 16px;
}
.box4-box p{
    font-size: 11.5pt;
}
@media screen and (max-width: 992px){
    .box4-box{
        margin: 8px 0;
    }
}

/*Box6-8*/
#box6{
    background-image: url('boxes/attiva-account-demo_1366x768.jpg');
}
#box8{
    background-image: url('boxes/richiedi-info_1366x595.jpg');
}
#box6, #box8{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0 0 0;
}
#box6 h2, #box6 span,
#box8 h2, #box8 span{
    font-family: 'Exo';
    color: #fff;
    margin: 0;
}
#box6 h2, #box8 h2{
    padding: 16px;
    font-size: 28pt;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#box6 > span, #box8 > span{
    display: inline-block;
    max-width: 512px;
    font-size: 22pt;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#box6 form, #box8 form{
    background-color: rgba(0,0,0,0.75);
    margin-top: 54px;
    padding: 23px 0;
    color: #eaeaea;
}