body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  background-color: #ffffff;
}

/* Tipografy */
a {
  color: #1BB4BD;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #1BB4BD;
}

h1 {
  font-size: 3rem;
  color: #ffffff;
}

h2 {
  font-size: 2.2rem;
  color: #1BB4BD;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.4rem;
  color: #1BB4BD;
}

.lead {
  font-size: 1.1rem;
  color: #333333;
  background-color: #EAE224;
  text-align: left;
  padding: 2rem;
}

.lead h1 {
  font-size: 2rem;
  color: #333333;
}

#events h2, #news h2 {
  margin: 0;
}

/* Navbar */
nav {
  background-color: #ffffff;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  display: inline-block;
  padding-left: 0.5rem;
}
nav .navbar {
  padding: 1.8rem 0rem;
}
nav .nav-link {
  display: block;
  color: #1BB4BD;
  text-decoration: none;
}
nav .nav-link:hover, nav .nav-link:focus {
  color: #333333;
  text-decoration: none;
}
nav .dropdown-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("../img/expand_more_FILL0_wght100_GRAD0_opsz24.svg");
  transition: none;
  border: 0;
}
nav .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
nav .dropdown-toggle::after {
  vertical-align: middle;
}
nav .navbar-brand img {
  width: 210px;
}
nav #top-social li a {
  display: block;
  color: #1BB4BD;
  text-decoration: none;
}
nav .dropdown-menu {
  border: 0;
  background-color: #1BB4BD;
}
nav .dropdown-item.active, nav .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
}
nav .dropdown-item:focus, nav .dropdown-item:hover {
  color: #ffffff;
  background-color: #1BB4BD;
}
nav ul.dropdown-menu.show li a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
nav ul.dropdown-menu.show li a:hover {
  color: #333333;
}
nav .dropdown-menu.show li {
  display: block;
}
nav .navbar-light .navbar-nav .nav-link:hover,
nav a.dropdown-item:hover {
  color: #333333;
}
nav .navbar-light .navbar-nav li.current .nav-link {
  color: #333333;
}
nav .dropdown-item.active, nav .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #1BB4BD;
}
nav ul#top-social {
  border-left: 1px solid #333333;
  margin-left: 1rem;
}

#header.sticky {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
  padding: 1rem 0;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.sticky .navbar-brand img {
  width: 160px;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler-icon {
  background-image: url(../img/ico-menu.png);
}

.navbar-toggler {
  background-color: #1BB4BD;
  border: 1px solid #1BB4BD;
}

.navbar-expand-lg .navbar-collapse,
.navbar-nav {
  justify-content: flex-end;
}

.navbar {
  padding: 1.5rem 0rem;
}

/* Buttons */
.btn {
  font-weight: 400;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 1px;
  border-radius: 16px 0 16px 0;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border: 0;
  margin: 0.5rem 0;
}

.btn-primary {
  color: #ffffff;
  background-color: #1BB4BD;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #333333;
}

.btn-secondary {
  color: #333333;
  background-color: #ffffff;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #333333;
}

.btn-outline {
  color: #333333;
  border: 1px solid #333333;
  background-color: transparent;
}

.btn-outline:hover {
  color: #ffffff;
  border: 1px solid #333333;
  background-color: #333333;
}

/* carousel */
.carousel-caption {
  position: absolute;
  top: 9rem;
  left: 0;
  bottom: unset;
}

.carousel-inner {
  height: 500px;
}

.carousel-control-prev {
  right: 10%;
  left: unset;
}

.carousel-control-next {
  right: 5rem;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 10;
  transition: opacity 0.15s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

div#caption {
  position: relative;
  top: 8rem;
}

div#banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* home */
section {
  padding: 2rem 0;
}

section#intro {
  padding: 0rem 0;
}

#numbers {
  background-color: #1BB4BD;
  color: #ffffff;
  padding: 2rem;
}

#numbers .material-symbols-outlined {
  font-size: 4rem;
  text-align: center;
}

#numbers .numeri {
  font-size: 2.6rem;
  text-align: left;
}

#numbers .label {
  text-align: left;
}

#mappacountries {
  background: #EAE224;
  color: #333333;
}

#mappacountries h2 {
  color: #333333;
}

#mappacountries h2 {
  color: #333333;
}

#mappacountries ul {
  margin: 0;
  padding: 0;
}

#mappacountries li {
  display: inline;
  margin: 0 0.5rem 0 0;
}

#mappacountries .btn {
  font-size: 1.2rem;
}

/* news */
.news-info h2 a,
.events-info h2 a {
  font-size: 1.3rem;
  line-height: 1rem !important;
  text-decoration: none;
}

.news-info h2 a:hover,
.events-info h2 a:hover {
  text-decoration: underline;
}

.news-info,
.events-info {
  padding: 2rem 0;
}

.events-info {
  border-left: 1px solid #1BB4BD;
  border-bottom: 1px solid #1BB4BD;
  border-right: 1px solid #1BB4BD;
  padding: 2rem 1rem;
}

section#events {
  background: rgb(255, 252, 0);
  background: linear-gradient(90deg, rgb(255, 252, 0) 0%, rgb(255, 252, 0) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
}

/*partners carousel */
#partnersCarousel .carousel-item {
  background: #ffffff;
}

#partnersCarousel .carousel-inner {
  height: 120px;
}

#partnersCarousel .carousel-inner .carousel-item.active,
#partnersCarousel .carousel-inner .carousel-item-next,
#partnersCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

#partnersCarousel .carousel-inner .carousel-item-right.active,
#partnersCarousel .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

#partnersCarousel .carousel-inner .carousel-item-left.active,
#partnersCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

#partnersCarousel .carousel-inner .carousel-item-right,
#partnersCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#partnersCarousel .carousel-control-next, #partnersCarousel .carousel-control-prev {
  width: 5%;
  bottom: 40px;
}

#partnersCarousel .carousel-control-next {
  right: 20px !important;
}

#partnersCarousel .carousel-control-prev {
  left: 20px !important;
}

#partnersCarousel .carousel-control-next-icon, #partnersCarousel .carousel-control-prev-icon {
  background-image: url(../img/fdx-gray.png);
  width: 50px;
  height: 80px;
  background-size: 70%;
}

#partnersCarousel .carousel-control-prev-icon {
  background-image: url(../img/fsx-gray.png);
}

#partnersCarousel .carousel-item img {
  height: 120px;
  padding-bottom: 30px;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#partners-logos li {
  width: 140px;
  height: 110px;
  margin-left: 5px;
  background: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
}

/* footer */
section#prefooter {
  background-image: url("../img/footer.png");
}

section#prefooter {
  background-image: url(../img/footer.png);
  background-position-y: 150px;
  background-repeat: no-repeat;
}

.contact {
  background: #f2f2f2;
}

.newsletter {
  background: #1BB4BD;
}

.contact h2 {
  font-size: 1.8rem !important;
  color: #1BB4BD;
}

.contact p {
  font-size: 1.3rem !important;
  color: #333333;
}

.newsletter h2 {
  font-size: 1.8rem !important;
  color: #ffffff;
}

.newsletter p {
  font-size: 1.3rem !important;
  color: #ffffff;
}

#icona-newsletter {
  background: url(../img/icona-newsletter.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 120px;
  top: 10px;
  right: 120px;
  display: block;
  z-index: 10000000;
  position: absolute;
}

img.eulogo {
  width: 100%;
}

#footer i.fab {
  color: #333333;
}

#legal {
  border-top: 1px solid #1BB4BD;
}

#footer a:hover {
  color: #1BB4BD;
}

/* pagina */
#page-title {
  background: #1BB4BD;
  text-align: center;
  padding: 8rem 0 0 0;
}

#page-title h1 {
  font-size: 2.3rem;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem 0;
}

#main-content {
  padding: 2rem;
}

.breadcrumb {
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  font-size: 0.8rem;
}

#aside-menu {
  border-left: 1px solid #1BB4BD;
  padding-left: 2rem;
  height: 100%;
}

#aside-menu li a {
  text-decoration: none;
}

#aside-menu li a:hover {
  color: #333333;
  text-decoration: none;
}

#aside-menu li a::before {
  content: "> ";
}

.doc-title a, .doc-title,
p.doc-title {
  color: #1BB4BD;
  text-decoration: none;
}

.doc-title a:hover {
  color: #333333;
  text-decoration: none;
}

.content-video {
  padding: 0 0 0 2rem;
}

.lista-video {
  padding: 1rem 0;
  border-bottom: 1px solid #dcdcdc;
}

/* partner */
.partner {
  border: 1px solid #dcdcdc;
  margin-bottom: 1rem;
}

.partner.row {
  align-items: center;
}

.partner-info a {
  text-decoration: none;
}

.partner-info a:hover {
  color: #333333;
}

.badge-info {
  background-color: #EAE224;
  color: #333333;
  font-weight: 400;
  margin-bottom: 1rem;
}

.logo-signup {
  width: 350px;
}

/* form */
#signup-form {
  background: #f2f2f2;
  padding: 4rem 5rem;
}

.form-control, .form-select {
  padding: 0.5rem;
  border: 2px solid #1BB4BD;
  color: #333333;
  border-radius: 0;
}

label {
  font-size: 0.9rem !important;
  color: #666666;
}

#signup-form {
  background: #EAE224;
  padding: 4rem 5rem;
}
#signup-form label {
  font-size: 1rem !important;
  color: #000;
}
#signup-form input {
  width: 100%;
}
#signup-form input.btn {
  width: auto !important;
}
#signup-form .form-control, #signup-form .form-select {
  border: 2px solid #EAE224;
}
#signup-form .form-check {
  padding-left: 0;
}
#signup-form .form-check input {
  width: auto !important;
}
#signup-form .form-check .wpcf7-list-item {
  margin: 0;
}

/* login dropdown */
.nav-link {
  padding: 0;
}

#top-social .dropdown-toggle::after {
  display: none;
}
#top-social .dropdown-menu {
  background: #f2f2f2;
  border-radius: 0;
}

/**/
.btn-check:focus + .btn, .btn:focus,
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.page-link {
  color: #333333;
}

/* material */
.material-symbols-outlined {
  vertical-align: bottom;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 24;
}

/* mobile */
@media (max-width: 992px) and (min-width: 576px) {
  #top-social.navbar-nav {
    border: 0;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  nav#header.container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #page-title {
    padding: 6rem 0 0 0;
  }
  .lead {
    font-size: 1rem;
  }
  .lead h1 {
    font-size: 1.3rem;
  }
  div#caption {
    top: 14rem;
  }
  .carousel-inner {
    height: 600px;
  }
  .carousel-control-next {
    right: 0;
  }
  #top-social.navbar-nav {
    border: 0;
    flex-direction: row;
  }
  section#legal {
    text-align: center;
  }
  img.eulogo {
    width: 70%;
  }
  #aside-menu {
    border-left: 0;
    border-top: 1px solid #1BB4BD;
    padding-top: 1rem;
  }
  #main-content {
    padding: 1rem;
  }
  #signup-form {
    padding: 3rem 2rem;
  }
}

/*# sourceMappingURL=custom.css.map */
