/* BODY STYLE */
:root {
  --bulma-body-line-height: 1.6;
  --bulma-weight-light: 300;
  --bulma-weight-normal: 400;
  --bulma-weight-medium: 500;
  --bulma-weight-semibold: 600;
  --bulma-weight-bold: 700;
  --bulma-weight-extrabold: 800;
  --bumla-color-primary: #e60000;
  /* --bulma-body-color:red; */

  --bulma-family-primary: "Montserrat";
  --bulma-family-secondary: "Prata";
  --bulma-body-weight: 290;

  --bulma-primary-h: 0deg;
  --bulma-primary-l: 45%;

  --bulma-link-h: 217deg; /* pulsante e link e anche focus input */
  --bulma-link-s: 12%;
  --bulma-link-l: 46%;

  --bulma-success-s: 67%;
  --bulma-success-l: 59%;
  --bulma-danger-h: 360deg;
  --bulma-danger-l: 68%;

  --bulma-btn-ghost-color: rgb(230, 0, 0);
  --bulma-btn-ghost-hover-color: rgb(230, 0, 0);
  --footer-text-link-hover: #e60000;
  --footer-text-link: #9ca3af8f;
  --bulma-link-text: #c2410c;
  --bulma-link-text-hover: #ea580c;

  --bread-color-link: #e60000;
  --bread-normal: #64748b;
  --bread-hero-normal: #cbd5e1;

  --navbar-weight: 600;
  --navbar-item-weight: 600;
  --navbar-font-size: 95%;
  --navbar-text: #fefefe;
  --navbar-text-hover: #000;
  --navbar-bg: transparent;
  --navbar-bg-hover: rgba(243, 244, 246, 1);
  --navbar-bg-border: 5px;

  --offcanvas-text-color: #d5d5d5;
  --offcanvas-text-font-size: 90%;
  --offcanvas-weight: 500;
  --offcanvas-bg-hover-color: #ffffff21;
  --offcanvas-bg: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(20, 22, 26, 1) 99%
  );

  --title-weight: 700;
  --title-color: #fff;
  --title-table: #fff;
  --table-border-color: #d1d5db;

  --input-border: #d1d5db2e;

  --bulma-label-color: #fefefe;
  --bulma-help-size: 0.85rem;

  --splide-pg: #3e3e3e;
  --splide-pg-active: #6d6d6d;
  --splide-arrow-bg: transparent;
  --splide-arrow-bg-hover: transparent;
  --splide-arrow-color: #6d6d6d;

  --button-size-small: 0.85rem;
}

html {
  /* (15 / 16) * 100 = 87.5% */
  font-size: 93.75%;
  scrollbar-gutter: stable;
}

a {
  cursor: pointer;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 350;
}


.title {
  --bulma-title-line-height: 1.5;
  --bulma-title-weight: var(--title-weight);
  --bulma-title-color: var(--title-color);
  font-family: "Prata", serif;
}

strong {
  color: var(--title-color);
  font-weight: var(--bulma-strong-weight);
}

.input,
.textarea,
.select select {
  --bulma-input-focus-shadow-size: 0;
  --bulma-input-radius: 5px;
  border-color: var(--input-border);
  box-shadow: none;
}

.table {
  --bulma-table-cell-border-color: var(--table-border-color);
  --bulma-table-cell-heading-color: var(--title-table);
  --bulma-table-head-cell-color: var(--title-table);
}

.card,
.box {
  --bulma-card-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.card-footer:last-child {
  border: 0px !important;
}

.navbar {
  --bulma-navbar-item-img-max-height: 3rem;
  padding: 0.6rem 0;
  --bulma-navbar-dropdown-arrow: #000;
  --bulma-navbar-h: 0deg;
  --bulma-navbar-s: 0%;
  --bulma-navbar-l: 100%;
  --bulma-navbar-background-color: #fff;
  --bulma-navbar-item-color-l: 0%;
}

.navbar.is-dark {
  --bulma-navbar-item-background-l: 98%;
  --bulma-navbar-item-background-l-delta: 91%;
  --bulma-navbar-item-hover-background-l-delta: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.82) 8%,
    rgba(0, 0, 0, 0) 100%
  );
  /* mix-blend-mode: multiply; */
}

.navbar.is-light {
  background: #fff;
}

/*navbar adjust*/
a.noh:hover,
a.noh:focus,
a.noh:active,
a.noh:visited {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .navbar {
    padding-inline: 0.7rem 0.1rem;
  }
}

.navbar-menu .menu-item {
  font-weight: var(--navbar-weight);
  font-size: var(--navbar-font-size);
  /* color: var(--navbar-text); */
}

a.navbar-item {
  border-radius: var(--navbar-bg-border);
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover {
  --bulma-navbar-item-background-l-delta: var(
    --bulma-navbar-item-hover-background-l-delta
  );
  --bulma-navbar-item-background-a: 1;
  color: var(--navbar-text-hover);
}

.pagination-link.is-current,
.pagination-link.is-selected {
  background-color: var(--bumla-color-primary);
  border-color: var(--bumla-color-primary);
  color: #fff;
}

/*OFF CANVAS*/
.off-canvas {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  height: 100vh;
  display: none;
}

.off-canvas-left {
  top: 0;
  left: 0px;
  width: 280px;
  height: 100vh;
  position: fixed;
  background: var(--offcanvas-bg);
  z-index: 99991;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(10, 10, 10, 0.3);
  display: none;
}

.off-canvas-logo {
  height: 70px;
}

.off-canvas-left ul.offmenu a,
.off-canvas-left .navbar-item.has-dropdown.is-hoverable {
  color: var(--offcanvas-text-color);
  font-size: var(--offcanvas-text-font-size);
  text-align: left !important;
  font-weight: var(--offcanvas-weight);
  padding: 0.85rem 2rem !important;
  border-bottom: 0px solid #cfcfcf24;
  border-radius: 0px;
}
.off-canvas-left .navbar-item {
  padding: 0.85rem 2rem !important;
}

.off-canvas-left .navbar-dropdown.is-boxed {
  padding-left: 1rem;
}

.off-canvas-left ul.offmenu a:hover {
  color: var(--offcanvas-text-color);
}
.off-canvas-left ul.offmenu a:hover {
  background: var(--offcanvas-bg-hover-color) !important;
}

.off-canvas-left ul.offmenu a.is-active,
.off-canvas-left ul.offmenu a:focus,
.off-canvas-left ul.offmenu a:hover {
  background: transparent;
}

.fmenu ul.offmenu a.is-active,
.fmenu ul.offmenu a:focus,
.fmenu ul.offmenu a:hover {
  background: transparent;
  color: inherit;
}
/*OFF CANVAS*/

/*eq card*/
.bm--card-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bm--card-equal-height .card-footer {
  margin-top: auto;
}

.bm--card-equal-height .pushbot {
  margin-top: auto !important;
}
/*eq card*/

/*footer*/
.footer {
  background: radial-gradient(
    circle at 10% 20%,
    rgb(0, 0, 0) 0%,
    rgb(20, 22, 26) 90.2%
  );
  margin-top: 2rem;
  padding: 5rem 0 3rem;
  box-shadow: 0px -14px 19px -2px rgba(0, 0, 0, 0.1);
  background-position: top left;
  background-size: cover;
  position: relative;
}

.footer .col1 {
  width: 250px;
  text-align: right;
}

.footer .col2 {
  width: 200px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer .col1,
  .footer .col2 {
    width: 300px;
    text-align: center;
  }
}

.footer p {
  color: inherit;
}

.footersubnav {
  padding: 5rem 1.5rem 2rem 1.5rem;
}
.footerlogo {
  width: 180px;
  max-height: none !important;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .footer-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .flist a {
  color: inherit;
}

.footer .flist a:hover {
  text-decoration: underline;
}

footer .flist li {
  color: inherit;
  padding: 0.3rem 0.75rem;
  font-size: 93%;
}

.footersubnav .level {
  font-size: 65%;
  font-weight: 550;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footersubnav .level {
  font-size: 65%;
  font-weight: 550;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footersubnav .level-item a:hover {
  color: var(--footer-text-link-hover);
}
.footersubnav .level-item,
.footersubnav .level-item a {
  color: var(--footer-text-link);
  transition: color 0.25s ease-out 0s;
}

/*footer*/

/*icon*/
.fas,
.icon,
.icon.is-small {
  font-size: 1em;
}
.fas.fa-lg,
.icon.is-medium {
  font-size: 1.33em;
}

.fas.fa-2x {
  font-size: 2em;
}

/* comment*/
.comment-avatar {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  margin-right: 1.1rem;
  background: #5e7d99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-avatar span {
  color: #f5f5f5;
  font-weight: 700;
}

.comment-author .avatar {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
  border-radius: 50%;
}

.comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-top: 1.6rem;
  padding: 2.4rem;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
}

.comment-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  border-style: solid;
  border-width: 0 10.5px 20px 10.5px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.comment-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  border-style: solid;
  border-width: 0 9.4px 17.8px 9.4px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

ul.comment-list {
  list-style: none;
  padding: 2rem 0 2rem 0;
  margin-left: 0px;
}

ul.comment-list li {
  margin-bottom: 1.2rem !important;
}

.content li + li {
  margin-top: 0rem !important;
}

ul.comment-list ul.children {
  list-style: none;
}

.comment-respond {
  padding-top: 2.4rem;
}

.comment-notes {
  margin-bottom: 2rem;
}

.comment-text ul li {
  margin-bottom: 0.6rem !important;
}

.comment-form-cookies-consent {
  padding: 1rem;
}
/* comment*/

.required {
  color: hsl(348, 100%, 61%);
  margin-left: 0.5rem;
}

.ptruncate-1,
.ptruncate-2,
.ptruncate-3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ptruncate-1 {
  -webkit-line-clamp: 1;
}
.ptruncate-2 {
  -webkit-line-clamp: 2;
}
.ptruncate-3 {
  -webkit-line-clamp: 3;
}

.fitcover {
  object-fit: cover;
}

.cardoverlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgb(14, 40, 71);
  background: linear-gradient(
    180deg,
    rgba(20, 22, 26, 0) 0%,
    rgba(20, 22, 26, 0.53) 99%
  );
}

/*blogpage*/
.content {
  --bulma-content-blockquote-background-color: none;
  --bulma-content-table-head-cell-border-width: 0 0 1px;
  --bulma-content-table-head-cell-color: #000;
  --bulma-content-table-foot-cell-border-width: 1px 0 0;
  --bulma-content-table-foot-cell-color: #000;
}

.content table thead th {
  color:#fff !important;
}
.content table {
  background-color: transparent !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 1.59rem;
  font-weight: var(--title-weight);
  color: var(--title-color);
  line-height: var(--bulma-title-line-height);
  margin-bottom: 0.8714em;
}

.content ul li,
.content ol li {
  margin-bottom: 1.37rem;
}

.content blockquote {
  margin: 2rem 0 2rem 0;
}

.content.blogpage .wp-block-paragraph{
margin-bottom:2rem;
}

/*gutemberg table*/
.wp-block-table {
  overflow-x: auto !important;
  display: block !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
}

.content .wp-block-table {
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.content table.has-fixed-layout thead {
  border-width: 1px;
  color: var(--title-color);
  font-weight: var(--bulma-strong-weight);
}
/*gutemberg table*/

.is-overlay .hero-body .breadcrumb ul {
  color: var(--bread-hero-normal);
}

.is-overlay .hero-body .breadcrumb {
  --bulma-breadcrumb-item-color: var(--bread-hero-normal);
  --bulma-breadcrumb-item-hover-color: var(--bread-color-link);
  --bulma-breadcrumb-item-active-color: var(--bread-hero-normal);
  --bulma-breadcrumb-item-separator-color: var(--bread-hero-normal);
}

.breadcrumb ul {
  color: var(--bread-normal);
}
.breadcrumb {
  --bulma-breadcrumb-item-color: var(--bread-normal);
  --bulma-breadcrumb-item-hover-color: var(--bread-color-link);
  --bulma-breadcrumb-item-active-color: var(--bread-normal);
  --bulma-breadcrumb-item-padding-vertical: 0;
  --bulma-breadcrumb-item-padding-horizontal: 0.75em;
  --bulma-breadcrumb-item-separator-color: var(--bread-normal);
}

.hero.is-light .title {
  --bulma-title-color: var(--title-color);
  --bulma-title-strong-color: var(--title-color);
}

/*CF7*/
.wpcf7-response-output {
  display: none !important;
}
.swal2-html-container {
  font-size: 1rem !important;
}
.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin: 0.2rem 0px 0px;
}
.wpcf7-form label {
  margin-bottom: 0.7rem;
}

.wpcf7-form .field {
  margin-bottom: 0px;
}
.field .checkbox br {
  display: none !important;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
}

.wpcf7-acceptance label input {
  margin-right: 0.7rem;
}

label.checkbox .control,
.wpcf7-form-control.wpcf7-acceptance {
  font-weight: 450 !important;
  font-size: 0.97rem;
}

.wpcf7-form .select {
  height: auto !important;
}
.wpcf7-form .select:not(.is-multiple):not(.is-loading)::after {
  position: absolute;
  top: 18px;
}

/*START HERE*/
.card .title a {
  color: var(--title-color);
}

.card .title a:hover {
  color: var(--bulma-link-text) !important;
}

/* button */
.buttons {
  gap: 0.5rem !important;
}

.buttons.are-small,
.button.is-small {
  --bulma-control-size: var(--button-size-small);
}

.button.is-ghost {
  --bulma-button-ghost-color: var(--bulma-btn-ghost-color);
  --bulma-button-ghost-hover-color: var(--bulma-btn-ghost-hover-color);
}

.button.is-primary:not(.is-dark) {
  color: #fefefe;
}
/*button*/

/*SPLIDE*/
.splide__pagination {
  position: relative !important;
  bottom: 0px !important;
}

.splide__pagination__page {
  background: var(--splide-pg) !important;
}

.splide__pagination__page.is-active {
  background: var(--splide-pg-active) !important;
  transform: scale(1) !important;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--splide-arrow-bg) !important;
  bottom: -15px !important;
  top: unset !important;
  opacity: 1 !important;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
}

.splide__arrow:hover {
  background: var(--splide-arrow-bg-hover) !important;
}

.splide__arrow:disabled {
  opacity: 0.4 !important;
}

.splide__arrow svg {
  width: 14px !important;
  fill: var(--splide-arrow-color) !important;
}

ul.splide__pagination li:nth-child(n + 7) {
  display: none;
}

/* WhatsApp */
.is-social-whatsapp {
  background-color: #25d366;
  color: white !important;
  border: none;
}
.is-social-whatsapp:hover {
  background-color: #1ea851;
}

/* X (Twitter) */
.is-social-x {
  background-color: #000000;
  color: white !important;
  border: none;
}
.is-social-x:hover {
  background-color: #222222;
}

/* Facebook */
.is-social-facebook {
  background-color: #1877f2;
  color: white !important;
  border: none;
}
.is-social-facebook:hover {
  background-color: #145dbb;
}

/* LinkedIn */
.is-social-linkedin {
  background-color: #0077b5;
  color: white !important;
  border: none;
}
.is-social-linkedin:hover {
  background-color: #005a8a;
}
.is-social-instagram {
  background: #fd5949;
  color: white !important;
  border: none;
}
.is-social-instagram:hover {
  background-color: #a83025;
  color: white !important;
}

/* Telegram */
.is-social-telegram {
  background-color: #0088cc;
  color: white !important;
  border: none;
}
.is-social-telegram:hover {
  background-color: #0077b5;
}

/*herobg*/
.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 90%;
}

.mask-bottom {
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media screen and (max-width: 768px) {
  .small-position {
    object-position: 58% center !important;
  }

  .small-position-right {
    object-position: 75% center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-background-mobile {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 85%;
  }
}

.hero-background.is-transparent {
  opacity: 0.56;
}

.is-overlay .hero-body,
.is-overlay .hero-head,
.is-overlay .hero-foot {
  z-index: 2;
  color: #fefefe;
}

.is-overlay .title {
  color: #fefefe;
}

.is-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(14, 40, 71);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.83) 0%,
    rgba(0, 0, 0, 0.67) 99%
  );
}

.is-overlay-light .hero-body {
  z-index: 2;
}

.is-overlay-light::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(14, 40, 71);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.53) 99%
  );
}

.herodark {
  background: #152331;
  background: radial-gradient(
    circle at 10% 20%,
    rgb(0, 0, 0) 0%,
    rgb(20, 22, 26) 90.2%
  );
}

.herodark-light {
  background: linear-gradient(
    358deg,
    rgba(0, 0, 0, 0.86) 8%,
    rgba(0, 0, 0, 0) 100%
  );
}

.herodark-medium {
  background: rgba(0, 0, 0, 0.86);
}

.herodark-light-inv {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.86) 8%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* .hero-foot {
  background: linear-gradient(
    358deg,
    rgba(20, 22, 26, 1) 0%,
    rgba(20, 22, 26, 0) 100%
  );
} */

.imagearticle {
  width: 100%;
  /* height: 50%; */
  margin: 0 auto !important;
  padding: 0rem;
  background-color: #fff;
  border-radius: 1%;
}

.toolarticle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  border-bottom: 0px solid #d1d5db92;
}

#dropdown-social-share .dropdown-content .dropdown-item a .icon {
  font-size: 1.2rem;
  border-radius: 5px;
}

#dropdown-social-share .dropdown-content .dropdown-item a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f1f5f9;
  color: #000;
}

#dropdown-social-share .dropdown-content .dropdown-item a:hover {
  background-color: #f1f5f9;
}

.section-inner-shadow,
.inner-shadow {
  box-shadow: 0px -14px 19px -2px rgba(149, 157, 145, 0.1);
  z-index: 9;
  border-top: 1px solid #d1d5db42;
  position: relative;
}

.icon-mod {
  align-items: center;
}
.icon-mod .icon {
  border-radius: 15px;
}

.phototh {
  width: 100%;
  height: 135px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #fefefe34;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  border-radius: 2px;
  transition:
    all 0.25s ease-out,
    color 0.25s ease-out !important;
}

.phototh:hover {
  border: 1px solid hsl(217deg, 12%, 86%);
}

/*lightbox*/
.glightbox-clean .gslide-description {
  background: transparent !important;
  color: inherit;
}

.gslide-title {
  color: inherit !important;
  margin-bottom: 0.7rem !important;
}

.goverlay {
  background: rgba(0, 0, 0, 0.93) !important;
}
/*lightbox*/

.buttons.is-social-footer .icon {
  border-radius: 30% !important;
  margin-left: 0.1rem !important;
  margin-right: 0.4rem !important;
}

#text-sequence-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.frase-animata {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  line-height: 1.2;
}

.heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 61%;
}

/*gsap fix hero 100dvh o 100svh */
#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.hero.is-freeze,
.hero.is-fullheight {
  height: 100svh !important;
  min-height: 100svh !important;
}

.bigshadow {
  box-shadow: rgba(0, 0, 0, 0.62) 0px 3px 24px !important;
}
.smallshadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.fl::first-letter {
  text-transform: uppercase;
}

.herovideo.hero {
  position: relative;
  overflow: hidden;
}

.herovideo .hero-video-bg {
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.herovideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.herovideo .hero-body {
  position: relative;
  z-index: 1;
}

.pieroemme-ph {
  position: relative;
  z-index: 2;
  bottom: -9px;
}

.pieroemmepress .columncontent {
  padding: 3rem 0 !important;
}

@media screen and (max-width: 1023px) {
  .pieroemmepress .columncontent {
    padding: 6rem 0.7rem 0 0.7rem !important;
  }

  .pieroemmepress .buttons.is-social-footer.are-small {
    display: flex;
    justify-content: center !important;
  }
}

.imgbox {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #13315d;
  border-radius: 10px;
  overflow: hidden;
}

.imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

.imgbox img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  opacity: 2;
  z-index: 0;
}

.imgbox div {
  position: absolute;
  bottom: 10px;
  padding: 1.5rem;
  width: 100%;
  z-index: 2;
}

.imgbox .title {
  color: #fff;
  margin-bottom: 0.8rem;
}

.imgbox p {
  color: #d6d9e0;
  margin-bottom: 1.2rem;
}

.image.is-3by1 {
  aspect-ratio: 3/1.1;
}

.listsocial .icon {
  border-radius: 5px;
}
/*hover effect*/
.listsocial.box:hover {
  background-color: #191c21;
}

.has-shine {
  position: relative;
  overflow: hidden;
}

.has-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );

  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 1;
}

.has-shine:hover::before {
  left: 150%;
  transition: left 0.6s ease-in-out;
}

.card-image:last-child img {
  border-end-start-radius: 0 !important;
  border-end-end-radius: 0 !important;
}

.menu-fab,
.fabwa {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 32, 63, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  z-index: 1001;
  border: 1px solid #ffffff4f;
}

.fabwa {
  background-color: #25d366;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #ffffff4f;
}

.is-3by12 {
  aspect-ratio: 3/1.2;
}

.hero-background {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}


/*wpconsent*/
.wpconsent-iframe-placeholder, .wpforms-form .wpconsent-iframe-placeholder, div.wpforms-container-full .wpconsent-iframe-placeholder {
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  border: 0x solid #ddd !important;
  overflow: hidden;
  width:100% !important;
}