@font-face {
  font-family: "unica77_llbold";
  src: url("/themes/default/fonts/Unica77/unica77ll-bold-webfont.woff2") format("woff2"), url("/themes/default/fonts/Unica77/unica77ll-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "unica77_llregular";
  src: url("/themes/default/fonts/Unica77/unica77ll-regular-webfont.woff2") format("woff2"), url("/themes/default/fonts/Unica77/unica77ll-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "unica77_llitalic";
  src: url("/themes/default/fonts/Unica77/unica77ll-italic-webfont.woff2") format("woff2"), url("/themes/default/fonts/Unica77/unica77ll-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

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

b, strong {
  font-family: "unica77_llbold", sans-serif;
}

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

.seo-hide {
  opacity: 0;
  height: 0;
  line-height: 0;
  position: absolute;
}

.bg-pink {
  background: #EE7183;
}

.bg-lightpink {
  background: #E6BECC;
}

.bg-dark {
  background: black !important;
}

.bg-teal {
  background: #34858A;
}

.btn {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 2em;
  padding-right: 2em;
}

.btn-primary {
  background-color: #EE7183;
  border-color: #EE7183;
  color: white !important;
}
.btn-primary:hover {
  background-color: rgb(229.820754717, 44.679245283, 71.3396226415);
  border-color: rgb(229.820754717, 44.679245283, 71.3396226415);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #EE7183;
  border-color: #EE7183;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: rgb(229.820754717, 44.679245283, 71.3396226415);
  border-color: rgb(229.820754717, 44.679245283, 71.3396226415);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e2e7;
  opacity: 1;
  height: 6px;
  width: 6px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 0.5);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE7183;
  width: 12px;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 0.5);
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  background-color: #a73a60;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  color: white;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    font-size: 15px;
  }
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  background-color: #EE7183;
}

.section-title {
  text-align: center;
  padding: 10px 0;
}
.section-title h2, .section-title h3, .section-title h4, .section-title h5 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.section-title h2 b, .section-title h2 strong, .section-title h3 b, .section-title h3 strong, .section-title h4 b, .section-title h4 strong, .section-title h5 b, .section-title h5 strong {
  color: #EE7183;
}

form input, form select {
  line-height: 40px;
}
form .check-box .css-checkbox {
  display: block;
}

.form-group.has-error .help-block {
  color: red;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 3px 0;
}
.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
  border-color: red;
}

.top-header a {
  color: black;
  text-transform: uppercase;
}
.top-header a:hover, .top-header a.active {
  color: #EE7183;
}

.open-menu:hover, .close-menu:hover {
  opacity: 0.7;
}

.menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.menu.show {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.menu .close-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1001;
}
@media screen and (min-width: 576px) {
  .menu .close-menu {
    right: 3em;
    top: 3em;
  }
}
.menu .menu-container {
  overflow: auto;
  padding: 25% 0;
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}
@media screen and (min-width: 576px) {
  .menu .menu-container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.menu .menu-container .menu-logo {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.menu .menu-container .menu-login {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 576px) {
  .menu .menu-container .menu-login {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
  }
}
.menu .menu-container .nav {
  max-width: 80%;
  width: 720px;
  margin: 0 10%;
}
.menu .menu-container .nav .nav-item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .menu .menu-container .nav .nav-item {
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .menu .menu-container .nav .nav-item:hover {
    border: 1px solid white;
  }
}
.menu .menu-container .nav .nav-item .nav-link {
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .menu .menu-container .nav .nav-item .nav-link {
    font-weight: 400;
  }
}

.top-partner {
  background-color: #EE7183;
  padding: 20px;
}
.top-partner .swiper-container {
  width: 100%;
}
.top-partner .swiper-container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-partner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100px;
}

.topbar-partner hr {
  border-top: 1px solid black;
}

.title h1, .title h2, .title h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5em;
  color: black;
}

.section-programma h3, .banner-programma h3 {
  font-weight: 600;
  font-size: 28px;
  color: #34858A;
  line-height: 1em;
  margin-bottom: 0;
}
.section-programma h3 span, .banner-programma h3 span {
  color: black;
  font-weight: 300;
  font-size: 16px;
}
.section-programma p, .banner-programma p {
  font-size: 16px;
  font-weight: 300;
}
.section-programma p b, .banner-programma p b {
  font-weight: 700 !important;
}

.banner-programma {
  position: relative;
  overflow-x: hidden;
}
.banner-programma h3 {
  color: white;
  margin-bottom: 0.2em;
}
.banner-programma h4 {
  font-size: 18px;
  color: white;
  line-height: 1em;
  margin-bottom: 0.2em;
}
.banner-programma h5 {
  font-size: 16px;
}

.bg-curved {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EE7183;
}
@media screen and (min-width: 992px) {
  .bg-curved {
    left: -10%;
    border-bottom-right-radius: 500px;
  }
}
@media screen and (min-width: 992px) {
  .bg-curved.curved-left {
    left: 10%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 500px;
  }
}

.section-ambassador {
  text-align: center;
}
.section-ambassador p {
  font-size: 28px;
  margin: 1em auto 2em;
}
.section-ambassador .img-container {
  aspect-ratio: 1;
  border: 2px solid #a73a60;
  padding: 10px;
  border-radius: 50%;
}
.section-ambassador .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.section-prenota .rcs-card {
  background: rgba(167, 58, 96, 0.1);
  margin-bottom: 1em;
  border-radius: 1em;
}
.section-prenota .rcs-card .card-header {
  border: none;
  display: flex;
  align-items: center;
  border-radius: 1em;
}
.section-prenota .rcs-card .card-header .title-column {
  padding: 1em;
}
.section-prenota .rcs-card .card-header .title-column h5 {
  margin: 0;
  color: #a73a60;
}

.modal .modal-content .modal-header {
  background: rgba(167, 58, 96, 0.1);
}
.modal .modal-content .modal-footer {
  border: none;
}

.multipartner-swiper .swiper-slide {
  padding: 0px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.intensity {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.intensity p {
  margin: 0;
}
.intensity .score {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intensity .score li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #34858A;
  margin-right: 3px;
}

footer {
  background-color: #2e2d2e;
  padding: 30px 0;
  color: white;
  font-weight: 300;
  word-break: break-word;
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
}
footer hr {
  opacity: 0.4;
}
footer .bottom-footer ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
footer .bottom-footer ul li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  margin-right: 20px;
}
footer .bottom-footer ul li a, footer .bottom-footer ul li p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
footer .bottom-footer ul li a:hover {
  text-decoration: underline;
}
