/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Mantoflex
 *
 */

/* FONT */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

input:focus {
    outline:none;
}

.navbar {
	margin:25px 60px;
	padding:10px 30px;
	background-color:#3D3D3D;
	border-radius: 35px;
}

.search-container {
	background-color: #FFF;
	height:40px;
	width:250px;
	margin-left:20px;
	border-radius:20px;
}
.search-container input[type="text"] {
	margin-bottom:0px !important;
	height:30px !important;
	width:210px;
	padding:0px 0px 0px 20px;
	border:0px;
	margin-top:0px;
	border-radius:15px;
}
.search-container input[type="text"]::placeholder {
  	font-weight: 300;
  	font-size:14px;
	line-height:16px;
}
.search-container button {
	margin-bottom:0px !important;
	height:30px !important;
	width:30px !important;
	border:0px;
	margin-top:5px;
	border-radius:15px;
	background-color:transparent;
	padding:0px !important;
}
.search-container button:active, .search-container button:hover {
    background-color:transparent !important;
}

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

body {
  	background-color: #e0e0e0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #E0E0E0;

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

strong {
	font-weight:600;
}

::selection {background:#d1d1ce;color:#FFF;}
::-moz-selection {background:#d1d1ce;color:#FFF;}

.nav-link {
	font-size:14px;
	line-height:16px;
	color:#E0E0E0;
	padding:0 12px !important;
	font-family: "Alexandria";
	font-weight:300;
}
.nav-link:active, .nav-link:hover {
	color:#C30C26;
}
.navbar-brand {
	padding-right: 20px;
}
.btn-lang {
	background-color: transparent;
	font-size:13px;
	line-height:13px;
	color:#E0E0E0;
	padding:0px 10px !important;
	margin-top:0px;
	margin-left:30px;
	border-radius:5px;
	border:1px solid #E0E0E0;
	height:30px;
}
.btn-grey {
	background-color: #E0E0E0;
	border:1px solid #3D3D3D;
	color:#3D3D3D;
}
button {
	background-color:#C30C26;
	font-size: 16px;
  	line-height: 18px;
	color:#E0E0E0;
	padding:20px 25px !important;
	border:0px;
	border-radius:30px;
	margin-top:30px;
}
button:active, button:hover {
    background-color: #C30C26 !important;
    color: #E0E0E0;
    text-shadow: none !important;
}
section {
	padding:120px 0px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Alexandria";
    font-weight:300;
    letter-spacing:-2px;
}

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;
}
textarea {
	height: 100px;
}


select {
    background: #FFF;
    -webkit-appearance: none;
    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 #C30C26;
	font-size: 20px;
	color: #C30C26;
	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:#C30C26;
}

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

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

.error {
	color:#cd0c0c;
}

footer {
	background-color:#e0e0e0;
	padding:0px 0px 40px 0px;
}
footer .contattaci {
	padding:120px 0px;
	background-image:url('../img/bg/SOGELMA-FOOTER.webp');
	background-size:cover;
	background-position:top;
}
footer .contattaci h3 {
	color: #C30C26;
	font-size: clamp(30px, 3vw, 50px);
	line-height: clamp(35px, 3vw, 55px);
	font-weight:300;
	margin-bottom:30px;
}
footer .contattaci p {
	color: #3D3D3D;
}
footer .info {
	background-color: #3D3D3D;
	margin:0px 60px;
	padding: 20px 30px;
	border-radius: 35px;
}
footer .info p {
	font-size: 11px;
  	line-height: 14px;
  	font-family: "Alexandria";
  	font-weight: 300;
  	margin-bottom:0px;
}
.form-footer {
	padding-left:60px;
}
.form-footer .tab-pane {
	background-color: #E0E0E0;
	border:1px solid #3D3D3D;
	color:#3D3D3D;
	padding:25px;
	border-radius:15px;
}
.form-footer .nav-tabs {
	padding:0 30px;
	border: 0px !important;
}
.form-footer .nav-link {
	background-color: #E0E0E0;
	border:1px solid #3D3D3D !important;
	border-bottom:0px !important;
	color:#3D3D3D !important;
	border-radius:15px 15px 0px 0px;
	margin:0px 15px 0px 0px;
	height:40px;
}
.form-footer .nav-tabs .active {
	background-color: #C30C26;
	color:#FFF !important;
}


/* END CSS MENU */

@media (max-width: 1024px) {
	
}

@media (max-width: 450px) {
	#scrolltop {
		bottom:7%;
	}
	#scrolltop a {
		margin-right:0px;
	}
}