/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Easy ENC
 *
 */

/* FONT */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

input:focus {
    outline:none;
}

.navbar {
	margin:0px;
	background-color:#F5F4F6;
	padding:0% 7vw;
}

.navbar-toggler {
	border: 0px;
	margin-top: 0px;
	padding: 0px !important;
	width: auto;
	height: auto;
	position: static;
	transform: none;
	left: auto;
	top: auto;
	margin-left: 0;
	margin-right: auto;
	color:#FFF;
	border-radius:0px;
}
.navbar button:hover,.navbar button:focus, .navbar button:active {
	background-color:transparent;
	border:0px !important;
}
.navbar-toggler-icon {
	color:#FFF;
}
.nav-item {
	padding:40px 0px;
}
.navbar-collapse {
	padding:0px 0px 0px 2vw;
}

/* Fixed bar CTA buttons - desktop */
.navbar-cta {
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.navbar-cta .btn-accedi {
	background: transparent;
	color: #0D4768;
	border: 2px solid #0D4768;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: clamp(15px, 2vw, 17px);
	font-style: bold;
	text-decoration: none;
	margin-top: 0;
}
.navbar-cta .btn-accedi:hover,
.navbar-cta .btn-accedi:focus {
	background: rgba(13, 71, 104, 0.08);
	color: #0D4768;
	border-color: #0D4768;
}
.navbar-cta .btn-demo-gratuita {
	background: #0D4768;
	color: #fff;
	border: 2px solid #0D4768;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: clamp(15px, 2vw, 17px);
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
}
.navbar-cta .btn-demo-gratuita:hover,
.navbar-cta .btn-demo-gratuita:focus {
	background: #0a3550;
	color: #fff;
	border-color: #0a3550;
}

.container-fluid {
	padding:0% 7vw;
}

body {
  	background-color: #F5F4F6;
	  font-family: 'DM Sans', sans-serif;
    font-size: clamp(15px, 2vw, 21px);
	line-height: 140%;
    color: #0D4768;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

strong {
	font-weight:600;
}

::selection {background:#176B86;color:#FFF;}
::-moz-selection {background:#176B86;color:#FFF;}

.nav-link, .dropdown-item {
	font-size: clamp(15px, 2vw, 17px);
	line-height:140%;
	color:#176B86;
	padding:0 10px !important;
	font-family: "DM Sans", sans-serif;
	font-weight:300;
	padding:16px 16px 0px 16px !important;
}
.nav-link:active, .nav-link:hover, .nav-link:focus, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown a:active, .dropdown a:hover, .dropdown a:hover {
	text-decoration:none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

section {
	padding:100px 0px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
    font-weight:250;
    letter-spacing:5%;
}

input, textarea {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 20px 0px 20px;
    border: solid 1px #E0E0E0;
    border-radius:25px;
    height: 50px !important;
}
input[type="checkbox"] {
	width:auto;
	display:inline;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:5px;
}
textarea {
	height: 100px;
}

#contactform-phone button, #contactform-email button {
	margin-top:0px !important;
}

select {
    background: #FFF;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    margin-top: 10px;
    border: 1px solid #FFF;
    height: 32px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #2d432b;
}

#scrolltop a {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:20px;
	border:1px solid #618ECA;
	font-size: 20px;
	color: #618ECA;
	line-height:34px;
	text-align:center;
	text-decoration:none;
	background:#F4FAFC;
	margin-top:12px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:5px;
	padding-top:0px;
	z-index:999;
}

#scrolltop a:hover, #scrolltop a:focus {
	text-decoration:none;
	color: #618ECA;
}

#scrolltop {
	display:none;
	position:fixed;
	bottom:7%;
	right:3%;
}

.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px;
}

.error {
	color:#cd0c0c;
}

footer {
	background-color:#0D4768;
}

footer .footer__top {
	padding: 10vh 7vw;
	color:#FFF;
}

footer .footer__intro {
	font-size: 16px;
	margin: 30px 0;
}

footer .footer__social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer__social-links li {
	display: inline;
}

footer .footer__social-links a {
	padding-right: 20px;
	display: inline-block;
}

footer .footer__social-links a:hover img {
	opacity: 0.75;
}

footer .footer__social-links img {
	max-height: 50px;
	width: auto;
	height: auto;
	display: block;
	vertical-align: middle;
}

footer .footer__nav {
	list-style: none;
	margin: 60px 0;
	padding: 0;
}

footer .footer__nav li {
	margin-bottom: 30px;
}

footer .footer__nav a {
	font-size: clamp(15px, 2vw, 21px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

footer .footer__nav a:hover {
	color: #b8c4ce;
}

footer .footer__contacts h3 {
	font-size: clamp(15px, 2vw, 21px);
	font-weight: 500;
	color: #fff;
	margin: 60px 0 30px 0;
}

footer .footer__contacts-list {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0;

}

footer .footer__contacts-list li {
	margin-bottom: 30px;
}

footer .footer__contacts-list a {
	font-size: clamp(15px, 2vw, 21px);
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

footer .footer__contacts-list a:hover {
	color: #b8c4ce;
}

footer .footer__bottom {
	padding: 2vh 7vw;
	background-color: #061428;
}
footer .footer__bottom p {
	color: #fff;
	font-weight: 200;
	margin:0;
	padding:0;
	font-size: 14px;
}

footer .footer__legal-col {
	text-align: right;
}

footer .footer__legal-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer__legal-links li {
	display: inline;
}


footer .footer__legal-links a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
}

footer .footer__legal-links a:hover {
	color: #b8c4ce;
}

/* END CSS MENU */

@media (max-width: 450px) {
	#scrolltop {
		bottom:7%;
	}
	#scrolltop a {
		margin-right:0px;
	}
	.info-2 {
		text-align:left;
		margin-top:10px;
	}
	.whatsapp-mobile {
		display: block;
	}
	.navbar-toggler img {
		transition: opacity 0.3s ease;
	}
}
