/** main color #639 **/

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

body{
	margin:0; 
}
img{border-style:none}

html,body{
    font-family: calibri, sans-serif;
    line-height: 1.5;
}
/*html{overflow-x:hidden}*/

h2 {
    font-size: 50px;
    border-bottom: 1px solid #000;
    line-height: 100px;
    margin: 0px;
}

a {
	text-decoration: none;
    color: inherit; 
    display: contents;
}

.top {
    background-color: #FFF;
    text-align: center;
    height: 100px;
    padding: 20px;
}
.top img {
	max-height: 100px;
	margin: auto;
}

.banner {
    width: 100%;
    /* height: 480px; */
    aspect-ratio: 16 / 5;
    background-image: url(../images/sfondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* border: 1px solid red; */
    text-align: center;
    background-position: top center;
}
.content  {
	padding: 0px 40px;
}

.contblock {
	display: flex;
    margin: 20px 0px;
}
.contelem {
	flex: 1; /* Divide equamente lo spazio */
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.contelemL {
    border-right: solid 1px #000;
    padding-right: 20px;
}
.contelemR {
    padding-left: 20px;
}
.contelem img {
	width: 400px;
	max-width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.bigtxt {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
}

.footer {
	background-color: #000;
	color: #FFF;
	display: flex;
	padding: 40px;
}
.footer .contelemL {
	border-color: #FFF;
}

@media only screen and (orientation: portrait) {

.banner {
    aspect-ratio: 3 / 4;
}
h2 { text-align:center; }
.contblock, .footer {
    display: inline-block;
}

.contelemL {
    border-bottom: solid 1px #000;
    border-right: none;
    padding-right: 0px;
}
.contelemR {
    padding-left: 0px;
}

.contelem img {
	width: 100%;
}

}

@media (max-width:530px){
}

@media print {
}