/* 
* #211103 marrone
* #97CC04 verde
* #004F2D verde scuro
* #7C7C7C grigio
* #F5BB00
 */
 .pre{
    padding: 1rem;
 }

 body {
    margin: 0px;
    background-color: #F5BB00;
 }
 .gran{
    font-size: 2rem;
}
 h1 {
    font-size: 2.5rem;
 }
 h4 {
    font-size: 2.0rem;
 }

.titolo{
    color:#3c2615;
    padding: 1rem;
    margin-top: 64px;
    margin-bottom: 15px;
}
@media screen and (max-width: 440px) { 
    .titolo{
        font-size: 2rem;
    }
    .gran{ 
        font-size: 1.5rem;
    }
}
.barra-sopra {
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgb(194, 194, 194) 0px 5px 10px 0px;
    background-color: #295651;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: fit-content;
    font-size: 15px;
    z-index: 2;
    min-height: 40px;
}
.titolo-barra {
    color: wheat;
    font-size: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.titolo-barra img {
    margin-right: 10px;
}

.contenitore {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;    
}
.intro {
    margin-top: 30px;
    padding: 2rem;
}
.foto {
    width: 575px;
}

.caption {
    font-size: 2rem;
}
.caption_home_berg {
    font-size: 2rem;
    background: #513926;
    height: fit-content;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -8px;
}
.caption_home_ita {
    font-size: 2rem;    
    background: #513926;
    height: fit-content;
    width: 575px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.subcap {
    padding: 4px 0px 6px 14px;
    width: 90%;
}
.titolo_foto {
    color: white;
}
.foto_home {
    padding: 2rem 1rem 2rem 1rem;
}
.cont_foto {
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 10px;
}
.cont_foto:hover {
    box-shadow: 0px 0px 30px 0px #7C7C7C;
}
.ts{
    padding: 2rem;
}
.autrice {
    font-size: 1.5rem;
    padding: 1rem;
    background-color: #295651;
    color: wheat;
}
.torna-su {
    display: flex;
    justify-content: end;
    color: #FFFFFF;
}

.backtop {
    margin: 3rem;
    border: 1px solid;
    background-color: #C13213 ;
    padding: 0.5rem;
}
.modal-header {
    background-color: #F5BB00;
}
.modal-title {
    color: black;
}
.modal-body {
    color: black;
}
.modal-body img {
    width: 100%;
}


.icone {
    width: 220px;
    padding: 10px;
    margin-bottom: 15px;
    border: 6px solid #3d6a10;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    transition: box-shadow 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.icone:hover {
    box-shadow: 0px 0px 2px 8px #3d6a10;
}


.divsasso .titolo {
    font-size: 4rem;
}
.divsasso .divdesc, 
.divsasso .divluogo {
    font-size: 1.5rem;
}

.divsasso img {
    width: 100%;
}

@media screen and (max-width: 607px) { 
    .foto {        
        width: 100%;
    }
    .caption_home_ita {        
        width: 100%;
    }
    .titolo-barra {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 336px) {    
    .titolo-barra {
        font-size: 1.2rem;
    }
}