/*
Theme Name: Marcello Scrofani
Description: Template Marcello Scrofani
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.cromopatico.it/
*/

@font-face {
    font-family: OpenSauce;
    src: url(./font/OpenSauceSans-Regular.ttf);
}
@font-face {
    font-family: OpenSauceBold;
    src: url(./font/OpenSauceSans-Bold.ttf);
}
b, strong, h1, h2, h3, h4, h5, h6{
    font-family: OpenSauceBold;
}
body{
    margin:0;
    padding: 0;
    font-family: OpenSauce;
 }   
p{
    color: #000;
    font-family: OpenSauce;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.right{
    text-align: right;
}



/* HEADER */
header{
    background: #000;
}
.vh{
    display: table;
    width: 100%;
}
.mh{
    display: table-cell;
    height: 114px;
    vertical-align: middle;
    width: 100%;
}
header.Home{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
}
.mh img {
    height: 100px;
}
/* END HEADER */





/* MENU */
header ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
}
header ul li{
    display: inline-block;
    margin: 0px 0px 0px 32px;
}
header ul li a{
    color: #fff;
    text-decoration: none;
    font-family: OpenSauceBold;
    font-size: 16px;
    text-decoration: none;
}
/* END MENU */




/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 56px;
    position: fixed;
    right: 25px;
    top: 32px;
    transition: 0.3s all ease-in-out;
    width: 56px;
    z-index: 100;
    background: #000;
}
.button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 12px;
    position: absolute;
    top: 17px;
    transition: 0.2s all ease-in-out;
    right: 12px;
}
.button_container span:nth-of-type(2) {
    top: 27px;
}
.button_container span:nth-of-type(3) {
    top: 37px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background: #000;
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 32px auto 32px;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1;
    margin: 0px;
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    text-align: left;
    font-family: 'OpenSauce';
}
.button_container.active .topp {
    background: #var(--avena) none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}
.button_container.active .middle {
    background: #0fff  none repeat scroll 0 0;
    opacity: 0;
}
.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-9px) translateX(0px) rotate(-45deg);
}
.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.logoresp {
    height: auto;
    margin: 15px 0px;
    display: block;
    height: 80px;
}
.menuresp {
    display: none;
}
.primaResp{
  padding: 0px 24px;
}
.terzaResp {
    padding: 40px 24px;
}
.terzaResp img {
    position: absolute;
    right: 7px;
    top: 7px;
}
.rigaUno, .rigaDue {
    display: inline-block;
    width: 100%;
}
.rigaDue {
    margin-top: 10px
}
.rigaUno a {
    color: #000;
    text-transform: uppercase;
    background: #fff;
    width: 48%;
    float: left;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
}
.rigaUno a.pad {
    margin-right: 3%;
    width: 49% !important
}
.rigaDue a {
    color: #000;
    text-transform: uppercase;
    background: #fff;
    width: 100%;
    float: left;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
}
/* END RESPONSIVE MENU */




/* CONTENT */
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn{
    font-size: 16px;
    font-family: OpenSauceBold;
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s all ease-in-out;
}
.btn.Solid{
    background: #C5A57B;
    color: #000;
}
.btn.Solid:hover{
    background: #000;
    color: #C5A57B;
}
.btn.Stroke{
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}
.btn.Stroke:hover{
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
}
.btn.Stroke.Black{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.btn.Stroke.Black:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.listCarPage {
    padding: 72px 0px;
    display: inline-block;
    width: 100%;
}
ul.galleriaFotografica {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.overlay.first {
    background: linear-gradient(74deg, #000 0.65%, rgba(0, 0, 0, 0.00) 51.93%);
}
.titlePage{
    font-size: 65px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.breadcrumbContent {
    background: #242424;
    padding: 16px 0px;
}
.breadcrumbContent, .breadcrumbContent a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
p#breadcrumbs {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}
.comeFunziona{
    padding: 120px 0px;
    background-color: #F8F8F8;
}
.comeFunziona p.numberCome {
    border-color: #F8F8F8;
}
.comeFunziona .titleIcon {
    color: #000;
}
.comeFunziona .cardCome {
    border: 1px solid #C5A57B;
}
.contStep{
    display: flex;
    padding: 120px 0px;
    align-items: center;
    gap: 30px;
}
.Step1, .Step3{
    background: #FFF;
}
.Step2, .Step4 {
    background-color: #F8F8F8;
}
.leftStep{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flexce-start;
    gap: 24px;
    flex-shrink: 0;
}
.rightStep{
    width: 50%;
    text-align: center;
}
.contStep p{
    margin: 0px;
}
.lineOne{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: OpenSauceBold;
    font-size: 24px;
    font-style: normal;
    line-height: 60px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.lineOne span{
    border-radius: 40px;
    border: 0px solid #F8F8F8;
    background: #C5A57B;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.textStep{
    color: #000;
    font-family: Open Sauce Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chiSiamo{
    padding: 80px 0px;
}
.titlePage.titleChi {
    color: #000;
    font-family: OpenSauceBold;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0px 0px 24px 0px;
}
.imgMarcello {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
}
.firstcontatti {
    background-size: cover;
    background-position: center;
}
.textChi p{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.metaChi{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}
.titleColumn{
    color: #979797;
    font-family: OpenSauceBold;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin: 0px;;
}
.valueColumn{
    color: #000;
    font-family: OpenSauceBold;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    margin: 0px
}
.galleriaFotografica li {
    height: 400px;
    background-size: cover;
    background-position: center;
}
ul.galleriaFotografica.slick-initialized.slick-slider {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
 /* the slides */
 .slick-slide {
    margin: 0 0px;
}
.slick-list {
    margin: 0 0px;
}
.arrows{
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: 40px;
}
.prev, .next{
    cursor: pointer;
    display: flex;
}
.galleryChisiamo{
    background: #F8F8F8;
}
.galleryPhoto{
    padding: 120px 0px 5px;
    display: inline-block;
    width: 100%;
    display: inline-block;
    width: 100%;
}

.galleriaFotografica {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: left;
    justify-content: left;
    gap: 4px;
}
ul.galleriaFotografica a {
    display: inline-block;
    width: calc(25% - 5px);
}
.titleGallery{
    color: #000;
    font-family: OpenSauceBold;
    font-size: 48px;
    font-style: normal;
    line-height: 60px;
    margin: 0px 0px 40px 0px;
}
.overlayConta{
    background: linear-gradient(76deg, #000 13.58%, rgba(0, 0, 0, 0.42) 100%);
}
.firstcontatti{
    position: relative;
    padding: 120px 0px;
}
.titlepagecontatti{
    color: #FFF;
    font-family: OpenSauceBold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px
}
.descrizionecontatti b {
    font-size: 24px;
    margin-bottom: 16px;
    display: inline-block;
}
.firstcontatti, .firstcontatti p, .firstcontatti a{
    color: #FFF;
}
.firstcontatti a{
    display: table;
}
.firstcontatti a p{
    margin: 0px 0px 8px 0px;
}
.contattiicone a img{
    margin-right: 10px;
    position: relative;
    top: 7px;
}
.contattiicone{
    margin-bottom: 48px;
}
span.wpcf7-list-item {
    margin: 0px !important;
}
p.labeldue {
    margin: 0px;
    font-size: 13px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #fff;
    color: #fff;
    padding: 14px;
    width: 50%;
    text-transform: uppercase;
    background: transparent;
    border-radius: 50px;
}
p.label {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
}
.field p {
    margin-top: 5px;
}
.field input, .field select, .field textarea {
    width: 100%;
    padding: 6px 9px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    font-family: lato;
    background: transparent;
    border-radius: 4px;
}
.field textarea {
    height: 150px;
}
.accettazione p {
    font-size: 12px;
}
.firstCar{
    padding: 120px 0px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.firstMetaCar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.titleCar{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: OpenSauceBold;
    font-size: 64px;
    font-style: normal;
    line-height: 60px; /* 93.75% */
    margin: 0px;
}
.textCar p{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 29.4px */
    margin: 0px;
} 
.firstCar .iconCar{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.firstCar .iconCar > div{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 64px;
    border: 1px solid #EFEFEF;
    background: #FFF;
}
.contFirstCar{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}
.secondCar{
    padding: 80px 0px;
    background-color: #fff;
}
.miniTitle{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: OpenSauceBold;
    font-size: 24px;
    font-style: normal;
    line-height: 60px;
    margin-top: 0px;
}
.miniTitle span{
    font-family: OpenSauce;
    color: #979797;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.testoSecondario p{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.contInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}
.titleInfo{
    color: #979797;
    font-family: OpenSauceBold;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}
.valueInfo{
    color: #000;
    font-family: OpenSauceBold;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}
.sep {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 8px;
    padding-bottom: 8px;
    width: 100%;
}
.terzoCar{
    background-color: #F8F8F8;
    padding: 80px 0px;
}
a.btn.Solid.Big {
    color: #fff;
    padding: 40px 0px;
    font-size: 24px;
}
.tabContent{
    padding: 72px 0px 144px;
}
.city{
    padding: 24px;
    background-color: #f8f8f8;;
}
.w3-bar.w3-black button {
    border: none;
    background: #3E3E3E;
    padding: 16px 24px;
    font-size: 20px;
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
button.w3-bar-item.w3-button.tablink.w3-red, .w3-bar.w3-black button:hover{
    background-color: #f8f8f8;
    color: #3E3E3E;
}
.mb{
    margin-bottom: 24px !important;
}
.textChi h3 {
    font-size: 44px;
    margin: 0px;
}
.textChi ul {
    padding: 0px;
    margin: 40px 0px 120px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 21px;
}
.textInfoBook{
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul.listCar li {
    margin-bottom: 30px;
}
img.imgCarTop {
    height: 130px;
    width: auto !important;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}
ul.listPortCat {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
ul.listPortCat li {
    width: 100%;
    padding: 300px 0px;
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: center;
}
.slick-dotted.slick-slider{
    margin: 0px !important;
}
.cardPort {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
}
.titPro{
    font-family: OpenSauceBold;
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 1;
}
ul.listPortCat li a {
    text-decoration: none;
    color: #fff;
}
.titleCome{
    font-family: OpenSauceBold;
}
.titleCome {
    font-family: OpenSauceBold;
    font-size: 44px;
    margin-top: 100px;
    margin-bottom: 16px;
}
.textHome {
    margin-bottom: 100px;
}
.textHome p {
    font-size: 24px;
    line-height: 35px;
}
ul.loghi {
    padding: 0px;
    list-style: none;
    margin: 40px 0px 30px;
    display: inline-block;
    width: 100%;
}
ul.loghi img {
    width: 100%;
    height: auto;
}
.partners{
    font-family: OpenSauceBold;
    font-size: 32px;
}
/* END CONTENT */





/* FOOTER */
footer{
    background-color: #000;
    padding: 60px 0px 30px;
}
footer p{
    font-size: 16px;
    color: #FFF;
    margin-top: 0px;
    line-height: 140%;
}
footer ul{
    padding: 0px;
    margin: 0px;
}
footer ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
}
h4.title-widget{
    color: #fff;
    margin-top: 0px;
}
footer a{
    text-decoration: none;
}
.separatore {
    margin: 20px 0px;
    background: #fff;
    height: 1px;
    opacity: 0.3;
}
p.textBottomFoo {
    margin: 0px;
    font-size: 12px;
}
p.textBottomFoo a {
    color: #fff;
    text-decoration: underline;
}
/* END FOOTER */






/* VARIE */
#back-to-top {
    background: #C5A57B;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/* END VARIE */






/* RESPONSIVE */

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.menuresp {
    display: block;
}
.mh img {
    margin-left: 9px;
    display: inline-block;
}
.titleHero {
    font-size: 30px;
    line-height: 39px;
}
.contBtn {
    flex-direction: column;
}
.textHome {
    width: 100% !important;
}
.metaCome {
    display: inline-block !important;
    width: 100%;
}
.cardCome {
    width: 43% !important;
    margin: 10px;
    float: left !important;
    padding: 24px 14px !important;
}
.conteComeHome a.btn.Stroke {
    width: 100%;
}
.titleIcon {
    font-size: 20px;
    line-height: 24px;
}
.cardCome img {
    height: 30px;
}
.comeHome {
    padding: 72px 0px;
    text-align: center;
}
p.titleCome {
    text-align: center;
    width: 100%;
    font-size: 42px;
    line-height: 46px;
}
.listCarBox {
    padding: 72px 0px;
}
a.btn.Stroke.Black {
    text-align: center;
    margin-top: 24px;
    width: 100%;
}
.titleIcon {
    font-size: 14px  !important;
    line-height: 17px  !important;
    margin: 16px 0px 0px 0px;
    color: #fff;
    height: 50px;
}
.ricordiContent {
    padding: 80px 24px !important;
}
.ricordiContent {
    flex-direction: column;
}
.titleRicordi {
    font-size: 50px !important;
    line-height: 42px !important;
    margin-top: 16px !important;
}
.columRicordi .img1 {
    width: 170px !important;
}
.columRicordi .img2 {
    width: 120px !important;
}
.columRicordi .img3 {
    width: 143px !important;
}
.columRicordi2 .img1 {
    width: 150px !important;
}
.columRicordi2 .img2 {
    width: 130px !important;
}
.contBanner {
    padding: 90px 0px !important;
}
.contBannerCont {
    width: 90% !important;
}
.textBanner {
    font-size: 21px !important;
}
.footerone, .footertwo, .footerthree{
    margin-bottom: 24px;
}
footer .col-md-6.right {
    text-align: left;
    margin-top: 8px;
}
.metaChi {
    gap: 36px;
    flex-direction: column;
}
.galleryPhoto {
    display: inline-block !important;
    padding: 60px 0px;
}
.titleGallery {
    font-size: 48px;
    line-height: 50px;
}
.titlePage {
    font-size: 45px;
    line-height: 45px;
}
.contStep {
    flex-direction: column;
}
.leftStep {
    width: 100%;
    align-items: center;
}
.rightStep {
    width: 100%;
}
.rightStep img {
    width: 100%;
}
.textStep {
    font-size: 30px;
}
.contStep {
    text-align: center;
}
img.image2 {
    width: 50%;
}
img.image3 {
    width: 70%;
}
img.image4 {
    width: 50%;
}
.contFirstCar {
    flex-direction: column;
}
.secondMetaCar img {
    width: 100%;
    margin-top: 32px;
}
.titleCar {
    font-size: 34px;
    line-height: 40px;
}
.firstCar {
    padding: 60px 0px;
}
.testoSecondario {
    margin-bottom: 50px;
}
a.btn.Solid.Big {
    margin-top: 20px;
    padding: 24px 8px;
}
.tabContent {
    padding: 0px 0px 144px;
}
.w3-bar.w3-black button {
    padding: 12px 18px;
    font-size: 16px;
}
.comeHome {
    padding: 72px 0px !important;
}
.contStep {
    padding: 60px 0px;
}
.textChi h3 {
    font-size: 30px;
    margin: 0px;
}
.textChi ul {
    padding: 0px;
    margin: 20px 0px 60px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 18px;
}
.miniTitle {
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.testoSecondario p {
    font-size: 24px;
}
ul.listPortCat {
    flex-direction: column;
}
ul.listPortCat li {
    padding: 30px 0px;
}
.titPro {
    font-size: 22px;
}
.comeHome {
    padding: 32px 0px !important;
}
p.titleCome {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    margin-top: 40px;
}
.textHome p {
    font-size: 18px;
    line-height: 27px;
}
.textHome {
    margin-bottom: 40px;
}
.ms {
    height: 440px !important;
}
.titleHero {
    font-size: 27px  !important;
    line-height: 33px !important;
}
.chiSiamo {
    padding: 20px 0px;
}
.imgMarcello {
    height: 400px;
}
.titlePage.titleChi {
    color: #000;
    font-family: OpenSauceBold;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 30px 0px 24px 0px;
}
.textChi p {
    font-size: 18px;
}
.mh img {
    height: 80px;
}
.firstCar {
    padding: 120px 0px;
    background-color: #F8F8F8;
    display: inline-block;
    flex-shrink: 0;
    flex-direction: column;
    width: 100%;
}
.firstFirstMetaCar {
    width: 100%;
}
.galleriaFotografica li {
    height: 200px;
}

ul.galleriaFotografica a {
    display: inline-block;
    width: calc(50% - 5px);
}
h2.titlepagecontatti {
    margin-top: 100px;
}
.partners {
    font-family: OpenSauceBold;
    font-size: 32px;
    text-align: center;
}
}
