

body{
    margin: auto;
    padding: 0px;
    overflow-x: hidden;
    min-width: 320px;
    height: 100%;
    background:rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0;
 
}

h1 {
    font-size: 2em;
    text-align: center;
}

header{
    background-color: rgb(255, 255, 255, 0.9);
    justify-content:center;
    display: flex;
    align-items:center;
    height: 100px;
    position: fixed;
    width: 100%;
    margin-top: 0px; 
    z-index: 1;
    top: 0;
}

header > div{
    width: 70%;
    display: flex;
    justify-content:space-between;
    text-align: center;
}

header img{
    height: 60px;
    padding-top: 10px;
}

.menu-home{
    margin: 0px;
}

.menu.selected{
    color: #E30613;
}

.menu-home a{
    text-decoration: none;
    color: #000000;
}

.menu-home a:visited{
    color: rgb(0, 0, 0);
}
.menu-home a:focus{
    color: rgb(0, 0, 0);
}
.menu-home :active{
    color: rgb(0, 0, 0);
}
.menu-home a:hover{
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 1);
}   
.menu{
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    cursor: pointer;
}

ul{
    list-style-type: none;
    font-size: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
}

li{
    padding: 0px;
    margin-right: 15px;
    text-decoration: none;
}
/*burger menu*/

#menuToggle{
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover{
    color: tomato;
}


#menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    
    background: #cdcdcd;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

#menuToggle span:first-child{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 200px;
    margin: -100px 0 0 -200px;
    padding: 50px;
     padding-top: 125px;

     background: #ededed;
     list-style-type: none;
     -webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul{
    transform: none;
}


.slideHome {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1em;
    align-items: center;
    text-shadow: 3px 3px #030303;
    padding-top: 100px;
}

.slideHome > div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 100%;
    height: 500px;
    background-image: url(../img/gadget-roma.gif);
    background-image:  -webkit-linear-gradient(left top, rgba(42, 52, 79, 0.34), rgba(42, 52, 79, 0.34)), url(../img/gadget-roma.gif); /* Chrome 10+, Saf5.1+ */
    background-image:     -moz-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* FF3.6+ */
    background-image:      -ms-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* IE10 */
    background-image:       -o-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* Opera 11.10+ */
    background-image:          linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* W3C */
    background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom;
    align-items: center;
    
}
.bottonHome{
    list-style-type: none;
    padding: 10PX;
    background-color: rgb(0, 0, 0);
    text-shadoW: none !important;
    width: 150px;
    text-align: center;
    border-radius: 1px 1px 1px 1px; 
    
    
}

.bottonHome a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}


.bottonHome a:visited{
    color: rgb(255, 255, 255);
}
.bottonHome a:focus{
    color: rgb(0, 0, 0);
}
.bottonHome :active{
    color: rgb(18, 40, 99);
}
.bottonHome a:hover{
    color: rgb(43, 168, 217);
    background-color: rgba(255, 255, 255, 0.61);
}  

.bottonHome li{
    margin: 0px;
}

.main{
    display: flex;
    flex-direction: row;
    justify-content:center;
    text-align: center;
    font-size: 1em;
    background-color: rgb(233, 233, 233);
}

.description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    padding-top: 30px;
    align-items: center;
 
}

.description p{
    display: flex;
    justify-content: center;
    width: 70%;
    padding-bottom: 30px;
    text-align: center;

}

section{
    display: flex;
    justify-content: center;
    background-color: white;
    padding-top: 40px;
    margin-bottom: 30px;
    
}

section > div{
    display: flex;
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
}

article{
    padding: 20px;
    width: 40%;
    font-size: 80%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    text-align: center;
    margin: 10px;
}

article img{
    height: 150px;
}

.visualizza{
    height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    
}

.visualizza a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: black;
    padding: 10px;
    text-align: center;    
}


.visualizza a:visited{
    color: rgb(255, 255, 255);
}
.visualizza a:focus{
    color: rgb(0, 0, 0);
}
.visualizza :active{
    color: rgb(18, 40, 99);
}
.visualizza a:hover{
    color: rgb(0, 0, 0);
    background-color: rgba(236, 236, 236, 0.61);
}  

.conteiner{
    color: rgb(255, 255, 255);
    text-align: center;
}



.altoMare{
    font-weight: 800;
    font-size: 2rem;
    text-shadow: 1px 2px #000000;
}

.altoMare img{
    height: 150px;
}

.altoMare p{
    background-color: #044398; opacity: 0.9;
    text-decoration: none;
    padding: 10px;
    }

.altoMare a{
background-color: #000000;
text-decoration: none;
padding: 10px;
color: #fff;
}

.altoMare a:visited{
    color: #fff;
}
.altoMare a:focus{
    color: #fff;
}
.altoMare :active{
    color: #fff;
}
.altoMare a:hover{
    color: rgb(0, 0, 0);
    background-color: rgba(236, 236, 236, 0.61);
}  

#bg1{
    background: transparent url(../img/wave.png) repeat 0 0;
    background-size: 100px 50px;
    animation: animationWave1 2s ease-in-out infinite;
    min-height: 500px;
}
#bg2{
    background: transparent url(../img/wave.png) repeat -10px 25px;
    background-size: 100px 50px;
    animation: animationWave2 2s ease-in-out infinite;
    min-height: 500px;
    
}
@keyframes animationWave1 {
    0% { background-position: 0 0; }
    50% { background-position: -20px 0; }
    100% { background-position: 0 0; }
}
@keyframes animationWave2 {
    0% { background-position: -20px 25px; }
    50% { background-position: 0 25px; }
    100% { background-position: -20px 25px; }
} 

/* Pagina abbigliamento*/

.pageConteinerTitle{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    align-items: center;
    margin-top: 100px;
    background-image: url(../img/gadget-roma.gif);
    background-image:  -webkit-linear-gradient(left top, rgba(42, 52, 79, 0.34), rgba(42, 52, 79, 0.34)), url(../img/gadget-roma.gif); /* Chrome 10+, Saf5.1+ */
    background-image:     -moz-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* FF3.6+ */
    background-image:      -ms-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* IE10 */
    background-image:       -o-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* Opera 11.10+ */
    background-image:          linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* W3C */
    background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom;
    align-items: center; 
    max-height: 250px;
    margin-bottom: 30px;
}

.intestazionePagine{
    position: relative;
    background-color: #fff;
    top: -5px;
    width: 64%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    text-align: center;
    padding: 40px 3% 40px 3%;
    font-size: 1rem;
}

.moduliAbbigliamento{
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;

}

.moduliAbbigliamento > div {
    display: flex;
    flex-direction: row;
    flex: 30%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    max-height: 400px;
    font-size: 0.9rem;
}


.testoEpulsante{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 20px;
}

.moduliAbbigliamento img{
    height: 8rem;
    padding: 10px 0px 20px 0px;
}

.moduliAbbigliamento p{
    padding-right: 5px;
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.visualizzaAbbigliamento a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: black;
    padding: 10px;
    text-align: center;  
}


.visualizzaAbbigliamento a:visited{
    color: rgb(255, 255, 255);
}
.visualizzaAbbigliamento a:focus{
    color: rgb(0, 0, 0);
}
.visualizzaAbbigliamento :active{
    color: rgb(18, 40, 99);
}
.visualizzaAbbigliamento a:hover{
    color: rgb(0, 0, 0);
    background-color: rgba(236, 236, 236, 0.61);
}

.tecnichePersonalizzazione{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    align-items: center;
}

.posizioniPersonalizzazione{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    background-color: #f1f1f1;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    
}

.posizioniPersonalizzazione div{
    flex: 40%;
    text-align: left;
    padding-left: 5px;
    
}

.posizioniPersonalizzazione img{
    width: 80%;
}


.catalogo{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; 
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    background-color: #000000;
    width: 70%;
    margin: auto;
    
}
.catalogo:hover {
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    background-color: rgba(255, 0, 0, 1);
    color: #000000;
}

.catalogo a {
    text-decoration: none;
    color: #fff;
}

.catalogo a:visited{
    color: #fff;
}
.catalogo a:focus{
    color: rgb(0, 0, 0);
}
.catalogo :active{
    color: rgb(18, 40, 99);
}
.catalogo a:hover{
    color: rgb(255, 255, 255);
    
}  


    /* Pagina gadget*/

.moduligadget{
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;

}

.moduligadget > div {
    display: flex;
    flex-direction: row;
    flex: 40%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
     
    max-height: 400px;
    font-size: 0.9rem;
}

.moduligadget img{
    height: 8rem;
    padding: 10px 0px 20px 0px;
}

.conteinerGadget{
    color: rgb(255, 255, 255);
    text-align: center;
    width: 70%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    margin: auto;
}

/* pagina grafica tipografia*/

.stampaTipografica {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.stampaTipografica > div {
    flex: 30%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    padding: 10px;
    
}

.stampaTipografica img {
    width: 250px;
}

.serviziGrafici{
    background-color: #E30613;
    border: solid 0.1px;
    border-radius: 5px;
    color: #fff;
    width: 70%;
    margin: auto;
    text-align: center;
    align-items: center;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.serviziGrafici div {
    flex: 40%;
    padding: 20px;
}

.serviziGrafici img{
    max-height: 300px;
    padding: 20px;
}


.serviziGrafici a{
    text-decoration: none;
    background-color: #000000;
    padding: 10px;
    color: #fff;
}

.serviziGrafici a:hover{
    text-decoration: none;
    background-color: #000000;
    padding: 10px;
    color: #2BA8D9;
}



    /* Pagina contatti*/

.mapConteiner{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    align-items: center;
    margin-top: 100px;
    background-image: url(../img/gadget-roma.gif);
    background-image:  -webkit-linear-gradient(left top, rgba(42, 52, 79, 0.34), rgba(42, 52, 79, 0.34)), url(../img/gadget-roma.gif); /* Chrome 10+, Saf5.1+ */
    background-image:     -moz-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* FF3.6+ */
    background-image:      -ms-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* IE10 */
    background-image:       -o-linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* Opera 11.10+ */
    background-image:          linear-gradient(left top, rgba(8, 17, 44, 0.5), rgba(8, 17, 44, 0.5)), url(../img/gadget-roma.gif); /* W3C */
    
    background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom;
    align-items: center; 
    max-height: 300px;
}


.titoloPagine{
    display: flex;
    flex-direction: column;
    text-shadow: 3px 3px #030303;
    color: #fff;
}

.map{
    width: 70%;
    border: solid 0.1px rgb(214, 214, 214);
    border-radius: 5px;
    background-color: #efeeec;
}

.containerContact{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100PX;

}

.containerContact2{
    justify-content: space-between;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.contactText{
    width: 40%;
    line-height: 2rem;

}

.formContainer{
    justify-content: center;
}

/* .formContainer a{
    text-decoration: none;
} */

.formContainer a:visited{
    color: rgb(0, 0, 0);
}
.formContainer a:focus{
    color: rgb(0, 0, 0);
}
.formContainer :active{
    color: rgb(0, 0, 0);
}
.formContainer a:hover{
    color: rgb(0, 0, 0);
}

.formContainer-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.stileForm{
    max-width:70%;
    margin: auto;
}

.stileForm p{
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: red;
    font-size: 0.8rem;
}

form>div:not(.errore):not(.corretto) input{

}
.errore input{ 
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: rgb(255, 0, 0) !important;
    font-size: 0.8rem;
    border-color: 1px solid red;
}
.corretto input{ 
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: green !important;
    font-size: 0.8rem;
}
.errore p{ 
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: rgb(255, 0, 0) !important;
    font-size: 0.8rem;
    border-color: 1px solid red;
}
.corretto p{ 
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: green !important;
    font-size: 0.8rem;
}
h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
    font-size: 1.5rem;
}

.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding-top: 0.5rem;
	font-size: 1.1rem;
	transition: .3s;
}


.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #ff0000;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
    margin-top: 20px;
}

.btn:hover{
    background-color: #044398;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.privacy p{
    width: 70%;
    padding: 10px;
    margin: auto;
    text-align: left;
    font-size: 1rem;
}

input{  
    margin-top: 10px;
}

#errorForm{
    background-color: red;
    color: white;
    padding: 10px 2px;
}




/* pagina ringraziamento form email*/

.grazie{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-bottom: 10px;
    text-align: center;
}

.grazie img{
    width: 20rem;
}

/* Footer*/
footer{
    background-color: black;
    color: white;
    align-items: center;
    margin-top: 40px;
}

.footerMenu{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.footerMenu a{
    color: #fff;
}

.footerMenu a:visited{
    color: #ffffff;
}
.footerMenu a:focus{
    color: #ffffff;
}
.footerMenu :active{
    color: #ffffff;
}
.footerMenu a:hover{
    background-color: rgb(255, 0, 0);
}

.colonneFooter{
    display: flex;  
    justify-content:space-between;
    flex-wrap: wrap;
    width: 70%;
    font-weight: 400;
    line-height: 30px;
}

.footerMenu .colonneFooter div {
    flex: 30%;
    padding: 10px;
    margin-top: 20px;
}

.footerMenu .titoli{
    color: #044398 !important;
}

.colonna2{
    display: flex;
    flex-direction: column;
}
.colonna2 a{
    display: flex;
    line-height: 40px;
    border-bottom: solid 1px #ffffff;
    text-decoration: none;
    color: #fff;
}

.footerMenu .colonna3{
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.footerMenu .cataloghi_Footer{
    padding: 20px;
    margin-bottom: 10px;
}

.footerMenu .colonna3 a{
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}

.footerMenu .colonna3 a:visited{
    color: #000000;
}
.footerMenu .colonna3 a:focus{
    color: #000000;
}
.footerMenu .colonna3 :active{
    color: #000000;
}
.footerMenu .colonna3 a:hover{
    color: #000000;
    background-color: rgb(255, 0, 0);
}

.footerMenu .crediti {
    text-align: center;
    padding-bottom: 40px;
    font-size: 0.8rem;
    font-weight: 300 !important;
    border-top: solid 1px cornsilk;
    width: 70%;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
}
.footerMenu .crediti img{
    height: 70px;
    margin-top: 30px;
    
}

.footerMenu .crediti a:hover{
    background-color: rgb(0, 0, 0);
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {

    background-color: #000;
    color: rgb(0, 0, 0);
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  
  /* The popup form - hidden by default */
  .popup {
    color: #000;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }


@media screen and (max-width: 1150px){  
    .menu-home {
        display: none;
}

    h1{
        font-size: 1.4em;
        text-align: center;
    }
    article{
        width: 90%;
    }

    .slideHome{
        height: 300px;
    }
    .main p{
        font-size: 0.9rem;
        padding: 10px;
    }

    .description{
        width: auto;
        padding: 0px;
    }

    .box{
        width: auto;
    }    

    footer{
        font-size: 0.9rem !important;
    }
    .colonneFooter{
        width: 90%;
    }
    .colonna3{
        flex-grow: 2;
    }
    .containerContact {
        margin-top: 50px;
   } 
   
    header > div{
    justify-content:center;
    }
}

@media screen and (min-width: 1151px){  
    #menuToggle {
        display: none;
    }

}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
    
}

@media screen and (max-width: 650px){

    section > div{
        width: 100%;
    } 
    article{
        width: 90%;
    }
    .moduliAbbigliamento {
        width: 90%;
    }
    .intestazionePagine {
        position: relative;
        background-color: #fff;
        top: -5px;
        width: 84%;
    }
    .moduligadget {
        width: 90%;
    }
    .serviziGrafici{
        width: 100%;
    }
    .right{
        max-width:90%;
    }
    .colonneFooter div {
        width: 100%;
        font-size: 1rem !important;
    }
       .contactText{
        width: 100%;
        font-size: 1rem;
    }
    .intestazionePagine{
        font-size: 0.6em;
        padding: 10px;
        width: 90%;
        height: auto;
    }

}