
h2{
            font-family: Roboto;
            font-size: 17px;


}

p {
   
            color: white;
            font-family: Roboto;
    
}




/*stile delle colonne sotto lo streaming*/
.image{
width:200px;
height:auto;
}

@media screen and (max-width: 768px){
.image{
    width:120px;
    height:auto;
    }
}
       .row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: center;
            padding-left:1em;
            padding-right:1em;
        }

        .row_internal{
            display: flex;
        
        }
        .row_external{
            justify-content: center;

        }

        @media screen and (max-width: 768px){
            .row_external{
                flex-direction: column;
            }
            .row_external img{
                width: 90px;
            }
        }
            
        .column {
            flex: 1;
            padding: 20px;
            border-left: 1px solid #ddd;
        }

        .column:first-child {
            border-left: none;
        }



        .column p {
            margin: 0;
            font-size: 18px;
            font-weight: bold;
            font-family: Roboto;
        }

        .button {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 5px;
            border: 2px solid black;
            background-color: white;
            color: black;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
            font-family: Roboto;

        }

        .button:hover {
            background-color: black;
            color: white;
        }

/* stile del menu*/
  ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            font-family: Roboto; 
            font-weight:bold;

        }

        li {
            display: inline-block;
            position: relative;
            font-family: Roboto;
        }

        li a {
            display: block;
            padding: 30px 20px;
            text-decoration: none;
            color: white;
            font-family: Roboto;
            font-size:20px;
        }

   
       li ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            color:#000;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            font-family: Roboto;
        }

        li:hover > ul {
            display: block;
        }

        li ul li {
            display: block;
            width: 200px;
        }

        li ul li a {
            padding: 10px;
            color:#000;
            font-family: Roboto;
        }

        li ul li a:hover {
            background-color: #000;
            color:#fff;
            font-family: Roboto;
        }




/*adattamento mobile*/


@media screen and (max-width: 768px){

li a{

    font-size: 20px;
padding:10px;
padding-top:30px;

}

img[Attributes Style] {
    width: 400px;
    aspect-ratio: auto 400 / 200;
    height: 200px;
}


        .column p {
            margin: 0;
            font-size: 13px;
            font-weight: bold;
            font-family: Roboto;
        }

        .button {
            font-size: 13px;

        }
       .row {
            width:100%;
            padding-left:0em;
            padding-right:0em;
            overflow:hidden;
        }


}


@media screen and (max-width: 768px){
.banner_desktop{
    display: none !important;
}

}

@media screen and (min-width: 769px){
.banner_mobile{
    display: none !important;
}
}

/*table {
    border-collapse:collapse
    }
    td, th {
    border-right:1px solid #ddd;
    padding:20px;
    }
*/
.tr_desk_25 {
    text-align: center; 
    color: white; 
    font-size: 25px; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;"
}

.tr_desk_18 {
    text-align: center; 
    color: white; 
    font-size: 18px; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;"
}

@media screen and (max-width: 768px){
    .table_no_mobile{
        display: none;
    }
}

@media screen and (min-width: 769px){
    .table_no_desk{
        display: none;
    }
}

.no_border{
    border: none;
}