/*!
Theme Name: immonova
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: immonova
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

immonova is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: "Inter", sans-serif;font-weight: 300;color: #1d1d1d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;font-weight: 700;color: #1d1d1d;
}

a {
  text-decoration: none !important;
}

h1  {
	font-size: 52px;line-height: 60px;margin-bottom: 0;letter-spacing: 1px;
}

h2  {
	font-size: 36px;line-height: 42px;margin-bottom: 0;letter-spacing: 0.5px;
}

h2._big  {
	font-size: 36px;line-height: 44px;
}

h3 {
	font-size: 22px;line-height: 30px;margin-bottom: 0;letter-spacing: 0.5px;
}

h4 {
	font-size: 20px;line-height: 28px;margin-bottom: 0;font-weight: 700;letter-spacing: 0.5px;
}

h5 {
	font-size: 26px;line-height: 36px;margin-bottom: 0;
}

h6 {
	font-size: 32px;line-height: 42px;margin-bottom: 0;
}

p {
	font-size: 16px;line-height: 24px;margin-bottom: 0;letter-spacing: 0.5px;
}

p._pbig {
	font-size: 18px;line-height: 26px;margin-bottom: 0;letter-spacing: 0.5px;font-weight: 400;
}

b {
  font-weight: 700;
}

a {
  color: #000;transition: all .5s ease-out;
}

a:hover {
  color: #000;opacity: 0.7;
}

::selection {
  background: #c0dbb6; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c0dbb6; /* Gecko Browsers */
}

._mt-40 {
	margin-top: -40px;
}

._mb0 {
	margin-bottom: 0px !important;
}

._mt0 {
	margin-top: 0 !important;
}

._mb2 {
	margin-bottom: 2px;
}

._mb10 {
	margin-bottom: 10px;
}

._mb15 {
	margin-bottom: 15px;
}

._mb20 {
	margin-bottom: 20px;
}

._mb30 {
	margin-bottom: 30px;
}

._mb40 {
	margin-bottom: 40px;
}

._mb60 {
	margin-bottom: 60px;
}

._mb80 {
	margin-bottom: 80px;
}

._mt6 {
	margin-top: 6px;
}

._mt10 {
	margin-top: 10px;
}

._mt15 {
	margin-top: 15px;
}

._mt20 {
	margin-top: 20px;
}

._mt30 {
	margin-top: 30px;
}

._mt40 {
	margin-top: 40px;
}

._mt60 {
	margin-top: 60px;
}

._mt80 {
	margin-top: 80px;
}

._mt100 {
	margin-top: 100px;
}

._mt160 {
	margin-top: 160px;
}

._ml60 {
	margin-left: 60px;
}

._dtable {
	display: table;width: 100%;height: 100%;
}

._dtablec {
	display: table-cell;
}

._v-middle {
	vertical-align: middle;
}

._pdb0 {
	padding-bottom: 0 !important;
}

._pd0 {
	padding-left: 0;padding-right: 0;
}

._pdl0 {
	padding-left: 0;
}

._pdr0 {
	padding-right: 0;
}

._pdl7 {
	padding-left: 7.5px;
}

._pdl20 {
	padding-left: 20px;
}

._pdl30 {
	padding-left: 30px;
}

._pdl40 {
	padding-left: 40px;
}

._pdl60 {
	padding-left: 60px;
}

._pdr7 {
	padding-right: 7.5px;
}

._pdr20 {
	padding-right: 20px;
}

._pdr30 {
	padding-right: 30px;
}

._pdr40 {
	padding-right: 40px;
}

._pdr60 {
	padding-right: 60px;
}

._pdl90 {
	padding-left: 90px;
}

._pdtb10 {
	padding-top:10px;padding-bottom:10px;
}

._pdtb30 {
	padding-top:30px;padding-bottom:30px;
}

._pdtb60 {
	padding-top:60px;padding-bottom:60px;
}

._pdtb80 {
	padding-top:80px;padding-bottom:80px;
}

._pdlr30 {
	padding-left: 30px;padding-right: 30px;
}

._pdt30 {
	padding-top:30px;
}

._pdb30 {
	padding-bottom: 30px;
}

._pdt60 {
	padding-top:60px;
}

._pdt100 {
	padding-top:100px;
}

._pdt150 {
	padding-top:150px;
}

._pdb300 {
	padding-bottom: 300px;
}

#wrapper {
  width: 100%;overflow-x: hidden;
}

._white {
	color:#fff !important;
}

._black {
	color:#1d1d1d !important;
}

._green {
	color:#55b345;
}

._bg-y {
	background: #f6edd9;
}

._mth {
	margin-top: 100px;
}

._header {
	position: fixed;top: 0;left: 0;z-index: 1000;padding-left: 4%;padding-right: 4%;background: #fff;transition: all .5s ease-out;
}

._logo-center {
	text-align: center;
}

.custom-logo {
	width: 275px;height: auto;margin: 20px 0;max-width: 100%;transition: all .5s ease-out;
}

._header._scroll .custom-logo {
	width: 225px;
}

._header._scroll {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

._header._blog, ._header._hmenu {
	background: #F4EFEB;
}

._header._hmenu .custom-logo, ._header._hmenu ._custom-logo-w {
	opacity: 0;
}

._header._hmenu ._goccia {
	top: 30px;opacity: 1;
}

._btn-p {
	display: inline-block;padding: 6px 25px;color: #747C68;border: 1px solid #747C68;font-size: 14px;letter-spacing: 0.5px;margin-right: 60px;transition: all .5s ease-out;background: transparent;font-weight: 500;
}

._btn-p:hover {
	color: #fff;background: #747C68;
}

._header._hmenu ._btn-p {
	color: #5A7E8E;border: 1px solid #5A7E8E;
}

._header._hmenu ._btn-p:hover {
	color: #fff;background: #5A7E8E;
}

._hinst {
	font-size: 30px;color: #747C68;transition: all .5s ease-out;
}

._header._hmenu ._hinst {
	color: #5A7E8E;
}

._m-menu {
	font-size: 14px;color: #fff;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;transition: all .5s ease-out;font-family: "Montserrat", sans-serif;font-weight: 600;background: #55b345;padding: 12px 25px;border-radius: 12px;
}

._m-menu:hover {
	transform: scale(1.1);color:#fff;opacity: 1;box-shadow: 0px 0px 7px rgba(0, 0, 0, .3);
}

._m-menu._active {
	color: #5A7E8E;
}

._mm-menu {
	display: none !important;
}

._boxhm {
	display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: space-between;
}

._menu {
	display: none;position: fixed;width: 100%;height: 100%;background: #def8d6;z-index: 1000;
}

._menu ._box-menu {
	width: 100%;height: 100%;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;padding-left: 4%;padding-right: 4%;
}

._menu2 {
	display: none;position: fixed;width: 100%;height: 100%;background: #fff;z-index: 1000;
}

._menu2 ._box-menu2 {
	width: 100%;height: 100%;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;padding-left: 4%;padding-right: 4%;
}

._c-menu, ._cc-menu  {
	position: absolute !important;top: 30px;right: 4%;
}

._clm {
	position: absolute !important;top: 20px;left: 4%;margin: 0 !important;
}

.menu-menu-1-container {
	width: 45%;
}

ul.menu {
	list-style: none;padding: 0;display: flex;margin-bottom: 0;flex-wrap: nowrap;align-content: center;justify-content: space-evenly;align-items: center;
}

ul.menu li {
	position: relative;
}

ul.menu li:last-of-type {
	margin-right: 0;
}

ul.menu li a {
	color: #1d1d1d;font-size: 16px;line-height: 30px;font-weight: 300;transition: all .5s ease-out;cursor: pointer;position: relative;text-transform: uppercase;letter-spacing: 0.5px;
}

ul.menu li a::before {
	content: '';width: 0;height: 2px;background: #1d1d1d;position: absolute;bottom: -2px;left: 0;opacity: 0;transition: all .5s ease-out;
}

ul.menu li a:hover {
	opacity: 1;
}

ul.menu li a:hover::before {
	opacity: 1;width: 100%;
}

ul.menu li.current-menu-item a::before, ul.menu li.current-menu-ancestor a::before, .single-proprieta ul.menu li.menu-item-19 a::before {
	opacity: 1;width: 100%;
}

ul.menu li.current-menu-item a, ul.menu li.current-menu-ancestor a, .single-proprieta ul.menu li.menu-item-19 a {
	font-weight: 700;
}

._footer {
	background: #4d5051;padding-bottom: 30px;padding-top: 80px;margin-top: 80px;
}

.home ._footer, .page-template-chi-siamo ._footer {
	margin-top: 0;
}

.page-template-annunci ._footer {
	margin-top: 20px;
}

._footer p, ._footer p a {
	color: #fff;
}

._footer b {
	font-weight: 700;
}

._logo-footer, ._logo-footer-b {
	width: 300px;max-width: 100%;
}

._credits {
	text-align: center;
}

._social i {
	color: #fff;font-size: 20px;margin-right: 30px;
}

._link {
	display: inline-block;font-size: 14px;background: transparent;color: #4d5051;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;transition: all .5s ease-out;font-family: "Montserrat", sans-serif;font-weight: 600;position: relative;
}

._link::after {
	content: '';width: 100%;height: 2px;background: #4d5051;position: absolute;bottom: -2px;left: 0;transition: all .5s ease-out;
}

._link::before {
	content: '';width: 0;height: 2px;background: #55b345;position: absolute;bottom: -2px;left: 0;transition: all .5s ease-out;z-index: 10;
}

._link:hover {
	color: #55b345;opacity: 1;
}

._link:hover::before {
	width: 100%;opacity: 1;
}

._box-v {
	position: relative;
}

._box-v::before {
	content: '';width: 100%;height: 100%;background: rgba(0,0,0,.1);position: absolute;top:0;left: 0;
}

._box-v video {
	width: 100vw;height: 100vh;object-fit: cover;
}

._box-v img {
	width: 100vw;height: 100vh;object-fit: cover;
}

._box-slide {
	position: absolute;top: 45%;left: 0;
}

._box-slide h2 {
	font-size: 72px;line-height: 82px;color: #fff;font-weight: 400;text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

._btn {
	font-size: 16px;color: #fff;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;transition: all .5s ease-out;font-family: "Montserrat", sans-serif;font-weight: 600;background: #55b345;padding: 12px 25px;border-radius: 12px;display: inline-block;
}

._btn:hover {
	transform: scale(1.1);color:#fff;opacity: 1;
}

._box-dm {
	padding-top: 30px;padding-bottom: 30px;background: #def8d6;margin-top: -5px;position: relative;
}

._box-dm ._shape {
	width: 90px;position: absolute;bottom: 100%;right: -1px;
}

.page-template-annunci ._box-dm {
	margin-top: 60px;
}

._txt-dm {
	display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: space-between;align-items: center;
}

._txt-dm p {
	font-weight: 400;
}

._btn-b {
	font-size: 16px;color: #55b345;border: 2px solid #55b345;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;transition: all .5s ease-out;font-family: "Montserrat", sans-serif;font-weight: 600;background: transparent;padding: 12px 25px;border-radius: 12px;
}

._btn-b:hover {
	color: #fff;background: #55b345;opacity: 1;
}

._box-help {
	background: #004c00;padding: 25px;border-radius: 12px;height: 250px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;transition: all .5s ease-out;position: relative;
}

._box-help:hover {
	background: #55b345;opacity: 1;transform: rotate(-3deg);box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

._box-help._av2:hover {
	transform: rotate(3deg);box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
}

._box-help p {
	font-size: 30px;line-height: 38px;color: #fff;font-weight: 400;letter-spacing: 1px;position: relative;
}

._box-help._bh1::before {
	content: '';width: 100%;height: 100%;position: absolute;background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-btn-1.jpg) bottom center no-repeat;background-size: cover;top: 0;left: 0;border-radius: 12px;opacity: 0.4;transition: all .5s ease-out;
}

._box-help._bh2::before {
	content: '';width: 100%;height: 100%;position: absolute;background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-btn-2.jpg) bottom center no-repeat;background-size: cover;top: 0;left: 0;border-radius: 12px;opacity: 0.3;transition: all .5s ease-out;
}

._box-help._bh3::before {
	content: '';width: 100%;height: 100%;position: absolute;background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-btn-3.jpg) bottom center no-repeat;background-size: cover;top: 0;left: 0;border-radius: 12px;opacity: 0.3;transition: all .5s ease-out;
}

._box-help._bh4::before {
	content: '';width: 100%;height: 100%;position: absolute;background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-btn-4.jpg) bottom center no-repeat;background-size: cover;top: 0;left: 0;border-radius: 12px;opacity: 0.3;transition: all .5s ease-out;
}

._box-help._bh1:hover::before, ._box-help._bh2:hover::before, ._box-help._bh3:hover::before, ._box-help._bh4:hover::before {
	opacity: 0;
}

._pr {
	position: relative;
}

._bg-sect1 {
	background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-sezione.jpg) center no-repeat;background-size: cover;width: 50%;height: 100%;position: absolute;left: 0;opacity: 0.1;top:0;
}

._bg-sect2 {
	background: url(https://immonova.ch/wp-content/uploads/2025/10/sfondo-sezione-chi-siamo.jpg) center no-repeat;background-size: cover;width: 50%;height: 100%;position: absolute;left: 0;opacity: 0.1;top:0;
}

._box-num {
	background: #fff;padding: 50px 40px;border-radius: 12px;
}

._box-num span {
	font-size: 52px;letter-spacing: 1px;display: block;margin-bottom: 20px;
}

._box-faq {
  background: #fff;padding: 30px;position: relative;cursor: pointer;border-radius: 12px;
}

._box-faq h3 {
  padding-right: 30px;font-weight: 400 !important;transition: all .5s ease-out;font-size: 20px;
}

._box-faq h3 i {
  position: absolute;right: 30px;top: 30px;color: #f6edd9;
}

._box-faq p {
  display: none;
}

._box-faq._active p {
  display: block;
}

._box-faq._active h3 {
  font-weight: 700 !important;
}

._box-img {
	width: 100%;height: 600px;border-radius: 12px;padding: 60px;
}

._box-title {
	padding-left: 4%;padding-right: 4%;
}

._box-green {
	width: 100%;border-radius: 12px;padding: 60px 30px 130px 30px;background: #def8d6;margin-bottom: 100px;
}

._box-green2 {
	width: 95%;border-radius: 12px;padding: 30px;background: #2d4f25;position: absolute;left: 7.5px;
}

._box-img-full {
	background:url(https://immonova.ch/wp-content/uploads/2025/10/scopri-immobili-immonova.jpg) 50% 50% no-repeat;background-size: cover;padding-top: 150px;padding-bottom: 150px;
}

._box-img-annunci {
	background:url(https://immonova.ch/wp-content/uploads/2025/10/annunci-immonova.jpg) 50% 45% no-repeat;background-size: cover;padding-top: 100px;padding-bottom: 200px;
}

._box-img-proponi {
	background:url(https://immonova.ch/wp-content/uploads/2025/11/proponi2-immonova.jpg) 50% 35% no-repeat;background-size: cover;padding-top: 150px;padding-bottom: 200px;
}

.entry-header {
	margin-bottom: 60px;
}

.entry-title {
	font-size: 42px;line-height: 50px;margin-bottom: 5px;letter-spacing: 1px;
}

.entry-meta {
	font-size: 18px;font-weight: 400;
}

.post-thumbnail img {
	width: 100%;height: auto;border-radius: 12px;
}

.entry-content {
	margin-top: 60px;
}

._map {
	width: 100%;height: 500px;border-radius: 12px;
}

._box-green3 {
	width: 100%;border-radius: 12px;padding: 30px 30px;background: #def8d6;
}

.carousel-indicators {
	bottom: 30px;z-index: 15;margin-left: 0;margin-right: 0;
}

.carousel-indicators li {
  width: 10px;height: 10px;border-radius: 5px;border-top: 0;border-bottom: 0;
}

._op1 {
	opacity: 1 !important;
}

._box-ep {
	margin-top: 30px;position: relative;
}

._box-ep img {
	width: 100%;border-radius: 12px;
}

._box-epf {
	margin-top: 30px;position: relative;border-radius: 12px;height: 500px;
}

._box-ep div, ._box-epf div {
	width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 12px;padding: 30px;background: #2d4f25;opacity: 0;transition: all .5s ease-out;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;
}

._box-ep div p, ._box-epf div p {
	font-size: 26px;font-weight: 400;line-height: 34px;
}

._box-ep:hover div, ._box-epf:hover div {
	opacity: 0.9;
}

.page-template-faq {
	background: #f6edd9;
}

._mbox-s {
	display: none;
}

._img-h1 {
	width:100%;height:600px;background:url(https://immonova.ch/wp-content/uploads/2025/11/Agno-via-Sasselli-31-32.jpg) 50% 50% no-repeat;background-size: cover;border-radius:12px;
}

._img-cs1 {
	width:100%;height:600px;background:url(https://immonova.ch/wp-content/uploads/2025/11/chi-siamo-2-immonova.jpg) 85% 50% no-repeat;background-size: cover;border-radius:12px;
}

._icon-i i {
	margin-right: 10px;
}

._br {
	border-radius: 12px;
}

._logo-c {
	width: 280px;display: inline-block;
}

._box-download {
	margin-top: 30px;display: none;
}

._box-download div {
	display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;
}

._box-download div i {
	font-size: 26px;color: #55b345;display: inline-block;
}

._box-download div p {
	text-align: center;
}






.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-select {
	width: 100%;border: 1px solid #ccc;font-weight: 400;background: transparent;margin-top: 10px;padding: 8px 10px;font-size: 15px;color: #1d1d1d;outline: none;border-radius: 6px;
}

.wpcf7-submit {
	display: inline-block;font-size: 14px;color: #fff;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;transition: all .5s ease-out;font-family: "Montserrat", sans-serif;font-weight: 600;background: #55b345;padding: 12px 25px;border-radius: 12px;border: 0;
}

.wpcf7-submit:hover {
	transform: scale(1.1);color: #fff;opacity: 1;box-shadow: 0px 0px 7px rgba(0, 0, 0, .3);
}

._isubmit i {
	font-size: 16px;line-height: 24px;color: #22352D;margin-right: 5px;transition: all .5s ease-out;
}

._isubmit:hover .wpcf7-submit {
	color: #D1B672;
}

._isubmit:hover i {
	color: #D1B672;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

._label {
	margin-bottom: 0;margin-top: 15px;font-weight: 400;color: #747C68;
}

label {
	font-weight: 400;display: block;text-align: left;
}

label a {
	font-weight: 400;
}

.wpcf7-list-item label {
	margin-bottom: 0;
}

.wpcf7-list-item {
	margin: 0;display: block;
}

label {
  margin-bottom: 25px;
}

._tshow {
	display: none !important;
}

._mshow {
	display: none !important;
}

.grecaptcha-badge{
   display: none!important;
 }

.wpcf7 form .wpcf7-response-output {
  background: #fff;text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
}

._lingue {
	display: inline-block;color: #000;font-size: 16px;line-height: 30px;font-weight: 700;transition: all .5s ease-out;cursor: pointer;position: relative;text-transform: uppercase;letter-spacing: 0.5px;
}

._lingue::before {
	content: '';position: absolute;bottom: 11px;right: -11px;transition: all .5s ease-out;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 6px solid #000;
}

._slingue {
	padding: 0;margin:0;display: inline-block;list-style: none;margin-right: 30px;position: relative;top: 7px;
}

._slingue li {
	float: left;
}

._slingue li.lang-item-first {
	margin-right: 10px;
}

._slingue li.lang-item-first::after {
	content: '/';position: relative;left: 4px;color: #747C68;font-weight: 400;
}

._slingue li a {
	color: #747C68;font-size: 16px;
}

._slingue li.current-lang a {
	font-weight: 700;
}




._header._hmenu ._slingue li a {
  color: #5A7E8E;
}

.animated, .animatedl, .animatedr, .animatedb {
  -webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;animation-delay: 0.5s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;animation-delay: 0.7s;
}

.delay-1s {
  -webkit-animation-delay: 1s;animation-delay: 1s;
}
.delay-2s {
  -webkit-animation-delay: calc(1s * 2);animation-delay: calc(1s * 2);
}
.delay-3s {
  -webkit-animation-delay: calc(1s * 3);animation-delay: calc(1s * 3);
}
.delay-4s {
  -webkit-animation-delay: calc(1s * 4);animation-delay: calc(1s * 4);
}
.delay-5s {
  -webkit-animation-delay: calc(1s * 5);animation-delay: calc(1s * 5);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 1800px) {
	._box-help {
		height: 350px;
	}

	.page-template-chi-siamo ._box-img {
    height: 800px;
	}

	._box-epf {
		height: 700px;
	}

}

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

	.menu-menu-1-container {
		width: 55%;
	}
}

@media (max-width: 1200px) {
	._dmt60 {
		margin-top: 60px;
	}

	._dmb60 {
		margin-bottom: 60px;
	}

	._pdl60 {
		padding-left: 30px;
	}

	._pdr60 {
		padding-right: 30px;
	}
}

@media (max-width: 992px) {
	._thide {
		display: none !important;
	}

	._tshow {
		display: inline-block !important;
	}

	._tmt30 {
		margin-top: 30px;
	}

	._tmt60 {
		margin-top: 60px;
	}

	._trmt._mt80 {
		margin-top: 30px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._tmt0 {
		margin-top: 0 !important;
	}

	._switch {
		-ms-flex-direction: column-reverse!important;flex-direction: column-reverse!important;
	}

	._tpdtb60 {
		padding-top:60px;padding-bottom:60px;
	}

	._tmt6 {
		margin-top: 6px;
	}

	._tleft {
		text-align: left !important;
	}

	._pdl60 {
		padding-left: 15px;
	}

	._pdr60 {
		padding-right: 15px;
	}

	p._pdl60 {
		padding-left: 0;
	}

	p._pdr60 {
		padding-right: 0;
	}

	._ml60 {
		margin-left: 0;
	}

	._tcenter {
		text-align: center !important;
	}

	._tleft {
		text-align: left !important;
	}

	._pdl40 {
    padding-left: 15px;
	}

	._pdr40 {
    padding-right: 15px;
	}

	._btn-p {
    font-size: 21px;margin-right: 0;font-weight: 700;
	}

	._slingue {
    margin-right: 0;
	}

	._slingue li a {
    font-size: 26px;
	}

	._slingue li.lang-item-first::after {
    font-size: 26px;
	}

	.menu-menu-1-container {
    display: none;
	}

	._box-menu2 .menu-menu-1-container {
    width: 100%;display: block;
	}

	ul.menu {
		flex-direction: column;justify-content: space-around;align-items: center;flex-wrap: nowrap;
	}

	ul.menu li {
    margin-bottom: 40px;
	}

	ul.menu li a {
    font-size: 26px;line-height: 34px;
	}

	._lingue {
    font-size: 26px;line-height: 30px;
	}

	._mm-menu {
		display: inline-block !important;
	}

	._box-help {
    height: 280px;
	}

	._box-menu ._box-help {
    height: 230px;
	}

	._txt-dm {
    flex-direction: column;text-align: center;
	}

	._txt-dm h4 {
    margin-bottom: 5px;
	}

	._box-green {
    padding: 60px 30px 60px 30px;margin-bottom: 0;
	}

	._box-green2 {
    width: 100%;padding: 30px;position: relative;left: 0;margin-top: 20px;
	}

	._box-download div {
    flex-direction: column;
	}

	._box-download div p {
    margin-bottom: 20px;
	}




}

@media (max-width: 767px) {

	h1 {
    font-size: 36px;line-height: 42px;
	}

	h2 {
    font-size: 28px;line-height: 36px;
	}

	._mmt30 {
		margin-top: 30px !important;
	}

	._dmt60, ._mt60, ._tmt60 {
		margin-top: 40px;
	}

	._mt80 {
    margin-top: 60px;
	}

	._pdtb80 {
		padding-top:60px;padding-bottom:60px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._mhide {
		display: none;
	}

	._tpdtb60 {
		padding-top:30px;padding-bottom:30px;
	}

	._mt40 {
    margin-top: 20px;
	}

	._mmt6 {
		margin-top: 6px;
	}

	._mmt10 {
		margin-top: 10px;
	}

	._logo-footer, ._logo-footer-b {
    width: 230px;
	}

	._mshow {
		display: inline-block !important;
	}

	._mmb20 {
		margin-bottom: 20px;
	}

	._mswitch {
		-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important;
	}

	._mmt15 {
		margin-top: 15px !important;
	}

	.custom-logo {
    width: 200px;margin: 20px 0;
	}

	._header._scroll .custom-logo {
    width: 180px;
	}

	._menu ._box-menu {
    padding-top: 0;
	}

	ul.menu li {
		margin-bottom: 30px;
	}

	ul.menu li a {
		font-size: 22px;line-height: 30px;
	}

	._btn-p {
		font-size: 18px;
	}

	._mcenter {
		text-align: center !important;
	}

	._mt-top {
    margin-top: 80px;
	}

	._hinst {
    top: 2px;
  }

	._pdr7 {
    padding-right: 15px;
	}

	._pdl7 {
    padding-left: 15px;
	}

	._mt160 {
    margin-top: 100px;
	}

	._mb60 {
    margin-bottom: 30px;
	}

	._map {
		width: 100%;height: 400px;
	}

	._menu-g {
		display: grid;
	}

	._menu-g a::before {
    top: 35% !important;left: 0;margin-left: 0;
	}

	._menu-g a._active::before {
    opacity: 1;left: -20px;top: 35%;
	}

	._menu-g a {
    font-size: 18px;margin-bottom: 5px;
	}

	._slingue li a {
		font-size: 22px;
	}

	._slingue li.lang-item-first::after {
    font-size: 22px;
	}

	._clm {
    top: 20px;
	}

	._menu ._box-menu {
    display: block;overflow: scroll;padding-bottom: 30px;
	}

	._menu ._box-menu .custom-logo {
    margin: 20px 0 !important;position: relative !important;top: 0;left: 0;
  }

	._box-menu ._box-help, ._box-help {
    height: 200px;
  }

	._c-menu {
    position: relative !important;top: 20px;right: 0;float: right;
	}

	._box-slide h2 {
    font-size: 42px;line-height: 52px;
	}

	._btn, ._btn-b {
    font-size: 15px;padding: 10px 20px;
	}

	._box-help p {
    font-size: 24px;line-height: 32px;
	}

	._mmt0 {
		margin-top: 0;
	}

	._box-faq h3 {
    font-size: 18px;line-height: 26px;
	}

	p._pbig {
    font-size: 17px;line-height: 25px;
	}

	._box-img-annunci {
    background: url(https://immonova.ch/wp-content/uploads/2025/10/annunci-immonova.jpg) 10% 45% no-repeat;background-size: cover;
	}

	._box-img-proponi {
		padding-top: 50px;padding-bottom: 250px;
	}

	._box-img {
    padding: 30px;height: 450px;
	}

	._box-ep div p {
    font-size: 24px;line-height: 32px;
	}

	.entry-header {
    margin-bottom: 40px;margin-top: 40px;
	}

	.entry-title {
    font-size: 36px;line-height: 44px;margin-bottom: 0px;
	}

	.entry-meta {
    font-size: 17px;
	}

	.entry-content {
    margin-top: 40px;
	}

	._box-green {
    padding: 30px;
  }

	._box-green2 {
		padding: 20px;
	}

	._mbox-s {
		display: block;width: 100%;background: #fff;position: fixed;bottom:0;left:0;padding: 15px;z-index: 100;
	}

	._mbox-s ._m-menu {
		width: 100%;text-align: center;display: block;box-shadow: 0px 0px 7px rgba(0, 0, 0, .3);color: #55b345;background: transparent;border: 2px solid #55b345;
	}

	._box-slide {
		top: inherit;bottom: 25%;
	}

	._footer {
    padding-bottom: 100px;
	}

	._mth {
    margin-top: 80px;
	}

	._box-epf {
		height: 330px;
	}

}
