/* CSS

 ____________________________________________________________
|                                                            |
|    ENGINE + Complic { http://complic.eu }                  |
|      DATE + Ottobre 2024                                   |
|   CREDITS + Complic                                        |
| COPYRIGHT + Copyright Complic Studio 2024                  |
|____________________________________________________________|

*/

*, :after, :before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Nunito', sans-serif;
}
:root {
  --swiper-navigation-size-m: 25px;
}
body {
  background-color: #595a5c;
}
main {
  position: relative;
}
.clearfix::after {
  clear: both;
  display: table;
  content: "";
}
bgreen {
  font-weight: bold;
  color: #8CC44A;
}

/*** HEADER ***/
header {
  width: 100%;
  padding-top: 30px;
  height: 80px;
  position: absolute;
  z-index: 999;
}
header .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .hamburger-menu {
  display: none;
}
header .container .logo img {
  width: 200px;
}
header .container .menu {
  display: flex;
  align-items: center;
  z-index: 99999;
}
header .container .menu nav ul {
  display: flex;
  list-style: none;
}
header .container .menu nav ul li {
  margin-right: 20px;
}
header .container .menu nav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 200;
}
header .container .menu nav ul li a:hover {
  padding-bottom: 5px;
  border-bottom: 3px solid #8CC44A;
}
header .container .menu .languages {
  width: 80px;
  height: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  cursor: pointer;
}
header .container .menu .languages svg {
  height: 100%;
  width: 20px;
  fill: #8CC44A;
}
header .container .menu .languages a {
  text-transform: uppercase;
  text-decoration: none;
  color: #8CC44A;
  font-size: 22px;
  font-weight: 600;
}
header .container .menu .languages a:not(.current) {
  display: none;
}
header .container .menu .languages:hover a.current {
  display: none;
}
header .container .menu .languages:hover a:not(.current) {
  display: block;
}
header .container .access {
  background-color: #8CC44A;
  height: 60px;
  width: 15%;
  display: flex;
  align-items: center;
  border-radius: 15px;
  color: white;
}
header .container .access .log-ok {
  width: 100%;
  display: none;
}
header .container .access .log-ok .profilo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  position: relative;
  width: 100%;
}
header .container .access .log-ok .profilo img {
  height: 40px;
  border-radius: 50%;
  background-color: white;
}
header .container .access .log-ok .profilo .arrow-down {
  cursor: pointer;
}
header .container .access .log-ok .profilo .arrow-down img {
  width: 20px;
  height: auto;
  background-color: transparent;
}
header .container .access .log-ok .profilo .rotate {
  transform:rotate(180deg);
}
header .container .access .log-ok .profilo .user-dropdown {
  width: 100%;
  background-color:rgba(237, 237, 237, 0.95) ;
  border-radius: 0 0 15px 15px ;
  position: absolute;
  left: 0;
  top:45px;
  z-index: 99999;
  display: none;
}
header .container .access .log-ok .profilo .user-dropdown ul li {
  cursor:pointer;
  list-style: none;
  padding: 7px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.771);
}
header .container .access .log-ok .profilo .user-dropdown ul li:hover {
  background-color: #8CC44A;
}
header .container .access .log-ok .profilo .user-dropdown ul li:hover a {
  color: white;
}
header .container .access .log-ok .profilo .user-dropdown ul li:last-of-type {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}
header .container .access .log-ok .profilo .user-dropdown ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  color: black;
}
header .container .access .log-ok .profilo .open {
  display: block;
}
header .container .access .log-to-do {
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
}
header .container .access .log-to-do p {
  line-height: 60px;
}
header .container .access .log-to-do img {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  header .container .logo img {
    width: 150px;
  }
  header .container .menu nav ul li {
    margin-right: 15px;
  }
  header .container .menu nav ul li a {
    font-size: 21px;
  }
  header .container .menu select {
    font-size: 23px;
  }
  header .container .access .log-ok .profilo {
    padding: 0 10px;
  }
  header .container .access .log-ok .profilo img {
    height: 35px;
  }
  header .container .access .log-ok .profilo p {
    text-align: center;
  }
  header .container .access .log-ok .profilo .arrow-down img {
    width: 15px;
    height: 10px;
  }
  header .container .access .log-ok .profilo .user-dropdown {
    top: 35px;
  }
}
@media screen and (max-width: 1066px){
  header .container {
    width: 95%;
  }
  header .container .logo a img {
    width: 130px;
  }
  header .container .menu nav ul li {
    margin-right: 10px;
  }
  header .container .menu nav ul li a {
    font-size: 14px;
  }
  header .container .menu .languages {
    width: 60px;
    height: 30px;
  }
  header .container .menu .languages svg {
    width: 15px;
  }
  header .container .menu .languages a {
    font-size: 14px;
  }
  header .container .access {
    width: 16%;
  }
  header .container .access .log-ok .profilo {
    text-align: center;
  }
  header .container .access .log-ok .profilo img {
    height: 32px;
  }
  header .container .access .log-ok .profilo p {
    font-size: 14px;
  }
  header .container .access .log-ok .profilo .arrow-down {
    height: 13px;
  }
  header .container .access .log-ok .profilo .arrow-down img {
    height: auto;
  }
  header .container .access .log-ok .profilo .user-dropdown {
    top: 39px;
  }
  header .container .access .log-ok .profilo .user-dropdown ul li {
    text-align:left;
  }
  header .container .access .log-ok .profilo .user-dropdown ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  header {
    position: relative;
    height: 0;
    padding-top: 0;
  }
  header .container {
    width: 100%;
    display: flex ;
    justify-content: space-between ;
    height: 100px;
    padding-top: 20px;
    position: relative;
    padding: 0 5%;
  }
  header .container .hamburger-menu {
    display: block !important;
    width: 60px;
    z-index: 99999;
    cursor: pointer;
  }
  header .container .hamburger-menu svg {
    background-color: #8CC44A;
    height: 60px;
    width: 100%;
    border-radius: 50%;
  }
  header .container .hamburger-menu svg use {
    filter: brightness(0) invert(1);
  }
  header .container .logo a img {
    width: 175px;
  }
  header .container .open {
    display: block !important;;
  }
  header .container .menu {
    height:calc(100vh - 100px);
    width: 100%;
    background-color: #8CC44A;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 15%;
    display: none;
  }
  header .container .menu nav ul {
    flex-direction: column;
    padding-bottom: 5px;
  }
  header .container .menu nav ul li {
    margin-right: 10px;
    line-height: 60px;
  }
  header .container .menu nav ul li a {
    font-size: 30px;
    color: black;
  }
  header .container .menu nav ul li a:hover {
    padding-bottom: 2px;
    color: white;
    border-bottom:3px solid white;
  }
  header .container .menu .languages {
    margin: 20px auto 0 auto;
    width: 80px;
    height: 40px;
  }
  header .container .menu .languages a {
    font-size: 30px;
  }
  header .container .menu .languages svg {
  width: 20px;
  }
  header .container .access {
    width: 70px;
    height: 70px;
    padding: 2px ;
    border-radius: 50%;
    z-index: 99999;
  }
  header .container .access .log-ok {
    cursor: pointer;
  }
  header .container .access .log-ok .profilo {
    padding:0px;
    position: static;
  }
  header .container .access .log-ok .profilo img {
    width: 100%;
    height: 100%;
    background-color: white;
  }
  header .container .access .log-ok .profilo p,
  header .container .access .log-ok .profilo .arrow-down {
    display: none;
  }
  header .container .access .log-ok .profilo .arrow-down img {
    width: 15px;
    height: 10px;
  }
  header .container .access .log-ok .profilo #user-menu {
    height:calc(100vh - 100px);
    width: 100%;
    background-color: #8CC44A;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 100px;
    display: none;
    border-bottom: none!important;
    border-radius: 0;
  }
  header .container .access .log-ok .profilo #user-menu ul li {
    border-bottom: none!important;
    margin-bottom: 30px;
    text-align: center;
  }
  header .container .access .log-ok .profilo #user-menu ul li a {
    font-size: 30px!important;
    font-weight: 200!important;
    text-transform: uppercase;
  }
  header .container .access .log-ok .profilo #user-menu ul li a:hover {
    padding-bottom: 4px!important;
    color: white!important;
    border-bottom: 3px solid white!important;
  }
  header .container .access .log-to-do p {
    display: none;
  }
  header .container .access .log-to-do img {
    display: block;
    width: 100%;
  }
}

/*** JUMBOTRON ***/
.jumbotron {
  padding-top: 15vh;
  background: linear-gradient(178deg, #4e5356e9 0%, #7976764f 100%) 0% 0% no-repeat padding-box, url(/images/homepage.jpg);
  position:relative;
  background-size: cover;
  background-position: bottom;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid white;
  min-height: 95vh;
}
.jumbotron .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.jumbotron .preloader svg {
  width: 10vw;
  height: 10vw;
  fill: white;
}
.jumbotron .container {
  width: 90%;
  margin: 35px auto;
}
.jumbotron .container h2 {
  color: white;
  font-size: 45px;
  font-weight: 500;
}
.jumbotron .container h2 span {
  font-size: 70px;
  font-weight: bold;
}
.jumbotron .jumbo-bottom {
  padding-top: 300px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.jumbotron .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbotron .jumbo-bottom .left-triangle, .jumbotron .jumbo-bottom .right-triangle {
  position: absolute;
  bottom: -1px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.jumbotron .jumbo-bottom .left-triangle {
  border-left: 50vw solid #fff;
  left: 0;
}
.jumbotron .jumbo-bottom .right-triangle {
  border-right: 50vw solid #fff;
  right: 0px;
}
@media screen and (max-width: 1440px){
  .jumbotron {
    padding-top: 12vh;
  }
  .jumbotron .container h2 {
     font-size: 30px;
  }
  .jumbotron .container h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 1066px) {
  .jumbotron .container {
    width: 95%;
  }
}
@media screen and (max-width: 1024px){
  .jumbotron {
    padding-top: 10vh;
  }
  .jumbotron .container h2 {
    font-size: 20px;
  }
  .jumbotron .container h2 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron {
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
    padding-top: 16vh;
  }
  .jumbotron .container h2 {
    text-align: center;
    font-size: 35px;
  }
  .jumbotron .container h2 span {
    font-size: 60px;
  }
  .jumbotron .jumbo-bottom .left-triangle,
  .jumbotron .jumbo-bottom .right-triangle {
    border-top: 40vw solid transparent;
  }
  .jumbotron .jumbo-bottom .left-triangle {
    border-left: 150vw solid #fff;
  }
  .jumbotron .jumbo-bottom .right-triangle {
    border-right: 150vw solid #fff;
  }
}

/*** Row company header ***/
.row-company-header {
  padding: 20px 20%;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto 70px auto;
  height: auto;
  display: flex;
  overflow-x: hidden;
  background-color: #FFF;
  position: relative;
}
.row-company-header.swiper-center {
  padding: 40px 10px 20px 10px;
  width: 90%;
  box-shadow: 5px 7px 7px #ccc;
  border-radius: 15px;
}
.jumbo-bottom .row-company-header{
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px 40px;
}
.row-company-header .card-company {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.row-company-header.disable .card-company {
  width: auto;
}
.row-company-header .card-company img {
  max-height: 100%;
  max-width: 100%;
}
.row-company-header .card-company a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.row-company-header.disable .swiper-button-prev,
.row-company-header.disable .swiper-button-next {
  display: none;
}
.row-company-header .swiper-button-prev,
.row-company-header .swiper-button-next {
  top: 75px;
  transform: translate(0, 50%) scale(0.8);
  color: #707070;
}
.jumbo-bottom .row-company-header .swiper-button-prev,
.jumbo-bottom .row-company-header .swiper-button-next {
  top: 50%;
  transform: translate(-50%) scale(50%);
}
.row-company-header .swiper-button-prev {
  left: 20px;
}
.row-company-header .swiper-button-next {
  right: 20px;
}
.jumbo-bottom .row-company-header .swiper-button-prev{
  left: 12%
}
.jumbo-bottom .row-company-header .swiper-button-next {
  right: 12%;
}
@media screen and (max-width: 1440px) {
  .row-company-header .card-company {
    height: 150px;
  }
  .row-company-header .swiper-button-prev,
  .row-company-header .swiper-button-next {
    top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .row-company-header {
    padding: 0 20%;
    align-items: center;
  }
  .row-company-header .swiper-wrapper{
    align-items: center;
  }
  .row-company-header .card-company {
    height: 150px;
  }
  .row-company-header .swiper-button-prev {
    left: 5px;
  }
  .row-company-header .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width: 500px){
  .row-company-header .swiper-button-prev {
    left: 3%
  }
  .row-company-header .swiper-button-next {
    right: 3%;
  }
}

/*** Banner home page ***/
.home #wrapper .banner-center {
  width: 90%;
  box-shadow: 5px 7px 7px #ccc;
  border-radius: 15px;
  justify-content: center;
  margin: 40px auto;
  height: auto;
  display: flex;
  position: relative;
  background-color: rgb(42, 48, 50);
  overflow: hidden;
}
.home #wrapper .banner-center .image {
  background-image: url(/images/bannerhome-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  background-position: center;
  background-color: white;
  aspect-ratio: 16 / 8;
  position: relative;
  border-right: 5px solid #FFF;
}
.home #wrapper .banner-center .triangle {
  position: absolute;
  right: -6px;
  width: 10%;
  height: 100%;
  background: rgb(42, 48, 50);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.home #wrapper .banner-center .triangle.white {
  right: -1px;
  background-color: #FFF;
}
.home #wrapper .banner-center .description {
  padding: 20px 20px 20px 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.home #wrapper .banner-center .description > * {
  flex-grow: 1;
  align-items: center;
  display: flex;
}
.home #wrapper .banner-center .description .title {
  font-size: 40px;
  color: #8CC44A;
  font-weight: bolder;
}
.home #wrapper .banner-center .description .text {
  font-size: 32px;
  color: #FFF;
}
.home #wrapper .banner-center .description .data {
  font-size: 38px;
  color: #8CC44A;
  font-weight: bolder;
}
.home #wrapper .banner-center .description .link {
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  border: 3px solid #8CC44A;
  text-decoration: none;
  padding: 0px 15px;
  text-align: center;
  width: auto;
  display: block;
  align-items: center;
}
.home #wrapper .banner-center .description .link:hover {
  color: #8CC44A;
  background-color: white;
}
@media screen and (max-width: 1900px) {
  .home #wrapper .banner-center .description .title {
    font-size: 40px;
  }
  .home #wrapper .banner-center .description .text {
    font-size: 20px;
  }
  .home #wrapper .banner-center .description .data {
    font-size: 24px;
  }
  .home #wrapper .banner-center .description .link {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .home #wrapper .banner-center .description .title {
    font-size: 26px;
  }
  .home #wrapper .banner-center .description .text {
    font-size: 18px;
  }
  .home #wrapper .banner-center .description .data {
    font-size: 22px;
  }
  .home #wrapper .banner-center .description .link {
    font-size: 18px;
    line-height: 38px;
  }
}
@media screen and (max-width: 800px) {
  .home #wrapper .banner-center {
    flex-direction: column;
  }
  .home #wrapper .banner-center .image {
    width: 100%;
    border-right: 0px;
    border-bottom: 5px solid #FFF;
  }
  .home #wrapper .banner-center .triangle {
    right: 0px;
    bottom: -6px;
    width: 100%;
    height: 10%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
  }
  .home #wrapper .banner-center .triangle.white {
    right: 0px;
    bottom: -1px;
  }
  .home #wrapper .banner-center .description {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .home #wrapper .banner-center .description > * {
    justify-content: center;
    padding: 10px 0px 0px;
  }
  .home #wrapper .banner-center .description .title {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .home #wrapper .banner-center .description .text {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .home #wrapper .banner-center .description .data {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .home #wrapper .banner-center .description .link {
    font-size: 16px;
    line-height: 36px;
    margin: 0 auto;
  }
}

/*** Selectize ***/
.searchbar {
  position: relative;
}
.searchbar .selectize-control.single {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}
.searchbar .selectize-control.single .selectize-input.items.has-options.full.has-items, .searchbar .selectize-control.single .selectize-input.items.has-options.not-full {
  height: 50px;
  line-height: 35px;
  border-radius: 15px;
  padding-left: 50px;
  overflow: hidden;
}
.searchbar .selectize-control.single .selectize-input.items.has-options.not-full.focus.input-active.dropdown-active {
  background-color: white;
}
.searchbar .selectize-control.single .selectize-input.items.has-options.full.has-items .item {
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
}
.searchbar .selectize-control.single .selectize-input.dropdown-active::before{
  background: none;
}
.searchbar .selectize-control.single .selectize-input input {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 50px) !important;
  font-weight: bold;
  color: #313131;
  border-radius: 15px;
  line-height: 35px !important;
}
.searchbar .selectize-control.single .selectize-input:not(.has-options) input {
  padding-left: 50px !important;
}
.searchbar .selectize-control.single .selectize-input.has-options > div {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
}
.searchbar .selectize-control.single .selectize-input input::placeholder {
  color:black;
}
.searchbar .selectize-control.single .selectize-input:after {
  display: none!important;
}
.searchbar .selectize-control.single .selectize-input, .searchbar .selectize-control.single .selectize-input.input-active {
  background: rgba(255, 255, 255, 0.8);
  height: 50px;
  border-radius: 15px;
}
.searchbar .selectize-control.single .selectize-dropdown .option {
  padding: 10px 30px!important;
  margin: 5px 0;
}
.searchbar .selectize-control.single .selectize-dropdown .create {
  color: #303030;
  padding: 0px;
}
.searchbar .selectize-control.single .selectize-dropdown .selectize-dropdown-content > div {
  line-height: 35px;
  padding: 0px 10px 0px 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
}
.searchbar .selectize-control.single .selectize-dropdown .option:hover {
  background-color: rgba(211, 211, 211, 0.3);
}
.searchbar .selectize-control.single .selectize-dropdown.single {
  font-size: 20px;
  font-weight: bold;
  z-index: 999;
  margin-top: 10px;
  border: none;
  border-radius: 15px;
  overflow-y: hidden;
  padding: 0px;
}
.searchbar .selectize-control.single .selectize-dropdown.single .selectize-dropdown-content {
  padding: 10px 0px;
}
.searchbar .selectize-control.single .selectize-dropdown.single .selectize-dropdown-content .active {
  background-color: rgba(211, 211, 211, 0.4);
  color: black !important;
  cursor: pointer;
}
.searchbar .selectize-control.single .selectize-dropdown.single .selectize-dropdown-content span {
  font-size: 20px;
  color: #000;
}
.searchbar .selectize-control.single .selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 10px 0;
}
.searchbar button {
  margin-left: 20px;
  width: 250px;
  height: 50px;
  background-color: #8CC44A;
  border: none;
  border-radius: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 3px solid #8CC44A;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.searchbar button:hover {
  background-color: #FFF;
  color: #8CC44A;
}
.searchbar .icon_search {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 20px;
  height: 50px;
  z-index: 9;
}
@media screen and (max-width: 1275px) {
  .searchbar .selectize-control.single {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .searchbar .selectize-control.single {
    width: 100%;
  }
  .searchbar button {
    width: 100%;
    margin-top: 20px;
    font-size: 26px;
    margin-left: 0px;
  }
}
@media screen and (max-width:561px){
  .searchbar .selectize-control.single .selectize-input input {
    font-size: 14px;
  }
  .searchbar .selectize-control.single .selectize-input.items.has-options.full.has-items .item,
  .searchbar .selectize-control.single .selectize-dropdown.single,
  .searchbar .selectize-control.single .selectize-input input {
    font-size: 14px;
  }
  .searchbar .selectize-dropdown .option,
  .searchbar .selectize-dropdown .optgroup-header {
    padding: 5px 0;
  }
  .searchbar button {
    top: 80px;
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width:462px){
  .searchbar .selectize-control.single .selectize-input input {
    font-size: 12px;
  }
  .searchbar .selectize-control.single .selectize-input.items.has-options.full.has-items,
  .searchbar .selectize-control.single .selectize-input.items.has-options.not-full {
    height: 50px;
    line-height: 35px;
  }
  .searchbar .selectize-control.single .selectize-input.items.has-options.full.has-items .item,
  .searchbar .selectize-control.single .selectize-dropdown.single {
    font-size: 12px;
  }
  .searchbar .selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 2px 0;
  }
  .searchbar button {
    margin-top: 20px;
    font-size: 16px;
  }
}

/*** CARD HOME ***/
.card-espositori.home .row {
  margin: 0;
  justify-content: left;
  gap: 0;
  width: 80%;
}
.card-espositori.home {
  margin-left: 5%;
  padding: 0 0 200px 0;
  position: relative;
}
.card-espositori.home .row .card {
  margin-bottom: 40px;
  height: auto;
  width: 375px;
  height: 375px;
}
.card-espositori.home .row .swiper-wrapper {
  flex-wrap: wrap;
}
.card-espositori.home .row .card .bottom-card {
  min-height: 30%;;
}
.card-espositori.home .row .card .bottom-card h5 {
  font-size: 28px;
}
@media screen and (max-width: 2909px) {
  .card-espositori.home .row .card {
    height: auto;
    width: 311px;
    height: 311px;
  }
}
@media screen and (max-width: 2258px) {
  .card-espositori.home .row .card {
    height: auto;
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 2187px) {
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 28px;
  }
  .card-espositori.home .row .card {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 2054px) {
  .card-espositori.home .row .card {
    width: 270px;
    height: 270px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1988px) {
  .card-espositori.home .row .card {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 1923px) {
  .card-espositori.home .row .card {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 1791px) {
  .card-espositori.home .row .card {
    width: 230px;
    height: 230px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1725px) {
  .card-espositori.home .row .card {
    width: 222px;
    height: 222px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1672px) {
  .card-espositori.home .row .card {
    width: 219px;
    height: 219px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1659px) {
  .card-espositori.home .row .card {
    width: 215px;
    height: 215px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1626px) {
  .card-espositori.home .row .card {
    width: 205px;
    height: 205px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1561px) {
  .card-espositori.home .row .card {
    width: 198px;
    height: 198px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1528px) {
  .card-espositori.home .row .card {
    width: 190px;
    height: 190px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1462px) {
  .card-espositori.home .row .card {
    width: 185px;
    height: 185px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1396px) {
  .card-espositori.home .row .card {
    width: 178px;
    height: 178px;
  }
}
@media screen and (max-width: 1363px) {
  .card-espositori.home .row .card {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 1297px) {
  .card-espositori.home .row .card {
    width: 165px;
    height: 165px;
  }
}
@media screen and (max-width: 1265px) {
  .card-espositori.home .row .card {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1232px) {
  .card-espositori.home .row .card {
    width: 155px;
    height: 155px;
  }
}
@media screen and (max-width: 1200px) {
  .card-espositori.home .row .card {
    width: 150px;
    height: 150px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1134px) {
  .card-espositori.home .row .card {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1067px) {
  .card-espositori.home .row .card {
    width: 138px;
    height: 138px;
  }
}
@media screen and (max-width: 1066px) {
  .card-espositori.home {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 1046px) {
  .card-espositori.home .row .card {
    width: 135px;
    height: 135px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .card-espositori.home {
    padding: 0 0 100px 0
  }
}
@media screen and (max-width: 872px) {
  .card-espositori.home .row .card {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 791px) {
  .card-espositori.home .row .card {
    width: 80px;
    height: 80px;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .card-espositori.home {
    padding: 0 0 100px 0;
  }
  .card-espositori.home .row .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .card-espositori.home .row {
    width: 90%;
  }
  .card-espositori.home .row .card .bottom-card h5 {
    font-size: 25px;
  }
}
.jumbotron .right-sidebar {
  width: 15%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9;
  padding: 40px 0;
}
.jumbotron .right-sidebar.disable {
  padding: 0px;
}
.jumbotron .right-sidebar.disable .swiper-wrapper {
  flex-direction: inherit;
}
.jumbotron .right-sidebar.disable .swiper-button-next,
.jumbotron .right-sidebar.disable .swiper-button-prev {
  display: none;
}
.jumbotron .right-sidebar .swiper-button-next{
  bottom: -5px;
  top: auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg) scale(0.8);
}
.jumbotron .right-sidebar .swiper-button-prev{
  bottom: auto;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg) scale(0.8);
}
.jumbotron .right-sidebar .swiper-button-next::after,
.jumbotron .right-sidebar .swiper-button-prev::after {
  color: #707070;
}
.jumbotron .right-sidebar .box-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((100% / 3) - 5px);
  padding: 5px;
}
.jumbotron .right-sidebar .box-logo a {
  height: 100%;
  width: 100%;
  text-align: center;
}
.jumbotron .right-sidebar .box-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .card-espositori.home .row {
    width: 97.5%;
  }
  .card-espositori.home .row .swiper-wrapper {
    justify-content: center;
  }
  .card-espositori.home .row .card {
    width: 144px;
    height: 144px;
  }
  .jumbotron .right-sidebar {
    height: 100px !important;
    width: 97.5%;
    flex-direction: row;
    position: initial;
    margin: 0 0 60px auto;
    transform: translate(0);
    padding: 10px 0;
  }
  .jumbotron .right-sidebar .swiper-button-prev {
    left: 10px;
    top: 50%;
    transform: rotate(0);
  }
  .jumbotron .right-sidebar .swiper-button-next {
    right: 10px;
    top: 50%;
    transform: rotate(0);
    left: auto;
  }
  .jumbotron .right-sidebar .box-logo {
    height: 100%;
    width: calc(100% / 3);
    flex-direction: row;
  }
}
@media screen and (max-width: 862px) {
  .card-espositori.home .row .card {
      width: 120px;
      height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron .right-sidebar {
      top: 46%;
  }
  .card-espositori.home .row .swiper-wrapper {
      justify-content: left;
  }
  .jumbotron .right-sidebar {
      top: 490px;
  }
}
@media screen and (max-width: 507px) {
  .jumbotron .right-sidebar {
      top: 555px;
  }
}

/*** POPUP ***/
.pop-up {
  width: 80px;
  height: 140px;
  background-color: #292F31;
  position: absolute;
  right: 0px;
  bottom: 65px;
  border-radius: 8px 0 0 8px;
  border: #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.long {
  width: 40%;
}
.pop-up .green-box {
  width: 80px;
  height: 80px;
  background-color: #8CC44A;
  border-radius: 15px;
  margin-left: -40px;
  box-shadow: 0px 10px 15px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pop-up .green-box .logo-popup {
  width: 75%;
  height: 80%;
  background-size: 60px;
  background-repeat: no-repeat;
  filter: brightness(5);
}
.pop-up .inside-popup {
  width: 90%;
  height: 100px;
  display: flex;
  align-items: center;
  color: white;
}
.pop-up .inside-popup .text-popup {
  width: 65%;
  padding-right: 20px;
}
.pop-up .inside-popup .text-popup h3 {
  font-size: 26px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pop-up .inside-popup .text-popup p {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 1px;
}
.pop-up .inside-popup .mobile-app {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.pop-up .inside-popup .mobile-app img {
  width: 160px;
  padding: 5px 0;
}
@media screen and (max-width: 1300px) {
  .pop-up .inside-popup .text-popup h3 {
      font-size: 20px;
  }
  .pop-up .inside-popup .text-popup p {
      font-size: 16px;
  }
  .pop-up .inside-popup .mobile-app img {
      width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .pop-up .inside-popup .text-popup h3 {
      font-size: 16px;
  }
  .pop-up .inside-popup .text-popup p {
      font-size: 14px;
  }
  .pop-up .inside-popup .mobile-app img {
      width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .pop-up {
      display: none;
  }
}

/*** MAIN-HOME ***/
main {
  background-color: #FFF;
  min-height: 400px;
}
main .container{
  margin-top: 60px;
  margin:0 auto;
  width: 85%;
}
main .container .divisor{
  width: 20%;
  background-color: #33393B;
  height: 10px;
  margin: 30px auto 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  main .container{
    width: 100%;
  }
  main .container .divisor{
    width: 40%;
  }
}

/*** StockExchange HOME ***/
.stockexchange-home-main {
  padding-top: 40px;
  background-color: #FFF;
}
.stockexchange-home-main .container {
  width: 80%;
  margin: 0 auto;
}
.stockexchange-home-main .container .top-espositori {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.stockexchange-home-main .container .top-espositori h2 {
  font-size: 88px;
}
.stockexchange-home-main .container .top-espositori p {
  padding-top: 40px;
  font-size: 18px;
}
.stockexchange-home-main .container .graph {
  padding: 0px 0px 40px 0px;
}

@media screen and (max-width: 1102px) {
  .stockexchange-home-main .container .top-espositori h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 942px) {
  .stockexchange-home-main .container .top-espositori h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 635px) {
  .stockexchange-home-main .container .top-espositori h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 513px) {
  .stockexchange-home-main .container .top-espositori h2 {
    font-size: 32px;
  }
}

/*** ESPOSITORI HOME ***/
.espositori-home-main {
  padding-top: 40px;
  background-color: #FFF;
}
.espositori-home-main .container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.espositori-home-main .container .top-espositori {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.espositori-home-main .container .top-espositori h2 {
  font-size: 88px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1102px) {
  .espositori-home-main .container .top-espositori h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 942px) {
  .espositori-home-main .container .top-espositori h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 635px) {
  .espositori-home-main .container .top-espositori h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 513px) {
  .espositori-home-main .container .top-espositori h2 {
    font-size: 32px;
  }
  .espositori-home-main .container .bottom-espositori p:first-of-type {
    font-size: 20px;
  }
}
.espositori-home-main .container .top-espositori p {
  font-size: 18px;
  line-height: 25px;
}
.espositori-home-main .container .bottom-espositori {
  padding-top: 60px;
}
.espositori-home-main .container .bottom-espositori p {
  text-align: center;
  font-size: 25px;
}
.espositori-home-main .container .bottom-espositori p:first-of-type {
  font-weight: bold;
  color: #8CC44A;
  padding-bottom: 15px;
}
.espositori-home-main .container .bottom-espositori p:nth-last-of-type(1) {
  font-size: 18px;
  padding-top: 5px;
  line-height: 25px;
}
@media screen and (max-width: 425px) {
  .espositori-home-main .container .bottom-espositori p:nth-last-of-type(1) {
     font-size: 16px;
  }
}
.espositori-home-main .container .bottom-espositori .buttons {
  padding: 40px 0;
  text-align: center;
  margin: 0 auto;
}
.espositori-home-main .container .bottom-espositori .buttons a button {
  background-color: white;
  border: 3px solid #707070;
  border-radius: 15px;
  font-size: 18px;
  color: #707070;
  font-weight: bold;
  padding: 10px 50px;
  cursor: pointer;
}
.espositori-home-main .container .bottom-espositori .buttons button {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 10px 25px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  border: 3px solid #8CC44A;
}
.espositori-home-main .container .bottom-espositori .buttons button:nth-of-type(2) {
  background-color: #8CC44A;
  color: white;
  border-color: #8CC44A;
  padding: 10px 20px;
  margin-left: 50px;
}
.espositori-home-main .container .bottom-espositori .buttons button:hover {
  color: #8CC44A;
  background-color: white;
  border: 3px solid #8CC44A;
}
@media screen and (max-width: 768px){
  .espositori-home-main .container .top-espositori h2 {
    font-size: 58px;
  }
  .espositori-home-main .container .top-espositori p {
    font-size: 18px;
  }
  .espositori-home-main .container .bottom-espositori .buttons {
    display: flex;
    flex-direction: column;
  }
  .espositori-home-main .container .bottom-espositori .buttons button {
    width: 50%;
    margin: 10px auto;
  }
  .espositori-home-main .container .bottom-espositori .buttons button:nth-of-type(2) {
    margin: 10px auto;
  }
}
@media screen and (max-width: 556px){
  .espositori-home-main .container .bottom-espositori .buttons button {
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px){
  .espositori-home-main .container .top-espositori h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .espositori-home-main .container .top-espositori p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
    padding-top: 20px;
  }
  .espositori-home-main .container .bottom-espositori {
    width: 90%;
    margin: 0 auto;
  }
}

/*** Swiper espositori home ***/
.row-espositori {
  box-shadow: 5px 7px 7px #00000029;
  border-radius: 15px;
  display: flex;
  padding: 20px 40px;
  overflow: hidden;
  position: relative;
}
.swiper-espositori {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-espositori .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.swiper-espositori .swiper-slide .logo {
  height: 50%;
  width: 100%;
  position: relative;
  padding: 10px;
}
.swiper-espositori .swiper-slide .divisor {
  width: 30%;
  background-color: #f2f2f3;
  height: 8px;
  margin: 15px auto;
  border-radius: 15px;
  z-index: 9999;
}
.row-espositori .swiper-container {
  padding-bottom: 60px;
}
.row-espositori .swiper-button-next,
.row-espositori .swiper-button-prev {
  top: 50%;
  transform: translate(0, -50%);
  color: #707070;
}
.row-espositori .swiper-container .swiper-pagination-fraction,
.row-espositori .swiper-container .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -5px;
}
.row-espositori .swiper-pagination-espositori.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  text-align: center;
  bottom: 0;
}
.row-espositori .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: #8CC44A;
  opacity: .4;
}
.row-espositori .swiper-pagination-bullet-active {
  background: #8CC44A;
  opacity: 1;
}
.row-espositori .card {
  width: 400px;
  height: 200px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.row-espositori .card a.link {
  position: absolute;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px){
  .row-espositori .card {
    width: 300px;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .row-espositori {
    padding: 10px;
  }
  .row-espositori .swiper-container{
    margin: 0 10px 0 10px!important;
  }
  .row-espositori .swiper-container .swiper-pagination-fraction .swiper-pagination-bullet-active,
  .row-espositori .swiper-container .swiper-pagination-custom .swiper-pagination-bullet-active,
  .row-espositori .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #8CC44A!important;
  }
  .row-espositori .swiper-container .swiper-pagination-fraction .swiper-pagination-bullet,
  .row-espositori .swiper-container .swiper-pagination-custom .swiper-pagination-bullet,
  .row-espositori .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    background: #8CC44A;
  }
}
@media screen and (max-width: 768px) {
  .row-espositori .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}

/*** MAIN CENTER HOME ***/
.main-center {
  background: linear-gradient(178deg, #4e5356e9 0%, #7976764f 100%) 0% 0% no-repeat padding-box,  url(/images/background-form.png);
  background-size: cover;
  background-position: center;
  padding: 80px;
  position: relative;
  margin-bottom: 60px;
}
.main-center .container {
  width: 85%;
  margin: 0 auto;
}
.main-center .container .text {
  text-align: center;
  color: white;
}
.main-center .container .text h2 {
  font-size: 88px;
  letter-spacing: 2px;
}
.main-center .container .text p {
  font-size: 18px;
  padding: 40px 0;
}
.main-center .container .registration {
  margin: 0 auto;
  display: flex;
  width: 80%;
  justify-content: space-between;
  padding-bottom: 60px;
}
.main-center .container .registration .form-registration {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.main-center .container .registration .form-registration:nth-of-type(2) {
  position: relative;
}
.main-center .container .registration .form-registration input {
  width: 100%;
  line-height: 60px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 35px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  font-weight: bold;
}
.main-center .container .registration .form-registration input::placeholder {
  color: black;
}
.main-center .container .registration .form-registration input:focus-visible {
  outline-color: #8CC44A;
}
.main-center .container .registration .form-registration #password-form {
  padding-right: 130px;
}
.main-center .container .registration .form-registration small {
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: 200;
  padding-top: 10px;
}
.main-center .container .registration .form-registration small a {
  color: white;
}
.main-center .container .registration button {
  position: absolute;
  right: 0;
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 40px;
  color: white;
  z-index: 99;
  cursor: pointer;
}
.main-center .container .registration button:nth-of-type(2) {
  display: none;
}
.main-center .left-triangle, .right-triangle {
  position: absolute;
  bottom: -1px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.main-center .left-triangle {
  border-left: 50vw solid #fff;
  left: 0;
}
.main-center .right-triangle {
  border-right: 50vw solid #fff;
  right: 0px;
}
.divisor {
  width: 10%;
  background-color: #33393B;
  height: 10px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 1440px){
  .main-center .container {
    width: 90%;
  }
  .main-center .container .registration {
    width: 100%;
  }
}
@media screen and (max-width: 1025px){
  .main-center{
    padding: 40px 35px;
  }
  .main-center .container{
    width: 100%;
  }
  .main-center .container .registration{
    width: 100%;
  }
  #divisor2{
    width: 30%;
  }
}
@media screen and (max-width: 768px){
  .main-center{
    padding: 80px 35px;
  }
  .main-center .container .text h2{
    font-size: 58px;
  }
  .main-center .container .text p{
    font-size: 16px;
  }
  .main-center .container .registration{
    flex-direction: column;
    padding-bottom: 10px;
  }
  .main-center .container .registration .form-registration{
    width: 100%;
    margin-bottom: 20px;
  }
  .main-center .container .registration .form-registration input{
    width: 100%;
  }
  .main-center .left-triangle,
  .main-center .right-triangle{
    border-top: 15vw solid transparent;
  }
  #divisor2{
    width: 40%;
  }
}
@media screen and (max-width: 425px){
  .main-center{
    padding: 55px 35px;
  }
  .main-center .container .text h2{
    font-size: 40px;
  }
  .main-center .container .text p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 100;
    padding-top: 20px;
  }
  .main-center .container .registration{
    padding-bottom: 0;
  }
  .main-center .container .registration .form-registration{
    margin-bottom: 20px;
  }
  .main-center .container .registration .form-registration input{
    font-size: 14px;
  }
  .main-center .container .registration .form-registration #password-form{
    padding-right: 60px;
  }
  .main-center .container .registration .form-registration small{
    font-size: 10px;
  }
  .main-center .container .registration button:first-of-type{
    display: none;
  }
  .main-center .container .registration button:nth-of-type(2){
    display: block;
  }
  .main-center .container .registration button:nth-of-type(2) img{
    transform: rotate(270deg);
    width: 20px;
  }
  .main-center .left-triangle,
  .main-center .right-triangle{
    border-top: 20vw solid transparent ;
  }
  #divisor2{
    width: 40%;
  }
}

/*** MAIN NEWS HOME ***/
.top-news,
.more-news {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div[class^="main-news-"] {
  padding: 0px 0 40px;
  background-color: #FFF;
  overflow: hidden;
}
.main-news-home {
  padding: 40px 0;
}
div[class^="main-news-"] .top-section {
  margin: 0 auto;
  width: 90%;
  letter-spacing: 1px;
  padding-bottom: 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div[class^="main-news-"] .top-section .box-media-partner {
  width: calc((100% / 2) - 50px);
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 7px 7px #ccc;
  display: flex;
}
div[class^="main-news-"] .top-section .box-media-partner .box-text,
div[class^="main-news-"] .top-section .box-media-partner .box-logo {
  width: 50%;
  height: 100%;
  padding: 2.5%;
}
div[class^="main-news-"] .top-section .box-media-partner .box-text {
  background-color: #8CC44A;
  display: flex;
  justify-content: center;
  align-items: center;
}
div[class^="main-news-"] .top-section .box-media-partner .box-text p {
  color: #fff;
  font-size: 30px;
}
div[class^="main-news-"] .top-section .box-media-partner .box-logo {
  display: flex;
  justify-content: space-between;
}
div[class^="main-news-"] .top-section .box-media-partner .box-logo a {
  width: calc(50% - 15px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
div[class^="main-news-"] .top-section .box-media-partner .box-logo a.omc {
  background-image: url(/images/logo_OMC.png);
}
div[class^="main-news-"] .top-section .box-media-partner .box-logo a.ivs {
  background-image: url(/images/logo_IVS.png);
}
div[class^="main-news-"] .top-section .box-media-partner .box-logo a.fornitoreoffresi {
  background-image: url(/images/logo_fornitoreoffresi.jpg);
  width: 100%;
}
div[class^="main-news-"] .bottom-section {
  text-align: center;
  padding: 40px 0;
}
div[class^="main-news-"] .bottom-section button {
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 10px 25px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  border: 3px solid #8CC44A;
}
div[class^="main-news-"] .bottom-section button:hover {
  color: #8CC44A;
  background-color: white;
  border: 3px solid #8CC44A;
}
.top-news {
  padding-bottom: 40px;
}
div[class^="main-news-"] .top-section h2{
  font-size: 88px;
  padding-bottom: 0px;
}
div[class^="main-news-"] .news {
  width: calc((100% / 2) - 50px);
  background-color: rgb(42, 48, 50);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 7px 7px #ccc;
  text-decoration: none;
}
div[class^="main-news-"] .news .news-top-img {
  width: 100%;
  min-height: 50%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  background-color: #f2f2f3;
  position: relative;
}
div[class^="main-news-"] .news .news-top-img .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 5vh;
  background: rgb(42, 48, 50);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
div[class^="main-news-"] .news a {
  text-decoration: none;
}
div[class^="main-news-"] .news .button {
  background-color: #8CC44A;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
div[class^="main-news-"] .news:hover .button {
  color: #8CC44A;
  background-color: #FFF;
}
div[class^="main-news-"] .news .news-bottom-text {
  width: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
div[class^="main-news-"] .news .news-bottom-text h3 {
  color: #8CC44A;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 42px;
  line-height: 50px;
  height: 100px;
}
.main-news-page .more-news .news {
  width: calc((100% / 3) - 14px);
}
.main-news-home .more-news .news {
  width: calc((100% / 3) - 50px);
}
div[class^="main-news-"] .more-news .news-bottom-text h3 {
  font-size: 28px;
  line-height: 36px;
  height: 72px;
}
div[class^="main-news-"] .more-news .button {
  font-size: 16px;
  line-height: 46px;
}
.main-news-home .more-news > .swiper-wrapper {
  justify-content: space-between;
}
.main-news-page .more-news > .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.main-news-home .main-section {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  div[class^="main-news-"] .top-section .box-media-partner {
    width: calc((100% / 2) - 20px);
  }
  div[class^="main-news-"] .news .news-bottom-text h3 {
    font-size: 28px;
    line-height: 36px;
    height: 72px;
  }
  div[class^="main-news-"] .more-news .news-bottom-text h3 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
  .main-news-home .more-news .news {
    width: calc((100% / 3) - 25px);
  }
  div[class^="main-news-"] .news {
    width: calc((100% / 2) - 25px);
  }
  div[class^="main-news-"] .top-section .box-media-partner .box-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1240px) {
  div[class^="main-news-"] .news .news-bottom-text h3 {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
  }
  div[class^="main-news-"] .more-news .news-bottom-text h3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  div[class^="main-news-"] .news {
    width: calc((100% / 2) - 20px);
  }
  div[class^="main-news-"] .top-section .box-media-partner .box-text p {
    font-size: 22px;
  }
  div[class^="main-news-"] .top-section .box-media-partner .box-text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  div[class^="main-news-"] .news .news-bottom-text h3 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }
  div[class^="main-news-"] .more-news .news-bottom-text h3 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .top-news {
    padding-bottom: 20px;
  }
  div[class^="main-news-"] .news {
    width: calc((100% / 2) - 10px);
  }
  .more-news .news {
    width: calc((100% / 3) - 10px);
  }
}
@media screen and (max-width: 1023px){
  .main-news-home .top-section {
    width: 85%;
  }
  div[class^="main-news-"] .top-section .box-media-partner {
    width: calc((100% / 2) - 10px);
  }
  .main-news-home .main-section {
    width: 85%;
  }
}
@media screen and (max-width: 768px){
  div[class^="main-news-"] .top-news .news {
    width: 100%;
  }
  div[class^="main-news-"] .top-section .box-media-partner {
    width: 60%;
  }
  div[class^="main-news-"] .top-section .box-media-partner .box-text p {
    font-size: 18px;
  }
  div[class^="main-news-"] .top-section .box-media-partner .box-logo a {
    width: calc(50% - 5px);
  }
  .main-news-page .more-news .news {
    width: calc((100% / 2) - 14px);
  }
}
@media screen and (max-width: 942px){
  div[class^="main-news-"] .top-section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 513px){
  div[class^="main-news-"] .top-section h2 {
    font-size: 32px;
  }
}

/*** Newsletter ***/
.wrapper_newsletter .title-news-page {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 3rem;
}
.wrapper_newsletter .oilgas {
  color: #8CC44A;
}
.wrapper_newsletter .update-letter {
  text-align: center;
  margin: 2rem;
}
.wrapper_newsletter .form-input-news {
  display: flex;
  width: 50%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.73);
  border: 1px solid #8CC44A;
  margin: 2rem auto;
}
.wrapper_newsletter .form-input-news .news-letter-input {
  width: 70%;
  line-height: 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0px 0px 0px 15px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
.wrapper_newsletter .form-input-news .form-submit-letter {
  width: 30%;
}
.wrapper_newsletter .form-input-news .sendbtn-letter {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  border: 3px solid #8CC44A;
}

/*** MAIN BOTTOM ***/
.main-bottom section {
  padding-top: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.main-bottom section .small-assets {
  width: 100%;
  margin-bottom: 30px;
  min-height: 220px;
  display: none;
  justify-content: center;
  position: relative;
}
.main-bottom section .small-assets .vertical-assets .single-asset {
  height: 170px;
  width: 60%;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.main-bottom section .small-assets .vertical-assets .single-asset .circle-asset-vertical {
  width: 140px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bottom section .small-assets .vertical-assets .single-asset .circle-asset-vertical svg {
  width: 80%;
  fill: white;
}
.main-bottom section .small-assets .vertical-assets .single-asset span {
  text-align: center;
  padding-top: 20px;
  height: 20%;
  font-size: 23px;
  color: white;
  letter-spacing: 1px;
}
.main-bottom section .assets .asset {
  min-width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-bottom section .assets .asset .circle-asset {
  height: 140px;
  width: 139px;
  background-color: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bottom section .assets .asset .circle-asset svg {
  width: 80%;
  fill: white;
}
.main-bottom section .assets .asset span {
  padding-top: 20px;
  font-size: 40px;
  color: white;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}
.main-bottom section .invisible {
  display: none!important;
}
.main-bottom .contact-found {
  width: 100%;
  display: flex;
}
.main-bottom .contact-found .contact,
.main-bottom .contact-found .found {
  width: 50%;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-bottom .contact-found .contact button,
.main-bottom .contact-found .found button {
  width: 200px;
  line-height: 70px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  border: 3px solid #8CC44A;
}
.main-bottom .contact-found .contact button:hover ,
.main-bottom .contact-found .found button:hover {
  background-color: rgba(255, 255, 255, 0.85) ;
  color: #8CC44A;
}
.main-bottom .contact-found .contact {
  background-color: #DDDDDD;
  text-align: center;
}
.main-bottom .contact-found .contact h2 {
  font-weight: bold;
  font-size: 60px;
  color: #34373E;
  padding-bottom: 40px;
}
.main-bottom .contact-found p {
  width: 80%;
  font-size: 22px;
  line-height: 25px;
  padding-bottom: 40px;
}
.main-bottom .contact-found .found p {
  color: #FFF;
}
.main-bottom .contact-found .found {
  background: linear-gradient(178deg, rgba(36, 37, 38, 0.97) 0%, rgba(86, 82, 82, 0.503) 100%) 0% 0% padding-box, url(/images/software.jpg);
  background-size: cover;
  background-position: center;
}
.main-bottom .contact-found .found h2 {
  width: 80%;
  font-weight: bold;
  font-size: 60px;
  color: white;
  padding-bottom: 40px;
}
.main-bottom section .small-assets a.link,
.main-bottom section .assets a.link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1400px){
  .main-bottom section .assets .asset span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1023px){
  .main-bottom section .assets {
    height: 240px;
    top: 90px;
  }
  .main-bottom section .assets .asset .circle-asset {
    width: 116px;
    height: 116px;
  }
  .main-bottom section .assets .asset span {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main-bottom section {
    padding-top: 200px;
    background-color: transparent ;
  }
  .main-bottom .contact-found {
    flex-direction: column;
  }
  .main-bottom .contact-found .found {
    width: 100%;
    height: 400px;
  }
  .main-bottom .contact-found .contact {
    height: 600px;
    padding-bottom: 30px;
    width: 100%;
    justify-content: end;
  }
  .main-bottom .contact-found .contact button,
  .main-bottom .contact-found .found button {
    font-size: 18px;
  }
  .main-bottom .contact-found .contact h2 {
    font-size: 40px;
  }
  .main-bottom .contact-found .contact p {
    font-size: 18px;
  }
  .main-bottom .contact-found .found h2 {
    font-size: 40px;
  }
  .main-bottom .contact-found .found p {
    font-size: 18px;
  }
  .main-bottom section .assets {
    display: none;
  }
  .main-bottom section .small-assets {
    display: flex;
  }
}
@media screen and (max-width: 390px) {
  .main-bottom .contact button,
  .main-bottom .found button{
    line-height: 60px!important;
  }
  .main-bottom .contact p{
    line-height: 25px;
  }
  .main-bottom .contact-found .contact {
      padding-bottom: 20px;
  }
}

/*** CHI SIAMO ***/
.jumbotron-about {
  min-height: 80vh;
  max-height: 100vh;
  padding-bottom: 20px;
  background: linear-gradient(178deg, #4e5356e9 0%, #7976764f 100%) 0% 0% no-repeat padding-box, url(/images/chisiamo.jpg);
  position:relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron-about .container-top {
  margin: 0 auto;
  width: 90%;
}
.jumbotron-about .container-top h2 {
  color: white;
  font-size: 88px;
  font-weight: 500;
}
.jumbotron-about .container-top h2 span {
  font-size: 150px;
  font-weight: bold;
}
.jumbotron-about .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbotron-about .left-triangle,
.jumbotron-about .right-triangle {
  position: absolute;
  bottom: -1px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.jumbotron-about .left-triangle {
  border-left: 50vw solid #fff;
  left: 0;
}
.jumbotron-about .right-triangle {
  border-right: 50vw solid #fff;
  right: 0px;
}
@media screen and (max-width: 1992px){
  .jumbotron-about .container-top h2 {
    font-size: 70px;
  }
  .jumbotron-about .container-top h2 span {
    font-size: 120px;
  }
}
@media screen and (max-width: 1440px){
  .jumbotron-about .container-top h2 {
    font-size: 60px;
  }
  .jumbotron-about .container-top h2 span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px){
  .jumbotron-about .container-top h2 {
    font-size: 50px;
  }
  .jumbotron-about .container-top h2 span {
    font-size: 90px;
  }
}
 @media screen and (max-width: 1066px) {
  .jumbotron-about .container-top {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron-about {
    padding-top: 0;
    overflow-x: hidden;
    position: relative;
    overflow: hidden;
  }
  .jumbotron-about .container-top {
    width: 80% ;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 90px auto 0 auto;
    padding-bottom: 100px;
  }
  .jumbotron-about .container-top h2 {
    text-align: center;
    font-size: 40px;
  }
  .jumbotron-about .container-top h2 span {
    font-size: 80px;
  }
}
@media screen and (max-width: 490px) {
  .jumbotron-about .container-top {
    padding-bottom: none;
  }
  .jumbotron-about .container-top h2 {
    font-size: 35px;
  }
  .jumbotron-about .container-top h2 span {
    font-size: 60px;
  }
}

/* Chi Siamo - Catalogo */
.container-catalogo {
  width: 90%;
  margin: 100px auto 50px auto;
}
.container-catalogo .box-image {
  width: 100%;
  height: 500px;
  background-color: #f2f2f3;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow-y: hidden;
}
.container-catalogo .box-image .swiper-catalogo-thumb {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.container-catalogo .box-image .swiper-catalogo-thumb .thumb {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.container-catalogo .box-text{
  width: 100%;
  background-color: #34373E;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
}
.container-catalogo .box-text h2 {
  font-size: 50px;
  color: #8CC44A;
  font-weight: bold;
}
.container-catalogo .box-text .divisore {
  min-height: 150px;
  width: 10px;
  background-color: #8CC44A;
  margin: 0 50px;
  border-radius: 10px;
}
.container-catalogo .box-text .catalogo {
  width: 60%;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.container-catalogo .box-text .catalogo .box-catalogo{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-catalogo .box-text .catalogo .box-catalogo h2{
  color: #fff;
  font-size: 35px;
}
.container-catalogo .box-text .catalogo .box-catalogo p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
.container-catalogo .box-text .catalogo .box-catalogo .box-button {
  display: flex;
  align-items: center;
}
.container-catalogo .box-text .catalogo .box-catalogo .box-button .button:first-child {
  margin-right: 15px;
}
.container-catalogo .box-text .catalogo .box-catalogo .button {
  color: white;
  background-color: #8CC44A;
  border: none;
  padding: 10px 35px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid #8CC44A;
  text-decoration: none;
}
.container-catalogo .box-text .catalogo .box-catalogo .button:hover {
  color: #8CC44A;
  background-color: white;
}
.container-catalogo .box-text .swiper-catalogo .swiper-button-next,
.container-catalogo .box-text .swiper-catalogo .swiper-button-prev {
  background-color: #8CC44A;
  bottom: 0;
  top: auto;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.container-catalogo .box-text .swiper-catalogo .swiper-button-next:after,
.container-catalogo .box-text .swiper-catalogo .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.container-catalogo .box-text .swiper-catalogo .swiper-button-prev {
  left: auto;
  right: 50px;
}
.container-catalogo .box-image .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #34373E;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
@media screen and (max-width: 1263px) {
  .container-catalogo .box-text h2 {
    font-size: 40px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo h2 {
    font-size: 30px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo p,
  .container-catalogo .box-text .catalogo .box-catalogo .button  {
    font-size: 16px;
  }
  .container-catalogo .box-text .swiper-catalogo .swiper-button-next, .container-catalogo .box-text .swiper-catalogo .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .container-catalogo .box-text h2 {
    font-size: 30px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo h2 {
    font-size: 22px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo p,
  .container-catalogo .box-text .catalogo .box-catalogo .button  {
    font-size: 14px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo .button  {
    text-align: center;
  }
  .container-catalogo .box-text .divisore {
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  .container-catalogo {
    width: 80%;
  }
  .container-catalogo .box-text {
    flex-wrap: wrap;
  }
  .container-catalogo .box-text h2 {
    width: 100%;
    text-align: center;
  }
  .container-catalogo .box-text h2 br{
    display: none;
  }
  .container-catalogo .box-text .catalogo {
    width: 100%;
  }
  .container-catalogo .box-text .divisore {
    width: 200px;
    height: 6px;
    min-height: auto;
    margin: 15px 0 20px 0;
  }
  .container-catalogo .box-text .catalogo .box-catalogo {
    align-items: center;
    padding-bottom: 40px;
  }
  .container-catalogo .box-text .catalogo .box-catalogo p,
  .container-catalogo .box-text .catalogo .box-catalogo .button  {
    text-align: center;
    margin-right: 0px !important;
  }
  .container-catalogo .box-text {
    padding: 30px 20px;
  }
  .container-catalogo .box-image {
    height: 350px;
  }
  .container-catalogo .box-image .swiper-catalogo-thumb .thumb {
    height: 350px;
  }
  .container-catalogo .box-text .swiper-catalogo .swiper-button-next,
  .container-catalogo .box-text .swiper-catalogo .swiper-button-prev {
    right: 50%;
    transform: translate(-50%);
  }
  .container-catalogo .box-text .swiper-catalogo .swiper-button-next {
    right: auto;
    left: 50%;
    transform: translate(50%);
  }
}
@media screen and (max-width: 555px) {
  .container-catalogo .box-image {
    height: 250px;
  }
  .container-catalogo .box-image .swiper-catalogo-thumb .thumb {
    height: 250px;
  }
}

/* Step */
.step {
  width: 90%;
  margin: 115px auto;
}
.step .image,
.step .text {
  width: 50%;
}
.step .image {
  position: relative;
}
.step .image .under-img {
  width: 60%;
  height: 450px;
  box-shadow: 0px 10px 6px #00000029;
  background-position: bottom;
  background-size: cover;
}
.step .image .box-img {
  height: 550px;
  width: 70%;
  background-color: #292F31;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 15px #00000029;
  position: absolute;
  right: 150px;
  border-radius: 15px;
}
.step .image .box-img svg {
  filter: invert(1);
  width: 80%;
  height: 80%;
}
.step .text h2,
.container-servizi .text h2 {
  color: #8CC44A;
  font-size: 80px;
  font-weight: bold;
  padding-bottom: 60px;
  z-index: 9999;
}
.step .divisore {
  height: 10px;
  width: 150px;
  border: 2px solid #8CC44A;
  background-color: #8CC44A;
  border-radius: 15px;
  position:absolute;
  top: 40px;
  z-index: 9;
}
.step .text p {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.step .idea,
.step .servizi,
.step .esposizione {
  width: 100%;
  height: auto;
  min-height: 550px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.step .idea .under-img {
  position: absolute;
  left: 0px;
  bottom: 0;
  border-radius: 15px 0 0 15px;
  filter: brightness(1.1) contrast(1.1);
}
.step .idea .text {
  position: relative;
}
.step .idea .divisore {
  left: 50%;
  transform: translate(-125%)
}
.step .servizi .text h2 {
  color: #343434;
  padding-bottom: 0;
}
.step .servizi .divisore {
  background-color: #343434;
  border-color:#343434;
  position: inherit;
  margin: 30px auto;
}
.step .servizi .image .under-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 600px;
  width: 70%;
  background-position: center;
  border-radius: 0 15px 15px 0;
  filter: brightness(1.1) contrast(1.1);
}
.step .servizi .image .box-img {
  position: absolute;
  left: 100px;
  border-radius:  15px 0 0 15px;
}
.step .esposizione {
  flex-direction: row-reverse;
}
.step .esposizione .image .under-img {
  position: absolute;
  bottom:20px;
  right: 100px;
  height: 350px;
  width: 70%;
  background-color: #92fa1bfc;
  background-position: left center;
  background-size: 1700px;
  border-radius: 15px 0 0 15px;
  filter: brightness(1.3);
}
.step .esposizione .image .box-img {
  position: absolute;
  left: 150px;
  border-radius: 15px;
}
.step .esposizione .text {
  position: relative;
}
.step .esposizione .divisore {
  top: 35px;
  right: 50%;
  transform: translate(125%)
}
.step .esposizione .text p{
  padding-bottom: 30px;
}
.step .esposizione .text .bottoni-espositore button {
  padding: 15px 20px;
  font-size: 28px;
  border-radius: 15px;
  cursor: pointer;
}
.step .esposizione .text .bottoni-espositore button:first-of-type {
  color: #707070;
  border: 3px solid #707070;
  background-color: white;
  margin-right: 20px;
  padding: 15px 40px;
}
.step .esposizione .text .bottoni-espositore button:nth-of-type(2) {
  color: white;
  background-color: #8CC44A;
  border: 3px solid #8CC44A;
}
.container-servizi {
  height: 1100px;
  width: 100%;
  background-color: #34373E;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding-top: 125px;
}
.container-servizi .text {
  margin: 0 10%;
  text-align: center;
  padding-bottom: 80px;
}
.container-servizi .text p {
  color: white;
  font-size: 22px;
  line-height: 30px
}
.row-servizi {
  color: white;
  font-size: 22px;
  line-height: 30px;
  z-index: 9;
  display: flex;
  width: 80%;
}
.row-servizi.home {
  position: absolute;
  transform: translate(0, -50%);
}
.row-servizi.espositore {
  position: relative;
}
.row-servizi .card-servizio {
  width: 400px;
  height: 400px;
  background-color: white;
  border-radius: 15px;
  padding: 50px;
}
.row-servizi.home .card-servizio {
  width: 300px;
  height: 300px;
  background-color: #34373E;
  padding: 20px;
  cursor: pointer;
}
.row-servizi .card-servizio .box-image {
  height: 150px;
  width: 100%;
}
.row-servizi.home .card-servizio .box-image {
  height: 200px;
}
.row-servizi .card-servizio .box-image svg {
  width: 100%;
  fill: #8CC44A;
  max-height: 100%;
}
.row-servizi.home .card-servizio .box-image svg {
  fill: white;
}
.row-servizi .card-servizio .box-text {
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-servizi.home .card-servizio .box-text {
  height: auto;
}
.row-servizi .card-servizio .box-text p {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.row-servizi.home .card-servizio .box-text p {
  color: #8CC44A;
  font-size: 40px;
  text-transform: none;
}
.row-servizi .card-servizio .box-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-servizi .card-servizio .box-button .button {
  color: white;
  background-color: #8CC44A;
  border: none;
  padding: 10px 35px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid #8CC44A;
}
.row-servizi .card-servizio .box-button .button:hover {
  color: #8CC44A;
  background-color: white;
}
.container-servizi .left-triangle,
.container-servizi .right-triangle {
  position: absolute;
  bottom: -1px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.container-servizi .left-triangle {
  border-left: 50vw solid #fff;
  left: 0;
}
.container-servizi .right-triangle {
  border-right: 50vw solid #fff;
  right: 0px;
}
@media screen and (max-width:1818px) {
  .step .image .box-img{
    height: 500px;
  }
  .step .image .under-img {
    height: 400px;
  }
  .step .text h2,
  .container-servizi .text h2 {
    font-size: 70px;
    padding-bottom: 50px;
  }
  .step .text button {
    font-size: 22px;
  }
}
@media screen and (max-width: 1666px) {
  .step .text p,
  .container-servizi .text p {
    font-size: 18px;
  }
}
@media screen and (max-width:1513px) {
  .step .image .box-img {
    height: 475px;
  }
  .step .image .under-img {
    height: 400px;
  }
  .step .text h2,
  .container-servizi .text h2  {
    font-size: 60px;
    padding-bottom: 40px;
  }
  .step .text p,
  .container-servizi .text p {
    font-size: 18px;
  }
  .step .text button {
    font-size: 20px;
  }
  .step .idea,
  .step .servizi,
  .step .espositore {
    height: 700px;
  }
  .step .idea .divisore {
    top: 35px;
  }
  .step .servizi .divisore {
    margin: 10px auto;
  }
  .step .servizi .text h2 {
    padding-bottom: 0;
  }
  .step .servizi .text p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .row-servizi.home .card-servizio {
    height: 250px;
    width: 250px;
  }
  .row-servizi.home .card-servizio .box-image {
    height: 80%;
  }
  .row-servizi.home .card-servizio .box-text p {
    font-size: 30px;
  }
}
@media screen and (max-width:1263px) {
  .step .image .box-img{
    height: 450px;
    right: 100px;
  }
  .step .image .under-img {
    height: 400px;
  }
  .step .text h2,
  .container-servizi .text h2  {
    font-size: 50px;
    padding-bottom: 30px;
  }
  .step .text p,
  .container-servizi .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .step .idea,
  .step .servizi,
  .step .esposizione {
    min-height: 450px;
  }
  .step .idea .divisore {
    top: 28px;
  }
  .step .servizi .image .box-img {
    left: 50px;
  }
  .step .esposizione .image .under-img {
    right: 50px;
    background-size: 1200px;
  }
  .step .esposizione .divisore {
    top: 25px;
  }
  .step .esposizione .text .bottoni-espositore button {
    font-size: 18px;
  }
  .container-servizi .row-servizi .card-servizio {
    height: 300px;
    width: 300px;
    padding: 20px;
  }
  .container-servizi .row-servizi .card-servizio .box-image {
    height: 100px;
  }
  .container-servizi .row-servizi .card-servizio .box-text p {
    font-size: 18px;
  }
  .container-servizi .row-servizi .card-servizio .box-button .button {
    font-size: 16px;
  }
  .container-servizi {
    height: 850px;
  }
}
@media screen and (max-width: 1040px) {
  .step .image .box-img {
    height: 400px;
    right: 80px;
    width: 80%;
  }
  .step .image .under-img {
    height: 350px;
    width: 80%;
  }
  .step .text .divisore {
    height: 6px;
    width: 90px;
  }
  .step .text h2,
  .container-servizi .text h2  {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .step .text p,
  .container-servizi .text p {
    font-size: 16px ;
    line-height: 26px;
  }
  .step .idea,
  .step .servizi,
  .step .esposizione {
    min-height: 400px;
  }
  .step .idea .divisore {
    top: 20px;
  }
  .step .servizi .image .under-img {
    height: 500px;
  }
  .step .servizi .image .box-img {
    right: 60px;
    left: auto;
  }
  .step .esposizione .image .under-img {
    right: 20px;
    background-size: 1000px;
  }
  .step .esposizione .image .box-img {
    left: 80px;
  }
  .step .esposizione .divisore {
    top: 22px;
  }
  .step .esposizione .text .bottoni-espositore button {
    font-size: 16px;
    padding: 15px 15px;
  }
  .step .esposizione .text .bottoni-espositore button:first-of-type {
    margin-right: 5px;
    padding: 15px 25px;
  }
}
@media screen and (max-width:768px) {
  .step {
    width: 100%;
  }
  .step .image {
    height: 250px;
    width: 100%;
  }
  .step .text {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
  }
  .step .text h2,
  .container-servizi .text h2  {
    font-size: 50px;
  }
  .step .text p,
  .container-servizi .text p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .step .idea,
  .step .esposizione {
    flex-direction: column;
    height: auto;
    margin-top: 60px;
  }
  .step .servizi {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  .step .idea .divisore {
    top: 200px;
    left: 0;
    width: 45%;
    height: 10px;
    border-radius: 0 15px 15px 0;
    transform: translate(0);
  }
  .step .idea .image .under-img {
    height: 125px;
    width: 30%;
    border-radius: 0;
  }
  .step .idea .image .box-img {
    left: 50%;
    transform: translate(-50%);
    height: 250px;
    width: 80%;
  }
  .step .servizi {
    height: auto;
  }
  .step .servizi .image .under-img {
    height: 205px;
    width: 30%;
    border-radius: 0;
    right: 0;
    left:auto !important;
  }
  .step .servizi .image .box-img {
    left: auto;
    height: 250px;
    width: 40%;
    right: 40px;
  }
  .step .servizi .text {
    padding-top: 0;
  }
  .step .esposizione .image .under-img {
    height: 125px;
    width: 40%;
    right: auto;
    left: 15%;
    background-size: 680px;
  }
  .step .esposizione .image .box-img {
    height: 250px;
    width: 80%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
  .step .esposizione .text {
    padding-top: 50px;
  }
  .step .esposizione .divisore {
    top: 200px;
    right: 0px;
    width: 45%;
    height: 10px;
    border-radius: 15px 0 0 15px;
    transform: translate(0);
  }
  .step .esposizione .text h2 {
    margin-top: 0;
  }
  .step .esposizione .text .bottoni-espositore {
    display: none!important;
  }
  .container-servizi .row-servizi .card-servizio {
    width: 275px;
    height: 300px;
    padding: 15px;
  }
  .container-servizi .row-servizi .card-servizio .box-image {
    height: 125px;
  }
  .container-servizi .row-servizi .card-servizio .box-text {
    height: 75px;
  }
  .container-servizi .row-servizi .card-servizio .box-text p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width:425px) {
  .step .idea .text h2,
  .step .esposizione .text h2,
  .step .servizi .text h2 {
    font-size: 40px;
  }
  .step .idea .text p,
  .step .esposizione .text p,
  .step .servizi .text p {
    font-size: 14px;
  }
}

/* Staff */
.staff {
  width: 100%;
  background-color: #ECECF0;
}
.staff .container-staff {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.staff .container-staff .divisore {
  margin: 20px auto;
  width: 50%;
  height: 10px;
  border: 1px solid #33393B;
  background-color: #33393B;
  border-radius: 15px;
  display: none;
}
.staff .container-staff h1 {
  font-weight: bold;
  font-size: 60px;
  color: #8CC44A;
  padding-bottom: 20px;
}
.staff .container-staff p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
.staff .container-staff .buttons {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.staff .container-staff .buttons button {
  padding: 15px 35px;
  font-size: 18px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.staff .container-staff .buttons button {
  font-size: 18px;
  border: 3px solid #707070;
  background-color: transparent;
  color: #707070;
  font-weight: bold;
}
.staff .container-staff .buttons button.cta {
  background-color: #8CC44A;
  color: white;
  border: 3px solid #8CC44A;
}
.staff .container-staff .buttons button:hover {
  color: #8CC44A;
  background-color: white;
  border: 3px solid #8CC44A;
}
@media screen and (max-width: 1024px){
  .staff .container-staff {
    padding: 20px 0 0 0;
  }
  .staff .container-staff h1 {
    font-size: 40px;
  }
  .staff .container-staff p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 783px){
  .staff .container-staff {
    width: 90%;
  }
  .staff .container-staff .divisore {
    display: block;
  }
  .staff .container-staff h1 {
    font-size: 30px;
  }
  .staff .container-staff p {
    font-size: 18px;
    line-height: 28px;
  }
  .staff .container-staff .buttons {
    flex-direction: column;
  }
  .staff .container-staff .buttons button {
    width: 250px;
    margin: 0 auto;
  }
}

/*** ESPOSITORI ***/
.jumbo-espositori {
  padding-top: 10vh;
  min-height: 40vh;
  max-height: 100vh;
  padding-bottom: 20px;
  background: linear-gradient(178deg, #4e5356e9 0%, #7976764f 100%) 0% 0% no-repeat padding-box, url(/images/espositori.jpg);
  position:relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
@media screen and (max-height: 900px) {
  .jumbo-espositori {
    min-height: 50vh;
  }
}
@media screen and (max-height: 600px) {
  .jumbo-espositori {
    min-height: 70vh;
  }
}
.jumbo-espositori .ricerca-container {
    width: 90%;
    margin: 0 auto;
}
.jumbo-espositori .ricerca-container h2 {
    font-size: 88px;
    color:white;
    font-weight: 500;
}
.jumbo-espositori .ricerca-container span {
    font-size: 150px;
    color: white;
    font-weight: bold;
}
.jumbo-espositori .jumbo-bottom {
  padding-top: 100px;
  width: 100%;
}
.jumbo-espositori .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbo-espositori .jumbo-bottom .left-triangle,
.jumbo-espositori .jumbo-bottom .right-triangle {
  position: absolute;
  bottom: 0px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.jumbo-espositori .jumbo-bottom .left-triangle {
    border-left: 50vw solid #fff;
    left: 0;
}
.jumbo-espositori .jumbo-bottom .right-triangle {
    border-right: 50vw solid #fff;
    right: 0px;
}
@media screen and (max-width: 1992px) {
  .jumbo-espositori .ricerca-container h2 {
      font-size: 70px;
  }
  .jumbo-espositori .ricerca-container span {
      font-size: 120px;
  }
}
@media screen and (max-width: 1440px){
    .jumbo-espositori {
        padding-top: 100px;
    }
    .jumbo-espositori .ricerca-container h2 {
        font-size: 60px;
    }
    .jumbo-espositori .ricerca-container span {
        font-size: 100px;
    }
}
@media screen and (max-width: 1066px) {
  .jumbo-espositori .ricerca-container {
      width: 95%;
  }
}
@media screen and (max-width: 1024px){
    .jumbo-espositori {
        padding-top: 150px;
    }
    .jumbo-espositori .ricerca-container h2 {
        font-size: 50px;
    }
    .jumbo-espositori .ricerca-container span {
        font-size: 90px;
    }
}
@media screen and (max-width: 768px){
    .jumbo-espositori {
        padding-top: 100px;
        text-align: center;
    }
    .jumbo-espositori .ricerca-container h2 {
        font-size: 40px;
    }
    .jumbo-espositori .ricerca-container span {
        font-size: 80px;
    }
    .jumbo-espositori .jumbo-bottom {
        padding-top: 100px;
    }
}
@media screen and (max-width: 490px) {
  .jumbo-espositori .ricerca-container h2 {
      font-size: 35px;
  }
  .jumbo-espositori .ricerca-container span {
      font-size: 60px;
  }
}
@media screen and (max-width: 435px){
    .jumbo-espositori {
        padding-top: 200px;
    }
    .jumbo-espositori .ricerca-container h2 {
        font-size: 30px;
    }
    .jumbo-espositori .ricerca-container span {
        font-size: 60px;
    }
    .jumbo-espositori .ricerca-container br:nth-of-type(2) {
        display: none;
    }
    .jumbo-espositori .jumbo-bottom {
        padding-top: 100px;
    }
}

/* Card Espositori */
.card-espositori {
  padding: 100px 0;
}
.card-espositori.interno .row {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: flex-start;
}
.card-espositori .row .card {
  border-radius: 20px;
  background-size: cover;
  background-color: #292F31;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.card-espositori.interno .row .card {
  flex-basis: calc((100% / 3) - 70px);
  height: 475px;
}
.card-espositori.interno .row .card:nth-child(3) {
  margin: 0px;
}
.card-espositori .row .card a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-espositori .row .card a:hover {
  background: none;
}
.card-espositori .row .card:hover .bottom-card {
  background-color: rgba(139, 196, 74, 0.6);
  height: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.card-espositori .row .card:hover .bottom-card p {
  display: block;
}
.card-espositori .row .card:hover .bottom-card h5 {
  font-weight: bold;
}
.card-espositori .row .card .bottom-card {
  position: absolute;
  bottom: 0px;
  min-height: 40%;
  color: #000000;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  cursor: pointer;
  pointer-events: none;
  padding: 0 10px;
}
.card-espositori .row .card .bottom-card h5 {
  letter-spacing: 1px;
  font-size: 35px;
  font-weight: normal;
}
.card-espositori .row .card .bottom-card p {
  display: none;
  font-size: 26px;
  padding-top: 10px;
}
@media screen and (min-width: 2168px) {
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 4) - 30px);
    height: 420px;
  }
  .card-espositori.interno .row {
    gap: 40px;
  }
}
@media screen and (max-width: 2168px) {
  .card-espositori.interno .row .card {
    flex-basis: calc(90% / 4 - 10px);
    height: 420px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 2043px) {
  .card-espositori .row .card .bottom-card h5 {
    font-size: 30px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 24px;
  }
}
@media screen and (max-width: 2003px) {
  .card-espositori .row .card .bottom-card h5 {
    font-size: 30px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1918px) {
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 4) - 30px);
    height: 350px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 28px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1814px) {
  .card-espositori.interno .row {
    gap: 20px
  }
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 4) - 15px);
  }
}
@media screen and (max-width: 1668px) {
  .card-espositori.interno .row .card {
    height: 325px;
  }
}
@media screen and (max-width: 1483px) {
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 4) - 15px);
    width: 315px;
    height: 315px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 24px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1372px) {
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 4) - 15px);
    width: 315px;
    height: 260px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 18px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1153px) {
  .card-espositori.interno .row .card {

    width: 275px;
    height: 275px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 18px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1105px) {
  .card-espositori .row {
    gap: 25px;
  }
  .card-espositori.interno .row .card {
    width: 300px;
    height: 200px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 16px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1070px) {
  .card-espositori.interno .row .card {
    width: 250px;
    height: 200px;
  }
}
@media screen and (max-width: 988px) {
  .card-espositori.interno .row .card {
    height: 175px;
  }
  .card-espositori .row {
    gap: 15px;
    width: 95%;
  }
  .card-espositori.interno .card {
    width: 175px;
    height: 275px;
  }
  .card-espositori .card .bottom-card h5 {
    font-size: 14px;
  }
  .card-espositori .card .bottom-card p {
    font-size: 12px;
  }
}
@media screen and (max-width: 836px) {
  .card-espositori.interno .row .card {
    width: 225px;
    height: 150px;
  }
}
@media screen and (max-width: 784px) {
  .card-espositori .row .card .bottom-card h5 {
    font-size: 12px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .card-espositori.interno .row {
    gap: 10px;
  }
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 3) - 7px);
    height: 200px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 16px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .card-espositori .row .card {
    height: 175px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 12px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .card-espositori.interno .row .card {
    flex-basis: calc((100% / 2) - 5px);
    height: 200px;
  }
  .card-espositori .row .card .bottom-card h5 {
    font-size: 12px;
  }
  .card-espositori .row .card .bottom-card p {
    font-size: 13px;
  }
}

/* Main center Espositori */
.main-center-espositori .espositori-home-main .container .bottom-espositori {
  padding-top: 0;
}
.main-center-espositori .main-center {
  margin-bottom: 20px;
}

/*** PADIGLIONI ***/
.jumbo-ricerca {
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box;
  position:relative;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  padding-bottom: 80px;
}
.jumbo-ricerca .hover {
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.jumbo-ricerca .container-ricerca {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.jumbo-ricerca .container-ricerca .space {
  width: 100%;
  height: 20px;
  display: block;
}
.jumbo-ricerca .container-ricerca h2 {
  color: white;
  font-weight: bold;
  z-index: 99;
  position: relative;
}
.jumbo-ricerca .left-triangle,
.jumbo-ricerca .right-triangle {
    position: absolute;
    bottom: -1px;
    border-top: 8vw solid transparent;
    border-bottom: 0px solid transparent;
}
.jumbo-ricerca .left-triangle {
    border-left: 50vw solid #fff;
    left: 0;
}
.jumbo-ricerca .right-triangle {
    border-right: 50vw solid #fff;
    right: 0px;
}
@media screen and (max-width: 1440px) {
    .jumbo-ricerca{
        padding-top: 250px;
    }
}
@media screen and (max-width: 1024px){
  .jumbo-ricerca {
    padding-top: 200px;
  }
  .jumbo-ricerca .container-ricerca {
    position: initial;
    transform: translate(0);
  }
}
@media screen and (max-width: 768px){
  .jumbo-ricerca {
    padding-top: 100px;
  }
  .container-ricerca .padiglioni-menu {
    padding-bottom: 30px;
  }
  .searchbar button {
    margin-top: 10px;
    height: 50px;
  }
}
@media screen and (max-width: 425px){
  .jumbo-ricerca {
    padding-top: 155px;
  }
  .jumbo-ricerca .container-ricerca {
    padding-bottom: 100px;
  }
}

/* Main padiglioni */
.main-padiglioni .espositori-home-main .container .top-espositori,
.main-padiglioni .espositori-home-main .container .row {
  display: none;
}

/* Main top padiglioni */
.main-top-padiglioni {
  text-align: center;
}
.main-top-padiglioni .divisore {
  width: 10%;
  background-color: #33393B;
  height: 10px;
  margin: 30px auto 0 auto;
  border-radius: 20px;
}
.main-top-padiglioni h2 {
  font-weight: bold;
  font-size: 60px;
  padding: 20px 0;
}
.container-ricerca .padiglioni-menu {
  width: 100%;
  text-align: left;
  padding-bottom: 25px;
}
.container-ricerca .padiglioni-menu ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.container-ricerca .padiglioni-menu ul li {
  list-style: none;
  font-size: 22px;
  font-weight: 200;
  color: #292B2B;
  cursor: pointer;
  white-space: nowrap;
  line-height: 20px;
  padding: 10px 10px 0px 0px;
}
.container-ricerca .padiglioni-menu ul li:last-child a {
  border: none;
}
.container-ricerca .padiglioni-menu ul li a {
  text-decoration: none;
  color: #FFF;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.container-ricerca .padiglioni-menu ul li a:hover,
.container-ricerca .padiglioni-menu ul li a.active {
  color: #8CC44A;
  text-decoration: underline;
}
.container-ricerca .padiglioni-menu ul li.active {
  border-bottom: 3px solid #8CC44A;
}
.container-ricerca .padiglioni-menu-dropdown {
  display: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: 40%;
  margin: 0 auto;
  text-align: left;
}
.container-ricerca .padiglioni-menu-dropdown ul {
  list-style: none;
}
.container-ricerca .padiglioni-menu-dropdown ul li {
  border-bottom: 1px solid lightgray;
  line-height: 40px;
}
.container-ricerca .padiglioni-menu-dropdown ul:first-of-type {
  border-bottom: 1px solid black;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #8CC44A;
}
.container-ricerca .padiglioni-menu-dropdown ul:first-of-type li:first-of-type {
  border-bottom: none;
}
.container-ricerca .padiglioni-menu-dropdown ul:first-of-type img {
  width: 29px;
  height: 100%;
  transition: all .2s linear;
}
.container-ricerca .padiglioni-menu-dropdown ul:first-of-type img.rotate {
  transform: rotate(-180deg);
}
.container-ricerca .padiglioni-menu-dropdown .dropdown-menu-pad{
  display: none;
}
.container-ricerca .padiglioni-menu-dropdown .dropdown-menu-pad.open-pad {
  display: block;
}
@media screen and (max-width: 1791px) {
  .container-ricerca .padiglioni-menu ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1580px) {
  .container-ricerca .padiglioni-menu ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1224px) {
  .container-ricerca .padiglioni-menu ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 886px) {
  .container-ricerca .padiglioni-menu ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .main-top-padiglioni h2 {
    font-size: 50px;
  }
}

/* Card padiglioni */
.ricerca-aziende h5,
.ricerca-aziende h4 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
}
.ricerca-aziende .row-padiglioni-correlati {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda {
  min-height: 200px;
  flex-basis: calc((100% / 4) - 2%);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda {
  width: 50%;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .logo-azienda {
  display: flex;
  width: 50%;
  height: auto;
  align-items: flex-start;
  text-decoration: none;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .logo-azienda .square {
  width: 100%;
  border: 2px solid #707070;
  border-radius: 15px;
  box-shadow: 0px 10px 6px #00000029;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda:hover .logo-azienda .square {
  border: 4px solid #8CC44A;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .logo-azienda .square .evidenza {
  display: none;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .logo-azienda .square.evidenza .evidenza {
  display: block;
  background-color: #8CC44A;
  position: absolute;
  right: 0px;
  top: 10px;
  padding: 0px 15px;
  line-height: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda {
  padding: 10px 20px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .azienda,
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .attivita,
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .localita {
  width: 100%;
  height: calc(100% / 3);
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
  letter-spacing: 1px;
  padding-top: 0;
  width: 100%;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5:nth-of-type(2) {
  padding-top: 15px;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons {
  padding-top: 20px;
  width: 100%;
  margin:  auto;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button,
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons a button {
  background-color: white;
  color: #707070;
  border: 3px solid #707070;
  font-weight: bold;
  border-radius: 15px;
  width: 100%;
  font-size: 20px;
  padding: 15px 0;
  cursor: pointer;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons a button:hover {
  color: #8CC44A;
  background-color: white;
  border: 3px solid #8CC44A;
}
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button:nth-child(2),
.ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons a button:nth-child(2) {
  background-color: #8CC44A;
  color: white;
  border-color: #8CC44A ;
  margin-top: 10px;
}
@media screen and (max-width: 1944px){
  .ricerca-aziende .row-padiglioni-correlati .box-azienda{
    flex-basis: calc((100% / 3) - 2%);
  }
}
@media screen and (max-width: 1617px){
  .ricerca-aziende .row-padiglioni-correlati {
    width: 95%;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
    font-size: 18px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
    font-size: 16px;
    max-height: 50px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1294px){
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
    font-size: 14px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
    font-size: 14px;
    max-height: 40px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1373px){
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
    font-size: 16px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
    font-size: 14px;
    max-height: 40px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1184px){
  .ricerca-aziende .row-padiglioni-correlati {
    width: 99%;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda {
    padding: 20px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
    font-size: 18px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
    font-size: 14px;
    max-height: 40px;
  }
  .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1148px){
    .ricerca-aziende .row-padiglioni-correlati {
        justify-content: center;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda {
        flex-basis: calc((100% / 2) - 2%);
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 824px){
    .ricerca-aziende .row-padiglioni-correlati {
        justify-content:center;
        gap: 15px;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda {
        width: 320px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .ricerca-aziende .row-padiglioni-correlati .box-azienda {
        min-height: 275px;
        flex-basis: calc((100% / 1) - 2%);
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
        font-size: 20px;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda p {
        font-size: 20px;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda .buttons button {
        font-size: 20px;
    }
}
@media screen and (max-width: 405px){
    .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda h5 {
        font-size: 16px;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda p {
        font-size: 12px;
    }
    .ricerca-aziende .row-padiglioni-correlati .box-azienda .descrizione-azienda .buttons button {
        font-size: 16px;
    }
}

/*** jumbotron Generico ***/
.jumbo-generic {
  padding-top: 10vh;
  min-height: 50vh;
  max-height: 100vh;
  padding-bottom: 10vh;
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
.jumbo-generic .container {
  width: 90%;
  margin: 0 auto;
}
.jumbo-generic .container h2 {
  font-size: 88px;
  color:white;
  font-weight: 500;
}
.jumbo-generic .container span {
  font-size: 150px;
  color: white;
  font-weight: bold;
}
.jumbo-generic .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
@media screen and (max-width: 1992px) {
  .jumbo-generic .container h2 {
    font-size: 70px;
  }
  .jumbo-generic .container span {
    font-size: 120px;
  }
}
@media screen and (max-width: 1440px){
  .jumbo-generic {
    padding-top: 10vh;
  }
  .jumbo-generic .container h2 {
    font-size: 60px;
  }
  .jumbo-generic .container span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px){
  .jumbo-generic .container h2 {
    font-size: 50px;
  }
  .jumbo-generic .container span {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px){
  .jumbo-generic {
    padding-top: 10vh;
  }
  .jumbo-generic .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .jumbo-generic .container h2 {
    font-size: 40px;
    text-align: center;
  }
  .jumbo-generic .container span {
    font-size: 80px;
  }
}
@media screen and (max-width: 530px){
  .jumbo-generic {
    padding-top: 10vh;
  }
}
@media screen and (max-width: 490px) {
  .jumbo-generic .container h2 {
    font-size: 35px;
  }
  .jumbo-generic .container span {
    font-size: 60px;
  }
}
@media screen and (max-width: 431px){
  .jumbo-generic .container h2 {
    font-size: 25px;
  }
  .jumbo-generic .container span {
    font-size: 50px;
  }
}

/*** EVENTI ***/
main.eventi .container {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
main.eventi .container.countdown {
  margin-top: -20vh;
}
main.eventi .container .divisor {
  margin-bottom: 30px;
}
main.eventi h2 {
  font-size: 88px;
  padding-bottom: 40px;
}
main.eventi p {
  font-size: 18px;
  line-height: 25px;
}
main .wrapper-eventi-countdown {
  width: 100%;
  -moz-transform: translate(0px, -20vh);
  -webkit-transform: translate(0px, -20vh);
  -o-transform: translate(0px, -20vh);
  -ms-transform: translate(0px, -20vh);
  transform: translate(0px, -20vh);
}
main .wrapper-eventi-countdown .box {
  width: 90%;
  -webkit-box-shadow: 0px 6px 14px 6px rgba(204,204,204,0.36);
  box-shadow: 0px 6px 14px 6px rgba(204,204,204,0.36);
  border-radius: 15px;
  margin: 40px auto 70px auto;
  height: auto;
  display: flex;
  position: relative;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2a3032",GradientType=1);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .wrapper-eventi-countdown .box > div {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
main .wrapper-eventi-countdown .box .countdown {
  background: #FFF;
  width: 100%;
  text-align: center;
  padding: 50px;
  padding-bottom: 90px;
  font-size: 60px;
  font-weight: bolder;
  position: relative;
  border-bottom: 10px solid #8CC44A;
  min-height: 20vh;
  display: flex;
}
main .wrapper-eventi-countdown .box .countdown #countdown {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
main .wrapper-eventi-countdown .box .countdown #countdown > div {
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 14px 6px rgb(204 204 204 / 36%);
  box-shadow: 0px 6px 14px 6px rgb(204 204 204 / 36%);
  padding: 20px;
}
main .wrapper-eventi-countdown .box .countdown #countdown > div > span {
  display: block;
  font-size: 20px;
  color: #CCC;
}
main .wrapper-eventi-countdown .box .countdown #countdown > div:last-child,
main .wrapper-eventi-countdown .box .countdown #countdown > div:last-child > span {
  color: #8CC44A;
}
main .wrapper-eventi-countdown .box .triangle {
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 30%;
  background: rgb(42, 48, 50);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
main .wrapper-eventi-countdown .box .triangle.green {
  background-color: #8CC44A;
  bottom: -1px;
}
main .wrapper-eventi-countdown .box .data {
  -moz-transform: translate(0px, -40px);
  -webkit-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  background-color: #8CC44A;
  font-size: 18px;
  padding: 0px 30px;
  height: 45px;
  border-radius: 9px;
  color: #FFF;
  font-weight: bold;
  border: 3px solid #FFF;
  min-width: 50%;
}
main .wrapper-eventi-countdown .box .address {
  margin-top: -40px;
  padding: 30px;
  color: #FFF;
}
main .wrapper-eventi-prossimi {
  width: 100%;
  padding-bottom: 30px;
}
main .wrapper-eventi-prossimi .item {
  width: 90%;
  border-radius: 15px;
  margin: 40px auto 70px auto;
  height: auto;
  display: flex;
  position: relative;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2a3032",GradientType=1);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .wrapper-eventi-prossimi .item div {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
main .wrapper-eventi-prossimi .item .triangle {
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 30%;
  background: rgb(42, 48, 50);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
main .wrapper-eventi-prossimi .item .triangle.white {
  background-color: #FFF;
  bottom: -1px;
}
main .wrapper-eventi-prossimi .item .image {
  border-bottom: 5px solid #FFF;
  background-color: #CCC;
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .wrapper-eventi-prossimi .item .data {
  -moz-transform: translate(0px, -40px);
  -webkit-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  background-color: #8CC44A;
  font-size: 18px;
  padding: 0px 30px;
  height: 45px;
  border-radius: 9px;
  color: #FFF;
  font-weight: bold;
  border: 3px solid #FFF;
  min-width: 50%;
}
main .wrapper-eventi-prossimi .item .title {
  margin-top: -40px;
  padding: 20px 0px 0px 0px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
main .wrapper-eventi-prossimi .item .address {
  padding: 10px 0px 20px 0px;
  color: #FFF;
}
main .wrapper-eventi-prossimi .item .button {
  width: 100%
}
main .wrapper-eventi-prossimi .item .button > a {
  line-height: 40px;
  color: #FFF;
  background-color: #8CC44A;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
main .wrapper-eventi-prossimi .item .button > a:hover {
  font-weight: bold;
}
main .wrapper-eventi-archivio {
  width: 90%;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
main .wrapper-eventi-archivio .item {
  flex-basis: calc((100% / 4) - 20px);
  width: 25%;
  border-radius: 15px;
  height: auto;
  display: flex;
  position: relative;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(42,48,50,1) 24%, rgba(42,48,50,1) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2a3032",GradientType=1);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .wrapper-eventi-archivio .item div {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
main .wrapper-eventi-archivio .item .triangle {
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 30%;
  background: rgb(42, 48, 50);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
main .wrapper-eventi-archivio .item .triangle.white {
  background-color: #FFF;
  bottom: -1px;
}
main .wrapper-eventi-archivio .item .image {
  border-bottom: 5px solid #FFF;
  background-color: #CCC;
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .wrapper-eventi-archivio .item .data {
  -moz-transform: translate(0px, -40px);
  -webkit-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  background-color: #8CC44A;
  font-size: 16px;
  padding: 0px 30px;
  height: 45px;
  border-radius: 9px;
  color: #FFF;
  font-weight: bold;
  border: 3px solid #FFF;
  min-width: 50%;
}
main .wrapper-eventi-archivio .item .title {
  margin-top: -40px;
  padding: 20px 0px 0px 0px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
main .wrapper-eventi-archivio .item .address {
  padding: 10px 0px 20px 0px;
  color: #FFF;
  font-size: 12px;
}
main .wrapper-eventi-archivio .item .button {
  width: 100%
}
main .wrapper-eventi-archivio .item .button > a {
  line-height: 40px;
  color: #FFF;
  background-color: #8CC44A;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
main .wrapper-eventi-archivio .item .button > a:hover {
  font-weight: bold;
}
@media screen and (max-width: 1992px) {
}
@media screen and (max-width: 1440px){
  main .wrapper-eventi-countdown .box .countdown {
    font-size: 40px;
  }
  main .wrapper-eventi-countdown .box .countdown #countdown > div > span {
    font-size: 15px;
  }
  main .wrapper-eventi-archivio .item {
    flex-basis: calc((100% / 3) - 20px);
    width: 35%;
  }
  main .wrapper-eventi-countdown .box .countdown #countdown {
    gap: 5px;
  }
}
@media screen and (max-width: 1102px){
  main.eventi h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 942px){
  main.eventi h2 {
    font-size: 50px;
  }
  main .wrapper-eventi-countdown .box .countdown {
    font-size: 30px;
  }
  main .wrapper-eventi-countdown .box .countdown #countdown > div > span {
    font-size: 10px;
  }
  main .wrapper-eventi-archivio .item {
    flex-basis: calc((100% / 2) - 20px);
    width: 50%;
  }
}
@media screen and (max-width: 768px){
  main.eventi p {
    font-size: 18px;
  }
  main .wrapper-eventi-countdown .box .countdown {
    font-size: 35px;
  }
  main .wrapper-eventi-countdown .box .address {
    text-align: center;
  }
}
@media screen and (max-width: 530px){
  main .wrapper-eventi-countdown .box .countdown {
    font-size: 20px;
  }
  main .wrapper-eventi-archivio .item {
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
}
@media screen and (max-width: 425px){
  main.eventi h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  main.eventi p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
    padding-top: 20px;
  }
}

/*** NEWS ***/
.jumbo-news {
  min-height: 60vh;
  max-height: 100vh;
  padding-top: 140px;
  padding-bottom: 8vh;
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box, url(/images/news.jpg);
  position: relative;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
.jumbo-news.internal {
  min-height: auto;
  max-height: auto;
}
.jumbo-news.internal .back-box {
  width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 1066px) {
  .jumbo-news.internal {
    padding-top: 115px;
  }
  .jumbo-news.internal .back-box {
    width: 95vw;
  }
}
.jumbo-news.internal .back-box .button_back {
  margin: 0px;
}
.jumbo-news .container-aggiornato {
  width: 90%;
  margin: 0 auto;
}
.jumbo-news .container-aggiornato h2 {
  font-size: 50px;
  color: #FFF;
  font-weight: 500;
}
.jumbo-news .container-aggiornato span {
  font-size: 80px;
  color: white;
  font-weight: bold;
  display: block;
}
.jumbo-news .container-aggiornato .iscrizione {
  padding: 40px 0 100px 0;;
}
.jumbo-news .container-aggiornato .iscrizione p {
  font-size: 22px;
  color:white;
  line-height: 25px;
  padding-bottom: 40px;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe {
    position: relative;
    width: 700px;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe input {
  width: 100%;
  line-height: 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 200px 0 50px;
  font-size: 22px;
  border: 1px solid #8CC44A;
  font-weight: bold;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe input:focus-visible {
  outline-color: #8CC44A;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe button {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  font-size: 22px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe button:hover {
  color: #8CC44A;
  background-color: white;
}
.jumbo-news .container-aggiornato .iscrizione .form-subscribe button:nth-of-type(2) {
  display: none;
}
.jumbo-news .jumbo-bottom {
  padding-top: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.jumbo-news .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbo-news .jumbo-bottom .left-triangle,
.jumbo-news .jumbo-bottom .right-triangle {
  position: absolute;
  bottom: 0px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.jumbo-news .jumbo-bottom .left-triangle {
  border-left: 50vw solid #fff;
  left: 0;
}
.jumbo-news .jumbo-bottom .right-triangle {
  border-right: 50vw solid #fff;
  right: 0px;
}
@media screen and (max-width: 1992px) {
  .jumbo-news .container-aggiornato h2 {
    font-size: 60px;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1440px){
  .jumbo-news .container-aggiornato h2 {
    font-size: 40px;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px){
  .jumbo-news .container-aggiornato h2 {
    font-size: 30px;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 70px;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe {
    width: 600px;
  }
}
@media screen and (max-width: 768px){
  .jumbo-news {
    padding-top: 10vh;
  }
  .jumbo-news .container-aggiornato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .jumbo-news .container-aggiornato h2 {
    font-size: 30px;
    text-align: center;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 60px;
  }
  .jumbo-news .container-aggiornato .iscrizione {
    text-align: center;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe {
    width: 100%;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe input {
    padding: 0 70px 0 50px;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe button {
    width: 70px;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe button:first-of-type {
    display: none;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe button:nth-of-type(2) {
    display: block!important;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe button:nth-of-type(2) img {
    transform: rotate(270deg);
    width: 20px;
  }
  .jumbo-news .jumbo-bottom {
    padding-top: 150px;
  }
}
@media screen and (max-width: 530px){
  .jumbo-news {
    padding-top: 10vh;
  }
  .jumbo-news .container-aggiornato .iscrizione p {
    font-size: 18px;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe input {
    font-size: 16px;
  }
  .jumbo-news .jumbo-bottom {
    padding-top: 50px;
  }
}
@media screen and (max-width: 490px) {
  .jumbo-news .container-aggiornato h2 {
    font-size: 35px;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 60px;
  }
}
@media screen and (max-width: 431px){
  .jumbo-news .container-aggiornato h2 {
    font-size: 25px;
  }
  .jumbo-news .container-aggiornato span {
    font-size: 50px;
  }
  .jumbo-news .container-aggiornato .iscrizione p {
    font-size: 16px;
  }
  .jumbo-news .container-aggiornato .iscrizione .form-subscribe input {
    font-size: 14px;
  }
  .jumbo-news .jumbo-bottom {
    padding-top: 30px;
  }
}

/* Main News */
.main-news {
  width: 90%;
  margin: -10vh auto 0;
}
.main-news .divisor {
  margin: 30px auto 0 auto;
}
.main-news  .bottom-section {
  display: none;
}

/* Main center news */
.container-news {
    margin: 30px auto 0 auto;
    text-align: center;
    width: 92%;
}
.container-news .news-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.container-news .news-text h2 {
    font-size: 88px;
    padding-bottom: 40px;
}
.container-news .news-text p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 40px;
}
@media screen and (max-width: 593px) {
    .container-news .news-text h2 {
        font-size: 60px;
    }
    .container-news .news-text p {
        font-size: 16px;
    }
}

/* Page News */
.news_wrapper {
  display: flex;
}
.news_wrapper .left {
  width: 65%;
  background-color: #f8f8f8;
  padding: 50px;
}
.news_wrapper .left h1 {
  color: #8CC44A;
  width: 100%;
}
.news_wrapper .left img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}
.news_wrapper .right {
  width: 35%;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .news_wrapper {
    flex-direction: column;
  }
  .news_wrapper .left {
    width: 100%;
  }
  .news_wrapper .right {
    width: 100%;
  }
}

/* News card */
.container-news-card {
  padding: 80px 0;
}
.container-news-card .row-news-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  padding-bottom: 60px;
}
.container-news-card .row-news-card .news-card {
  width: 500px;
  height: 650px;
  border-radius: 15px;
  background-color: rgba(42, 48, 50, 0.95);
  box-shadow: 0 10px 6px #00000029;
}
.container-news-card .row-news-card .news-card .news-card-top,
.container-news-card .row-news-card .news-card .news-card-bottom {
    height: 50%;
    box-shadow: 0 10px 6px #00000029;
}
.container-news-card .row-news-card .news-card .news-card-top {
  width: 100%;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-news-card .row-news-card .news-card .news-card-bottom {
    border-radius: 0 0 15px 15px;
    padding: 30px;
}
.container-news-card .row-news-card .news-card .news-card-bottom .text-news-box {
    width: 100%;
    height: 100%;
    color: #8CC44A;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  max-height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
  font-size: 14px;
  color: #FFF;
  padding-top: 5px;
  width: 100%;
  max-height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
  color: #8CC44A;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.container-news-card .show-more {
    margin: 0 auto;
    display: none;
    text-align: center;
}
.container-news-card .show-more .box-arrow {
    width:50px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.container-news-card .show-more .box-arrow .point {
    height: 12px;
    width: 12px;
    background-color: rgba(112, 112, 112, 0.8);
    border-radius: 50%;
    position:absolute;
    bottom: 0;
    left: 0;
    transition: bottom .2s linear;
}
.container-news-card .show-more .box-arrow .point:nth-of-type(2) {
    transition: bottom .2s linear;
    bottom:70%;
    left: 50%;
    transform: translate(-50%);
}
.container-news-card .show-more .box-arrow .point:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: auto;
}
.container-news-card .show-more .box-arrow .point.active-more {
    bottom: 70%;
}
.container-news-card .show-more .box-arrow .point.active-more:nth-of-type(2) {
    bottom: 0;
    top: auto;
}
.container-news-card .show-more span {
    text-decoration: underline;
    color: #707070;
    font-size: 18px;
}
.container-news-card .show-more span.inactive {
    display: none;
}
@media screen and (max-width: 1885px){
    .container-news-card .row-news-card {
        gap: 30px 30px;
    }
    .container-news-card .row-news-card .news-card {
        width: 450px;
        height: 600px;
    }
}
@media screen and (max-width: 1702px){
    .container-news-card .row-news-card {
        gap: 30px 20px;
    }
    .container-news-card .row-news-card .news-card {
        width: 400px;
        height: 550px;
    }
}
@media screen and (max-width: 1497px){
    .container-news-card .row-news-card .news-card {
        width: 350px;
        height: 500px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
        font-size: 24px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
        font-size: 14px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1316px){
    .container-news-card .row-news-card .news-card {
        width: 300px;
        height: 450px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
        font-size: 20px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
        font-size: 10px;
    }
}
@media screen and (max-width: 1135px){
    .container-news-card {
        padding: 60px 0;
    }
    .container-news-card .row-news-card .news-card {
        width: 250px;
        height: 400px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom {
        padding: 20px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
        font-size: 20px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
        font-size: 12px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
        font-size: 8px;
    }
}
@media screen and (max-width: 954px){
    .container-news-card {
        padding: 30px 0;
    }
    .container-news-card .row-news-card .news-card {
        width: 250px;
        height: 350px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom {
        padding: 10px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
        font-size: 18px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
        font-size: 10px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
        font-size: 8px;
    }
}
@media screen and (max-width: 768px){
    .container-news-card {
        padding: 0 0 20px 0;
    }
    .container-news-card .row-news-card .news-card {
        width: 350px;
        height: 525px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom {
        padding: 20px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box h3 {
        font-size: 30px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box p {
        font-size: 18px;
    }
    .container-news-card .row-news-card .news-card .news-card-bottom .text-news-box span a {
        font-size: 14px;
    }
}
/*** DETTAGLIO AZIENDA ***/
.jumbo-dettaglio-azienda {
  padding-top: 300px;
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box;
  position:relative;
  background-size: cover;
  background-position: top;
  height: 700px;
}
.jumbo-dettaglio-azienda .container-ricerca {
    margin-left: 5%;
    padding-bottom: 250px;
}
.jumbo-dettaglio-azienda .container-ricerca .hover {
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.jumbo-dettaglio-azienda .container-ricerca .box-logo {
  width: 350px;
  height: 350px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 10px 6px rgb(0 0 0 / 16%);
  border-radius: 15px;
  bottom: -20px;
  overflow: hidden;
}
.jumbo-dettaglio-azienda .container-ricerca .box-logo.base img {
  width: 80%;
}
.jumbo-dettaglio-azienda .container-ricerca img {
  width: 100%;
}
.jumbo-dettaglio-azienda .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbo-dettaglio-azienda .left-triangle,
.jumbo-dettaglio-azienda .right-triangle {
    position: absolute;
    bottom: -1px;
    border-top: 8vw solid transparent;
    border-bottom: 0px solid transparent;
}
.jumbo-dettaglio-azienda .left-triangle {
    border-left: 50vw solid #fff;
    left: 0;
}
.jumbo-dettaglio-azienda .right-triangle {
    border-right: 50vw solid #fff;
    right: 0px;
}
@media screen and (max-width: 1880px) {
    .jumbo-dettaglio-azienda {
        height: 630px;
    }
    .jumbo-dettaglio-azienda .container-ricerca .box-logo {
        bottom: -70px;
    }
}
@media screen and (max-width: 1440px) {
    .jumbo-dettaglio-azienda {
        padding-top: 250px;
        height: 500px;
    }
    .jumbo-dettaglio-azienda .container-ricerca .box-logo {
        bottom: -100px;
    }
}
@media screen and (max-width: 1070px) {
    .jumbo-dettaglio-azienda .container-ricerca {
        margin-left: 2.5%;
    }
}
@media screen and (max-width: 1024px){
    .jumbo-dettaglio-azienda {
        padding-top: 300px;
    }
    .jumbo-dettaglio-azienda .container-ricerca {
        padding-bottom: 190px;
    }
    .jumbo-dettaglio-azienda .container-ricerca .box-logo {
        width: 300px;
        height: 300px;
    }

    .jumbo-dettaglio-azienda .container-ricerca img {
        width: 275px;
    }
}
@media screen and (max-width: 768px){
    .jumbo-dettaglio-azienda {
        height: 450px;
    }
    .jumbo-dettaglio-azienda .container-ricerca {
        padding-bottom: 150px;
    }
    .jumbo-dettaglio-azienda .container-ricerca .box-logo {
        width: 225px;
        height: 225px;
        bottom: -70px
    }
    .jumbo-dettaglio-azienda .container-ricerca img {
        width: 200px;
    }
}
@media screen and (max-width: 500px){
    .jumbo-dettaglio-azienda .container-ricerca .box-logo{
        width: 200px;
        height: 200px;
    }
    .jumbo-dettaglio-azienda .container-ricerca img{
        width: 175px;
    }
}
@media screen and (max-width: 425px){
    .jumbo-dettaglio-azienda {
        height: 260px;
        padding-top: 155px;
    }
    .jumbo-dettaglio-azienda .container-ricerca {
        padding-bottom: 100px;
    }
    .jumbo-dettaglio-azienda .container-ricerca .box-logo {
        width: 175px;
        height: 175px;
    }
    .jumbo-dettaglio-azienda .container-ricerca img {
        width: 150px;
    }
}
@media screen and (max-width: 390px){
    .jumbo-dettaglio-azienda{
        height: 230px;
    }
    .jumbo-dettaglio-azienda .container-ricerca{
        padding-bottom: 100px;
    }
    .jumbo-dettaglio-azienda .box-logo{
        width: 125px;
        height: 125px;
    }
    .jumbo-dettaglio-azienda img{
        width: 100px;
    }
}

/*** MAIN DETTAGLIO AZIENDA TOP ***/
.main-top-dettaglio-azienda {
    margin: 0 auto;
    padding: 20px 0 80px 0;
    position: relative;
}
.main-top-dettaglio-azienda .top {
    width: 100%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    top: -60px;
}
.main-top-dettaglio-azienda .top .actions {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
.main-top-dettaglio-azienda .top .actions .diventa-espositore-btn {
    background-color: #8CC44A;
    padding: 15px 45px;
    border-radius: 15px;
    cursor: pointer;
    border: 3px solid #8CC44A;
}
.main-top-dettaglio-azienda .top .actions .diventa-espositore-btn:hover {
  background-color: white;
}
.main-top-dettaglio-azienda .top .actions .diventa-espositore-btn:hover p{
  color: #8CC44A;
}
.main-top-dettaglio-azienda .top .actions .diventa-espositore-btn p {
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.main-top-dettaglio-azienda .top .actions .contatta a {
  background-color: #8CC44A;
  border: none;
  padding: 20px 60px;
  color: white;
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border: 3px solid #8CC44A;
  text-transform: none;
  text-decoration: none;
}
.main-top-dettaglio-azienda .top .actions .contatta a:hover {
  color: #8CC44A;
  background-color: white;
}
.main-top-dettaglio-azienda .top .actions .copy,
.main-top-dettaglio-azienda .top .actions .condividi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.main-top-dettaglio-azienda .top .actions .copy svg,
.main-top-dettaglio-azienda .top .actions .condividi svg {
    width: 80px;
    height: 80px;
    fill: #8CC44A;
    cursor: pointer;
}
.main-top-dettaglio-azienda .top .actions .copy:hover ,
.main-top-dettaglio-azienda .top .actions .condividi:hover {
    background-color: #8CC44A;
    border-radius: 50%;
}
.main-top-dettaglio-azienda .top .actions .copy:hover svg ,
.main-top-dettaglio-azienda .top .actions .condividi:hover svg {
    fill: white;
}
.main-top-dettaglio-azienda .center {
    margin: 0 auto;
    width: 90%;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.main-top-dettaglio-azienda .center .phone,
.main-top-dettaglio-azienda .center .website,
.main-top-dettaglio-azienda .center .mail {
    display: flex;
}
.main-top-dettaglio-azienda .center .phone:hover .box-img ,
.main-top-dettaglio-azienda .center .website:hover .box-img,
.main-top-dettaglio-azienda .center .mail:hover .box-img {
  background-color: white;
}
.main-top-dettaglio-azienda .center .phone:hover .box-img svg,
.main-top-dettaglio-azienda .center .website:hover .box-img svg,
.main-top-dettaglio-azienda .center .mail:hover .box-img svg{
  fill: #8CC44A;
}
.main-top-dettaglio-azienda .center .phone:hover .box-text,
.main-top-dettaglio-azienda .center .website:hover .box-text,
.main-top-dettaglio-azienda .center .mail:hover .box-text{
  color: white;
  background-color: #8CC44A;
}
.main-top-dettaglio-azienda .center .phone input,
.main-top-dettaglio-azienda .center .website input,
.main-top-dettaglio-azienda .center .mail input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}
.main-top-dettaglio-azienda .center .phone input:focus-visible,
.main-top-dettaglio-azienda .center .website input:focus-visible,
.main-top-dettaglio-azienda .center .mail input:focus-visible {
    outline: none;
}
.main-top-dettaglio-azienda .center .phone .box-img,
.main-top-dettaglio-azienda .center .website .box-img,
.main-top-dettaglio-azienda .center .mail .box-img {
    padding: 5px;
    background-color: #8CC44A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-top-dettaglio-azienda .center .phone svg,
.main-top-dettaglio-azienda .center .website svg,
.main-top-dettaglio-azienda .center .mail svg {
    width: 100%;
    fill: white;
    height: 100%;
}
.main-top-dettaglio-azienda .center .phone .box-text,
.main-top-dettaglio-azienda .center .website .box-text,
.main-top-dettaglio-azienda .center .mail .box-text {
  border: 1px solid #8CC44A;
  width: 500px;
  height: 60px;
  margin-left: 5%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.main-top-dettaglio-azienda .center .phone .box-text p,
.main-top-dettaglio-azienda .center .website .box-text p,
.main-top-dettaglio-azienda .center .mail .box-text p {
    font-weight: 600;
    font-size: 22px;
}
.main-top-dettaglio-azienda .center .phone .box-text p a,
.main-top-dettaglio-azienda .center .website .box-text p a,
.main-top-dettaglio-azienda .center .mail .box-text p a {
    text-decoration: none;
    color: black;
}
.main-top-dettaglio-azienda .center .phone .box-text:hover p a,
.main-top-dettaglio-azienda .center .website .box-text:hover p a,
.main-top-dettaglio-azienda .center .mail .box-text:hover p a {
  color: white;

}
.main-top-dettaglio-azienda .social {
  margin: 0 auto;
  width: 90%;
  padding: 40px 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.main-top-dettaglio-azienda .social svg {
  width: 55px;
  height: 55px;
  background-color: rgba(42, 48, 50, 0.5);
  border-radius: 50%;
  fill: white;
  cursor: pointer;
}
.main-top-dettaglio-azienda .social svg:hover {
    background-color: #8CC44A;
}
.main-top-dettaglio-azienda .bottom {
  margin: 0 auto;
  width: 90%;
}
.main-top-dettaglio-azienda .bottom h1,
.main-top-dettaglio-azienda .bottom h2 {
  font-size: 50px;
  color: #8CC44A;
  font-weight: bold;
}
.main-top-dettaglio-azienda .indirizzo {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.main-top-dettaglio-azienda .bottom svg {
    width: 25px;
    height: 25px;
    fill: #8CC44A;
    cursor: pointer;
}
.main-top-dettaglio-azienda .bottom p {
    font-weight: 600;
    font-size: 22px;
    padding-left: 20px;
}
@media screen and (max-width: 1900px) {
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        width: 400px;
        padding-left: 30px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1880px) {
    .main-top-dettaglio-azienda .top {
        top: -10px;
    }
    .main-top-dettaglio-azienda .social {
        padding-top: 80px;
    }
    .main-top-dettaglio-azienda .social svg {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 1555px) {
    .main-top-dettaglio-azienda .top .actions .contatta a {
        font-size: 16px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        width: 350px;
        padding-left: 20px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1440px) {
    .main-top-dettaglio-azienda{
        padding-top: 80px;
    }
    .main-top-dettaglio-azienda .top{
        top: 25px;
    }
    .main-top-dettaglio-azienda .center{
        gap: 20px;
    }
    .main-top-dettaglio-azienda .center svg{
        width: 60px;
        height: 60px;
    }
    .main-top-dettaglio-azienda .bottom h1,
    .main-top-dettaglio-azienda .bottom h2 {
        font-size: 40px;
    }
    .main-top-dettaglio-azienda .bottom p{
        font-size: 20px;
    }
}
@media screen and (max-width: 1380px) {
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        width: 300px;
        padding-left: 15px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1220px) {
    .main-top-dettaglio-azienda .top {
        top: 40px;
    }
    .main-top-dettaglio-azienda .top .actions {
        gap: 10px;
    }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 20px 50px;
    }
    .main-top-dettaglio-azienda .top .actions .copy,
    .main-top-dettaglio-azienda .top .actions .condividi {
        height: 60px;
        width: 60px;
    }
    .main-top-dettaglio-azienda .top .actions .copy svg,
    .main-top-dettaglio-azienda .top .actions .condividi svg {
        height: 60px;
        width: 60px;
    }
    .main-top-dettaglio-azienda .social {
        padding: 80px 0 0 0;
    }
    .main-top-dettaglio-azienda .social svg {
        width: 40px;
        height: 40px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        width: 250px;
        margin-left: 10px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1070px) {
    .main-top-dettaglio-azienda .top {
        padding-right: 2.5%;
    }
    .main-top-dettaglio-azienda .top .center,
    .main-top-dettaglio-azienda .top.social,
    .main-top-dettaglio-azienda .top .bottom {
        width: 95%;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .website .box-text,
    .main-top-dettaglio-azienda .mail .box-text {
        width: 210px;
        margin-left: 5px;
        padding-left: 10px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .website .box-text p,
    .main-top-dettaglio-azienda .mail .box-text p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .main-top-dettaglio-azienda {
        padding-top: 60px;
    }
    .main-top-dettaglio-azienda .center {
        width: 95%;
    }
    .main-top-dettaglio-azienda .top .actions {
        gap: 10px;
    }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 20px 40px;
    }
    .main-top-dettaglio-azienda .top .actions .copy ,
    .main-top-dettaglio-azienda .top .actions .condividi {
        height: 60px;
        width: 60px;
    }
    .main-top-dettaglio-azienda .top .actions .copy svg,
    .main-top-dettaglio-azienda .top .actions .condividi svg {
        height: 60px;
        width: 60px;
    }
    .main-top-dettaglio-azienda .center {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-top-dettaglio-azienda .center .phone,
    .main-top-dettaglio-azienda .center .website,
    .main-top-dettaglio-azienda .center .mail {
        width: 100%;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        width: 90%;
        padding-left: 20px;
        margin: 0 0 0 auto;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 18px;
    }
    .main-top-dettaglio-azienda .center .bottom {
        padding-top: 80px;
    }
}
@media screen and (max-width: 768px) {
  .main-top-dettaglio-azienda .center {
      padding-top: 0px;
  }
    .main-top-dettaglio-azienda {
        padding-bottom: 60px;
    }
    .main-top-dettaglio-azienda .top {
        flex-wrap: wrap;
        top: -5px;
    }
    .main-top-dettaglio-azienda .top .actions {
        width: 100%;
        padding-top: 20px;
        gap: 5px;
    }
    .main-top-dettaglio-azienda .top .actions .diventa-espositore-btn {
      padding: 15px 35px;
  }
  .main-top-dettaglio-azienda .top .actions .diventa-espositore-btn p {
      font-size: 16px;
  }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        font-size: 14px;
    }
    .main-top-dettaglio-azienda .social svg {
      width: 35px;
      height: 35px;
    }
    .main-top-dettaglio-azienda .center .phone,
    .main-top-dettaglio-azienda .center .website,
    .main-top-dettaglio-azienda .center .mail {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .main-top-dettaglio-azienda .center .phone .box-text,
    .main-top-dettaglio-azienda .center .website .box-text,
    .main-top-dettaglio-azienda .center .mail .box-text {
        padding-left: 5%;
        height: 50px;
        width: calc(90% - 15px);
        margin-left: 15px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 22px;
    }
    .main-top-dettaglio-azienda .center .phone svg,
    .main-top-dettaglio-azienda .center .website svg,
    .main-top-dettaglio-azienda .center .mail svg {
        height: 50px;
        width: 50px;
        padding: 5px;
    }
    .main-top-dettaglio-azienda .center .website {
        margin-top: 20px;
    }
    .main-top-dettaglio-azienda .bottom {
        padding: 40px 0 0 0;
    }
    .main-top-dettaglio-azienda .bottom h1,
    .main-top-dettaglio-azienda .bottom h2 {
        font-size: 35px;
    }
    .main-top-dettaglio-azienda .bottom p {
        padding-top: 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .main-top-dettaglio-azienda .top {
        top: 10px;
    }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 15px 30px;
    }
    .main-top-dettaglio-azienda .top .actions .copy,
    .main-top-dettaglio-azienda .top .actions .condividi {
        height: 50px;
        width: 50px;
    }
    .main-top-dettaglio-azienda .top .actions .copy svg,
    .main-top-dettaglio-azienda .top .actions .condividi svg {
        height: 50px;
        width: 50px;
    }
    .main-top-dettaglio-azienda .social svg {
        width: 30px;
        height: 30px;
    }
    .main-top-dettaglio-azienda .bottom p {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .main-top-dettaglio-azienda .top {
        top: 5px;
    }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 15px 25px;
    }
    .main-top-dettaglio-azienda .top .actions .diventa-espositore-btn {
      padding: 15px 25px;
  }
  .main-top-dettaglio-azienda .top .actions .diventa-espositore-btn p {
      font-size: 14px;
  }
    .main-top-dettaglio-azienda .top .actions .copy,
    .main-top-dettaglio-azienda .top .actions .condividi {
        height: 50px;
        width: 50px;
    }
    .main-top-dettaglio-azienda .top .actions .copy svg,
    .main-top-dettaglio-azienda .top .actions .condividi svg {
        height: 50px;
        width: 50px;
    }
    .main-top-dettaglio-azienda .social svg {
        width: 25px ;
        height: 25px ;
    }
}
@media screen and (max-width: 480px) {
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 15px 20px;
    }
    .main-top-dettaglio-azienda .top .actions .copy,
    .main-top-dettaglio-azienda .top .actions .condividi {
        height: 40px;
        width: 40px;
    }
    .main-top-dettaglio-azienda .top .actions .copy svg,
    .main-top-dettaglio-azienda .top .actions .condividi svg {
        height: 40px;
        width: 40px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .center .website .box-text p,
    .main-top-dettaglio-azienda .center .mail .box-text p {
        font-size: 18px;
    }
    .main-top-dettaglio-azienda .bottom h1,
    .main-top-dettaglio-azienda .bottom h2 {
        font-size: 30px;
    }
    .main-top-dettaglio-azienda .bottom p {
        font-size: 14px;
    }
}
@media screen and (max-width: 425px) {
    .main-top-dettaglio-azienda .top{
        top: 5px;
    }
}
@media screen and (max-width: 400px) {
    .main-top-dettaglio-azienda .top {
        top: 10px;
    }
    .main-top-dettaglio-azienda .top .actions {
        gap: 2px;
    }
    .main-top-dettaglio-azienda .top .actions .contatta a {
        padding: 12px 20px;
    }
    .main-top-dettaglio-azienda .center .phone .box-text p,
    .main-top-dettaglio-azienda .website .box-text p,
    .main-top-dettaglio-azienda .mail .box-text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 390px) {
  .main-top-dettaglio-azienda .top {
    top: 10px;
  }
  .main-top-dettaglio-azienda .top .actions {
    padding-top: 70px;
  }
  .main-top-dettaglio-azienda .social {
    padding: 70px 0 0 0;
  }
}
.profilo-azienda .htmlContent {
  width: 90%;
  margin: 15px auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #757575;
  padding-bottom: 40px;
}
.profilo-azienda .htmlContent h1,
.profilo-azienda .htmlContent h2,
.profilo-azienda .htmlContent h3,
.profilo-azienda .htmlContent h4,
.profilo-azienda .htmlContent h5,
.profilo-azienda .htmlContent h6 {
  color: #232323;
  font-weight: 600;
  padding-bottom: 15px;
}
.profilo-azienda .htmlContent p {
  padding-bottom: 15px;
}
.profilo-azienda .htmlContent img {
  max-width: 100%;
  height: auto;
}
.profilo-azienda .htmlContent .wpb_video_wrapper iframe {
  width: 100%;
}
div .wrapperPage [id^=editor] .htmlContent strong {
  font-weight: 700;
}
.profilo-azienda .htmlContent  .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #EBEBEB;
}
.profilo-azienda .htmlContent  .vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed;
}
.profilo-azienda .htmlContent  .vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.profilo-azienda .htmlContent  .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
  display: none;
}
.profilo-azienda .htmlContent  .vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}
.profilo-azienda .htmlContent  .wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0;
}
.profilo-azienda .htmlContent  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  display: inline-block;
}

/* MAIN CENTER DETTAGLIO AZIENDA */
.main-center-dettaglio-azienda .menu-dettaglio nav {
  padding-left: 5%;
  border-bottom: 1px solid lightgray;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul {
  display: flex;
  list-style: none;
  gap: 5%;
  transform: translate(0px, 1px);
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li a {
  text-decoration: none;
  color: #000;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li.active a {
  color: #8CC44A;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li a:hover {
  color: #8CC44A;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li:hover {
  color: #8CC44A;
}
.main-center-dettaglio-azienda .menu-dettaglio nav ul li.active {
  color: #8CC44A;
  border-bottom: 3px solid #8CC44A;
}
.main-center-dettaglio-azienda .not-active {
  display: none;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-top: 60px;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia,
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
    position: relative;
    height: 700px;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img {
    background-color: #292F31;
    width: 70%;
    height: 75%;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5%;
    z-index: 9;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img svg {
  fill: white;
  width: 70%;
  height: 70%;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-bg {
  position: absolute;
  width: 60%;
  height: 50%;
  background-image: url(/images/background-long-card-1.jpg);
  bottom: 0;
  border-radius: 15px 0 0 15px;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2 {
  font-weight: bold;
  font-size: 60px;
  color: #8CC44A;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2:nth-of-type(2) {
  padding-top: 30px;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia .divisore {
  height: 10px;
  width: 200px;
  background-color: #8CC44A;
  position: absolute;
  left: -13%;
  border-radius: 20px;
  z-index: 99;
  margin: 10px 0;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia .divisore:nth-of-type(2) {
  width: 110px;
  left: -7%;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia p {
  font-size: 22px;
  padding-top: 40px;
  font-weight: 400;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia {
  width: 45%;
}
.main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
  width: 55%;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi h2 {
  font-weight: bold;
  font-size: 60px;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi .divisore {
  width: 190px;
  height: 10px;
  background-color: #292F31;
  border-radius: 20px;
  margin: 20px 0 20px 170px;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi p {
  font-weight: 400;
  font-size: 22px;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons {
  text-align: center;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button {
  border-radius: 15px;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button:first-of-type {
  background-color: white;
  border: 3px solid #707070;
  color: #707070;
  padding: 15px 40px;
  margin-right: 20px;
}
.main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button:nth-of-type(2) {
  background-color: #8CC44A;
  border: 3px solid #8CC44A;
  color: white;
  padding: 15px 50px;
}
@media screen and (max-width: 1440px){
    .main-center-dettaglio-azienda .menu-dettaglio nav ul {
        gap: 40px;
    }
    .main-center-dettaglio-azienda .menu-dettaglio nav ul li {
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia {
        padding-top: 50px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia,
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia {
        height: 600px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img {
        right: 3%;
        width: 80%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img svg {
        width: 60%;
        height: 60%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-bg {
        height: 60%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia h2 {
        font-size: 50px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia h2:nth-of-type(2) {
        padding-top: 20px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia p {
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia .divisore {
        width: 150px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia.text-storia .divisore:nth-of-type(2) {
        width: 90px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi {
        padding: 50px 0;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi h2 {
        font-size: 50px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .divisore {
        width: 150px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi p {
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px){
    .main-center-dettaglio-azienda .menu-dettaglio nav ul {
        gap: 30px;
    }
    .main-center-dettaglio-azienda .menu-dettaglio nav ul li {
        font-size: 16px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia {
        padding-top: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia,
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
        height: 500px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img {
        right: 2%;
        width: 80%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img .box-bg {
        height: 60%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2 {
        font-size: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2:nth-of-type(2) {
        padding-top: 15px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia p {
        font-size: 16px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia .divisore {
        width: 100px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia .divisore:nth-of-type(2) {
        width: 70px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi {
        padding: 40px 0;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi h2 {
        font-size: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .divisore {
        width: 100px;
        margin-left: 130px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi p {
        font-size: 16px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px){
    .main-center-dettaglio-azienda .menu-dettaglio nav {
        padding-left: 0;
    }
    .main-center-dettaglio-azienda .menu-dettaglio nav ul {
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia {
        width: 100%;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia,
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
        width: 100%;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img {
        right: auto;
        width: 50%;
        height: 200px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia .box-img .box-bg {
        height: 60%;
        width: 30%;
        border-radius: 0;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2 {
        font-size: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2:nth-of-type(2) {
        padding-top: 30px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia p {
        padding-top: 20px;
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia .divisore {
        display: none;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .image-storia {
        height: 275px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi {
        padding: 40px 0;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi h2 {
        font-size: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .divisore {
        display: none;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi p {
        font-size: 20px;
        padding-top: 20px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button {
        font-size: 22px;
    }
}
@media screen and (max-width: 460px){
    .main-center-dettaglio-azienda .menu-dettaglio nav {
        width: 99%;
        margin: 0 auto;
    }
    .main-center-dettaglio-azienda .menu-dettaglio nav ul {
        gap: 10px;
    }
    .main-center-dettaglio-azienda .menu-dettaglio nav ul li {
        font-size: 12px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia h2 {
        font-size: 30px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia p {
        padding-top: 20px;
        font-size: 16px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .la-storia .text-storia {
        padding-top: 30px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi {
        padding: 30px 0;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi h2 {
        font-size: 30px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi p {
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button {
        font-size: 20px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .cataloghi .buttons button:first-of-type {
        margin: 0 0 15px 0;
    }
}

/* gallery */
.row-galleria {
  padding: 0 5%;
  overflow: hidden;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
}
.row-galleria .card-photo {
  width: 264px;
  height: 290px;
  border-radius: 15px;
  box-shadow: 0 15px 5px rgb(0 0 0 / 16%);
  cursor: pointer;
}
.row-galleria .card-photo a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  border-radius: 20px;
  border-bottom: 0px !important;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 50px;
  font-size: 25px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  color: #000;
  border: 0;
  padding: 0;
  border-radius: 100%;
}
.featherlight .featherlight-image {
  border-radius: 10px;
}

/* Row cataloghi */
.row-cataloghi {
    width: 90%;
    margin: 80px auto;
    position: relative;
    overflow: hidden;
}
.row-cataloghi .card {
    width: 360px;
    height: 550px;
    background-color: #292F31;
    border-radius: 15px;
    box-shadow: 7px 9px 6px #00000029;
}
.row-cataloghi .swiper-wrapper {
    padding-bottom: 40px;
}
.cataloghi .swiper-button-prev,
.cataloghi .swiper-button-next {
    color: #8CC44A;
}
.row-cataloghi .swiper-pagination-fraction,
.row-cataloghi .swiper-pagination-custom,
.row-cataloghi > .swiper-pagination-bullets {
    bottom: 0;
    text-align: center;
}
.row-cataloghi .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.row-cataloghi .swiper-pagination-bullet-active {
    background: #8CC44A;
}
.cataloghi .swiper-button-prev::after {
  content: url(/images/arrow-down-green.png);
  transform: scale(.15) rotate(90deg);
}
.cataloghi .swiper-button-next::after {
  content: url(/images/arrow-up-green.png);
  transform: scale(.15) rotate(270deg);
}
@media screen and (max-width: 1440px) {
    .row-cataloghi {
        margin: 60px auto;
    }
    .row-cataloghi .card {
        width: 300px;
        height: 490px;
    }
}
@media screen and (max-width: 1024px) {
    .row-cataloghi {
        margin: 50px auto;
    }
    .row-cataloghi .card {
        width: 250px;
        height: 400px;
    }
    .cataloghi .swiper-button-prev {
        left: -20px;
    }
    .cataloghi .swiper-button-next {
        right: 0px;
    }
}
@media screen and (max-width: 768px) {
    .row-cataloghi {
        margin: 50px auto;
        width: 100%;
    }
    .row-cataloghi .card {
        width: 250px;
        height: 350px;
    }
    .cataloghi .swiper-button-prev,
    .cataloghi .swiper-button-next {
        display: none;
    }
}

/*** DETTAGLI NEWS ***/
.jumbo-news .container-top {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 300px;
}
.jumbo-news .container-top h2 {
    color: white;
    font-size: 100px;
    font-weight: bold;
}
@media screen and (max-width: 1440px){
    .jumbo-news .container-top {
        padding-bottom: 250px;
    }
    .jumbo-news .container-top h2 {
        font-size: 100px;
    }
}
@media screen and (max-width: 1024px){
    .jumbo-news .container-top {
        width: 90%;
        padding-bottom: 200px;
    }
    .jumbo-news .container-top h2 {
        font-size: 80px;
    }
}
@media screen and (max-width: 768px){
    .jumbo-news .container-top {
        padding-bottom: 150px;
    }
    .jumbo-news .container-top h2 {
        font-size:60px ;
    }
}
@media screen and (max-width: 435px){
    .jumbo-news .container-top h2 {
        font-size: 50px;
    }
}

/* Main top dettagli news */
.main-dettaglio-news .main-bottom{
    margin-top: -150px;
}
.main-top-container .fiera-valvole {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    position: relative;
}
.main-top-container .fiera-valvole svg {
    position: absolute;
    width: 80px;
    top: -50px;
    right: 0;
    fill: #8CC44A;
}
.main-top-container .fiera-valvole .image-valvole,
.main-top-container .fiera-valvole .text-valvole,
.main-top-container .fiera-valvole .text-valvole-bottom {
    position: relative;
    height: 650px;
}
.main-top-container .fiera-valvole .image-valvole .box-img {
    background-color: #292F31;
    width: 70%;
    height: 75%;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5%;
    z-index: 9;
}
.main-top-container .fiera-valvole .image-valvole .box-bg {
    position: absolute;
    width: 60%;
    height: 50%;
    background-image: url(/images/background-long-card-1.jpg);
    bottom: 0;
    border-radius: 15px 0 0 15px;
}
.main-top-container .fiera-valvole .text-valvole h2 {
    font-weight: bold;
    font-size: 60px;
    color: #8CC44A;
}
.main-top-container .fiera-valvole .text-valvole .divisore {
    height: 10px;
    width: 200px;
    background-color: #8CC44A;
    position: absolute;
    left: -13%;
    border-radius: 20px;
    z-index: 99;
    margin: 10px 0;
}
.main-top-container .fiera-valvole .text-valvole p,
.main-top-container .fiera-valvole .text-valvole-bottom p {
    font-size: 22px;
    padding-top: 40px;
    font-weight: 500;
    line-height: 35px;
}
.main-top-container .fiera-valvole .image-valvole {
    width: 45%;
}
.main-top-container .fiera-valvole .text-valvole {
    width: 55%;
    height: auto;
}
.main-top-container .fiera-valvole .text-valvole-bottom {
    height: auto;
    width: 100%;
}
.main-top-container .fiera-valvole:nth-of-type(2) {
    flex-direction: row-reverse;
}
.main-top-container .fiera-valvole:nth-of-type(2) .image-valvole {
    transform: scaleX(-1);
}
.main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-bg {
    height: 80%;
    width: 70%;
}
.main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-img {
    height: 80%;
    width: 80%;
}
.main-top-container .fiera-valvole:nth-of-type(2) h2 {
    color: #292F31;
}
.main-top-container .fiera-valvole:nth-of-type(2) .divisore {
    background-color: #292F31;
    left: 25%;
}
@media screen and (max-width: 1440px){
    .main-top-container .fiera-valvole {
        padding-top: 50px;
        width: 90%;
    }
    .main-top-container .fiera-valvole svg {
        width: 60px;
    }
    .main-top-container .fiera-valvole .image-valvole .box-img {
        right: 3%;
        width: 80%;
    }
    .main-top-container .fiera-valvole .image-valvole .box-bg {
        height: 60%;
    }
    .main-top-container .fiera-valvole .text-valvole h2 {
        font-size: 50px;
    }
    .main-top-container .fiera-valvole .text-valvole p,
    .main-top-container .fiera-valvole .text-valvole-bottom p {
        font-size: 18px;
    }
    .main-top-container .fiera-valvole .text-valvole .divisore {
        width: 150px;
    }
    .main-top-container .fiera-valvole .image-valvole {
        height: 600px;
    }
}
@media screen and (max-width: 1024px){
    .main-top-container .fiera-valvole {
        padding-top: 40px;
    }
    .main-top-container .fiera-valvole svg {
        width: 40px;
    }
    .main-top-container .fiera-valvole .image-valvole .box-img {
        right: 2%;
        width: 80%;
    }
    .main-top-container .fiera-valvole .image-valvole .box-bg {
        height: 60%;
    }
    .main-top-container .fiera-valvole .text-valvole h2 {
        font-size: 40px;
    }
    .main-top-container .fiera-valvole .text-valvole p,
    .main-top-container .fiera-valvole .text-valvole-bottom p {
        font-size: 16px;
    }
    .main-top-container .fiera-valvole .text-valvole .divisore {
        width: 100px;
    }
    .main-top-container .fiera-valvole .image-valvole {
        height: 500px;
    }
}
@media screen and (max-width: 768px){
    .main-top-container .fiera-valvole {
        width: 100%;
        padding-top: 30px;
        flex-wrap: wrap;
        text-align: center;
    }
    .main-top-container .fiera-valvole svg {
        width: 60px;
        top: 200px;
        right: 20%;
    }
    .main-top-container .fiera-valvole .image-valvole {
        width: 100%;
    }
    .main-top-container .fiera-valvole .image-valvole .box-img {
        right: 50%;
        transform: translate(50%);
        width: 50%;
        height: 200px;
    }
    .main-top-container .fiera-valvole .image-valvole .box-bg {
        height: 60%;
        width: 40%;
        left: 18%;
    }
    .main-top-container .fiera-valvole .text-valvole h2 {
        font-size: 40px;
    }
    .main-top-container .fiera-valvole .text-valvole p,
    .main-top-container .fiera-valvole .text-valvole-bottom p {
        padding-top: 20px;
        font-size: 18px;
    }
    .main-top-container .fiera-valvole .text-valvole .divisore {
        display: none;
    }
    .main-top-container .fiera-valvole .text-valvole-bottom {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .main-top-container .fiera-valvole .image-valvole {
        height: 275px;
    }
    .main-top-container .fiera-valvole .text-valvole {
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-img {
        right: 50%;
        transform: translate(50%);
        width: 50%;
        height: 200px;
    }
    .main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-bg {
        height: 80%;
        width: 40%;
        left: 18%;
    }
}
@media screen and (max-width: 460px){
    .main-top-container .fiera-valvole {
        width: 100%;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .main-top-container .fiera-valvole .text-valvole h2 {
        font-size: 30px;
    }
    .main-top-container .fiera-valvole .text-valvole p,
    .main-top-container .fiera-valvole .text-valvole-bottom p {
        padding-top: 20px;
        font-size: 16px;
    }
    .main-top-container .fiera-valvole .text-valvole {
        padding-top: 30px;
    }
    .main-top-container .fiera-valvole:nth-of-type(2) .image-valvole {
        width: 90%;
        margin: 0 auto;
    }
    .main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-img {
        right: 0;
        width: 80%;
        height: 200px;
        transform: translate(0);
    }
    .main-top-container .fiera-valvole:nth-of-type(2) .image-valvole .box-bg {
        height: 80%;
        width: 70%;
        left: 0;
    }
}
/* Card articoli correlati */
.articoli-correlati-container {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.articoli-correlati-container h2 {
  font-weight: bold;
  font-size: 60px;
  color: #8CC44A;
  padding-bottom: 40px;
}
.articoli-correlati-container .divisore {
  height: 200px;
  width: 10px;
  background-color: #8CC44A;
  position: absolute;
  left: 0;
  border-radius: 20px;
  z-index: 99;
  margin: 10px 0;
}
.articoli-correlati-container .row-cataloghi {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.articoli-correlati-container .row-cataloghi .news-card {
  width: 400px;
  height: 550px;
  border-radius: 15px;
  background-color: rgba(42, 48, 50, 0.95);
  box-shadow: 0 10px 6px #00000029;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-top,
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom {
  height: 50%;
  box-shadow: 0 10px 6px #00000029;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-top {
  width: 100%;
  border-radius: 15px;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-top img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  transform: rotate(180deg);
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom {
  border-radius: 0 0 15px 15px;
  padding: 30px;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box {
  width: 100%;
  height: 100%;
  color: #8CC44A;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box h3 {
  font-size: 30px;
  font-weight: 600;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box p {
  font-size: 18px;
  color:white;
}
.articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box span a {
  color: #8CC44A;
  font-size: 14px;
  font-weight: 500;
}
.articoli-correlati-container .row-cataloghi .mySwiper {
  padding: 0 0 60px 0;
}
.articoli-correlati-container .swiper-button-prev,
.articoli-correlati-container .swiper-button-next {
  transform: translate(-50%);
  color: #8CC44A;
}
.articoli-correlati-container .swiper-pagination-fraction,
.articoli-correlati-container .swiper-pagination-custom,
.articoli-correlati-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.articoli-correlati-container .swiper-pagination-bullets.swiper-pagination-horizontal{
  position: absolute;
  z-index: 9;
  text-align: center;
}
.articoli-correlati-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.articoli-correlati-container .swiper-pagination-bullet-active {
  background: #8CC44A;
}
.articoli-correlati-container .swiper-button-prev {
  left: -35px;
}
.articoli-correlati-container .swiper-button-prev::after {
  content: url(/images/arrow-down-green.png);
  transform: scale(.15) rotate(90deg);
}
.articoli-correlati-container .swiper-button-next {
  right: -50px;
}
.articoli-correlati-container .swiper-button-next::after {
  content: url(/images/arrow-up-green.png);
  transform: scale(.15) rotate(270deg);
}
@media screen and (max-width: 1440px) {
    .articoli-correlati-container{
        width: 90%;
    }
    .articoli-correlati-container .row-cataloghi{
        margin: 60px auto;
    }
}
@media screen and (max-width: 1300px) {
    .articoli-correlati-container h2 {
        font-size: 50px
    }
    .articoli-correlati-container .swiper-button-prev {
        left: -10px;
    }
    .articoli-correlati-container .swiper-button-next {
        right: -25px;
    }
}
@media screen and (max-width: 1024px) {
    .articoli-correlati-container h2 {
        font-size:40px;
        padding-bottom: 20px;
    }
    .articoli-correlati-container  .divisore {
        height: 150px;
    }
    .articoli-correlati-container .row-cataloghi {
        margin: 50px auto;
    }
    .articoli-correlati-container .row-cataloghi .news-card {
        width: 300px;
        height: 450px;
    }
    .articoli-correlati-container .row-cataloghi .news-card .news-card-bottom {
        padding: 20px;
    }
    .articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box h3 {
        font-size: 25px;
    }
    .articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box p {
        font-size: 14px;
    }
    .articoli-correlati-container .row-cataloghi .news-card .news-card-bottom .text-news-box span a {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .articoli-correlati-container{
        display: none;
    }
}
/*** CONTATTI ***/
.jumbo-contatti {
  padding-top: 20vh;
  min-height: 60vh;
  max-height: 100vh;
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box, url(/images/hero-contact.jpg);
  position: relative;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding-bottom: 20px;
}
.jumbo-contatti .container-contatti {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.jumbo-contatti .container-contatti h2 {
  font-size: 88px;
  color:white;
  font-weight: 500;
}
.jumbo-contatti .container-contatti span {
  font-size: 150px;
  color: white;
  font-weight: bold;
}
.jumbo-contatti .container-contatti .iscrizione {
  padding: 20px 0;
}
.jumbo-contatti .container-contatti .iscrizione p {
  font-size: 22px;
  color:white;
  line-height: 25px;
  padding-bottom: 40px;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe {
  position: relative;
  width: 700px;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe input {
  width: 100%;
  line-height: 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 200px 0 50px;
  font-size: 22px;
  border: 1px solid #8CC44A;
  font-weight: bold;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe input:focus-visible {
  outline-color: #8CC44A;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe button {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  font-size: 22px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe button:hover {
  color: #8CC44A;
  background-color: white;
}
.jumbo-contatti .container-contatti .iscrizione .form-subscribe button:nth-of-type(2){
  display: none;
}
.jumbo-contatti .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbo-contatti .jumbo-bottom {
  padding-top: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.jumbo-contatti .jumbo-bottom .left-triangle,
.jumbo-contatti .jumbo-bottom .right-triangle {
  position: absolute;
  bottom: -1px;
  border-top: 8vw solid transparent;
  border-bottom: 0px solid transparent;
}
.jumbo-contatti .jumbo-bottom .left-triangle {
    border-left: 50vw solid #fff;
    left: 0;
}
.jumbo-contatti .jumbo-bottom .right-triangle {
    border-right: 50vw solid #fff;
    right: 0px;
}
@media screen and (max-width: 1992px) {
  .jumbo-contatti .container-contatti h2 {
    font-size: 70px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 120px;
  }
}
@media screen and (max-width: 1440px){
  .jumbo-contatti {
    padding-top: 18vh;
  }
  .jumbo-contatti .container-contatti h2 {
    font-size: 60px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 100px;
  }
  }
  @media screen and (max-width: 1024px){
  .jumbo-contatti .container-contatti h2 {
    font-size: 50px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 90px;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe {
    width: 600px;
  }
}
@media screen and (max-width: 1066px) {
  .jumbo-contatti .container-contatti {
    width: 95%;
  }
}
@media screen and (max-width: 768px){
  .jumbo-contatti {
    padding-bottom: 120px;
  }
  .jumbo-contatti .container-contatti {
    padding-bottom: 0px;
    text-align: center;
  }
  .jumbo-contatti .container-contatti h2 {
    font-size: 40px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 80px;
  }
  .jumbo-contatti .container-contatti .iscrizione {
    padding: 30px 0;
  }
  .jumbo-contatti .container-contatti .iscrizione p {
    line-height: 25px;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe {
    width: 100%;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe input {
    padding: 0 70px 0 50px;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe button {
    width: 70px;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe button:first-of-type {
    display: none;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe button:nth-of-type(2) {
    display: block!important;
  }
  .jumbo-contatti .container-contatti .iscrizione .form-subscribe button:nth-of-type(2) img {
    transform: rotate(270deg);
    width: 20px;
  }
  .jumbo-contatti .jumbo-bottom {
    padding-top: 150px;
  }
}
@media screen and (max-width: 530px){
  .jumbo-contatti .container-contatti .iscrizione p {
    font-size: 18px;
  }
  .jumbo-contatti .container-contatti .iscrizione p br {
    display: none;
  }
  .jumbo-contatti .container-contatti .form-subscribe input {
    font-size: 16px;
  }
  .jumbo-contatti  .jumbo-bottom {
    padding-top: 50px;
  }
}
@media screen and (max-width: 490px) {
  .jumbo-contatti .container-contatti h2 {
    font-size: 35px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 60px;
  }
}
@media screen and (max-width: 431px){
  .jumbo-contatti .container-contatti h2 {
    font-size: 35px;
  }
  .jumbo-contatti .container-contatti span {
    font-size: 50px;
  }
  .jumbo-contatti .container-contatti .iscrizione p {
    font-size: 16px;
  }
  .jumbo-contatti .container-contatti .form-subscribe input {
    font-size: 14px;
  }
  .jumbo-contatti .jumbo-bottom {
    padding-top: 30px;
  }
}

/* Main contatti */
.main-contatti{
  margin-top: 20px;
  padding: 20px auto;
}
.main-contatti + .main-bottom section{
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .main-contatti .divisor{
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .main-contatti .divisor{
    width: 30%;
  }
}

/* Main top contatti */
.main-top-contatti {
  text-align: center;
  padding: 60px 0 100px 0;
}
.main-top-contatti .main-top-text {
  width: 75%;
  margin: 0 auto;
}
.main-top-contatti .main-top-text h2 {
  font-size: 88px;
  font-weight: bold;
}
.main-top-contatti .main-top-text p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
}
.main-top-contatti .contatti {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin: 0 auto;
}
.main-top-contatti .pin-contatt,
.main-top-contatti .phone-contatt,
.main-top-contatti .mail-contatt {
  width: calc(100% / 3);
  text-align: center;
}
.main-top-contatti .pin-contatt svg,
.main-top-contatti .phone-contatt svg,
.main-top-contatti .mail-contatt svg {
  width: 80px;
  fill: #8CC44A;
  height: 120px;
}
.main-top-contatti .pin-contatt p,
.main-top-contatti .phone-contatt p,
.main-top-contatti .mail-contatt p {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 655px) {
  .main-top-contatti {
    padding-bottom: 20px;
  }
  .main-top-contatti .main-top-text h2 {
    font-size: 60px;
  }
  .main-top-contatti .main-top-text p {
    font-size: 16px;
  }
  .main-top-contatti .contatti {
    flex-direction: column;
    align-items: center;
  }
  .main-top-contatti .contatti .pin-contatt,
  .main-top-contatti .contatti .phone-contatt,
  .main-top-contatti .contatti .mail-contatt {
    width: 90%;
    margin-bottom: 40px;
  }
}

/* main center contatti */
.main-center-contatti {
  padding: 80px 0;
  text-align: center;
}
.main-center-contatti .text-modulo-contatti p {
  font-size: 18px;
}
.main-center-contatti .modulo-contatti {
  width: 40%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.main-center-contatti .modulo-contatti .form_message {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  color: #797470;
}
.main-center-contatti .modulo-contatti input {
  width: 100%;
  line-height: 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 50px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  font-weight: bold;
  margin-top: 20px;
}
.main-center-contatti .modulo-contatti.eventi input {
  margin: 0px;
}
.main-center-contatti .modulo-contatti.eventi label:not(.switch) {
  margin: 10px 10px 10px 50px;
  display: block;
}
.main-center-contatti .modulo-contatti input:focus-visible {
  outline-color: #8CC44A;
}
.main-center-contatti .modulo-contatti input:focus-visible#name {
  margin-right: 1%;
}
.main-center-contatti .modulo-contatti input:focus-visible::placeholder {
  color: black
}
.main-center-contatti .modulo-contatti input[type=submit] {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  border: 3px solid #8CC44A;
}
.main-center-contatti .modulo-contatti input[type=submit]:hover {
  color: #8CC44A;
  background-color: white;
}
.main-center-contatti .modulo-contatti .form_checkbox {
  display: flex;
  align-items: center;
}
.main-center-contatti .modulo-contatti .form_checkbox > p {
  padding-left: 20px;
}
.main-center-contatti .modulo-contatti .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 23px;
  margin: 20px 0 20px 20px;
}
.main-center-contatti .modulo-contatti .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.main-center-contatti .modulo-contatti .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #8CC44A;
}
.main-center-contatti .modulo-contatti .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: -1px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #8CC44A;
}
.main-center-contatti .modulo-contatti input:checked + .slider {
  background-color: white;
}
.main-center-contatti .modulo-contatti input:focus + .slider {
  box-shadow: 0 0 1px #8CC44A;
}
.main-center-contatti .modulo-contatti input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: #8CC44A;
}
.main-center-contatti .modulo-contatti .slider.round {
  border-radius: 34px;
}
.main-center-contatti .modulo-contatti .slider.round:before {
  border-radius: 50%;
}
.main-center-contatti .modulo-contatti span {
  font-size: 16px;
  padding-left: 20px;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .main-center-contatti .modulo-contatti {
      width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .main-center-contatti .modulo-contatti {
      width: 80%;
  }
}
@media screen and(max-width: 768px) {
  .main-center-contatti .text-modulo-contatti {
      margin: 0 auto;
      width: 80%;
  }
  .main-center-contatti .text-modulo-contatti p {
      font-size: 16px;
  }
  .main-center-contatti .modulo-contatti {
      width: 80%;
  }
  .main-center-contatti .modulo-contatti input {
    padding: 0 25px;
    font-size: 16px;
    width: 100%;
  }
  .main-center-contatti .modulo-contatti input#message { /*da vedere */
      padding-right: 25px;
  }
  .main-center-contatti .modulo-contatti input[type=submit] {
      margin-top: 20px;
      width: 100% ;
      top: auto;
      font-size: 16px;
      position: inherit;
  }
}

  /*** RICERCA ***/
  .jumbo-ricerca {
    padding-top: 200px;
    min-height: 40vh;
    max-height: 100vh;
    background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box, url(/images/espositori.jpg);
    position:relative;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
  }
  @media screen and (max-height: 900px) and (min-width: 768px) {
    .jumbo-ricerca {
      min-height: 50vh;
    }
  }
  @media screen and (max-height: 600px) and (min-width: 768px) {
    .jumbo-ricerca {
      padding-top: 500px;
      min-height: 70vh;
    }
  }
  .jumbo-ricerca .triangle {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 8vh;
    background: #FFF;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
  }
  .jumbo-ricerca .container-ricerca {
    width: 90%;
    margin: 0 auto;
  }
  .jumbo-ricerca .container-ricerca h2 {
    font-size: 60px;
    color: white;
    font-weight: bold;
  }
  .jumbo-ricerca .left-triangle,
  .jumbo-ricerca .right-triangle {
      position: absolute;
      bottom: -1px;
      border-top: 8vw solid transparent;
      border-bottom: 0px solid transparent;
  }
  .jumbo-ricerca .left-triangle {
      border-left: 50vw solid #fff;
      left: 0;
  }
  .jumbo-ricerca .right-triangle {
      border-right: 50vw solid #fff;
      right: 0px;
  }
  @media screen and (max-width: 1024px){
      .jumbo-ricerca .container-ricerca h2 {
          font-size: 60px;
      }
  }
  @media screen and (max-width: 768px){
      .jumbo-ricerca .container-ricerca h2 {
          font-size: 50px;
      }
      .jumbo-ricerca {
        min-height: 20vh;
      }
  }
  @media screen and (max-width: 600px){
      .jumbo-ricerca .container-ricerca h2 {
          font-size: 70px;
      }
  }
  @media screen and (max-width: 425px){
      .jumbo-ricerca {
          padding-top: 155px;
      }
      .jumbo-ricerca .container-ricerca {
          padding-bottom: 0px;
      }
      .jumbo-ricerca .container-ricerca h2 {
          font-size: 60px;
      }
  }
  @media screen and (max-width: 375px){
      .jumbo-ricerca .container-ricerca h2 {
          font-size: 60px;
      }
  }

  /* Main ricerca */
  .main-ricerca .main-bottom section {
    padding-top: 0;
  }
  .main-ricerca .main-bottom section .assets {
    top: -145px;
  }
  .main-ricerca .main-bottom section .small-assets {
    margin-bottom: 0;
  }

  /* Main ricerca top */
  .main-ricerca-top {
    text-align: center;
    padding-top: 100px;
  }
  .main-ricerca-top h2 {
    font-weight: bold;
    font-size: 60px;
    padding-bottom: 50px;
  }
  .main-ricerca-top .divisore {
    width: 10%;
    background-color: #33393B;
    height: 10px;
    margin: 30px auto 0 auto;
    border-radius: 20px;
  }
  @media screen and (max-width: 1440px) {
      .main-ricerca-top h2 {
          font-size: 50px;
          padding-bottom: 100px;
      }
      .main-ricerca-top  .divisore {
          width: 15%;
      }
  }
  @media screen and (max-width: 1024px) {
      .main-ricerca-top {
          padding-top: 50px;
      }
      .main-ricerca-top h2 {
          font-size: 40px;
          padding-bottom: 50px;
      }
      .main-ricerca-top .divisore {
          width: 20%;
      }
  }
  @media screen and (max-width: 768px) {
      .main-ricerca-top {
          padding-top: 40px;
      }
      .main-ricerca-top h2 {
          font-size: 30px;
          padding-bottom: 25px;
      }
  }
  @media screen and (max-width: 425px) {
      .main-ricerca-top {
          padding-top: 30px;
      }
      .main-ricerca-top h2 {
          font-size: 25px;
          padding-bottom: 20px;
      }
  }
  @media screen and (max-width: 375px) {
      .main-ricerca-top {
          padding-top: 25px;
      }
      .main-ricerca-top h2 {
          font-size: 20px;
          padding-bottom: 10px;
      }
  }
  /* Main ricerca center */
  .main-ricerca-center {
      padding-top: 100px;
  }
  .main-ricerca-center .ricerca-center-top {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      font-weight: 500;
  }
  .main-ricerca-center .ricerca-center-top p {
      font-size: 25px;
      padding-bottom: 20px;
  }
  .main-ricerca-center .ricerca-center-top span {
      font-size: 18px
  }
  .main-ricerca-center .ricerca-center-bottom {
      padding-top: 100px;
  }
  .main-ricerca-center .ricerca-center-bottom .top-green {
      padding: 40px 0;
      width: 100%;
      background-color: #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .top-green .container-ricerca-center {
      width: 90%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      height: 100%;
  }
  .main-ricerca-center .ricerca-center-bottom .top-green .container-ricerca-center h2 {
      font-weight: bold;
      font-size: 60px;
      color: white;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca {
      background-color: #F3F3F4;
      display: flex;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca,
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
      padding:50px 0 0 5% ;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca p,
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca p {
      font-weight: bold;
      font-size: 20px;
      padding-bottom: 20px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca span,
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca span {
      font-size: 18px;
      font-weight: bold;
      padding-left: 15px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca {
      width: 25%;
      border-right: 1px solid lightgray;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca .box-name-ricerca {
      height: 50px;
      width: 95%;
      border: 1px solid #8CC44A;
      border-radius: 57px;
      background-color: white;
      display: flex;
      align-items: center;
      padding: 10px 20px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca .box-name-ricerca svg {
      width: 20px;
      height: 20px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
      width: 50%;
      border-left: 1px solid lightgray;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca {
      width: 240px;
      height: 55px;
      background-color: #8CC44A;
      border-radius: 8px;
      display: flex;
      align-items: center;
      padding: 0 20px;
      margin-bottom: 40px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca .foto-profilo-ricerca {
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 50%;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca .foto-profilo-ricerca img {
      width: 100%;
      border-radius: 50%;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca span {
      color: white;
      font-size: 18px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-bottom: 300px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form textarea {
      border: 1px solid #8CC44A;
      border-radius: 40px;
      padding: 25px 40px;
      font-size: 18px;
      font-weight: bold;
      resize: none;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form textarea:focus-visible {
      outline: #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form textarea::placeholder {
      color: black;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check {
      display: flex;
      align-items: center;
      padding: 20px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 23px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .slider:before {
      position: absolute;
      content: "";
      height: 21px;
      width: 21px;
      left: -1px;
      bottom: -1px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check input:checked + .slider {
      background-color: white;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check input:focus + .slider {
      box-shadow: 0 0 1px #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check input:checked + .slider:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px);
      background-color: #8CC44A;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .slider.round {
      border-radius: 34px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check .slider.round:before {
      border-radius: 50%;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check span {
      font-size: 16px;
      padding-left: 20px;
      color: #707070;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form small {
      font-size: 12px;
      color: #707070;
      padding-left: 80px;
      letter-spacing: .12px;
      padding-bottom: 20px;
  }
  .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form button {
      position: absolute;
      right: 0;
      bottom: 200px;
      width: 400px;
      height: 70px;
      background-color: #8CC44A;
      border-radius: 57px;
      border: none;
      color: white;
      font-size: 18px;
      font-weight: bold;
  }
  @media screen and (max-width: 1440px) {
      .main-ricerca-center {
          padding-top: 80px;
      }
  }
  @media screen and (max-width: 1200px) {
      .main-ricerca-center {
          padding-top: 60px;
      }
      .main-ricerca-center .ricerca-center-top p {
          font-size: 20px;
          padding-bottom: 15px;
      }
      .main-ricerca-center .ricerca-center-top span {
          font-size: 16px;
      }
      .main-ricerca-center .ricerca-center-bottom {
          padding-top: 80px;
      }
      .main-ricerca-center .ricerca-center-bottom .top-green .container-ricerca-center h2 {
          font-size: 50px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          padding-left: 2%;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca {
          width: calc(100% / 3);
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          width: 60%;
      }
  }
  @media screen and (max-width: 768px) {
      .main-ricerca-center {
          padding: 50px 0;
      }
      .main-ricerca-center .ricerca-center-top p {
          font-size: 18px;
      }
      .main-ricerca-center .ricerca-center-top span {
          font-size: 14px;
      }
      .main-ricerca-center .ricerca-center-bottom {
          padding-top: 60px;
      }
      .main-ricerca-center .ricerca-center-bottom .top-green {
          padding: 30px 0;
      }
      .main-ricerca-center .ricerca-center-bottom .top-green .container-ricerca-center h2 {
          font-size: 40px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          padding-left: 2%;
          border-bottom: 2px solid lightgray;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca p,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca p {
          font-size: 18px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca span,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca span {
          font-size: 16px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca {
          width: calc(100% / 3);
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          width: calc(100% - (100% / 3));
          padding-right: 2%;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca {
          width: 200px;
          padding: 0 10px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca .foto-profilo-ricerca {
          width: 35px;
          height: 35px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca span {
          font-size: 16px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form {
          padding-bottom: 100px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form textarea {
          font-size: 16px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check span {
          font-size: 14px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form small {
          font-size: 10px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form button {
          width: 250px;
          font-size: 16px;
          height: 60px;
          bottom: 30px;
      }
  }
  @media screen and (max-width: 425px) {
      .main-ricerca-center {
          padding: 40px 0;
      }
      .main-ricerca-center .ricerca-center-top p {
          font-size: 16px;
      }
      .main-ricerca-center .ricerca-center-top span {
          font-size: 12px;
      }
      .main-ricerca-center .ricerca-center-bottom {
          padding-top: 40px;
      }
      .main-ricerca-center .ricerca-center-bottom .top-green {
          padding: 20px 0;
      }
      .main-ricerca-center .ricerca-center-bottom .top-green .container-ricerca-center h2 {
          font-size: 30px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          padding-left: 10px;
          padding: 10px 5px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca p,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca p {
          font-size: 16px;
          padding-bottom: 15px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca span,
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca span {
          font-size: 14px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca {
          width: 40%;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca .box-name-ricerca {
          width: 99%;
          height: 40px;
          padding: 10px 5px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca .box-name-ricerca svg {
          width: 15px;
          height: 15px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .left-box-ricerca .box-name-ricerca span {
          padding-left: 5px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca {
          width: 60%;
          padding-right: 10px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca {
          width: 150px;
          height: 45px;
          margin-bottom: 20px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca .foto-profilo-ricerca {
          width: 30px;
          height: 30px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca .utente-ricerca span {
          padding-left: 5px;
          font-size: 12px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form {
          padding-bottom: 80px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form textarea {
          font-size: 14px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form .robot-check span {
          font-size: 12px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form small {
          font-size: 8px;
      }
      .main-ricerca-center .ricerca-center-bottom .container-form-ricerca .right-box-ricerca form button {
          width: 150px;
          font-size: 14px;
          height: 50px;
          bottom: 10px;
      }
  }
  /* Main ricerca positiva */
  .container-oggetti-ricerca {
      width: 95%;
      margin: 0 auto;
      padding-top: 40px;
  }
  .container-oggetti-ricerca .select-type ul {
      display: flex;
      gap: 20px;
      list-style: none;
  }
  .container-oggetti-ricerca .select-type ul li {
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
  }
  .container-oggetti-ricerca .select-type ul li.active {
      border-bottom: 3px solid #8CC44A;
      color: #8CC44A
  }
  .container-oggetti-ricerca h5,
  .container-oggetti-ricerca h4 {
      font-weight: bold;
      font-size: 20px;
      padding-top: 20px;
  }
  .container-oggetti-ricerca h4 {
      color: #8CC44A;
      font-size: 30px;
  }
  .container-oggetti-ricerca .row-prodotti,
  .container-oggetti-ricerca .row-aziende-correlate {
      padding: 40px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin-bottom: 40px;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
      min-height: 275px;
      flex-basis: calc((100% / 4) - 40px);
      display: flex;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .prodotto-img,
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .logo-azienda,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda {
      width: 50%;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .prodotto-img,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .logo-azienda {
      border: 1px solid #707070;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 15px;
      box-shadow: 0px 10px 6px #00000029;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .prodotto-img img,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .logo-azienda img {
      width: 100%;
      border-radius: 15px;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda {
      padding: 10px 20px;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
      letter-spacing: 1px;
      padding-top: 0;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5:nth-of-type(2),
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5:nth-of-type(2) {
      padding-top: 15px;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1px;
      padding-top: 5px;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto .buttons,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons {
      padding-top: 20px;
      width: 90%;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto .buttons button,
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
      background-color: white;
      color: #707070;
      border: 3px solid #707070;
      font-weight: bold;
      border-radius: 15px;
      width: 100%;
      font-size: 20px;
      padding: 15px 0;
      cursor: pointer;
  }
  .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto .buttons button:nth-of-type(2),
  .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button:nth-of-type(2) {
      background-color: #8CC44A;
      color: white;
      border-color: #8CC44A ;
      margin-top: 10px;
  }
  .container-oggetti-ricerca .row-aziende-correlate {
      margin-bottom: 0;
  }
  .container-oggetti-ricerca .show-more {
      text-align: center;
      display: none;
      margin: 20px 0 40px 0;
  }
  .container-oggetti-ricerca .show-more .box-arrow {
      width:50px;
      height: 20px;
      margin: 0 auto;
      position: relative;
      margin-bottom: 20px;
  }
  .container-oggetti-ricerca .show-more .box-arrow .point {
      height: 12px;
      width: 12px;
      background-color: rgba(112, 112, 112, 0.8);
      border-radius: 50%;
      position:absolute;
      bottom: 0;
      left: 0;
      transition: bottom .2s linear;
  }
  .container-oggetti-ricerca .show-more .box-arrow .point:nth-of-type(2) {
      transition: bottom .2s linear;
      bottom:70%;
      left: 50%;
      transform: translate(-50%);
  }
  .container-oggetti-ricerca .show-more .box-arrow .point:nth-of-type(3) {
      bottom: 0;
      right: 0;
      left: auto;
  }
  .container-oggetti-ricerca .show-more .box-arrow .point.active-more {
      bottom: 70%;
  }
  .container-oggetti-ricerca .show-more .box-arrow .point.active-more:nth-of-type(2) {
      bottom: 0;
      top: auto;
  }
  .container-oggetti-ricerca .show-more span {
      text-decoration: underline;
      color: #707070;
      font-size: 18px;
      cursor: pointer;
  }
  .container-oggetti-ricerca .show-more span.inactive {
      display: none;
  }
  @media screen and (max-width: 1799px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
          flex-basis: calc((100% / 3) - 40px);
      }
  }
  @media screen and (max-width: 1617px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
          height: auto;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 18px;
          padding: 10px 0;
      }
  }
  @media screen and (max-width: 1449px){
      .container-oggetti-ricerca{
          width: 95%;
      }
  }
  @media screen and (max-width: 1373px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 16px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 16px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 16px;
          padding: 10px 0;
      }
  }
  @media screen and (max-width: 1294px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 14px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 14px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 14px;
      }
  }
  @media screen and (max-width: 1184px){
      .container-oggetti-ricerca .row-prodotti,
      .container-oggetti-ricerca .row-aziende-correlate {
          width: 99%;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
          flex-basis: calc((100% / 2) - 40px);
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda {
          padding: 7px 0px 7px 5px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 16px;
      }
  }
  @media screen and (max-width: 1148px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
          margin-bottom: 20px;
      }
  }
  @media screen and (max-width: 768px){
      .container-oggetti-ricerca .select-type ul li {
          font-size: 20px;
      }
      .container-oggetti-ricerca h5 {
          font-size: 18px;
      }
      .container-oggetti-ricerca h4 {
          font-size: 25px;
      }
      .container-oggetti-ricerca .row-prodotti,
      .container-oggetti-ricerca .row-aziende-correlate {
          gap: 0;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda {
          flex-basis: calc(100% / 1);
          width: 530px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 20px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 20px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 20px;
      }
  }
  @media screen and (max-width: 461px){
      .container-oggetti-ricerca .select-type ul li {
          font-size: 18px;
      }
      .container-oggetti-ricerca h5 {
          font-size: 16px;
      }
      .container-oggetti-ricerca h4 {
          font-size: 20px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 18px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 18px;
      }
  }
  @media screen and (max-width: 405px){
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto h5,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda h5 {
          font-size: 16px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda p {
          font-size: 16px;
      }
      .container-oggetti-ricerca .row-prodotti .box-prodotto .descrizione-prodotto p .buttons button,
      .container-oggetti-ricerca .row-aziende-correlate .box-azienda .descrizione-azienda .buttons button {
          font-size: 16px;
      }
  }

/*** FOOTER ***/
footer{
  background-color: #34373E;
  position: relative;
  overflow: hidden;
}
footer .logo-footer {
  background-repeat: no-repeat;
  width: 400px;
  height: 350px;
  position: absolute;
  top: -75px;
  left: -40px;
  filter: grayscale(1);
  opacity: 0.05;
}
footer .footer-top {
  width: 100%;
  display: flex;
  padding: 60px 0 80px 0;
}
footer .footer-top .azienda,
footer .footer-top .menu-footer,
footer .footer-top .info,
footer .footer-top .social {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  padding: 0 0 0 100px;
  color: white;
  align-items: center;
  text-align: left;
}
footer .footer-top .azienda h4,
footer .footer-top .menu-footer h4,
footer .footer-top .info h4,
footer .footer-top .social h4 {
  font-weight: 900;
  font-size: 25px;
}
footer .footer-top .azienda span,
footer .footer-top .menu-footer span,
footer .footer-top .info span,
footer .footer-top .social span {
  font-size: 20px;
}
footer .footer-top .azienda ul li,
footer .footer-top .menu-footer ul li,
footer .footer-top .info ul li,
footer .footer-top .social ul li {
  list-style: none;
  padding-bottom: 10px;
}
footer .footer-top .azienda ul li a,
footer .footer-top .menu-footer ul li a,
footer .footer-top .info ul li a,
footer .footer-top .social ul li a {
  color: white;
  text-decoration: none;
  font-size: 25px;
}
footer .footer-top .azienda p,
footer .footer-top .menu-footer p,
footer .footer-top .info p,
footer .footer-top .social p {
  font-weight: 200;
  font-size: 25px;
  padding-bottom: 15px ;
}
footer .footer-top .azienda {
  z-index: 9;
  align-items: flex-start;
}
footer .footer-top .azienda img {
  margin-top: -10px;
  width: 200px;
}
footer .footer-top .social {
  padding: 0 100px;
  border-left: 3px solid #595a5c;
}
footer .footer-top .social .logo-social {
display: flex;
margin: 5px 0 15px 0;
justify-content: flex-start;
width: 100%;
}
footer .footer-top .social .logo-social svg {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
footer .footer-top .social .logo-social svg:hover {
  background-color: white;
}
footer .footer-top .social .credits {
  padding-top: 40px;
  display: flex;
  width: 100%;
  position: relative;
}
footer .footer-top .social .credits svg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  bottom: -10px;
  fill: white;
}
footer .footer-bottom {
width: 100%;
background-color: #595a5c;
height: 70px;
padding-right: 80px;
display: flex;
justify-content: end;
align-items: center;
gap: 30px;
}
footer .footer-bottom p, footer .footer-bottom a {
color: white;
font-size: 12px;
font-weight: 200;
text-decoration: none;
}
footer .footer-bottom p span {
font-weight: 500;
}
footer .footer-bottom img {
  width: 80px;
}
@media screen and (max-width: 1950px) {
    footer .footer-top .social p,
    footer .footer-top .azienda p {
        font-size: 22px;
    }
    footer .footer-top .social {
        padding: 0 80px;
    }
    footer .footer-bottom {
        padding-right: 80px;
    }
}
@media screen and (max-width: 1600px) {
    footer .footer-top .social p,
    footer .footer-top .azienda p {
        font-size: 20px;
    }
    footer .footer-top .social{
        padding: 0 60px;
    }
    footer .footer-bottom{
        padding-right: 60px;
    }
}
@media screen and (max-width: 1440px) {
    footer .footer-top .azienda,
    footer .footer-top .menu-footer,
    footer .footer-top .info,
    footer .footer-top .social{
        padding-left: 50px;
    }
    footer .footer-top .social .logo-social svg,
    footer .footer-top .azienda .logo-social svg{
        width: 45px;
        height: 45px;
    }
    footer .footer-top .social p{
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    footer .footer-top .azienda,
    footer .footer-top .menu-footer,
    footer .footer-top .info,
    footer .footer-top .social {
        padding: 0 20px;
    }
    footer .footer-top .social .logo-social svg,
    footer .footer-top .azienda .logo-social svg {
        width: 35px;
        height: 35px;
    }
    footer .footer-top .social p {
        font-size: 16px;
    }
    footer .footer-bottom {
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    footer .footer-top {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-top .azienda,
    footer .footer-top .social {
        align-items: center;
        text-align: center;
        width: 100%;
        border-left: none;
    }
    footer .footer-top .menu-footer,
    footer .footer-top .info {
        display: none;
    }
    footer .footer-top .social {
        padding-top: 20px;
    }
    footer .footer-bottom {
        justify-content: center;
        padding: 0;
    }
    footer .footer-top .social .logo-social {
        justify-content: center;
    }
}

/*** MODALE ***/
/* LOGIN-REGISTER */
.modale-log {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}
.modale-log .login-modal {
    width: 70%;
    height: 600px;
    background-color: #F3F3F4;
}
.modale-log .login-modal .modal-log-top {
    width: 100%;
    height: 50px;
    background-color: #8CC44A;
    display: flex;
    justify-content: end;
}
.modale-log .login-modal .modal-log-top .box-x {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.modale-log .login-modal .modal-log-top .box-x img {
    filter: brightness(0) invert(1);
}
.modale-log .login-modal .log-reg {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 50px);
}
.modale-log .login-modal .log-reg .log-in,
.modale-log .login-modal .log-reg .register {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modale-log .login-modal .log-reg .log-in h2,
.modale-log .login-modal .log-reg .register h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 80px;
}
.modale-log .login-modal .log-reg .log-in .form-log,
.modale-log .login-modal .log-reg .register .form-register,
.modale-log .login-modal .log-reg .log-in .register-in-log,
.modale-log .login-modal .log-reg .register .log-in-register {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modale-log .login-modal .log-reg .log-in .form-log input,
.modale-log .login-modal .log-reg .register .form-register input,
.modale-log .login-modal .log-reg .log-in .register-in-log input,
.modale-log .login-modal .log-reg .register .form-register .google-btn {
    width: 400px;
    line-height: 60px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.73);
    padding: 0 35px;
    font-size: 18px;
    border: 1px solid #8CC44A;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.modale-log .login-modal .log-reg .log-in .form-log input::placeholder,
.modale-log .login-modal .log-reg .log-in .register-in-log input::placeholder,
.modale-log .login-modal .log-reg .register .form-register .google-btn::placeholder {
    color: black;
}
.modale-log .login-modal .log-reg .register .form-register .google-btn {
    color: black;
}

.modale-log .login-modal .log-reg .log-in .form-log small {
    text-align: center;
    font-size: 12px;
    color: gray;
}
.modale-log .login-modal .log-reg .log-in .form-log small a{
    color: gray;
}
.modale-log .login-modal .log-reg .register .form-register .separatore {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modale-log .login-modal .log-reg .register .form-register .separatore .midline {
    height: 1px;
    width: 170px;
    background-color: lightgray;
}
.modale-log .login-modal .log-reg .register .form-register .separatore span {
    padding: 0 10px;
    text-transform: uppercase;
    color: gray;
    font-weight: 300;
    font-size: 12px;
}
.modale-log .login-modal .log-reg .log-in .form-log button,
.modale-log .login-modal .log-reg .register .form-register button,
.modale-log .login-modal .log-reg .log-in .register-in-log button,
.modale-log .login-modal .log-reg .register .log-in-register button {
    color:  white;
    line-height: 60px;
    font-size: 18px;
    border: 1px solid #8CC44A;
    background-color: #8CC44A;
    border-radius: 40px;
    width: 200px;
    margin-top: 40px;
    cursor: pointer;
}
.modale-log .login-modal .log-reg .log-in {
    border-right: 1px solid lightgray;
}
.modale-log .login-modal .log-reg .log-in .register-in-log {
    display: none;
}
.modale-log .login-modal .log-reg .register {
    border-left: 1px solid lightgray;
}
.modale-log .login-modal .log-reg .register .log-in-register {
    display: none;
}
@media screen and (max-width: 1439px){
    .modale-log .login-modal .log-reg .log-in h2,
    .modale-log .login-modal .log-reg .register h2 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log input,
    .modale-log .login-modal .log-reg .register .form-register input,
    .modale-log .login-modal .log-reg .log-in .register-in-log input,
    .modale-log .login-modal .log-reg .register .form-register .google-btn {
        width: 300px;
        margin: 7px 0;
    }
    .modale-log .login-modal .log-reg .log-in .form-log small {
        font-size: 10px;
    }
    .modale-log .login-modal .log-reg .register .form-register .separatore span {
        font-size: 10px;
    }
    .modale-log .login-modal .log-reg .register .form-register .separatore .midline {
        width: 120px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log button,
    .modale-log .login-modal .log-reg .register .form-register button,
    .modale-log .login-modal .log-reg .log-in .register-in-log button,
    .modale-log .login-modal .log-reg .register .log-in-register button {
        width: 150px;
    }
}
@media screen and (max-width: 1023px){
    .modale-log .login-modal .log-reg .log-in h2,
    .modale-log .login-modal .log-reg .register h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log input,
    .modale-log .login-modal .log-reg .register .form-register input,
    .modale-log .login-modal .log-reg .log-in .register-in-log input,
    .modale-log .login-modal .log-reg .register .form-register .google-btn {
        width: 200px;
        margin: 5px 0 ;
        font-size: 14px;
        padding: 0 20px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log small {
        font-size: 9px;
    }
    .modale-log .login-modal .log-reg .register .form-register .separatore .midline {
        width: 80px;
    }
    .modale-log .login-modal .log-reg .register .form-register .separatore .midline span {
        font-size: 9px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log button,
    .modale-log .login-modal .log-reg .register .form-register button,
    .modale-log .login-modal .log-reg .log-in .register-in-log button,
    .modale-log .login-modal .log-reg .register .log-in-register button {
        width: 120px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .modale-log .login-modal .log-reg .log-in .form-log input,
    .modale-log .login-modal .log-reg .register .form-register input,
    .modale-log .login-modal .log-reg .log-in .register-in-log input,
    .modale-log .login-modal .log-reg .register .form-register .google-btn {
        width: 250px;
        margin: 10px 0 ;
        font-size: 18px;
        padding: 0 20px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log small {
        font-size: 12px;
    }
    .modale-log .login-modal .log-reg .log-in .form-log button,
    .modale-log .login-modal .log-reg .register .form-register button,
    .modale-log .login-modal .log-reg .log-in .register-in-log button,
    .modale-log .login-modal .log-reg .register .log-in-register button {
        width: 250px;
        font-size: 18px;
        margin: 10px 0 ;
    }
    .modale-log .login-modal .log-reg .log-in {
        width: 100%;
    }
    .modale-log .login-modal .log-reg .log-in h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .modale-log .login-modal .log-reg .log-in .register-in-log {
        display: block;
        text-align: center;
    }
    .modale-log .login-modal .log-reg .log-in .register-in-log p {
        font-size: 18px;
        color: black;
    }
    .modale-log .login-modal .log-reg .log-in .register-in-log button {
        width: 250px;
        font-size: 18px;
        margin: 10px 0 ;
    }
    .modale-log .login-modal .log-reg .register {
        width: 100%;
    }
    .modale-log .login-modal .log-reg .register h2 {
        font-size: 38px;
    }
    .modale-log .login-modal .log-reg .register .log-in-register {
        display: block;
        text-align: center;
    }
    .modale-log .login-modal .log-reg .register .log-in-register p {
        font-size: 18px;
        color: black;
    }
    .modale-log .login-modal .log-reg .register .log-in-register button {
        width: 250px;
        font-size: 18px;
        margin: 10px 0 ;
    }
}

  /* Diventa espositore */
  .richiesta-espositore-modale {
      background-color: rgba(0, 0, 0, 0.7);
      min-height: 100vh;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999999;
      display: none;
      justify-content: center;
      align-items: center;
  }
  .richiesta-espositore-modale .richiesta-espositore {
      width: 80%;
      height: auto;
      background-color: #F3F3F4;
      display: flex;
      flex-wrap: wrap;
  }
  .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top {
      width: 100%;
      height: 150px;
      background-color: #8CC44A;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 2% 0 5%;
  }
  .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
      font-weight: bold;
      font-size: 60px;
      color: white;
  }
  .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top .box-x {
      width: 50px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top .box-x svg {
      fill: white;
      transform: rotate(45deg);
  }
  .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top .box-x svg use {
      cursor: pointer;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal {
      border-left: 1px solid lightgray;
      padding: 5% 2% 0 5%;
      height: calc(100% - 150px);
      position: relative;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal svg {
      position: absolute;
      right: 30px;
      top: 18px;
      width: 30px;
      height: 30px;
      fill: #8CC44A;
      display: none;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal p {
      font-weight: bold;
      font-size: 20px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal ul {
      padding-top: 20px;
      list-style: none;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
      font-weight: bold;
      font-size: 18px;
      padding-bottom: 10px;
      line-height: 20px;
      display: flex;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox] {
      margin-right: 15px;
      position: relative;
      cursor: pointer;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox]:before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      top: 0;
      left: 0;
      border: 2px solid #555555;
      border-radius: 3px;
      background-color: white;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox]:checked:after {
      content: "";
      display: block;
      width: 5px;
      height: 10px;
      border: solid #8CC44A;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 6px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form {
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      padding-bottom: 150px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
      background-color: white;
      border: 1px solid #8CC44A;
      height: 70px;
      border-radius: 57px;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 18px;
      padding: 0 30px 0 50px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].nome,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].mail,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].professione,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].localita,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].indirizzo,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].telefono {
      width: 49%;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].azienda,
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].messaggio {
      width: 100%;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text]::placeholder {
      color: #151515;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text]:focus-visible {
      outline-color: #8CC44A;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .switch-container {
      display: flex;
      align-items: end;
      flex-wrap: wrap;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 23px;
      margin: 20px 0 0 40px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #8CC44A;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .slider:before {
      position: absolute;
      content: "";
      height: 21px;
      width: 21px;
      left: -1px;
      bottom: -1px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #8CC44A;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input:checked + .slider {
      background-color: white;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input:focus + .slider {
      box-shadow: 0 0 1px #8CC44A;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form input:checked + .slider:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px);
      background-color: #8CC44A;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .slider.round {
      border-radius: 34px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form .slider.round:before {
      border-radius: 50%;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form span {
      font-size: 16px;
      padding-left: 20px;
      color: #707070;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
      font-size: 12px;
      color: #707070;
      padding: 10px 0 40px  100px;
  }
  .richiesta-espositore-modale .richiesta-espositore .right-modal #send_message {
    text-align: end;
    background-color: #8CC44A;
    color: white;
    padding: 30px 100px;
    border-radius: 57px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 50px;
    right: 0;
    cursor: pointer;
  }
  @media screen and (max-width: 1440px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top {
          height: 125px;
      }
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 50px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal p {
          font-size: 18px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
          font-size: 16px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
          height: 60px;
          font-size: 16px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form span {
          font-size: 14px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
          font-size: 11px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal #send_message {
          font-size: 16px;
      }
  }
  @media screen and (max-width: 1024px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top {
          height: 100px;
      }
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 40px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal {
          padding-left: 2%;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal p {
          font-size: 16px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
          font-size: 14px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
          height: 50px;
          font-size: 14px;
          padding: 0 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
          font-size: 10px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal #send_message {
          font-size: 14px;
          padding: 25px 70px;
      }
  }
  @media screen and (max-width: 768px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top {
          height: 80px;
          justify-content: center;
      }
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 36px;
      }
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top .box-x svg {
          width: 35px;
          height: 35px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal {
          width: 100%;
          border-bottom: 1px solid lightgray;
          padding: 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal svg {
          display: block;
          cursor: pointer;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal p {
          font-size: 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
          font-size: 18px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox] {
          margin-right: 30px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
          height: 50px;
          padding: 0 20px;
          text-align: center;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].nome,
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].mail,
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].professione,
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].localita,
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].indirizzo,
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text].telefono {
          width: 100%;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
          font-size: 10px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal #send_message {
          font-size: 14px;
          padding: 25px 70px;
      }
      .richiesta-espositore-modale .richiesta-espositore .close {
          height: 60px;
          overflow: hidden;
      }
  }
  @media screen and (max-width: 580px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 30px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal svg {
          top: 20px;
          width: 20px;
          height: 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal p {
          font-size: 16px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
          font-size: 14px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox] {
          margin-right: 25px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form {
          padding-bottom: 50px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
          font-size: 12px;
          padding: 0 18px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
          font-size: 10px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal #send_message {
          bottom: 15px;
          font-size: 12px;
          padding: 20px 0;
          width: 100%;
          text-align: center;
      }
  }
  @media screen and (max-width: 460px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal svg {
          right: 20px;
      }
  }
  @media screen and (max-width: 400px){
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top h1 {
          font-size: 18px;
      }
      .richiesta-espositore-modale .richiesta-espositore .richiesta-espositore-top .box-x svg {
          width: 15px;
          height: 15px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal p {
          font-size: 14px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul {
          padding-top: 25px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li {
          font-size: 12px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal ul li input[type=checkbox] {
          margin-right: 20px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form {
          padding-top: 25px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form input[type=text] {
          font-size: 10px;
          padding: 0 15px;
      }
      .richiesta-espositore-modale .richiesta-espositore .right-modal form small {
          font-size: 8px;
      }
  }

  /*** Modale Richiesta Informazioni ***/
  .richiesta-informazioni-modale {
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .richiesta-informazioni-modale .richiesta-informazioni {
    width: 80%;
    height: 90vh;
    background-color: #F3F3F4;
    display: flex;
    flex-wrap: wrap;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top {
    width: 100%;
    height: 150px;
    background-color: #8CC44A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2% 0 5%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
    font-weight: bold;
    font-size: 60px;
    color: white;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .box-x {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .box-x svg {
    fill: white;
    transform: rotate(45deg);
  }
  .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .box-x svg use {
    cursor: pointer;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal {
    width: 35%;
    border-right: 1px solid lightgray;
    padding: 2.5% 0 0 2.5%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
    width: 65%;
    border-left: 1px solid lightgray;
    padding: 2.5% 2% 0 2.5%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal,
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
    height: calc(100% - 150px);
    position: relative;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal svg,
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal svg {
    position: absolute;
    right: 30px;
    top: 18px;
    width: 30px;
    height: 30px;
    fill: #8CC44A;
    display: none;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal p,
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal p {
    font-weight: bold;
    font-size: 20px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul {
    padding-top: 20px;
    list-style: none;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 20px;
    display: flex;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox] {
    margin-right: 15px;
    position: relative;
    cursor: pointer;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #8CC44A;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal .wrapper {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
    background-color: white;
    border: 1px solid #8CC44A;
    height: 55px;
    border-radius: 57px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px 0 50px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].meta {
    width: 49%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].fullsize {
    width: 100%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text]::placeholder {
    color: #151515;
  }
  .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text]:focus-visible {
    outline-color: #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .switch-container {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
    margin: 20px 0 0 40px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .slider:before {
      position: absolute;
      content: "";
      height: 21px;
      width: 21px;
      left: -1px;
      bottom: -1px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form input:checked + .slider {
      background-color: white;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form input:focus + .slider {
      box-shadow: 0 0 1px #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form input:checked + .slider:before {
      -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
      transform: translateX(16px);
      background-color: #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .slider.round {
      border-radius: 34px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form .slider.round:before {
      border-radius: 50%;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form span {
      font-size: 16px;
      padding-left: 20px;
      color: #707070;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form small {
      font-size: 12px;
      color: #707070;
      padding: 10px 0 40px  100px;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form #send_message {
    text-align: end;
    background-color: #8CC44A;
    color: white;
    padding: 0px 25px;
    line-height: 45px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    border: 3px solid #8CC44A;
  }
  .richiesta-informazioni-modale .richiesta-informazioni form #send_message:hover {
    background-color: #FFF;
    color: #8CC44A;
  }
  @media screen and (max-width: 1440px){
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top {
          height: 125px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 50px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal p,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal p {
          font-size: 18px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li {
          font-size: 16px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
          height: 60px;
          font-size: 16px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal span {
          font-size: 14px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal small {
          font-size: 11px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal #send_message {
          font-size: 16px;
      }
  }
  @media screen and (max-width: 1024px){
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top {
          height: 100px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 40px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
          padding-left: 2%;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
          height: 50px;
          font-size: 14px;
          padding: 0 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal small {
          font-size: 10px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal #send_message {
          font-size: 14px;
          padding: 25px 70px;
      }
  }
  @media screen and (max-width: 768px){
      .richiesta-informazioni-modale .richiesta-informazioni {
          height: auto;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top {
          height: 80px;
          justify-content: center;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 36px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .box-x {
          display: none;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
          width: 100%;
          border-bottom: 1px solid lightgray;
          padding: 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
          height: 75vh;
          overflow: auto;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal svg,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal svg {
          display: block;
          cursor: pointer;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal p,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal p {
          font-size: 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li {
          font-size: 18px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox] {
          margin-right: 30px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
          height: 50px;
          padding: 0 20px;
          text-align: center;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].nome,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].mail,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].professione,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].localita,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].indirizzo,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].telefono {
          width: 100%;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal small {
          font-size: 10px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal #send_message {
          font-size: 14px;
          padding: 25px 70px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .close {
          height: 60px;
          overflow: hidden;
      }
  }
  @media screen and (max-width: 580px){
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 30px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal svg,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal svg {
          top: 20px;
          width: 20px;
          height: 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox] {
          margin-right: 25px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
          padding-bottom: 50px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
          padding: 0 18px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal small {
          font-size: 10px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal #send_message {
          bottom: 15px;
          font-size: 12px;
          padding: 20px 60px;
      }
  }
  @media screen and (max-width: 460px){
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal svg,
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal svg {
          right: 20px;
      }
  }
  @media screen and (max-width: 400px){
      .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
          font-size: 18px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul {
          padding-top: 25px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox] {
          margin-right: 20px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
          padding-top: 25px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
          font-size: 10px;
          padding: 0 15px;
      }
      .richiesta-informazioni-modale .richiesta-informazioni .right-modal small {
          font-size: 8px;
      }
  }

/*** Stili delle modali ***/
.lightbox {
  display: none;
}
.featherlight.sharing .featherlight-content .featherlight-inner {
  position: relative;
  padding: 20px;
  padding-top: 60px;
  width: 70vw;
}
.featherlight.sharing .featherlight-content {
  max-width: 70vw;
  padding: 0px;
  margin: 0px;
}
.featherlight.sharing .divisore {
  height: 8px;
  width: 20%;
  background-color: black;
  border-radius: 15px;
  margin: 15px auto;
}
.featherlight.sharing .box-sharing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.featherlight.sharing .box-sharing .box-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  margin: 15px;
  max-width: 180px;
  text-decoration: none;
}
.featherlight.sharing .box-sharing .box-link svg {
  padding: 5px;
  background-color: #d5d6d6;
  width: 100%;
  aspect-ratio: 1 / 1;
  fill: white;
  border-radius: 50%;
}
.featherlight.sharing .box-sharing .box-link svg.whatsapp,
.featherlight.sharing .box-sharing .box-link svg.mail {
  padding: 15px;
}
.featherlight.sharing .box-sharing .box-link p {
  font-size: 18px;
  color: #d5d6d6;
  font-weight: bold;
}
.featherlight.sharing .box-sharing .box-link:hover svg {
  background-color: #8CC44A;
}
.featherlight.sharing .box-sharing .box-link:hover p {
  color: #8CC44A;
}
.featherlight.sharing .featherlight-content .featherlight-close {
  background-color: #8CC44A;
  border-radius: 50%;
  margin: 20px;
  color: #FFF;
}
.featherlight.sharing .featherlight-content .featherlight-inner h2 {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .featherlight.sharing .box-sharing {
    flex-wrap: wrap;
  }
  .featherlight.sharing .box-sharing .box-link {
    width: 30%;
  }
  .featherlight.sharing .box-sharing .box-link svg {
    padding: 0px;
  }
}
.featherlight.slide-service .featherlight-content .featherlight-inner {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.featherlight.slide-service .featherlight-content {
  max-width: 60vw;
}
.featherlight.slide-service .featherlight-content .featherlight-close {
  background-color: #8CC44A;
  border-radius: 50%;
  margin: 20px;
  color: #FFF;
}
.featherlight.slide-service .featherlight-content .featherlight-inner .box-img {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
}
.featherlight.slide-service .featherlight-content .featherlight-inner .box-img svg {
  width: 100%;
  fill: #8CC44A;
}
.featherlight.slide-service .featherlight-content .featherlight-inner h2 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.featherlight.slide-service .featherlight-content .featherlight-inner p {
  font-size: 18px;
  text-align: center;
}

  /*** MODALE CONDIVISIONE ***/
  .modale-condivisione {
      width: 100%;
      height: 100vh;
      background-color: rgba(205, 205, 205, 0.5);
      position: fixed;
      display: none;
      justify-content: center;
      align-items: center;
      top: 0;
      z-index: 999;
  }
  .modale-condivisione .box-modale {
      width: 80%;
      max-width: 800px;
      min-height: 300px;
      height: 40vh;
      background-color: #fff;
      border-radius: 15px;
      position: relative;
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .modale-condivisione .box-modale .close {
      width: 50px;
      height: 50px;
      background-color: #8CC44A;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }
  .modale-condivisione .box-modale .close svg {
      width: 100%;
      height: 100%;
      transform: rotate(45deg);
      fill: white;
  }
  .modale-condivisione .box-modale .text {
      height: 35%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: center;
  }
  .modale-condivisione .box-modale .text h2 {
      font-size: 40px;
      padding-bottom: 20px;
  }
  .modale-condivisione .box-modale .text .divisore {
      height: 8px;
      width: 20%;
      background-color: black;
      border-radius: 15px;
  }
  .modale-condivisione .box-modale .links {
    height: 65%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .modale-condivisione .box-modale .links .box-link {
      width: 90px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      cursor: pointer;
    }
    .modale-condivisione .box-modale .links .box-link svg {
        padding: 5px;
        background-color: #d5d6d6;
        width: 80px;
        height: 80px;
        fill: white;
        border-radius: 50%;
  }
    .modale-condivisione .box-modale .links .box-link svg.whatsapp,
    .modale-condivisione .box-modale .links .box-link svg.mail {
        padding: 15px;
  }
    .modale-condivisione .box-modale .links .box-link p {
        font-size: 18px;
        color: #d5d6d6;
        font-weight: bold;
  }
  .modale-condivisione .box-modale .links .box-link:hover svg {
    background-color: #8CC44A;
  }
  .modale-condivisione .box-modale .links .box-link:hover p {
    color: #8CC44A;
  }
  @media screen and (max-width: 768px) {
    .modale-condivisione .box-modale .close {
        width: 40px;
        height: 40px;
    }
    .modale-condivisione .box-modale .text h2 {
        font-size: 30px;
    }
    .modale-condivisione .box-modale .text .divisore {
        height: 6px;
        width: 25%;
    }
    .modale-condivisione .box-modale .links .box-link {
        width: 70px;
        gap: 15px;
    }
    .modale-condivisione .box-modale .links .box-link svg {
        width: 70px;
        height: 70px;
    }
    .modale-condivisione .box-modale .links .box-link p {
        font-size: 16px;
    }
  }
  @media screen and (max-width: 580px) {
    .modale-condivisione .box-modale .close {
        width: 30px;
        height: 30px;
    }
    .modale-condivisione .box-modale .text h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .modale-condivisione .box-modale .text .divisore {
        width: 25%;
    }
    .modale-condivisione .box-modale .links .box-link {
        width: 55px;
        gap: 5px;
    }
    .modale-condivisione .box-modale .links .box-link svg {
        width: 50px;
        height: 50px;
    }
    .modale-condivisione .box-modale .links .box-link p {
        font-size: 12px;
    }
    .modale-condivisione .box-modale .links .box-link svg.whatsapp,
    .modale-condivisione .box-modale .links .box-link svg.mail {
        padding: 10px;
    }
  }
  @media screen and (max-width: 580px) {
    .modale-condivisione .box-modale {
        min-height: 250px;
        height: 250px;
    }
    .modale-condivisione .box-modale .text,
    .modale-condivisione .box-modale .links {
        height: 50%;
    }
    .modale-condivisione .box-modale .text h2 {
        font-size: 20px;
    }
    .modale-condivisione .box-modale .links .box-link {
        width: 35px;
        gap: 5px;
    }
    .modale-condivisione .box-modale .links .box-link svg {
        width: 40px;
        height: 40px;
    }
    .modale-condivisione .box-modale .links .box-link p {
        font-size: 10px;
    }
    .modale-condivisione .box-modale .links .box-link svg.whatsapp,
    .modale-condivisione .box-modale .links .box-link svg.mail {
        padding: 10px;
    }
  }
  @media screen and (max-width: 356px) {
    .modale-condivisione .box-modale {
        min-height: 200px;
        height: 200px;
    }
    .modale-condivisione .box-modale .text h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .modale-condivisione .box-modale .links .box-link {
        width: 33px;
        gap: 5px;
    }
    .modale-condivisione .box-modale .links .box-link svg {
        width: 35px;
        height: 35px;
    }
    .modale-condivisione .box-modale .links .box-link p {
        font-size: 10px;
    }
    .modale-condivisione .box-modale .links .box-link svg.whatsapp,
    .modale-condivisione .box-modale .links .box-link svg.mail {
        padding: 10px;
    }
  }

/* Back button */
a.button_back {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 40px;
}
a.button_back .icon {
  background-color: #FFF;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
}
a.button_back .icon svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  fill: #8CC44A;
}
a.button_back .description {
  display: flex;
  font-size: 18px;
  background-color: #8CC44A;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  align-items: center;
}
a.button_back:hover .description {
  background-color: #FFF;
  color: #8CC44A;
}

/* event */
.jumbo-events {
  padding-top: 200px;
  min-height: 60vh;
  background: linear-gradient(178deg, rgb(20 22 23 / 91%) 0%, rgb(180 180 180 / 31%) 100%) 0% 0% no-repeat padding-box, url(/images/event-background.jpg);
  position: relative;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding-bottom: 20px;
  overflow: hidden;
}
.jumbo-events .triangle, .close-program .triangle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 8vh;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 98%);
}
.jumbo-events .triangle.gray {
  background: #ECECF0;
}
.event-box {
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 40px;
}
.event-box h2 {
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-bottom: 50px;
}
.event-box .row-servizi .card-servizio {
  min-width: calc(80vw / 3);
  max-width: 80vw;
  height: auto;
}
.event-program {
  padding: 40px 10vw;
  margin: 0 auto;
  background: #ECECF0;
}
.close-program {
  background: #ECECF0;
  position: relative;
  height: 8vh;
}
.partners {
  padding: 40px 10vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row;
}
.partners .block {
  width: 100%;
  flex-grow: 1;
}
.partners .block.company {
  flex-direction: row;
  display: flex;
}
.partners .block .row-galleria {
  padding: 0px;
}
@media screen and (max-width: 650px) {
  .partners {
    flex-direction: column;
  }
  .partners > .block:first-child {
    margin-bottom: 40px;
  }
}
.partners .block.company > a {
  width: 50%;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
.partners .block.company > a:last-child {
  margin-right: 0px;
}
.partners .block.company > a .logo {
  width: 100%;
  border: 2px solid #707070;
  border-radius: 15px;
  box-shadow: 0px 10px 6px #00000029;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  position: relative;
  max-width: 150px;
  margin: 0 auto;
}
.partners .block.company .techne .logo {
  background-image: url(/images/partners/techne.svg);
  background-size: 90%;
}
.partners .block.company .complic .logo {
  background-image: url(/images/partners/complic.png);
}
.partners .block.company > a .text {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
}
.partners .block h3 {
  font-size: 26px;
  color: #8CC44A;
  font-weight: bold;
}
.partners .block .line_title {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #8CC44A;
  margin-bottom: 40px;
}
.partners .block .location {
  font-size: 22px;
  font-weight: bold;
}
.partners .block .indirizzo {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.partners .block .indirizzo svg {
  width: 25px;
  height: 25px;
  fill: #8CC44A;
  cursor: pointer;
  margin-right: 10px;
}
.event-program .date {
  width: 100%;
  line-height: 60px;
  font-size: 22px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  border: 3px solid #8CC44A;
  text-align: center;
  display: block;
  text-decoration: none;
}
.event-program .date span {
  display: none;
}
.event-program .date:hover span {
  display: inline;
  opacity: 0.50;
}
.event-program .programm {
  margin: 40px 0px;
  position: relative;
}
.event-program .programm h3 {
  font-size: 26px;
  color: #8CC44A;
  font-weight: bold;
}
.event-program .programm .line_title {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #8CC44A;
  margin-bottom: 40px;
}
.event-program .programm .line {
  border-bottom: 1px solid #8CC44A;
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.event-program .programm .time {
  width: 100%;
  flex-grow: 1;
  font-size: 20px;
  color: #8CC44A;
  flex-basis: 0;
}
.event-program .programm .text {
  width: 100%;
  flex-grow: 4;
  text-align: right;
  font-size: 20px;
  text-transform: uppercase;
  flex-basis: 0;
}
.event-program .programm .text.info {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}
.event-program .programm .text .relatore {
  text-transform: none;
  font-size: 16px !important;
  font-weight: normal;
}
.event-program .programm .text .relatore span {
  color: #8CC44A;
}
@media screen and (max-width: 1024px) {
  .event-box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .event-program .date {
    font-size: 16px;
  }
  .event-program .programm .line {
    flex-flow: column;
  }
  .event-program .programm .line div {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
  }
  .event-program .date > span {
    display: block !important;
  }
  .event-program .date span .nomobile {
    display: none;
  }
}
.text-modulo-contatti {
  width: 90vw;
  margin: 0 auto;
}
.text-modulo-contatti h3 {
  font-size: 26px;
  color: #8CC44A;
  font-weight: bold;
}
.text-modulo-contatti .wrapp_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.text-modulo-contatti .line_title {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #8CC44A;
  margin-bottom: 40px;
}

/* new section espositori */
.main-center-dettaglio-azienda {
    border: 1px solid lightgray;
}
.main-center-dettaglio-azienda .menu-dettaglio,
.main-center-dettaglio-azienda .profilo-azienda {
  width: 65%;
  float: right;
  border-left: 1px solid lightgray;
  padding-top: 30px;
}
.main-center-dettaglio-azienda .dettaglio-azienda {
  width: 35%;
  float: left;
  background-color: #ebebeb;
  padding: 100px 5%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.main-center-dettaglio-azienda .menu-dettaglio {
  padding-top: 30px;
  background-color: #FFF;
}
.main-center-dettaglio-azienda .dettaglio-azienda .box-logo {
  display: flex;
  width: 75%;
  max-width: 25vh;
  height: auto;
  align-items: flex-start;
  text-decoration: none;
}
.main-center-dettaglio-azienda .dettaglio-azienda .box-logo .square {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 6px #00000029;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.main-center-dettaglio-azienda .dettaglio-azienda .ragione-sociale h2 {
    font-size: 40px;
    color: #8CC44A;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-center-dettaglio-azienda .dettaglio-azienda .indirizzo {
    display: flex;
    align-items: center;
}
.main-center-dettaglio-azienda .dettaglio-azienda .indirizzo svg {
    width: 25px;
    height: 25px;
    fill: #8CC44A;
    cursor: pointer;
}
.main-center-dettaglio-azienda .dettaglio-azienda .indirizzo p {
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
}
.main-center-dettaglio-azienda .dettaglio-azienda .center {
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.main-center-dettaglio-azienda .dettaglio-azienda .center .phone,
.main-center-dettaglio-azienda .dettaglio-azienda .center .website,
.main-center-dettaglio-azienda .dettaglio-azienda .center .mail {
    display: flex;
}
.main-center-dettaglio-azienda .dettaglio-azienda .center .box-img {
    padding: 5px;
    background-color: #8CC44A;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-center-dettaglio-azienda .dettaglio-azienda .center .box-img svg {
    width: 100%;
    fill: white;
    height: 100%;
}
.main-center-dettaglio-azienda .dettaglio-azienda .center .box-text {
    border: 1px solid #8CC44A;
    width: calc(95% - 60px);
    height: 60px;
    margin-left: 5%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    background-color: #fff;
    z-index: 9;
}
.main-center-dettaglio-azienda .dettaglio-azienda .logo {
  background-image: url(/images/logo-expovalve.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -75px;
  right: -50px;
  width: 200px;
  height: 200px;
}
.main-center-dettaglio-azienda .profilo-azienda h2 {
  color: #8CC44A;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale {
  display: flex;
  padding: 0 0 20px 0;
  flex-wrap: wrap;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-image {
  width: 500px;
  height: 300px;
  border-radius: 10px;
  background-color: lightgray;
  margin-left: 5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 5px 5px lightgrey;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-onlyimage {
  width: 90%;
  background-color: lightgray;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 1px 5px 5px lightgrey;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right {
  width: calc(95% - 500px);
  padding:0 5%;
}
.main-center-dettaglio-azienda .box-certificazioni .box-text h2,
.main-center-dettaglio-azienda .settori-serivizi h2,
.main-center-dettaglio-azienda .cosa-offriamo h2,
.container-corsi h2,
.container-aziende .box-text h4,
.container-prodotti .box-prodotto .box-left h2,
.entity_wrapper .box-right h4,
.container-correlati h2,
.container-prodotti-registrati h2{
    color: #8CC44A;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2:nth-of-type(2) {
    color: black;
    text-transform: uppercase;
    font-size: 22px;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p,
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p,
.container-corsi p,
.container-aziende .box-text p,
.container-prodotti .box-prodotto .box-left p,
.entity_wrapper .box-right p,
.entity_wrapper .box-right a,
.container-correlati p,
.container-prodotti-registrati p,
.container-corsi .button a {
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p span,
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p span,
.container-corsi p span {
    color: #8CC44A;
    text-transform: uppercase;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom {
  width: 100%;
  padding: 0 5%;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission,
.main-center-dettaglio-azienda .box-certificazioni {
  margin-top: 30px;
  width: 100%;
  padding: 50px 5%;
  background-color: lightgray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}
.main-center-dettaglio-azienda .box-mission .box-text {
  padding: 50px 25px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  max-width: 50%;
}
.main-center-dettaglio-azienda .box-mission .box-text.w75 {
  max-width: 75%;
}
.main-center-dettaglio-azienda .box-mission .box-text.w100 {
  max-width: 100%;
}
.main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission .box-text h2,
.main-center-dettaglio-azienda .box-certificazioni .box-text h2 {
    margin-bottom: 10px;
}
.main-center-dettaglio-azienda .settori-serivizi {
    width: 65%;
    padding: 30px 0;
    float: right;
    border-left: 1px solid lightgray;
}
.main-center-dettaglio-azienda .settori-serivizi h2,
.main-center-dettaglio-azienda .settori-serivizi p,
.container-corsi h2,
.container-corsi p,
.container-aziende .box-text h4,
.container-aziende .box-text p,
.container-correlati h2,
.container-correlati p,
.container-prodotti-registrati h2 {
    padding: 0 5%;
}
.box-two-column {
  padding: 0 5%;
  display: flex;
  padding-bottom: 30px;
}
.box-two-column .box-text {
  width: 100%;
  column-count: 2;
}
.box-two-column .box-left,
.box-two-column .box-right {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-two-column .box-left p,
.box-two-column .box-left p {
  padding: 0;
  margin-bottom: 10px;
}
.box-two-column .box-text svg,
.box-two-column .box-left svg,
ul.two-column li p svg,
.box-reverse .box-right li p svg,
.box-con-swiper .box-left svg {
    width: 15px;
    height: 15px;
    fill: #8CC44A;
    transform: rotate(-90deg);
}
.box-two-column .box-left {
    padding-right: 5%;
}
.box-two-column .box-right {
    padding-left: 5%;
}
.box-two-column .box-right .box-img {
  width: 350px;
  height: 300px;
  background-color: lightgray;
  margin: auto 0 auto auto;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 5px 5px lightgray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-two-column .box-right .box-img.no-border {
  border-radius: 0px;
  box-shadow: none;
}
.box-two-column .box-right .box {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: -40px;
  box-shadow: 1px 5px 5px lightgray;
  right: 20px;
}
.box-two-column .box-right .box:nth-of-type(1) {
    right: 120px;
}
.row-galleria .card-photo {
    height: 150px;
    width: 150px;
}
.main-center-dettaglio-azienda .container-tags {
    width: 65%;
    float: right;
    border-left: 1px solid lightgray;
}
.main-center-dettaglio-azienda .container-tags ul {
    padding: 30px 5%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.main-center-dettaglio-azienda .container-tags ul li{
    width: calc(100% / 3);
    padding: 0 20px 20px 0;
    display: flex;
    gap: 10px;
}
.main-center-dettaglio-azienda .container-tags ul li svg {
    width: 18px;
    height: 18px;
    fill: #8CC44A;
    vertical-align: middle;
}
.main-center-dettaglio-azienda .container-tags ul li p{
    width: calc(100% - 28px);
    vertical-align: middle;
    cursor: pointer;
}
.main-center-dettaglio-azienda .container-tags ul li p:hover{
    color: #8CC44A;
}
.main-center-dettaglio-azienda .cosa-offriamo {
    width: 65%;
    float: right;
    border-left: 1px solid lightgray;
    padding-top: 30px;
}
.main-center-dettaglio-azienda .cosa-offriamo .box-img {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: end;
}
.main-center-dettaglio-azienda .cosa-offriamo img {
    max-width: 100%;
    max-height: 100%;
}
ul.two-column {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 20px 0 5%;
}
ul.two-column li {
    width: 50%;
}
ul.two-column li p{
    padding: 0;
}
ul.two-column li p svg{
    margin-right: 10px;
}
.box-reverse {
    width: 100%;
    display: flex;
    margin-top: 30px;
    padding: 0 5%;
}
.box-reverse .box-left,
.box-reverse .box-right {
    width: 50%;
}
.profilo-azienda ul,
.profilo-azienda ul{
  list-style: none;
}
.box-reverse .box-left .box-img {
    width: 600px;
    max-width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-reverse .box-left .box-img img{
    width: 100%;
}
.box-con-swiper {
    width: 100%;
    padding: 0 5%;
    display: flex;
}
.box-con-swiper .box-left,
.box-con-swiper .box-right{
    width: 50%;
}
.box-con-swiper .box-left p {
    padding: 0;
}
.box-con-swiper .box-left p span {
    text-transform: lowercase;
}
.box-swiper-materiali {
    width: 600px;
    max-width: 100%;
    height: 300px;
    margin: auto 0 auto auto;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 5%;
}
.box-swiper-materiali .card-materiale {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-image: url(../images/tubi-rame-termoarredi-hotech-design.JPG);
    background-size: cover;
    overflow: hidden;
}
.box-swiper-materiali .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.9);
}
.box-swiper-materiali .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: rgb(255, 255, 255);
}
.box-certificazioni .box-text {
    position: relative;
}
.box-certificazioni .box-text .certificazione {
    position: absolute;
    width: 140px;
    height: 80px;
    background-color: #8CC44A;
    border-radius: 10px;
    left: calc(5% + 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5%;
}
.box-certificazioni .box-text .certificazione:nth-of-type(2) {
    left: 200px;
}
.box-certificazioni .box-text p span{
    text-transform: none;
    font-weight: bold;
}
.box-certificazioni .box-text .certificazione p{
    padding: 0;
    margin: 0;
    color: #fff;
}
.container-aziende {
  width: 100%;
  float: right;
  padding: 30px 0;
  border-left: 1px solid lightgray;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container-aziende .box-img,
.container-aziende .box-info{
  width: 50%;
}
.container-aziende .box-text {
  width: 100%;
  padding-top: 30px;
}
.container-aziende .box-img {
  padding-right: 5%;
}
.container-aziende .box-img img {
  width: 100%;
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 5px 5px lightgrey;
}
.container-aziende .box-info {
    display: flex;
    flex-wrap: wrap;
}
.container-aziende .box-info .logo{
  display: flex;
  width: 75%;
  max-width: 25vh;
  height: auto;
  align-items: flex-start;
  text-decoration: none;
}
.container-aziende .box-info .logo .square {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 6px #00000029;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.container-aziende .box-info .name{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-aziende .box-info .indirizzo{
    padding-right: 5%;
}
.container-aziende .box-info .indirizzo,
.container-aziende .box-info .contatti{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.container-aziende .box-info .indirizzo h4,
.container-aziende .box-info .contatti h4 {
    color: #8CC44A;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}
.container-aziende .box-info .indirizzo p,
.container-aziende .box-info .contatti a[data-type="tel"],
.container-aziende .box-info .contatti a[data-type="fax"]{
    padding-bottom: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.container-aziende .box-info .indirizzo a,
.container-aziende .box-info .contatti a[data-type="mail"]{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.container-aziende.reverse {
    flex-direction: row-reverse;
}
.container-aziende.reverse .box-info {
    padding: 0 0 0 5%;
}
.container-aziende.reverse .box-img {
  padding: 0 0 0 5%;
  transform: translate(1px, 0px);
}
.container-aziende.reverse .box-img img{
    border-radius: 10px 0 0 10px;
}
.box-certificazioni .box-text.certificazione-singola{
    width: 800px;
    max-width: 80%;
}
.box-certificazioni .box-text.certificazione-singola .certificazione{
    top: 50%;
    right: -90px;
    left: auto;
    transform: translateY(-50%);
}
.container-prodotti {
    width: 65%;
    float: right;
    border-left: 1px solid lightgray;
    padding-top: 30px;
}
.container-prodotti .box-prodotto{
    width: 100%;
    padding: 5%;
    display: flex;
    background-color: #ebebeb;
}
.container-prodotti .box-prodotto .box-left,
.container-prodotti .box-prodotto .box-right{
    width: 50%;
}
.container-prodotti .box-prodotto .box-left {
    padding: 0 5% 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.container-prodotti .box-prodotto.reverse .box-left {
    padding: 0 0 0 5%;
}
.container-prodotti .box-prodotto .box-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.container-prodotti .box-prodotto .box-right .box-img{
    width: 250px;
    height: 250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px lightgray;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-prodotti .box-prodotto .box-right .box-img img{
    width: 100%;
}
.container-prodotti .box-prodotto .box-right .box-img:nth-of-type(2){
    margin-left: 10%;
}
.container-prodotti .box-prodotto.reverse {
    flex-direction: row-reverse;
    background-color: #fff;
}
.container-prodotti .box-prodotto.reverse .box-right {
  justify-content: start;
}
.entity_wrapper {
  width: 100%;
  display: flex;
  padding: 40px 5%;
  position: relative;
}
.entity_wrapper.reverse {
  flex-direction: row-reverse;
}
.entity_wrapper.grey {
  background-color: #ebebeb;
}
.entity_wrapper.video {
  flex-direction: column;
}
.entity_wrapper.video > h2 {
  flex: 100% 0 0;
}
.entity_wrapper.video > iframe.video {
  border: 0px;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px;
}
.entity_wrapper.reverse .box-right {
  padding: 0 5% 0 0;
}
.entity_wrapper .box-left {
  width: 50%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.entity_wrapper .box-left img {
  background-color: #ebebeb;
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 5px 5px lightgrey;
}
.entity_wrapper .box-left.multiple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
.entity_wrapper:not(.catalogue) .box-left.multiple:has(> :last-child:nth-child(2)) img:nth-child(2) {
  margin-left: 5%;
}
.entity_wrapper:not(.catalogue) .box-left.multiple:has(> :last-child:nth-child(2)) img {
  width: calc(50% - 2.5%);
}
.entity_wrapper.catalogue .box-left {
  padding: 10px 10%;
  background-color: #ebebeb;
  border-radius: 10px;
}
.entity_wrapper.catalogue .box-left img {
  box-shadow: none;
  border-radius: 0px;
  background: none;
}
.entity_wrapper.catalogue .box-left img.cover {
  z-index: 9;
  width: 100%;
}
.entity_wrapper.catalogue .box-left .catalogo {
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10%;
  position: absolute;
  top: 20px;
  left: 0px;
  transform: translate(50%, 0px);
  bottom: 20px;
  background-color: #FFF;
}
.entity_wrapper .box-right {
  width: 50%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entity_wrapper .box-right .button {
  display: flex;
}
.entity_wrapper .box-right .button a {
  text-decoration: none;
  line-height: 45px;
  padding: 0px 20px;
  background-color: #8CC44A;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  margin: 0px;
  border: 3px solid #8CC44A;
}
.entity_wrapper .box-right .button a:hover {
  color: #8CC44A;
  background-color: white;
}
.richiesta-informazioni-modale {
  display: block;
  position: initial;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}
.richiesta-informazioni-modale {
  min-height: 0px;
  padding: 30px 0 0 0;
}
.richiesta-informazioni-modale .richiesta-informazioni {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    /*height: 850px;*/
    height: auto;
}
.richiesta-informazioni-modale .richiesta-informazioni .left-modal, .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
    height: auto;
}
.richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top {
    background-color: #fff;
    padding: 0 0 30px 0;
    flex-direction: column;
    height: auto;
    justify-content: center;
}
.richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .divisore{
    width: 200px;
    max-width: 40%;
    height: 5px;
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 20px;
}
.richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
    color: #000;
    margin: 0 auto;
}
.richiesta-informazioni-modale .richiesta-informazioni .box-informazioni {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 5px 5px 5px #ebebeb;
    border-radius: 10px;
    margin: 0 auto;
}
.richiesta-informazioni-modale .richiesta-informazioni .left-modal {
    border-radius: 10px 0 0 10px;
    background-color: #F3F3F4;
    border-right: none;
    overflow: hidden;
}
.richiesta-informazioni-modale .richiesta-informazioni .left-modal {
    border-radius: 10px 0 0 10px;
    background-color: #F3F3F4;
    border-right: none;
    overflow: hidden;
}
.richiesta-informazioni-modale .richiesta-informazioni .left-modal .logo {
  background-image: url(/images/logo-expovalve.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -75px;
  right: -50px;
  width: 200px;
  height: 200px;
}
.richiesta-informazioni-modale .richiesta-informazioni .left-modal p,
.richiesta-informazioni-modale .richiesta-informazioni .right-modal p {
    color: #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text].azienda {
    width: 49%;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal {
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info {
    width: 49%;
    display: flex;
    flex-direction: column;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info input{
    width: 100%!important;
    border-radius: 10px;
    padding: 10px;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info label{
    font-size: 18px;
    margin-bottom: 10px;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info.msg{
    width: 100%;
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info.msg textarea{
  background-color: white;
  border: 1px solid #8CC44A;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  resize: none;
  min-height: 125px;
  width: 100%
}
.richiesta-informazioni-modale .richiesta-informazioni .right-modal .info.msg textarea::placeholder{
  color: #000;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox {
  display: flex;
  align-items: center;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 23px;
  margin: 20px 0 20px 20px;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: -1px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox input:checked + .slider {
  background-color: white;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox input:focus + .slider {
  box-shadow: 0 0 1px #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .slider.round {
  border-radius: 34px;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox .slider.round:before {
  border-radius: 50%;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox span {
  font-size: 16px;
  padding-left: 20px;
  color: #707070;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_checkbox > p {
  padding-left: 20px;
  color: #707070;
  font-size: 14px;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_submit {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_submit input[type=submit] {
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #8CC44A;
  background-color: #8CC44A;
  padding: 0 20px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  border: 3px solid #8CC44A;
}
.richiesta-informazioni-modale .richiesta-informazioni .form_message {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  background-color: #F3F3F4;
  margin-top: 20px;
  border-radius: 10px;
  color: #707070;
  font-size: 16px;
}
.container-correlati {
    padding-top: 30px;
    width: 65%;
    float: right;
    border-left: 1px solid lightgray;
}
.container-correlati .box-espositori{
    margin-top: 20px;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container-correlati .box-espositori .espositore{
    border: 1px solid #8CC44A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 80px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.container-correlati .box-espositori .espositore p{
    margin-bottom: 0;
}
.box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
    bottom: -40px;
    top: auto;
    transform: translate(0);
    right: auto;
    left: calc(5% + 25px);
}
.box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(2) {
    left: 215px;
}
.box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(3) {
    left: 370px;
}
.container-prodotti-registrati {
    padding-top: 30px;
    width: 65%;
    float: right;
    border-left: 1px solid lightgray;
    overflow: hidden;
}
.container-prodotti-registrati .row-prodotti-registrati {
    width: 100%;
    padding: 0 5%;
}
.container-prodotti-registrati .row-prodotti-registrati .box-prodotto{
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 10px;
}
.container-prodotti-registrati p {
    margin-bottom: 0;
}
.container-corsi {
    width: 100%;
}
.container-corsi .box-img {
    width: 90%;
    height: 200px;
    background-color: lightgray;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
.container-corsi .button {
  width: 90%;
  margin: 0 auto;
  background-color: #8CC44A;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 3px solid #8CC44A;
  cursor: pointer;
}
.container-corsi .button a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.container-corsi .button:hover {
  background-color: white;
}
.container-corsi .button:hover a {
  color: #8CC44A;
}
@media screen and (max-width: 1440px) {
    .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
        font-size: 40px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission .box-text h2,
    .main-center-dettaglio-azienda .box-certificazioni .box-text h2,
    .main-center-dettaglio-azienda .settori-serivizi h2,
    .main-center-dettaglio-azienda .cosa-offriamo h2,
    .container-corsi h2,
    .container-aziende .box-text h4,
    .container-prodotti .box-prodotto .box-left h2,
    .entity_wrapper .box-right h4,
    .container-aziende .box-info .indirizzo h4,
    .container-aziende .box-info .contatti h4,
    .container-correlati h2,
    .container-prodotti-registrati h2,
    .container-corsi  h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2:nth-of-type(2) {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p,
    .container-corsi p,
    .container-aziende .box-text p,
    .container-prodotti .box-prodotto .box-left p,
    .entity_wrapper .box-right p,
    .entity_wrapper .box-right a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main-center-dettaglio-azienda .settori-serivizi h2,
    .main-center-dettaglio-azienda .settori-serivizi p,
    .container-corsi h2,
    .container-corsi p,
    .container-aziende .box-text h4,
    .container-aziende .box-text p,
    .container-aziende .box-info .indirizzo p,
    .container-aziende .box-info .contatti a[data-type="tel"],
    .container-aziende .box-info .contatti a[data-type="fax"],
    .container-aziende .box-info .indirizzo a,
    .container-aziende .box-info .contatti a[data-type="mail"],
    .main-center-dettaglio-azienda .container-tags ul li p,
    .main-center-dettaglio-azienda .dettaglio-azienda .indirizzo p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p span,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p span,
    .container-corsi p span
    .box-two-column .box-left p,
    .box-two-column .box-left p,
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal .info label,
    .container-correlati p,
    .container-prodotti-registrati p,
    .container-corsi .button a {
        font-size: 16px;
    }
    .box-reverse .box-left .box-img,
    .box-swiper-materiali {
        height: 250px;
        width: 100%;
    }
    .box-con-swiper .box-left:nth-of-type(2){
        padding-left: 2.5%;
    }
    .box-reverse .box-left {
        padding-right: 2.5%;
    }
    .box-con-swiper .box-left{
        padding-right: 2.5%;
    }
    .box-con-swiper .box-right {
        padding-left: 2.5%;
    }
    .box-swiper-materiali {
        padding: 0;
    }
    .main-center-dettaglio-azienda .box-mission .box-text {
      padding: 30px 15px;
    }
    .box-certificazioni .box-text .certificazione {
        width: 100px;
        padding: 2%;
        height: 60px;
        left: calc(5% + 10px);
    }
    .box-certificazioni .box-text .certificazione:nth-of-type(2) {
        left: 150px;
    }
    .box-certificazioni .box-text.certificazione-singola .certificazione {
        right: -50px;
    }
    .container-aziende .box-info .name h4 {
        font-size: 20px;
    }
    .container-prodotti .box-prodotto .box-right .box-img {
        width: 150px;
        height: 150px;
    }
    .container-prodotti .box-prodotto .box-right .box-img:nth-of-type(2) {
        margin-left: 5%;
    }
    .entity_wrapper .box-right .button a {
        padding: 12px;
    }
    .main-center-dettaglio-azienda .container-tags ul li svg {
        width: 16px;
        height: 16px;
    }
    .box-two-column .box-left svg, ul.two-column li p svg, .box-reverse .box-right li p svg, .box-con-swiper .box-left svg {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .main-center-dettaglio-azienda .dettaglio-azienda {
        padding: 60px 5%;
    }
    .main-center-dettaglio-azienda .dettaglio-azienda .ragione-sociale h2 {
        font-size: 30px;
    }
    .main-center-dettaglio-azienda .dettaglio-azienda .indirizzo svg {
        width: 20px;
        height: 20px;
    }
    .main-center-dettaglio-azienda .dettaglio-azienda .center .box-img {
        width: 40px;
        height: 40px;
    }
    .main-center-dettaglio-azienda .dettaglio-azienda .center .box-text {
        height: 40px;
        width: calc(95% - 40px);
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-image {
        width: 400px;
        height: 250px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right {
        width: calc(95% - 400px);
    }
    .box-two-column .box-right .box-img {
        width: 100%;
        height: 275px;
    }
    .main-center-dettaglio-azienda .cosa-offriamo .box-img {
        width: 100%;
    }
    .box-certificazioni .box-text.certificazione-singola {
        padding: 30px 50px 30px 5%;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal .info.msg textarea {
        font-size: 16px;
    }
    .container-correlati .box-espositori .espositore {
        width: 200px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
        width: 140px;
        bottom: -30px;
    }
    .container-prodotti-registrati .row-prodotti-registrati .box-prodotto {
        width: 175px;
        height: 50px;
    }
    .container-corsi .button {
        height: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission .box-text h2,
    .main-center-dettaglio-azienda .box-certificazioni .box-text h2,
    .main-center-dettaglio-azienda .settori-serivizi h2,
    .main-center-dettaglio-azienda .cosa-offriamo h2,
    .container-corsi h2,
    .container-aziende .box-text h4,
    .container-prodotti .box-prodotto .box-left h2,
    .entity_wrapper .box-right h4,
    .container-aziende .box-info .indirizzo h4,
    .container-aziende .box-info .contatti h4,
    .container-correlati h2,
    .container-prodotti-registrati h2 {
        font-size: 16px;
    }
    .container-aziende .box-info .name h4,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2:nth-of-type(2) {
        font-size: 18px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p,
    .container-corsi p,
    .container-aziende .box-text p,
    .container-prodotti .box-prodotto .box-left p,
    .entity_wrapper .box-right p,
    .entity_wrapper .box-right a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-center-dettaglio-azienda .settori-serivizi h2,
    .main-center-dettaglio-azienda .settori-serivizi p,
    .container-corsi h2,
    .container-corsi p,
    .container-aziende .box-text h4,
    .container-aziende .box-text p,
    .container-aziende .box-info .indirizzo p,
    .container-aziende .box-info .contatti a[data-type="tel"],
    .container-aziende .box-info .contatti a[data-type="fax"],
    .container-aziende .box-info .indirizzo a,
    .container-aziende .box-info .contatti a[data-type="mail"],
    .main-center-dettaglio-azienda .container-tags ul li p,
    .main-center-dettaglio-azienda .dettaglio-azienda .indirizzo p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p span,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p span,
    .container-corsi p span
    .box-two-column .box-left p,
    .box-two-column .box-left p,
    .container-correlati p,
    .container-prodotti-registrati p,
    .container-corsi .button a {
        font-size: 14px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-image {
        width: 325px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right {
        width: calc(95% - 325px);
    }
    .box-two-column .box-left {
        padding-right: 2.5%;
    }
    .box-two-column .box-right {
        padding-left: 2.5%;
    }
    .box-reverse .box-left .box-img, .box-swiper-materiali {
        height: 200px;
    }
    .container-aziende .box-info .contatti  {
        padding-left: 5%;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top .divisore {
        width: 125px;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .richiesta-informazioni-top h4 {
        font-size: 32px;
    }
    .container-correlati .box-espositori .espositore {
        width: 150px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
        width: 100px;
        bottom: -30px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(2) {
        left: 175px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(3) {
        left: 300px;
    }
    .container-prodotti-registrati .row-prodotti-registrati .box-prodotto {
        width: 150px;
        height: 40px;
    }
    .container-corsi .button {
        height: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .main-center-dettaglio-azienda .dettaglio-azienda {
        display: none;
    }
    .main-center-dettaglio-azienda .menu-dettaglio,
    .main-center-dettaglio-azienda .profilo-azienda,
    .main-center-dettaglio-azienda .settori-serivizi,
    .main-center-dettaglio-azienda .cosa-offriamo,
    .container-aziende,
    .container-prodotti,
    .entity_wrapper,
    .main-center-dettaglio-azienda .container-tags,
    .container-correlati,
    .container-prodotti-registrati {
        width: 100%;
        border-left: none;
    }
}
@media screen and (max-width: 768px) {
    .main-center-dettaglio-azienda .menu-dettaglio nav ul {
        justify-content: flex-start;
        gap: 25px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right {
        width: 100%;
        margin-top: 30px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-image {
      margin: 0 auto;
      width: 100%;
      max-width: 90%;
      height: 200px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2, .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission .box-text h2, .main-center-dettaglio-azienda .box-certificazioni .box-text h2, .main-center-dettaglio-azienda .settori-serivizi h2, .main-center-dettaglio-azienda .cosa-offriamo h2, .container-corsi h2, .container-aziende .box-text h4, .container-prodotti .box-prodotto .box-left h4, .entity_wrapper .box-right h4, .container-aziende .box-info .indirizzo h4, .container-aziende .box-info .contatti h4, .container-correlati h4, .container-prodotti-registrati h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .container-aziende .box-info .name h4 {
        font-size: 16px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right h2:nth-of-type(2),
    .container-aziende .box-info .indirizzo p,
    .container-aziende .box-info .contatti a[data-type="tel"],
    .container-aziende .box-info .contatti a[data-type="fax"],
    .container-aziende .box-info .indirizzo a,
    .container-aziende .box-info .contatti a[data-type="mail"],
    .main-center-dettaglio-azienda .container-tags ul li p,
    .main-center-dettaglio-azienda .dettaglio-azienda .indirizzo p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-right p,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission,
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-text-bottom p,
    .container-corsi p,
    .container-aziende .box-text p,
    .container-prodotti .box-prodotto .box-left p,
    .entity_wrapper .box-right p,
    .entity_wrapper .box-right a,
    .box-two-column .box-left p,
    .box-two-column .box-left p,
    .container-correlati p,
    .container-prodotti-registrati p,
    .container-corsi .button a {
        font-size: 12px;
    }
    .main-center-dettaglio-azienda .profilo-azienda .box-profilo-aziendale .box-mission,
    .main-center-dettaglio-azienda .box-certificazioni {
        padding: 40px 5%;
    }
    .box-two-column,
    .box-reverse,
    .box-con-swiper {
        flex-wrap: wrap;
    }
    .box-two-column .box-left {
        width: 100%;
        padding: 0;
    }
    .box-two-column .box-right {
        margin: 0 auto;
        padding: 30px 0 0 0 ;
    }
    .box-reverse .box-left,
    .box-reverse .box-right,
    .box-con-swiper .box-left,
    .box-con-swiper .box-right,
    .box-two-column .box-right {
        width: 100%;
    }
    .box-reverse .box-right p,
    .box-con-swiper .box-left,
    .box-con-swiper .box-left:nth-of-type(2){
        padding: 0;
    }
    .box-reverse {
        flex-direction: column-reverse;
    }
    .box-con-swiper {
        padding-top: 30px;
    }
    .box-certificazioni .box-text .certificazione {
        width: 75px;
        height: 50px;
        bottom: -25px;
    }
    .box-certificazioni .box-text.certificazione-singola .certificazione {
        right: -37px;
    }
    .container-prodotti .box-prodotto .box-right .box-img {
        width: 100px;
        height: 100px;
    }
    .main-center-dettaglio-azienda .cosa-offriamo .box-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-two-column .box-right .box-img {
        height: 200px;
    }
    .entity_wrapper.catalogue .box-left {
        padding: 2.5% 10%;
    }
    .entity_wrapper.catalogue .box-left .catalogo {
      width: 50%;
      left: -10%;
    }
    .box-certificazioni .box-text .certificazione:nth-of-type(2) {
        left: 115px;
    }
    .main-center-dettaglio-azienda .container-tags ul li {
        width: 50%;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .left-modal, .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
        height: auto;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .left-modal {
        border-radius: 10px 10px 0 0;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
        border-bottom: none;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal input[type=text] {
        text-align: left;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .left-modal ul li input[type=checkbox] {
        margin-right: 15px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
        bottom: -25px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(2) {
        left: 165px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(3) {
        left: 280px;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
        padding-bottom: 70px;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal #send_message {
        bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
  .container-aziende .box-img {
    width: 100%;
    padding: 0 5% !important;
    display: flex;
    padding-bottom: 30px !important;
    transform: none !important;
  }
  .container-aziende .box-img img {
    background-color: lightgray;
    margin: 0 auto;
    border-radius: 10px !important;
    position: relative;
    box-shadow: 1px 5px 5px lightgrey;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
  }
    .container-aziende .box-info,
    .container-aziende.reverse .box-info {
        width: 100%;
        margin-bottom: 20px;
    }
    .container-aziende .box-info .logo {
        margin: 0 auto;
    }
    .container-aziende .box-info .name,
    .container-aziende .box-info .indirizzo,
    .container-aziende .box-info .contatti {
        padding: 0 5%;
    }
    .container-aziende .box-info .name {
        padding-bottom: 15px;
    }
    .container-aziende.reverse .box-info {
      padding: 0;
    }
    ul.two-column li {
        width: 100%;
    }
    .main-center-dettaglio-azienda .box-certificazioni .box-text{
        max-width: 60%;
    }
    .box-certificazioni .box-text.certificazione-singola{
        max-width: 80%;
    }
    .container-aziende .box-info .indirizzo, .container-aziende .box-info .contatti {
        width: 100%;
    }
    .container-aziende .box-info .contatti {
        padding-top: 15px;
    }
    .container-prodotti .box-prodotto {
        flex-direction: column;
    }
    .container-prodotti .box-prodotto .box-left, .container-prodotti .box-prodotto .box-right {
        width: 100%;
    }
    .container-prodotti .box-prodotto.reverse {
        flex-direction: column;
    }
    .container-prodotti .box-prodotto .box-right,
    .container-prodotti .box-prodotto.reverse .box-right {
        justify-content: center;
    }
    .container-prodotti .box-prodotto.reverse .box-left {
        padding: 0;
    }
    .entity_wrapper .box-right .button a {
        width: 100px;
        height: 60px;
    }
    .entity_wrapper,
    .entity_wrapper.reverse {
        flex-direction: column;
        margin-top: 50px;
    }
    .entity_wrapper .box-left,
    .entity_wrapper .box-right {
        width: 100%;
    }
    .entity_wrapper .box-right,
    .entity_wrapper.reverse .box-right {
        padding: 20px 0 0 0;
    }
    .box-two-column .box-text {
      column-count: 1;
    }
    .main-center-dettaglio-azienda .container-tags ul li {
        width: 100%;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal .info {
        width: 100%;
    }
    .richiesta-informazioni-modale .richiesta-informazioni .form_submit input[type=submit] {
      width: 100%;
    }
    .container-correlati .box-espositori .espositore {
        width: calc(50% - 10px);
        height: 60px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola {
        width: 100%;
        max-width: 100%;
        padding-right: 5%;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
        width: 75px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(2) {
        left: 130px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione:nth-of-type(3) {
        left: 220px;
    }
    .box-certificazioni.tripla .box-text.certificazione-singola .certificazione {
        left: calc(5% + 15px);
    }
    .richiesta-informazioni-modale .richiesta-informazioni .right-modal {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 343px) {
    .richiesta-informazioni-modale .richiesta-informazioni {
        height: 1130px;
    }
}

/* end of css */
