html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Montserrat', sans-serif;
}
body,html{
  height: 100%;
  overflow-x: hidden;
}

a{
	text-decoration: none;
    color: inherit;
}


h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

h2{
    font-size: 36px;
    color: #2F2F2F;
    font-weight: 700;
}

h3{
    font-size: 28px;
    color: #2F2F2F;
    font-weight: 700;
}

p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2F2F2F;
}

#bg_home p{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.py-100{
    padding: 100px 0px;
}

.py-80{
    padding: 80px 0px;
}

.white{
    color: #fff;
}

header{
    position: absolute;
    width: 100%;
    top: 0;
    transition: top 0.8s;
    padding: 20px 0px;
}

header li a{
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
}

#bg_home{
    background-image: url('../img/bg/emeraldcleancare.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.logo-home{
    max-width: 150px;
    width: 150px;
}

.menu ul li a:hover{
    color: #3D9866
}

.bg_gradient{
    background: rgb(110,174,84);
    background: linear-gradient(90deg, rgba(110,174,84,1) 0%, rgba(61,152,102,1) 100%); 
}

.gen_button{
    background-color: #fff;
    color: #3D9866;
    padding: 15px 20px;
    border-radius:6px;
    font-weight: 500;
    display: inline-block;
}

#servizi-icone p{
    font-weight: 600;
    margin-top: 14px;
}

.icona-1{
    max-width: 100px;
}

.icona-2{
    max-width: 90px;
}

.icona-3{
    max-width: 54px;
}

.icona-4{
    max-width: 62px;
}

.icona-5{
    max-width: 88px;
}
.icona-6{
    max-width: 81px;
}

.img-fit{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.box-trasparenza{
    height: 300px;
    text-align: center;
}

.box-trasparenza p{
    color: #fff;
    font-weight: 600;
}

.bg_trasparenza1{
    background-color: #3F9966;
}

.bg_trasparenza2{
    background-color: #4A9E61;
}

.bg_trasparenza3{
    background-color: #5FA75A;
}

.bg_trasparenza4{
    background-color: #6DAD54;
}

input[type="text"], textarea{
    width: 100%;
    color: #2F2F2F;
    border: 2px solid #2F2F2F;
    border-radius: 6px;
    padding: 15px 6px;
    font-size: 14px;
}

input[type="submit"]{
    background: rgb(110,174,84);
    background: linear-gradient(90deg, rgba(110,174,84,1) 0%, rgba(61,152,102,1) 100%);
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 15px;
}



footer p{
    color: #fff;
    font-weight: 600;
}

#logo-footer{
    max-width: 100px;
    margin:0px auto;
}

.copyright{
    font-size: 12px;
    font-weight: 400;
}

.copyright a{
    font-weight: 600;
}

@media screen and (max-width:992px){

    h1{
        font-size: 33px;
    }

    #logo-head{
        max-width:55px;
    }

    .menu{
        display: none !important;
    }
}

@media screen and (min-width:993px) and (max-width:1390px){

   .menu ul li a{
       margin-right: 5px;
   }
   
   p{
       font-size:15px;
   }
}