/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Adding Titillium-Web Font */
/*
@import "dependencies";
@include font-face('BloodyNormal', 'gantry-theme://fonts/BLOODY-webfont');

.font-family-bloody {
  font-family: 'BloodyNormal',Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}
*/
* {
  box-sizing: border-box;
}
.UNIPIcontainer {
  position: relative;
  width: 50%;
  max-width: 32%;
  display: inline-block;
}
.UNIPIimage {
  display: block;
  width: 100%;
  height: auto;
}
.UNIPIoverlay {
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
.UNIPIcontainer:hover .UNIPIoverlay {
  opacity: 1;
}
@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes swayIcon {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateSwing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
#sticky-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  animation: rotateSwing 2s linear infinite;
}
#sticky-banner img {
  width: 180px;
  /* Modifica la dimensione secondo necessità */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
#sticky-banner:hover img {
  transform: scale(1.1);
}
/* tipography */
body {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  color: #003c71;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #0065be;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #003c71;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}
.page-header, .com-content-category-blog h1 {
  background-color: #003c71;
}
.com-content-article .page-header, .com-content-category-blog h1 {
  margin-left: -20px;
}
.page-header h1, .com-content-category-blog h1 {
  color: #fff;
  font-size: 1.8rem;
  padding-left: 1rem;
  margin-top: 0;
}
.com-content-category-blog__item h2 {
  background: white;
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 0;
}
.com-content-category-blog__item h2 a {
  color: #003c71;
}
.com-content-category-blog__item h2 a:hover {
  text-decoration: underline;
}
/* HEADER STYLING */
.nomesito {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem;
}
.gantry-logo img {
  width: 206px;
}
.gantry-logo {
  display: flex;
  justify-content: flex-end;
}
#g-header {
  padding-bottom: 0.5rem !important;
  background: #003c71;
}
#g-header a {
  color: #fff;
}
#g-header .topbtns a {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25em;
}
#g-header .mod-languages a {
  color: #fff;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: transparent;
}
.mod-finder {
  margin-left: 20px;
  /* search box */
  margin-right: 20px;
}
.mod-finder input[type="text"] {
  border-radius: 0.985rem;
  /* search box */
}
/* NAVIGATION MENU */
#g-navigation .g-main-nav {
  margin-left: 0;
}
/* bordo bianco delle voci di menu */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  padding: calc(1.2rem - 10px) calc(0.938rem - 0px);
}
/* colore di default delle voci di menu toplevel */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #003c71;
}
/* colore di default delle voci di menu sublevel */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  background: #003c71;
  color: #fff;
}
/* voce di menu attiva */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #002038;
  font-weight: 600;
}
/* hovering della voce attiva - menu toplevel */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
  font-weight: 600;
}
/* hovering delle voci di menu toplevel */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
  color: #fff;
  background: #003c71;
}
/* hovering delle voci di menu sublevel */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
  background: rgba(0, 60, 113, 0.8);
}
/* styling del selettore di lingua */
div.mod-languages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
}
div.mod-languages li {
  margin: 0 0.5rem;
}
div.mod-languages ul li.lang-active {
  background-color: transparent;
}
/* MAIN SECTION */
#g-main {
  background: #f9f9f9;
  padding-top: 0;
  color: #212529;
}
.com-content-article, .com-content-category-blog {
  background: #fff;
}
.com-content-article__body, .com-content-article .article-info, .com-content-category-blog__items, .category-desc {
  padding-left: 1rem;
}
.article-info .createdby, .article-info .published, .article-info .modified {
  margin-left: 0;
}
.com-content-category-blog__item {
  border-bottom: 1px solid #e0e0e0;
}
/* RIGHT SIDEBAR */
.right-sidebar {
  background: #fff;
  padding-left: 0.8rem;
}
.right-sidebar h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.right-sidebar ul {
  margin-top: 0.5rem;
}
.right-sidebar ul li {
  list-style: disc;
}
.right-sidebar ul li a {
  color: #003c71;
}
/* LOGIN FORM MODULE */
.mod-login__username, .mod-login__password, .mod-login__remember, .mod-login__submit, .mod-login__options {
  margin: 1.5rem 0;
}
/* FOOTER */
.site-footer {
  /* background-image: url(templates/g5_hydrogen/custom/bgdip.jpg); */
}
.site-footer h3, .site-footer p {
  color: #212529;
}
.site-footer h3 {
  font-size: 1.5rem;
}
#g-footer {
  background-image: url('../../images/bgdip.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
}
#g-copyright {
  background: #003c71;
  color: #fff;
}
#g-copyright a {
  color: #fff;
}
#g-copyright a:hover {
  text-decoration: underline;
}
/* RESPONSIVE MEDIA QUERIES */
@media only all and (max-width: 48rem) {
  .g-offcanvas-css3 img {
    margin: 0 auto;
  }
  .nomesito {
    text-align: center;
  }
  .awesomplete {
    margin: 10px 20px;
    display: flex;
  }
}
/*# sourceMappingURL=custom_14.css.map */