/*Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(../fonts/OpenSans/OpenSansItalic.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(../fonts/OpenSans/OpenSans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(../fonts/OpenSans/OpenSansBold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(../fonts/OpenSans/OpenSansBoldItalic.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  font-family: "UniCredit", "Open Sans";
  background: white;
}

.background-sfondo-red {
  background: #f8f8f8
    url("https://www.synevent.it/fs/segreteria_settings/1/sfondo_new_1920x1200.jpg")
    no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: top;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
.modal-content-custom {
  min-height: 200px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.text-white {
  color: white !important;
}
.scroll-to-top:hover {
  background-color: #e2001a;
  color: #fff;
}
.mb-90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 479px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}
.my-3 {
  margin: 30px 0;
}
.ps-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.text-initial {
  text-align: start !important;
}
.text-custom-primary {
  color: #e2001a;
}
.margin-section {
  margin: 50px 0;
}
.ms-2 {
  margin-left: 60px;
}
/**********************
LOGIN
**********************/
.body-login {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.base-login {
  padding: 50px 30px;
}
.login {
  margin-top: 60px;
}
/**********************
BTN
**********************/
.btn-style-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  padding: 13px 60px;
  text-transform: uppercase;
  width: auto;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
}
@media only screen and (max-width: 479px) {
  .btn-style-one,
  .download-btn {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/**********************
INPUT
**********************/
.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: inherit;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 30px;
  color: black;
  border: 1px solid #ddd;
  background: #eae9ed;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  box-shadow: none;
}

/**********************
MAIN
**********************/
.post,
.post-content {
  border-radius: 35px;
}
.post-content {
  position: relative;
}
.container-bg-red {
  color: #e2001a;
  border: 1px solid #e2001a;
  padding: 15px;
  border-radius: 15px;
}
.container-section-custom {
  border: 1px solid lightgrey;
  border-radius: 25px;
  padding: 15px;
  position: relative;
}
.container-title-section {
  border-radius: 30px;
  padding: 7px 109px;
  position: absolute;
  border: 1px solid lightgrey;
  left: 50%;
  transform: translate(-50%, 0);
  top: -21px;
  z-index: 3;
  background: white;
  font-weight: bold;
  min-width: 387px;
  text-align: center;
}
.container-button-red {
  color: #e2001a;
  border: 1px solid #e2001a;
  padding: 7px 109px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  border-radius: 30px;
  background: white;
  text-transform: uppercase;
}
.container-button-red:hover {
  border: 1px solid white;
  background: #e2001a;
  color: white;
}
.container-title-agenda {
  border-radius: 30px;
  padding: 7px 109px;
  border: 1px solid lightgrey;
  background: white;
  color: #e2001a;
  font-weight: bold;
}

.container-title-modal {
  border-radius: 30px;
  padding: 7px 40px;
  background: #e2001a;
  color: white;
  font-weight: bold;
  min-width: 125px;
  display: inline-block;
}
.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}
.modal-content {
  min-height: 300px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-section-location {
  border-radius: 30px;
  padding: 7px 109px;
  border: 1px solid lightgrey;
  background: #e2001a;
  color: white;
  font-weight: bold;
  min-width: 326px;
}
@media only screen and (max-width: 481px) {
  .container-title-section {
    padding: 7px 32px;
    min-width: 0;
  }
  .container-button-red {
    padding: 7px 40px;
  }
  .container-title-agenda {
    padding: 7px 40px;
  }
  .title-section-location {
    padding: 7px 40px;
  }
  .pt-small {
    padding: 30px 0 !important;
  }
}
.pt-small {
  padding: 9px 0;
}
/**********************
AGENDA
**********************/
@media only screen and (max-width: 580px) {
  .table-agenda tr td:last-child {
    width: 100% !important;
  }
  .table-agenda tr td:first-child {
    width: 0% !important;
    min-width: 0% !important;
  }
  .table-programma tr td:last-child {
    min-width: 0px !important;
  }
}

@media only screen and (min-width: 580px) {
  .custom-heading-panel {
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .min-height-desc {
    min-height: 96px;
  }
  .ps-2 {
    padding-left: 15px;
  }
}

/**********************
LOCATION
**********************/
.container-location {
  margin: 0 auto;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .container-location {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .flex-row-salette {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .title-section-location {
    min-width: 0px !important;
  }
}
@media only screen and (min-width: 1500px) {
  footer .auto-container {
    max-width: 2500px;
  }
}
.title-section-location-2 {
  border-radius: 30px;
  padding: 7px 67px;
  border: 1px solid lightgrey;
  background: #e2001a;
  color: white;
  font-weight: bold;
  min-width: 326px;
}

/**********************
NAVBAR
**********************/
.main-menu .navbar-collapse > ul > li > a {
  padding: 30px 15px;
}
.link-navbar {
  color: black !important;
  font-weight: bold;
}
.icon-navbar {
  font-size: 20px;
  vertical-align: middle;
}
.margin-right {
  margin-right: 25px;
}
.margin-left {
  margin-left: 10px;
}
.active {
  background-color: #db003d;
}
li.active a {
  color: white !important;
}
.main-header {
  background: #e9e9e9;
}
/**********************
PRE SCHEDa
**********************/
.container-grey {
  border-radius: 10px;
  background-color: #e9e8ea;
  padding: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mb-sm-3 {
    margin-bottom: 30px;
  }
  .ps-0 {
    padding: 0 !important;
  }
  .pr-0 {
    padding: 0 !important;
  }
}
.button-custom.btn-style-one {
  background: white;
  border: 1px solid #e2001a;
  color: #e2001a;
}
.btn-style-one {
  border: 1px solid #e2001a;
}
/**********************
FOOTER
**********************/
.main-footer {
  position: relative;
  background: white;
  text-align: center;
  padding: 40px 20px 40px 20px;
  color: #8a8a8a;
  line-height: 19px;
  font-size: 14px;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.slick-track img {
  margin: 0 20px !important;
}

.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.w-100 {
  width: 100%;
}
.btn-outline-danger {
  background-color: white;
  color: #d43f3a;
  border: 1px solid #d43f3a;
}
.btn-outline-danger:hover {
  background-color: #d43f3a;
  color: white;
}
.btn-custom-danger {
  background-color: #d43f3a;
  color: white !important;
}
.btn-custom-danger:hover {
  background-color: #d43f3a;
  color: white !important;
}
.d-none {
  display: none;
}
