body {
    font-family: Poppins;
    overflow-x: hidden;
    margin: 0px;   
}

h1, h2, h3, p {
    margin: 0px;
}

a:hover, a:link, a:visited, a:active{
    text-decoration: none;
    outline: none;
}

a {
    color: #ffffff;
}

p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

header {
    width: 100vw;   
    height: 766.9px;
}

#barra-navigazione {
    position: absolute;
    width: 100vw;
    height: 112.36px;
    left: 0px;
    top: 0px;
    background: #ffffff;
}

#logo {
    width: 175px;
    margin-left: 9.29vw;
    margin-top: 23.19px;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
}

#scritte-barra {
    float: right;
    margin-top: 42.5px;
    margin-right: 9.29vw;
    width: 641px;
    height: 27px;
}

.link {
    float:left;
    margin-right: 33px;
    color: #2C4975;
}

#contatti {
    margin-right: 0px;
}

#immagine-header { 
    position: absolute;
    top:  112.36px;
    left: 0;
    width: 100%;
    height: 654.54px;
    background-size: cover;
    background-image: url("Immagini/ATTIVITA/F attivita.jpg");
    color: #ffffff;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

#titolo-header {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#immagine-header h1 {
    text-align: center;
}

#immagine-header p {
    position: absolute;
    bottom: 109px;
    width: 540px;
    text-align: center;

}

main {
    margin-top: 53px;
    margin-bottom: 112px;
}

main img {
    width: 39.38vw;
}

main h1 {
    margin-bottom: 53px;
    text-align: center;
    color: #2C4975;
}

.box-attivita {
    width: 100vw;
    height: 378.35px;
    color: #2C4975;
}

.box-blu {
    background-color: #2C4975;
    color: #ffffff;
}

.destra, .sinistra {
    display: flex;
    align-items: center;
}

.sinistra {
    /* height: 100%;
    float: left; */
    position: absolute;
    left: 0;
    width: 50%;
    height: 378.35px;
}

.destra {
    position: absolute;
    right:0;
    width: 50%;
    height: 378.35px;
    /* position: relative; */
    /* float: right; */
    /* position: relative; */
    /* float:right; */
}

.sinistra img {
    margin-left: 9.29vw;
    margin-right: 15px;
}

.destra img {
    margin-right: 9.29vw;
    margin-left: 15px;
}

.sinistra .testo {
    margin-left: 9.29vw;
    margin-right: 15px;
    width:100%;
}

.destra .testo {
    margin-right: 9.29vw;
    margin-left: 15px;
    width:100%;
}

.testo {
    margin-right: 9.29vw;
    margin-left: 15px;
    height: 19vw;
    width: 540px;
    position: relative;
    /* height: 81%; */
}


.testo h2 {
    margin-top: -7px;
    margin-bottom: 3%;
}

.bottone-piccolo {
    width: 160px;
    height: 54.7px;
    
    background: #F5861F;
    text-align: center;
    position: absolute;
    bottom: 0;
    /* margin-bottom: 20%; */
}

.bottone-piccolo h3{
    line-height: 54.7px;
}

footer {
    width: 100vw;
    height: 180px;
    background-color: #2C4975;
}

footer #loghi {
    width: 395px;
    position: absolute;
    right: 0;
    margin-top: 60px;
    margin-right: 9.29vw;
    text-align: right;
}

footer img{
    width: 35px;
    margin-right: 73px;
}

#ultimo-logo {
    margin-right: 0px;
}

#copyright {
    position: relative;
    top: 120px;
    margin-right: 9.29vw;
    text-align: right;
    color: #ffffff;
}


@media only screen and (max-width: 1164px) {
    /* #logo, .sinistra img, .sinistra .testo {
        margin-left: 4.64vw;
    }

    #scritte-barra, .destra img, .destra .testo, footer #loghi, #copyright {
        margin-right: 4.64vw;
    } 

    .destra img {
    } */

    .box-attivita p {
        display: none;
    }

}
