@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Bold.eot");
  src: url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoSlab-Bold.woff2") format("woff2"),
    url("../fonts/RobotoSlab-Bold.woff") format("woff"),
    url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.woff") format("woff"),
    url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-ExtraBold.eot");
  src: url("../fonts/RobotoSlab-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/RobotoSlab-ExtraBold.woff2") format("woff2"),
    url("../fonts/RobotoSlab-ExtraBold.woff") format("woff"),
    url("../fonts/RobotoSlab-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.eot");
  src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.woff") format("woff"),
    url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.eot");
  src: url("../fonts/Rubik-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Rubik-SemiBold.woff2") format("woff2"),
    url("../fonts/Rubik-SemiBold.woff") format("woff"),
    url("../fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --red: #bd172d;
  --border: #8d99ae;
  --blu: #061c25;
  --light: #eef3fc;
  --dark--grey: #757575;
  --light--grey: #f5f5f5;
}
.align-items-end {
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  -align-items: flex-end !important;
}
* > div,
img {
  transition: all 0.2s linear;
}
div#iub-pp-container {
  text-align: left !important;
}
html,
body {
  -webkit-tap-highlight-color: rgba(201, 176, 131, 0.3);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-variant-ligatures: none;
  padding: 0;
  margin: 0;
}
body.is-showNavMob {
  overflow: hidden;
}
body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 16px;
  min-height: 100%;
  height: 100%;
  color: var(--black);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  margin: 0;
}
.team--member span {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding: 6px 0 0;
  display: block;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  opacity: 0.8;
  outline: 0;
}
b,
strong {
  display: inline-block !important;
  font-weight: 700;
}
p {
  font-family: "Rubik", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
}

ul {
  font-family: "Rubik", sans-serif;
  /* font-weight: 400; */
  font-size: 16px;
  /* display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; */
}
ul li {
  /* vertical-align: middle;
  display: inline-block; */
}
ul li:last-child {
  /* margin-right: 0; */
}
ul li a {
  position: relative;
  cursor: pointer;
  display: block;
}
ul.menu-css {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu-css li {
  vertical-align: middle;
  display: inline-block;
}
ul.menu-css li:last-child {
  margin-right: 0;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.position-md-absolute {
  position: absolute;
}
main {
  background-color: var(--background);
}
.page-template-page main {
  margin-top: 100px;
}
section {
  position: relative;
}
footer {
  background-color: var(--blu);
}
.appear,
.mt-80,
.my-80 {
  margin-top: 80px;
}
.mb-80,
.my-80 {
  margin-bottom: 80px;
}
.mt-130,
.my-130 {
  margin-top: 130px;
}
.mb-130,
.my-130 {
  margin-bottom: 130px;
}
.mt-100,
.my-100 {
  margin-top: 100px;
}
.mb-100,
.my-100 {
  margin-bottom: 100px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}
.pb-50,
.py-50 {
  padding-bottom: 50px;
}
.pt-80,
.py-80 {
  padding-top: 80px;
}
.pb-80,
.py-80 {
  padding-bottom: 80px;
}
.pt-130,
.py-130 {
  padding-top: 130px;
}
.pb-130,
.py-130 {
  padding-bottom: 130px;
}
.pt-100,
.py-100 {
  padding-top: 100px;
}
.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.mx-600 {
  max-width: 600px;
}

.mt-n1 {
  margin-top: -1.25rem !important;
}
.mt-n2 {
  margin-top: -2.25rem !important;
}
.mt-n3 {
  margin-top: -3.25rem !important;
}

.ps-5-perc {
  padding-left: 15%;
}

.theContent {
  width: 100%;
}
.theContent.theContent--80 {
  width: 80%;
}
.theContent.theContent--auto {
  width: auto;
}
.size-box {
}
.size-box.size-box--r {
  width: 90%;
  min-height: 250px;
}
.size-box.size-box--l {
  min-height: 250px;
}

.z-3 {
  z-index: 3 !important;
}
.z-2 {
  z-index: 2 !important;
}

.rounded-15 {
  border-radius: 1.5rem !important;
}
.bg--blu {
  background-color: var(--blu);
}
.bg--light {
  background-color: var(--light);
}
.bg--red-05 {
  background-color: rgb(189 23 45 / 90%);
}
.txt-white,
.txt-white h2 {
  color: var(--white) !important;
}

.txt_light--grey {
  color: var(--light--grey);
}
.txt_dark--grey {
  color: var(--dark--grey);
}
.bg-image {
  background-image: url("../images/studio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tasto {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: 0.675rem 1.2rem;
  background-color: var(--red);
  color: var(--white);
}
.tasto:hover,
.tasto:focus,
.tasto:active {
  background-color: var(--gold-hover);
  color: var(--white);
  opacity: 0.8;
}

a.pageLink {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
}
a.pageLink:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--red);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a.pageLink:hover:after,
a.pageLink:focus:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#aree {
  min-height: 560px;
}

header {
  background-color: transparent;
  position: absolute;
  z-index: 1040;
  width: 100%;
  padding: 20px 0;
  top: 0;
}
.page-template-page header {
  /* background: linear-gradient(68deg, #061c25 20.61%, #132c36 85.87%); */
  background-color: var(--blu);
}
main {
  position: relative;
  z-index: auto;
}
a.logo {
  display: inline-block;
}

.mainMenu {
  float: right;
}
.mainMenu ul {
  text-align: right;
  list-style: none;
  padding: 0;
}
.mainMenu ul li {
  margin: 0 15px;
}
.mainMenu ul li a {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
}
.mainMenu ul li a:hover,
.mainMenu ul li a:focus,
.mainMenu ul li.current-menu-item a {
  color: var(--red);
}
.mainMenu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--red);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.mainMenu ul li a:hover:after, .mainMenu ul li a:focus:after, .mainMenu /*ul li.current-menu-item a:after*/ {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.mainMenu ul li.gold a {
  color: var(--red);
}

li#menu-item-wpml-ls-5-en {
  vertical-align: middle;
  margin-top: 6.5px;
}
/********************************************/
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
}
.hero .hero__content--media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero__content--media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .hero__content--text {
  position: relative;
  z-index: 1010;
}
.hero .hero__content--text h1 {
  color: var(--white);
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 700;
}
.hero .hero__content--text h1 span {
  font-weight: 400 !important;
}

.image__cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rbn:after {
  content: "";
  display: block;
  width: 200%;
  height: 150px;
  overflow-x: visible;
  transform: translateX(-12%);
  background-image: url(../images/e-head.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
}

.mark-L,
.mark-R {
  display: inline-block;
  position: relative;
  line-height: 100%;
}
/********************************************/
.background__content--media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background__content--media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background__content--text {
  position: relative;
  z-index: 1010;
}
/********************************************/
.activities {
  background-color: var(--light);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  background-image: url("../images/statua.jpg");
}
#activities__content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  height: 0px;
}
#activities__content.appear {
  visibility: visible;
  opacity: 1;
  height: auto;
}
ul.attivita {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.attivita li {
  display: block;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 12px;
}
ul.attivita li:before {
  content: "• ";
  margin-right: 1em;
  position: relative;
  display: inline-block;
  color: var(--red);
}

.image-box {
  width: 100%;
  min-height: 230px;
  padding-bottom: 12em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.image-box.side {
  padding-bottom: 12em;
}
.image-box.main {
  padding-bottom: 20em;
}

.txt_title {
  font-family: "Playfair Display", serif;
}
.excerpt {
}

h2.entry-title,
h4.entry-title {
  font-weight: bold;
}
.entry-content {
}
.entry-content ul,
.entry-content ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.entry-content ul li,
.entry-content ol li {
  vertical-align: middle;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}
.entry-content a {
  color: var(--red);
  font-weight: bold;
}
.entry-content a:hover,
.entry-content a:focus {
  text-decoration: underline;
  color: var(--gold-hover);
}
.entry-content blockquote {
  background-color: var(--light);
  padding: 30px 35px;
  margin: 15px 0 45px 0;
  border-left: 10px solid var(--red);
}

ul.latest-news li {
  margin-bottom: 25px;
  display: block;
}
ul.news-list li:after,
ul.latest-news li:after {
  /*	content: '';
	height: 1px;
	width: 100%;
	display: block;
	margin-top: 25px;
	background: var(--light--grey);*/
}
ul.latest-news li {
  margin-bottom: 45px;
}
/*ul.latest-news li:after {margin-top: 8px;}*/
article .extra-content {
  text-align: right;
}
.extra-content .tasto,
ul.latest-news .tasto {
  display: inline-block;
}
ul.news-list.w-100 li {
  margin-bottom: 45px;
  width: 100%;
}
ul.news-list.w-100 li:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 45px;
  background: var(--gold-hover);
}

.member span {
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.member h1 {
  color: var(--red);
}
.member p {
  border-bottom: 1px solid var(--dark--grey);
  padding-bottom: 15px;
}
.member p:last-child {
  border-bottom: none;
}
.member a {
  color: var(--red);
  font-weight: 700;
  opacity: 1;
}
/********************************************/
footer {
  position: relative;
  margin-top: -40px;
}
footer a,
footer p {
  color: var(--white);
  font-size: 14px;
}
footer a:hover,
footer a:focus {
  color: var(--white);
}

footer .footer-nav-container p {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.825;
}
footer .footer-nav-container p a {
  color: var(--white);
  font-size: 14px;
}
footer .footer-nav-container p a:hover,
footer .footer-nav-container p a:focus,
.footer-nav-title {
  color: var(--white);
}
.pofesrs-logo {
  max-width: 350px;
}
.footer-main-container {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer-navs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 0;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.footer-nav {
  width: auto;
}
.footer-nav.legal,
.footer-nav.first {
  margin-left: 0;
}
.footer-nav.last {
  margin-right: 0;
}
.footer-nav-container {
}
.footer-nav-title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  display: block;
}
ul.footer-nav-list {
}
ul.footer-nav-list li {
  line-height: 1.625;
  display: block;
}
ul.footer-nav-list li a {
  font-size: 14px;
  text-decoration: underline;
}
ul.footer-nav-list li a:hover,
ul.footer-nav-list li a:focus {
  color: var(--white);
}
ul#recapiti li {
  margin-bottom: 5px;
}
.sub_footer {
  border-top: 1px solid var(--border);
  background-color: var(--blu);
}
.sub_footer p,
.sub_footer p a,
.sub_footer ul li a {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--white);
}
.sub_footer ul li a {
  display: inline-block;
  color: var(--white);
}
.sub_footer ul li:after {
  content: " - ";
  text-indent: 0px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
  color: var(--white);
}
.sub_footer ul li:last-child:after {
  content: none;
}
/***************************************************/
.burger,
.language-block {
  display: none;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  vertical-align: middle;
  border-color: transparent;
  will-change: transform;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  margin-right: 0px;
  margin-left: 15px;
  margin-top: 3px;
  overflow: hidden;
  line-height: 1;
  outline: none;
  height: 18px;
  width: 35px;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
}
.navbar-toggle:focus {
  /*border-style: none;*/
  outline: none;
}
.navbar-toggle .icon-bar {
  -webkit-transition: ease-in-out 0.3s, opacity 0.2s ease-in-out;
  -moz-transition: ease-in-out 0.3s, opacity 0.2s ease-in-out;
  -o-transition: ease-in-out 0.3s, opacity 0.2s ease-in-out;
  transition: ease-in-out 0.3s, opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--white);
  will-change: transform;
  border-radius: 0;
  position: absolute;
  margin: 0 auto;
  display: block;
  line-height: 1;
  width: 35px;
  height: 2px;
  border-radius: 10px;
  /*transform-origin: 50% 0%;*/

  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-toggle.nav-toggle--close .icon-bar {
  background: var(--white);
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 0;
}
.navbar-toggle .icon-bar:nth-child(2) {
  transform-origin: 50% 50%;
  transform: scaleX(1);
  top: 46%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  bottom: 0%;
}
.navbar-toggle.nav-toggle--close .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.navbar-toggle.nav-toggle--close .icon-bar:nth-child(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  pointer-events: none;
  transform: scaleX(0);
  opacity: 0;
  width: 0%;
}
.navbar-toggle.nav-toggle--close .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
  opacity: 0.8;
}
.slide-pop.closed {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
.slide-pop {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0%);
  will-change: transform;
  background-color: var(--blu);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--white);
  position: fixed;
  display: block;
  height: 100%;
  z-index: 999;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
  overflow-y: hidden;
}
.slide-pop nav {
  margin-top: 10px;
}
.slide-pop nav h5 {
  color: var(--red);
  font-size: 16px;
}
.slide-pop nav ul li {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.slide-pop nav ul li a {
  color: var(--white);
}
.slide-pop nav .menu-principale-container,
.slide-pop nav .menu-sub-container {
  display: block;
  width: 100%;
}
.slide-pop .details a {
  color: var(--red);
  font-size: 14px;
}
.slide-pop .details p {
  font-size: 14px;
}
.slide-pop nav .mainMenu {
  float: initial;
  padding-left: 0;
  padding-top: 60px;
}
.slide-pop nav ul li.smallMenu {
  font-size: 12px;
}
.slide-pop nav ul li.smallMenu a {
  color: var(--grey);
}
.slide-pop nav ul li a {
  text-transform: uppercase;
}
.slide-pop nav ul li a:hover,
.slide-pop nav ul li.current-menu-item a {
  opacity: 0.9;
}

.slide-pop nav ul.social li {
  display: inline-block;
  margin-right: 20px;
}
.slide-pop ul.social {
  display: block;
}
.slide-pop ul.social li {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 1.625;
  display: inline-block;
}
.slide-pop ul.social li a {
  color: var(--red);
}
.slide-pop ul.social li a:hover,
ul.social li a:focus {
  opacity: 0.9;
}
.slide-pop ul.legal {
  padding: 0;
}
.slide-pop a {
  font-weight: 700;
}
.slide-pop ul.legal li {
  vertical-align: middle;
  display: inline-block;
}
.slide-pop ul.legal li a {
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--red);
}
.slide-pop ul.legal li:after {
  content: " - ";
  text-indent: 0px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
}
.slide-pop ul.legal li:last-child:after {
  content: none;
}
li.menu-item.wpml-ls-slot-5.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-first-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-5-en {
  margin-top: 8px;
}
.form-control {
  border: 0;
  border-bottom: 1px solid var(--white);
  background: none;
  border-radius: 0;
  color: var(--dark--grey);
  width: 100%;
}
.form-control:focus {
  background-color: transparent;
  border-color: var(--dark--grey) !important;
  box-shadow: none !important;
  color: var(--black) !important;
  outline: 0 !important;
}
label.txt_search {
  font-family: "Rubik", sans-serif;
}
input[type="search"] {
  display: inline-block;
  width: calc(100% - 40px);
  border: 0 !important;
}
input[type="search"]:focus {
  background: var(--light--grey);
}
.search-submit {
  border: 1px solid var(--grey) !important;
  background: var(--light--grey);
  border-radius: 0;
  color: var(--dark--grey);
  height: 38px;
  line-height: 1.5;
  font-size: 1rem;
  display: inline-block;
  background-clip: padding-box;
  vertical-align: middle;
  margin-bottom: 2px;
}
.search_box {
  background-color: var(--light--grey);
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  width: 1em;
}

.ambiti .col-6,
.ambiti .col {
  position: relative;
}
.ambiti .col-6:after,
.ambiti .col:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.5;
  height: 120px;
  width: 1px;
  right: 0;
  top: 0;
  background-color: var(--light--grey);
  transform: translateY(10%);
}
.ambiti .col-6:last-child:after {
  content: none;
}

.btn.sem {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: 0.675rem 1.2rem;
  background-color: var(--red);
  border: var(--red);
  border-radius: 0px;
  color: var(--white);
}
.btn.sem:focus {
  box-shadow: none;
}
.btn.sem:hover {
  box-shadow: none;
}

form label {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
  padding: 0.4em 1em;
  border: 1px solid #00a0d2;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font-weight: bolder;
}
.wpcf7-not-valid {
  border-color: var(--blu);
  box-shadow: none;
}
.wpcf7-not-valid-tip {
  color: var(--blu);
  font-size: 14px;
  font-weight: 700;
}
label .small {
  font-size: 90%;
  font-weight: normal;
}
.required {
  color: red;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  border-radius: 0;
  background-color: #ffb900;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.wpcf7-acceptance label span a {
  color: var(--blu);
}
.wpcf7-spinner {
  display: block !important;
}
.notShow {
  display: none;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .position-md-absolute {
    position: relative;
  }

  .mainMenu ul li {
    margin: 0 8px;
  }
  .mainMenu.text-right.d-md-block.d-sm-none.d-none {
    display: none !important;
  }
  footer .footer-nav a.logo svg {
    width: 80%;
  }
  footer ul {
    padding-left: 0;
  }
  ul#recapiti li {
    display: block;
    margin: 0 5px 0 0;
  }
  .hero .hero__content--media {
    background-position: 65% top;
  }
  .hero {
    height: 550px !important;
  }

  .size-box.size-box--r {
    width: 100%;
  }
  .ps-5-perc {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  .hero {
    height: 460px !important;
    min-height: 460px;
  }
  header a.logo svg,
  .slide-pop a.logo svg {
    width: 80%;
  }
  .slide-pop .brand_block {
    padding: 5px 0;
  }
  .page-template-page main {
    margin-top: 75px;
  }
  .team--member > div {
    margin: 0 auto;
    max-width: 375px;
  }
  footer .footer-nav a.logo svg {
    width: auto;
  }
  .hero .hero__content--text h1 {
    font-size: 1.8em;
  }
  .hero__content--text .align-items-center {
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
    -align-items: flex-end !important;
  }
  .hero .hero__content--media {
    background-position: center 0px;
  }
  .ambiti .col:nth-child(even):after {
    content: none;
  }
  .theContent.theContent--80 {
    width: 100%;
  }
  .burger {
    display: inline-block;
    float: right;
  }
  .modal-content .brd-rgt:after {
    content: none;
  }
  .mark-L:before,
  .mark-R:after {
    width: 40px;
  }

  .mt-100,
  .my-100 {
    margin-top: 50px;
  }
  .mb-100,
  .my-100 {
    margin-bottom: 50px;
  }
  .pt-100,
  .py-100 {
    padding-top: 50px;
  }
  .pb-100,
  .py-100 {
    padding-bottom: 50px;
  }
  .pt-50,
  .py-50 {
    padding-top: 0px;
  }
  .pb-50,
  .py-50 {
    padding-bottom: 0px;
  }
  .pt-80,
  .py-80 {
    padding-top: 50px;
  }
  .pb-80,
  .py-80 {
    padding-bottom: 50px;
  }
  .pt-130,
  .py-130 {
    padding-top: 70px;
  }
  .pb-130,
  .py-130 {
    padding-bottom: 70px;
  }
  header {
    top: 0;
  }
  .ambiti svg {
    width: 50px;
  }

  .ambiti .col-6:nth-child(even)::after {
    content: none;
  }

  .footer-nav {
    /* display: none; */
  }
  .footer-nav:first-child,
  .footer-nav:last-child {
    display: block;
    width: 100%;
  }
  .footer-navs {
    display: block;
    display: block;
    display: block;
    border: none;
    margin: 0;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -webkit-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: justify;
  }
  ul#recapiti li {
    display: block;
    margin: 0 5px 0 0;
  }
  .sub_footer .text-end {
    text-align: left !important;
  }
}
/* iPad Mini in landscape only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .full_background,
  .normal_background,
  .full_background.crop,
  .full_background.regularHeight,
  .position_background {
    background-attachment: scroll;
  }
}
/* iPad Mini in portrait only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-nav.legal {
    width: 190px;
  }
  .full_background,
  .normal_background,
  .full_background.crop,
  .full_background.regularHeight,
  .position_background {
    background-attachment: scroll;
  }
  .burger {
    display: none;
  }
}
