:root {
  --bs-body-font-family: Urbanist;
  --bs-primary: #355B75;
  --blue-primary: #355B75;
  --blue-secondary: #A9CFE8;
  --blue-tertiary: #DEEFF9;
  --burgundy-primary: #9B1E20;
  --burgundy-secondary: #FA6264;
  --burgundy-tertiary: #FFC4C4;
  --bs-border-color: #FA6264;
  --bs-border-width: 4px;
  --bs-border-radius: 10px;
  --bs-link-color-rgb: 155, 30, 32;
  --bs-link-hover-color-rgb: 155, 30, 32;
  --bs-breadcrumb-item-active-color: #000 !important;
}

/* Urbanist regular */
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: local("Urbanist"),
    url("/media/templates/site/ld/font/Urbanist-Regular.ttf");
}

/* Urbanist-Italic */
@font-face {
  font-family: "Urbanist italic";
  font-style: italic;
  font-weight: 300;
  src: local("Urbanist"),
    url("/media/templates/site/ld/font/Urbanist-Italic.ttf");
}

/* Urbanist-Bold */
@font-face {
  font-family: "Urbanist bold";
  font-style: bold;
  font-weight: 800;
  src: local("Urbanist bold"),
    url("/media/templates/site/ld/font/Urbanist-Bold.ttf");
}

/*breadcrumb*/
.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.h2-hidden {
  position: absolute;
  left: -999px;
}

h3 {
  font-size: 24px;
}

/*paginazione*/
.pagination {
  justify-content: center;
  --bs-pagination-color: #000;
  --bs-pagination-border-width: 2px;
  --bs-pagination-hover-color: #000;
  --bs-pagination-border-color: none;
  --bs-pagination-hover-bg: #FFC4C4;
  --bs-pagination-border-radius: none;
  --bs-pagination-focus-color: #000;
  --bs-pagination-focus-bg: #FA6264;
  --bs-pagination-active-bg: #FA6264;
  --bs-pagination-active-border-color: #FFC4C4;
  --bs-pagination-hover-border-color: #FA6264;
  --bs-pagination-active-color: #000;
  --bs-pagination-focus-box-shadow: none;
}

.mt-6 {
  margin-top: 12%;
}

.ms-6 {
  margin-left: 14%;
}

.bg-blue {
  background-color: #355B75;
  ;
}

.bg-lightblue {
  background-color: #A9CFE8;
}



h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

.video-titolo {
  margin-top: -300px;
}

a:not([class]) {
  text-decoration: unset;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;

}

/*manu-laterale-desktop*/
.nav-side-menu {
  overflow: auto;
  font-size: 16px;
  background-color: #fff;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  z-index: 4;
  height: 100%;
  width: 6%;
  color: #000;
  right: 0;
  justify-content: center;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  z-index: 5;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #000;
}

.nav-side-menu li a:hover {
  text-decoration: underline;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}


/*menu-bottom-mobile*/
.menu-bottom {
  overflow: auto;
  font-size: 16px;
  background-color: #fff;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  z-index: 4;
  height: 10%;
  width: 100%;
  color: #000;
  justify-content: center;
}

.menu-bottom ul,
.menu-bottom li {
  list-style: none;
  padding: 0px;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.menu-bottom li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}

.menu-bottom li a:hover {
  text-decoration: underline;
  color: #000;
}

.menu-bottom li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.p-menu-bottom {
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.shadow-menu-mobile {
  box-shadow: 10px 5px 15px #6e6e6e;
}

/*Button-primary*/
.btn-primary {
  border-radius: 10px;
  background-color: #fa6264;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: larger;
  border: none;
  box-shadow: 0 5px 5px 0 black;
}

/*Button-primary:hover*/
.btn-primary:hover,
.btn-primary:focus {
  border-radius: 10px;
  background-color: #9B1E20;
  color: #fff !Important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  font-size: larger;
  border: none;
}

/*Button-secondary*/
.btn-secondary {
  border-radius: 10px;
  background-color: #355b75;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: larger;
  border: none;
  box-shadow: 0 5px 5px 0 black;
}

/*Button-secondary:hover*/
.btn-secondary:hover,
.btn-secondary:focus {
  border-radius: 10px;
  background-color: #DEEFF9;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  font-size: larger;
  border: none;

}

.background-argomenti :hover {
  background-color: #DEEFF9;
  border-radius: 10px;
}

.header {
  position: relative;
  left: 0;
  top: 2%;
  height: 800px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.header img {
  position: absolute;
}

ul {
  list-style: none;
}

/*slider-orizz-mobile-notizie*/
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

  .card {
    display: inline-block;
  }
}

.width-carousel {
  width: 18rem;
}


.filter {
  filter: brightness(40%);
}



@media screen and (max-width: 425px) {
  p {
    font-size: 14px;
  }

  h3 {
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
  }

  h1 {
    font-size: 22px;
  }

  a {
    font-size: 16px;
  }

  .btn-primary:hover {
    font-size: 14px;
  }

  .btn-primary {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .width-carousel {
    width: 16rem;
  }

  /*  .logo {
    height: 78px;
  } */
}

@media only screen and (max-width: 769px) {
  /* .logo-interno {
    height: 100%;
    width: auto;
  } */

  .video-titolo {
    margin-top: 350px;
  }

  .text-color {
    color: #000 !important;
  }

  .btn-position {
    text-align: center;
    margin: auto;
    margin-bottom: -8% !important;
  }

  .video-titolo {
    margin-top: 10px !important;
  }
}


@media screen and (max-width: 1024px) {
  .video-titolo {
    margin-top: -260px;
  }
}



@media only screen and (max-width:1200px) and (min-width: 992px) {
  .nav-side-menu {
    overflow: auto;
    font-size: 16px;
    background-color: #fff;
    opacity: 1;
    position: fixed;
    bottom: 0px;
    z-index: 4;
    height: 100%;
    width: 8%;
    color: #000;
    right: 0;
    justify-content: center;
  }
}

.icone :hover {
  fill: var(--burgundy-secondary);
}

/*video-header*/
#videocontainer a span {
  display: none;
  text-align: center;
  align-self: center;
  left: 40%;
  text-decoration: underline;
  color: #fff;
}

#videocontainer a:hover span {
  display: flex;
  position: relative;
}

img.rounded-2.mb-2.d-flex.position-relative:hover {
  filter: brightness(40%);
}

/*form*/
label {
  color: #000;
}

.form-control {
  width: 90%;
  border: 2px solid #fff;
  box-shadow: inset 0 0 10px #787878;
}

.form-control:focus {
  border-color: #FA6264;
  box-shadow: none;
}

.form-check-input {
  border: 1px solid #000;
}

.form-check-input:checked {
  background-color: #FA6264;
  border-color: #FA6264;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #fa6264;
}

.icone-progetto {
  width: 150px;
  padding-bottom: 10px
}

a:not(.btn):focus,
a:not(.btn):hover {
  color: unset;
}

.logo-footer {
  width: 200px;
}

.logo-home {
  max-width: 200px;
  width: 200px
}

.logo-header {
  width: 200px;
}

@media only screen and (max-width:767px) {
  .logo-header {
    width: 150px;
  }
}

@media only screen and (max-width:767px) {
  .logo-home {
    max-width: 150px;
    width: 150px
  }
}

/* icona bicromatica */
/* .icona{
  width: 200px;
}

.icona path.primary {
  fill: var(--blue-primary);
}
.icona path.secondary {
  fill: var(--burgundy-secondary);
}
.icona:hover path.primary {
  fill: var(--burgundy-secondary);
}
.icona:hover path.secondary{
  fill: var(--burgundy-secondary);
}


.icona rect.primary {
  fill:var(--blue-primary);
}
.icona rect.secondary {
  fill: var(--burgundy-secondary);
}

.icona:hover rect.primary {
  fill: var(--burgundy-secondary);
}
.icona:hover rect.secondary{
  fill: var(--burgundy-secondary);
}


.icona line.tertiary {
  fill:var(--blue-primary);
}

.icona:hover line.tertiary {
  fill: var(--burgundy-secondary);
} */
/* fine icona bicromatica */


.loghi-partner{
  width: 150px;
  height: auto;
  padding: 5px;
}
