* {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.oxygen-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
p,
li {
  font-family: "PT Sans", sans-serif;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  overflow-x: hidden;
}
.bg-header {
  /* clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 78%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(120deg, rgba(73, 152, 138, 0.2) 0%, rgba(74, 154, 151, 0.6) 50%, rgba(82, 139, 165, 0.8) 100%), url("../img/sfondo-header.jpg");
  min-height: 80vh;
  z-index: 100;
  position: relative;
}
.bg-antracite {
  background: #404040;
}
.mondo-home-container {
  position: absolute;
  z-index: 2000;
  top: 30px;
  padding: 40px;
}
.mondo-home-container img {
  filter: drop-shadow(0px 0px 14px #fff);
}
.slick-arrow {
  display: none !important;
}
.text-primary {
  color: #58CF90;
}
.text-info {
  color: #B5F175;
}
nav {
  z-index: 10000 !important;
}
nav a:hover {
  color: #58CF90 !important;
}
header {
  position: relative;
  z-index: 2000;
}
.mondo-home {
  max-height: 80%;
  animation: rotate 30s infinite linear;
}
.custom-shape-divider-top {
  position: relative;
  bottom: 2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: transparent;
}
.custom-shape-divider-top .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom {
  transform: rotateX(180deg);
  position: relative;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: transparent;
}
.custom-shape-divider-bottom .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-line {
  position: relative;
  top: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-line svg {
  height: 80px;
  width: 100%;
}
.custom-shape-divider-top-line .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom-line {
  transform: rotateX(180deg) rotateY(180deg);
  position: relative;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-line svg {
  height: 80px;
  width: 100%;
}
.custom-shape-divider-bottom-line .shape-fill {
  fill: white;
}
.custom-shape-divider-bottom-line .shape-fill-antracite {
  fill: #404040;
}
.arrow {
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin-left: -10px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.text-colore-primario {
  color: #58CF90;
}
.text-colore-secondario {
  color: #B5F175;
}
#news-area {
  z-index: 3000;
  position: relative;
  margin-top: -80px;
}
#news-area div {
  border-radius: 0;
  border: 0;
}
#news-area div img {
  border-radius: 0;
}
.btn-primary {
  border-color: transparent;
  background: #58CF90;
  transition: all linear 0.2s;
}
.btn-primary:hover {
  color: #2b965d;
  background: #B5F175;
}
.btn-primary-outline {
  border-color: #58CF90;
  background: white;
  color: #2b965d;
  transition: all linear 0.2s;
}
.btn-primary-outline:hover {
  border-color: white;
  background: #58CF90;
}
.background-gradient {
  background-image: linear-gradient(90deg, #B5F175 0%, #58CF90 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background-gradient-image {
  background-image: linear-gradient(90deg, rgba(181, 241, 117, 0.8) 0%, rgba(88, 207, 144, 0.8) 100%), url("../img/sfondo-frase.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.form-control:focus {
  border-color: #58CF90;
  box-shadow: inset 0 1px 1px rgba(88, 207, 144, 0.075), 0 0 8px rgba(181, 241, 117, 0.6);
}
.form-check-input:checked {
  background-color: #3b6d43 !important;
  border-color: #346b45 !important;
}
.bg-rifiuti {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  margin-top: -94px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: linear-gradient(90deg, rgba(128, 128, 128, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(128, 128, 128, 0.6) 100%), url("../img/sfondo-footer.jpg");
}
.bg-trasparenza {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
}
form .input-group-text {
  font-size: 14px !important;
}
footer {
  position: relative;
  margin-top: -1px;
  background: #404040;
}
.whatsapp {
  z-index: 1000000000;
  background: #58CF90;
  padding: 10px;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom: 10px;
  color: white;
  transition: all linear 0.2s;
}
.whatsapp:hover {
  color: #404040;
  background: #B5F175;
}
.crop-top {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stroke-fill {
  color: white;
}
#categoria a {
  opacity: 1;
  transition: all linear 0.2s;
}
#categoria a:hover {
  opacity: 0.7;
}
#categoria .card-body {
  min-height: 160px;
}
#testo-articolo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#testo-articolo a {
  color: #404040;
  font-weight: bold;
}
#form-ingombranti {
  border: 1px solid #404040;
  background: #404040;
  padding: 20px;
}
#form-ingombranti label {
  color: white;
  font-weight: bold;
}
#form-ingombranti input[type='text'],
#form-ingombranti textarea {
  font-size: 14px;
  border-radius: 0;
}
.pagination {
  margin: 0 auto;
  display: inline-flex;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background: #58CF90;
  border-color: #58CF90;
  color: white;
}
.pagination .page-link {
  color: #58CF90;
}
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
/*# sourceMappingURL=general.css.map */
