.referenze .gallery_container .adattaGal {margin:30px;}
@media(max-width: 1278px) 
{
    .referenze .gallery_container .adattaGal {margin:10px 5px;}
}
@media(max-width: 768px) 
{
    .referenze .gallery_container .adattaGal {margin:0px;}
}
.referenze .item:hover img {
	transform: scale(1);
}

@media(max-width: 991px) 
{
    .hide_mobile {display:none; height:0; overflow:hidden;}
}

/* popup */

.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.popup-overlay.overlay1{
    background:rgba(182,172,163,0.5);
}
.popup-box.popupbox1{
    background:rgba(153,134,117,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }
 
.popup-overlay.overlay2{
    background:rgba(183,164,196,0.6);
}
.popup-box.popupbox2{
    background:rgba(163,142,178,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }

.popup-overlay.overlay3{
    background:rgba(187,162,119,0.6);
}
.popup-box.popupbox3{
    background:rgba(208,180,133,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }

.popup-overlay.overlay4{
    background:rgba(144,40,70,0.6);
}
.popup-box.popupbox4{
    background:rgba(167,47,82,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }

.popup-overlay.overlay5{
    background:rgba(150,168,104,0.6);
}
.popup-box.popupbox5{
    background:rgba(175,196,121,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }

.popup-overlay.overlay6{
    background:rgba(88,115,131,0.6);
}
.popup-box.popupbox6{
    background:rgba(110,143,162,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
 }
 
.popup-box{
    position:relative;
    width:700px;
    max-width:90%;
    /*height:80vh;*/
    height:auto;
    background:#fff;
    border-radius:6px;
    padding:35px 35px 39px 35px;
    box-sizing:border-box;
}

.popup-close{
    position:absolute;
    top:10px;
    right:15px;
    font-size:22px;
    cursor:pointer;
    font-weight:bold;
}



/* home */

.container_1 .sfondo_container {background-size:cover;}

.txt_slide .txalt1{
width:600px;
margin:0 0 0 auto;
}
.txt_slide .tit1{
font-size:3em;
}

@media(max-width: 1279px) 
{
.txt_slide .txalt1{
width:400px;
}
}

@media(max-width: 991px) 
{
.txt_slide .tit1{
font-size:2.2em;
}
.txt_slide .txalt1{
width:768px;
max-width:90%;
margin:0 auto;
}
.txt_slide {
padding-bottom:40px;
}
}

@media(max-width: 768px) 
{
.txt_slide .txalt1{
width:calc(100% - 60px);
max-width: 100%;
margin:0 30px;
padding: 0;
}
}



.txt_sf_home1 {
max-width:900px;
margin:0 auto;
font-family: 'Georgia_bold';
font-size:1.3em;
line-height:1.4;
}
.txt_sf_home1 .tit1{
font-size:1.9em;
margin-bottom:50px;
}

@media (max-width: 991px) {
.txt_sf_home1 .tit1{
font-size:1.6em;
line-height:1.2;
margin-bottom:40px;
}
}
/*
@media(max-width: 768px) 
{
.txt_sf_home1 {
width:calc(100% - 60px);
max-width: 100%;
margin:0 30px;
padding: 0;
}
}
*/


.txt_sf_home2 {
max-width:1200px;
margin:0 auto;
}
.txt_sf_home2 .carat1b em{
color:#222 !important;
}
.txt_sf_home2 .tit1{
font-size:3.8em;
line-height:1.2;
margin-top:-15px;
}
@media (max-width: 991px) {
    .txt_sf_home2 .tit1{
        font-size:2.3em;
        line-height:1.2;
    }
    .txt_sf_home2 .carat1b{
        text-align:left !important;
    }
    .sfondo_container[data-id="3"] {
        background-position: right top !important;
    }
    .sfondo_container[data-id="3"] {
        z-index: 0;
    }
    .sfondo_container[data-id="3"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(208,180,133,0.5);
        z-index: -1;
    }
}

@media(max-width: 768px) 
{
.txt_sf_home2 {
width:calc(100% + 60px);
margin-left:-30px;
}
}



.txt_sf_home3 .row{
display: flex;
align-items: center;
}
.txt_sf_home3 {
max-width:1300px;
margin:0 auto;
}
.txt_sf_home3 .tit1{
font-size:3.8em;
line-height:1.2;
}
@media (max-width: 991px) {
    .txt_sf_home3 .tit1{
        font-size:2.3em;
        line-height:1.2;
    }
    .txt_sf_home3 .tit1.dx p{
       text-align:left !important;
    }
    .txt_sf_home3 .row{
        display: block;
        align-items: note;
    }

    .sfondo_container[data-id="4"] {
        background-position: -400px top !important;
    }

    .sfondo_container[data-id="4"] {
        z-index: 0;
    }
    .sfondo_container[data-id="4"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(167,47,82,0.2);
        z-index: -1;
    }
}

@media(max-width: 768px) 
{
.txt_sf_home3 {
width:calc(100% + 60px);
margin-left:-30px;
}
}



.txt_sf_home4 .row{
display: flex;
align-items: center;
}
.txt_sf_home4 {
max-width:1100px;
margin:0 auto;
}
.txt_sf_home4 .carat1b em{
color:#222 !important;
}
.txt_sf_home4 .tit1{
font-size:3.8em;
line-height:1.2;
}
@media (max-width: 991px) {
    .txt_sf_home4 .tit1{
        font-size:2.3em;
        line-height:1.2;
    }
    .txt_sf_home4 .row{
        display: block;
        align-items: none;
    }
    .txt_sf_home4 .carat1b{
        text-align:left !important;
    }

    .sfondo_container[data-id="5"] {
        background-position: right top !important;
    }

    .sfondo_container[data-id="5"] {
        z-index: 0;
    }
    .sfondo_container[data-id="5"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(174,195,120,0.5);
        z-index: -1;
    }
}

@media(max-width: 768px) 
{
.txt_sf_home4 {
width:calc(100% + 60px);
margin-left:-30px;
}
}



.txt_sf_home5 .row{
display: flex;
align-items: flex-end;
}
.txt_sf_home5 {
max-width:1920px;
margin:0 auto;
}
.txt_sf_home5 .tit1{
font-size:3em;
line-height:1.2;
}
.txt_sf_home5 .tit2{
font-size:2.2em;
line-height:1.3;
}
@media (max-width: 991px) {
    .txt_sf_home5 .tit1, .txt_sf_home5 .tit2{
        font-size:2.3em;
        line-height:1.2;
    }
    .txt_sf_home5 .tit2.center p{
        text-align:left !important;
    }
    .txt_sf_home5 .row{
    display: block;
    align-items: none;
    }
/*
    .sfondo_container[data-id="6"] {
        background-position: -420px top !important;
        background-size: auto 100% !important;
    }
*/

    .txt_sf_home5 .tit2{
       margin-top:275px;
    }
    .sfondo_container[data-id="6"] {
        background: #6e8fa2 url('files/allegatiFile/zebra_home.jpg') !important;
        background-size: 100% auto !important;
        background-repeat:no-repeat !important;
        background-position:0 25px !important;
    }

/*
    .sfondo_container[data-id="6"] {
        z-index: 0;
    }
    .sfondo_container[data-id="6"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(110,143,162,0.5);
        z-index: -1;
    }
*/
}

@media(max-width: 768px) 
{
.txt_sf_home5 {
width:calc(100% + 60px);
margin-left:-30px;
}
}


/* storia */

.txt_sf_storia1 {
max-width:1200px;
margin:0 auto;
}

.txt_sf_storia1 .tit1{
font-size:3.8em;
line-height:1.2;
margin-top:-15px;
}
@media (max-width: 991px) {
    .txt_sf_storia1 .tit1{
        font-size:2.3em;
        line-height:1.2;
    }
    .txt_sf_storia1 .carat1b{
        text-align:left !important;
    }
    .sfondo_container[data-id="9"] {
        background-position: right top !important;
    }
    .sfondo_container[data-id="9"] {
        z-index: 0;
    }
    .sfondo_container[data-id="9"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(190,146,101,0.5);
        z-index: -1;
    }
}

@media(max-width: 768px) 
{
.txt_sf_storia1 {
width:calc(100% + 60px);
margin-left:-30px;
}
}



/* footer */

.footer-rimaco {
  background-color: #000;
  color: #fff;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  text-align:left;
}

.footer-container {
  display: flex;
  gap: 30px;
}

/* Colonne */

.footer-col-large { flex: 2; }
.footer-col-med { flex: 2; }
.footer-col-small { flex: 1; }

.footer-col {
  display: flex;
}

/* Contenuto allineato in basso */
.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Loghi */
.logo-main {
    width: 260px; 
    max-width: 50% !important;
}

/* Testo */
.footer p {
  margin: 0;
}

@media (max-width: 991px) {
    
    .footer-container {
        flex-direction: column;
    }

    .footer-content {
        justify-content: flex-start;
    }

    .footer-content p {
        margin:0;
        width:100%;
    }

    .logo-main {
        margin-bottom:15px;
     }
}


/* numero verde */
#numero_verde {
    width:200px;
    max-width:38%;
    position:absolute;
    top:50%;
    right:100px;
    margin-top:-2px;
    transform: translate(0,-50%);
}

@media (max-width: 1279px) {
    #numero_verde {width:180px;}
}

@media (max-width: 991px) {
    #numero_verde {right:80px;}
}

@media (max-width: 600px) {
    #numero_verde {right:80px;}
}


/* collaborazioni */
@media (max-width: 991px) {
    .cols-4.margintop-mob-l {margin-top:10px;}
}
