/* charset */
@charset "UTF-8";



/*++++++++++++++++++++++ fascia descrizione  ++++++++++++++++++++++++++++++++++++*/



.fascia_descr {
    height: 1500px;
    width: 100%;
    background-image: url(../img/murobianco.jpg);
    background-position: top;
    background-repeat: repeat;
    position: relative;
}

.box_h2 {
    height: 80px;
    width: 60vw;
    left: 50vw;
    margin-left: -30vw;
    position: absolute;
    z-index: 2;
    top: 150px;
}

h2 {
    font-family: 'Abel', sans-serif;
    position: absolute;
    font-size: 60px;
    color: #003f90;
}

.lineablu {
    position: absolute;
    height: 1px;
    width: 10px;
    bottom: 0;
    background-color: #003f90;
    opacity: 0;
    transition: 4s;
}

.testo {
    height: 650px;
    width: 60vw;
    display: block;
    position: absolute;
    top: 260px;
    left: 50vw;
    margin-left: -30vw;
}

.testo p {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    color: #696969;
}

.testo a {
    color: #003f90;
    font-style: italic;
    cursor: pointer;
}

span {
    font-weight: 700;
}

/* *************************RESPONSIVE************************ */
@media screen and (min-width:1025px) and (max-width:2500px) {
    .fascia_descr {
        height: 830px;
    }

    .testo {
        top: 220px;
    }

    #slider .arrows {
        top: 300px;
    }
}

@media screen and (min-width:900px) and (max-width:1024px) {
    .fascia_descr {
        height: 930px;
    }

    .testo {
        top: 300px;
    }

    #slider .arrows {
        top: 320px;
    }
}

@media screen and (min-width:768px) and (max-width:899px) {
    .fascia_descr {
        height: 900px;
    }

    .testo {
        height: 850px;
        width: 65vw;
        top: 300px;
    }

    .testo p {
        font-size: 18px;
    }

    #slider .arrows {
        top: 310px;
    }
}

@media screen and (min-width:601px) and (max-width:767px) {
    #contenitore_slider {
        height: 500px;
    }

    .fascia_descr {
        height: 1000px;
    }

    .box_h2 {
        margin-left: -32vw;
    }

    .testo {
        height: 850px;
        width: 65vw;
        margin-left: -32vw;
        top: 300px;
    }

    .testo p {
        font-size: 18px;
    }

    #slider .arrows {
        top: 270px;
    }

}

@media screen and (min-width:480px) and (max-width:600px) {
    .fascia_descr {
        height: 1000px;
    }

    .testo {
        height: 850px;
        width: 75vw;
        top: 300px;
        margin-left: -37vw;
    }

    .testo p {
        font-size: 18px;
    }

    .box_h2 {
        margin-left: -37vw;
        width: 75vw;

    }

    h2 {
        font-family: 'Abel', sans-serif;
        position: absolute;
        font-size: 60px;
        color: #003f90;
    }

    #slider .arrows {
        top: 290px;
    }

}

@media screen and (min-width:321px) and (max-width:479px) {

    #contenitore_slider {
        height: 500px;
    }

    .fascia_descr {
        height: 1000px;
    }

    .testo {
        height: 850px;
        width: 75vw;
        top: 230px;
        margin-left: -39vw;
    }

    .testo p {
        font-size: 16px;
    }

    .box_h2 {
        margin-left: -39vw;
        width: 75vw;
    }

    h2 {
        font-size: 40px !important;
        line-height: 55px;
        top: -45px;
    }

    .lineablu {
        bottom: 60px;
    }

    #slider .arrows {
        top: 260px;
    }
}


/* ++++++++++++  Immagini gallery 3d +++++++++  */
#image-1 {
    background: url(../img/gallerycappotto/cappotto1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

#image-2 {
    background: url(../img/gallerycappotto/cappotto9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-3 {
    background: url(../img/gallerycappotto/cappotto7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-4 {
    background: url(../img/gallerycappotto/cappotto8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-5 {
    background: url(../img/gallerycappotto/cappotto5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#image-6 {
    background: url(../img/gallerycappotto/cappotto3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
