html {
    scroll-behavior: smooth;
}

html, body {height: 100%;}

table, tr, td {
    border: 0px solid red;
}

/**********************************************/
body {
    background-color: #ffffff;
    font-family:  "Titillium Web";
    font-size: 12px;
    line-height: 20px;    
}
@media (max-width: 400px) {

    body {
        line-height: 16px;    
    }
}
/**********************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web";
    font-weight: bolder;
    color: #666;
}

@media (max-width: 400px) {

    h1 {
        font-size: 28px;    
    }
    h2 {
        font-size: 22px; 
        line-height: 18px;
    }
}
/**********************************************/


/**********************************************/
hr {
    width: 1000px;
    margin-left: 5px;
}

@media (max-width: 400px) {
    hr {
        width: 300px;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    hr {
        width: 550px;
    }
}


/**********************************************/
titolo {
    font-size: 20px;
    color: #0095d5;
    font-family: "Titillium Web";
    font-weight: bolder;
    line-height: 40px;
}


boldGray {
    color: #666;
    font-family: "Titillium Web";
    font-weight: bolder;
}
/*******************************************************/
boldGray22 {
    color: #666;
    font-family: "Titillium Web";
    font-weight: bolder;
    font-size: 22px;
}

@media (max-width: 400px) {
    boldGray22 {
        font-size: 20px;
    }
}
/*******************************************************/


boldBlu {
    color: #0095d5;
    font-family: "Titillium Web";
    font-weight: bolder;
}

/*******************************************************/
boldBlu20 {
    font-size: 20px;
    color: #0095d5;
    font-family: "Titillium Web";
    font-weight: bolder;
}

boldBlu23 {
    font-size: 23px;
    color: #0095d5;
    font-family: "Titillium Web";
    font-weight: bolder;
}

@media (max-width: 400px) {
    boldBlu20 {
        font-size: 18px;
    }

    boldBlu23 {
        font-size: 21px;
    }

}


/*******************************************************/

black {
    color: #000;
}


font15{
    font-size: 15px;
}

white{
    color: #fff;
}


/*******************************************************/
.container {
    width: 100%;
    margin: 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;
    }
}


/*******************************************************/
.centroPagina {
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
}


@media (max-width: 300px) {
    .centroPagina {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .centroPagina {
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    .centroPagina {
        max-width: 720px;
    }
}

@media (max-width: 992px) {
    .centroPagina {
        max-width: 960px;
    }
}

@media (max-width: 1200px) {
    .centroPagina {
        max-width: 1140px;
    }
}

/*******************************************************/
.logoMain {
    height: 400px;
}

@media (min-width: 1200px) {
    .logoMain {
        height: 70%;
    }

    .intestazione {
        position: fixed;
    }
}


/*******************************************************/
.img_border {
    border: 1px ridge #999;
}


.img_art {
    max-width: 300px;
    height: auto;
    border-radius: 4px;
    max-height: 150px;
    min-width: 200px;
    filter: grayscale(60%); 
    -webkit-filter: grayscale(60%); 
}

.col48p {
    width:48%
}

.col50p {
    width:50%
}

.col4p {
    width:4%
}


.sezione {
    margin:auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}



/*******************************************************/
.center {
    text-align: center;
    margin: auto;
    width: 300px;
}

.center800 {
    text-align: center;
    margin: auto;
    width: 250px;
}

@media (min-width: 576px) {
    .center {
        width: 520px;
    }
    .center800 {
        width: 500px;
    }
}
/*
@media (min-width: 668px) {
    .center {
        width: 650px;
    }
    .center800 {
        width: 610px;
    }
}
*/

@media (min-width: 768px) {
    .center {
        width: 750px;
    }
    .center800 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .center {
        width: 900px;
    }
    .center800 {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .center {
        width: 1000px;
    }
    .center800 {
        width: 800px;
    }
}

/*******************************************************/


.top10p {
    transform: translateY(-10%);
}


.riga {
    border: 2px solid #0095d5;
    background-color: #0095d5;
    width: 300px;
    margin: auto;   
}

.testo_art {
    font-size: 16px;
    color: black;
    line-height: 20px;
    font-family: "Titillium Web";
}

/*******************************************************/
.testo {
    font-size: 18px;
    color: black;
    line-height: 30px;
    font-family: "Titillium Web";
}

@media (max-width: 400px) {
    .testo {
        font-size: 16px;
        line-height: 20px;
    }
}


/*******************************************************/
.backGray {
    background-color: #f9f9f9;
    width: 1000px;
    border: solid 28px;
    border-color: #f9f9f9;
}

@media (max-width: 400px) {
    .backGray {
        width: 320px;
    }
}
@media (max-width: 768px) {
    .backGray {
        width: 60%;
    }
}

/*******************************************************/

.backBlu {
    background-color: #0095d5;
    width: 1000px;
    border: solid 28px;
    border-color: #0095d5;
}
@media (max-width: 400px) {
    .backBlu {
        width: 320px;
    }
}
@media (max-width: 768px) {
    .backBlu {
        width: 100%;
    }
}

/*******************************************************/



.backWhite {
    background-color: #ffffff;
    border-color: #ffffff;
}

.grayScale80 {
    filter: grayscale(60%);
}

.pad10 {
    padding: 10px;
}

.padCard {
    padding-left: 45px;
    padding-right: 45px;
}


.btn-frontP {
    color: #fff;
    font-family: "Titillium Web";
    font-weight: bolder;
    font-size: 20px;
    width: 150px;
    height: 55px;
    line-height: 20px;
    vertical-align: middle;
}


.bordRadius4 {
    border-radius: 8px;
}


/* DivTable.com */
.divTable{    display: table;}
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}



.borderBottom {
    border-bottom: 3px solid #fff;
}

.screen {
    width:100%;
    padding: 50px 0;
    text-align: center;
    min-height: 500px;
}

.screen_long {
    width:100%;
    text-align: center;
    height: auto;
}

@media (min-width: 769px) {
    .screen_long {
        width:100%;
        position: relative;
        text-align: center;
    }

    .screen {
        width:100%;
        height: 100%;
        position: relative;
        padding: 70px 0;
        text-align: center;
    }

    #slide1 {
        height: 100%;
        background-color:#fff;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        background-position: center;
        z-index: 0;
    }

    #slide2 {
        background-color:#fff;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-attachment: fixed;
        box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
        z-index: 10;
    }

}

.carousel-caption h3 {
    color: #fff;
    font-size: 18px;
    margin:0;
    line-height: 33px;
}

.carousel-caption p {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 400px) {
    .carousel-caption {
        width: 300px; 
        left: 35%;
        z-index: 10;
        height: 20px;
        margin: 0;
        background-color: rgba(50,50,50,0);
        padding-top: 40px;
    }
    .carousel-caption h3 {
        color: #fff;
        font-size: 18px;
        margin:0;
        font-weight: bolder;
    }
    .carousel-caption p {
        display: none;
    }
}
@media (max-width: 768px) {
    .carousel-caption {
        width: 300px; 
        left: 30%;
        z-index: 10;
        height: 20px;
        margin: 0;
        background-color: rgba(50,50,50,0);
        padding-top: 40px;
    }
    .carousel-caption h3 {
        color: #fff;
        font-size: 18px;
        margin:0;
        font-weight: bolder;
    }
    .carousel-caption p {
        display: none;
    }
}




.diapo {
    width: 800px;
    height: auto;
}

.card-img-top {
    max-width: 200px;
    height: auto;
    max-height: 150px;
}


span {
    cursor: pointer;
}



/***************************************/
@media (min-width: 401px) {
    .hide400 {

    }
    .Nhide400 {
        display: none;
    }
}

@media (max-width: 400px) {
    .hide400 {
        display: none;
    }
    .Nhide400 {

    }
}
/***************************************/
/***************************************/
@media (min-width: 769px) {
    .hide768 {

    }
    .Nhide768 {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide768 {
        display: none;
    }
    .Nhide768 {

    }
}
/***************************************/