:root {
  --grigio: #727171; 
  --rosso: #AD0505;
  --nero: #131313;
  --rosso-scuro: #800b0b;
  --nero-opaco: #222; 
}

trademark:before {
  content: "®";
  font-size: 15px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	/* border-radius: 0; */
}

.sticky-top {
    position: -webkit-fixed;
    position: fixed;
    width: 100%;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

body {
    -webkit-transform-style: preserve-3d;
}

::-webkit-scrollbar {
	background: transparent;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ad0505;
    border-radius: 5px;
}

::-webkit-scrollbar-track{
	background-color: transparent;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.button[for=file], p.chosen-file {
	float: left;
	margin: 10px 20px !important;
}

a, a:hover {
	color: unset;
}

select, input, textarea {
	color: white;
	background-color: var(--nero-opaco);
	margin: 20px;
	border-color: #0000;
	border-bottom: 2px solid white;
	width: 89%;
}

textarea {
	border: 2px solid white;
	width: 89%;
	margin-top: 5px;
	height: 150px;
}

textarea, select, input, button { 
	outline: none !important;
}

li {
	padding: 5px;
}

.button {
	margin: 20px 0;
	border: 2px solid white;
	width: 100%;
	background-color: var(--nero-opaco);
	color: white;
	max-width: 140px;
	text-align: center;
	padding: 5px 15px;
    width: unset;
    border-radius: 20px;
}

.button:hover:not([disabled]) {
	background-color: white;
	color: var(--nero-opaco);
	cursor: pointer;
}

.button:disabled{
	opacity: .6;
}

.button.dark {
	color: var(--nero-opaco);
	background-color: white;
	margin: 20px;
	border: 2px solid var(--nero-opaco);
}

.button.dark:hover {
    background-color: var(--nero-opaco);
    color: white;
}

.window {
	padding: 50px 15px !important; 
	background-color: white;
	color: var(--nero-opaco);
}

h1, h2, h3, h4, h5, b, .bold {
	font-family: poppins,Helvetica,Arial,sans-serif;
    line-height: 1em;
    font-weight: 600;
    vertical-align: middle;
    padding: 10px 0;
}

.container:not(.in-nav)-outer { overflow: scroll; width: 500px; height: 210px; }
.container:not(.in-nav)-inner { width: 10000px; }

img.fill-width {
    height: auto;
	width: 100%;
}

img.fill-height {
	width: auto;
    height: 100%;
}

.r-text {
	color: var(--rosso);
}

.sezione {
	margin: 0 3%;
	padding: 40px 0;
}

.bg-gray {
	background-color: var(--nero-opaco);
	color: white;
}

.space {
	width: 100%;
	height: 40px;
}

p, li {
	font-family: poppins,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44444;
}

img {
    display: block;
    height: auto;
	width: 100%;
	margin: auto;
}

.container:not(.in-nav) {
	padding: 50px 15px;
}

.vc-container:not(.in-nav) {
    height: 100%;
    width: 100%
}

.vc-elements {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo-div:not(.in-nav) {
    width: auto;
    margin: 5px;
    /*height: 40px;*/

	margin-bottom: 50px;
	height: 15vw;
}

nav {
	padding: 5px 0;
	padding-bottom: 0;
	width: 100%;
	z-index: 1020;
	position: sticky;
	top: 0;
}

.in-nav {
	position: relative;
}

nav p {
	padding: 0;
	margin: 0;
	padding-top: 0.1vw;
}

nav .vc-container {
    position: absolute;
    right: -5%;
    top: 0%;
}

nav .logo-div {
	padding: 10px 0;
}

.navbar-toggler {
	padding: 1px 6px;
	background-color: transparent;
	color: var(--nero-opaco);
	font-size: 27.5px;
}

.nav-item {
    border-bottom: 1px solid var(--nero-opaco);
    width: 70%;
    text-align: center;
}

.nav-item p {
	padding: 5px;
}

.nav-item:not(.collapse) {
    border-bottom: 0px;
}

nav .text-center .nav-item {
	margin: auto;
}

.flag {
	width: 9%;
	position: absolute;
	left: 20px;
	top: 12px;
	cursor: pointer;
}

header {
	height: 95vh;
}

.vc-container:not(.in-nav), .particles-js-canvas-el {
	position: absolute;
}

.particles-js-canvas-el {
z-index: -1;
}

footer {
	width: 100%;
	background-color: var(--nero-opaco);
	background-image: url('/assets/img/curve-reverse.svg');
	background-repeat: no-repeat;
    background-position: top;
	background-size: contain;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

footer a, footer p, footer i {
	color: white;
	font-size: 12pt;
}

footer a:hover {
	color: #DDD;
	text-decoration: none;
}

i.social {
	font-size: 30px;
	padding: 0 2.5px;
}

.copyright {
	font-size: 25px;
}

p .copyright {
	font-size: 13px;
}

#chi-siamo .sezione, #our-method .sezione {
	text-align: center;
}

#services button {
	margin: 20px auto;
	display: block;
}

.punto-forza {
	text-align: center;
	margin-bottom: 50px;
	-webkit-perspective: 10cm;
	perspective: 10cm;
}

.punto-forza i {
	border: 5px solid white;
	padding: 25px;
	font-size: 40px;
	border-radius: 100%;
	margin-bottom: 10px;
	transition: all 1s;
	-webkit-transition: all 1s;  
}

.punto-forza.dark i {
	border-color: var(--nero-opaco);
}

.punto-forza i:hover, .flip {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.compose {
	border-radius: 20px;
	padding: 20px 0;
}

.compose p b, .compose p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.method-img {
	float: left;
	margin-bottom: 25px; 
}

.cockade {
	margin: auto;
	position: relative;
	text-align: center;
	max-width: 150px;
	margin-bottom: 10px;
}

.cockade img {
	max-width: 135px;
}

#quality p {
	font-size: 16px;
	margin: 0 5px;
	line-height: 25px;
}

.carousel-item p {
    box-shadow: 0px 0px 15px #333;
    margin: 15px;
    padding: 30px;
}

@media (min-width: 576px) { 
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
	}
	textarea {
		width: 80%;
	}
	select {
		width: 79%;
	}
	textarea {
		width: 92.5%;
	}
	footer {
		padding-top: 90px;
	}
	.logo-div:not(.in-nav) {
    	margin-bottom: 50px;
    	height: 65px;
	}
	.window {
		padding: 50px 30px !important;
	}
	#chi-siamo .sezione, #our-method .sezione {
		text-align: left;
	}
	.cockade {
		margin: auto;
	}
	.flag {
		width:30px;
		position: absolute;
		right: 0;
		left: unset;
	}
	.space {
		height: 30px;
	}
}

@media (min-width: 768px) {
	.cockade h4 {
		font-size: 16pt;
	}
	.nav-item p {
		padding: 10px;
		float: right;
	}
	nav p {
		font-size: 16px;
	}
	.flag {
		right: 20px;
	}
	#quality p {
		margin: 0 20px;
	}
	.punto-forza {
		padding: 0 25px;
	}
}

@media (min-width: 992px) { 
	select {
		width: 78%;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	footer {
		padding-top: 115px;
	}
	.logo-div:not(.in-nav) {
    	height: 80px;
	}
	.window {
		padding: 50px !important;
	}
	.cockade.n3 h4 {
		font-size: 19pt;
	}
	nav p {
		font-size: 18px;
	}
	.nav-item p {
		padding: 15px;
	}
	.space {
		height: 40px;
	}
}

@media (min-width: 1200px) { 
	select {
		width: 77%;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 49px;
	}
	footer {
		padding-top: 10vw;
	}
	input {
		width: 87%;
	}
	.container:not(.in-nav) {
		padding: 100px 15px;
	}
	.logo-div:not(.in-nav) {
    	height: 90px;
	}
	.method-img {
		margin-right: 50px;
	}
	.space {
		height: 50px;
	}
}

#recaptcha > div {
    margin: 0 auto;
}

@media screen and (max-width: 575px){
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}