/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* General
------------------------------------------------------------------------------------------------- */

:root {
  --body-background-color: #5aa5181f;
  --second-background-color: #105a1e96;
  --main-color: #008364;
  --text-color: rgb(84, 101, 94);
  --title-color: #008364;
}

body {
    background-color: var(--body-background-color);
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    color: var(--text-color);
    line-height: 32px;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	border-bottom: 0px !important;
	font-size: 69px !important;
	margin-bottom: 0px !important;
	display: inline-block;
	line-height: 79px;
	color: var(--title-color);
}

h3.section-subtitle {
    display: block;
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 34px;
}

.btn.btn-primary {
	background-color: transparent;
	color: var(--main-color);
	border: 0px;
	padding: 12px 48px 12px 24px;
	border-radius: 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	position: relative;
	min-width: 170px;
	text-align: left;
	font-size: 16px;
	border-radius: 15px;
	border: 0.5px solid var(--main-color);
}

.btn.btn-primary:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 13px;
	right: 19px;
	position: absolute;
	top: 15px;
}

.btn.btn-primary:hover {
	background-color: var(--main-color);
	color: #fff;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

.overlay {
	background-color: #00000035 !important;
	left: 0px;
}

@media(max-width: 1200px) {
	.section {
		margin-bottom: 70px !Important;
	}
}

@media(max-width: 991px) {
	.section {
		margin-bottom: 50px !Important;
	}
}

@media(max-width: 767px) {
	.section {
		margin-bottom: 30px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
	z-index: 9999999 !IMPORTANT;
	background-color: #fff;
	display: block;
	POSITION: RELATIVE;
}

header .container {
	position: relative;
}

header.shrink {
	background-color: var(--main-color);
	min-height: auto;
}

header .navbar-default {
	margin-bottom: 0px;
	background-color: transparent;
	border: 0px;
	padding-top: 15px;
}

header .navbar-nav {
  float: right;
  margin-top: 20px;
}

header .navbar-nav a {
	color: #fff !important;
}

header .navbar-nav a:hover {
	text-decoration: underline;
}

header .navbar-brand {
	display: inline-block;
	height: auto;
}

header .navbar-brand img {
	width: 60px;
	margin-top: -20px;
}

header .section {
	margin-bottom: 0px !Important;
}

.header-section {
	position: absolute;
	right: 0px;
	top: 12px;
}

.header-logo {
	width: 57px;
	display: block;
}

@media(max-width: 991px) {
	header .navbar-toggle {
		display: none;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
.header-image {
    height: 750px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-image .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.header-image .container {
    position: relative;
    height: 550px;
    z-index: 2;
}

.header-image .text-box {
    position: absolute;
    left: 0px;
    color: #ffff;
    bottom: 0px;
}

.header-image .text {
    color: #fff;
    float: left;
    position: relative;
    z-index: 3;
    padding-right: 50px;
    font-size: 100px;
    font-weight: 700;
    line-height: 53px;
}

.header-image .text:before {
    content: "";
    background-color: var(--band-color);
    width: 1000px;
    height: 100%;
    left: -1000px;
    top: 0px;
    position: absolute;
}


.header-image .text:after {
    content: "";
    position: absolute;
    right: -62px;
    top: 0px;
    width: 0;
    border-left: 63px solid var(--band-color);
    border-bottom: 177px solid transparent;
}

.header-image .text span{
    color: #cbd7c0;
    font-style: italic;
    font-size: 70px;
    display: block;
    margin-top: 15px;
}


.header-image .btn-primary {
    margin-right: 15px;
}

.header-image .btn-secondary {
	margin-right: 15px;
}

@media(max-width: 1450px){
	.header-image {
		height: 600px;
	}

	.header-image .text {
		bottom: 50px;
		font-size: 80px;
		line-height: 50px;
	}

	.header-image .text span {
		font-size: 65px;
	}
}

@media(max-width: 1200px){
	.header-image {
		height: 500px;
	}

	.header-image .text {
		bottom: 100px;
		font-size: 60px;
	}

	.header-image .text span {
		font-size: 50px;
		line-height: 40px;
	}
}

@media(max-width: 767px){
	.header-image {
		height: 400px;
	}

	.header-image .text {
		font-size: 25px;
		line-height: 15px;
		bottom: 100px;
	}

	.header-image .text span {
		font-size: 25px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Stazioni
------------------------------------------------------------------------------------------------- */
.weather-stations-introduction .description {
  margin-top: 100px;
}

.weather-stations-introduction .image {
  height: 500px;
  background-position: center;
}

.weather-stations-introduction .caption {
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  left: 35px;
}

/*

.view-weather-stations {
	font-family: system-ui, sans-serif;
}

.view-weather-stations .item {
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(12px);
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	margin-top: 20px;
}

.view-weather-stations .item .main-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.view-weather-stations .item .icon {
	font-size: 64px;
	transition: color 0.3s ease;
}

.view-weather-stations .item .temp {
	font-size: 42px;
	font-weight: 600;
}

.view-weather-stations .item .station {
	font-size: 15px;
	opacity: 0.8;
}


.view-weather-stations .item .info-grid {
	margin-top: 10px;
}


.view-weather-stations .item .info-grid .item-info {
	align-items: center;
}


.view-weather-stations .item .info-grid .item-info .material-symbols-outlined {
	font-size: 28px;
}

.view-weather-stations .item .info-grid .item-info .label {
	font-size: 15px;
	opacity: 0.7;
	padding: 0;
}

.view-weather-stations .item .info-grid .item-info .value {
	font-size: 15px;
	font-weight: 500;
}

.view-weather-stations .item .show-map-button {
	position: absolute;
	bottom: 15px;
	right: 25px;
	font-size: 25px;
}

.view-weather-stations .map-result-container {
	margin-top: 20px;
}


*/



/* Nuova versione */

.view-weather-stations {
	font-family: system-ui, sans-serif;
}

.view-weather-stations .list .item {
	background: #fff;
	backdrop-filter: blur(12px);
	border-radius: 24px;
	margin-top: 20px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	overflow: hidden;
	padding: 0;
	margin: 0px 0px 30px 0px;
}

.view-weather-stations  .list .item .image {
	background-position: center;
	min-height: 550px;
	position: relative;
}

.view-weather-stations  .list .item .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.view-weather-stations .list .item .last-measurement-date {
	font-size: 15px;
	background-color: var(--body-background-color);
	border-radius: 15px;
	padding: 1px 20px;
	margin-bottom: 9px;
	font-weight: 600;
	display: inline-block;
}

.view-weather-stations .list .item .data {
    display: block;
    padding: 50px;
    height: 550px;
}

.view-weather-stations .list .item .data .name {
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 13px;
	font-weight: 600;
}

.view-weather-stations .list .item .temp-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 45px;
}

.view-weather-stations .list .item .info {
    display: block;
    margin-bottom: 5px;
}

.view-weather-stations .list .item .info .label {
	font-size: 16px;
	opacity: 0.7;
	padding: 0;
	color: var(--main-color);
	margin-bottom: 8px;
	display: inline-block;
}

.view-weather-stations .list .item .info .info-values {
    display: flex;
    align-content: center;
    align-items: center;
}

.view-weather-stations .list .item .icon {
	font-size: 35px;
	transition: color 0.3s ease;
	margin-right: 15px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 55px;
	height: 55px;
}

.view-weather-stations .list .item .main-value {
    margin-right: 10px;
    font-weight: 600;
}

.view-weather-stations .list .item .value {
    font-size: 15px;
    font-style: italic;
}

.view-weather-stations .map-result-container {
	margin-top: 20px;
}


.gm-style-iw {
	max-width: 500px !Important;
}

.text-marker .name {
	font-size: 18px;
	color: var(--main-color);
	font-weight: 600;
	margin-bottom: 5px;
}

@media(max-width: 1200px) {

	.view-weather-stations .list .item .image {
		min-height: 550px;
	}
	
	.view-weather-stations .list .item .data {
		padding: 30px;
		min-height: 550px;
	}
}

@media(max-width: 991px){
	.view-weather-stations .list .item .image {
		min-height: 400px;
	}

	.view-weather-stations .list .item .data {
		min-height: auto;
		height: auto;
	}

	.view-weather-stations .list .item .temp-icon {
		right: 20px;
		top: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: var(--main-color);
	text-align: center;
	color: #fff;
	padding: 7px 15px;
}
/* ---------------------------------------------------------------------------------------------- */
