/*
* STYLE
*
*/

html,
body {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.42857142857143;
  font-weight: 400;
  font-style: normal;
  color: #171715;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background-color: white;
  position: relative;
  padding: 0;
  margin: 0;
}

/* san valentino */
#mainText h1 {
  font-size: 2.3rem;
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 1.7rem;
    line-height: 1;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: #e6441e;
  color: #fff;
}

*::selection {
  background-color: #e6441e;
  color: #fff;
}

a,
a:hover,
*:hover,
*:hover * {
  text-decoration: none;
}

a {
  color: inherit;
}

a:hover {
  color: #e6441e;
}

a:hover {
  border-bottom: solid 1px #eee;
}

*:focus,
*:active,
*:visited {
  outline: none !important;
}

.btn {
  white-space: normal;
  border-width: 2px;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 0.8rem;
  }
}

.btn-primary {
  background-color: #0c6ba6;
  border-color: #0c6ba6;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px;
}
.btn-primary:hover {
  background-color: #00587c;
  border-color: #00587c;
}

.btn-outline-secondary {
  background-color: white;
  border-color: #cccccc;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px;
}
.btn-outline-secondary:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

.statsTitle {
  font-family: "Lato", sans-serif;
  color: #161614;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 992px) {
  .statsTitle {
    margin-bottom: 25px;
  }
}

.btnDonateStats {
  margin: 75px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .btnDonateStats {
    margin-top: 25px;
  }
}

.btn-link {
  color: #0c6ba6;
  border: none;
  border-bottom: solid 1px #6ab4e2;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
}
.btn-link:hover {
  text-decoration: none;
  color: #0c6ba6;
  border-bottom-color: #0c6ba6;
}

.display-3 {
  line-height: 1;
}
.display-4 {
  line-height: 1;
}

b,
strong {
  font-weight: 600;
}

.small-text {
  font-size: 0.6rem;
  line-height: 1rem;
}

.small {
  font-size: 0.7rem;
}

i,
em {
  font-style: italic;
}

ul.list-dash {
  margin: 0;
  list-style: none;
}
ul.list-dash li {
  padding-bottom: 1rem;
}
ul.list-dash li:before {
  content: "-";
}

@media screen and (max-width: 992px) {
  .display-1 {
    font-size: 5.5rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-3 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BebasNeue", sans-serif;
  color: #c80f2d;
  font-weight: 600;
  margin-bottom: 0;
}

.font-text {
  font-family: "Lato", sans-serif;
}

.text-primary-color {
  color: #c80f2d;
}
.text-secondary-color {
  color: #e6441e;
}
.text-white {
  color: white;
}
.text-darkgray {
  color: #161614;
}
.text-blue-color {
  color: #0c6ba6;
}
.text-blue2-color {
  color: #6ab4e2;
}

.text-highlighted {
  display: block;
  font-family: "BebasNeue", sans-serif;
  line-height: 4rem;
  font-size: 3rem;
  padding: 0;
  color: white;
  font-weight: 400;
}
.text-highlighted span {
  background-color: #e6441e;
  padding: 0.6rem 0.2em 0 0.2em;
  line-height: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.text-highlighted span.secondary-color {
  background-color: #c80f2d;
}

.highlighted {
  display: block;
  background-color: #e6441e;
  color: #fff;
  padding: 30px 30px 40px 30px;
  margin: 0 -15px;
}
.text-emphasis {
  display: block;
  font-family: "BebasNeue", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .text-emphasis {
    /* san valentino */
    background: #ffff;
    width: fit-content;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.text-emphasis.text-blue-color {
  margin-bottom: null;
}

span.text-emphasis {
  text-align: left;
  color: white;
  font-size: 4rem;
  line-height: 4.5rem;
}

.text-decorated {
  position: relative;
  color: #e6441e;
  font-size: 2.3rem;
}
.text-decorated::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #c80f2d;
  position: relative;
}

.text-sub {
  line-height: 1.1;
  font-weight: 400;
  font-size: 1.1rem;
  /*san valentino */
  color: #fff;
  background: #316ba6;
  width: fit-content;
  padding: 10px;
}
.text-sub b {
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .text-sub {
    font-size: 1rem;
    line-height: 1.4;
  }
}

#mainText {
  padding: 0 0 0 50px;
}
#mainText.paddingTop {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 992px) {
  #mainText {
    padding: 0;
  }
  #mainText.paddingTop {
    padding-top: 160px;
    padding-bottom: 25px;
  }
}

#wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

section {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
}

section.has-full {
  min-height: 90vh;
}

section.has-diagonal:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 215px;
  background: #eee;
  -webkit-clip-path: polygon(0% 0%, 100% 35%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 35%, 100% 100%, 0% 100%);
  -0-clip-path: polygon(0% 0%, 100% 35%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 35%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 992px) {
  section.has-diagonal:before {
    display: none;
  }
}

section.color-gray {
  background-color: #eee;
}

section.bg-lines {
  background-image: url("../images/linedpaper.svg");
  background-repeat: repeat;
  background-position: center center;
  background-color: #eee;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.075);
}

@media screen and (max-width: 992px) {
  section {
    margin: 0;
  }
}
section.gray {
  background: #e7e7e7;
}
section.primary {
  background: #e6441e;
  color: white;
}
section.secondary {
  background: #c80f2d;
  color: white;
}
section.primary *,
section.secondary * {
  color: white;
}

.container,
.container-fluid {
  display: block;
  position: relative;
  padding: 50px 15px;
  width: 100%;
  height: 100%;
  z-index: 950;
}

section.has-logo .container,
section.has-logo .container-fluid {
  padding-top: 0;
}

section.has-diagonal .container,
section.has-diagonal .container-fluid {
  padding-top: 0;
  padding-bottom: 75px;
}

@media screen and (max-width: 992px) {
  section.has-diagonal .container,
  section.has-diagonal .container-fluid {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 992px) {
  section.has-logo .container,
  section.has-logo .container-fluid {
    padding-bottom: 0;
  }
}

.entry-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 950;
}

section.has-logo .entry-container {
  padding-top: 200px;
  padding-bottom: 300px;
  padding-left: 0;
  padding-right: 0;
}
.thankyou-page section.has-logo .entry-container {
  padding-top: 150px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  section.has-logo .entry-container {
    padding-top: 140px;
    padding-bottom: 300px;
  }
  .thankyou-page section.has-logo .entry-container {
    padding-top: 150px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  section.has-logo .entry-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

section.has-image-left .entry-container {
  width: auto;
  margin-left: 50%;
}

@media screen and (max-width: 992px) {
  section.has-image-left .entry-container {
    width: 100%;
    margin-left: 0;
  }
}

.media-container {
  display: block;
  width: auto;
  height: auto;
  background: white;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.has-image-left .media-container {
  width: 45%;
  right: initial;
}

@media screen and (max-width: 992px) {
  .media-container {
    position: relative;
    width: 100%;
    height: 275px;
  }

  .media-container.thankyou {
	position: absolute;
    width: 100%;
    height: 275px;
  }
	
  section.has-image-left .media-container {
    width: 100%;
    height: 200px;
    top: initial;
  }
}

.media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  position: relative;
}
@media screen and (max-width: 992px) {
  .media-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
  }
}

/* NAVBAR */

.navbar {
  padding-left: 150px;
  position: relative;
}
.navbar a {
  border-bottom: none;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
}

@media (max-width: 992px) {
  .navbar {
    justify-content: flex-end;
    padding-right: 0;
  }
  .navbar-nav {
    background-color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 40px;
    right: 20px;
  }
}

.logo {
  display: block;
  overflow: hidden;
  width: auto;
  height: 150px;
  margin: 0;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .logo {
    height: 140px;
  }
}
.container-fluid .logo {
  left: 150px;
}
@media screen and (max-width: 992px) {
  .container-fluid .logo {
    left: 0;
  }
}

.logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.logo img + img {
  margin-left: 15px;
}
.aism-uniform {
  margin-left: 50px;
  margin-top: -200px;
}

.aism-uniform.thankyou {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .aism-uniform {
    margin-top: 20px;
    margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
  }
	
  .aism-uniform.thankyou {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .aism-uniform {
    margin-left: -15px;
	margin-right: -15px;
  }
}

.stats-big {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  color: #c80f2d;
  text-align: center;
}
.stats-medium {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  color: #c80f2d;
  text-align: center;
  padding-bottom: 0.7rem;
}

.stats-sub {
  display: block;
  font-size: 1.3rem;
  color: #161614;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .stats-big {
    font-size: 3rem;
    text-align: center;
  }

  .stats-medium {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 0rem;
  }

  .stats-sub {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.box {
  margin: 10px auto;
  background-color: #eee;
  min-height: 330px;
}
.box-header {
  padding: 0;
  padding-top: 20px;
  color: #c80f2d;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
.box-body {
  padding: 20px;
  padding-top: 10px;
}

.img-text {
  float: right;
  width: 50%;
  margin: 0 -30px 15px 15px;
}
@media screen and (max-width: 992px) {
  .img-text {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

footer.footer-container {
  display: block;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

footer.footer-container .container,
footer.footer-container .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer.footer-container p {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  footer.footer-container,
  footer.footer-container p {
    text-align: center;
  }
  footer.footer-container .row > * {
    margin-bottom: 15px;
  }
}

footer.footer-container .footer-info {
  display: block;
  width: auto;
  height: auto;
  background: #c80f2d;
  color: white;
}
footer.footer-container .footer-info a.link {
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
footer.footer-container .footer-info a:hover {
  color: white;
  border-bottom-color: white;
}
footer.footer-container .socs {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  footer.footer-container .socs {
    text-align: center;
  }
}
footer.footer-container .socs .social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
  margin: 0 3px;
  margin-bottom: 3px;
  text-align: center;
  line-height: 30px;
}
footer.footer-container .socs .social:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
}

#faqs_questions {
  max-width: 490px;
}
.accordion .card {
  background-attachment: transparent;
  border-radius: 0;
  background-clip: initial;
  border: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .accordion .card {
    margin-bottom: 5px;
  }
}

.accordion .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.accordion .card-header .btn {
  font-family: "Lato", sans-serif;
  color: #161614;
  border: none;
  border-radius: 0;
  padding: 0;
  white-space: normal;
  text-align: left;
  padding-left: 40px;
}
.accordion .card-header .btn[aria-expanded="true"] {
  color: #0c6ba6;
}
.accordion .card-header .btn:before {
  content: "\f0d7";
  display: block;
  width: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 10px;
}
.accordion .card-header .btn[aria-expanded="true"]:before {
  content: "\f0d8";
}

@media screen and (max-width: 992px) {
  .accordion .card-header .btn {
    font-size: 0.8rem;
    padding-left: 25px;
  }
  .accordion .card-header .btn:before {
    width: 25px;
  }
}

.accordion .card-body {
  padding: 0 0 0 40px;
  font-size: 0.9rem;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background-clip: initial;
}
.modal-header {
  border: none;
  border-radius: 0;
  padding: 75px;
  padding-bottom: 50px;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 14px;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}
.modal-body {
  padding: 75px;
}
.modal-header + .modal-body {
  padding-top: 0;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  .modal-header {
    padding: 25px 50px 25px 25px;
    padding-bottom: 25px;
  }
  .modal-body {
    padding: 25px;
  }
}

.graph_image {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

#buttonBar {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: white;
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.15);
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 992px) {
  #buttonBar {
    display: none !important;
  }
}

#buttonBar .btn {
  padding: 0 5px !important;
  font-size: 0.8rem !important;
  height: 50px !important;
  line-height: 45px !important;
  width: 50% !important;
  margin: 0 5px !important;
}

@media (max-width: 992px) {
  .cc-dialog-container {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .cc-dialog {
    padding: 1em 1em !important;
    width: auto !important;
  }
  .cc-dialog .cc-message {
    width: 20em !important;
    padding-right: 2em !important;
  }
}

.btn:focus {
  box-shadow: none;
}

.has-logo {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.image-description {
  display: block;
  margin-top: -25px;
  margin-bottom: 30px;
  font-size: .8rem;
  font-style: italic;
  color: #999;
}


/* cuore per form sync mensile */
.aismbtn.aismbtn-switch[data-value="1"]::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 6px;
	margin-bottom: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: opacity 0.3s ease;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path class="fa-secondary" opacity="1" fill="%23ff2600" d="M48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2L273.9 144c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7c-.4-.3-.7-.7-1-1.1l-17.8-20c-23.2-26-58.1-37.8-92.1-31.4C81.6 101.5 48 142.1 48 189.5z"/><path class="fa-primary" fill="%23feffff" d="M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"/></svg>');
}