/*
@font-serif: "Playfair Display";
@font-sans: "Open Sans";

@font-serif: "Libre Baskerville";
@font-sans: "Noto Sans";

@font-serif: "Lora";
@font-sans: "Source Sans 3";

*/
@font-face {
  font-family: 'Safira March';
  src: url('../fonts/Safira-March.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bg-green {
  background-color: #059390;
}
.text-green {
  color: #059390;
}
.border-green {
  border-color: #059390;
}
.btn-green {
  background: #059390;
  border-color: #059390;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-green:hover {
  color: #fff;
  background: #059390 !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-lilla {
  background-color: #C9A0DC;
}
.text-lilla {
  color: #C9A0DC;
}
.border-lilla {
  border-color: #C9A0DC;
}
.btn-lilla {
  background: #C9A0DC;
  border-color: #C9A0DC;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-lilla:hover {
  color: #fff;
  background: #C9A0DC !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-green-medium {
  background-color: #62B1AE;
}
.text-green-medium {
  color: #62B1AE;
}
.border-green-medium {
  border-color: #62B1AE;
}
.btn-green-medium {
  background: #62B1AE;
  border-color: #62B1AE;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-green-medium:hover {
  color: #fff;
  background: #62B1AE !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-red {
  background-color: #FF3131;
}
.text-red {
  color: #FF3131;
}
.border-red {
  border-color: #FF3131;
}
.btn-red {
  background: #FF3131;
  border-color: #FF3131;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-red:hover {
  color: #fff;
  background: #FF3131 !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-blue {
  background-color: #5271FF;
}
.text-blue {
  color: #5271FF;
}
.border-blue {
  border-color: #5271FF;
}
.btn-blue {
  background: #5271FF;
  border-color: #5271FF;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-blue:hover {
  color: #fff;
  background: #5271FF !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-orange {
  background-color: #FFAA2D;
}
.text-orange {
  color: #FFAA2D;
}
.border-orange {
  border-color: #FFAA2D;
}
.btn-orange {
  background: #FFAA2D;
  border-color: #FFAA2D;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-orange:hover {
  color: #fff;
  background: #FFAA2D !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-green-light {
  background-color: #CCE9E9;
}
.text-green-light {
  color: #CCE9E9;
}
.border-green-light {
  border-color: #CCE9E9;
}
.btn-green-light {
  background: #CCE9E9;
  border-color: #CCE9E9;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-green-light:hover {
  color: #fff;
  background: #CCE9E9 !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.bg-lilla-light {
  background-color: #F4ECF8;
}
.text-lilla-light {
  color: #F4ECF8;
}
.border-lilla-light {
  border-color: #F4ECF8;
}
.btn-lilla-light {
  background: #F4ECF8;
  border-color: #F4ECF8;
  color: #fff;
  transition: all 0.2s ease-out;
}
.btn-lilla-light:hover {
  color: #fff;
  background: #F4ECF8 !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
a {
  color: #059390;
}
.btn {
  border-radius: 0;
}
.font-sans {
  font-family: "Source Sans 3";
}
h1,
h2,
h3,
h4,
h5,
h6,
.block--serif,
.font-serif {
  font-family: "Lora";
  letter-spacing: 0;
}
.h1 {
  font-family: "Lora";
  letter-spacing: 0;
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (max-width: 992px) {
  .h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
h1 {
  font-family: "Lora";
  letter-spacing: 0;
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
h2 {
  font-size: 3rem;
}
.sub-title-head {
  font-family: "Source Sans 3" !important;
  font-size: 1.4rem;
  color: #059390;
  text-transform: uppercase;
  font-weight: 400;
}
.middle-container {
  max-width: 900px;
  margin: 0 auto;
}
.link-hover-border {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.link-hover-border:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #059390;
  content: "";
  display: block;
  height: 1px;
  width: 0;
}
.link-hover-border:hover {
  background: inherit !important;
  transition: all 0.3s ease-in;
}
.link-hover-border:hover:after {
  width: 100%;
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 50%;
  }
}
body {
  height: 100vh;
  font-family: "Source Sans 3";
  color: #494848;
  overflow-x: hidden;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.3px;
}
header .nav-upper {
  color: #fff;
}
@media (max-width: 992px) {
  header .nav-upper {
    font-weight: 400;
  }
}
header .nav-upper i {
  margin-right: 5px;
}
header .nav-upper a:not(.btn) {
  color: #fff;
}
@media (max-width: 480px) {
  header .nav-upper a:not(.btn) {
    font-size: 16px;
  }
}
header .nav-upper a:not(.btn):after {
  background: none repeat scroll 0 0 #ffffff;
}
header .nav-upper .btn {
  color: white;
}
header .navbar {
  margin-top: -40px;
}
header .navbar .container-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  header .navbar .container-brand {
    width: 100%;
  }
}
header .navbar .navbar-toggler {
  border: 0;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse {
    margin-top: 30px;
  }
}
header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navbar-brand .logo {
  height: 150px;
}
@media (max-width: 1200px) {
  header .navbar-brand .logo {
    height: 100px;
  }
}
@media (max-width: 768px) {
  header .navbar-brand .logo {
    height: 80px;
  }
}
header .navbar-brand .logo-payoff {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Safira March';
}
header .navbar-brand .logo-payoff div {
  font-size: 35px;
  border-bottom: 1px solid #44444480;
}
@media (max-width: 1200px) {
  header .navbar-brand .logo-payoff div {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  header .navbar-brand .logo-payoff div {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  header .navbar-brand .logo-payoff span {
    font-size: 18px;
  }
}
header .navbar-nav {
  gap: 20px;
}
header .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Lora";
}
.navbar-brand,
.logo-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand .logo,
.logo-footer .logo {
  height: 150px;
}
.navbar-brand .logo-payoff,
.logo-footer .logo-payoff {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Safira March';
}
.navbar-brand .logo-payoff div,
.logo-footer .logo-payoff div {
  font-size: 35px;
  border-bottom: 1px solid #44444480;
}
@media (max-width: 1200px) {
  .logo-footer {
    justify-content: center;
  }
}
.logo-footer .logo {
  height: 100px;
  width: auto;
}
.logo-footer .logo-payoff div {
  font-size: 25px;
}
.navbar.fixed-top {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .navbar.fixed-top .logo {
    height: 100px;
  }
}
.main-navbar {
  transition: all 0.3s ease;
  z-index: 100;
}
footer {
  font-size: 15px;
}
footer i {
  font-size: 18px;
  margin-right: 5px;
}
footer .row {
  --bs-gutter-x: 50px;
}
footer .logo {
  width: 150px;
  margin-bottom: 20px;
  padding: 6px;
}
footer label {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
footer .col-nav a {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
footer .col-nav a:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #059390;
  content: "";
  display: block;
  height: 1px;
  width: 0;
}
footer .col-nav a:hover {
  background: inherit !important;
  transition: all 0.3s ease-in;
}
footer .col-nav a:hover:after {
  width: 100%;
}
footer .col-nav .nav-link {
  text-transform: uppercase;
}
footer .col-contact {
  font-size: 14px;
}
footer .col-contact .btn-contact {
  display: flex;
  align-content: center;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
footer .col-contact .btn-contact i {
  font-size: 30px;
}
footer .col-social i {
  font-size: 30px;
  margin-right: 15px;
  transition: all ease-in-out 0.2s;
}
footer .col-social a {
  display: inline-block;
}
footer .col-social a:hover i {
  font-size: 29px;
}
footer hr {
  color: grey;
}
footer .row-small {
  font-size: 13px;
  color: grey;
  letter-spacing: 0.4px;
}
.container-circle-point img {
  height: 400px;
}
@media (max-width: 992px) {
  .container-circle-point img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .row-circle-point {
    flex-direction: column;
    gap: 15px;
  }
}
.row-circle-point .col-circle-point {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .row-circle-point .col-circle-point {
    justify-content: center;
  }
}
.row-circle-point .col-circle-point i {
  background: #059390;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.row-services {
  justify-content: center;
}
.row-services .item {
  padding: 20px;
}
.row-services .service {
  padding: 20px 30px 50px 30px;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 0 30px #e3e1e1;
  border-radius: 10px;
  height: 100%;
}
.row-services .service:hover {
  border-color: #C9A0DC;
  transition: all ease-in-out 0.4s;
}
.row-services .service img {
  height: 120px;
  margin-bottom: 20px;
}
.row-services .service h4 {
  font-family: "Source Sans 3";
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.title-border {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.title-border::after {
  border-bottom: 3px solid #059390;
  width: 100px;
  height: auto;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-contact .contactdetails {
  margin-bottom: 20px;
  font-size: 17px;
}
.section-contact .contactdetails i {
  margin-right: 5px;
}
.section-contact form label {
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
}
.section-contact form label input,
.section-contact form label textarea {
  width: 100%;
  background-color: #fff;
  color: #a0a0a0;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  margin: 5px 8px 8px 0;
}
.section-contact form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.section-contact form .wpcf7-checkbox label,
.section-contact form .wpcf7-checkbox input {
  width: auto;
}
.section-contact form input[type="submit"] {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  background: #059390;
  border-color: #059390;
  color: #fff;
  transition: all 0.2s ease-out;
  padding: 10px 15px;
  min-width: 200px;
}
.section-contact form input[type="submit"]:hover {
  color: #fff;
  background: #059390 !important;
  transform: scale(0.97);
  transition: all 0.2s ease-in;
}
.row-box-circle .item .circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #059390;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
}
.row-box-circle .item .circle img {
  width: 100%;
}
.row-box-circle .item .circle i {
  font-size: 50px;
  color: #fff;
}
.row-box-circle span {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
}
#sticky-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* nascosto di default */
  z-index: 1050;
  transition: opacity 0.3s ease;
  font-size: 16px;
  padding: 10px 30px;
}
#sticky-button i {
  font-size: 22px;
}
.carousel {
  box-shadow: 0 10px 10px #eee;
  color: #494848;
  overflow: hidden;
}
.carousel .carousel-indicators button {
  background-color: #059390;
}
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-next-icon {
  background-image: none;
}
.carousel .carousel-control-next i,
.carousel .carousel-control-prev i {
  font-size: 3rem;
  color: #059390;
}
.carousel .carousel-control-next {
  right: 3%;
  justify-content: end;
  width: auto;
}
.carousel .carousel-control-prev {
  left: 3%;
  justify-content: start;
  width: auto;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
  padding: 20px 0 50px;
}
.carousel .carousel-inner .carousel-item .container {
  max-width: 80%;
}
@media (max-width: 768px) {
  .carousel .carousel-inner .carousel-item .container {
    text-align: center;
    max-width: 70%;
    margin-bottom: 20px;
  }
}
.carousel .carousel-inner .carousel-item .container .title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .carousel .carousel-inner .carousel-item .container .title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1200px) {
  .carousel .carousel-inner .carousel-item .container .title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-inner .carousel-item .container .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.carousel .carousel-inner .carousel-item .container .subtitle {
  font-family: "Source Sans 3";
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .carousel .carousel-inner .carousel-item .container .subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-inner .carousel-item .container .subtitle {
    margin-bottom: 20px;
  }
}
.carousel .carousel-inner .carousel-item img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .carousel .carousel-inner .carousel-item img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-inner .carousel-item img {
    max-width: 250px;
  }
}
.intestazione-home {
  overflow: hidden;
}
.intestazione-home .img {
  max-width: 80%;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.intestazione-home .container-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 18%;
  z-index: 5;
}
@media (max-width: 1200px) {
  .intestazione-home .container-image {
    left: 21%;
  }
}
.intestazione-home .container-image img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .intestazione-home .container-image img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .intestazione-home .container-image img {
    max-width: 200px;
  }
}
/*# sourceMappingURL=styles.css.map */