* {
	margin: 0;
	padding: 0;
}

body {/*errore bastardissimo */
	overflow-y: scroll;
	overflow-x: hidden;
    font-family: "Montserrat";
	font-weight: none;
}

.bIntro {
    width: 100%;
    height: 100vh;
    z-index: 100000000; 
    background-color: white;
}

.bIntro #container {
    z-index: 10000000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.header {
	background-image: linear-gradient(rgba(4,3,2,0.6),rgba(255,255,255,0.1)),url("../media/img_no_copyright/background1.jpg");
	height: 100vh;
	background-position: center;
	background-size: cover;
}
/*slogan*/
.text h2 {
    font-family: "Montserrat", cursive;
	color: white;
    font-weight: 200;
    font-size: 35px;
}

.header #container  {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.header-buttons a{
	border: 3px solid #008B45;
	margin-right: 6px;
	padding: 20px 35px;
	color: white;
	text-decoration: none;
    font-weight: bold;
    font-size: 18px;
	transition: all 0.2s ease-in;
    
}
/*First button*/
.header-buttons a.btn-half:hover {
	background: #008B45;
	color: white;
    
}

/*Fontawesom near second button*/
i fas fa-angle-down {
	margin-left: 6px;
}

.introduction {
	font-family: "Montserrat";
    margin-bottom: 40px;
}
.introduction .container-fluid img {
    border-radius: 40px;
    padding: 2rem;
    max-width: 100%;
	height: 420px;
	width: 630px;
}

.introduction .container-fluid .haccp {
	text-align: center;
	width: 250px;
	height: 210px;
}
.introduction .container-fluid .swissM {
	text-align: center;
	width: 400px;
	height: 270px;
} 

#objective {
	font-family: "Montserrat";
}

#objective .container-fluid h2 {
    margin-top: 20px;
    margin-bottom: 40px;
}
#objective .container-fluid {
    margin-left: 50px;
    margin-right: 50px;
    width: 80%;
    margin: 0 auto;
	height: 40%;
}
.service-box {
    text-align: center;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    max-width: 100%;
}
.service-box:hover {
    background: #008B45;
    
}
.service-box:before {
    content: "" ;
    width: 40px;
    height: 40px;
    border-width: 20px;
    border-style: solid;
    border-color: white white rgba(1,1,1,0.2) rgba(0,0,0,0.2);
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all 0.3s ease 0s;
}
.service-box:hover:before {
    top: 0;
    right: 0;
}

.service-box i {
    display: block;
    font-size: 65px;
    color: #008B45;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
    
}

.service-box .title {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
    margin-bottom: 0 0 16px 0;
}
.service-box .description {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.service-box:hover i,
.service-box:hover .title,
.service-box:hover .description {
    color: white;
}
#partners .partner {
}

.partner #buttonIcon a{
	color: black;
}

.partner .container-fluid {
    text-align: center;
}

.partner .container-fluid .box {
    padding: 18px 45px;
}
.partner .container-fluid .box img {
    margin-right: 20px;
    margin-left: 20px;
}

.partner .container-fluid .box {
    font-size: 65px;
}

.offer {
	font-family: "Montserrat";
}

.offer h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
}

.offer .descriptions {
    margin-bottom: 40px;
}

.offer .img-product {
    margin-left: 20px;
    margin-right: 20px;
}

.lista li{/*lista API*/
    margin-left: 40px;
    margin-top: 20px;
}
/*ul li:nth-child(5) {/*ultimo elemento API*/
    /*opacity: initial;
    color: rgba(0, 0, 0, 0.247);
}*/
.offer .header-buttons {
    margin-bottom: 20px;
}

.offer #imgServicios {
    max-width: 100%;
    max-height: 100%;
}

.header-buttons .btn-API a{
    font-family: "Montserrat", cursive;
	margin-top: 12px;
	margin-left: 30px;
	color: black;
    font-size: 14px;
    font-weight: normal;
}

.btn-primary {
	width: 300px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact {
	font-family: "Montserrat";
    margin-top: 40px;
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.4)),url("../media/img_no_copyright/ContactPic.jpg");
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}
.contact h2 {
    color: white;
}
.contact .btn-success {
    margin-bottom: 80px;
    text-align: center;
    height: 40px;
}

.contact .container input {
    margin-top: 40px;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.contact .container #btn-send{
    margin-top: 20px;
}

.contact .container textarea {
    margin-top: 40px;
}
.contact .container #oggetto {
    text-align: center;
}
.mail-send {
    text-align: center;
}
.mail-send i {
    display: block;
    font-size: 120px;
    color: #008B45;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s; 
}

.footer {
	font-family: "Montserrat";
    color: black;
    background-color: #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fa-angle-up {
    margin-left: 20px;
    text-align: center;
}

.footer .fa-angle-up  {
    font-size: 30px;
    color: black;
}










