a {
  cursor: pointer;
}

.content-post {
  width: 100%;
  padding: 0 64px;
}
@media (max-width: 900px) {
  .content-post {
    padding: 0 15px;
  }
}

.text-heading h2 {
  font-weight: 500;
  font-size: 35px;
  color: #CF2041;
}
.text-heading .content {
  margin: 3em 0;
}
@media (max-width: 900px) {
  .text-heading .content {
    margin: -20px 0 1em 0;
  }
}
@media (max-width: 900px) {
  .text-heading.titlehome h2 {
    font-size: 27px;
    padding: 0 10px 20px 10px;
  }
}

.rosso {
  color: #CF2041;
}

.wrapper {
  min-height: calc(100vh - 240px);
}

.h24 {
  min-height: 24px !important;
}

.search_input::-webkit-search-cancel-button {
  display: none;
}

body {
  font-family: "Roboto", sans-serif, sans-serif;
}

.descrizione_post_single {
  color: #373735;
}

p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #A61A34;
}

.fm-rale {
  font-family: "Raleway";
}

.fm-roboto {
  font-family: "Roboto", sans-serif;
}

.customcolor a {
  color: #CF2041 !important;
}

@media (max-width: 900px) {
  .pmobile-20 {
    padding: 0 20px;
  }
}
.bg-home {
  background: url(/wp-content/uploads/2024/01/header-bg.png);
  background-size: contain;
  background-position: 0px 24%;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .bg-home {
    background-size: auto;
    background-position: 0% -1%;
  }
}

.text-banner_home {
  padding-left: 4em;
}
@media (max-width: 900px) {
  .text-banner_home {
    padding: 0;
  }
}
@media (min-width: 1850px) {
  .text-banner_home {
    padding-left: 10em;
  }
}

.logo img {
  max-width: 300px;
}
@media (max-width: 900px) {
  .logo img {
    max-width: 240px;
    padding-left: 10px;
  }
}

.left-header {
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.navbar-nav.headermenu .nav-item {
  padding: 0 13px;
}
.navbar-nav.headermenu .nav-item a {
  color: #A61A34;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 0;
}
.navbar-nav.headermenu .nav-item a:hover {
  color: #CF2041;
}

.search_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.search_header .searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 40px;
  background-color: #F4F4EF;
  border-radius: 40px;
  padding: 5px;
  transition: background-color 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #C7C7C1;
}
.search_header .searchbar:hover {
  border: 2px solid #A61A34;
}
.search_header .searchbar .search_input {
  color: #000;
  border: 0;
  outline: 0;
  background: none;
  width: 80px;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}
@media (max-width: 900px) {
  .search_header .searchbar .search_input {
    width: 0px;
  }
}
.search_header .searchbar .search_input:active, .search_header .searchbar .search_input:focus {
  padding: 0 10px;
  width: 400px;
  caret-color: #A61A34;
}
.search_header .searchbar .search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white;
  text-decoration: none;
  transition: background-color 0.4s linear, color 0.4s linear;
  background-color: transparent;
}
.search_header .searchbar .search_icon:hover {
  background-color: white;
  color: #e74c3c;
}

.login {
  border-radius: 40px;
  border: 2px solid var(--grey-base, #C7C7C1);
  background: var(--grey-100, #F4F4EF);
  display: flex;
  width: 42px;
  height: 42px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .login {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .login a,
  .login span {
    width: 100%;
  }
  .login a svg,
  .login span svg {
    width: 70%;
    height: 90px;
  }
}

.banner-red {
  background-image: url("/wp-content/uploads/2024/01/bg-home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.banner-red .banner {
  padding: 0 20px;
}

.h2-title {
  font-family: "Raleway";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  max-width: 30vw;
}
@media (max-width: 900px) {
  .h2-title {
    max-width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 50px 0;
  }
}

.img-banner_home img {
  margin-top: -2em;
}

.banner-seconddary {
  border-radius: 0px 0px 176px 176px;
  background: #CDCD03;
  padding: 24px 0;
}
@media (max-width: 900px) {
  .banner-seconddary {
    border-radius: 0px 0px 36px 36px;
  }
}
.banner-seconddary p {
  color: var(--primary-600, #393900);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 900px) {
  .banner-seconddary p {
    font-size: 20px;
  }
}

.contenuti_whit-img {
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .contenuti_whit-img {
    flex-direction: column;
    overflow: hidden;
  }
}
.contenuti_whit-img .card-service {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: center;
  position: relative;
  left: -70px;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service {
    left: 0px;
    top: -70px;
  }
}
.contenuti_whit-img .card-service .card_service-one {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 48px;
  border: 2px solid var(--grey-base, #C7C7C1);
  background: var(--Base-White, #FFF);
  transition: 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one {
    padding: 10px;
    height: 123px;
    padding: 17px;
    border-radius: 32px;
    width: 335px;
  }
}
.contenuti_whit-img .card-service .card_service-one .card_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one .card_intro {
    gap: 5px;
  }
}
.contenuti_whit-img .card-service .card_service-one .card_intro .text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: self-start;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one .card_intro .text h4 {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .contenuti_whit-img .card-service .card_service-one .card_intro .text p, .contenuti_whit-img .card-service .card_service-one .card_intro .text span {
    font-size: 14px;
  }
}
.contenuti_whit-img .card-service .card_service-one .card_intro .icon img {
  width: 80px;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one .card_intro .icon img {
    width: 44px;
  }
}
.contenuti_whit-img .card-service .card_service-one .card_intro * {
  padding: 0 10px;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one .card_intro * {
    padding: 0 5px;
  }
}
.contenuti_whit-img .card-service .card_service-one .card_intro * svg {
  padding: 0;
}
.contenuti_whit-img .card-service .card_service-one:hover .arrow_icon {
  transform: translate(10px, 0px);
}
.contenuti_whit-img .card-service .card_service-one .arrow_icon {
  transition: 0.4s ease-in-out;
}
@media (max-width: 900px) {
  .contenuti_whit-img .card-service .card_service-one .arrow_icon svg {
    width: 24px;
  }
}
@media (max-width: 900px) {
  .contenuti_whit-img .img-circle {
    width: 110%;
  }
}
.contenuti_whit-img .img-circle img {
  width: 645.797px;
}
@media (max-width: 900px) {
  .contenuti_whit-img .img-circle img {
    width: 100%;
  }
}

.cta_footer {
  display: flex;
  width: 100%;
  padding: 140px 60px;
  flex-direction: column;
  align-items: center;
  gap: 90px;
  background: url(/wp-content/uploads/2024/01/cta-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cta_footer.bg-contatc {
  min-height: calc(100vh - 333px);
  justify-content: center;
}
@media (max-width: 900px) {
  .cta_footer {
    padding: 60px 10px;
  }
}
.cta_footer .cta {
  border-radius: 8px;
  border: 2px solid var(--grey-base, #C7C7C1);
  background: var(--grey-100, #F4F4EF);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 70%;
  padding: 0px 88px 0px 64px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .cta_footer .cta {
    padding: 0px 10px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cta_footer .cta .img_cta {
  width: 30%;
}
@media (max-width: 900px) {
  .cta_footer .cta .img_cta {
    width: 50%;
  }
}
.cta_footer .cta .cta_button {
  width: auto;
}
@media (max-width: 900px) {
  .cta_footer .cta .cta_button {
    margin-bottom: 50px !important;
  }
}
.cta_footer .cta .text_cta {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .cta_footer .cta .text_cta {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .cta_footer .cta .text_cta h3 {
    font-size: 2em;
    margin: 30px 0 0 0;
  }
  .cta_footer .cta .text_cta p {
    padding: 20px 28px;
    margin-bottom: 25px;
  }
}

.cta-full .cta {
  width: 100%;
  align-items: center;
}
.cta-full .cta .img_cta {
  width: 14%;
}
@media (max-width: 900px) {
  .cta-full .cta .img_cta {
    width: 50%;
  }
}
.cta-full .cta .cta_button {
  width: 17%;
}
@media (max-width: 900px) {
  .cta-full .cta .cta_button {
    width: 50%;
    margin-bottom: 40px;
  }
}

.btn-cta {
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #CF2041;
  color: #fff;
  transition: 0.4s ease;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .btn-cta {
    padding: 10px 32px;
  }
}
.btn-cta:hover {
  background-color: #A61A34;
  color: #fff;
}

.footer {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  background-color: #CDCD03;
}
@media (max-width: 900px) {
  .footer {
    padding: 20px 25px;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 19px;
  }
  .footer .footerlink {
    width: 100%;
  }
  .footer ul {
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
  .footer ul a {
    text-decoration: underline;
  }
}
.footer li a {
  color: var(--primary-700, #1A1A00);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.footer li a:hover {
  opacity: 0.7;
}

.navbar-light .navbar-toggler {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  border: 2px solid #C7C7C1;
  background-color: #F4F4EF;
}
.navbar-light .navbar-toggler.search {
  padding: 0;
}

.offcanvas-top {
  top: 160px;
  height: 100vh;
  background-color: #F4F4EF;
}

.modal-backdrop {
  display: none;
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(11%, -19%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(8%, 33%) rotate(-45deg);
}

button:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  transition: background-color 0.4s linear;
}
.navbar-toggler.red {
  background-color: #CF2041;
  border: 2px solid #A61A34;
}
.navbar-toggler.red svg path {
  fill: #fff;
}
.navbar-toggler.red span {
  background-color: #fff;
}

.offcanvas-body {
  flex-grow: 0;
  padding: 1rem 1rem;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 74%;
}
@media (max-width: 900px) {
  .offcanvas-body {
    padding: 4rem 1rem 1rem 1rem;
  }
}
@media (max-width: 900px) {
  .offcanvas-body .offcanvas-header {
    display: none !important;
  }
}
.offcanvas-body .nav-item a {
  color: #A61A34 !important;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
  padding: 0;
}

.pr-0 {
  padding-right: 0 !important;
}

.current-menu-item a {
  color: #CF2041 !important;
  position: relative;
}
.current-menu-item a:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 4px;
  background-color: #A61A34;
  bottom: -10px;
}

div#searchModal {
  top: 0;
  height: 175px;
  background-color: #fff;
}
div#searchModal .bodysearch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
}
div#searchModal .bodysearch .search_header {
  width: 80%;
}
div#searchModal .bodysearch .search_header .searchbar {
  width: 100%;
  height: 60px;
  border: 2px solid #A61A34;
}
div#searchModal .bodysearch .search_header .searchbar .search_input {
  width: 100%;
}
div#searchModal form {
  width: 100%;
  padding: 0 20px;
}

.bg-login {
  background: #CF2041;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 100vh;
  height: 86vh;
}
@media (max-width: 900px) {
  .bg-login {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100%;
    height: 100%;
  }
}
.bg-login .login_logo-wrapper {
  -webkit-border-radius: 24px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 24px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media (max-width: 900px) {
  .bg-login .login_logo-wrapper {
    -webkit-border-radius: 24px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 24px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 90%;
    height: auto;
    padding: 0px;
    margin: 20px;
  }
}
.bg-login .login_logo-wrapper img {
  padding: 30px;
  max-width: 40%;
}
@media (max-width: 900px) {
  .bg-login .login_logo-wrapper img {
    padding: 40px;
    max-width: 100%;
  }
}
.bg-login .login_doc-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-image: url("/wp-content/uploads/2024/01/bg-home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 900px) {
  .bg-login .login_doc-wrapper {
    width: 100%;
  }
}
.bg-login .login_doc-wrapper .wrapper_login {
  display: flex;
  padding: 64px 24px 88px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  -webkit-border-radius: 24px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 24px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid var(--grey-base, #C7C7C1);
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 900px) {
  .bg-login .login_doc-wrapper .wrapper_login {
    width: 90%;
    margin-bottom: 30px;
    -webkit-border-radius: 24px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 24px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    gap: 20px;
    padding: 44px 24px 28px 24px;
  }
}
@media (max-width: 900px) {
  .bg-login .login_doc-wrapper .text_block {
    text-align: center;
  }
}
.bg-login .login_doc-wrapper .text_block h3 {
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 900px) {
  .bg-login .login_doc-wrapper .text_block h3 {
    font-size: 33px;
  }
}
.bg-login .login_doc-wrapper .cta_login {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.bg-login .login_doc-wrapper .cta_login button.login_cta {
  border-radius: 96px;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
}
.bg-login #footer {
  position: absolute;
  border: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .bg-login #footer {
    position: relative;
  }
}

.cta_blu {
  background-color: #183F78 !important;
  padding: 20px 52px;
  border-radius: 96px;
  width: 100%;
  font-size: 20px;
  gap: 20px;
}

.blu {
  color: #183F78;
}

.container-red-bar {
  background-image: url("/wp-content/uploads/2024/02/Container.png");
  background-size: cover;
}

.card-group .card {
  flex-grow: 1;
  width: 33%;
}

.img-item_last {
  height: 80px;
  margin-bottom: 10px;
  object-position: top center;
  object-fit: cover;
  -o-object-position: top center;
  -o-object-fit: cover;
  width: 90%;
}

.lastpost {
  max-width: 89%;
  float: right;
}
@media (max-width: 900px) {
  .lastpost {
    max-width: 100%;
    margin-top: 1em;
  }
}
.lastpost .card-title {
  margin-top: 5px;
}
.lastpost .title-side {
  margin-top: 0 !important;
  font-size: 15px;
  font-weight: bold;
}
.lastpost p {
  color: #A0A09B;
  font-size: 12px;
  margin-bottom: 0;
}

.bg-header_page {
  background-image: url("/wp-content/uploads/2024/02/Container.jpg");
  background-size: cover;
  background-repeat: none;
  min-height: 100px;
  padding: 0 17px;
  max-height: 188px;
}
@media (max-width: 900px) {
  .bg-header_page {
    height: auto;
    padding: 20px 16px;
  }
}
.bg-header_page .img {
  margin-right: 14em;
}
@media (max-width: 900px) {
  .bg-header_page .img {
    margin-right: 0em;
  }
}
.bg-header_page .img img {
  left: auto;
  position: relative;
  top: -46px;
  width: 215px;
  height: 215px;
}
@media (max-width: 900px) {
  .bg-header_page .img img {
    top: 0px;
    max-width: 82px;
    height: 82px;
  }
}
@media (max-width: 900px) {
  .bg-header_page .text {
    max-width: 90%;
    width: 100%;
  }
}
.bg-header_page .text h1 {
  font-size: 41px;
}
@media (max-width: 900px) {
  .bg-header_page .text h1 {
    font-size: 33px;
    font-weight: bold;
    padding-top: 0px;
    margin: 0;
  }
}
.bg-header_page .text p {
  font-size: 29px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .bg-header_page .text p {
    margin-bottom: 0px;
    font-size: 18px;
    max-width: 99%;
  }
}

.accordion-body p {
  word-wrap: break-word;
}

.fs-small p {
  font-size: 17px;
  font-weight: 400;
  color: #373735;
  line-height: 160%;
}

.icon_post .icon {
  margin-right: 20px;
}
.icon_post .icon img {
  max-width: 30px;
}
.icon_post .text span {
  font-weight: 500;
  font-size: 17px;
  color: #A0A09B;
}

img.card-img-top.mb-3 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
}

a.cta_cardhome svg {
  width: 15px;
  stroke: #000;
}
a.cta_cardhome span {
  color: #131010;
  font-size: 17px;
  font-weight: bold;
  line-height: 150%;
}

p.autor_archive.fm-roboto {
  font-size: 17px;
  font-weight: 400;
  color: #373735;
}

.card-body {
  padding: 5px 0;
}
.card-body h5.rosso {
  font-weight: 600;
  color: #A61A34;
  font-size: 24px;
  margin-bottom: 10px;
}

.card-title.rosso {
  font-size: 24px;
  margin: 20px 0;
  line-height: 30px;
}

.bradcrump svg {
  transform: rotate(180deg);
}
.bradcrump span {
  color: #131010 !important;
  font-weight: lighter !important;
  font-size: 17px !important;
}

#shareBtn {
  letter-spacing: 2px;
  font-weight: 600;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 64px;
}

.modal {
  top: 20%;
}

.btn-close {
  box-shadow: none;
  border: none;
  outline: none;
}

.modal-body span {
  margin-left: 10px;
}

.icon_bg {
  border-radius: 128px;
  background: var(--grey-100, #DFDCDC);
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
}
.icon_bg.icons-wa {
  border-radius: 652.007px;
  background: linear-gradient(0deg, #20B038 0%, #60D66A 100%);
}

.share_icon.share-btn {
  display: flex;
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 172px;
  border-radius: 64px;
  background: var(--grey-100, #DFDCDC);
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 900px) {
  .share_icon.share-btn {
    width: 132px;
  }
}
.share_icon.share-btn:hover {
  background: #bbb9b9;
}

@media (max-width: 330px) {
  .modal-body .icons a {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
}
.font-grey {
  color: var(--grey-400, #7B7B77);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.modalshare {
  border-radius: 16px;
  background: var(--grey-100, #F4F4EF);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 400px;
  padding: 16px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 900px) {
  .modalshare {
    width: 370px;
  }
}
.modalshare .modal-header, .modalshare .modal-body {
  padding: 0;
}
.modalshare .modal-header .modal-title, .modalshare .modal-body .modal-title {
  font-size: 20px;
  color: #CF2041;
}

.fmbig {
  font-size: 29px !important;
}

.share-single_post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.share-single_post .icon_bg {
  width: 50px;
  height: 50px;
}
.share-single_post span {
  font-size: 17px;
  font-weight: 400;
  color: #7B7B77;
}

.img-margin {
  margin-right: 20px;
}

.vidoplay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ghost {
  border: none;
  border-radius: 100%;
  background: transparent;
}

.videomodal {
  max-width: 60%;
  margin: auto;
}
.videomodal .embed-responsive-item {
  width: 100%;
  height: 500px;
}

.btmodalclose {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 9999;
  padding: 10px;
  background-color: #000;
  border-radius: 100%;
  opacity: 1;
}
.btmodalclose span {
  z-index: 9999;
  color: #fff;
  position: absolute;
  font-size: 40px;
  top: -13px;
  left: 7px;
}

.accordioncontatc {
  background-color: #F4F4EF;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}

.accordion-flush {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.contact-info a {
  text-decoration: underline !important;
}
.contact-info ul {
  font-size: 20px;
}

.page-template-login header.header {
  display: none;
}

.sidebarvideo {
  width: 120px;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.account_card {
  border-radius: 24px;
  border: 1px solid #C7C7C1;
  box-shadow: 0 20px 8px 0 rgba(0, 0, 0, 0.15);
}
.account_card .card-header {
  padding: 18px;
}
.account_card .card-header .text {
  padding-left: 20px;
}
.account_card .card-header .btn-logout {
  background: none;
  color: #585855;
  padding: 12px 32px;
}
.account_card .card-header .btn-logout:hover {
  color: #fff;
  background-color: #A61A34;
  border-color: #A61A34;
}
.account_card .dati_acocunt {
  padding: 18px;
}
.account_card .dati_acocunt p {
  font-size: 17px;
  padding: 18px;
}
.account_card .dati_acocunt .account_list {
  display: flex;
  font-size: 17px;
  padding: 18px;
  border-left: none;
  border-right: none;
}
.account_card .dati_acocunt .account_list:last-child {
  border: none;
  padding-bottom: 32px;
}
.account_card .dati_acocunt .account_list span.name_data {
  width: 30%;
  font-weight: 600;
  color: #373735;
}
.account_card .dati_acocunt .account_list span.data_data {
  margin-left: 3em;
  width: 70%;
}

@media (max-width: 900px) {
  .page-template-account .cta_footer {
    padding: 10px 0px;
  }
  .page-template-account .w-75 {
    width: 100% !important;
  }
  .page-template-account .account_card .dati_acocunt .account_list {
    flex-wrap: wrap;
  }
  .page-template-account .account_card .dati_acocunt .account_list span.name_data, .page-template-account .account_card .dati_acocunt .account_list .account_card .dati_acocunt .account_list span.data_data {
    width: 100%;
  }
  .page-template-account .account_card .dati_acocunt .account_list .data_data {
    margin: 0;
  }
}

.cta_f_page h3 {
  font-size: 35px;
}
.cta_f_page p {
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
}
.cta_f_page .cta_button {
  width: auto;
}
.cta_f_page .cta_button .btn-cta {
  padding: 12px 32px;
}

img.playvideo {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 50%);
  width: 70px;
}
@media (max-width: 900px) {
  img.playvideo {
    transform: translate(-50%, 80%);
  }
}

.lastpostvideo .sidebarvideo {
  width: 100px;
}
.lastpostvideo .card-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.lastpostvideo .title-side {
  font-size: 20px;
}
@media (max-width: 900px) {
  .lastpostvideo .title-side {
    margin-top: 10px;
  }
}

.single-video video {
  border-radius: 10px;
}

.last-post_flex {
  min-height: 40px;
}
@media (max-width: 900px) {
  .last-post_flex {
    flex-wrap: wrap;
    height: auto !important;
  }
  .last-post_flex .text {
    width: 100%;
    margin-top: 1em;
  }
  .last-post_flex .share-single_post {
    flex-direction: row;
    margin-top: 1.3em;
    margin-bottom: 2.3em;
  }
  .last-post_flex .share-single_post .icon_bg {
    margin-right: 10px;
    width: 32px;
    height: 32px;
  }
  .last-post_flex .share-single_post .icon_bg svg {
    width: 30px;
  }
  .last-post_flex .btn-chare-first svg {
    width: 13px !important;
  }
}

.risorse_icon svg {
  rotate: 90deg;
}

@media (max-width: 900px) {
  .contact-card {
    padding: 10px 0px;
  }
  .contact-card .w-75 {
    width: 100% !important;
  }
}
.contact-card .border-radius-20 {
  border-radius: 16px !important;
}

@media (max-width: 900px) {
  .mobile-headefull {
    min-height: 53vh;
  }
}

.search_off.offcanvas-end {
  top: 70px;
  right: 73%;
  width: 67%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  height: 50px;
}

.logindesk {
  margin-left: 30px;
  z-index: 999999;
}

.search_header-desk {
  width: 160px;
  height: 42px;
}
.search_header-desk button {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.search_header.searchdesk .searchbar .search_icon:hover {
  background-color: transparent;
}

.pagination {
  justify-content: center;
}

@media (max-width: 900px) {
  .padding-top_mobile {
    padding-top: 0px !important;
  }
  .mobilefull {
    width: 100% !important;
  }
  .serachtetx {
    font-size: 27px;
    text-align: center;
  }
  .seacrhrow {
    padding: 5px 25px;
  }
  .mobile_invert {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile_invert .card-title.rosso {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .mobile_invert .icon_post {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .page-template-page-risorsa .bg-header_page .text p, .page-template-page-video .bg-header_page .text p {
    max-width: 97%;
  }
  .mobilecenter {
    justify-content: center !important;
  }
  .mobilecenter h3 {
    font-size: 27px;
    text-align: center;
  }
}
.videotitle {
  margin: 0;
}

@media (max-width: 900px) {
  iframe.embed-responsive-item {
    min-height: auto !important;
    margin-bottom: 2em;
  }
}

.noresult .row.mobilecenter {
  height: 100%;
}
.noresult .row.mobilecenter .row {
  height: 100%;
}
.noresult .row.mobilecenter .row .noresulttext {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.logged-out .menu,
.logged-out .search_header {
  visibility: hidden;
}

.HYPE_document {
  height: 500px !important;
}

.HYPE_element_container {
  height: 500px !important;
}

.HYPE_element {
  transform-origin: 30% 50% !important;
  transform: translateX(10) translateY(-290px) scaleX(0.463021) scaleY(0.462963) !important;
}

@media (max-width: 1000px) {
  .HYPE_document {
    height: 240px !important;
  }
  .HYPE_element_container {
    height: 240px !important;
  }
  .HYPE_element {
    transform-origin: 50% 50% !important;
  }
}
@media (max-width: 1200px) {
  .HYPE_element {
    transform-origin: 50% 50% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .HYPE_element {
    transform-origin: 40% 50% !important;
  }
}
@media (min-width: 761px) and (max-width: 970px) {
  .HYPE_element {
    transform-origin: 41% 50% !important;
  }
}/*# sourceMappingURL=custom.css.map */