@charset "utf-8";
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "poppinsregular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  figure.fx1 h2 {
    font-size: 7vw;
  }
  .fotochirurgo figcaption p {
    font-size: 4vw;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  h2.headline {
    line-height: 1.09091;
    font-size: 38px;
  }
  h3.subhead {
    line-height: 1.16667;
    font-size: 22px;
    font-weight: 200;
  }
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  a:link, a:visited, .link:link, .link:visited {
    text-decoration: none;
  }
  .gal-main {
    right: 3px;
  }
  .navbar {
    padding: 0 20px !important;
  }
  span.arrow {
    display: none;
  }
  .nav-link {
    text-shadow: none;
    color: #1fc2fb !important;
  }
  .drmenushow .dropdown-menu {
    border-top: 0.1875rem solid #060947;
    padding: 0.5rem 0;
  }
  .container {
    max-width: 1199px;
    padding: 0;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-nav .dropdown-menu {
    float: none;
  }
  .navbar-expand-lg .navbar-nav {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .togglemenu-agostini {
    display: none;
  }
}
@media (min-width: 1200px) {
  h2.headline {
    line-height: 1.07143;
    font-size: 56px;
  }
  h3.subhead {
    line-height: 1.10722;
    font-size: 28px;
  }
  .container {
    max-width: 1140px;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.icontext {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
/* PAGINA FOTO */
.bg-gfoto {
  height: 100%;
  overflow: hidden;
  font-family: Verdana, Sans-serif;
  font-family: "poppinsregular", Helvetica, Arial, sans-serif;
}
.fotowrapper {
  background-color: #060947;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  height: 100%;
  width: 100%;
  padding: 72px 0 0 0;
}
.gal-main {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 66.2666666666%;
  padding: 0;
  margin: 0;
  transition: .5s;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .menu-testo {
    background-color: #fff !important;
  }
  .dropdown-menu a, .dropdown-menu small {
    color: #000 !important;
  }
  .dropdown-menu.show a, .dropdown-menu.show small {
    color: black !important;
  }
  .dropdown-menu .menuicon {
    fill: #fff;
  }
  .dropdown-menu.show .menuicon {
    fill: #060947;
  }
  .header.def {
    height: 97px;
  }
  #menu span {
    font-size: .6rem;
  }
  #menu #etichettamenu {
    opacity: 1;
    transition: .5s;
    transition-delay: 1s;
  }
  .menuaperto #menu #etichettamenu {
    opacity: 0;
    transition: .5s;
  }
  #dropdown-menu.show .dropdown-oggetto {
    visibility: visible;
  }
  #dropdown-menu:not(.show) .dropdown-oggetto {
    visibility: visible;
  }
  #navbarcust {
    height: 48px;
  }
  .gal-expand {
    border-left: none !important;
  }
  .logo {
    left: calc(50% - 30px);
    z-index: 10000;
    padding-top: 40px;
    position: absolute;
  }
  .gal-main {
    width: 100%;
    transition: .5s;
  }
  .nav-link {
    text-shadow: none;
    color: #1db8fb !important;
  }
  .icona-animata span {
    background: #1fc2fb;
  }
  .togglemenu-agostini span.etichetta-menu {
    letter-spacing: 2px;
  }
  .menuchiuso .icona-animata span {
    background: #1fc2fb;
    transition: .5s;
  }
  .menuaperto .icona-animata span {
    background: #1db8fb;
    transition: .5s;
  }
  .menuchiuso .etichetta-menu {
    color: #1fc2fb;
    transition: 2s;
  }
  .menuaperto .etichetta-menu {
    color: #22d3fd;
    transition: 2s;
  }
}
#gal-work-items > div a {
  display: block;
  position: relative;
  box-shadow: 1px 1px 8px #060947;
}
.gal-work-items > div > a:hover {}
.gal-work-items {
  color: white;
  margin: 0 auto;
  text-transform: uppercase;
}
.gal-expand {
  transition: .5s;
  opacity: 1;
}
.gal-expand.gal-scale-down {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: .5s;
  opacity: 0;
}
#tommasoagostinipic.gal-scale-down {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: .5s;
  opacity: 0;
}
#cgalsx {
  background-color: white;
  height: 100%;
  width: 0;
  z-index: 52000;
  position: absolute;
  left: 0;
  transition: .8s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
#cgaldx {
  background-color: white;
  height: 100%;
  width: 0;
  z-index: 52000;
  position: absolute;
  right: 0;
  transition: .8s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
#cgalsx.chiudi {
  width: 50%;
}
#cgaldx.chiudi {
  width: 50%;
}
@media (max-width: 767px) {
  h2.headline {
    line-height: 1.125;
    font-size: 30px;
    letter-spacing: -3px;
  }
  h3.subhead {
    line-height: 1.4211;
    font-size: 18px;
    font-weight: 400;
  }
  #galexpandpanel .fotopan, #gal-work-items div {
    padding: 0;
  }
}
.gal-expand.panel {
  width: 100%;
  height: calc(100% - 48px);
  top: calc(100% + 48px);
  left: 0;
  transition: .3s ease-in-out;
}
.gal-expand.panel.show, .gal-content.show {
  top: 24px;
  transition: .3s ease-in-out;
  z-index: 50000;
}
.gal-expand.panel, .gal-content {
  z-index: 49000;
}
#gal-panel-items {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 5px 12px 0;
  margin-left: auto;
  margin-right: auto;
}
#gal-work-items > div a div {
  width: 100%;
  height: 100%;
}
.gal-expand .row div.fotopan {
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .gal-content.show {
    padding-top: 60px;
  }
  #gal-work-items {
    padding: 0 !important;
  }
  .gal-content.show .didapan {
    padding: 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gal-content.show .didapan {
    padding: 30px 24px;
  }
}
.btn-close {
  position: absolute;
  top: 26px;
  right: 15px;
  width: 30px;
  cursor: pointer;
  z-index: 51000;
}
#galexpandpanel .row {
  -webkit-align-items: center;
  align-items: center;
}
.bg-gfoto .xicon {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.xicon span {
  background: #1fc2fb;
}
.bg-gfoto .xicon {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-right: 20px;
}
.bg-gfoto .xicon.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.bg-gfoto .xicon.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.gal-main section {
  position: absolute;
}
.gal-expand {
  border-radius: 20px;
  border-left: 1px double #1fc2fb;
  width: calc(100% - 24px);
  height: calc(100% - 48px);
  top: 24px;
  left: 0;
  background-image: radial-gradient(#2e37b1, #121a90);
  overflow: hidden;
  overflow-y: scroll;
}
#galexpandpanel.show .row a {
  width: 100%;
}
#galexpandpanel img.responsive-img {
  width: 100%;
}
#gal-work-items {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 5px 12px 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10000;
}
#gal-work-items > div {
  padding-bottom: 24px;
  position: relative;
}
#gal-work-items a img {
  display: block;
  position: relative;
}
img.responsive-img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  #gal-work-items {
    padding: 0;
    margin-bottom: 15px;
    margin-top: -15px;
  }
  .gal-main {
    width: calc(100% - 15px);
    left: 15px !important;
  }
  .gal-expand {
    height: calc(100% - 30px);
    width: calc(100% - 15px);
  }
}
#galexpand .gal-content {
  z-index: 9999;
}
.gal-content {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.5s;
  -moz-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
#galexpand {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
#galexpandpanel .gal-content {
  top: 100%;
  z-index: 9999;
}
#galexpandpanel.show .gal-content.show {
  top: 0%;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10000;
}
#galexpandpanel .gal-content {
  z-index: 9999;
}
#galexpand.gal-expand {
  z-index: 50000;
}
@media (min-width: 768px) {
  #galexpandpanel.show .gal-content.show {
    -webkit-align-items: center;
    align-items: center;
  }
  .card:hover {
    -webkit-box-shadow: -5px -5px 10px black, 5px 5px 10px black;
    box-shadow: -5px -5px 10px black, 5px 5px 10px black;
    z-index: 2;
  }
  .barriers {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  }
  .card:hover .barriers {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  }
  .cardgl {
    overflow: hidden;
    position: relative;
    transition: .3s;
  }
  @media not screen and (orientation:landscape) {
    .cardgl:hover .barriers {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -125%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -125%, 0);
      cursor: pointer;
    }
  }
  .cardgl:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 3px 3px 8px 3px #000;
    transition: .3s;
  }
}
#galexpand {
  background: linear-gradient(233deg, #2e37b1, #121a90, #1fc2fb);
  width: 100%;
  background-size: cover;
}
.gal-content h2 {
  font-style: italic;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 110%;
}
galexpandpanel .row {
  -webkit-align-items: center;
  align-items: center;
}
.gal-content .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding-top: 80px;
}
.gal-content .divider {
  height: 1px;
  overflow: inherit;
  background: none;
  margin: 35px 0 62px;
}
.gal-content .divider .outer-line {
  border-bottom: 1px solid #fff;
  width: 25%;
}
.gal-content .divider span {
  display: inline-block;
  vertical-align: middle;
}
.center, .center-align {
  text-align: center;
}
.gal-content > div.container.page-title {
  margin-top: 50px;
}
.page-title {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
h1.titolo-principale {
  color: #fff;
  font-family: Verdana, Sans-serif;
  line-height: 110%;
  font-size: 5vw;
}
@media screen and (min-width: 320px) {
  h1.titolo-principale {
    font-size: calc(26px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  h1.titolo-principale {
    font-size: 46px;
  }
}
.wrap-title {
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width:992px) {
  .main-picture {
    background-image: url("../immagini/tommaso-agostini.jpg");
    padding: 0;
    margin-top: 24px;
    margin-left: 0;
    height: calc(100% - 48px);
    background-position: center center;
    width: 33.1333333333%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    background-position: center bottom;
  }
  .main-picture img {
    width: auto;
    height: calc(100vh - 48px);
  }
}
.gal-content .divider img {
  width: 20px;
  height: auto;
  margin: 0 20px;
}
@media (max-width:480px) {
  .gal-main {
    width: 100%;
    top: 0;
    left: 0 !important;
  }
  .gal-expand {
    width: 100% !important;
  }
  .gal-expand.panel {
    width: 100% !important;
  }
}
/* FINE PAGINA FOTO */
hr.dashed {
  display: block;
  border-top: 1px dashed #FFF;
  width: 100%;
}
.bg-grigio {
  background-color: #595959;
  color: white;
}
.bg-gfoto {
  background-color: #111111;
}
.mapicon {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-align-self: center;
  align-self: center;
  flex-shrink: 0;
}
.mapicon:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background-color: #fff;
}
.bg-grigio a, .bg-bianco a, .bg-bianco input {
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.bg-grigio a:hover span:before, .bg-grigio a:focus span:before, .bg-bianco a:hover span:before, .bg-bianco a:focus span:before {
  -webkit-transform: rotateX(10deg);
  -moz-transform: rotateX(10deg);
  transform: rotateX(10deg);
}
.bg-grigio a span:before, .bg-bianco a span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #2f4351;
  content: attr(data-hover);
  -webkit-transform: rotateX(270deg);
  -moz-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}
.bg-grigio a:hover span, .bg-grigio a:focus span, .bg-bianco a:hover span, .bg-bianco a:focus span {
  background: #060947;
}
.bg-grigio a span, .bg-bianco a span {
  position: relative;
  display: inline-block;
  background: #060947;
  box-shadow: inset 0 1px #FFF;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  transition: background 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.bg-grigio a:hover, .bg-bianco a:hover {
  color: #FFF;
}
.nmlr {
  margin-left: 0;
  margin-right: 0;
}
.nplr {
  padding-left: 0;
  padding-right: 0;
}
ol.elenum {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  counter-reset: indice;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}
ol.elenum li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px 20px 0;
}
ol.elenum li:before {
  font-family: Roboto;
  counter-increment: indice;
  content: counter(indice);
  border: solid 2px white;
  padding: 20px 30px;
  border-radius: 500px;
  margin-right: 10px;
}
.pb40 {
  padding-bottom: 40px;
}
figure.fx1 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: left;
  margin: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
figure.fx1 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  transition: opacity 1s;
  transition-delay: 1.1s;
}
figure.fx1 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.fx1 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.fx1 h2, figure.fx1 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
figure.fx1 h2 {
  font-family: 'poppinslight';
  word-spacing: -0.15em;
  font-style: normal !important;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.fx1 h2 span {
  font-weight: 800;
}
figure.fx1 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.fx1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.fx1:hover img {
  opacity: 0.3;
  transition: .35s;
}
figure.fx1:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.fx1:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.fx1:hover figcaption::before {
  background: rgba(0,0,0,0.5);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*################################## */
.fx1:before, .fx1:after {
  height: 2px;
  width: 0%;
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.fx1:before {
  top: 0;
  left: 15px;
  width: 0;
}
.fx1:after {
  bottom: 0;
  right: 15px;
  width: 0;
}
.fx1:hover:before, .fx1:hover:after {
  opacity: 0.1;
  width: 90%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.bordolux {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
.bordolux:before, .bordolux:after {
  position: absolute;
  content: '';
  background-color: white;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.bordolux:before {
  right: 0;
  top: 15px;
  width: 2px;
  height: 0;
}
.bordolux:after {
  left: 0;
  bottom: 15px;
  width: 2px;
  height: 0;
}
.fx1:hover .bordolux:before, .fx1:hover .bordolux:after {
  opacity: 0.1;
  height: 90%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.responsive {
  width: 100%;
  height: auto;
}

.breadcrumbc {
  background-color: #B0B0B0;
  display: flex;
  height: 100px;
  -webkit-align-items: center;
  align-items: center;
}
#crumbs, #crumbs ul, #crumbs #lst {
  padding: 0;
  margin: 0;
  z-index: 3;
}
.drmenuhidden .dropdown-menu {
  border-top: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.dropdown-menu {
  max-height: 0;
  overflow: hidden;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.navbar-collapse {
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.text-white {
  color: #fff !important;
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
h2 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
}
.text-center {
  text-align: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
b, strong {
  font-weight: bolder;
}
img {
  vertical-align: middle;
  border-style: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.btn {
  background-color: #1fc2fb !important;
  color: white !important;
  border: 1px solid white;
  padding: 20px 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.contatti {
  margin-bottom: 50px;
}
.contatti .btn {
  margin: auto;
}
.contatti .btn:hover {
  color: #060947 !important;
  background-color: white;
}
.st0 {
  stroke-dasharray: 2000px;
  stroke-dashoffset: 6000px;
  -webkit-animation-name: miaAnimazione;
  -moz-animation-name: miaAnimazione;
  animation-name: miaAnimazione;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#lineamenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}
@-webkit-keyframes miaAnimazione {
  0% {
    stroke-dashoffset: 300%;
  }
  50% {
    stroke-dashoffset: 200%;
  }
  100% {
    stroke-dashoffset: 100%;
  }
}
@keyframes miaAnimazione {
  0% {
    stroke-dashoffset: 6000;
  }
  50% {
    stroke-dashoffset: 4000;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}
.card.bg-light .card-title {
  color: black !important;
}
.rotateIn {
	animation-name: rotateIn;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotateIn {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-o-keyframes rotateIn {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotateIn {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.cardzm {
  overflow: hidden;
  position: relative;
}
.card img {
  width: calc(100% + 60px);
  -webkit-transition: .5s;
  transition: .5s;
  filter: grayscale(100%);
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
}
.card:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  filter: grayscale(0%)
}
.btn:hover {
  background-color: white !important;
  color: #1fc2fb !important;
  border: 1px solid #1fc2fb;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
.card-body h6 {
  font-size: 1rem;
  text-shadow: none;
}
.btn {
  display: block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}
.btn-block {
  display: block;
  width: 100%;
  max-width: 375px;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  z-index: 1;
}
a {
  color: #06c;
}
.no-pd-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.card {
  margin-bottom: 1rem !important;
}
.bg-secondary {
  background-color: #575757 !important;
}
.row.infohome .col-lg-4 {
  padding-bottom: 1rem !important;
}
a, a:hover {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
.container-fluid {
  padding: 0 !important;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.module-block.fw {
  background-color: white;
  padding-bottom: 10px;
  overflow: hidden;
}
.block-wrapper {
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin: auto;
  background-color: #fafafa;
}
.block-wrapper.nero {
  background-color: black;
  color: white;
}
.block-wrapper.nero a {
  color: #3399FF;
}
.block-wrapper.bianco a {
  color: #003B75;
}
.block-wrapper.nero .headline, .block-wrapper.nero .subhead {
  color: white
}
.block-wrapper.bianco p {
  color: #595959;
}
.block-wrapper.bianco a:hover {
  color: #060947;
}
.block-wrapper.nero a:hover {
  color: #3399FF;
}
.block-head-wrapper {
  text-align: center;
  padding: 50px 15px 0 15px;
  z-index: 3;
}
.block-wrapper.nero .blocklink a:hover {
  color: #1f8cf8;
}
.blocklink {
  position: relative;
  z-index: 4;
  text-decoration: none;
  display: inline-block;
}
.blocklink a {
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.blocklink span {
  display: inline-block;
}
.blocklk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.block-image-wrapper {
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.introtop a {
  padding: 10px 0;
}
.introtop .introlist {
  padding: 10px 0;
}
/*################ ICONE #####################################################*/
.icon-ws.icon-ws-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 2;
}
.icon-ws.icon-ws-circle {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cardzm {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.icon-ws {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
}
/*###############################*/
/*############################## effetto puulsanti home ##########################*/
@-webkit-keyframes pulse {
  from {
    box-shadow: 0 0 0 0 rgba(90, 5, 129, 0.4);
  }
  to {
    box-shadow: 0 0 0 45px rgba(90, 5, 129, 0);
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0 rgba(90, 5, 129, 0.4);
  }
  to {
    box-shadow: 0 0 0 45px rgba(90, 5, 129, 0);
  }
}
/* #################################################### BREADCRUMB #########################*/
/* breadcrumb */
#lst {
  position: relative;
  white-space: nowrap;
  list-style: none;
  width: 100%;
  padding: 0;
  overflow-x: auto;
}
p.didascalia2 {
  margin-bottom: 0px;
}
#crumbs ul li {
  display: inline-block;
}
#crumbs ul li a {
  display: inline-block;
  float: left;
  background: #F3F5FA;
  background-color: rgb(243, 245, 250);
  text-align: center;
  padding: 2em 0 2em 2em;
  position: relative;
  margin: 0 0 0 0;
  font-size: .7em;
  text-decoration: none;
  color: #485166;
  -webkit-transition: background .5s;
  transition: background .5s;
}
#crumbs ul li a:after {
  content: " ";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 14px solid #F3F5FA;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: border-left .5s;
  transition: border-left .5s;
}
#crumbs ul li:last-child a {
  background-color: #060947;
  color: #fff;
}
#crumbs ul li:first-child a:after {
  border-left-color: #313131;
}
#crumbs ul li:first-child a {
  background-color: #313131;
  color: white;
}
#crumbs ul li a:before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 14px solid #B0B0B0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: border-left .5s;
  transition: border-left .5s;
}
#crumbs ul li:first-child a {
  z-index: 10;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#crumbs ul li:first-child a:before {
  display: none;
}
#crumbs ul li:last-child a {
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#crumbs ul li:last-child a:after {
  display: none;
}
#crumbs ul li a:hover {
  background: #313131;
  color: #fff;
}
#crumbs ul li a:hover:after {
  border-left-color: #313131;
  color: #fff;
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 1s;
  animation: bounceInLeft 1s;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
/* ############################ FINE BREADCRUMB ###########################*/
/*################################# ANIMAZIONE FX Tommaso Agostini ############################à*/
.highlight {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.highlight:before, .highlight:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.highlight:before {
  border-top: 1px solid #060947;
  border-right: 1px solid #060947;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.highlight:after {
  border-left: 1px solid #060947;
  border-bottom: 1px solid #060947;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.highlight:hover {
  -webkit-animation: pulse 1s ease-out 0.4s;
  animation: pulse 1s ease-out 0.4s;
  color: #060947;
  background-color: white;
}
.highlight:hover:before, .highlight:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.highlight:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.highlight:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}
.card-btns {
  color: #060947;
  margin: 0 -1.25rem !important;
}
/*############################## fine effetto puulsanti home ##########################*/
.section-title {
  display: block;
  margin: 10px 0 0;
  border-bottom: 1px dotted #e4e9f0;
}
.section-title h3, .section-title h2, .section-title h1 {
  margin: 0 0 -2px 0;
  padding: 25px 20px 25px 10px;
  display: inline-block;
}
.bg-bianco .section-title h3, .bg-bianco .section-title h2, .bg-bianco .section-title h1 {
  border-bottom: 2px solid #060947;
  border-left: 30px solid #060947;
}
.bg-grigio .section-title h3, .bg-grigio .section-title h2, .bg-grigio .section-title h1 {
  border-bottom: 2px solid #000;
  border-left: 30px solid #000;
}
.bg-bianco .titolo-principale h1, bg-bianco .titolo-principale h2, bg-bianco .titolo-principale h3, bg-bianco .titolo-principale h4, bg-bianco .titolo-principale h5, bg-bianco .titolo-principale h6 {
  color: #060947;
}
.bg-grigio .titolo-principale h1, bg-grigio .titolo-principale h2, bg-grigio .titolo-principale h3, bg-grigio .titolo-principale h4, bg-grigio .titolo-principale h5, bg-grigio .titolo-principale h6 {
  color: #fff;
}
.grigio {
  background-color: #B0B0B0;
  color: #202022;
}
a:focus, button:focus {
  outline: none;
}
.header {
  right: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 48px;
  position: relative;
  background-color: #060947;
  z-index: 40001;
}
.navbar {
  padding: 0;
}
@media(max-width:1199px) {
  .fotservice a:hover {
    background-color: #0e0115;
    border-right: 1px solid #060947;
  }
}
.footerlist div {
  padding: 8px 0;
}
.footerlist li:first-child {
  padding-top: 0;
  border-top: none;
}
.footerlist small {
  color: #B0B0B0;
  display: block;
}
.footerlist.link-list a {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  transition: .3s linear;
}
.footerlist a:hover {
  background-color: #00092c;
}
footer .headline h3 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.subfooter a {
  display: block;
  padding-left: 10px;
}
@media (max-width:991px) {
  .mb-40 {
    margin-bottom: 40px;
  }
  #navbarSupportedContent.show {
    width: 100%;
    position: fixed;
    height: 100%;
    background: #040514;
    top: 0;
    left: 0;
    padding: 100px 0;
    z-index: 999;
    overflow-y: auto;
    display: block;
    transform: translateY(0px);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: .8s ease-in-out;
    transition-property: transform;
    transition-delay: .3s;
  }
  #navbarSupportedContent {
    display: block;
    background-color: #040514 !important;
    width: 100%;
    transform: translateY(-1000px);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  #navbarcust.menuaperto .togglemenu-agostini {
    position: fixed;
    background-color: #000000;
    width: 100%;
    transition: .5s;
    left: 0%;
    padding-left: 15px;
    height: 144px;
  }
  #navbarcust.menuchiuso .togglemenu-agostini {
    transition: .5s;
    position: absolute;
    transition-delay: .8s;
    left: -webkit-calc(100% - 74px);
    left: -moz-calc(100% - 74px);
    left: calc(100% - 74px);
    height: 144px;
  }
  body.aperto main, body.aperto footer {
    display: none;
  }
  body.chiuso main, body.chiuso footer {
    display: block;
  }
  .togglemenu-agostini {
    z-index: 1000;
  }
  .subfooter {
    padding-left: 0;
    padding-right: 0;
  }
  .hover a.nav-link:hover {
    background-color: #313435;
  }
  .arrow {
    margin-right: 20px;
  }
  .header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #2d3059;
  }
}
.freccia {
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 11px;
}
.destra {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-height: 675px) {
  .navbar-collapse {
    opacity: 1;
  }
}
.navbar .mr-auto, .navbar .mx-auto {
  width: auto;
  margin: 0 -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-nav {
  position: static;
}
@media (min-width: 992px) {
  .dropdown-menu {
    transition: .6s;
  }
  .dropdown-menu.show {
    transition: .6s;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    background-color: #fff;
    color: #000;
    transition: background-color 1000ms linear 1000ms, max-height .6s, height .6s, padding .6s;
  }
  .navbar-nav .dropdown-menu.show {
    background-color: #fff;
    transition: max-height .6s, height .6s, padding .6s;
    color: #000;
  }
  #navbarSupportedContent {
    overflow: hidden;
  }
  .drmenushow .bgmenu {
    transform: scale(4, 4);
    transition: .7s;
  }
  .bgmenu {
    position: absolute;
    background-image: url("https://www.tommasoagostini.com/immagini/backgrounds/t6.svg");
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .7s;
  }
}
.navbar.bg-white {
  background-color: transparent !important;
}
.logo img {
  width: 60px;
  height: 48px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.logo a img {
  width: 250px;
  margin-top: 10px;
}
@media (max-width:374px) {
  .logo a img {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  footer .container {
    width: 750px;
  }
}
@media (max-width:991px) {
  .container {
    max-width: 991px !important;
    padding: 0;
  }
  footer .col-xl-4.col-sm-12 {
    margin: 10px 0 !important;
  }
  .navbar-brand {
    margin-right: 0 !important;
  }
  .dropdown-toggle::after {
    margin-left: auto;
  }
  .nav-link.dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: column !important;
    -moz-flex-flow: column !important;
    -webkit-flex-flow: column !important;
    flex-flow: column !important;
  }
}
@media (min-width: 769px) {
  .card-deck {
    -ms-flex-flow: row wrap !important;
    -moz-flex-flow: row wrap !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
  }
  .navbar .nav-link {
    padding: 10px 20px;
  }
  .dropdown {
    position: static;
  }
}
/*MENU */
.nav-link {
  display: block;
  font-size: 14px;
}
a.dropdown-oggetto {
  position: relative;
  text-decoration: none !important;
  z-index: 1;
}
.dropdown-menu.show {}
.dropdown-menu {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    padding: 0;
  }
  .sedi {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
@media (min-width: 992px) {
  a.dropdown-oggetto:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 0;
    transition: .5s;
  }
  a.dropdown-oggetto:hover:before {
    height: 100%;
    width: 100%;
    background-color: #e3f4fc;
  }
  .dropdown-menu {
    right: 0;
  }
  .etichetta-menu {
    display: none;
  }
  .col-lg-4:not(:last-child) a.dropdown-oggetto {
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
  }
  .menu-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    margin: 0 0 0 !important;
  }
  .togglemenu-agostini {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48px;
    transition: .5s;
    transition-delay: 0s;
    position: absolute;
    left: -webkit-calc(100% - 74px);
    left: -moz-calc(100% - 74px);
    left: calc(100% - 74px);
  }
  .togglemenu-agostini a {
    color: #1fc2fb;
  }
  .nav-link {
    padding: 1.6rem 1rem !important;
  }
  .hover a.nav-link:hover {
    background-color: #313435;
  }
  .col-lg-4:last-child .menu-item:last-child {
    border-bottom: none;
  }
  .dropdown-menu {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 3px solid #B0B0B0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
  }
}
.introtop img {
  width: 30px;
  height: 30px;
}
.dropdown-menu small {
  display: block;
  color: #000;
}
.dropdown-oggetto {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  padding-top: .3rem;
  padding-bottom: .35rem;
}
.menu-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}
.menu-testo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.menu-media img {
  margin-right: 1rem;
}
.menu-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border-bottom: 1px solid #e7eaf3;
}
.menucust .col-lg-4 {
  padding: 0 !important;
}
/*##### pulsante menu #### */
.icona-animata {
  width: 48px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding-top: 24px;
  margin-bottom: -24px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}
.icona-animata span, .xicon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 48px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.icona-animata span:nth-child(1), .xicon span:nth-child(1) {
  top: 0px;
  transition-delay: .5s;
}
.icona-animata span:nth-child(2), .xicon span:nth-child(2) {
  top: 10px;
  transition-delay: .5s;
}
.icona-animata span:nth-child(3), .xicon span:nth-child(3) {
  top: 20px;
  transition-delay: .5s;
}
.icona-animata.open span:nth-child(1), .xicon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
  transition-delay: .5s;
}
.icona-animata.open span:nth-child(2), .xicon.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
  transition-delay: .5s;
}
.icona-animata.open span:nth-child(3), .xicon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
  transform: rotate(-140deg);
  transition-delay: .5s;
}
/* Freccia animata */
.dropdown-toggle::after {
  display: none;
}
.wrapper {
  transition: 0.15s ease;
}
.wrapper.active .arrow {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
.wrapper.active .arrow:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.wrapper.active .arrow:after {
  -webkit-transform: rotate(90deg) translate(10px, 0);
  transform: rotate(90deg) translate(10px, 0);
}
.arrow {
  width: 13px;
  height: 7px;
  display: inline-block;
  transition: 0.4s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
}
.arrow:before, .arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background-color: #22d3fd;
  transition: 0.4s ease;
}
.arrow:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
  right: 0;
}
/*######### logo intestazione ####################*/
.container0 {
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100vh;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  background-image: radial-gradient(#22d3fd, #158ef7);
  z-index: 4000;
  position: relative;
}
@media (max-width:991px) {
  .container0 {
    z-index: 1;
  }
  #menu {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.nome {
  width: 50vw;
  height: -moz-calc(100vh - 48px);
  height: -webkit-calc(100vh - 48px);
  height: calc(100vh - 48px);
}
.cognome {
  position: relative;
  width: 50vw;
  height: -moz-calc(100vh - 48px);
  height: -webkit-calc(100vh - 48px);
  height: calc(100vh - 48px);
}
.textnome:first-letter {
  font-size: 26vw;
  color: #060947;
}
.textnome {
  font-size: 5vw;
  text-shadow: 6px 6px 4px #000000;
  text-align: center;
  margin: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}
.textcognome {
  font-size: 5vw;
  text-shadow: 6px 6px 4px #000000;
  text-align: center;
  margin: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 1;
}
.textcognome:first-letter {
  font-size: 26vw;
  color: #060947;
  z-index: 1;
}
.ruota2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
svg {
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.menu-media svg {
  margin-right: 1rem;
  letter-spacing: 21px;
}
.container0 svg text {
  font-family: 'Helvetica Neue', Arial;
  font-size: 20px !important;
  font-weight: 300 !important;
  opacity: .4;
  letter-spacing: 21px;
}
/* ############################# footer ############################### */
footer {
  background-image: linear-gradient(to right, #000, #03041e, #000);
  color: white;
}
footer h3 {
  font-size: 1.3rem;
}
.headline {
  display: block;
  margin: 0;
}
footer .headline {
  border-bottom: 1px dotted #e4e9f0;
  display: block;
  margin: 10px 0 25px 0;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  font-weight: normal;
}
h2.headline, h3.subhead {
  text-shadow: none;
}
footer a {
  color: #eee;
  border-right: 0px solid white;
  -webkit-transition: border-width 0.3s linear;
  transition: border-width 0.3s linear;
}
footer a:hover {
  color: white;
  border-right: 10px solid white;
}
.copyright {
  background-color: #060947;
  padding: 20px 15px;
}
footer .col-xl-4.col-sm-12 {
  background-color: black;
  margin: 5px;
  border: 1px solid #060947;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.shakespeare {
  padding: 30px 0;
  text-align: center;
}
.shakespeare p {
  text-align: center;
}
.shakespeare h6 {
  padding: 20px;
}
.fotservice a {
  width: 100%;
  padding: 20px 10px;
  display: inline-block;
}
.fotnum, .fotservice {
  display: inline-block;
}
.fotservice {
  flex-grow: 9;
}
@media (min-width:1200px) {
  footer .row {
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/*#######################flip footer ###############à*/
body footer {
  font-size: 14px;
}
/*################## icone menu ######################*/
.menuicon {
  fill: #060947;
  width: 50px;
  height: 50px;
  transition: .5s;
}
a.dropdown-oggetto:hover .menuicon {
  fill: #060947;
}
.block-head-wrapper p {
  color: #86868b;
}
@media(min-width:768px) {
  .container-fluid .col-lg-4, .container-fluid .card {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media(max-width:768px) {
  .block-head-wrapper p {
    font-size: 14px;
    margin-top: 0.8em;
  }
  h6 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  .card-deck {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagina .container8 h1 {}
}
/* HEADER PAGINE */
.pagina .container8 h1::first-letter {
  color: #B0B0B0;
  font-size: 10vw;
}
#disegno {
  fill: #B0B0B0;
}
@media screen and (min-width: 769px) {
  #titolo {
    padding: 100px;
  }
}
@media screen and (max-width: 768px) {
  #titolo {
    padding: 0 50px;
  }
  #gal-main h2 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1300px) {
  .curriculum .sottotitolo {
    font-size: 12vw;
  }
  .currtitolo {
    font-size: 5vw;
  }
}
.cvsx {
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cvsx span {
  font-size: .8rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 10px !important;
  display: inline-block !important;
  border-radius: 50px;
  color: #fff !important;
  background: #2a2a2c;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .cvsx {
    border-right: 2px solid #000;
    margin-right: 40px;
    max-width: calc(33.333333% - 40px);
  }
}
@media (max-width:767px) {
  .block-head-wrapper {
    padding-top: 37px;
    padding-bottom: 35px;
  }
  .currcont {
    padding: 20px;
  }
  .curriculum .sottotitolo {
    top: 80px;
    transform: scale(1, 1.6);
  }
}
.cv-dettagli {
  padding-bottom: 140px;
  padding-top: 140px;
}
.cvtitolo h2:before {
  content: " ";
  width: 26px;
  height: 26px;
  top: 17px;
  background-color: #000;
  border-radius: 50px;
}
.cards.container-fluid.dark {
overflow-x:hidden;
}
.bg-grigio .section-title h1 {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
/* CARD */
.cards.container-fluid.dark {
  text-align: center;
  background-color: #0b0a0e;
}
.contcard {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  position: relative;
  overflow-y: hidden;
  padding: 50px 0 50px 50px;
}
.cards .card {
  padding: 0 20px;
  min-width: 200px;
}
.cards .card .title {
  white-space: break-spaces;
  padding: 30px 20px 30px 20px;
}
.cards.dark .card {
  min-height: 280px;
  background-color: #17141d;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  display: inline-block;
}
.cards.dark .card:not(:first-child) {
  margin-left: -50px;
}
.cards.dark .card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}
.cards.dark .card:hover ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}
.title {
  color: white;
  font-weight: 300;
}
.bar {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 5px;
  width: 150px;
}
.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}
.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0, 154, 217);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(90, 5, 129) 65%, rgb(175, 4, 274) 100%);
  transition: 0.6s ease-out;
}
.card:hover .filledbar {
  width: 120px;
  transition: 0.4s ease-out;
}
.circle {
  position: absolute;
  top: 150px;
  left: calc(50% - 60px);
}
.stroke {
  stroke: white;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out;
}
svg {
  fill: #17141d;
  stroke-width: 2px;
}
.card:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}
.section-title {
  z-index: 11;
}
/* FINE CARD */
.anim .logo {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 24px);
  padding: 0;
  z-index: 11;
  animation: opacitalogo 2s .4s forwards;
  opacity: 0;
}
@keyframes opacitalogo {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  15% {
    filter: blur(0px);
    opacity: 1;
  }
  30% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(15px);
    opacity: 0;
  }
}


.bg-bianco .section-title.anim h1 {
  opacity: 1;
  -webkit-animation: testoAnimBianco 3s;
  animation: testoAnimBianco 3s;
}
.bg-grigio .section-title.anim h1 {
  opacity: 1;
  -webkit-animation: testoAnimGrigio 3s;
  animation: testoAnimGrigio 3s;
}

@-webkit-keyframes testoAnimBianco {
  0% {
    -webkit-filter: blur(0px);
    opacity: 0;
  }
  29% {
    -webkit-filter: blur(0px);
    opacity: 0;
  }
  30% {
    border-bottom: 2px solid #1fc2fb;
    border-left: 30px solid #1fc2fb;
    color: #1fc2fb;
    -webkit-filter: blur(15px);
    opacity: 0;
  }
  55% {
    color: #1fc2fb;
    -webkit-filter: blur(0px);
    opacity: 1;
  }
  60% {
    border-bottom: 2px solid #1fc2fb;
    border-left: 30px solid #1fc2fb;
    color: #1fc2fb;
    opacity: 1;
  }
  95% {
    border-bottom: 2px solid #060947;
    border-left: 30px solid #060947;
    color: #060947;
    -webkit-filter: blur(0px);
  }
  100% {
    border-bottom: 2px solid #060947;
    border-left: 30px solid #060947;
    color: #060947;
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes testoAnimBianco {
  0% {
    filter: blur(0px);
    opacity: 0;
  }
  29% {
    filter: blur(0px);
    opacity: 0;
  }
  30% {
    border-bottom: 2px solid #1fc2fb;
    border-left: 30px solid #1fc2fb;
    color: #1fc2fb;
    filter: blur(15px);
    opacity: 0;
  }
  55% {
    color: #1fc2fb;
    filter: blur(0px);
    opacity: 1;
  }
  60% {
    border-bottom: 2px solid #1fc2fb;
    border-left: 30px solid #1fc2fb;
    color: #1fc2fb;
    opacity: 1;
  }
  95% {
    border-bottom: 2px solid #060947;
    border-left: 30px solid #060947;
    color: #060947;
    filter: blur(0px);
  }
  100% {
    border-bottom: 2px solid #060947;
    border-left: 30px solid #060947;
    color: #060947;
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes testoAnimGrigio {
  0% {
    -webkit-filter: blur(0px);
    opacity: 0;
  }
  29% {
    -webkit-filter: blur(0px);
    opacity: 0;
  }
  30% {
    -webkit-filter: blur(15px);
    opacity: 0;
  }
  55% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
@keyframes testoAnimgrigio {
  0% {
    filter: blur(0px);
    opacity: 0;
  }
  29% {
    filter: blur(0px);
    opacity: 0;
  }
  30% {
    filter: blur(15px);
    opacity: 0;
  }
  55% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}


.cards.container-fluid.dark hr {
  display: block;
  border-top: 1px solid #000;
  border-top-width: 1px;
  width: 100%;
  border-width: 40px;
  box-shadow: 10px 10px 20px #111110;
}
.contcard h2 {
  text-align: center;
  color: white;
}
.cards .card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cards .card:hover a {
  z-index: 40;
  display: block;
}
.cards .card:hover span {
  position: absolute;
  top: 195px;
  left: calc(50% - 25px);
  color: white;
}
svg text {}
.oggetto {
  opacity: 1;
  transition: 2s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.oggetto.anima {
  transition: 2s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container0 {
  color: #060947;
}
.wrapheadbo {
  background-image: radial-gradient(#22d3fd, #158ef7);
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loadervideo {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.wrapvideoautorew {
  position: relative;
  min-height: 100vh;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
img[data-src].yall-loaded {
  opacity: 1;
  transition: 1.5s;
}
img[data-src] {
  transition: 1.5s;
}
iframe.lazy.animvideo {
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  transition: 2s;
}
iframe:not(.lazy).animvideo {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: 2s;
}
.logo-footer {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.logo-footer img {
  filter: saturate(0%) hue-rotate(0deg) brightness(200%);
  width: 60px;
  height: 48px;
  margin-right: 20px;
}
.dr-tommaso-agostini h2 {
  font-size: 15px;
}
.dr-tommaso-agostini h3 {
  font-size: 13px;
}
.tlogo {
  text-align: center;
}
@media (max-width: 1199px) {
  .clogo {
    padding: 0 0 80px 0;
  }
}
.logo-footer:hover img.rotatelogo {
	-webkit-animation: rotatelogo 2s linear;
	        animation: rotatelogo 2s linear;
}
@-webkit-keyframes rotatelogo {
0% {
    -webkit-transform: perspective(500px) rotateY(-2turn);
    transform: perspective(500px)  rotateY(-2turn);
}

100% {
    -webkit-transform: perspective(500px)  rotateY(1turn);
    transform: perspective(500px)  rotateY(1turn);
}
}
@keyframes rotatelogo {
0% {
    -webkit-transform: perspective(500px) rotateY(-2turn);
    transform: perspective(500px)  rotateY(-2turn);
}

100% {
    -webkit-transform: perspective(500px)  rotateY(1turn);
    transform: perspective(500px)  rotateY(1turn);
}
}
.wrcontatti {
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.contatti {
  position: relative;
  max-width: 375px;
  margin: auto;
  margin-bottom: 100px;
}
.contatti .contattami:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  background-color: #1fc2fb;
  width: 0;
  z-index: -1;
  border-left: 1px solid white;
  transition: .5s;
  background-image: linear-gradient(to right, #1fc2fb, #2029a1);
}
.contatti .contattami:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 1px;
  width: 100%;
  background-color: #1c2497;
  z-index: -2;
  height: 100%;
}
.contatti:hover .contattami:before {
  width: 100%;
  border-left: 30px solid white;
  transition: .5s;
}
.contatti .contattami {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 375px;
  padding: 20px 0;
  color: white;
  position: relative;
}
.contatti small {
  color: white;
}
.gal-content.show .didapan {
  color: #fff;
}
#galexpandpanel .gal-content {
  display: none;
}
.wrcontatti img {
  width: 375px;
}
.firma {
  padding: 20px 0;
}
/* BREADCRUMB GALLERIA FOTO */
.breadcrumbf {
  background-color: #1d2590;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumbf .container {
  padding: 0 !important;
  margin: 0 !important;
}
.breadcrumbf #crumbs {
  line-height: .6rem;
}
#lst {
  overflow-y: hidden;
}
.breadcrumbf .col-sm-12, .breadcrumbc .col-sm-12 {
  padding: 0;
}
.breadcrumbf #crumbs ul li a::before {
  border-left: 14px solid #2129a1;
}
.breadcrumbf #crumbs ul li a {
  background: #191f7f;
  background-color: #191f7f;
  color: #fff;
}
.breadcrumbf #crumbs ul li a:after {
  border-left: 14px solid #191f7f;
}
.breadcrumbf #crumbs ul li:last-child a {
  background-color: #060947;
}
.breadcrumbf #crumbs ul li a:hover {
  background-color: #fff;
  color: #060947;
}
.breadcrumbf #crumbs ul li a:hover:after {
  border-left: 14px solid #fff;
}
/*\\ BREADCRUMB GALLERIA FOTO */
.gal-content.show a {
  cursor: default;
}
.wraptop {
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.top {
  position: relative;
  text-align: center;
  padding: 30px 10px;
  width: 100%;
  color: #fff;
  box-shadow: 2px 2px 8px 2px #000;
  transition: .5s;
}
.top:hover {
  color: white;
  box-shadow: 2px 2px 8px 2px #1fc2fb;
  cursor: pointer;
}
.dropdown-menu a {
  color: #000;
  transition: .5s;
}
.vrfl {
  overflow: hidden;
}
.index img.oggetto {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: .7s;
}

.index img.oggetto.anima {
	-webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: .7s;
}
/*################### CHI SONO ############################ */
.cvtitolo.col-xl-10 {
text-align: center;
margin: auto;
color: #595959;
font-size: .8rem;
}
.cvtitolo h2 {
position: relative;
}
@media (max-width:1199px){
.cvtitolo h2:before{
	left: -74px;
	position: absolute;
}
}

@media (min-width:1200px){
.cvtitolo  h2:before{
	left: -135px;
position: absolute;
	}
}
.sez-divider {
    width: 100px;
    height: 4px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.sez-divider:before {

    height: 4px;
    width: 25px;
    margin-top: -2px;
    -webkit-animation: divider-ani 5s linear 0s infinite;
    animation: divider-ani 5s linear 0s infinite;

}
.sez-divider:after {
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.sez-divider:after, .sez-divider:before {

    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #060947;

}
.cvtitolo.noinline h2:before {
display: none;
}
@-webkit-keyframes divider-ani {
 0% {
  left:-50%
 }
 100% {
  left:100%
 }
}
@keyframes divider-ani {
 0% {
  left:-50%
 }
 100% {
  left:100%
 }
}


/*#################### FINE CHI SONO #####################*/