/*! STYLE IMPORTANT NEWS*/

.corpo {
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #7b1b02;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 10px;
    /* width: 62%; */
    width: 56%;
    text-align: center;
}

p{
    color: #7b1b02;
    font-size: 18px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
  
.centro{
    text-align: center;
    font-size: 16px;
}

.container {
    display: flex;
    justify-content: space-between; /* Distribuisce uniformemente le colonne */
}

.column {
    flex: 1;
    text-align: center; /* Centra il contenuto orizzontalmente */

}

.column img {
    max-width: 100%; /* Assicura che le immagini non superino la larghezza della colonna */
    height: auto; /* Mantiene l'aspetto proporzionato delle immagini */
}

#foto{
    /* float: left; */
    margin-right: 6%;
    margin-bottom: 5px;
    border: 1px solid #7b1b02;
    border-radius: 5px;  
    /* width: 200px;
    height: 285px; */
    width: 200px;
    height: 200px;
    box-shadow: 10px 10px 25px #000;
}
#foto:hover{
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    transform: scale(105%,105%);
}

#fotina{
    margin-right: 6%;
    margin-bottom: 5px;
    border: 1px solid #7b1b02;
    border-radius: 5px;  
    width: 100px;
    height: 100px;
    box-shadow: 10px 10px 25px #000;
}
#fotina:hover{
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    transform: scale(105%,105%);
}


#fotoverticali{
    /* float: left; */
    margin-right: 6%;
    margin-bottom: 5px;
    border: 1px solid #7b1b02;
    border-radius: 5px;  
    width: 152px;
    height: 200px;
    box-shadow: 10px 10px 25px #000;
}

#fotoverticali:hover{
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    transform: scale(105%,105%);
}

.buttonsi {
    font-size: 14px;
    width: auto;
    height: 25px;
    padding: 3px 5px 0px 5px;
    margin-bottom: 5px;
    background-color: whitesmoke;
    color: #7b1b02;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #7b1b02;
    border-radius: 6px;
    cursor: default;
} 

.buttonsi:hover {
    background-color: #7b1b02;
    color: whitesmoke;
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    cursor: pointer;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

.articolo{
    text-align: justify;
    font-size: 18px;
}
.articolo strong{
    font-weight: bold;
}

/* ------------------------------------SMARTPHONE -----------------------------------------*/
@media only screen and (max-width: 767px) {

    .corpo{
        height: 100%;
        margin-left: 10px;
        margin-top: 10px;
        width: 95%;
        font-size: 18px;
    }
    p{
        font-size: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #foto{
        margin: 5px 5px 5px 5px;
        padding: 0px;
        /* margin-right: 5px; */
        border: 1px solid #7b1b02;
        border-radius: 5px;  
        /* width: 80px;
        height: 120px; */
        width: 100px;
        height: 100px;
        box-shadow: 10px 10px 25px #000;
    }

    #fotoverticali{
        margin-bottom: 5px;
        border: 1px solid #7b1b02;
        border-radius: 5px;  
        width: 100px;
        height: 140px;
        box-shadow: 10px 10px 25px #000;
    }

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    #fotina{
        margin-right: 6%;
        margin-bottom: 5px;
        border: 1px solid #7b1b02;
        border-radius: 5px;  
        width: 50px;
        height: 50px;
        box-shadow: 10px 10px 25px #000;
    }

    .articolo{
        text-align: justify;
        font-size: 16px;
    }
    .articolo strong{
        font-weight: bold;
    }

}
